Results 1 to 9 of 9

Thread: gksu not working in 10.10

  1. #1
    Join Date
    Feb 2009
    Location
    Rochester, NY
    Beans
    Hidden!
    Distro
    Kubuntu 11.04 Natty Narwhal

    gksu not working in 10.10

    I can enter my password just fine to log into the system, and using sudo from a terminal also works, but "gksu" does not. It tells me my password is incorrect. That means Synaptic doesn't work unless I "sudo synaptic" from the terminal.

    Anyone else happen to encounter this yet, or is it just me? I started with a clean install of Kubuntu 10.10, which I later installed ubuntu-desktop over and then removed. Would that possibly make a difference here?

  2. #2
    Join Date
    Feb 2010
    Location
    Chicago metro
    Beans
    1,310
    Distro
    Ubuntu Development Release

    Re: gksu not working in 10.10

    If you are on kubuntu you want kdesudo,


    http://packages.ubuntu.com/maverick/kdesudo
    If this helped you, please take the time to rate the value of this post:
    http://rate.affero.net/andrewthomas/

  3. #3
    Join Date
    Jul 2006
    Location
    Here
    Beans
    11,187

    Re: gksu not working in 10.10

    Quote Originally Posted by Danny Dubya View Post
    I can enter my password just fine to log into the system, and using sudo from a terminal also works, but "gksu" does not. It tells me my password is incorrect. That means Synaptic doesn't work unless I "sudo synaptic" from the terminal.

    Anyone else happen to encounter this yet, or is it just me? I started with a clean install of Kubuntu 10.10, which I later installed ubuntu-desktop over and then removed. Would that possibly make a difference here?
    it's "gksudo" not "gksu", ubuntu is a sudo system. gksu is the gui for su, so even su won't work, in ubuntu its sudo su.

  4. #4
    Join Date
    Jun 2007
    Beans
    17,337

    Re: gksu not working in 10.10

    If you wish to use gksu then open the configuration editor (gconf-editor

    apps - gksu - and make sure sudo mode is enabled.

  5. #5
    Join Date
    Jul 2006
    Location
    Here
    Beans
    11,187

    Re: gksu not working in 10.10

    Quote Originally Posted by mc4man View Post
    If you wish to use gksu then open the configuration editor (gconf-editor

    apps - gksu - and make sure sudo mode is enabled.
    "gksu-properties" is the command to change the settings.

  6. #6
    Join Date
    Feb 2009
    Location
    Rochester, NY
    Beans
    Hidden!
    Distro
    Kubuntu 11.04 Natty Narwhal

    [SOLVED] Re: gksu not working in 10.10

    Quote Originally Posted by kerry_s View Post
    it's "gksudo" not "gksu", ubuntu is a sudo system. gksu is the gui for su, so even su won't work, in ubuntu its sudo su.
    Then why don't you go lecture Canonical about that? I found "gksu synaptic" as a built-in menu entry, not "gksudo synaptic". They must not know their own system very well, according to you.

    By the way, I know Ubuntu's a sudo system, as my saying "... and using sudo from a terminal also works ..." in the first post would indicate.

    Anyway, after running an update the next morning, the issue seems to have disappeared on its own for whatever reason. Thanks for your responses, all.

  7. #7
    Join Date
    Mar 2008
    Beans
    8

    Re: gksu not working in 10.10

    same here, installed fresh server system with ubuntu-desktop and found this gksu in the command that calls synaptic from the menu

    Maybe someone can add this as issue in launchpad...

  8. #8
    Join Date
    Sep 2008
    Beans
    117

    Re: gksu not working in 10.10

    How is this solved? i still have this issue in 10.10

  9. #9
    Join Date
    May 2005
    Location
    Boston, MA
    Beans
    30
    Distro
    Ubuntu 10.04 Lucid Lynx

    Braindead and horribly insecure workaround

    I hit this after creating a virtual machine using a minimal install CD and the Attobuntu install script. Since this is just a virtual machine used internally, I solved the problem by manually setting the root password to be the same as my login password like so:

    Code:
    sudo passwd root
    [sudo] password for yourusername: 
    Enter new UNIX password: 
    Retype new UNIX password:
    The problem is, of course, you now have a password for root that might be cracked, or you may forget to manually set the password for root if your own password become compromised, and tons of other insecurities that this probably creates. For me, in this use, it's good enough.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •