please setDesktopFileName
Please set the QApplication desktopfilename property (setDesktopFileName) to pkgbrowser.desktop. This is needed by wayland, at least in KDE plasma to have the correct icon in the task bar.
I added the line
self.setDesktopFileName('pkgbrowser.desktop')
to the Application class init method in in app.py
thank you
Please set the QApplication desktopfilename property (setDesktopFileName) to pkgbrowser.desktop. This is needed by wayland, at least in KDE plasma to have the correct icon in the task bar.
I added the line
self.setDesktopFileName('pkgbrowser.desktop')
to the Application class init method in in app.py
thank you