WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Suppress title bar in full screen application  (Read 3839 times)

Offline Daniel

  • Full Member
  • ***
  • Posts: 166
Suppress title bar in full screen application
« on: June 17, 2011, 04:20:16 AM »
Hi,

My (flash) application is running maximized infull screen locked.

When i'm usinf flashplayer stand alone or firefox with plugin's, i've "adobe flash player 10" or "firefox title" in a title bar (on top screen).

Is it possible to don't have that ?
I succeed with firefox parameters, but the user may move the window, and borders  become visible :(


Thanks
Daniel.
« Last Edit: June 17, 2011, 04:29:25 AM by Daniel »

Offline gutmensch

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 605
  • I can make it disappear, have no fear!
    • remembrance blog
Re: Suppress title bar in full screen application
« Reply #1 on: June 17, 2011, 07:44:31 AM »
options:

1. run it without a window manager

2. use a browser with more kiosk like functions (e.g. opera)

3. hack flash to become real fullscreen? shouldn't be that hard. ( p.s.: that was a joke :) )
If I seem unduly clear to you, you must have misunderstood what I said. (Alan Greenspan)

Offline Daniel

  • Full Member
  • ***
  • Posts: 166
Re: Suppress title bar in full screen application
« Reply #2 on: June 17, 2011, 07:57:55 AM »
I think this is an X function (option).
Or a TCL custon ?

It is not in Ubuntu ...

Without window manager ... will be tested.
But with differences with the same application with stand alone flash player under ubuntu (and java server for local IP communications) ...

Opera will be tested to!

Thanks
Daniel.


Offline Daniel

  • Full Member
  • ***
  • Posts: 166
Re: Suppress title bar in full screen application
« Reply #3 on: June 20, 2011, 03:24:29 AM »
I can also modify Xorg ... :)
If somebody know where to do it  ;D
Thanks
Daniel.

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11544
Re: Suppress title bar in full screen application
« Reply #4 on: June 20, 2011, 04:42:10 AM »
Hi Daniel

The title bar is added to the application by the window manager. If you do not believe that, do a
search on  X programming. There are sites with programming examples that explain this.

Offline Daniel

  • Full Member
  • ***
  • Posts: 166
Re: Suppress title bar in full screen application
« Reply #5 on: June 20, 2011, 04:57:55 AM »
Hi Rich,

I know that (gdm ...) but if somebody knows exactly immediately where ...

if not, "google is my friend"  ;)

D.

[Edit]
Perhaps it is a gdm parameter ?

« Last Edit: June 20, 2011, 05:07:37 AM by Daniel »

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 11036
Re: Suppress title bar in full screen application
« Reply #6 on: June 20, 2011, 11:06:21 AM »
Please search, this has been discussed a lot. In short, you can replace the WM with your app with a bootcode "tinycore desktop=xterm", among many other ways.
The only barriers that can stop you are the ones you create yourself.