-
Notifications
You must be signed in to change notification settings - Fork 584
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
window title #281
Comments
Fixed! |
Was this fixed? I am running firejail 0.9.44. When I run, for instance |
Looking further, this appears to be a tmux issue. If I run However, I run tmux in all my terminals. Tmux looks like it only takes the first word of the window name by default. So they all end up being named Has anyone else encountered this? #242 suggested just using asterisks around the name, so the result would be |
Let's reopen it and make it a bug. Maybe somebody comes up with another idea. I'll look into detecting tmux. Calling all windows firejail is very bad. |
I also use firejails in tmux and experience the same issue. I frequently have the same things running in the same windows all the time, so I'll tend to just rename the window to I like the idea of wrapping the program name in asterisks or something along those lines to keep it short. Does it make sense for this to be something that is configured in the profile? Something like:
Where |
Let's move discussion to #1983. |
From wordpress:
However, I think 1ab4535 (changing the terminal title to “Firejail”) should be reverted. While I’m not against the suggestion of appending “[firejailed]” after the terminal title, the current solution also removes the information about the terminal program, which is much more valuable!
For example, if someone uses the following programs in three separate terminals:
firejail less aaa.txt
firejail less bbb.txt
firejail mpv song.mp3
I think it is undeniably easier to navigate the default titles: “less aaa.txt”, “less bbb.txt”, “mpv song.mp3”, than “Firejail”, “Firejail”, “Firejail”. As a user of many terminal programs, I can confirm that it is currently very difficult to select the correct window, whether from alt-tab or a list. Scripting based on window title (aside from “firejailed or not”) is also not possible right now.
The text was updated successfully, but these errors were encountered: