SFML community forums
Help => General => Topic started by: prchakal on November 03, 2011, 06:21:25 am
-
Hi,
I want make a standalone program (like media center) using sfml, but i want that the program start standalone without gnome/unity bars, menus, in ubuntu.
how can i do it?
-
Full screen?
-
Yes it already run in fullscreen.
But if the program closes, the user see all ubuntu bars, menus, dialogs.
I want only my program and when it closes the system shutdown.
-
So you want to launch your program without launching a desktop environment first?
Your problem is not related to SFML, you should look into X11 (Linux graphical server).