-
-
Notifications
You must be signed in to change notification settings - Fork 26
Troubleshooting
To locate your default terminal pop-launcher uses debian alternative.
You will need to symlink your favorite terminal to /usr/bin/x-terminal-emulator
to have pop-launcher detecting it.
You are probably running onagre on wayland, unfortunately transparency is not yet supported with vulkan backend.
That said you could make this work using opengl backend running WGPU_BACKEND=gl onagre
if you do so transparency should work but onagre won't render icons anymore.
You need to run onagre with vulkan to have the icon show up. Normally this should be the default behavior. Try to run WGPU_BACKEND=vulkan onagre
, if it's still not working you probably need to install vulkan on your system. For instance on archlinux with an AMD GPU install the vulkan-radeon
package.