SFML community forums

Help => General => Topic started by: prchakal on November 03, 2011, 06:21:25 am

Title: Standalone program in Ubuntu
Post 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?
Title: Standalone program in Ubuntu
Post by: Turbine on November 03, 2011, 08:29:14 am
Full screen?
Title: Standalone program in Ubuntu
Post by: prchakal on November 03, 2011, 03:44:12 pm
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.
Title: Re: Standalone program in Ubuntu
Post by: Haze on November 03, 2011, 05:52:24 pm
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).