!rGlCMuXgAhgEpdvJUz:nixos.org

NixOS KDE

223 Members
61 Servers

Load older messages


SenderMessageTime
14 Jul 2024
@k900:0upti.meK900 ⚡️But you may be able to configure it separately 13:39:14
@k900:0upti.meK900 ⚡️ Also, 24.05 or unstable? Not that it particularly matters here 13:39:25
@ghadfg:matrix.orgポポロRedacted or Malformed Event13:40:04
@ghadfg:matrix.orgポポロ
In reply to @k900:0upti.me
Is SDDM running on X or Wayland?
*

{ pkgs, ... }: {

desktop settings

Enable the KDE Plasma Desktop Environment.

services.desktopManager.plasma6.enable = true;

security.pam.services.plasma6.enableKwallet = true;

programs.kdeconnect.enable = true;

services.displayManager.sddm.enable = true;
services.displayManager.sddm.wayland.enable = true;
services.displayManager.sddm.enableHidpi = false;
environment.systemPackages = [
pkgs.kdePackages.sddm-kcm
];
}

13:40:15
@ghadfg:matrix.orgポポロ
In reply to @k900:0upti.me
Is SDDM running on X or Wayland?

my diskplay config

{ pkgs,  ... }: {
  # desktop settings

  # Enable the KDE Plasma Desktop Environment.
  services.desktopManager.plasma6.enable = true;


  security.pam.services.plasma6.enableKwallet = true;

  programs.kdeconnect.enable = true;

  services.displayManager.sddm.enable = true;
  services.displayManager.sddm.wayland.enable = true;
  services.displayManager.sddm.enableHidpi = false;
  environment.systemPackages = [
    pkgs.kdePackages.sddm-kcm
  ];
}
13:40:50
@k900:0upti.meK900 ⚡️That's going to use weston which autodetects your DPI 13:41:27
@k900:0upti.meK900 ⚡️ You can try setting services.displayManager.sddm.wayland.compositor = "kwin"; 13:44:00
@ghadfg:matrix.orgポポロ
In reply to @k900:0upti.me
You can try setting services.displayManager.sddm.wayland.compositor = "kwin";
ok i try
13:44:40
@ghadfg:matrix.orgポポロ
In reply to @k900:0upti.me
You can try setting services.displayManager.sddm.wayland.compositor = "kwin";
its not working
13:54:13
@k900:0upti.meK900 ⚡️Define "not working"? 13:54:45
@ghadfg:matrix.orgポポロit still look like a 125% scale 13:55:40
@ghadfg:matrix.orgポポロ20240714_155956.jpg
Download 20240714_155956.jpg
14:00:57
@ghadfg:matrix.orgポポロ20240714_155734.jpg
Download 20240714_155734.jpg
14:00:59
@ghadfg:matrix.orgポポロi don't know is visible but sddm the mouse and icon, inputbox are all zoomed14:02:12
@ghadfg:matrix.orgポポロ * i don't know is visible in photo but sddm the mouse and icon, inputbox are all zoomed14:03:31
@k900:0upti.meK900 ⚡️Well I don't think there's a good workaround for that currenlty14:08:40
@k900:0upti.meK900 ⚡️ * Well I don't think there's a good workaround for that currently14:08:41
@k900:0upti.meK900 ⚡️Except maybe using X14:08:44
@glaringweakness:nope.chat@glaringweakness:nope.chat joined the room.16:38:15
15 Jul 2024
@sandro:supersandro.deSandro 🐧Should we do something about https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/config/system-path.nix#L159-L161 ?09:31:22
@sandro:supersandro.deSandro 🐧Are those still relevant for plasma6?09:31:27
@sandro:supersandro.deSandro 🐧 * Are those still relevant for plasma 6?09:31:29
@k900:0upti.meK900 ⚡️Not really and we bulk-link /share anyway09:32:24
@k900:0upti.meK900 ⚡️I think for 5 as well09:32:30
@sandro:supersandro.deSandro 🐧so we should remove them or not?09:46:57
@k900:0upti.meK900 ⚡️Maybe move to plasma5 module09:47:14
@k900:0upti.meK900 ⚡️ Unless that also does pathsToLink = ["/share"] 09:47:20
@k900:0upti.meK900 ⚡️Which it probably does09:47:23
@sandro:supersandro.deSandro 🐧yeah, it does09:48:47
@rardiol:matrix.orgrardiolAnyone has any idea why the desktop user switcher applet is showing both logged-in sessions in one session, but only the active one in the other?11:08:34

Show newer messages


Back to Room ListRoom Version: 9