Linux/Wayland: make window title bar icon work#699
Linux/Wayland: make window title bar icon work#699ddennedy merged 3 commits intomltframework:masterfrom
Conversation
|
This breaks loading existing settings on macOS. Also, technically, the organization responsible for Shotcut is Meltytech, whose domain is meltytech.com and shotcut.org is the product website. You should consider changing the name of the desktop file. Does that mean the package name must change to com.meltytech.Shotcut? That would be confusing for users to change and remember. I am open to a compile define macro to change this for flatpak. |
Unfortunately, flatpak doesn't support renaming yet: flatpak/flatpak#963 |
|
OK, please add |
I'm no C++ expert, but will this work? Notice that, it's called |
|
Yes, because Shotcut's Application inherits from QCoreApplication. |
Otherwise, only a generic icon is shown.
This must match the naming scheme of
packaging/linux/org.shotcut.Shotcut.desktop.Also
QGuiApplication::setDesktopFileName("org.shotcut.Shotcut");needs to be added somewhere inmain.