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

Cannot run Maui Shell on Manjaro after successful build #14

Open
Marin-Kitagawa opened this issue Jan 15, 2022 · 5 comments
Open

Cannot run Maui Shell on Manjaro after successful build #14

Marin-Kitagawa opened this issue Jan 15, 2022 · 5 comments
Labels
bug Issues caused by flaws, faults or unexpected behavior in the software. expired Issues that are closed due to inactivty (two weeks without response).

Comments

@Marin-Kitagawa
Copy link

Marin-Kitagawa commented Jan 15, 2022

Describe the bug
I cannot run MAUI shell even after successful build of the same. When I run using cask or cask -r, it throws the below error. I installed all the necessary libraries using pacman -Syu kf5 (all packages). Build and install i.e. steps until make install succeeded without any errors. I also tried setting the flags as mentioned. This didn't work either. I also tried setting the physical width and height as thrown in the error. This didn't work either.

libEGL warning: DRI2: failed to authenticate
Unable to query physical screen size, defaulting to 100 dpi.
To override, set QT_QPA_EGLFS_PHYSICAL_WIDTH and QT_QPA_EGLFS_PHYSICAL_HEIGHT (in millimeters).
Running on a software rasterizer (LLVMpipe), expect limited performance.
1 100 100 QRect(0,0 1920x1080) QSize(1920, 1080) QSize(1920, 1080)
Screen "" QRect(0,0 1920x1080) QSizeF(487.68, 274.32) DPI: log 100 phys 100 DPR 1
kf.windowsystem: Could not find any platform plugin
QQmlApplicationEngine failed to load component
qrc:/qml/main.qml:16:5: Type Screen unavailable
qrc:/qml/Screen.qml:112:32: Type StatusBar unavailable
qrc:/qml/shell/statusbar/StatusBar.qml:209:13: Type TogglesItem unavailable
qrc:/qml/shell/statusbar/items/toggles/TogglesItem.qml:66:17: Type NetworkToggle unavailable
qrc:/qml/shell/statusbar/items/toggles/sections/network/NetworkToggle.qml:11:1: Type ToggleTemplate unavailable
qrc:/qml/shell/statusbar/items/toggles/ToggleTemplate.qml:29:9: Cannot assign to non-existent property "isMask"
Segmentation fault (core dumped)

When run with cask -r -l /path/to/log/file, the log file comes empty

To Reproduce
Steps to reproduce the behavior:

  1. Run cask, cask -r or cask -r l /path/to/log/file

Expected behavior
MAUI shell must start without error

Desktop (please complete the following information):

OS: Manjaro Qonos 21.2.1
Kernel: 5.15.12-1-MANJARO
bash: 5.1.16
GCC: 11.1.0
clang: 13.0.0
cmake: 3.22.1
Plasma: 5.23.5
MAUI Kit: 2.1.0
make: 4.3

Output of glxinfo | grep OpenGL

OpenGL vendor string: Mesa/X.org
OpenGL renderer string: llvmpipe (LLVM 13.0.0, 256 bits)
OpenGL core profile version string: 4.5 (Core Profile) Mesa 21.3.4
OpenGL core profile shading language version string: 4.50
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 4.5 (Compatibility Profile) Mesa 21.3.4
OpenGL shading language version string: 4.50
OpenGL context flags: (none)
OpenGL profile mask: compatibility profile
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.2 Mesa 21.3.4
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
OpenGL ES profile extensions:
@UriHerrera
Copy link
Member

Did you also compile MauiKit from its master branch?

@Marin-Kitagawa
Copy link
Author

Yes, I did @UriHerrera

@UriHerrera UriHerrera changed the title Cannot run MAUI shell even after successful build Cannot run Maui Shell on Manjaro after successful build Jan 17, 2022
@UriHerrera UriHerrera added the bug Issues caused by flaws, faults or unexpected behavior in the software. label Jan 22, 2022
@cniw
Copy link
Contributor

cniw commented Jan 22, 2022

@ruby-rust-perl it's been a week since you reported this, there have been a lot of source code changes to the mauikit and maui-shell repos. can you do a reinstall

yay -S mauikit-git maui-shell-git
pacman -Qi mauikit-git maui-shell-git | grep -B1 Version

@jdev082
Copy link

jdev082 commented Jan 22, 2022

same issue on fedora, git branch of each package.

@UriHerrera
Copy link
Member

Build instructions added to (new) Wiki.

@UriHerrera UriHerrera added the expired Issues that are closed due to inactivty (two weeks without response). label May 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issues caused by flaws, faults or unexpected behavior in the software. expired Issues that are closed due to inactivty (two weeks without response).
Projects
None yet
Development

No branches or pull requests

4 participants