-
-
Notifications
You must be signed in to change notification settings - Fork 276
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
Layout broken on Arch Linux by missing Xorg misc font #348
Comments
sergeykish
added a commit
to sergeykish/xmonad-contrib
that referenced
this issue
May 31, 2020
Layout broken if font is not found with `user error (createFontSet)` Pango 1.44 dropped support for FreeType in favor of HarfBuzz thus losing support for traditional BDF/PCF bitmap fonts. There would be no `xorg-fonts-misc` on future installations. Fixes xmonad#348
sergeykish
added a commit
to sergeykish/xmonad-contrib
that referenced
this issue
May 31, 2020
Layout broken if font is not found with `user error (createFontSet)` Pango 1.44 dropped support for FreeType in favor of HarfBuzz thus losing support for traditional BDF/PCF bitmap fonts. There would be no `xorg-fonts-misc` on future installations. Fixes xmonad#348
sergeykish
added a commit
to sergeykish/xmonad-contrib
that referenced
this issue
May 31, 2020
Layout broken if font is not found with `user error (createFontSet)` Pango 1.44 dropped support for FreeType in favor of HarfBuzz thus losing support for traditional BDF/PCF bitmap fonts. There would be no `xorg-fonts-misc` on future installations. Fixes xmonad#348
3 tasks
2 tasks
slotThe
pushed a commit
to sergeykish/xmonad-contrib
that referenced
this issue
Mar 19, 2021
Layout broken if font is not found with `user error (createFontSet)` Pango 1.44 dropped support for FreeType in favor of HarfBuzz thus losing support for traditional BDF/PCF bitmap fonts. There would be no `xorg-fonts-misc` on future installations. Fixes xmonad#348
slotThe
pushed a commit
to sergeykish/xmonad-contrib
that referenced
this issue
Mar 24, 2021
Layout broken if font is not found with `user error (createFontSet)` Pango 1.44 dropped support for FreeType in favor of HarfBuzz thus losing support for traditional BDF/PCF bitmap fonts. There would be no `xorg-fonts-misc` on future installations. Fixes xmonad#348
slotThe
pushed a commit
to sergeykish/xmonad-contrib
that referenced
this issue
Mar 24, 2021
The silent error `user error (createFontSet)` would break certain modules (like the prompt) by simply not showing anything. Pango 1.44 dropped support for FreeType in favor of HarfBuzz, losing support for traditional BDF/PCF bitmap fonts. Hence, some distributions don't ship `xorg-fonts-misc` anymore. Fixes xmonad#348
slotThe
pushed a commit
to sergeykish/xmonad-contrib
that referenced
this issue
Mar 24, 2021
The silent error `user error (createFontSet)` would break certain modules (like the prompt) by simply not showing anything. Pango 1.44 dropped support for FreeType in favor of HarfBuzz, losing support for traditional BDF/PCF bitmap fonts. Hence, some distributions don't ship `xorg-fonts-misc` anymore. Fixes xmonad#348
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem Description
Initial investigation in xmonad/xmonad#225
I follow https://hackage.haskell.org/package/xmonad-contrib-0.13/docs/XMonad-Layout-Tabbed.html
ER: it shows tabs
AR: one fullscreen window
Fix - set
fontName
(even on non existent).Toggling between with and without
fontName
:Mod-q (reload) does not affect
Shift-Mod-q (quit),
startx
affectsCaused by default
fontName
xmonad-contrib/XMonad/Layout/Decoration.hs
Line 106 in a58c1a6
Arch Linux does not recommend installing
xorg-fonts-misc
maybe caused byhttps://wiki.archlinux.org/index.php/Fonts#Bitmap
Configuration File
Not limited to Tabs Layout
Same problem with https://hackage.haskell.org/package/xmonad-contrib-0.16/docs/XMonad-Layout-DwmStyle.html
ER: DWM style - like Tall with name in top right corner
AR: fullscreen window
Checklist
I've read CONTRIBUTING.md
I tested my configuration with xmonad-testing
I've installed git versions, reproduced
Proposed fix
It is really messy issue. Xmonad does not crash,
Mod-q
does not affect,startx
stderr
is not visible (X displayed on same TTY, trimmed on quit) unless explicitly checked, no errors in~n.xmonad/xmonad.errors
, no errors in~/.local/share/xorg/Xorg.*
,xfontsel
requires X restart,-fuse_xft
does not affect,fc-match
matches another foundry and family.I'll prepare Pull Request and will hope I'm last who investigated this
The text was updated successfully, but these errors were encountered: