Commit graph

10 commits

Author SHA1 Message Date
Thomas Tuegel
52232a6158
startkde: run kbuildsycoca5
Fixes #20776. At some point, the call to rebuild the sycoca database at startup
was removed, but it will not be rebuilt automatically because the timestamps in
the Nix store never change.
2017-01-16 08:52:42 -06:00
Thomas Tuegel
5ab9ad1ce2
startkde: initialize kcminputrc if missing 2016-11-15 07:21:41 -06:00
Thomas Tuegel
7397dabc98
startkde: install default GTK config if needed 2016-11-15 07:21:41 -06:00
Thomas Tuegel
3616b52e20
kde5.startkde: initialize session variables before loading user env
The desktop session variables need to be initialized before loading the
user environment scripts so that these scripts can exec programs that
rely on the session variables. For example, these variables must be set
when gpg-agent is started or pinentry-qt will not respect the user's
theme settings.
2016-08-26 08:42:28 -05:00
Thomas Tuegel
be1406eb79 kde5.startkde: actually check that D-Bus is running 2016-08-23 12:00:16 -05:00
Thomas Tuegel
1df7279384 kde5.startkde: update from plasma-workspace-5.7.3
* Read the screen scale factor (for HiDPI displays) from KScreen
  correctly.
* Disable automaticy scale factor detection in Qt applications.
* Force font DPI at startup, if requested.
* Allow kded to invoke kbuildsycoca5 automatically.
2016-08-23 12:00:16 -05:00
Peter Hoeg
aded8e40c1 startkde: default to breeze instead of plastik on a fresh login 2016-08-04 10:44:25 -05:00
Thomas Tuegel
475ad4c7c3 kde5.startkde: update script based on plasma-workspace-5.7.1 2016-07-16 10:14:49 -05:00
Thomas Tuegel
949277ed0a kde5.startkde: append extra PATH elements; set Qt search paths 2016-07-16 10:14:46 -05:00
Thomas Tuegel
c8885106c1 kde5.plasma: 5.7.0 -> 5.7.1
- Update from Plasma 5.7.0 to 5.7.1.
- Remove the version number from the directory storing the Plasma Nix
  expressions. It is not necessary to version the Nix expressions now
  that we keep only one version in Nixpkgs.
- Fix a bug in generate-kde-plasma.sh which prevented it from finding
  its helper script.
- Automatically redirect the output of generate-kde-plasma.sh to make
  the update script even easier to use.
2016-07-13 13:54:42 -05:00