Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Standalone program in Ubuntu  (Read 1742 times)

0 Members and 1 Guest are viewing this topic.

prchakal

  • Full Member
  • ***
  • Posts: 142
    • View Profile
Standalone program in Ubuntu
« 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?

Turbine

  • Full Member
  • ***
  • Posts: 102
    • View Profile
Standalone program in Ubuntu
« Reply #1 on: November 03, 2011, 08:29:14 am »
Full screen?

prchakal

  • Full Member
  • ***
  • Posts: 142
    • View Profile
Standalone program in Ubuntu
« Reply #2 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.

Haze

  • Full Member
  • ***
  • Posts: 201
    • View Profile
    • Github Profile
Re: Standalone program in Ubuntu
« Reply #3 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).

 

anything