В Вск, 20/02/2005 в 00:11 +0300, Stroganov Andrey Valentinovich пишет: > > > Greetings > > > > > > The problem is: only root has emblems in nautilus, and only root can add > > > new emblems. Nobody else can add them. The emblems simply don't appear > > > in the list. > > > > > > P.S. FreeBSD 4.11, Nautilus 2.8.2 > > > > > > Thank you. > > > > > > > What do you mean by "has emblems". Does emblems appear in the sidebar > > tab? What is shown in the emblems dialog. Or you are talking about new > > custom emblems? Then do you get any error dialog? > > > > Most probably, it's just a problem with permissions set on some > > directory. Check that users has access > > to /usr/share/icons/gnome/48x48/emblems and can create > > $HOME/.icons/gnome/48x48/emblems. > > > > If you still has problems you can build nautilus with debug support and > > set breakpoint on nautilus_emblem_install_custom_emblem in libnautilus- > > private/nautilus-emblem-utils.c > The emblems doesn't appear in user's sidebar. It's all ok with > permitions. If i add a new emblem, it creates in ~/.icons/..., but it > doesn't appear in sidebar. So there is no default emblems, and i can't > add the custom emblems. >
The easiest way to solve the problem is nautilus debugging. Without that it's really hard to imagine what is going on your system. Although if you are not familiar with gdb even trace output can help. You can get it by killall nautilus && strace nautilus 2>&1 | grep emblem > nautilus.log Also, could you send us result of ls /usr/share/icons/gnome/48x48/emblems Is there file like emblem-OK.icon? -- nautilus-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/nautilus-list
