Skip to content
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

[BUG] no title bar checkbox on Customise Toolbar #53

Closed
1 task done
atlanticfirst opened this issue Jun 13, 2024 · 2 comments
Closed
1 task done

[BUG] no title bar checkbox on Customise Toolbar #53

atlanticfirst opened this issue Jun 13, 2024 · 2 comments

Comments

@atlanticfirst
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

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

- OS:
- How docker service was installed:

CPU architecture

x86-64

Docker creation

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

Container logs

empty
Copy link

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

@thelamer
Copy link
Member

thelamer commented Jul 7, 2024

there is an env var for this:
-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.

@thelamer thelamer closed this as completed Jul 7, 2024
@LinuxServer-CI LinuxServer-CI moved this from Issues to Done in Issue & PR Tracker Jul 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

2 participants