You are not logged in.
After installing xfce, followed by xdg user dirs (configuring them) and updating them, thunar won't display them in PLACES.
The custom icons for those folders are still shown, however.
hunar Version: 1.6.2 built using ABS (same thing with binary build, I built it with ABS to see if it would work, kept it that way)
XFCE version: 4.10
XDG version: 1.1.0 rc1
More information available on demand.
Last edited by Shingetsu (2013-03-09 03:18:07)
Offline
Update:
It seems that thunar-volman isn't working either, despite being installed and active (in thunar preferences).
I'm fairly stumped now, but fairly sure this is a thunar problem... I just have no idea what to do with it.
Offline
The last time I used thunar, it didn't use the xdg places at all. There was a patch in Debian, but not in vanilla thunar. The info is a year old, though.
Offline
It's supposedly fixed. On my other installation it used to work fine (the computer finally died, it's been struggling for many years now).
Offline
xdg-user-dirs-update
then this create the dirs
now install xdg-user-dirs-gtk and run xdg-user-dir-gtk-update and in theory the xdg dirs has ben created
Well, I suppose that this is somekind of signature, no?
Offline
Jristz, if you read carefully, the dirs are perfectly fine. They're there, xdg is aware of them, thunar gives them a special icon...
The problem is that they aren't in the PLACES area of thunar quick access.
Thus the topic and all mentioned posts?
Offline
You could try the Thunar extended from AUR. It works wonderfully, at least on openbox.
Offline
I noticed the same when using thunar 1.6.x in ubuntu, definitely seems to be a thunar issue. In any case it wasn't a big deal since I could just drag and drop the folders into the sidebar.
Last edited by bwat47 (2013-03-05 16:07:46)
Offline
Problem occurs when you already have file ~/.gtk-bookmarks (with bookmark to ie sftp server). xdg-user-dirs-gtk-update won't overwrite existing file, so it won't generate bookmarks. Quick fix:
cd ~/
mv .gtk-bookmarks gtkbtmp
xdg-user-dirs-gtk-update
cat gtkbtmp >> .gtk-bookmarks
Worked for me at least cheers
Offline
Problem occurs when you already have file ~/.gtk-bookmarks (with bookmark to ie sftp server). xdg-user-dirs-gtk-update won't overwrite existing file, so it won't generate bookmarks. Quick fix:
cd ~/
mv .gtk-bookmarks gtkbtmp
xdg-user-dirs-gtk-update
cat gtkbtmp >> .gtk-bookmarks
A working solution!
Thank you very much sir.
I'll probably add this to the wiki later if I get the urge.
Offline