! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Settings do not follow symlinks
Status:
RESOLVED: DUPLICATE
Product:
Libxfce4util
Component:
General

Comments

Description Nicola Fontana 2018-07-20 19:48:10 CEST
Eventual symlinks under `$HOME/.config/xfce4/xfconf` are substituted with regular files. E.g.:

    f=$HOME/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml
    mv $f ~ && ln -s $HOME/xfce4-panel.xml $f

After a logout and login cycle, the `xfce4-panel.xml` symlink has been re-converted into a file. I have seen that happens to other settings as well (e.g.  to `xfwm4.xml`) so I *think* this behavior is shared across the whole XFCE4 ecosystem.

Looking around I found bug #10443 that I think exhibits the same issue but on a different context.

Rationale: I am sharing part of my environment across different distro by using [homeshick](https://github.com/andsens/homeshick), so directly symlinking XML files (the ones that I want to share) would be really convenient.
Comment 2 Nicola Fontana 2018-10-17 10:44:59 CEST
I don't know it is resolved but it surely is the same bug. Closing as duplicate.

*** This bug has been marked as a duplicate of bug 14698 ***

Bug #14545

Reported by:
Nicola Fontana
Reported on: 2018-07-20
Last modified on: 2018-10-17

People

Assignee:
Xfce Bug Triage
CC List:
1 user

Version

Version:
4.13.2

Attachments

Additional information