Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| signal [2020/12/29 02:09] – external edit 127.0.0.1 | signal [2024/07/14 22:03] (current) – [Windows] tmaier | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Signal ====== | + | ====== Signal |
| - | ===== Signal with Proxy (Windows) | + | ===== Using a Proxy ===== |
| + | ==== Windows | ||
| Batch file on Desktop: | Batch file on Desktop: | ||
| <code batch %UserProfile%\Desktop\Signal.bat> | <code batch %UserProfile%\Desktop\Signal.bat> | ||
| Line 12: | Line 13: | ||
| '' | '' | ||
| - | ===== Signal with Proxy (Linux) ===== | + | ==== Linux ==== |
| <code ini / | <code ini / | ||
| [Desktop Entry] | [Desktop Entry] | ||
| Line 32: | Line 33: | ||
| / | / | ||
| </ | </ | ||
| + | |||
| + | ===== Multiple User Profiles ===== | ||
| + | ====== Linux ====== | ||
| + | |||
| + | <code ini / | ||
| + | [Desktop Entry] | ||
| + | Type=Application | ||
| + | Name=Signal Priv | ||
| + | Comment=Signal - Private Messenger | ||
| + | Comment[de]=Signal - Sicherer Messenger | ||
| + | Icon=signal-desktop | ||
| + | Exec=signal-desktop --user-data-dir=/ | ||
| + | Terminal=false | ||
| + | Categories=Network; | ||
| + | StartupWMClass=Signal | ||
| + | MimeType=x-scheme-handler/ | ||
| + | Keywords=sgnl; | ||
| + | X-GNOME-UsesNotifications=true | ||
| + | </ | ||
| + | |||
| + | ====== Windows ====== | ||
| + | Create shortcut, set following target: '' | ||
| + | |||