! 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 !
spelling error in /usr/lib64/xfce4/panel/migrate
Status:
RESOLVED: FIXED
Product:
Xfce4-panel
Component:
General

Comments

Description René Genz 2015-04-20 18:19:25 CEST
on Fedora 22 x86_64 I encountered the following
$ strings /usr/lib64/xfce4/panel/migrate
...
Deasktop item "%s" already exists



From my point of view "Deasktop" should be replaced with "Desktop".


I am not sure which component is the right one. At least it seems to be the correct product according to the name of the packge:
$ rpm -qf /usr/lib64/xfce4/panel/migrate
xfce4-panel-4.12.03-3.fc22.x86_64




For reference:
I was looking for a way to suppress the question at first log in which type of panel (default or empty) a user wants to have. I want to minimize questions for our users as much as possible. They should use the default. /etc/skel is no option because users already have their home folders.
`strace /usr/lib64/xfce4/panel/migrate` pointed to:
 ${HOME}/.config/xfce4/panel/default.xml
 /etc/xdg/xfce4/panel/panels.xml
 /etc/xdg/xfce4/panel/default.xml
but these pointers ware inconclusive.

In the end I configured the panel how I wanted it to be for a dummy user.
Then I copy-pasted the content of
"${HOME}/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml"
to
"/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml"
and replacing user-specific paths with system paths or leaving them out.
It works like a charm.

I found the system wide config file by combining the user config file name and the system config folder of XFCE. This solution might be specific to Fedora 22.


Feel free to point me to an easier solution, if there is one. :)
Comment 1 Git Bot editbugs 2018-04-18 23:54:52 CEST
Simon Steinbeiss referenced this bugreport in commit 41626aa6ca634e46aa0a3217a1054235d7f9745c

Fix spelling mistake (Bug #11835)

https://git.xfce.org/xfce/xfce4-panel/commit?id=41626aa6ca634e46aa0a3217a1054235d7f9745c
Comment 2 Simon Steinbeiss editbugs 2018-04-18 23:55:22 CEST
Fixed the spelling error, thanks!

Bug #11835

Reported by:
René Genz
Reported on: 2015-04-20
Last modified on: 2018-04-18

People

Assignee:
Nick Schermer
CC List:
1 user

Version

Version:
4.12.0

Attachments

Additional information