Closed Wizardcrying closed 7 years ago
@Wizardcrying,
targets: xiwi,xorg,cli-extra,unity
croutonversion
reports what 'targets' you specify on the installation command line (-t ...).
Since you explicitly specified xiwi
as the first target it becomes the default xmethod, hence -
(!!!) xmethod: xiwi (!!!)
I'm not quite sure of whether or not it's time to panic.
Please don't panic, it's WAI (works as intended) behavior. ;-)
I have the crouton extension in the host and connected, which might matter.
When using xiwi
you need the 'crouton integration' extension connected, that's a good thing.
Since you have installed both xmethods (that's what I always do), you can launch your desktop using either in a number of ways with something like:
sudo startunity
(that will launch in a window via 'xiwi', the default)
sudo startunity -X xiwi-fullscreen
(that will launch fullscreen via 'xiwi')
sudo startunity -X xiwi-tab
(that will launch in a browser tab via 'xiwi' - my favorite)
sudo startunity -X xorg
(that will launch in a separate screen via 'xorg')
Hope this helps, -DennisL
Thanks, @DennisLfromGA. If the default xmethod is to be displayed and is known to be displayed in that case, then I assume there is no problem.
I started a Unity chroot using
-X xorg
with both targets installed. I checked back in the terminal on CrOS and this is what showed.I'm not quite sure of whether or not it's time to panic. I have the crouton extension in the host and connected, which might matter.