Skip to content

added support for linux#1

Open
Pulsar07 wants to merge 3 commits intonightflyer88:masterfrom
Pulsar07:master
Open

added support for linux#1
Pulsar07 wants to merge 3 commits intonightflyer88:masterfrom
Pulsar07:master

Conversation

@Pulsar07
Copy link
Copy Markdown

Hi Nightflyer, while trying to use your JetAppManager I was not able to use it, because I have no macOS or Windows environment. So I forked your JetiAppManager and added support for Linux.
It was almost running without changes only build script and your OS specific coding has to be modified.
The only worth mentioning issue is in main.cpp.
It is necessary for support of deserialization of the preference data for linux to do a
qRegisterMetaTypeStreamOperators<QList>("Data");
before the QApplication is instantiated, to avoid the problem at startup:

QVariant::load: unknown user type with name QList

One of my reasons to use Jeti was the support of Linux (JETI-Studio), so maybe it is also meaningful for you to add Linux support to your JetiAppManager.

Regards

Rainer Stransky

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant