Skip to content

Make finding icon at runtime more robust.#1398

Merged
kristelmerilain merged 1 commit into
open-eid:masterfrom
apteryks:make-finding-icon-more-robust
May 20, 2026
Merged

Make finding icon at runtime more robust.#1398
kristelmerilain merged 1 commit into
open-eid:masterfrom
apteryks:make-finding-icon-more-robust

Conversation

@apteryks
Copy link
Copy Markdown
Contributor

By default, the file name (argv[0]) of the application is used to compute its name, which can break if a distribution wraps the binary with a shell script to set some environment variables, as used in Guix for example.

  • client/main.cpp (main): Explicitly set the desktop file name.

Signed-off-by: Maxim Cournoyer maxim@guixotic.coop

By default, the file name (argv[0]) of the application is used to
compute its name, which can break if a distribution wraps the binary
with a shell script to set some environment variables, as used in Guix
for example.

* client/main.cpp (main): Explicitly set the desktop file name.

Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
@metsma metsma force-pushed the make-finding-icon-more-robust branch from 3504f61 to 6c8e245 Compare May 20, 2026 05:00
@kristelmerilain kristelmerilain merged commit ee7b0df into open-eid:master May 20, 2026
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants