summaryrefslogtreecommitdiffstats
path: root/kde/post-install/plasma-workspace (follow)
Commit message (Collapse)AuthorAgeFilesLines
* The Plasma X11 session needs to be started through dbus-run-session Eric Hameleers2020-06-181-1/+1
| | | | | | 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.
* Proposed changes for a migration from ConsoleKit2 to elogind Eric Hameleers2020-06-082-7/+3
| | | | Using elogind will enable a fully working Wayland session for KDE Plasma5.
* Rebuild packages to pick up Wayland Eric Hameleers2020-02-231-1/+6
| | | | | | kwayland, plasma-framework in frameworks kdeconnect-framework in plasma-extra And I refreshed all of the Plasma packages.
* Add support for building Plasma5 on a PAM-ified Slackware Eric Hameleers2020-02-131-0/+9
| | | | | | | | | | | | | | | | | 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
* KDE plasma: rebuilt plasma-workspace Eric Hameleers2019-10-192-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.
* Add wayland support (not enabled in regular repo) Eric Hameleers2017-10-241-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Fix the progress bar on session startup. Eric Hameleers2015-10-121-15/+2
| | | | | Use an additional "dbus-launch --sh-syntax --exit-with-session" to exec the startkde script.
* kde/plasma/plasma-workspace: provide a "failsafe" option for Plasma. Eric Hameleers2015-10-121-0/+9
|
* Cleanup: remove files that are no longer in use. Eric Hameleers2015-10-113-31/+0
|
* New dependency for kwin: libepoxy. Eric Hameleers2015-01-092-21/+22
|
* KDE 5 for Slackware current (post-14.1) (16sep2014)5 Eric Hameleers2014-12-224-0/+75
The KDE 5 Software Compilation no longer exists as such. The components are now: - Frameworks 5.2.0 - Plasma 5.0.2 These packages need to be installed on top of the most recent KDE 4.14.x because Applications tarballs which build on top of Frameworks and Plasma have not yet been released.