Cinnamon remove fullscreen titlebar

With various addons, settings and themes I cannot get rid of the damn titlebar in fullscreen applications like wine and some games (enemy territory).
Along with VLC fullscreen, Firefox YouTube fullscreen etc. are working fine.
On linuxmint etc. either noone seems to have these issues or doesn't care or there's a trick or workaround for this I don't know.
Am I the only one? Missing a setting or two?
Thx for help,
regards
JC
EDIT: decorations are off via winecfg, maximus is installed as extensions.
Last edited by jedcooper (2013-10-29 09:32:46)

Hi!
Reproducable f.e. with (winetricks) 3DMark06
Some games work in (maybe real) fullscreen, some maximize a borderless window, but let a grey bar on top of the screen. Depending on game resolution even bigger/smaller.
Native (non-wine) Enemy Territory does the same btw. same issue with titlebar not hidden.
Currently using latest Cinnamon from official repos and nvidia 325.
Last edited by jedcooper (2013-11-11 09:49:04)

Similar Messages

  • Awesome WM: titlebar for floating apps?

    Is there any way to add a titlebar just for floating apps?

    Thanks Barghest. The last e-mail from this link helps a lot, though it only works with apps that are in "floatapps" (in the beginning of the file). I've made some changes, so it works with any app that is floating, it doesn't matter if the app is in "floatapps" or not.
    Add this to the end of the file:
    awful.hooks.property.register(function (c, prop)
    -- Remove the titlebar if fullscreen
    if c.fullscreen then
    awful.titlebar.remove(c)
    elseif not c.fullscreen then
    -- Add title bar for floating apps
    if c.titlebar == nil and awful.client.floating.get(c) then
    awful.titlebar.add(c, { modkey = modkey })
    -- Remove title bar, if it's not floating
    elseif c.titlebar and not awful.client.floating.get(c) then
    awful.titlebar.remove(c)
    end
    end
    end)
    It's not perfect, though. I don't know why, Firefox is always floating, so there's always a titlebar in it. I've tried using 'and c.class ~= 'Firefox'", but then everything stopped working.

  • To remove grey title bar in Forms 9i

    I am using a Form(Forms 9i services), but when running it using named configuration on WIN2K env., I am getting the typical grey title bar with 'Window' written on extreme left and 'ORACLE' on the right. Can I remove this title bar.
    Which files I have to change for Customisation.
    Regards,
    Gaurav Srivastava

    mt22 wrote:But what do you mean when you say that if I remove the titlebar later I'll end up with race conditions?
    Well, you added a titlebar for all windows (this is done through the "manage" signal). Plus, using "rules", you removed the titlebar for some windows. So your code tried to do something like this:
    A new window spawns.
    ["manage"] Add a titlebar.
    ["rules"] Remove the titlebar for some windows.
    Are you sure that this always happens in this particular order? I am not. Maybe something like this happens instead:
    A new window spawns.
    ["rules"] Remove the titlebar for some windows (ouch! there is none!)
    ["manage"] Add a titlebar.
    2. and 3. are mixed up here. Now, all your windows still have titlebars.
    See, I really don't know if the order of execution is guaranteed. I haven't read Awesome's source code regarding this issue. So, my code avoids the whole issue because only one action is involved:
    A new window spawns.
    ["rules"] Add a titlebar iff it's not XTerm/luakit/whatever.
    I think/hope this is the best way to do it.

  • Want to hide titlebar in showmodaldialog()

    Want to hide or remove titlebar while using showmodaldialog()..
    Need help ....

    sir,
    Its need for my project ,need to populate an html file through this showmodaldialog("x.html",object,properties) using this i am getting the title bar ,want to remove the titlebar,As I am placing the close button in the HTML itself....need your help regarding this....

  • WM -- window with no titlebar?

    Sort of trivial question...
    What window managers (other than kwin) have the ability to remove the titlebar of a window (like kde/kwin can)?

    dyzdyz wrote:
    Mo wrote:
    dolby wrote:is there another way to do that in openbox by default for some or all applications & without using an external program?
    Just edit the applications-section in ~/.config/openbox/rc.xml. For example for urxvt, it looks like this:
    <applications>
    <application class="URxvt">
    <decor>no</decor>
    </application>
    </applications>
    I'll just add for the sake of completeness, that one can define a keybinding to toggle decoration of current window by putting following in the keyboard section of ~/.config/openbox/rc.xml:
    <keybind key="A-F11">
    <action name="ToggleDecorations"/>
    </keybind>
    Alt-F11 can by replaced by other combination.
    thx, those work but what about all the time and for all applications?
    Last edited by dolby (2007-03-11 21:40:00)

  • Is it possible to disable the titlebar only in FluxBox

    Hi
    I am trying to remove the titlebar from my windows, in FluxBox, but I haven't found the way to do it...
    I can use the ToggleDecor action to remove border + handle + titlebar, but I want to keep the border and handle. I tried setting the window.title, window.label and window.button in my stylefile to "none", while keeping the values I want for the window.handle,  but that didn't help either.
    Is there a way to do it at all under FB, or should I move to another WM?
    Damien

    Hi Manasa,
    My client's finance team have strict requirements around reopening of expense report.  Ideally, they want the button removed after expense has been approved.  Or have a way to add permission around this button and limit it to auditors and approvers.  Any insights/recommendation would be greatly appreciated.
    Thanks,
    Andrew

  • WHY Firefox 4 shows up titlebar on Ubuntu Linux?

    I'm kinda fed up with this new feature. I cannot remove my titlebar or can't put my tams in titlebar like chrome. Though it was easy to put it in previous versions via Hide Caption addon.
    with STYLISH off I have this -> http://imm.io/4vBm
    Also the scrollbars in linux are so damn ugly http://imm.io/4vBk
    Please do update me as soon as possible
    Thank you

    Firefox 4 doesn't run on a PowerPC Mac.
    Firefox 4 requires at least OS X 10.5 and an Intel Mac.
    * http://www.mozilla.com/firefox/4.0/system-requirements/
    For a Firefox 4 version that runs on Mac OS X 10.4.11 or Mac OS X 10.5.8 (PPC) you can look at:
    * http://www.floodgap.com/software/tenfourfox/
    Firefox 3.6.x (Mac OS X 10.4 and later) can be found here:
    * http://www.mozilla.com/en-US/firefox/all-older.html

  • Changing Images at Runtime...it's sending me nuts (I'm a newbie, go easy)

    Hi all,
    I am trying change images at runtime and quite frankly it's driving me nuts. I'm pretty new to Java and don't understand some of the principles but I'm trying. I have this code below, that loads up a few images. I want to be able to change some/all of these images either on a timed even or on a button press, but all the things I've tried don't work. Can someone offer me some help....thanks in advance
    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    public class bc extends JFrame implements ActionListener {
         public static void main(String[] args) {new bc();}
         bc() {
              //setUndecorated(true); // - this removed the titlebar!
                    setTitle("BC...");
              setSize(350,125);
              setResizable(false);
              setLocation(50,50);
              setDefaultCloseOperation(EXIT_ON_CLOSE);
              setBackground(new Color(0,0,0));
              getContentPane().setBackground(new Color(255,255,255));
              JPanel hours = new JPanel();
              hours.setLayout(new GridLayout(4,2));
              hours.add(hour14);
              hours.add(hour24);
              hours.add(hour13);
              hours.add(hour23);
              hours.add(hour12);
              hours.add(hour22);
              hours.add(hour11);
              hours.add(hour21);
              JPanel mins = new JPanel();
              mins.setLayout(new GridLayout(4,2));
              mins.add(min14);
              mins.add(min24);
              mins.add(min13);
              mins.add(min23);
              mins.add(min12);
              mins.add(min22);
              mins.add(min11);
              mins.add(min21);
              JPanel secs = new JPanel();
              secs.setLayout(new GridLayout(4,2));
              secs.add(sec14);
              secs.add(sec24);
              secs.add(sec13);
              secs.add(sec23);
              secs.add(sec12);
              secs.add(sec22);
              secs.add(sec11);
              secs.add(sec21);
              JPanel helptext = new JPanel();
              helptext.setLayout(new GridLayout(4,2));
              helptext.add(new JLabel("8"));
              helptext.add(new JLabel("4"));
              helptext.add(new JLabel("2"));
              helptext.add(new JLabel("1"));
    //add action listenters
              changeImg.addActionListener(this);
              JPanel cp = new JPanel();
              cp.setLayout(new GridLayout(1,6));
              cp.setBackground(new Color(255,255,255));
              cp.add(hours);
              cp.add(mins);
              cp.add(secs);
              cp.add(helptext);
              cp.add(changeImg);
              setContentPane(cp);
              setVisible(true);
         public void actionPerformed(ActionEvent ae) {
              hour11.PaintOff(1);
              //JOptionPane.showMessageDialog(this, "changed");
              repaint();
    JPanel hour11 = new PaintOff(0);
    JPanel hour12 = new PaintOff(0);
    JPanel hour13 = new PaintBlank();
    JPanel hour14 = new PaintBlank();
    JPanel hour21 = new PaintOff(0);
    JPanel hour22 = new PaintOff(0);
    JPanel hour23 = new PaintBlank();
    JPanel hour24 = new PaintBlank();
    JPanel min11 = new PaintOff(0);
    JPanel min12 = new PaintOff(0);
    JPanel min13 = new PaintOff(0);
    JPanel min14 = new PaintOff(0);
    JPanel min21 = new PaintOff(0);
    JPanel min22 = new PaintOff(0);
    JPanel min23 = new PaintOff(0);
    JPanel min24 = new PaintOff(0);
    JPanel sec11 = new PaintOff(0);
    JPanel sec12 = new PaintOff(0);
    JPanel sec13 = new PaintOff(0);
    JPanel sec14 = new PaintOff(0);
    JPanel sec21 = new PaintOff(0);
    JPanel sec22 = new PaintOff(0);
    JPanel sec23 = new PaintOff(0);
    JPanel sec24 = new PaintOff(0);
    JButton changeImg = new JButton("change");
    }///---------This is my PaintOff class ---------------\\\
    import javax.swing.*;
    import java.awt.*;
    import java.awt.Image.*;
    public class PaintOff extends JPanel {
    Toolkit tk = Toolkit.getDefaultToolkit();
    public Image imgOff = tk.getImage("off.jpg");
    public Image imgOn = tk.getImage("on.jpg");
    public Image paintMe = tk.getImage("off.jpg");
         PaintOff(int a) {
              if(a == 1) {
                   vOn();
              } else {
                   vOff();
         public void vOn() {
            paintMe = imgOn;
         //JOptionPane.showMessageDialog(new bc(), "shown");
         public void vOff() {
            paintMe = imgOff;
         public void paintComponent(Graphics g) {
              g.drawImage(paintMe,0,0,this);
    }PaintBlank class is not included here, it's basically just the same as PaintOff but only has one image inside.
    When I try and compile this code, I get
    C:\jdk1.4\bin\bclock>javac bc.java
    bc.java:79: cannot resolve symbol
    symbol : method PaintOff (int)
    location: class javax.swing.JPanel
    hour11.PaintOff(1);
    ^
    1 error
    I don't understand this either, I've tried replacing "PaintOff(1)" with "vOn()" but I get the same error. This is baffling to be, as I thought that the hour11 would have access to all the methods inside the PaintOff class?
    Anyway, thanks for any help you guys give me!
    Cheers
    //Chris.

    Hi!
    Your problem is that you've used a widening conversion to convert from PaintOff to a JPanel. JPanel has no such method, and so the compiler is complaining that it can't find it.
    e.g
    public class NoCompile{
         public static void main(String args[]){
              One one = new Two();
              one.methTwo();
    public class Two extends One{
         public Two(){}
         public void methTwo(){
            System.out.println("Executed 2");
    public class One{
         public One(){}
         public void meth1(){}
    } will give you the same sort of error message. To make the compiler happy, use a cast.
    Now this will compile and gives the right result.
    public class NoCompile{
         public static void main(String args[]){
              One one = new Two();
              ((Two)one).methTwo();
    }So in your case, you want to do
    ((PaintOff)hour11).vOn();
    Does that help?
    :) jen

  • Window title and borders for Render Window (3D Picture Control)

    Hi all,
    some more questions on the 3D picture control.
    I use the external render window, because in the solarsystem.vi demo, the 3d picture control appears to be very slow. The render window is much faster there. (I haven't tried it for my application though.)
    I'd like to display a full screen 3D animation. How the hell do I get rid of the window title bar (I can set it to empty, but the bar itself remains), and the borders of the render window?
    Regards
    Matthias

    The update speed of the solarsystem example is 2 ms (in the timeout event). This would result in 500 updates per second, witch is totally redundant. Put it on 33 ms, and you'll still get smooth updates, and much better performance! No monitor will update 500 times a second, and your eye can only see 25-30 frames per second anyway.
    With this, you could probably use the normal 3d control (indicator actually). The window doesn't have any way to remove the title bar.
    (You can do some things with window API's, but removing the titlebar is only possible by creating a new class, a new window, and then it would be impossible to tell LabVIEW to use this window...)
    If you'd make the render window full screen, how would you close your application? There is no way (or I'm missing it) to get events back from the render window.
    Regards,
    Wiebe.

  • Title bar in flex

    friends i am developind flex windowed application using flex 3. I don't want the title bare of windowed application. i want application like panel. how to remove the titlebar from the application.
    i set the propery showtitlebar=false; but this is not working.
    is there any other way to remove the titlebar to bring the application like panel.
    it is urgent.

    In the AIR -app.xml file, set systemChrome to none:
    <systemChrome>none</systemChrome>
    You may have to implement moving and resizing by hand:
    http://www.adobe.com/devnet/air/flex/quickstart/custom_chrome.html
    Then in the WindowedApplication, use a Panel container width / height 100%.
    If this post answers your question or helps, please mark it as such.

  • How do create a channel with no title bar/header ?

    Hi,
    II need to add a image to Portal desktop. I have created a channel without boards but I could not remove the title bar. Has any one managed to remove the title bar without editing the leafwrapper.jsp ?
    Thanks,
    Ravi

    Hi Guys,
    How can I remove the titlebar for �very channel (it's too much work to make a property line for every possible channel and besides I immediately want to have a channel without titlebar when creating a new channel).
    I understand that this is possible by changing the leafwrapper.jsp, and by adding the following line for each channel.
    <Collection name="channelsHasFrame">
    <Boolean name="channelname" value="false"/>
    </Collection>
    but isn't this possible (having no titlebar for every channel) in a general way which is one line somewhere in the display profile or so?

  • How to playce Components in TitelBar ?

    Hi
    i want to add some elements, like Button, to TitelBar of a JDialog. how to do ?
    i need a realy small dialog. it will be nice if i can place by elements in the titelbar so the dialog would become minimize size. thanks for help.
    pain

    Where's Sue?
    The titlebar is created inside the JVM. Normal Java apps don't have access to it. It would probably be easier to remove the titlebar and create one of your own using swing components..

  • Iconify..do i dare?

    I made a splash screen..how can i make that splash screen go to the task bar?
    i know this can be done..there is always an answer for everything >:)
    thanks guys have a good night

    What are you using right now, my guess is JWindow, right? Anyway, in 1.4 I know that you can use JFrame and call setUndecorated(true); to remove the titlebar. Then all you do is call setState(Frame.ICONIFIED), or now setExtendedState(Frame.ICONIFIED).

  • FVWM screenshots -- searching for new configs.

    Here I am not expecting beauty pictures of FVWM but screenshots of configs (features and tools) used by the users. And then makeing into archwd packages.
    Requirement:
    1. screenshot
    2. list of configs what're visible and description.
    [URL=http://user-contributions.org/projects/archwd/screenshots/archwd.jpg][/URL]
    1. Dynamic menu (top left corner).
    2. Conky system monitor.
    3. Pager (right side).
    4. Static menu with decoration and wallpaper browser.
    5. Panel with static menu with mount device browser (at the bottom).
    ArchWD-FVWM User Packages
    http://user-contributions.org/projects/ … chwd-fvwm/

    rasat wrote:
    New update....
    Thanks stonecrest.
    1. Weather (launch and "today"  at upper left corner, and 5days weather)
    2. Calendar
    3. Conky
    4. Pypanel (at the bottom)
    You could make the weather and calendar script transparent and remove the titlebar with the NoTitle style option so they will integrate nicely with conky.
    That would really make an awesome screenshot

  • Empty window

    I press Business Catalyst, and see this window:
    After a moment it's disappears and nothing happens. It is a bug?

    I'm sorry, I did it in a hurry, because I've got an examination tomorrow. I didn't copy the code for removing the titlebar because it didn't work anyway. Another attempt...
    import javax.swing.*;
    import java.awt.*;
    public class GUI {
         protected JFrame frame= new JFrame("Title");
         protected JPanel titlePanel, mainPanel;
         private static final GUI gui = new GUI();
         public GUI(){
              titlePanel=new JPanel();
              mainPanel=new JPanel();
              frame.getContentPane().add(titlePanel,BorderLayout.PAGE_START);
              frame.getContentPane().add(mainPanel,BorderLayout.CENTER);
              frame.pack();
         public void createAndShowGUI(){
                    JFrame.setDefaultLookAndFeelDecorated(true);
                    frame.getLayeredPane().getComponent(1).setVisible(false);
                    frame.setLocationRelativeTo(null);
              frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
              frame.setVisible(true);
              frame.setResizable(false);
              frame.setIconImage(new ImageIcon("C:\\...\\editorIcon.jpg").getImage());
         public static void main(String[] args){
              SwingUtilities.invokeLater(new Runnable() {
                public void run() {
                    gui.createAndShowGUI();
    }PS: I don't know if they're relevant, so I post them...

Maybe you are looking for

  • Calling tcode using link to url

    hi friends, i want to call tcode SE38 in webdynpro application by using linktourl. here i am going to shuffler system webgui in internet service and then right click on it then  publish->complete service. and later i am going to tcode sicf here i am

  • Random horiz. lines print

    When printing from iphoto to my hp deskjet 6540 occasionally a horizontal blue line prints out- ruining the picture. the line is about 3/4 width of the page and actually extends 1/4" outside of the actual photo print area. The line is maybe 1/8" wide

  • Flash query, integrating.

    Hi, I hope this thread is in the right subject area! If not, thanks for reading. I've recently completed a Flash survey and I'm interested how it was developed. What seems to be clever is that you run through the questionnaire and the SWF clearly see

  • Block CAT2 on Activity

    Hello, At the moment our employees are writing time on projects by creating network/activity with a workcentre. We also use the same activities to add Material Components, which are purchased and after good receipt, we make Project Deliveries via CNS

  • Search and replace for Unicode characters

    Hello, I have a function which searches and replaces characters on file. It works with ASCI sharacters, but not when the strings which needs to be replaced contains Unicode ('á', 'ā') etc.  The source file is codding utf8 . $file = "file.txt"  $Searc