You are not logged in.

#1 2011-12-23 22:48:19

MatejLach
Member
From: United Kingdom
Registered: 2011-06-22
Posts: 314
Website

[SOLVED] chromium application window maximized

So, I have xfce4-mailwatch-plugin set up to open gmail on left click:
command:

chromium --app=https://mail.google.com/mail

It works fine, but it will not open maximized as I would like it to do.
Is there any switch or such, that will help me accomplish this?

Thanks for any suggestions,

Last edited by MatejLach (2011-12-23 23:14:02)

Offline

#2 2011-12-23 23:01:21

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 30,456
Website

Re: [SOLVED] chromium application window maximized

chromium --kiosk

EDIT: oops, did you want maximized, or fullscreen?  if you wan maximized you'd probably be better of with WM configuration.  I know in openbox that would be an <application> entry in openbox's rc.xml.  I'm not sure about XFWM, but I'm sure it has a comparable option.

Last edited by Trilby (2011-12-23 23:02:50)


"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman

Offline

#3 2011-12-23 23:09:40

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 30,456
Website

Re: [SOLVED] chromium application window maximized

I suppose maximized app mode would be fullscreen wouldn't it.  Sometimes  I type much faster than I think.

Note that --kiosk and --app seem to conflict, but you can do

chromium --kiosk https://mail.google.com/mail

for the desired effect.


"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman

Offline

#4 2011-12-23 23:12:53

MatejLach
Member
From: United Kingdom
Registered: 2011-06-22
Posts: 314
Website

Re: [SOLVED] chromium application window maximized

Trilby wrote:

I suppose maximized app mode would be fullscreen wouldn't it.  Sometimes  I type much faster than I think.

Note that --kiosk and --app seem to conflict, but you can do

chromium --kiosk https://mail.google.com/mail

for the desired effect.

Yeah, super fast response :-)
Works perfectly, thanks!

Offline

#5 2012-01-01 20:28:01

MatejLach
Member
From: United Kingdom
Registered: 2011-06-22
Posts: 314
Website

Re: [SOLVED] chromium application window maximized

I know this is already solved, just want to post another solution in case somebody will need it.

If you want to open any url from cmdl or any script/application (such as mailwatch plugin, you can simply do:

chromium "https://mail.google.com/mail"

- and it will open as a new tab... (and the only one if you're got no tabs open)...

Last edited by MatejLach (2012-01-01 20:29:28)

Offline

Board footer

Powered by FluxBB