helloSystem / Dock

Application dock
GNU General Public License v3.0
18 stars 13 forks source link

Does not show icon Airyx #17

Open probonopd opened 3 years ago

probonopd commented 3 years ago

In this case, the Resources directory is a symlink to Contents/Resources.

probonopd commented 3 years ago

Need somehting along those lines:

https://github.com/helloSystem/Filer/commit/8b24c5c4c322c00b1af3bd8140ad873be4f8dc8a https://github.com/helloSystem/Menu/commit/a2bef2fb07b33481943bfffb291f65df7bb8348b

probonopd commented 3 years ago

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?

probonopd commented 3 years ago

Yes, must be another cause. Symlinks seem to work correctly.

probonopd commented 3 years ago

Well, maybe it's just that launch error dialogs don't show an icon in the taskbar?