LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   How to start a application with full-screen ?? (https://www.linuxquestions.org/questions/linux-general-1/how-to-start-a-application-with-full-screen-230280/)

jpan 09-13-2004 08:11 PM

How to start a application with full-screen ??
 
Hi, I'm using fvwm95 and i want to start mozilla firefox automatically
right after i logged in by xdm. Now it works.

But i wonder that how can i start mozilla firefox full-screen automatically???
cause i want the users see the mozilla firefox occupying the whole desktop
with no space left right after they log in into the system.

any help??


Jimmy

CroMagnon 09-13-2004 08:24 PM

Try using -height 600 and -width 800 on the command line you use to start the browser (for 800x600 displays - adjust accordingly).

Ghost_runner 09-13-2004 11:08 PM

edit the properties of your application shortcut and try adding -fg, or in kde resize the window to full, then right click on the top border, then click remember window settings (for a really clean look, click on no border, then use alt-f3 and remember window settings)

jpan 09-14-2004 12:34 PM

I used /usr/bin/mozilla-firefox -height 600 -width 800
in .Xsession file,
but it still wasn't full screen when it Starts.


any other suggestions?

jpan 09-14-2004 12:44 PM

actually we use a putty/vncviewer to do remote connection to a server....which means
i'm not doing the work locally.

Our procedure is like:

1. Tunnel by putty
2. Vncviewer
3. a login in prompt show up
4. login, then mozilla-firefox automatically starts up (and should be full-screen)

Problem is that when mozilla-firefox starts up we failed to make it full-screen.

Moreover, when i change mozilla firefox to full-screen manully and
then click on the border, what shows up was the vncviewer settings, not the properties
of mozilla firefox.


any suggestions?

Jimmy

jpan 09-15-2004 06:56 PM

Hi all,

now i've figured out how to start mozilla full-screen (by using autohide extension).

But i want to disable the F11 button and the full-screen option in the right-click
menu so that users can't switch back to window mode from full screen mode, do
anyone knows how to do that?


Jimmy

Ghost_runner 09-15-2004 09:23 PM

can you map it? make a keyboard map that F-11 = F-1 or something similar?

Ghost_runner 09-15-2004 09:25 PM

you can start programs by editing the .xinitrc file adding lines like this

exec /[yourpath]/mozilla-firefox height=600 width=800 &

if that helps at all


All times are GMT -5. The time now is 04:54 PM.