the change ownership functions were removed long ago. they were causing a lot of problems with accidental clicks.Huckleberry wrote: Wed Nov 06, 2019 4:27 pm
- Menu => Disk Manager opens "nothing". Same when logged in as "root".
And on terminal:
Code: Select all
$ sudo disk-manager WARNING : python-notify is not installed, disable notification WARNING : python-notify is too old, disable notification Traceback (most recent call last): File "/usr/sbin/disk-manager", line 85, in <module> main(args, opts) File "/usr/sbin/disk-manager", line 58, in main app = DiskManager() File "/usr/lib/python2.7/dist-packages/DiskManager/DiskManager.py", line 129, in __init__ self.setupTreeView() File "/usr/lib/python2.7/dist-packages/DiskManager/DiskManager.py", line 223, in setupTreeView "selected_order").upper())) AttributeError: 'module' object has no attribute 'SORT_ASCENDiNG'
- I can't see "Ownership to User" in Thunar context menu (which was handy). Yes, maybe I add manually (grabbing from 18.3) but I wish it turns back with updates..
- Root account never saves the conky. (Created a .conky there with just my fav. conky in). Even when you click "Conky Toggle " to turn it on again, it opens "Conky Manager" , then you select it again and start.. each time..
disk-manager opens OK here. it is a very old app though so maybe there is some problem with a particular mix of libs or even theme.
root account isn't designed to operate X so I'm not shocked that something doesn't work when logged in as root. but in this case the cuplrit is the way conkytoggle searches for the current user under /home rather than anywhere. you can try the attached change and see if it works for you. maybe we will update that.