! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
in the context menu of thunar is not running the function to do the backgroun...
Status:
RESOLVED: INVALID

Comments

Description vladimir 2018-04-26 17:41:31 CEST
Select an image in Thunar, then context menu, make a background image-nothing happens
Comment 1 alexxcons editbugs 2018-04-27 00:13:59 CEST
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.
Comment 2 Andre Miranda editbugs 2018-04-27 01:43:13 CEST
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.
Comment 3 vladimir 2018-05-02 05:02:59 CEST
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.....
Comment 4 Andre Miranda editbugs 2018-05-04 05:35:02 CEST
I see. The first one must be Bug 14021. The problem with "background under the labels" is Bug 12697?
Comment 5 vladimir 2018-05-04 06:19:04 CEST
(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); }
Comment 6 vladimir 2018-05-04 06:19:53 CEST
Created attachment 7702 
screenshot
Comment 7 vladimir 2018-05-04 06:21:03 CEST
Comment on attachment 7702 
screenshot

So after editing gtk3 those.
Comment 8 vladimir 2018-05-04 06:23:12 CEST
Created attachment 7703 
screenshot

So to edit gtk3 themes.
Comment 9 Andre Miranda editbugs 2018-05-05 05:35:48 CEST
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.

Bug #14358

Reported by:
vladimir
Reported on: 2018-04-26
Last modified on: 2018-05-05

People

Assignee:
Xfce Bug Triage
CC List:
4 users

Version

Attachments

screenshot (143.87 KB, image/png)
2018-05-04 06:19 CEST , vladimir
no flags
screenshot (136.76 KB, image/png)
2018-05-04 06:23 CEST , vladimir
no flags

Additional information