Results 1 to 9 of 9

Thread: Unable to open application with administrative privilege

  1. #1
    Join Date
    Jul 2012
    Location
    Dhaka
    Beans
    271
    Distro
    Ubuntu 16.04 Xenial Xerus

    Unable to open application with administrative privilege

    Hi,

    I'm using Ubuntu 14.04 with just only one admin account. Previously, I needed to start "Geany" with administrative privilege. For that reason, I started Geany from terminal using "gksu geany" command. Now, I want to start Geany without administrative privilege. The problem is, when I simply click on the Geany icon it's giving me the following message :

    Code:
    Geany tried to access the Unix Domain socket of another instance running as another user.
    This is a fatal error and Geany will now quit.
    I just want to get rid of this annoying message and start Geany without any administrative privilege. Please help anyone to solve this.

  2. #2
    Join Date
    Jul 2005
    Location
    I think I'm here! Maybe?
    Beans
    Hidden!
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: Unable to open application with administrative previlage

    Do you get the same error if you start geany in terminal with command geany?

  3. #3
    Join Date
    Jul 2012
    Location
    Dhaka
    Beans
    271
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Unable to open application with administrative privilege

    Thanks for the reply. No I don't get any error when I start Geany from terminal, but when I want to start Geany without terminal, I face this error message.

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

    Re: Unable to open application with administrative privilege

    Where is this icon that you are clicking on?

  5. #5
    Join Date
    Aug 2009
    Location
    Makati City, Philippines
    Beans
    2,269
    Distro
    Xubuntu 16.04 Xenial Xerus

    Re: Unable to open application with administrative privilege

    Geany could already be running another instance/process.

    Code:
     ps aux | grep geany
    Try to kill the pocess.

  6. #6
    Join Date
    Jul 2005
    Location
    I think I'm here! Maybe?
    Beans
    Hidden!
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: Unable to open application with administrative privilege

    Is it impossible to have more than one instance of geany running at any time? I've never used it as far as I can remember, and have no idea if you can or not.

  7. #7
    Join Date
    Aug 2009
    Location
    Makati City, Philippines
    Beans
    2,269
    Distro
    Xubuntu 16.04 Xenial Xerus

    Re: Unable to open application with administrative privilege

    Quote Originally Posted by ajgreeny View Post
    Is it impossible to have more than one instance of geany running at any time? I've never used it as far as I can remember, and have no idea if you can or not.
    I'm not sure. But at least could be a reason why geany won't launch. Just suggesting ways to reduce the variables

  8. #8
    Join Date
    Jul 2012
    Location
    Dhaka
    Beans
    271
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Unable to open application with administrative privilege

    Quote Originally Posted by nerdtron View Post
    Geany could already be running another instance/process.

    Code:
     ps aux | grep geany
    Try to kill the pocess.

    This is the O/P and still showing the error message.

    Code:
    fahim     3451  0.0  0.0   4680   820 pts/1    S+   06:52   0:00 grep --color=auto geany

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

    Re: Unable to open application with administrative privilege

    Quote Originally Posted by uzumakifahim View Post
    This is the O/P and still showing the error message.

    Code:
    fahim     3451  0.0  0.0   4680   820 pts/1    S+   06:52   0:00 grep --color=auto geany
    that means it's not running.

    Could you post how you're starting geany as a user

    If you go this what happens -
    gtk-launch geany

    If you log out & into a guest session can you start geany normally?

Tags for this Thread

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
  •