howto:several_signal_desktop_instances
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen RevisionVorhergehende ÜberarbeitungNächste Überarbeitung | Vorhergehende Überarbeitung | ||
| howto:several_signal_desktop_instances [2022/05/06 15:33] – doobry | howto:several_signal_desktop_instances [2025/09/15 18:29] (aktuell) – [Run Signal Desktop instances in parallel] pterophorus | ||
|---|---|---|---|
| Zeile 3: | Zeile 3: | ||
| In order to run several Signal desktop instances in parallel, you can pass a '' | In order to run several Signal desktop instances in parallel, you can pass a '' | ||
| + | First find out in which way your existing Signal instance was installed: | ||
| + | |||
| + | For Flatpak, run | ||
| + | flatpak list | grep signal-desktop | ||
| + | For Snap, run | ||
| + | snap list signal-desktop | ||
| + | For distribution package run | ||
| + | dpkg -l signal-desktop | ||
| + | (If '' | ||
| ===== Linx Flatpak ===== | ===== Linx Flatpak ===== | ||
| Zeile 10: | Zeile 19: | ||
| - Then edit '' | - Then edit '' | ||
| Name=Signal 2 | Name=Signal 2 | ||
| - | Exec=flatpak run org.signal.Signal --user-data-dir=/ | + | Exec=/usr/bin/flatpak run --branch=stable --arch=x86_64 --command=signal-desktop --file-forwarding |
| </ | </ | ||
| Afterwards, you should find the second instance of Signal Desktop as " | Afterwards, you should find the second instance of Signal Desktop as " | ||
| + | |||
| + | ==== Captcha Verifications ==== | ||
| + | |||
| + | Sometimes Signal asks you to verify that you're a human by solving a captcha. The link after the captcha is always opened by the default Signal client profile. You can change this temporarily by setting the '' | ||
| + | |||
| + | In ''/ | ||
| + | |||
| + | < | ||
| + | Exec=/ | ||
| + | |||
| + | </ | ||
| ===== Linx Snap (Ubuntu) ===== | ===== Linx Snap (Ubuntu) ===== | ||
| Zeile 22: | Zeile 42: | ||
| - Then edit '' | - Then edit '' | ||
| Name=Signal 2 | Name=Signal 2 | ||
| - | Exec=Exec=env BAMF_DESKTOP_FILE_HINT=/ | + | Exec=env BAMF_DESKTOP_FILE_HINT=/ |
| </ | </ | ||
| Afterwards, you should find the second instance of Signal Desktop as " | Afterwards, you should find the second instance of Signal Desktop as " | ||
| + | |||
| + | ===== Distribution package ===== | ||
| + | In the Signal Desktop package, find the file ending with '' | ||
| + | This file describes how Signal Desktop is started via the launcher of your GUI. You can customize the file for a second Signal instance. | ||
| + | dpkg -l signal-desktop | grep .desktop | ||
| + | |||
| + | Copy the '' | ||
| + | cp / | ||
| + | |||
| + | Find out the location of your Signal Desktop standard config directory. Possibly it is '' | ||
| + | mkdir ~/ | ||
| + | |||
| + | Find the '' | ||
| + | |||
| + | Change the '' | ||
| + | '' | ||
| + | '' | ||
| + | Exec=/ | ||
| + | Your '' | ||
| + | [Desktop Entry] | ||
| + | Name=Signal2 | ||
| + | Exec=/ | ||
| + | Terminal=false | ||
| + | Type=Application | ||
| + | Icon=signal-desktop | ||
| + | StartupWMClass=Signal | ||
| + | Comment=Private messaging from your desktop | ||
| + | MimeType=x-scheme-handler/ | ||
| + | Categories=Network; | ||
| + | |||
| + | Save the file. | ||
| + | You should now find your new instance '' | ||
howto/several_signal_desktop_instances.1651844023.txt.gz · Zuletzt geändert: von doobry
