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/02/24 23:45] – [With Signal Desktop flatpak] doobry | howto:several_signal_desktop_instances [2025/08/04 21:11] (aktuell) – [Distribution package] 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 '' | ||
- | ===== With Signal | + | First find out in which way your existing |
+ | For Flatpak, run | ||
+ | flatpak list | grep signal-desktop | ||
+ | For Snap, run | ||
+ | snap list signal-desktop | ||
+ | For distribution package run | ||
+ | dpkg -l signal-desktop | ||
+ | ===== Linx Flatpak ===== | ||
When Signal Desktop is installed via flatpak, do the following: | When Signal Desktop is installed via flatpak, do the following: | ||
- | < | + | - Copy '' |
- | $ cp / | + | - Then edit '' |
+ | Name=Signal 2 | ||
+ | Exec=/ | ||
</ | </ | ||
- | Then edit '' | + | 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) ===== | ||
+ | |||
+ | When Signal Desktop is installed via snap, do the following: | ||
+ | |||
+ | - Copy ''/ | ||
+ | - Then edit '' | ||
Name=Signal 2 | Name=Signal 2 | ||
- | Exec=flatpak run org.signal.Signal | + | 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.1645742700.txt.gz · Zuletzt geändert: von doobry