-
-
Notifications
You must be signed in to change notification settings - Fork 303
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
lack icon on buttons #1335
Comments
What's the build process you used (commands, what os etc...) ? |
You have to run the install script to put the assets (like icons/fonts/sounds) into the appropriate system directories, e.g. using
|
follow Building doc:
|
Can you show the terminal output of the Maybe do a |
executing post-install script with arguments:
Rebuilding font cache... post-install script finishedRunning custom install script '/usr/lib/x86_64-linux-gnu/glib-2.0/glib-compile-schemas /usr/share/glib-2.0/schemas' |
reinstall no help? any other method to diagnostic ? |
and
Are known commands. Check as well of you see a message
Inside of the terminal output when running rnote (this is the error message associated with the absence of the resources aka the icons) |
thank you for replay! i use xfce4/ x11. yes, i followed the Building.md. glib-compile-resources and gresource command are avaliable. run rnote in termianl, there is no message output.... |
Can you test whether or not the same problem is there when installing the rnote flatpak ? |
no flatpak installed.. |
I know ! I want you to test whether installing rnote from the package manager or flatpak works or not (as far as icons are concerned). If it doesn't work with both building the app and installing with the package manager -> xfce4 theme problem If it works with the package manager but not by building from source -> install issue when building. If it works with flatpak, then you'll be able to compile it and use it with no issues using flatpak builder instead of meson regardless of whether we actually fix the original issue or not. |
after build, run ./rnote, i found there is no icon on buttons...
did I miss installing any packages?
The text was updated successfully, but these errors were encountered: