We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
normally user can disable the title bar by uncheck the Title Bar checkbox from the Customise Toolbar,but i cant find this checkbox from this image
No response
Right-click the toolbar on firefox and select Customize Toolbar Title Bar checkbox doesnt exist
- OS: - How docker service was installed:
x86-64
docker run -d --name=firefox \ --cap-drop=ALL \ --cap-add=CHOWN \ --cap-add=SETGID \ --cap-add=SETUID \ --cap-add=DAC_OVERRIDE \ --security-opt=no-new-privileges \ --network=noicc \ -e PUID=1000 \ -e PGID=1000 \ -e TZ=Etc/UTC \ -e TITLE=Firefox \ -e DOCKER_MODS=linuxserver/mods:firefox-fonts \ -e DOCKER_MODS=linuxserver/mods:universal-package-install \ -e INSTALL_PACKAGES=font-noto-cjk \ -p 80:3000 \ -p 443:3001 \ -v /Firefox:/config \ --tmpfs=/tmp:uid=1000,gid=1000,noexec,nosuid,nodev,noatime,mode=0700,size=4096m \ --restart always \ lscr.io/linuxserver/firefox:latest
empty
The text was updated successfully, but these errors were encountered:
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.
Sorry, something went wrong.
there is an env var for this: -e NO_DECOR=true
-e NO_DECOR=true
We just install firefox and lang packs from Alpine repos, the built in title bar management likely does not work in Alpine or Openbox or both.
No branches or pull requests
Is there an existing issue for this?
Current Behavior
normally user can disable the title bar by uncheck the Title Bar checkbox from the Customise Toolbar,but i cant find this checkbox from this image
Expected Behavior
No response
Steps To Reproduce
Right-click the toolbar on firefox and select Customize Toolbar
Title Bar checkbox doesnt exist
Environment
CPU architecture
x86-64
Docker creation
Container logs
The text was updated successfully, but these errors were encountered: