You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bit of background:
gksu and all the likes have been deprecated for some time. It started live as a hack to get GUI Tools while using Root privileges but it has become more then is healthy. That is over now, gksu is now officially gone from Ubuntu 18.04.
q4wine can't deal with it:
Error while loading application settings by key: 'gui_sudo'. File or path does not exist: "/usr/bin/gksudo"
Please, go to the q4wine options dialog and set it.
That means that $ gksudo nautilus /file becomes $ nautilus admin///file and that Nautilus knows that it must open a file for which it should also secure root privileges.
proposed triage: Remove the setting and inputfield for now. That makes it possible again to configure the application, because as of now the application can't be properly configured.
The text was updated successfully, but these errors were encountered:
Bit of background:
gksu and all the likes have been deprecated for some time. It started live as a hack to get GUI Tools while using Root privileges but it has become more then is healthy. That is over now, gksu is now officially gone from Ubuntu 18.04.
q4wine can't deal with it:
Honestly, q4wine should be changed so that it uses the pkexec standard:
https://www.freedesktop.org/software/polkit/docs/0.105/pkexec.1.html
That means that $ gksudo nautilus /file becomes $ nautilus admin///file and that Nautilus knows that it must open a file for which it should also secure root privileges.
More details:
https://itsfoss.com/gksu-replacement-ubuntu/
proposed triage: Remove the setting and inputfield for now. That makes it possible again to configure the application, because as of now the application can't be properly configured.
The text was updated successfully, but these errors were encountered: