You are not logged in.

#1 2011-10-27 15:58:41

synthead
Member
Registered: 2006-05-09
Posts: 1,337

Launching an application maximized under XFCE4?

I would really like to start my shell maximized under XFCE4.  Is there an option for this? smile

Offline

#2 2011-10-27 17:19:21

Leonid.I
Member
From: Aethyr
Registered: 2009-03-22
Posts: 999

Re: Launching an application maximized under XFCE4?

"man terminal" is your friend...


Arch Linux is more than just GNU/Linux -- it's an adventure
pkill -9 systemd

Offline

#3 2011-10-27 17:55:58

vacant
Member
From: downstairs
Registered: 2004-11-05
Posts: 816

Re: Launching an application maximized under XFCE4?

Leonid.I wrote:

"man terminal" is your friend...

Not always. In "Preferred Applications" -> Terminal Emulator, setting a custom command of "terminal --maximize" doesn't work when you launch "Terminal Emulator" from the XFCE4 Applications Menu. I edited .local/share/xfce4/helpers/terminal

[Desktop Entry]
NoDisplay=true
Version=1.0
Encoding=UTF-8
Type=X-XFCE-Helper
X-XFCE-Category=TerminalEmulator
X-XFCE-CommandsWithParameter=terminal --maximize "%s"
Icon=terminal
Name=terminal
X-XFCE-Commands=terminal

change the last line to

X-XFCE-Commands=terminal --maximize

Offline

#4 2011-10-27 18:08:02

Leonid.I
Member
From: Aethyr
Registered: 2009-03-22
Posts: 999

Re: Launching an application maximized under XFCE4?

vacant wrote:

In "Preferred Applications" -> Terminal Emulator, setting a custom command of "terminal --maximize" doesn't work when you launch "Terminal Emulator" from the XFCE4 Applications Menu.

Yeah, I usually create a 1-line bash wrapper. Not really sure if this deserves a bug report.

vacant wrote:

I edited .local/share/xfce4/helpers/terminal

[Desktop Entry]
NoDisplay=true
Version=1.0
Encoding=UTF-8
Type=X-XFCE-Helper
X-XFCE-Category=TerminalEmulator
X-XFCE-CommandsWithParameter=terminal --maximize "%s"
Icon=terminal
Name=terminal
X-XFCE-Commands=terminal

change the last line to

X-XFCE-Commands=terminal --maximize

Nice, thanks for sharing smile


Arch Linux is more than just GNU/Linux -- it's an adventure
pkill -9 systemd

Offline

#5 2012-08-31 17:37:06

nsmathew
Member
From: Asia
Registered: 2012-08-18
Posts: 31

Re: Launching an application maximized under XFCE4?

Thanks, this helped me as well!


Is man one of God's blunders? Or is God one of man's blunders?
Friedrich Nietzsche

Offline

Board footer

Powered by FluxBB