mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-01-15 01:07:15 -05:00
Update signal.md
This commit is contained in:
parent
a2521e9864
commit
437cd39a07
@ -38,6 +38,7 @@ If you're a Signal user on Android, you can now have Signal inside Qubes.
|
|||||||
this app with your phone.
|
this app with your phone.
|
||||||
6. Signal should now work in your AppVM.
|
6. Signal should now work in your AppVM.
|
||||||
|
|
||||||
|
|
||||||
Creating a Shortcut in the applications menu
|
Creating a Shortcut in the applications menu
|
||||||
--------------------------------------------
|
--------------------------------------------
|
||||||
|
|
||||||
@ -101,6 +102,32 @@ This can also be used to add a application portable application/script from a ta
|
|||||||
|
|
||||||
6. (optional, only on KDE:) Follow the `Q` menu once more, right-click on the new `Signal: Signal Private Messenger` menu item and select `Add to Panel`.
|
6. (optional, only on KDE:) Follow the `Q` menu once more, right-click on the new `Signal: Signal Private Messenger` menu item and select `Add to Panel`.
|
||||||
|
|
||||||
|
Use AppVM based on debian
|
||||||
|
---------------------------------------------------------------
|
||||||
|
|
||||||
|
If you don't use chromium, you can install signal with debian :
|
||||||
|
|
||||||
|
1. (Optional)Create a TemplateVM (debian 8)
|
||||||
|
|
||||||
|
[user@dom0 ~]$ sudo qubes-dom0-update qubes-template-debian-8
|
||||||
|
2. Open a terminal in debian 8
|
||||||
|
|
||||||
|
[user@dom0 ~]$ qvm-run -a debian-8 gnome-terminal
|
||||||
|
|
||||||
|
3. Use these commands in your terminal
|
||||||
|
|
||||||
|
(Optional)[user@debian-8 ~]$ sudo apt-get install curl
|
||||||
|
[user@debian-8 ~]$ curl -s https://updates.signal.org/desktop/apt/keys.asc | sudo apt-key add -
|
||||||
|
[user@debian-8 ~]$ echo "deb [arch=amd64] https://updates.signal.org/desktop/apt xenial main" | sudo tee -a /etc/apt/sources.list.d/signal-xenial.list
|
||||||
|
[user@debian-8 ~]$ sudo apt uptdate && sudo apt install signal-desktop
|
||||||
|
|
||||||
|
5. Shutdown the TemplateVM :
|
||||||
|
|
||||||
|
[user@dom0 ~]$ qvm-shutdown debian-8
|
||||||
|
|
||||||
|
6. Create a AppVM based on this TemplateVM
|
||||||
|
7. With your mouse select the `Q` menu -> `Domain: "AppVM Name"` -> `"AppVM Name": Add more shortcuts`
|
||||||
|
Select `Signal` from the left `Available` column, move it to the right `Selected` column by clicking the `>` button and then `OK` to apply the changes and close the window.
|
||||||
|
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user