Dock
Dock copied to clipboard
Does not show icon Airyx
In this case, the Resources
directory is a symlink to Contents/Resources
.
Need somehting along those lines:
https://github.com/helloSystem/Filer/commit/8b24c5c4c322c00b1af3bd8140ad873be4f8dc8a https://github.com/helloSystem/Menu/commit/a2bef2fb07b33481943bfffb291f65df7bb8348b
Strangely we are already using icon = QFileInfo(pngFile1).canonicalFilePath();
so I wonder why it apparently does not follow symlinks correctly. Or does this have another cause?
Yes, must be another cause. Symlinks seem to work correctly.
Well, maybe it's just that launch
error dialogs don't show an icon in the taskbar?