Guilherme Silva

Results 268 comments of Guilherme Silva

Hi, thanks for reporting. Can you please try to reproduce the problem with the 'portable' version of Notes? You can download it [from here](https://github.com/nuttyartist/notes/suites/11533742377/artifacts/596705830). It's just a zipped folder, so...

>2025-02-05T10:37:50.354424+02:00 Legion notes_notes.desktop[1610753]: Qt: Session management error: Could not open network socket You can ignore that, it's unrelated to the issue you're having. How did you install Notes? Did you...

I really like this! I can't think of any other command line switches we could add at the moment, but I like the ones you came up with. For the...

That should be doable, yeah. We actually do provide that info, but only if we build with `-DGIT_REVISION=ON`, which is turned off by default. We could check if the current...

Seems to be related to this bug: https://bugreports.qt.io/browse/QTBUG-101353 Can you try adding this line: ```cmake set(CMAKE_AUTORCC_OPTIONS "--no-zstd") ``` Below this line: https://github.com/nuttyartist/notes/blob/10bed3427934456711a7e49b05ecb47fff617666/CMakeLists.txt#L35 And retry the build steps from the beginning?

>Somehow the code was successfully built if I installed Qt by the Qt binaries installer (Not by source.list or any Linux package managers) That worked because official Qt binaries were...

> I found 1 more way to build this by using Qt 5 instead of Qt 6 Just so you know, you don't have to edit that file manually. You...

Assuming the Qt bug report I linked in https://github.com/nuttyartist/notes/issues/650#issuecomment-1763323410 is the root cause of this, I believe this one can be finally closed, because that bug has been fixed in...