openDsh / dash

Join us on Slack! https://join.slack.com/t/opendsh/shared_invite/zt-la398uly-a6eMH5ttEQhbtE6asVKx4Q
GNU General Public License v3.0
238 stars 69 forks source link

Launcher Draft 1 #98

Closed kbader94 closed 2 years ago

kbader94 commented 2 years ago

Description:

Preliminary changes to launcher to accommodate simultaneously opened apps from a single plugin instance. Additional changes to install script for multi core make and changed install script depedencies to support Ubuntu repos.

Checklist:

rsjudka commented 2 years ago

i like the idea! one thing i would do differently is to NOT inherit from QObject in any of the base plugin classes however (you can find plenty of conversations about it on qplugin related posts)

you can however have virtual signals (e.g here) which i think would be the ideal approach