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

xfconf: add module #3378

Merged
merged 1 commit into from
Nov 2, 2022
Merged

xfconf: add module #3378

merged 1 commit into from
Nov 2, 2022

Conversation

chuangzhu
Copy link
Contributor

Description

Add a module for Xfconf, the configuration system used by XFCE, similar to GNOME/GTK's dconf.

Checklist

  • Change is backwards compatible.

  • Code formatted with ./format.

  • Code tested through nix-shell --pure tests -A run.all.

  • Test cases updated/added. See example.

  • Commit messages are formatted like

    {component}: {description}
    
    {long description}
    

    See CONTRIBUTING for more information and recent commit messages for examples.

  • If this PR adds a new module

    • Added myself as module maintainer. See example.

    • Added myself and the module files to .github/CODEOWNERS.

@chuangzhu chuangzhu requested a review from rycee as a code owner November 2, 2022 07:15
modules/misc/xfconf.nix Outdated Show resolved Hide resolved
modules/misc/xfconf.nix Outdated Show resolved Hide resolved
@rycee
Copy link
Member

rycee commented Nov 2, 2022

Thanks! I've added a few comments.

@rycee rycee merged commit 916811c into nix-community:master Nov 2, 2022
@rycee
Copy link
Member

rycee commented Nov 2, 2022

Thanks! Merged to master now.

@pjones
Copy link
Contributor

pjones commented Dec 30, 2022

@chuangzhu I tried to use the new xfconf module but it doesn't look like it works:

hm-activate-pjones[4004]: Failed to init libxfconf: Cannot autolaunch D-Bus without X11 $DISPLAY.

This results in the home-manager activation failing. As far as I can tell there's no way to run xfconf-query without XFCE running.

Any suggestions?

@gou4shi1
Copy link
Contributor

I meet the same issue as @pjones

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

Successfully merging this pull request may close these issues.

4 participants