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

createFontSet broken with libX11-1.6.4 #47

Open
mimi1vx opened this issue Nov 8, 2016 · 6 comments
Open

createFontSet broken with libX11-1.6.4 #47

mimi1vx opened this issue Nov 8, 2016 · 6 comments

Comments

@mimi1vx
Copy link

mimi1vx commented Nov 8, 2016

from xmonad.log:

user error (createFontSet)
user error (createFontSet)
user error (createFontSet)
user error (createFontSet)
user error (createFontSet)
user error (createFontSet)
user error (createFontSet)
user error (createFontSet)
user error (createFontSet)

@geekosaur
Copy link
Contributor

What font are you trying to use?
Note that if you were using an XFT font and then rebuilt xmonad-contrib
without -fuse_xft, you will get this error because XCreateFontSet doesn't
understand XFT fonts.

On Tue, Nov 8, 2016 at 1:58 PM, Ondřej Súkup notifications@github.com
wrote:

from xmonad.log:

user error (createFontSet)
user error (createFontSet)
user error (createFontSet)
user error (createFontSet)
user error (createFontSet)
user error (createFontSet)
user error (createFontSet)
user error (createFontSet)
user error (createFontSet)


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#47, or mute the thread
https://github.com/notifications/unsubscribe-auth/AB8SoPz4rDQqgbW7GEPRT7NSXtgC9kL3ks5q8MZCgaJpZM4KsyJG
.

brandon s allbery kf8nh sine nomine associates
allbery.b@gmail.com ballbery@sinenomine.net
unix, openafs, kerberos, infrastructure, xmonad http://sinenomine.net

@mimi1vx
Copy link
Author

mimi1vx commented Nov 8, 2016

i forgot mention This is on openSUSE: Tumbleweed , official openSUSE packages.

xmobar-contrib is compiled by default with xft flag enabled ..

Plus this erroris triggered by:

    import XMonad.Util.Themes
    import XMonad.Layout.Tabbed

in layoutHook:
tabbed shrinkText (theme smallClean)

so system default font

@liskin
Copy link
Member

liskin commented May 18, 2021

Is this still an issue?

@andrea-berling
Copy link

I think so. I got the same errors while testing with a very minimal configuration that uses tabbed or simpleTabbed as a layoutHook (got here by DDG'ing)

@liskin
Copy link
Member

liskin commented May 24, 2021

@andrea-berling Are you perhaps hitting xmonad/xmonad-contrib#348?
These errors are expected if there really isn't any font on your system that matches the descriptor.

If, on the other hand, there are matching fonts, yet createFontSet still fails, then we might have a bug here. Sounds unlikely, though.

@andrea-berling
Copy link

Maybe. I didn't specify any descriptor for the font name, I guess I used the one defined by the default configuration

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants