mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-22 00:18:07 +01:00
gnu: signal-desktop: Fix .desktop file.
Fix launching signal-desktop via its .desktop file (e.g. in a desktop environment or launcher). This also affects element-desktop (to be fixed in next commit). Fixes #274. * nongnu/packages/messaging.scm (signal-desktop)[phases]{unpack}: Fix the .desktop file binary location to be 'bin' rather than 'lib/Signal'.
This commit is contained in:
parent
454aa47bee
commit
6a752f24d3
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ its core.")
|
|||
;; Fix the .desktop file binary location.
|
||||
(substitute* '("share/applications/signal-desktop.desktop")
|
||||
(("/opt/Signal/")
|
||||
(string-append #$output "/lib/Signal/")))))
|
||||
(string-append #$output "/bin/")))))
|
||||
(add-after 'install 'symlink-binary-file-and-cleanup
|
||||
(lambda _
|
||||
(delete-file (string-append #$output "/environment-variables"))
|
||||
|
|
Loading…
Reference in a new issue