summaryrefslogtreecommitdiffstats
path: root/kde/post-install (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-06-18The Plasma X11 session needs to be started through dbus-run-session Eric Hameleers2-3/+12
The Plasma Wayland session script already does this. Without it, you will notice that DBUS_SESSION_BUS_ADDRESS is not getting set and for instance Chromium can no longer connect to KWallet via D-Bus.
2020-06-18Let's add that second '=' ;-) Eric Hameleers1-1/+1
2020-06-17Powerdevil: rename polkit rules files according to the post-install script Eric Hameleers2-0/+0
2020-06-17Powerdevil: add a missing '$' to the post-install script Eric Hameleers1-1/+1
2020-06-16Plasma powerdevil: fix the polkit rules and install them correctly Eric Hameleers2-12/+12
Thanks to LuckyCyborg.
2020-06-08Proposed changes for a migration from ConsoleKit2 to elogind Eric Hameleers15-58/+85
Using elogind will enable a fully working Wayland session for KDE Plasma5.
2020-05-26SDDM: updated PAM configs allow root login Eric Hameleers3-31/+50
2020-02-23Rebuild packages to pick up Wayland Eric Hameleers1-1/+6
kwayland, plasma-framework in frameworks kdeconnect-framework in plasma-extra And I refreshed all of the Plasma packages.
2020-02-17Kscreenlocker: use PAM if available instead of a setuid root binary Eric Hameleers1-3/+4
2020-02-17Update to the SDDM PAM file was required to make kwallet-pam work Eric Hameleers1-3/+4
2020-02-13Add support for building Plasma5 on a PAM-ified Slackware Eric Hameleers6-10/+84
The variable SLACKPAM is set to "yes" in kde/kde.options if PAM is found installed on the system. Otherwise it is set to "no" and this is meant to add support for PAM. These packages will be supplied by a pam-ified Slackware, so they should not be installed from 'ktown': deps:ConsoleKit2,cracklib,libpwquality These packages will react to SLACKPAM variable setting: plasma:kscreenlocker,plasma-workspace plasma-extra:sddm-qt5 Uncomment in kde/modules/plasma and compile: plasma:kwallet-pam
2019-12-22KDE Applications: elisa got added Eric Hameleers1-0/+4
2019-10-19KDE plasma: rebuilt plasma-workspace Eric Hameleers2-8/+9
The newest Plasma desktop is no longer started with /usr/bin/startkde but with /usr/bin/startplasma-x11 and so the custom X startup scripts that are installed with the plasma-workspace package needed to be updated.
2019-09-14kdeconnect: fix for autostart entry no longer needed Eric Hameleers1-7/+0
2019-05-11ktorrent: embed a local copy of the GeoIP database Eric Hameleers1-0/+4
The online version of GeoIP has been discontinued in favor of a new API. The ktorrent code has not been updated for the new API and therefore the program spits out a download error for geoip.dat everytime it starts. By embedding a local copy of the database, a download is not attempted and the error is gone.
2019-05-10Kinfocenter: add relevant detail to the 'about system' dialog box Eric Hameleers1-1/+2
2018-08-10Fix a hardcoded 'lib64' Eric Hameleers1-2/+2
2017-10-24Add some hints for the future in the KDE profile scripts Eric Hameleers2-0/+8
Using /run/user instead of /tmp for XDG_RUNTIME_DIR would be more in line with XDG specs, but in that case we should mount /run as tmpfs and add this to the Slackware rc scripts after mounting /run: mkdir /run/user chmod 1777 /run/user Then, the XDG_RUNTIME_DIR definition would become: XDG_RUNTIME_DIR=/run/user/$USER
2017-10-24Add wayland support (not enabled in regular repo) Eric Hameleers2-0/+13
In an attempt to keep a single source tree for both 'latest' and 'testing' repositories, everything to support a Plasma5 Wayland session was added. This was made possible *without* the need for PAM or systemd because the ConsoleKit2 and KWin developers cooperated (on my request :-) to add the logind DBus API to CK2 and make KWin accept CK2 as an alternative to systemd-logind if the latter is not present. Note that this requires recompilation of two stock Slackware packages, mesa and xorg-server, to let them gain Wayland support. Build order: Deps: - ConsoleKit2 - wayland and wayland-protocols - mesa - xorg-server - libxkbcommon - qt5 Frameworks: - kwayland - plasma-framework Plasma; - kinfocenter - kscreenlocker - kwayland-integration - libkscreen2 - plasma-desktop - plasma-integration - plasma-workspace - powerdevil - kwin In order to start a Wayland session (you'll need to use packages from the 'testing' repository) either run 'startkwayland' from your console prompt in runlevel 3, or choose the "Plasma (Wayland)" session in the SDDM dropdown if you are booting into runlevel 4.
2017-07-18Fix the 'dolphin - super user mode' desktop file Eric Hameleers1-1/+1
2017-07-18Proper differentiation between kdesu for KF5 and for kdelibs4 Eric Hameleers2-1/+5
Rename the symlink for the kdelibs4 based kdesu to 'kdesu4', and let the 'kdesu' symlink in the $PATH point to the KF5 version instead.
2017-06-25Add a 'run dolphin as root' menu entry Eric Hameleers1-0/+14
2017-04-20Satisfy dependencies for Slackware's kaudiocreator Eric Hameleers1-0/+6
audiocd-kio and libkcompactdisc in Applications are now KF5 based, so older kdelibs4-based versions needed to be re-added.
2017-02-21SDDM: add a wrapper script to allow localization of the UI Eric Hameleers1-0/+16
Exporting the LANG variable in /usr/share/sddm/scripts/Xsetup is not working, apparently Xsetup is being started in its own subshell and the LANG environment variable is not persistent.
2017-01-27kdepimlibs4: Remove files that clash with other packages. Eric Hameleers1-0/+1
Notably, files that are provided by the Frameworks version of kdepimlibs, and by the gpgme package.
2017-01-27Move the kde profile (logon) scripts from kde-baseapps to kservice. Eric Hameleers3-2/+2
Needed because kde-baseapps has been split into multiple packages and is itself gone from the software collection.
2016-11-15SDDM: new version 0.14.0 required some patching. Eric Hameleers1-0/+3
2016-11-01kde, kdei: updated for KDE 5_16.08 Eric Hameleers1-2/+7
2016-07-21kde-baseapps: define XDG_RUNTIME_DIR=/tmp/xdg-runtime-$USER Eric Hameleers3-5/+18
This environment variable will be required by future KWin. It already was complaining if the variable was not set. Temporarily (and for Slackware 14.2 which is immutable) the directory /tmp will be used for this, but ultimately the user directory needs to be created on a tmpfs like /run . This requires a change in Slackware itself which will have to be done in slackware-current as follows: -------- 8< ------------------------------------------------------- --- /etc/rc.d/rc.S.orig 2016-06-13 03:33:03.000000000 +0200 +++ /etc/rc.d/rc.S 2016-07-21 12:53:13.262043599 +0200 @@ -25,6 +25,9 @@ if ! grep -wq "tmpfs /run tmpfs" /proc/mounts ; then /sbin/mount -v -n -t tmpfs tmpfs /run -o mode=0755 fi + # Create toplevel directory for runtime session data: + mkdir -p /run/user + chmod 1777 /run/user fi # Load the loop device kernel module: -------- 8< ------------------------------------------------------- And the KDE profile script needs to be changed to: -------- 8< ------------------------------------------------------- --- source/5/kde/post-install/kde-baseapps/profile.d/kde.sh.org 2016-07-21 11:36:30.484407127 +0200 +++ source/5/kde/post-install/kde-baseapps/profile.d/kde.sh 2016-07-21 12:51:37.561789507 +0200 @@ -10,7 +10,7 @@ XDG_CONFIG_DIRS=/etc/xdg:/etc/kde/xdg fi if [ "$XDG_RUNTIME_DIR" = "" ]; then - XDG_RUNTIME_DIR=/tmp/xdg-runtime-$USER + XDG_RUNTIME_DIR=/run/user/$USER mkdir -p $XDG_RUNTIME_DIR chown $USER $XDG_RUNTIME_DIR chmod 700 $XDG_RUNTIME_DIR -------- 8< -------------------------------------------------------
2016-05-21Powerdevil: fix the broken (missing) suspend menu item. Eric Hameleers1-1/+1
The file /etc/polkit-1/rules.d/10-enable-suspend.rules needs to be world-readable. When the file is not readable by world, an error will be logged to /var/log/secure about not being able to read the rules file and as a result it will not be applied by PolicyKit.
2016-04-20Breeze theme for GRUB is not built by default; but allow the user to build it. Eric Hameleers1-0/+3
2016-04-20Powerdevil needs a new polkit rules file to bring back suspend/hibernate. Eric Hameleers2-0/+14
2016-03-16Better-looking "about distro" dialog content. Eric Hameleers3-3/+4
2015-12-31Rebuilt kdepim. Kalarm was getting auto-started in XFCE sessions.5_15.12 Eric Hameleers1-0/+8
The file "/etc/kde/xdg/autostart/kalarm.autostart.desktop" was missing the line "OnlyShowIn=KDE;". I have now added that line.
2015-12-31Some package recompilations as a result of your feedback, thanks! Eric Hameleers2-2/+5
Also, three new packages have been added and one has been re-added. current/testing/deps: Updated OpenAL. current/testing/kde/applications: Rebuilt kde-runtime, kdenetwork-filesharing, kdesdk-thumbnailers, kdegraphics-thumbnailers, krfb, kamera, marble, ark, dolphin, kde-baseapps. current/testing/kde/applications: Added the missing baloo5-widgets. current/testing/kde/kdepim: Rebuilt kdepimlibs. current/testing/kde/plasma: Added bluez-qt,bluedevil (now that Slackware finally got updated to BlueZ 5)). current/testing/kde/plasma: Rebuilt plasma5-nm, plasma-workspace. current/testing/kde/plasma-extra: Re-added oxygen-fonts on request.
2015-12-17kcheckpass moved from plasma-workspace to kscreenlocker. Eric Hameleers1-1/+3
2015-12-17Added and removed KDE packages for 5_15.12 Eric Hameleers1-0/+3
Added: breeze-gtk kscreenlocker libksane4 spectacle Removed: kdeconnect4
2015-11-19kdeconnect-framework: fix the menu definition file. Eric Hameleers1-0/+7
2015-10-12Fix the progress bar on session startup. Eric Hameleers1-15/+2
Use an additional "dbus-launch --sh-syntax --exit-with-session" to exec the startkde script.
2015-10-12kde/plasma/plasma-workspace: provide a "failsafe" option for Plasma. Eric Hameleers2-18/+14
2015-10-11Cleanup: remove files that are no longer in use. Eric Hameleers3-31/+0
2015-09-16kde/kde4: added oktetapart4 (required by kdevelop)5_15.09_02 Eric Hameleers1-0/+5
This is the KPart taken from the KDE4 version of okteta. It is needed by kdevelop for integration of a HEX editor.
2015-09-13kde-workspace: stop offering a KDE 4 session Eric Hameleers1-8/+8
Only Plasma 5 is relevant now. Therefore the old 'startkde4' script was also removed.
2015-09-02Several applications need tweaks in their pre-install or post-install stage Eric Hameleers2-0/+8
2015-06-14kde4/kactivities: remove /usr/bin/kactivitymanagerd Eric Hameleers1-0/+4
The Activities daemon 'kactivitymanagerd' which is still part of the Plasma 5 based kactivities-framework is compatible with the KDE 4 based Activities, but the reverse is not true. One 'kactivitymanagerd' is all we need.
2015-05-30Powerdevil: added Polkit Local Authority files. Fixes KDEBUG 344456. Eric Hameleers4-1/+40
This fixes the missing Shutdown/Reboot and Suspend/Hibernate functionality.
2015-04-30Add Slackware logo and website URL to the KDE InfoCenter (about distro). Eric Hameleers3-0/+10
2015-02-27Move incorrectly installed DBus files to correct location.5_15.02_02 Eric Hameleers3-0/+12
Affected packages are: - libksysguard - polkit-kde-kcmodules-framework - sddm-kcm This solves at least the broken SDDM control module in System Settings.
2015-02-16katepart4, konsolepart4: add embeddable parts of kate 4 and konsole 4. Eric Hameleers1-0/+5
Adding katepart4 fixes the kdevelop startup crash. Adding konsolepart4 brings back the embedded konsole in dolphin. The two packages do not conflict with the Applications 14.12.x versions of kate and konsole, both of which were ported to KDE Frameworks 5.
2015-02-16kde-workspace: stripped so that it can co-exist with plasma-workspace Eric Hameleers3-42/+18
Plasma 5 still needs this package, for kget and because kdeartwork fails to compile if kde-workspace is absent. The stripped package contains the bare minimum and none of its files are found in plasma-desktop.