mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #4197] terminal window title is not restored after firejail exits #2577
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#2577
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 @free-tinker on GitHub (Apr 16, 2021).
Original GitHub issue: https://github.com/netblue30/firejail/issues/4197
Write clear, concise and in textual form.
Bug and expected behavior
my gnome terminal title freeze after using firejail.
example: firejail icecat.
then the terminal title become "firejail icecat" even after firejail stopped.
The contributor of my linux distro said that :
The terminal title back to "Terminal".
No profile and disabling firejail
firejail --noprofile /path/to/programin a terminal?/usr/bin/vlc)?Reproduce
Steps to reproduce the behavior:
firejail PROGRAMERROREnvironment
lsb_release -a,screenfetchorcat /etc/os-release)LSB Version: 1.0
Distributor ID: VoidLinux
Description: Void Linux
Release: rolling
Codename: void
firejail --version) exclusive or used git commit (git rev-parse HEAD)firejail-0.9.64.4_1
Additional context
Other context about the problem like related errors to understand the problem.
Checklist
https://github.com/netblue30/firejail/issues/1139)--profile=PROFILENAMEis used to set the right profile.LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 PROGRAMto get english error-messages.browser-allow-drm yes/browser-disable-u2f noinfirejail.configto allow DRM/U2F in browsers.debug output
@mjk-gh commented on GitHub (Feb 4, 2026):
Instead of restoring the title, I would suggest to simply never touch it in the first place. Changing the title before and/or after running firejail can be easily achieved with appropriate escape codes or programs like "xtitle", should someone need the title changed.