Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] start gnome-terminal maximized
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
Ilya.A
Tux's lil' helper
Tux's lil' helper


Joined: 15 Aug 2007
Posts: 93
Location: Russia, Magadan

PostPosted: Mon Sep 24, 2007 9:31 pm    Post subject: [SOLVED] start gnome-terminal maximized Reply with quote

Hello!

Are there any command line switches to start program in maximized window? Just like on win 'start /max'.

Especially, I need it for gnome-terminal. It's extremely annoying to type alt-f10 or f11 every time I start it.
Command line switch '--full-screen' work's poorly. I mean, about half time it doesn't work at all.


Last edited by Ilya.A on Fri Sep 28, 2007 3:19 am; edited 1 time in total
Back to top
View user's profile Send private message
dah
n00b
n00b


Joined: 10 Apr 2006
Posts: 30
Location: Boulder, CO

PostPosted: Mon Sep 24, 2007 10:14 pm    Post subject: Reply with quote

Most often these options will be program specific. For gnome-terminal you might make sure you're calling it correctly. The help says:
Code:
 --full-screen                                   Set the last-specified window into fullscreen mode; applies to only one window; can be specified once for each window you create from the command line.

_________________
Macbook Core2Duo 1GB/120GB SATA - Gentoo/OS X
AMD Athlon64 3000+ 1GB DDR400 1.5TB - Gentoo
Intel P4 3.0GHz, 1GB DDR400, .75TB - Gentoo
Sun Netra t1 500mHz UltraSPARC IIe - Gentoo
3 x SGI Indy R4600 - Irix 5.2 / Gentoo
Back to top
View user's profile Send private message
Ilya.A
Tux's lil' helper
Tux's lil' helper


Joined: 15 Aug 2007
Posts: 93
Location: Russia, Magadan

PostPosted: Mon Sep 24, 2007 10:37 pm    Post subject: Reply with quote

I just use 'gnome-terminal --hide-menubar --full-screen'.
I'v mapped it to hot key. I press it several times and one time terminal is full screen, other time not...
Back to top
View user's profile Send private message
Mantaar
Apprentice
Apprentice


Joined: 17 May 2007
Posts: 219

PostPosted: Mon Sep 24, 2007 10:49 pm    Post subject: Reply with quote

OR *cough* you could *cough* try a... *cough* *cough* *cough*

Tiling Window Manager!

Like Xmonad, dwm, wmii, ratpoison, ion3...

I admit, that's a radical step, though...
_________________
Error compiling committee.c: too many arguments to function.
Back to top
View user's profile Send private message
Ilya.A
Tux's lil' helper
Tux's lil' helper


Joined: 15 Aug 2007
Posts: 93
Location: Russia, Magadan

PostPosted: Thu Sep 27, 2007 11:33 pm    Post subject: Reply with quote

I can't belief, there is no way to start gnome-terminal full-screen! :(
I've tried --geometry, but it isn't what I need...

Any ideas?
Back to top
View user's profile Send private message
pizzach
Apprentice
Apprentice


Joined: 28 Aug 2006
Posts: 195

PostPosted: Fri Sep 28, 2007 2:25 am    Post subject: Reply with quote

you can actually use devilspie for it.
Back to top
View user's profile Send private message
pizzach
Apprentice
Apprentice


Joined: 28 Aug 2006
Posts: 195

PostPosted: Fri Sep 28, 2007 2:29 am    Post subject: Reply with quote

emerge devilspie, then add some text files to the ~/.devilspie directory like maximize.ds.

Then add some code to the file like:
Code:
(if
    (contains (window_name "Gnome Terminal")(maximize)
)


This isn't the exact code that you will need but should give you some direction.
Back to top
View user's profile Send private message
pizzach
Apprentice
Apprentice


Joined: 28 Aug 2006
Posts: 195

PostPosted: Fri Sep 28, 2007 2:32 am    Post subject: Reply with quote

Looking at the help file, gnome terminal has a switch to make it full screen.

Simply do
Code:
gnome-terminal --full-screen
in the terminal
Back to top
View user's profile Send private message
Ilya.A
Tux's lil' helper
Tux's lil' helper


Joined: 15 Aug 2007
Posts: 93
Location: Russia, Magadan

PostPosted: Fri Sep 28, 2007 3:21 am    Post subject: Reply with quote

It's exactly what I want! Thanx a lot!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum