diff options
-rw-r--r-- | arm-linux-gnueabi-toolchain/INSTALL.md | 2 | ||||
-rw-r--r-- | chromium/INSTALL.md | 15 | ||||
-rw-r--r-- | epiphany-reduce-tab-width/INSTALL.md | 3 | ||||
-rw-r--r-- | factor/INSTALL.md | 2 | ||||
-rw-r--r-- | gnome-restore-gtk-icons/INSTALL.md | 7 | ||||
-rw-r--r-- | lilyterm-gtk3/INSTALL.md | 2 |
6 files changed, 15 insertions, 16 deletions
diff --git a/arm-linux-gnueabi-toolchain/INSTALL.md b/arm-linux-gnueabi-toolchain/INSTALL.md index 86a5619..c8b55af 100644 --- a/arm-linux-gnueabi-toolchain/INSTALL.md +++ b/arm-linux-gnueabi-toolchain/INSTALL.md @@ -1,4 +1,4 @@ -`yum install arm-linux-gnueabi-{binutils,gcc,glibc}` +`dnf install arm-linux-gnueabi-{binutils,gcc,glibc}` GDB is not included because `gdb` package provided by Fedora can also be used to debug GNU/Linux programs running on ARM. diff --git a/chromium/INSTALL.md b/chromium/INSTALL.md index 9791215..f9191c5 100644 --- a/chromium/INSTALL.md +++ b/chromium/INSTALL.md @@ -1,10 +1,11 @@ -`yum install chromium` - -If you find that all hardware acceleration is disabled in `chrome://gpu`, it -is likely that you DRI3 support is broken. Please add `LIBGL_DRI3_DISABLE=1` -to your environment variables to workaround it. +`dnf install chromium` If you get a SELinux error when running NaCl extensions, please run the command + `semanage fcontext -a -t bin_t '/home/.*/\.config/chromium/.*/Extensions/.*/.*/plugin/pnacl/.*\.nexe'` -as root and run `restorecon -R ~/.config/chromium` as your user to set correct -SELinux types. + +as root and run + +`restorecon -R ~/.config/chromium` + +as your user to set correct SELinux types. diff --git a/epiphany-reduce-tab-width/INSTALL.md b/epiphany-reduce-tab-width/INSTALL.md index 7c81d19..1124359 100644 --- a/epiphany-reduce-tab-width/INSTALL.md +++ b/epiphany-reduce-tab-width/INSTALL.md @@ -1,3 +1,2 @@ -Use the command `sudo yum --disablerepo="*" ---enablerepo="lantw44-epiphany-reduce-tab-width" reinstall 'epiphany*'` +Use the command `sudo dnf upgrade 'epiphany*'` to replace the official packages with the patched packages. diff --git a/factor/INSTALL.md b/factor/INSTALL.md index da9b84f..94bbecf 100644 --- a/factor/INSTALL.md +++ b/factor/INSTALL.md @@ -1 +1 @@ -`yum install yafu` +`dnf install yafu` diff --git a/gnome-restore-gtk-icons/INSTALL.md b/gnome-restore-gtk-icons/INSTALL.md index c8d0666..7c7d22a 100644 --- a/gnome-restore-gtk-icons/INSTALL.md +++ b/gnome-restore-gtk-icons/INSTALL.md @@ -1,5 +1,4 @@ -Use the command `sudo yum --disablerepo="*" ---enablerepo="lantw44-gnome-restore-gtk-icons" reinstall +Use the command `sudo dnf upgrade gnome-settings-daemon gsettings-desktop-schemas` to replace the official packages with the patched packages. @@ -10,7 +9,7 @@ take effect. `gsettings set org.gnome.desktop.interface buttons-have-icons true` `gsettings set org.gnome.desktop.interface menus-have-icons true` -_WARNING: You must reinstall both `gnome-settings-daemon` and -`gsettings-desktop-schemas`. If you only reinstall one of them, your GNOME +_WARNING: You must upgrade both `gnome-settings-daemon` and +`gsettings-desktop-schemas`. If you only upgrade one of them, your GNOME Shell may fail to start._ diff --git a/lilyterm-gtk3/INSTALL.md b/lilyterm-gtk3/INSTALL.md index 1cd6eb1..5ea3355 100644 --- a/lilyterm-gtk3/INSTALL.md +++ b/lilyterm-gtk3/INSTALL.md @@ -1,2 +1,2 @@ -Run `yum install lilyterm-gtk3` to install it. This package does not conflict +Run `dnf install lilyterm-gtk3` to install it. This package does not conflict with the lilyterm package provided in the official repository. |