-
Notifications
You must be signed in to change notification settings - Fork 174
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
ILSpy running without showing GUI in tiling wm environment #30
Comments
Can confirm similar behavior using i3 with a fresh Arch install, both by downloading and compiling from source, and via the AUR package. Some dependency missing? |
I am seeing the same thing on Gentoo x64 with i3. I actually let it sit for over an hour and it eventually prints this and dies:
|
Could you try some other applications using Avalonia? https://github.com/AvaloniaUI/Avalonia/wiki/Projects-that-are-using-Avalonia |
Interesting, got 2 different results for the 2 applications I managed to get running. fvim v0.2.348+81a158c exhibits the same problem. Also, digging further...this somehow seems to be font-related...running under strace shows that after initial startup it keeps spamming this system call indefinitely:
Possibly looks like it might be this issue? AvaloniaUI/Avalonia#3859 I have Dejavu fonts installed, so it may be the Microsoft fonts that it needs. I'll try that out tomorrow. |
Yes, that fixes it. I installed |
@matoro thanks! Let me note it somewhere. |
System:
OS: Arch Linux x64
Kernel: 5.5.8-arch1-1
Window Manager: bspwm
Summary:
Compiling AvaloniaILSpy and running it results in not showing the GUI. No error is thrown.
Steps to reproduce:
build.sh
script to compile the project.Notes:
I am not entirely sure if this problem is actually occurring because the system is using a tiling window manager.
But since the same procedure works just fine on other linux systems that use e.g. Gnome or KDE, I am assuming it is related to the window manager.
The text was updated successfully, but these errors were encountered: