You are not logged in.
Pages: 1
Hello,
I'll try to customize a new desktop menu, using a file like this one
[Desktop Entry]
Name=AREACATSF8LNX
Exec=xterm -T "WORK AREA" -bg B4F8F8 -cm -fg black -cr red -ms red -bd black -fn 10x20 -e ssh -X USER@`hostname`
Comment=
Icon=gnome-xterm
NoDisplay=false
Type=Application
Categories=Utility;
but it doesn't work.
Have You any suggestion regarding my issue?
Many thanks in advance
Regards
Luciano
Offline
I need to open a new xterm with this setup
xterm -T "WORK AREA" -bg B4F8F8 -cm -fg black -cr red -ms red -bd black -fn 10x20 -e ssh -X USER@`hostname`
but I cannot do it with my .desktop file.
Can You help me to solve this issue?
regards
Luciano
Offline
Try this:
xterm -T "WORK AREA" -bg "#B4F8F8" -cm -fg black -cr red -ms red -bd black -fn 10x20 -e 'ssh -X USER@`hostname`'
Fixed the bg colour code and added single quotes for ssh command.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Pages: 1
[ Generated in 0.007 seconds, 8 queries executed - Memory usage: 522.91 KiB (Peak: 523.75 KiB) ]