qownnotes / scripts

QOwnNotes script repository
http://www.qownnotes.org
GNU General Public License v3.0
104 stars 79 forks source link

Missing library QtQuick.Layouts #197

Closed sanderboom closed 1 year ago

sanderboom commented 1 year ago

Script name

Journal-entry

Script authors

@pbek, @kantrol and myself

Expected behavior

No error.

Actual behavior

Invoking journalEntryDate (by clicking the right custom button) which in turn creates a dialog via calendar-window.qml gives an error about QtQuick.Layouts not being present.

Originates here: https://github.com/qownnotes/scripts/blob/c8e289596813632be92384d46f7130c012f1abed/journal-entry/calendar-window.qml#L1

Response of @pbek on telegram, dd 2023-05-10:

I guess those libraries are not in the disk image, because they are not used by the app.

Platform: macOS arm64.

Leaving this here as issue as more people might encounter this error.

pbek commented 1 year ago

Only libraries that are used by QOwnNotes are included in the macOS DMG (or Windows ZIP) by the build pipeline. I guess those libraries need to be installed by the user (which is much easier on Linux).

github-actions[bot] commented 1 year ago

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] commented 1 year ago

This issue was closed because it has been inactive for 14 days since being marked as stale.