Skip to content

Commit

Permalink
Merge pull request #240320 from wegank/cdesktopenv-bump
Browse files Browse the repository at this point in the history
cdesktopenv: 2.3.2 -> 2.5.1
  • Loading branch information
SuperSandro2000 authored Jul 5, 2023
2 parents 7fb5618 + a5b7078 commit 5e3022f
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 524 deletions.
4 changes: 2 additions & 2 deletions nixos/modules/services/x11/desktop-managers/cde.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ in {
name = "cmsd";
protocol = "udp";
user = "root";
server = "${pkgs.cdesktopenv}/opt/dt/bin/rpc.cmsd";
server = "${pkgs.cdesktopenv}/bin/rpc.cmsd";
extraConfig = ''
type = RPC UNLISTED
rpc_number = 100068
Expand Down Expand Up @@ -64,7 +64,7 @@ in {
services.xserver.desktopManager.session = [
{ name = "CDE";
start = ''
exec ${pkgs.cdesktopenv}/opt/dt/bin/Xsession
exec ${pkgs.cdesktopenv}/bin/Xsession
'';
}];
};
Expand Down

This file was deleted.

Loading

0 comments on commit 5e3022f

Please sign in to comment.