Jump to content
Not connected, Your IP: 18.217.67.225
Sign in to follow this  
Boris88

ANSWERED Ubuntu 18.04 no gksu

Recommended Posts

Hey,

 

I lately upgraded to ubuntu 18.04 and tried to install eddie.

For some reason gksu was removed from ubuntu and this made me do some little investigation and I found that gksu has been deprecated.

It was first removed from Debian and then Canonical decided to drop it from Ubuntu 18.04. Application developers are suggested to use PolicyKit instead.

 

Here is a quick fix for this issue :

 

1.Add artful repositories to the system:

cat <<EOF | sudo tee /etc/apt/sources.list.d/artful.list
deb http://archive.ubuntu.com/ubuntu/ artful universe
EOF

2.Update package cache

sudo apt-get update

3.Install gksu package

sudo apt-get install gksu

4.Remove artful repository from system for safety

sudo rm /etc/apt/sources.list.d/artful.list
sudo apt-get update

 

Will be there any updates or something, to the client ?

 

Regards Boris

Share this post


Link to post

Will be there any updates or something, to the client ?

 

Regards Boris

 

 

Hello!

 

Yes, gksu dependency has been already removed from Eddie 2.14.4beta deb package. Otherwise you need to stick to the portable stable version or install gksu as you describe. Anyway Eddie 2.14.x is quickly reaching the stability stage.

 

Kind regards

Share this post


Link to post

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Security Check
    Play CAPTCHA Audio
    Refresh Image
Sign in to follow this  

×
×
  • Create New...