mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1212] feature request, 'xephyr-extra-params -dpi' option #829
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#829
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 @gso on GitHub (Apr 12, 2017).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1212
Xephyrby the looks is unable to determine DPI, defaulting to 75 dpi, the result being not all but some applications render text in a smaller font than with the correct DPI setting (openboxby way of an example). The X Server-dpioption fixes this. At a cursory glance it's not possible to set this from within aXephyrdisplay (gamma setting issue). A 'xephyr-extra-params' setting would be useful:[Edit] The command to determine the DPI of a display:
xdpyinfo |grep -B2 resolution@netblue30 commented on GitHub (Apr 12, 2017):
I'll put a fix in for the next release, thanks.
@netblue30 commented on GitHub (May 10, 2017):
Support is on mainline. Go in /etc/firejail/firejail.config and add an xpra-extra-params statement - there is a dpi example in that file but is commented out. Let me know if you run into problems.