Author Topic: Thunderbird and or Eudora Fail to Open  (Read 429 times)

Offline wanderer5210

  • Jr. Member
  • **
  • Posts: 43
Thunderbird and or Eudora Fail to Open
« on: April 22, 2012, 12:01:21 AM »
Thank you.  I'm more than a little confused that when attempting to open Thunderbird it will not open, nor would Eudora, I tried, as an alternative.
After some time of trying to figure it out I found that I could open them as SU from a terminal.  I'm scratching my head over this.  Any help
appreciated.

PCLinuxOS 2012 and the updated Thunderbird 11.  Never experienced this problem before.
Life's a venture. Get on and ride.

Offline djohnston

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 6227
  • I don't do Windows
Re: Thunderbird and or Eudora Fail to Open
« Reply #1 on: April 22, 2012, 12:10:17 AM »
What desktop environment? (KDE, XFCE, etc.) Launch thunderbird and Eudora from a terminal window to see if there are any helpful error messages. Just type thunderbird to start it. Not sure, but Eudora's should be eudora. Post all output from the terminal window.
Bare metal                           VBox
AMD Athlon 7750 Dual-Core    Single core
4GiB RAM                              1GiB RAM
nVidia GeForce FX 5200          64MB video
LXDE 32bit                            KDE 64bit

Registered Linux User #416378

Offline wanderer5210

  • Jr. Member
  • **
  • Posts: 43
Re: Thunderbird and or Eudora Fail to Open
« Reply #2 on: April 22, 2012, 12:45:32 PM »
What desktop environment? (KDE, XFCE, etc.) Launch thunderbird and Eudora from a terminal window to see if there are any helpful error messages. Just type thunderbird to start it. Not sure, but Eudora's should be eudora. Post all output from the terminal window.


KDE, sorry.

Terminal output:  [wanderer@localhost ~]$ thunderbird
Could not create gnome accelerators directory `/home/wanderer/.gnome2/accels': Permission denied

As I said, I can open both as root from the terminal.  I've since uninstalled Eudora.  I'm not sure what .gnome2 has to do with Thunderbird in a KDE environment.
Life's a venture. Get on and ride.

Offline djohnston

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 6227
  • I don't do Windows
Re: Thunderbird and or Eudora Fail to Open
« Reply #3 on: April 22, 2012, 12:51:49 PM »
Sounds like an ownership issue. Open a terminal and enter the following.

su
chown -R wanderer:wanderer /home/wanderer
exit


Please post the results.
Bare metal                           VBox
AMD Athlon 7750 Dual-Core    Single core
4GiB RAM                              1GiB RAM
nVidia GeForce FX 5200          64MB video
LXDE 32bit                            KDE 64bit

Registered Linux User #416378

Offline wanderer5210

  • Jr. Member
  • **
  • Posts: 43
Re: Thunderbird and or Eudora Fail to Open
« Reply #4 on: April 22, 2012, 01:06:29 PM »
Sounds like an ownership issue. Open a terminal and enter the following.

su
chown -R wanderer:wanderer /home/wanderer
exit


Please post the results.


Worked like a champ!  Thanks a heap.  How could my permissions have been root after only just installing the os?
I don't recall ever having a situation like that before.
Life's a venture. Get on and ride.

Offline djohnston

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 6227
  • I don't do Windows
Re: Thunderbird and or Eudora Fail to Open
« Reply #5 on: April 22, 2012, 01:09:20 PM »

How could my permissions have been root after only just installing the os?


Wish I could answer that one, but I don't know. I've found that sometimes installing a package will create subdirectories with wrong permissions or ownership within the user's /home directory. Other than that, I can't say.
Bare metal                           VBox
AMD Athlon 7750 Dual-Core    Single core
4GiB RAM                              1GiB RAM
nVidia GeForce FX 5200          64MB video
LXDE 32bit                            KDE 64bit

Registered Linux User #416378