[go: nahoru, domu]

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

Remove gksu from gtk-extra target for debian buster and kali-rolling #3624

Merged
merged 2 commits into from
Mar 27, 2018

Conversation

rickybrent
Copy link
Contributor
@rickybrent rickybrent commented Jan 27, 2018

Per debian's bug, they've removed gksu (but patched gdebi to use policy kit):
https://bugs.debian.org/867236

Should fix 3623/3621 and buster, which has the same issue atm.

But hey, they've got gdebi working on policykit. :)
Per debian's bug:
https://bugs.debian.org/867236
. "${TARGETSDIR:="$PWD"}/common"

### Append to prepare.sh:
install_dummy network-manager network-manager-gnome
install gdebi gksu
install gdebi
if release -lt buster -lt kali-rolling; then
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This whitelist results in nothing on Ubuntu. So you probably want to add -lt artful

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done!

Hmm. I imagine it still worked when I tested Xenial because gdebi requires gksu before debian ported it to policy kit. Would simply removing it from all targets be a better approach?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

issue #3621 (gksu has no install candidate when installing with xfce)
2 participants