QOwnNotes icon indicating copy to clipboard operation
QOwnNotes copied to clipboard

[FEATURE] Qt6 AppImage

Open pbek opened this issue 1 year ago • 1 comments

It would be great to have a Qt6 AppImage (instead of Qt5). Not everything seems to work, tho...

  • [x] Build process working
  • [x] AI Settings layout fixed (#3075)
  • [ ] Script engine working
  • [ ] Incompatible version of OpenSSL (#3174)

pbek avatar Aug 06 '24 06:08 pbek

Warning: script errors: QList(file:///home/omega/Code/qownnotes-scripts/list-maker/list-maker.qml: module "QtQml.WorkerScript" is not installed, file:///home/omega/Code/qownnotes-scripts/list-maker/list-maker.qml: module "QtQml.Models" is not installed, file:///home/omega/Code/qownnotes-scripts/list-maker/list-maker.qml: module "QtQml.WorkerScript" is not installed, file:///home/omega/Code/qownnotes-scripts/list-maker/list-maker.qml: module "QtQml.Models" is not installed) ((null):0, (null))

Even tho the libs needed for scripting, like usr/lib/libQt6Qml.so.6, usr/lib/libQt6QmlModels.so.6 and usr/lib/libQt6QmlWorkerScript.so.6 are present, scripts are not working. 🤔

pbek avatar Jun 03 '25 06:06 pbek