Flatpak is missing the menu on the right hand side, when editing a task

Hi!

I paste a screenshot from my web browser. The following menu does not exist in the flatpak version of Vikunja.

The gravatar is missing as well, but this is a minor problem.

If wanted, I can create an issue in GitHub.

Thanks for any hint.

Dirk

Which Version are you using?

$ flatpak list | \grep -i vikunja
Vikunja	io.vikunja.Vikunja	0.24.3	stable	flathub	system

That’s a really outdated version, you should at least upgrade to 0.24.6 (though I’m not sure if that’s available on Flatpack).

You can also download the desktop build here with the latest changes: Vikunja Download | desktop

What is the way to bring newer versions to FlatHub or would it make sense to create an own repository?

It seems like there was an issue with the last version which is why it wasn’t released. I’ve started the process again, but we won’t release rcs as flatpacks on flathub still If you want to test the latest rc you need to run it manually without the flatpack.

The recent Flatpak has an error, I think this is what you meant.

$ /usr/sbin/flatpak run io.vikunja.Vikunja
[2:1211/095233.741565:ERROR:bus.cc(407)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
A JavaScript error occurred in the main process
Uncaught Exception:
Error: Cannot find module ‘body-parser’
Require stack:

/app/bin/extra/resources/app.asar/node_modules/express/lib/express.js

/app/bin/extra/resources/app.asar/node_modules/express/index.js

/app/bin/extra/resources/app.asar/main.js

at Module._resolveFilename (node:internal/modules/cjs/loader:1055:15)
at s._resolveFilename (node:electron/js2c/browser_init:2:115690)
at Module._load (node:internal/modules/cjs/loader:908:27)
at c._load (node:electron/js2c/node_init:2:13672)
at Module.require (node:internal/modules/cjs/loader:1122:19)
at require (node:internal/modules/helpers:130:18)
at Object. (/app/bin/extra/resources/app.asar/node_modules/express/lib/express.js:15:18)
at Module._compile (node:internal/modules/cjs/loader:1256:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1311:10)
at Module.load (node:internal/modules/cjs/loader:1098:32)
[2:1211/095233.895989:ERROR:bus.cc(407)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
[2:1211/095233.896057:ERROR:bus.cc(407)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory

This is a problem with the old version of the desktop app.

Does the new test build work for you? https://github.com/flathub/io.vikunja.Vikunja/pull/32

That’s based on rc3 which should not have the issue.

On a first view everything is working now.

Thank you!