-
Notifications
You must be signed in to change notification settings - Fork 50
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
Use Qt built-in icons for notification widget messages #143
base: main
Are you sure you want to change the base?
Conversation
Icons for messages do not appear in the notifications widget if the icons do not exist. This error is present when using the linuxcnc debian image. This commit changes the icons to the built-in Qt icons instead.
Hello! I'm goin to test it thank you! |
Yes and no. We have two installed OS images running a QtPyVcp custom VCP. One is Armbian and shows the icons as pictured. The other is debian (the official linuxcnc OS image) and the icons do not show in the official image. |
hello, have you tried running qcompile . in bot qtpyvcp and your VCP directories? I'm taking a look if debian need qticons something to be install because my test system is a debian 12 where i took the screenshots |
I am using QtPyVcp from debian's package repositories. If qcompile needs to be run, my guess is it's something a package maintainer might be interested in. |
If you have installed the linuxcnc debian os image and then installed KDE or Gnome afterwards, that might have pulled in additional icons that aren't there by default. |
hello, sorry for the late reply yes, qcompile is ran by buildbot when building debs so no need to run it again |
Icons for messages do
not appear in the
notifications widget
if the icons do not
exist. This error
is present when using
the linuxcnc debian
image.
This commit changes
the icons to the
built-in Qt icons
instead.
This code will need to be tested to verify that it works as expected.