Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kde5: cannot modify screen, kscreen is missing #11244

Closed
FRidh opened this issue Nov 24, 2015 · 7 comments
Closed

kde5: cannot modify screen, kscreen is missing #11244

FRidh opened this issue Nov 24, 2015 · 7 comments

Comments

@FRidh
Copy link
Member

FRidh commented Nov 24, 2015

Using a checkout of master, it is not possible to adjust screen settings using KDE's systemsettings; kscreen seems to be missing.
cc @ttuegel

@ttuegel
Copy link
Member

ttuegel commented Nov 24, 2015

Are you using plasma5_stable or plasma5_latest?

@FRidh
Copy link
Member Author

FRidh commented Nov 24, 2015

I have

services.xserver.desktopManager.kde5.enable = true;

and

    kde5.okular
    kde5.plasma-workspace
    kde5.plasma-desktop
    kde5.kate

in systemPackages.

In all-packages.nix is specified that

  plasma54 = recurseIntoAttrs (import ../desktops/plasma-5.4 { inherit pkgs; });
  plasma55 = recurseIntoAttrs (import ../desktops/plasma-5.5 { inherit pkgs; });
  plasma5_stable = plasma54;
  plasma5_latest = plasma55;

  kde5 = kf5_stable // plasma5_stable // kdeApps_stable;

and in the module kde5.nix

  kf5 = pkgs.kf5_stable;
  plasma5 = pkgs.plasma5_stable;
  kdeApps = pkgs.kdeApps_stable;

so the answer to your question in plasma5_stable :-)

@ttuegel
Copy link
Member

ttuegel commented Dec 4, 2015

The default backend for kscreen seems to be missing. I am investigating.

@ttuegel ttuegel self-assigned this Dec 4, 2015
@retrry
Copy link
Contributor

retrry commented Dec 7, 2015

Just updated my NixOS installation and it seems that I too have this problem.

No kscreen backend found. Please check your kscreen installation.

@ttuegel
Copy link
Member

ttuegel commented Dec 10, 2015

This is fixed in 98bd111.

@ttuegel ttuegel closed this as completed Dec 10, 2015
@FRidh
Copy link
Member Author

FRidh commented Dec 10, 2015

Thanks a lot!

@rolfschr
Copy link
Contributor

rolfschr commented May 7, 2023

I had this issue on NixOS 22.11 and wasn't able to resolve it by installing manually kscreen. However, I also manually installed libkscreen (sudo nix-env -iA libsForQt5.libkscreen) and after rebooting it worked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants