-
Notifications
You must be signed in to change notification settings - Fork 11
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
Installation steps with AUR #20
Comments
Hi, thanks for the report. I just tried rebuilding shaderc-git, and it doesn't seem to build for me either. However, I tested chamfer with shaderc from the official repo, and looks like it might work again. I think you can also try that one, see how it goes. I will remove the shaderc-git recommendation from the aur page. |
Thanks for response. So, please update aur to drop shaderc-git dep. I will try it after that. |
Done, forgot it wasn't done already. |
I already compile and install it from AUR. Thanks. But it cannot start. Missing some deps? See log.
|
Is that the complete log? Can you try run with all buffers logged? Additionally, you can install If that doesn't work, see if the compositor is able to start in a debug window. Do this inside any other window manager: |
By the looks of it some of the vulkan extensions can not be loaded. What's your GPU? Probably the loaders are missing somehow. Are you able to run other vulkan applications? |
Yes, you have right. I have to install "vulkan-radeon" for my radeon 5700. Log for your first test line is here: I already started chamfer. The mouse pointer and whole white screen is shown. But it is all, there is no work keybinding or something else. I unable to work with WM yet. |
Glad to hear it's running! The screen is white because a wallpaper or background hasn't been set (feh or any other tool should work fine). By default Alt is the mod key and Alt+Enter is supposed to bring up the terminal. In the config you can set your preferred terminal by changing just this line. Try also other combintions, such as Win+Enter, although not sure why they would be mixed up. Are you able to launch a web browser for example? By default Win+1 launches firefox, but that you can change too. Make sure that python psutil launches processes correctly🤔. I'm hoping it's not a compositor issue. You can also try chamfer without the compositor with To exit the WM, Alt+Shift+E is bound, you can test if at least that works. |
no, it seems that the problem will be in python keybinding. I have python 3.8 as default now. psutil is installed. I'm looking to imports in config.py. It seems that all libs I have installed instead one: from enum import Enum,auto => enum.
and there worked the 'spacebar' for show window. If there will be problem with imports, the chamfer is not started, or? In any case, which libraries has to installed with pip? Maybe it will be my problem. |
Actually, in the test the window key combination is still hard coded, so it wasn't affected by this Enum problem. Good that you have spotted it! I believe this is indeed what prevents the scripts from running. I'm not completely sure how to solve it, but it might be that you probably have some python package installed that is conflicting with the defaults. I found something related to this, might be helpful in your case: |
Sorry, but I haven't problem with enum34. Enum.py (version 3.4) is installed with python38 as part in bin folder enum.py. It seems that cannot be installed separatelly. I don't find the problem. Maybe there will be good to create some checking script that the config.py is correctly configured and it is possible to use it with operating system. |
Hello, I'm trying to install chamfer from aur, but the installation fails on shaderc-git which throws error without message, just a failure occured in prepare(), nothing more.
Can you help me with installation? I can try to compile from meson, but how about deps for running after that?
Thanks for help.
The text was updated successfully, but these errors were encountered: