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 .
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
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