mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #281] window title #197
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#197
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @netblue30 on GitHub (Feb 8, 2016).
Original GitHub issue: https://github.com/netblue30/firejail/issues/281
From wordpress:
However, I think
1ab4535fab(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.
@netblue30 commented on GitHub (Feb 9, 2016):
Fixed!
@rogshdo commented on GitHub (Nov 6, 2016):
Was this fixed? I am running firejail 0.9.44. When I run, for instance
firejail mutt, my window title isfirejail. This isn't helpful when in tmux all my window names are firejail!@rogshdo commented on GitHub (Nov 6, 2016):
Looking further, this appears to be a tmux issue. If I run
$ firejail muttin a terminal without tmux, the window title isfirejail mutt.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
firejail.Has anyone else encountered this?
#242 suggested just using asterisks around the name, so the result would be
*mutt*. I like that much better. It would avoid this issue with tmux, and is nice a short which can be an issue with lots of windows open.@netblue30 commented on GitHub (Nov 6, 2016):
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.
@pigmonkey commented on GitHub (Nov 8, 2016):
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
muttor whatever the program is.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
$programis interpreted by firejail.@chiraag-nataraj commented on GitHub (Jul 25, 2018):
Let's move discussion to #1983.