WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Geany startup problem  (Read 2582 times)

Offline MikeLockmoore

  • Hero Member
  • *****
  • Posts: 525
  • Good software needn't be big!
Geany startup problem
« on: August 24, 2010, 11:58:14 PM »
In TC 3.0, Geany is giving this error message now when I try to start it up:

Code: [Select]
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 tried updating Geany and it did not help.  The strange thing is, I was using this or a prior version of Geany with TC for several weeks on TC 3.0 without any problems.  Any ideas?

Offline jur

  • Hero Member
  • *****
  • Posts: 863
    • cycling photo essays
Re: Geany startup problem
« Reply #1 on: August 25, 2010, 12:23:05 AM »
Perhaps an uncleared geany socket from a previous session? Delete it and try again.

Offline Jason W

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 9730
Re: Geany startup problem
« Reply #2 on: August 25, 2010, 01:54:26 AM »
I have looked into this and can only duplicate the problem when I have a running instance of geany open and change the ownership or perms of the file /home/tc/.config/geany/geany_socket_box__0.   Then any attempts to start another geany session, before or after closing the first one, will show that error. 

Offline eluring

  • Newbie
  • *
  • Posts: 22
Re: Geany startup problem
« Reply #3 on: August 25, 2010, 08:12:22 AM »
had happened to me also after not having closed geany and then rebooting.
help in this forum was:
Code: [Select]
rm -f ~/.config/geany/geany_socket_box*
I am used to not close geany and now I have put
Code: [Select]
rm -f /home/tc/.config/geany/geany_socket_box*into /opt/bootlocal.sh
« Last Edit: August 25, 2010, 08:21:24 AM by eluring »
Everyone is a foreigner, almost everywhere.

Offline MikeLockmoore

  • Hero Member
  • *****
  • Posts: 525
  • Good software needn't be big!
Re: Geany startup problem
« Reply #4 on: August 26, 2010, 01:44:33 PM »
@Jason:  Once again, you've shared the right bit of knowledge to get me unstuck!  :)  Thanks, greatly.

@eluring: Looks like a good idea.  I've added it to my bootlocal.sh.  ;)
--
ML

Offline jmhill

  • Newbie
  • *
  • Posts: 18
Re: Geany startup problem
« Reply #5 on: April 22, 2011, 06:58:55 PM »
Thanks so much for the post, removing that file solved the issue.

The first few times I tried geany, I learned that a resolution of 800x600 is not adequate with geany, but after increasing to 1024x768, I came across that issue.  Apparently I didn't shut geany down.  Back to work...