puneetsl / lotion

Unofficial Notion.so app for Linux
MIT License
2.01k stars 87 forks source link

remove create_shortcut so StartupWMClass is set #93

Closed Kahnix closed 3 years ago

Kahnix commented 3 years ago

I noticed the call to 'create_shortcut' in setup.sh overwrote the Lotion desktop file created in install_native.sh and install.sh with no StartupWMClass causing it to launch on its own instance.

joshpetit commented 3 years ago

Ah thanks, I'm about to try and consolidate a lot of the scripts so things like this occur less often. Thanks for the catch!