Open
Conversation
rlahfa-dinum
commented
Jan 12, 2026
Author
rlahfa-dinum
left a comment
There was a problem hiding this comment.
I didn't author this fully myself, we should change the authoring of the commit to include you @jdauphant-dinum.
rlahfa-dinum
commented
Jan 12, 2026
| install -Dm644 src-tauri/icons/icon.png $out/share/icons/hicolor/128x128/apps/tchap.png | ||
|
|
||
| # Créer le fichier .desktop | ||
| mkdir -p $out/share/applications |
Author
There was a problem hiding this comment.
This should make use of makeDesktopItem instead.
rlahfa-dinum
commented
Jan 12, 2026
rlahfa-dinum
commented
Jan 12, 2026
| ' \ | ||
| src-tauri/tauri.conf.json | sponge src-tauri/tauri.conf.json | ||
| '' | ||
| # NOTE: libayatana should use pkg-config… |
Author
There was a problem hiding this comment.
This should include the upstream issue.
Signed-off-by: Ryan Lahfa <ryan.lahfa.ext@numerique.gouv.fr> Co-authored-by: Julien Dauphant <julien.dauphant@numerique.gouv.fr>
MarcWadai
reviewed
Jan 19, 2026
| @@ -0,0 +1,27 @@ | |||
| { | |||
| description = "Tchap desktop"; | |||
Update the Exec command in the Tchap desktop entry to support URL handling.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This provides a very simple Flake to run Tchap desktop on any Nix-based system.
This is a source build which means that it can take some time on a modest CPU, it takes 3min to build the Tchap desktop derivation on my EPYC 7763 (128T/64C).
How to test?
Assuming you have flakes:
nix run github:cloud-gouv/tchap-desktop/nixIf you don't have Flakes, you can simply overlay
nix/package.nixusing your favorite tool of the day: npins, lon, etc.In the future:
would be great. But let's start with this.