Linux Lite Forums
XFCE4 Terminal how to enable quit warning for multiple tabs open & tasks running - Printable Version

+- Linux Lite Forums (https://www.freecinema2022.gq/forums)
+-- Forum: Software - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=5)
+--- Forum: Other (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=20)
+--- Thread: XFCE4 Terminal how to enable quit warning for multiple tabs open & tasks running (/showthread.php?tid=7955)



XFCE4 Terminal how to enable quit warning for multiple tabs open & tasks running - kamui - 10-08-2021

Hello, guys!
I accidentally checked the box for disabling the quit warning for xfce4 terminal when tasks aren't done. How can I enable it back?

EDIT:
I should reformulate.
My terminal was popping up a Warning window which asked if I really want to close my terminal session when multiple tabs are open or if i want to quit when there's an on-going task.
Below is the behaviour before checking the box.
[Image: XeTbHqy.png]
[Image: AiGQ1QB.png]
I accidentally checked the box with Don't ask me again and now my terminal doesn't pop up that Warning anymore.
How can I enable it back?


Re: XFCE4 Terminal how to enable quit warning for multiple tabs open & tasks running - trinidad - 10-08-2021

Go to >Settings >Settings Editor >xfce4-appfinder >find the string: exo-open --launch TerminalEmulator %s and change it to below:
Code:
exo-open --launch TerminalEmulator --hold %s

I think it is disabled by default in LL so you didn't accidentally disable it.

TC


Re: XFCE4 Terminal how to enable quit warning for multiple tabs open & tasks running - kamui - 10-09-2021

I tried what you've said, but it did not work.

I should reformulate.
My terminal was popping up a Warning window which asked if I really want to close my terminal session when multiple tabs are open or if i want to quit when there's an on-going task.
Below is the behaviour before checking the box.
[Image: XeTbHqy.png]
[Image: AiGQ1QB.png]
I accidentally checked the box with Don't ask me again and now my terminal doesn't pop up that Warning anymore.
How can I enable it back?



Re: XFCE4 Terminal how to enable quit warning for multiple tabs open & tasks running - trinidad - 10-09-2021

Open the file ~/yourusername/.config/xfce4/terminal/terminalrc with mousepad and change the value for confirm close to:
Code:
MiscConfirmClose=TRUE
Also see here: https://docs.xfce.org/apps/terminal/4.14/advanced
TC





Re: XFCE4 Terminal how to enable quit warning for multiple tabs open & tasks running - kamui - 10-11-2021

Thank you!