Skip to content

Make finding icon at runtime more robust.#1398

Open
apteryks wants to merge 1 commit intoopen-eid:masterfrom
apteryks:make-finding-icon-more-robust
Open

Make finding icon at runtime more robust.#1398
apteryks wants to merge 1 commit intoopen-eid:masterfrom
apteryks:make-finding-icon-more-robust

Conversation

@apteryks
Copy link
Copy Markdown

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>
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.

2 participants