PDA

View Full Version : [SOLVED] killed desktop panel



jomex
September 15th, 2009, 09:41 PM
an application hung up so i killed it with xkill, but i accidentally hit the panel (LXDE). now it's quite funny because i got the opposite problem :) i can't [Alt]+[F2] to get it back. is there a way to spawn a process from a different console? like:
[Ctrl]+[Alt]+[F1]
lxpanel -> TTY7
[Ctrl]+[Alt]+[F7]
?

jomex
September 15th, 2009, 09:52 PM
solved it:

[ctrl]+[alt]+[F1]
export DISPLAY=:0
xterm
[ctrl]+[alt]+[F7]
lxpanel &

btw: is there a way to mark threads as [SOLVED]?

jerrrys
September 15th, 2009, 10:29 PM
its in the thread tools at the top of your thread

jomex
September 16th, 2009, 01:02 AM
thx