home-manager icon indicating copy to clipboard operation
home-manager copied to clipboard

bug: xfce settings does not mantain persistent values

Open D3vil0p3r opened this issue 1 year ago • 1 comments

Are you following the right branch?

  • [X] My Nixpkgs and Home Manager versions are in sync

Is there an existing issue for this?

  • [X] I have searched the existing issues

Issue description

I'm trying to set XFCE Settings by Home Manager and I'm using the following code:

      xfconf.settings = {
        xfwm4 = {
          "general/workspace_names" = ["🕵️  " "📖  " "🍒  " "🎸  " "🎮  " "🐝  "];
        };
        xfce4-desktop = {
          "backdrop/screen0/monitoreDP-1/workspace0/last-image" = "path-to-image";
        };
      };

but, after building, the background changes, but when I reboot, the default XFCE wallpaper and the default workspace names are reset.

Please fix them by making XFCE xfconf settings persistent.

Maintainer CC

@emilazy @ryane @pjstadig

System information

- system: `"x86_64-linux"`
 - host os: `Linux 6.1.74, Athena OS, 23.11 (Tapir), 23.11.3409.d7f206b723e4`
 - multi-user?: `yes`
 - sandbox: `yes`
 - version: `nix-env (Nix) 2.18.1`
 - channels(root): `"nixos-23.11"`
 - nixpkgs: `/nix/var/nix/profiles/per-user/root/channels/nixos`

D3vil0p3r avatar Jan 26 '24 21:01 D3vil0p3r

Thank you for your contribution! I marked this issue as stale due to inactivity. Please be considerate of people watching this issue and receiving notifications before commenting 'I have this issue too'. We welcome additional information that will help resolve this issue. Please read the relevant sections below before commenting.

If you are the original author of the issue

  • If this is resolved, please consider closing it so that the maintainers know not to focus on this.
  • If this might still be an issue, but you are not interested in promoting its resolution, please consider closing it while encouraging others to take over and reopen an issue if they care enough.
  • If you know how to solve the issue, please consider submitting a Pull Request that addresses this issue.
If you are not the original author of the issue

  • If you are also experiencing this issue, please add details of your situation to help with the debugging process.
  • If you know how to solve the issue, please consider submitting a Pull Request that addresses this issue.
Memorandum on closing issues

Don't be afraid to manually close an issue, even if it holds valuable information. Closed issues stay in the system for people to search, read, cross-reference, or even reopen – nothing is lost! Closing obsolete issues is an important way to help maintainers focus their time and effort.

stale[bot] avatar Apr 28 '24 11:04 stale[bot]