Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Linux box with only one application which is fullscreen [closed]

Tags:

linux

desktop

Sorry for the rather broad question, but I'm just looking for some leads here to get started on this...

Let's say I have a CentOS machine running the X Windows System. I'd like to have the machine only display a single application (let's say Mozilla Firefox) and have that application full screen at all times. Is there a more suitable distro to do this with than CentOS?

I hope I've given enough information here about what I want to do.

Thanks!

like image 851
Rintoul Avatar asked Mar 14 '14 02:03

Rintoul


People also ask

How do I exit full screen mode in Linux?

To deselect full screen mode right click your mouse on the screen to display a pop-up menu and uncheck the Full Screen option. Alternately TTerm for Linux can be started in full screen mode by passing a -f switch on the command line.

How do I make an application full screen in Linux?

To turn on fullscreen mode, press F11 . gedit's menu, title, and tab-bars will hide, and you will only be presented with the text of your current file. If you need to perform an action from the gedit menu while working in fullscreen mode, move your mouse pointer to the top of the screen.

How do I exit full screen in Ubuntu?

To leave Full Screen mode, right mouse button click the screen at a place where there is no object present, and select Exit Full Screen Mode, or press the shortcut Ctrl+Shift+F.


2 Answers

I think you are looking for kiosk mode, you can achieve this by various kiosk based linux based iso distribution like http://sanickiosk.wikidot.com/ (Sanickiosk) and WebKiosk (http://www.binaryemotions.com/).

Even you can customize ubuntu to run only firefox in full screen mode (http://www.instructables.com/id/Setting-Up-Ubuntu-as-a-Kiosk-Web-Appliance/?ALLSTEPS).

Thanks & Regards,
Alok Thaker

like image 151
linux_fanatic Avatar answered Nov 15 '22 05:11

linux_fanatic


I'm really not sure if this is the proper place, but the disto for this type of use hardly matters, its really up to personal preference and how hard you find it to set up. In my limited expirence you can just add the command to launch the app, typically with a geometry option (with firefox you can specify the -width and -height flags), and then that X session will end when the program ends.

like image 27
Adam Freeman Avatar answered Nov 15 '22 06:11

Adam Freeman