Page 1 of 1

request content of launcher-7.rc

Posted: 30. May 2010, 11:38
by skent
I was trying to figure out how to change the default window size when I open Terminal and in the process I hosed my launcher-7.rc

I am assuming the numbering would be the same on everyone's system.

Could someone who has the original one please post the content of the config file for Terminal?

~/.config/xfce4/panel/launcher-7.rc

And if you know how to change the default window size that would be a huge help, too.

Thanks.

Re: request content of launcher-7.rc

Posted: 30. May 2010, 12:28
by laprjns
skent wrote:Could someone who has the original one please post the content of the config file for Terminal

Code: Select all

[Global]
MoveFirst=false
ArrowPosition=0

[Entry 0]
Name=Command Prompt
Comment=X terminal emulator
Icon=utilities-terminal
Exec=exo-open --launch TerminalEmulator
Terminal=false
StartupNotify=true
skent wrote:And if you know how to change the default window size that would be a huge help, too.
~/.config/Terminal/terminalrc
Regards
Rich

Re: request content of launcher-7.rc

Posted: 30. May 2010, 12:29
by Shador
You've got it: /etc/skel/.config/xfce4/panel/launcher-7.rc :mrgreen: ;)

Re: request content of launcher-7.rc

Posted: 30. May 2010, 13:09
by skent
Thanks much. All fixed now.