Landry Breuil wrote:
On Fri, Jan 23, 2009 at 02:46:33AM +0100, Fabien ROMANO wrote:
Hi,
Icons :
I have one default icon for all files and directory on desktop and in
thunar.
In the menu there is no icons associated with category and most of
xfce4's items.
In the settings manager, most of items don't have icons.
In panels, some items don't have icons (ex : show desktop).
Do you have an icon-theme installed ? xfce4-icon-theme,
tango-icon-theme..
Yes :
$ pkg_info | grep xfce4-icon-theme
xfce4-icon-theme-4.4.3p0 icon theme for xfce4
I don't know if it's relevant but I have icons in other application,
like thunderbird when I attach a file.
I can't change settings for
Workspaces : number of them
Windows manager Tweaks : defaults are not checked
Window manager : blank window without settings
Appearance : like Windows manager Tweaks
and some others details
It seems the settings migration script doesn't work like it should be..
All those works fine for me. Do you have xfconfd and xfsettingsd running
?
xfconfd is not running.
compiled with debug options and playing with gdb :
$ gdb xfconfd
GNU gdb 6.3
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "amd64-unknown-openbsd4.4"...
(gdb) run
Starting program: /usr/local/libexec/xfconfd
Program received signal SIGSEGV, Segmentation fault.
0x000000020a877077 in g_type_fundamental () from
/usr/local/lib/libgobject-2.0.so.1800.1
(gdb) where
#0 0x000000020a877077 in g_type_fundamental () from
/usr/local/lib/libgobject-2.0.so.1800.1
#1 0x000000020a860345 in g_object_new () from
/usr/local/lib/libgobject-2.0.so.1800.1
#2 0x00000000004057b8 in xfconf_backend_factory_get_backend
(type=0x200a442a0 "xfce-perchannel-xml", error=0x7f7ffffd0d50) at
xfconf-backend-factory.c:76
#3 0x00000000004079f9 in xfconf_daemon_load_config
(xfconfd=0x20e0ab000, backend_ids=0x2077a0560, error=0x7f7ffffd0ea8) at
xfconf-daemon.c:478
#4 0x0000000000407c35 in xfconf_daemon_new_unique
(backend_ids=0x2077a0560, error=0x7f7ffffd0ea8) at xfconf-daemon.c:543
#5 0x0000000000405630 in main (argc=1, argv=0x7f7ffffd0f10) at main.c:204
(gdb)
By default there is no keyboard's shortcuts and I can't add them.
When making a new package I had a problem with a missing file.
This file was in relation with shortcuts, it was an xml.
So I'm not surprise for default but for adding ...
You're the second person reporting this, but i didn't manage to
reproduce this missing file error. re/ not being able to add shortcuts,
it may be related to xfconfd not running. i had no problem recreating
some shortcuts.
The problem is in libxfcegui4. Exactly :
===> Building package for libxfcegui4-4.5.93
Create /usr/ports/packages/amd64/all/libxfcegui4-4.5.93.tgz
Error in package:
/usr/ports/x11/xfce4/libxfcegui4/w-libxfcegui4-4.5.93/fake-amd64//usr/local/share/examples/xfconf/xfce4-keyboard-shortcuts.xml
does not exist
Switching to /usr/ports/x11/xfce4/libxfcegui4/pkg/PFRAG.shared
It's only an example but it blocks the build package process.
It's seems all my problems are related to xfconfd.
Landry