start
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
start [2023/12/08 01:51] – nater | start [2025/03/13 03:28] (current) – nater | ||
---|---|---|---|
Line 6: | Line 6: | ||
If you plan on using slackpkg+ you will need to set the PKGS_PRIORITY=( **gnome** ) to gnome so that any packages in this repository do not get overwritten by Slackware' | If you plan on using slackpkg+ you will need to set the PKGS_PRIORITY=( **gnome** ) to gnome so that any packages in this repository do not get overwritten by Slackware' | ||
- | | + | |
| | ||
Line 14: | Line 14: | ||
# this will allow Gnome to stay updated. And upgrade Slackware' | # this will allow Gnome to stay updated. And upgrade Slackware' | ||
- | # use this to keep the GNOME packages updated to the latest stable release for 43.x | + | # use this to keep the GNOME packages updated to the latest stable release for 47.x |
# This is for Slackware-Current Only | # This is for Slackware-Current Only | ||
- | # | + | # |
- | # | + | |
- | + | ||
- | # use this to keep the GNOME packages updated to the latest stable release for 44.x | + | |
- | # This is for Slackware-Current Only | + | |
- | # | + | |
| | ||
- | # use this to keep the GNOME packages updated to the latest stable release for 45.x | + | # use this to keep the GNOME packages updated to the latest stable release for 48.x |
# This is for Slackware-Current Only | # This is for Slackware-Current Only | ||
- | # | + | # |
You will need to edit this file and uncomment out which version of GNOME you would like on your system. | You will need to edit this file and uncomment out which version of GNOME you would like on your system. | ||
Line 35: | Line 30: | ||
slackpkg upgrade-all | slackpkg upgrade-all | ||
- | or | ||
- | |||
- | slackpkg update gpg | ||
- | slackpkg update | ||
- | slackpkg install gc43 | ||
- | slackpkg upgrade-all | ||
If you choose to install packages manually, without slackpkg+, that’s always an option, but keep in mind many of these packages are included in Slackware already, but we are going to be updating them. To that end you’ll need to ensure when installing them, you use “upgradepkg –install-new *.txz” or “upgradepkg –reinstall –install-new *.txz” on your package directory. | If you choose to install packages manually, without slackpkg+, that’s always an option, but keep in mind many of these packages are included in Slackware already, but we are going to be updating them. To that end you’ll need to ensure when installing them, you use “upgradepkg –install-new *.txz” or “upgradepkg –reinstall –install-new *.txz” on your package directory. | ||
- | |||
- | After choosing to either use slackpkg+ or to download all packages and use “upgradepkg –reinstall –install-new *.txz” there will be a need to edit the rc scripts. The avahi package needs it’s rc scripts started locally upon boot, but you’ll need to add them to your **/ | ||
- | |||
- | #Start avahidaemon | ||
- | if [ -x / | ||
- | / | ||
- | fi | ||
- | |||
- | #Start avahidnsconfd | ||
- | if [ -x / | ||
- | / | ||
- | fi | ||
- | | ||
- | and also in **/ | ||
- | |||
- | #Stop avahidaemon | ||
- | if [ -x / | ||
- | / | ||
- | fi | ||
- | |||
- | #Stop avahidnsconfd | ||
- | if [ -x / | ||
- | / | ||
- | fi | ||
- | |||
- | Ensure all four of those files are chmod +x as well so the daemon starts upon boot. | ||
In order for GNOME to run using X11 or Wayland, it must be loaded through gdm. You can boot to a console and run “telinit 4” as root to start gdm after booting or edit / | In order for GNOME to run using X11 or Wayland, it must be loaded through gdm. You can boot to a console and run “telinit 4” as root to start gdm after booting or edit / | ||
Line 95: | Line 58: | ||
slackpkg upgrade-all | slackpkg upgrade-all | ||
- | If you are updating GNOME LiveSlack from @jloc0 | ||
- | To update an existing system properly, please run these commands as root: | ||
- | |||
- | slackpkg update gpg | ||
- | slackpkg update | ||
- | slackpkg install gcs | ||
- | slackpkg upgrade-all | ||
This will ensure you pick up any newly added packages and update the GNOME DE as well. I will provide new packages as well for new users, existing ones should be good to go with the above commands. | This will ensure you pick up any newly added packages and update the GNOME DE as well. I will provide new packages as well for new users, existing ones should be good to go with the above commands. | ||
Line 149: | Line 105: | ||
== VTE, LIBNMA AND NETWORKMANAGER-OPENVPN | == VTE, LIBNMA AND NETWORKMANAGER-OPENVPN | ||
- | Please make sure you install vte and libnma | + | Please make sure you install vte, libnma, networkmanager-openvpn |
- | We build libnma, vte and networkmanager-openvpn with the gtk4 hooks when the Slackbuild is done it will produce libnma-gtk4, | + | We build libnma, vte, networkmanager-openvpn |
#These 2 packages are the work of @jloc0 (Jay) libnma-gtk4 and vte-gtk4 | #These 2 packages are the work of @jloc0 (Jay) libnma-gtk4 and vte-gtk4 | ||
#I worked on the Networkmanager-openvpn-gtk4 package (1-1-2023) Due to needing my VPN Server | #I worked on the Networkmanager-openvpn-gtk4 package (1-1-2023) Due to needing my VPN Server | ||
Line 197: | Line 153: | ||
* rm -fr $PKG/ | * rm -fr $PKG/ | ||
+ | __**IBUS-GTK4**__ | ||
+ | # Remove all extra bits included in the base ibus package | ||
+ | # This package is _ONLY_ for the gtk4 lib | ||
+ | * rm -r $PKG/etc/ | ||
+ | * rm -r $PKG/ | ||
+ | * rm -r $PKG/ | ||
+ | * rm -r $PKG/ | ||
+ | * rm -f $PKG/ | ||
+ | * rm -r $PKG/ | ||
+ | * rm -r $PKG/ | ||
+ | * rm -r $PKG/ | ||
== Thanks | == Thanks | ||
start.1702000316.txt.gz · Last modified: 2023/12/08 01:51 by nater