fix icon issue of #5 authored by about:privacy's avatar about:privacy
......@@ -54,7 +54,7 @@ If you want to keep Signal Desktop persistent, we need to set up the persistent
~~~
flatpak --user override --env=HTTP_PROXY=socks5://127.0.0.1:9050 org.signal.Signal && flatpak --user override --env=HTTPS_PROXY=socks5://127.0.0.1:9050 org.signal.Signal
~~~
3. Enter this line in the terminal and press Enter to **make the Desktop launcher available** (it will not use the _Signal Desktop_ icon but a generic one):
3. Enter this line in the terminal and press Enter to **make the Desktop launcher available**:
~~~
ln -s ~/.local/share/flatpak/exports/share/applications/org.signal.Signal.desktop ~/.local/share/applications/
~~~
......
......