Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
xfdesktop-4.20 multiple bugs, text missing under icons..
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
sdauth
l33t
l33t


Joined: 19 Sep 2018
Posts: 682
Location: Ásgarðr

PostPosted: Sat Jan 25, 2025 8:58 pm    Post subject: xfdesktop-4.20 multiple bugs, text missing under icons.. Reply with quote

Hello,
Just updated to latest stable xfce (4.20) and now only icons are showing up on my desktop. The text is missing so I can't identify which volume I'm dealing with.
https://img101.pixhost.to/images/667/559043560_xfce20.jpg

I'm not sure which xfce package is at fault too.

Please help, thanks.


Last edited by sdauth on Sun Feb 02, 2025 1:28 pm; edited 2 times in total
Back to top
View user's profile Send private message
sdauth
l33t
l33t


Joined: 19 Sep 2018
Posts: 682
Location: Ásgarðr

PostPosted: Sat Jan 25, 2025 9:03 pm    Post subject: Reply with quote

Looks like it is xfdesktop related.
Someone reported the bug already: https://gitlab.xfce.org/xfce/xfdesktop/-/issues/381
Back to top
View user's profile Send private message
sdauth
l33t
l33t


Joined: 19 Sep 2018
Posts: 682
Location: Ásgarðr

PostPosted: Sat Jan 25, 2025 9:30 pm    Post subject: Reply with quote

In xfdesktop-settings -> desktop icons -> appearance -> font size
I unchecked then checked the font size option and set the font size to 10 then 12 again.
It worked but did not survive a logout / login.
Otherwise, if font size box (in xfdesktop-settings) is unchecked then no issue, text under icons is showing up, including after logout / login.
Not perfect but at least I can identify my volumes until it is fixed.
Back to top
View user's profile Send private message
sdauth
l33t
l33t


Joined: 19 Sep 2018
Posts: 682
Location: Ásgarðr

PostPosted: Sun Jan 26, 2025 5:09 pm    Post subject: Reply with quote

Also noticed that filesystem inside img file (mounted with loop) doesn't appear on desktop either. Not even the icon.
Previously (with xfdesktop 4.18 )
Here I have a simple exfat filesystem in "data.img"
Code:
sudo kpartx -v -a data.img
add map loop0p1 (254:10): 0 419424256 linear 7:0 2048


then a greyed out icon (unmounted file system) shows up on the desktop. Then I double click on it to mount it.

Now nothing shows up on the desktop. (it appears in thunar though so I can mount it without issue, I can of course mount it with "mount" too but I like my icons :o )
Very annoying bug...
Can any xfce user reproduce this ? It would be very appreciated.
edit: Looks similar to https://gitlab.xfce.org/xfce/xfdesktop/-/issues/376 (edit: tried the patch in the bug report, still no icon :? )

Otherwise usb key or hdd shows up so I don't know what is the issue here.
Back to top
View user's profile Send private message
sdauth
l33t
l33t


Joined: 19 Sep 2018
Posts: 682
Location: Ásgarðr

PostPosted: Sun Feb 02, 2025 1:26 pm    Post subject: Reply with quote

Another day, another bug... still xfdesktop. :?
Now the "mounted" icon isn't removed from the desktop when some external volume is unmounted.
It happens with external hdd, usb key but not everytime so not sure how to report that..
Only way to clean the mess is to logout / login.
Back to top
View user's profile Send private message
sdauth
l33t
l33t


Joined: 19 Sep 2018
Posts: 682
Location: Ásgarðr

PostPosted: Sat Feb 08, 2025 3:29 am    Post subject: Reply with quote

Fixed! 8)
for the missng text under desktop icon: https://gitlab.xfce.org/xfce/xfdesktop/-/commit/81bea4a037c2ed1c6b29d90c376d73020cc086ca
for the the missing loop device desktop icon: https://gitlab.xfce.org/xfce/xfdesktop/-/commit/661250f48e384776f6d1c1d93b205625fa7b27f3

Now waiting for the next xfdesktop...
Or maybe I can apply that as small patch to current release since it is quite small changes. (edit: second patch doesn't apply to 4.20.0 so I'll wait for a new release of xfdesktop)
Back to top
View user's profile Send private message
sdauth
l33t
l33t


Joined: 19 Sep 2018
Posts: 682
Location: Ásgarðr

PostPosted: Sat Feb 15, 2025 5:26 pm    Post subject: Reply with quote

sdauth wrote:
Another day, another bug... still xfdesktop. :?
Now the "mounted" icon isn't removed from the desktop when some external volume is unmounted.
It happens with external hdd, usb key but not everytime so not sure how to report that..
Only way to clean the mess is to logout / login.


After a few test, I found out that if a fstab entry is present for a device with the following option : "x-gvfs-show,x-gvfs-name=...", then
it creates a duplicate icon on the desktop and also, when the volume is removed, the "mounted" icon remains on the desktop (although it is correctly unmounted, removed)
This doesn't happen if there is no fstab entry for the device. (or if x-gvfs.. is absent)
This bug seems to be caused by the current gvfs version in gentoo stable (1.52.3) and xfdesktop-4.20 (no issue with previous xfdesktop 4.18.1)

After compiling gvfs-1.56.1, logout/login, I can't reproduce the issue and it works fine. No double icon, no icon left when volume is removed; with "x-gvfs-show,x-gvfs-name=..." in fstab entry.
If some other xfce user can confirm / reproduce, this would great.
https://gitlab.xfce.org/xfce/xfdesktop/-/issues/393
Back to top
View user's profile Send private message
netfab
Veteran
Veteran


Joined: 03 Mar 2005
Posts: 1973
Location: 127.0.0.1

PostPosted: Sun Feb 16, 2025 9:42 am    Post subject: Reply with quote

Hi,

I tried with an usb key, gvfs-1.52.3 and the following entry :
Code:

# tail -n 1 /etc/fstab
UUID=2724-F4B9 /mnt/usb vfat noauto,noatime,x-gvfs-show,x-gvfs-name=CLEF

Cannot reproduce, everything is fine here. Sorry.

When Xfce 4.20 was released, my entire Xfce configuration was resetted by removing ~/config/xfce4.
Back to top
View user's profile Send private message
sdauth
l33t
l33t


Joined: 19 Sep 2018
Posts: 682
Location: Ásgarðr

PostPosted: Sun Feb 16, 2025 10:48 am    Post subject: Reply with quote

Thanks for testing netfab!
Well, I'm not sure what else could I try then, I already tried with a fresh xfce config with a brand new user to make sure there wasn't a conflict somewhere. :(

edit:
So it seems it only happens with crypto volume.
I tried with a simple usb key and an usb external hdd with a simple ext4 partition (also tried with btrfs subvolume for good measure) on each and it works fine. (just as with your example with a vfat partiton)
But if the device is encrypted then the issue shows up when the device is unlocked and partition mounted.
In that case, two icons shows up on the desktop.
And when the volume is unmounted, one "mounted" icon remains on the desktop.
This happens only when gvfs-1.52.3 is used, otherwise no problem gvfs-1.56.1.

edit2:
Nothing to do with crypto or "x-gvfs-show,x-gvfs-name"; it happens with btrfs volumes with "subvol=" used in fstab.
If I omit the "subvol="; then no duplicate icon is created (in that case, ID 5 (FS_TREE) is of course used though)
Strangely, with gvfs-1.56.1, the usage of "subvol=" in fstab entry doesn't cause this issue.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum