-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vikunja-desktop: init at 0.24.3 #195231
base: master
Are you sure you want to change the base?
vikunja-desktop: init at 0.24.3 #195231
Conversation
Not sure about my change to the release notes, never done that before. |
4aa2554
to
98cbb52
Compare
The package is not referenced by any top-leve attribute. |
The app recognized my instance was using SSO to login, but once I click that button I get this error. Tried both |
What frontend version is that? You should be able to see that by opening the dev console in the electron shell. |
The deployment still uses 0.19.1.
The redirect url is way off. |
Let's wait until the frontend update got merged, that should fix the problem.
I'm afraid there's no way around that. The desktop app spins up a local server to serve frontend files, a redirect back from the provider has to happen there. |
Please rebase and squash the commits. |
8ee5fcf
to
e056727
Compare
e056727
to
89f8f56
Compare
Took me a little longer than I'd like to admit but it should all be correctly rebased now. |
@mweinelt I'm not sure what I need to change so that ofborg works. |
89f8f56
to
9fe285b
Compare
Rebased and updated. The package compiles and starts successfully, but then fails with this error when running it:
I have absolutely no idea why it does this. The packages compiled by upstream work fine, so this does not seem to be a problem of dependency declaration here. After having spent a few hours on this without anything really to show for, I wonder if it would be easier to fetch the built package by upstream and patch it? |
9fe285b
to
fb82515
Compare
28f2d2f
to
aeec716
Compare
Will defer to @lilyinstarlight and @winterqt |
aeec716
to
a7cab86
Compare
I would love to see progress on this, but I have little to no clue about the problem. |
Description of changes
This PR adds the desktop version of Vikunja. Since it is only an electron wrapper around the frontend and the frontend is already packaged in nixos, this package reuses that.
Things done
sandbox = true
set innix.conf
? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)nixos/doc/manual/md-to-db.sh
to update generated release notes