Author Topic: Latest Update Problems - Solved  (Read 2580 times)

Offline djohnston

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 6227
  • I don't do Windows
Re: Latest Update Problems
« Reply #15 on: June 07, 2010, 12:57:10 AM »
Tex,

I found the problem some have been having with top, htop, mc, etc. The LXTerminal is acting up. I've tried tilda, xterm, guake, and XFCE's terminal. They all work normally and will launch the three examples given. lxterminal won't. It will launch locate, find, set, etc. When I run htop, I get Error opening terminal: unknown. When I run top or mc, I get TERM environment variable not.set

So, lxterminal is upset about not being the default terminal? I dunno. I can't figure out where the problem is. I looked all through ~/.config/lx-- folders and /usr/share/lxterminal/lxterminal.conf file and found nothing. But the problem is definitely with lxterminal.
« Last Edit: June 07, 2010, 11:29:35 PM by djohnston »
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 Texstar

  • Administrator
  • Super Villain
  • *****
  • Posts: 12506
Re: Latest Update Problems
« Reply #16 on: June 07, 2010, 03:23:51 AM »
Tex,

I found the problem some have been having with top, htop, mc, etc. The LXTerminal is acting up. I've tried tilda, xterm, guake, and XFCE's terminal. They all work normally and will launch the three examples given. lxterminal won't. It will launch locate, find, set, etc. When I run htop, I get Error opening terminal: unknown. When I run top or mc, I get TERM environment variable not.set

So, lxterminal is upset about not being the default terminal? I dunno. I can't figure out where the problem is. I looked all through ~/.config/lx-- folders and /usr/share/lxterminal/lxterminal.conf file and found nothing. But the probably is definitely with lxterminal.

I see the duplicate synaptic entries but so far I have not been able to duplicate this lxterminal error. I can log into lxde and open lxterminal then run the above referenced applications. I will do a clean install from the lxde cd and go from there.

Tex

Thanks to everyone who donates. You keep the servers running.

Offline djohnston

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 6227
  • I don't do Windows
Re: Latest Update Problems
« Reply #17 on: June 07, 2010, 12:07:18 PM »
I got lxterminal working by following instructions here:

http://www.pclinuxos.com/forum/index.php/topic,74200.0/topicseen.html

I added

TERM=linux
export TERM

to ~/.bash_profile. I didn't restart X, so first attempt in lxterminal didn't work. From lxterminal, I issued the same 2 commands, and now htop, top, and mc are working. According to Neal, system-wide changes would require same two lines in /etc/skel/.bash_profile & /root/.bash_profile.

From LXDE menu, More Applications > Terminals > Root Terminal calls up lxterminal, with same problems, until the TERM environment variable is set. I edited all three files, rebooted, and now lxterminal is behaving.

How or why this is happening is beyond me.
« Last Edit: June 07, 2010, 11:30:10 PM by djohnston »
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 weirdwolf

  • Hero Member
  • *****
  • Posts: 4048
  • AWHFY
Re: Latest Update Problems
« Reply #18 on: June 07, 2010, 06:12:17 PM »
Add these two line to your .bash_profile:

TERM=linux
export TERM

Well ok then, Thanks qbrick! Did it and needed to log off or reboot (cant remember) but then all was good for top and htop. Saw it mentioned elsewhere and then here so I figured (hoped) that should do it,  whether or not that just treated the symptom or the cause, it still worked ;)

On a side note, after the last update both top and conky report the same number of processes/tasks now 8), but top shows 1 running and conky shows 0 :D ...nothing I'm going to worry about. ;)
Plan to be spontaneous tomorrow.


Offline timeth

  • Hero Member
  • *****
  • Posts: 829
  • G'day mate-Link for big GIF^ http://db.tt/SUIL4CtK
Re: Latest Update Problems
« Reply #19 on: June 07, 2010, 09:40:27 PM »

Add these two line to your .bash_profile:

TERM=linux
export TERM



Thanks.  ;)   This fixed my lxterminal issues too.
宜しくお願いします > Yoroshiku Onegaishimasu > I humbly and respectfully ask for your kindness.  |   My graphics blog

Offline Neal ManBear

  • Administrator
  • Super Villain
  • *****
  • Posts: 15845
  • LXDE! Coffee, Bacon and Cheesecake!
Re: Latest Update Problems
« Reply #20 on: June 08, 2010, 05:42:01 AM »
An lxterminal update should be coming through soon.

Offline weirdwolf

  • Hero Member
  • *****
  • Posts: 4048
  • AWHFY
Re: Latest Update Problems - Solved
« Reply #21 on: June 10, 2010, 09:11:27 PM »
Updated the other day and that seems to have fixed the lxterminal problem. I removed the "TERM=linux
export TERM" from my bash profile just to see and it still works 8) Thanks to all involved !
Not sure what to make of the Synaptic icons, but if that's all they are then no biggie...
Plan to be spontaneous tomorrow.


Offline Neal ManBear

  • Administrator
  • Super Villain
  • *****
  • Posts: 15845
  • LXDE! Coffee, Bacon and Cheesecake!
Re: Latest Update Problems
« Reply #22 on: June 11, 2010, 03:51:33 AM »
Look in /usr/share/applications for Synaptic Package Manager. There will be 2 copies of this .desktop file. Open the one with the red 's' icon and make sure these 2 lines are at or near the end of the file --
Quote
OnlyShowIn=KDE;
NotShowIn=LXDE;Gnome;XFCE;

If not, then add them.

uncleV

  • Guest
Re: Latest Update Problems
« Reply #23 on: June 11, 2010, 05:05:35 AM »
Why not simply delete the synaptic-kde.desktop file?

Offline Neal ManBear

  • Administrator
  • Super Villain
  • *****
  • Posts: 15845
  • LXDE! Coffee, Bacon and Cheesecake!
Re: Latest Update Problems
« Reply #24 on: June 11, 2010, 05:28:41 AM »
Your choice. Either should work. :)

uncleV

  • Guest
Re: Latest Update Problems
« Reply #25 on: June 11, 2010, 05:31:42 AM »
I just deleted it with no problem.

Edit: Thanks, Neal!
« Last Edit: June 11, 2010, 10:55:57 PM by uncleV »

Offline djohnston

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 6227
  • I don't do Windows
Re: Latest Update Problems
« Reply #26 on: June 11, 2010, 01:29:32 PM »
I just deleted it with no problem.

Worked for me, too. Thanks, Neal.
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 weirdwolf

  • Hero Member
  • *****
  • Posts: 4048
  • AWHFY
Re: Latest Update Problems
« Reply #27 on: June 12, 2010, 12:17:51 PM »
Your choice. Either should work. :)
I did both, delete one and add the line to the other. ;D
Thanks Neal and uV
Plan to be spontaneous tomorrow.