You are not logged in.
Pages: 1
Hi everyone.
I asked this in IRC but we couldn't solve the problem:
I have xfce 4.12 (arch) on two machines. Using a tty on machine 2, I copy over the configuration of machine 1 to machine 2 using scp while xfce4 is not running on machine 2. This overwrites the contents of .config/xfce4 on machine 2. However, when I log in afterwards, none of the settings have been applied (desktop, panels, keyboard shortcuts... you name it). On machine 2, if I delete .config/xfce4 it will be created when I log out.
Machine 2 after deleting ~/.config/xfce4 and copying it in from Machine 1:
tree ~/.config/xfce4
.config/xfce4
├── desktop
│ ├── icons.screen0-1008x567.rc
│ ├── icons.screen0-1008x731.rc
│ ├── icons.screen0-1264x580.rc
│ ├── icons.screen0-1264x683.rc
│ ├── icons.screen0-1264x763.rc
│ ├── icons.screen0-1264x804.rc
│ ├── icons.screen0-1264x864.rc
│ ├── icons.screen0-1264x872.rc
│ ├── icons.screen0-1264x881.rc
│ ├── icons.screen0-1264x923.rc
│ ├── icons.screen0-1264x937.rc
│ ├── icons.screen0-1264x977.rc
│ ├── icons.screen0-1264x987.rc
│ ├── icons.screen0-624x443.rc
│ ├── icons.screen0-728x443.rc
│ ├── icons.screen0-784x563.rc
│ └── icons.screen0-785x563.rc
├── helpers.rc
├── help.rc
├── panel
│ ├── default.xml
│ ├── launcher-7
│ │ └── 14373340212.desktop
│ ├── whiskermenu-16.rc
│ └── whiskermenu-17.rc
├── src
│ └── misc
├── terminal
│ └── terminalrc
├── xfce4-taskmanager.rc
├── xfconf
│ └── xfce-perchannel-xml
│ ├── displays.xml
│ ├── keyboard-layout.xml
│ ├── keyboards.xml
│ ├── parole.xml
│ ├── ristretto.xml
│ ├── thunar.xml
│ ├── xfce4-appfinder.xml
│ ├── xfce4-desktop.xml
│ ├── xfce4-keyboard-shortcuts.xml
│ ├── xfce4-mime-settings.xml
│ ├── xfce4-mixer.xml
│ ├── xfce4-notifyd.xml
│ ├── xfce4-panel.xml
│ ├── xfce4-power-manager.xml
│ ├── xfce4-session.xml
│ ├── xfce4-settings-editor.xml
│ ├── xfce4-settings-manager.xml
│ ├── xfwm4.xml
│ └── xsettings.xml
└── xfwm4
9 directories, 44 files
ls -l looks right as well (same user on both machines) and there are no xfce4 configuration related errors in ~/.xsession-errors
Thanks in advance,
krumelmonster
Offline
It should work with the assumption that the two systems are similar enough (e.g. the launcher icon files exist on both systems, the same plugins are installed, etc).
Since you are using Arch, you may have run into this issue where on logout, xfconfd doesn't quit (along with some other processes), so that if you make any changes to the xfce4 config files, they are never properly saved because of this never-ending xfconfd process. See this Arch forum thread.
Try doing it this way:
1. Reboot to get a fresh slate
2. Before logging in, delete the existing xfce4 directory and copy over the new one
3. Start Xfce to see if it worked (it does here for me).
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
It worked, thanks alot.
Offline
Pages: 1
[ Generated in 0.008 seconds, 7 queries executed - Memory usage: 529.27 KiB (Peak: 530.56 KiB) ]