Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gui_sudo missing in Ubuntu 18.04 #120

Closed
Eonfge opened this issue Apr 27, 2018 · 5 comments
Closed

gui_sudo missing in Ubuntu 18.04 #120

Eonfge opened this issue Apr 27, 2018 · 5 comments
Assignees

Comments

@Eonfge
Copy link

Eonfge commented Apr 27, 2018

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.

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.

@brezerk
Copy link
Owner

brezerk commented Apr 27, 2018

Thanks for info. Will take a look on it.

@brezerk
Copy link
Owner

brezerk commented Apr 28, 2018

hi @Eonfge

8decbb3 implements support for pkexec standard. it also should take care of

Error while loading application settings by key: 'gui_sudo'. File or path does not exist: "/usr/bin/gksudo"

error gracefully.

Let me know in case of any issues.

Thanks

@Eonfge
Copy link
Author

Eonfge commented Apr 30, 2018

I'm connected to the PPA; http://ppa.launchpad.net/tehnick/q4wine/ubuntu/dists/ But Bionic is not yet available. I'll keep an eye out for further bugs if I find them.

@brezerk
Copy link
Owner

brezerk commented Jun 1, 2018

hi @Eonfge
Can we close this ticket?

@brezerk
Copy link
Owner

brezerk commented Jun 11, 2018

Closing old ticket as a part of pre-release maintenance. Feel free to reopen if needed.

@brezerk brezerk closed this as completed Jun 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants