summaryrefslogtreecommitdiffstats
path: root/kde/kde.options (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Proposed changes for a migration from ConsoleKit2 to elogind Eric Hameleers2020-06-081-0/+6
| | | | Using elogind will enable a fully working Wayland session for KDE Plasma5.
* Make kwallet-pam interact correctly with PAM Eric Hameleers2020-02-171-1/+1
| | | | | | | | | Using 'socat', kwallet-pam will now open the default wallet named 'kdewallet' upon login, as long as its password is the same as the user's logon password. For this to work, you must configure the Wallet Manager to never close the open wallets (for instance after an application stops using the wallet), because kwallet-pam is a one-shot action at login only.
* Add support for building Plasma5 on a PAM-ified Slackware Eric Hameleers2020-02-131-0/+7
| | | | | | | | | | | | | | | | | 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: use number of available cores to parallellize Eric Hameleers2018-12-091-1/+1
| | | | Using `nproc` is better than the old hardcoding to 7 parallel jobs.
* Renamed the toplevel script and options file KDE -> kde Eric Hameleers2018-04-161-0/+56
To stay in line with the modifications in Slackware to these scripts.