annotate misc/org.libervia.LiberviaTUI.desktop @ 3660:e584ce33ef1d
tools (common/async_process): remove useless encoding + use full path for command:
- arguments don't need to be encoded anymore, `spawnProcess` handles str directly now
- use full path even for first argument: even if first argument should be only executable
name, it appears that using full path only in `command` is not enough (seen with Python
where system installation is used instead of the VirtualEnv one when full path is not
used as first argument).
(grafted from 25cbaf04772855cd8aead18771465a4f00f5fa03)
author |
Goffi <goffi@goffi.org> |
date |
Thu, 29 Jul 2021 22:51:01 +0200 |
parents |
a27fd445c7c7 |
children |
|
rev |
line source |
3574
|
1 [Desktop Entry] |
|
2 Type=Application |
|
3 Name=Libervia TUI (Primitivus) |
|
4 Comment=console frontend for Libervia (XMPP) |
|
5 Exec=libervia-tui |
|
6 Icon=org.libervia.LiberviaTUI |
|
7 Categories=Network;InstantMessaging;Chat;FileTransfer;RemoteAccess; |
|
8 Keywords=xmpp;chat;messaging;im;file;sharing;communication;jabber;social;network;decentralization;console; |