-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
Icons are not found #164
Comments
Expected behaviour would be what can be seen in a screenshot sent me by someone using i3 on a Debian (not sure which version) where things seem to work: |
icons are found by Qt, with the QIcon.fromTheme() method. |
Thanks ! the XDG_DATA_DIRS env is set to /usr/local/share:/usr/share:/var/lib/snapd/desktop so the /usr/share/icons directories are under that. What theme name is passed to the QIcon.fromTheme() by Ray ? |
No theme name is passed to the QIcon.fromTheme() method, the argument 'name' is for the icon name. |
Some icons are not found by RaySession, for example the one for multimedia-volume-control despite my system being full of SVG files, as shown by
locate multimedia-volume-control
here: https://termbin.com/6ugrThis is the Ubuntu-22.04 LTS system running i3 DE with RaySession 0.13.1 and Qt version 5.15.3
How are icons searched for ?
The text was updated successfully, but these errors were encountered: