How to open a window without "close" button?

joschi

In a script I want to open a window which is missing the "close" button in the title bar, so that it can't be accidentally be closed, but still has the "minimize" and "maximize" buttons.

Is this possible? Maybe via some window manager arguments?

I'm using Ubuntu 13.04 with Unity.

joschi

As a little workaround I found the Window Rules option in CompizConfig-Settings-Manager where I put xfce4-terminal (that I generally don't use and installed just for that purpose) to "Non Closable Windows".

Now I can start shell scripts using xfce4-terminal to execute commands

xfce4-terminal -e "command you want to run"

that mustn't be terminated by accidentally clicking the close button by unexperienced users.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How to open a window without "close" button?

From Dev

How to close tab without using window open

From Dev

How to close tkinter window without a button?

From Dev

How to open a window and close another window when a button is pressed with javascript?

From Dev

How to close tkinter window without a button and not closing Python completely?

From Dev

Open and Close the same window on the same button click

From Dev

How to open another view on button click without creating a Window in Titanium?

From Dev

How to open another view on button click without creating a Window in Titanium?

From Dev

how to open a new window and close the current window when I click the button on java GUI?

From Dev

Close a window opened with window.open() after clicking a button

From Dev

python tkinter open new window with button click and close first window

From Dev

How do you close 1 window of a gui that has 2 windows open without closing both?

From Dev

How to check WPF window open or close

From Dev

How to open the window with JTable and close another

From Dev

how to hide the close button on a kendo modal window

From Dev

How to close a Java SWT window with a button?

From Dev

How to close a Java SWT window with a button?

From Dev

How to close popup window by button in javafx

From Dev

How to open and close a view by click on button in android

From Dev

How to make a button function as both open and close?

From Dev

How to close buffer without closing the window?

From Dev

How to close pop up window, when there is no XPath for close button?

From Dev

JavaFX close window and open another one by "x" Button in title bar AND button in window

From Dev

How can I close UIAlertController without button

From Dev

How can I close UIAlertController without button

From Dev

Window close button template

From Dev

Open close button with jQuery

From Dev

How to close a browser window open by a scheduled task in Windows

From Dev

How to open new window browser when user click close tab?

Related Related

  1. 1

    How to open a window without "close" button?

  2. 2

    How to close tab without using window open

  3. 3

    How to close tkinter window without a button?

  4. 4

    How to open a window and close another window when a button is pressed with javascript?

  5. 5

    How to close tkinter window without a button and not closing Python completely?

  6. 6

    Open and Close the same window on the same button click

  7. 7

    How to open another view on button click without creating a Window in Titanium?

  8. 8

    How to open another view on button click without creating a Window in Titanium?

  9. 9

    how to open a new window and close the current window when I click the button on java GUI?

  10. 10

    Close a window opened with window.open() after clicking a button

  11. 11

    python tkinter open new window with button click and close first window

  12. 12

    How do you close 1 window of a gui that has 2 windows open without closing both?

  13. 13

    How to check WPF window open or close

  14. 14

    How to open the window with JTable and close another

  15. 15

    how to hide the close button on a kendo modal window

  16. 16

    How to close a Java SWT window with a button?

  17. 17

    How to close a Java SWT window with a button?

  18. 18

    How to close popup window by button in javafx

  19. 19

    How to open and close a view by click on button in android

  20. 20

    How to make a button function as both open and close?

  21. 21

    How to close buffer without closing the window?

  22. 22

    How to close pop up window, when there is no XPath for close button?

  23. 23

    JavaFX close window and open another one by "x" Button in title bar AND button in window

  24. 24

    How can I close UIAlertController without button

  25. 25

    How can I close UIAlertController without button

  26. 26

    Window close button template

  27. 27

    Open close button with jQuery

  28. 28

    How to close a browser window open by a scheduled task in Windows

  29. 29

    How to open new window browser when user click close tab?

HotTag

Archive