On Wed, Jun 15, 2016 at 9:25 AM, Andrew David Wong <[email protected]> wrote: > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA512 > > On 2016-06-13 07:48, [email protected] wrote: > > I tried using `qvm-run` but couldn't see any option to get console > > like connection into the running terminal (It only opens > > `gnome-terminal` in a new window). > > Try using the --pass-io option. It passes stdin/stdout/stderr from the > remote program running in the VM. >
Thanks Andrew. I tried that but it doesn't seem to be working properly. I don't get any of the shell prefix to be displayed, and not all keyboard keys are passed properly (arrows, ctrl-c) I managed to solve my issue with using keyboard shortcut by assigning F12 Key to send the following command - qvm-run -a <VM> 'dbus-send --type=method_call --dest=org.kde.yakuake /yakuake/window org.kde.yakuake.toggleWindowState' So now I can get Yakuake to run in one of the vms but hide and show it with no issues. I only need to see if I can get background transparency to work but that's not a major issue. -- You received this message because you are subscribed to the Google Groups "qubes-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/qubes-devel/CA%2B1ygOZOnGDDZpbgBUWnrNcap4k8D%2BKPJT0Kb3oq9iH7va3H1w%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
