Select an image in Thunar, then context menu, make a background image-nothing happens
Humm, cannot reproduce here, works fine for me with thunar 1.7.2 on debian stretch Possibly some application-intercomm problem. This could as well explain the hang on logout in Bug #14347 Does the ROSA Linux distribution ship with gio-2.0 and gdbus services enabled ? ... not sure yet how to best debug gdbus calls.
You mean the "Set as wallpaper" ("Сделать фоновым изображением") option? It is provided by the thunar-wallpaper plugin, it just sets a couple of xfconf values for xfdesktop channel: https://git.xfce.org/xfce/thunar/tree/plugins/thunar-wallpaper/twp-provider.c#n264 Either you have some problem with xfconf or xfdesktop. Updating all Xfce components to their 4.13 versions could help.
You're right,after installing xfdesktop 4.13, the problem is solved....The bug can be closed...But xfdesktop has its own Bug with one-click opening, and the background under the labels....I don't know what's better.....
I see. The first one must be Bug 14021. The problem with "background under the labels" is Bug 12697?
(In reply to Andre Miranda from comment #4) > I see. The first one must be Bug 14021. The problem with "background under > the labels" is Bug 12697? No, that's different....solved this problem by adding a code theme to gtk3 - XfdesktopIconView.view { background: transparent; color: #fcfcfc; border-radius: 3px; } XfdesktopIconView.view:active { background: rgba(23, 104, 189, 0.5); text-shadow: 0 1px 1px black; } XfdesktopIconView.view .label { text-shadow: 1px 1px 2px black; } XfdesktopIconView.view .rubberband { background: rgba(57, 142, 231, 0.2); border: 1px solid shade(#398ee7, 0.7); }
Created attachment 7702 screenshot
Comment on attachment 7702 screenshot So after editing gtk3 those.
Created attachment 7703 screenshot So to edit gtk3 themes.
Ahh in that case it must be Bug 13609, which should have been addressed by now, unless your theme somehow interferes with the default hard-coded style. More details on that bug, feel free to report any related problem there. Closing this bug since it's not a Thunar bug, thanks for reporting.