[Bug 1335492] Re: [4.11.8] Desktop icons rearrange on each login

2018-09-26 Thread Miloš Pavlović
Colin Hemming, I also have two scripts. The first script is set to autostart on login. The second one is used for logout / reboot. https://forum.xfce.org/viewtopic.php?pid=49764#p49764 The first script waits untill all the the panels are in the window stack, then sets the folder permissions of .

[Bug 1576193] Re: software-properties-gtk complains about Gdk being imported without a version

2016-05-31 Thread Miloš Pavlović
Not sure how to send a patch, I'm used to git This is all new to me :) What I did was to add next lines in "/usr/lib/python3/dist- packages/softwareproperties/gtk/SoftwarePropertiesGtk.py" from gi import require_version require_version('Gtk', '3.0') require_version('Gdk', '3.0') before the next

[Bug 1576193] Re: software-properties-gtk complains about Gdk being imported without a version

2016-05-31 Thread Miloš Pavlović
It's just Gtk complaining but it should continue running regardless. This will remove the warning.Look in the attach. /usr/lib/python3/dist-packages/softwareproperties/gtk/SoftwarePropertiesGtk.py ** Attachment added: "SoftwarePropertiesGtk.py" https://bugs.launchpad.net/ubuntu/+source/softwa