On Wed, Aug 26, 2020, 5:53 PM Crowphale <crowph...@protonmail.com> wrote:

> Making progress...
>
> Found the Signal binary:
> [user@crowphale ~]$ ls -l /usr/bin/signal-desktop
> lrwxrwxrwx 1 root root 40 Aug  6 11:17 /usr/bin/signal-desktop ->
> /usr/lib64/signal-desktop/signal-desktop
>
> [user@crowphale ~]$ ls -l /usr/lib64/signal-desktop/signal-desktop
> -rwxr-xr-x 1 root root 116480632 Aug  6 11:17
> /usr/lib64/signal-desktop/signal-desktop
>
> But trying to run it gives me 127:
> [user@dom0 ~]$ qvm-run -a crowphale
> /usr/lib64/signal-desktop/signal-desktop
> Running '/usr/lib64/signal-desktop/signal-desktop' on crowphale
> crowphale: command failed with code: 127
>
> Trying to run it directly in the AppVM terminal (probably wrong thing to
> do), gives me:
> [user@crowphale ~]$ signal-desktop
> signal-desktop: error while loading shared libraries: libXss.so.1: cannot
> open shared object file: No such file or directory
>
> I'm stuck. Any ideas?
>

You need to install libXss

$ sudo dnf what provides '*/libXss.so.1'

Will tell you what package is required.



>
> Sent with ProtonMail <https://protonmail.com> Secure Email.
>
> ‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
> On Sunday, August 23, 2020 12:38 AM, Steve Coleman <
> stevenlcolema...@gmail.com> wrote:
>
>
>
> On Sat, Aug 22, 2020 at 10:50 PM 'Crowphale' via qubes-users <
> qubes-users@googlegroups.com> wrote:
>
>> Sorry for stupid question, but how do I start Signal (or any app) from
>> terminal? Is there some qvm-* command? Or how do I find the Signal binary?
>>
> I have not installed signal but I'll at least try to help.
>
> Open a terminal in your AppVM.
> At the prompt type "signal" then press enter.
> If it doesn't start then try:
>    "whereis signal"
>    or
>    "man -k signal" for help.
>
> If it installed normally in your template it is likely installed and
> mounted as /usr/bin/signal
>
> If you find it, then you can start the app from dom0 with the qvm-run
> command:
> dom0> qvm-run -a <AppVM> </path/to/signal>
> Just replace the <> in the above with the appropriate info.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/CAJ5FDnjAwgHCOV-DYzqbzgSv8LUjsdA5BnSD9Xp5LpW5TOO4EA%40mail.gmail.com.

Reply via email to