VirtualBox Guest Additions are installed and Shared Clipboard (Bidirectional) option selected. Even tried to reboot still not working. Any hints how to fix is appreciated. Note that Ubuntu 18.04 (Gnome) and Ubuntu 18.10 LXQt is working the same Windows 10 host.
[6/18/2018] Most be getting old. I assumed VirtualBox guest additions was installed as the VM window can be resized. Anyway, installed guest additions and copy/paste worked like a charm.
Also reported in Discource
https://discourse.ubuntubudgie.org/t/virtualbox-shared-clipboard-not-working-on-budgie-18-04/646
Sunday, June 17, 2018
(Momentics:): GLib-CRITICAL **:: g_base64_encode_step: assertion 'in != NULL' failed
Running QNX Momentics (qde) from the console on Ubuntu 18.04 shows a lot of error message but it seems like it does not affect functionality of the application. Below is an example of the error message I am seeing.
(Momentics:3535): GLib-CRITICAL **: 23:28:28.692: g_base64_encode_step: assertion 'in != NULL' failedTo get rid of the error message, do the following:
$ sudo apt install libcanberra-gtk-module export SWT_GTK3=0 ~/qnx/qnxmomentics/qde
Saturday, June 16, 2018
How to check if memory is non-ECC in Windows from the command line
c:\> wmic memphysical get memoryerrorcorrection
Return Value | Meaning |
3 | Non-ECC |
References:
Keywords: Memory, ECC, Non-ECC
Saturday, June 09, 2018
Install LXQt on Ubuntu 18.10 Cosmic Cuttlefish
Note:
Tested on alpha version of Ubuntu 18.10 server image using daily build date 2018/06/09.
Steps to install LXQt on 18.10 using server image:
* Download server image and install. I have only selected Open SSH as the core function of the server.
* Install LXQt
Reference:
https://askubuntu.com/questions/873529/how-to-install-lxqt-on-ubuntu-server-16-04
Keywords:
LXQt Ubuntu 18.10 Cosmic Cuttlefish
Tested on alpha version of Ubuntu 18.10 server image using daily build date 2018/06/09.
Steps to install LXQt on 18.10 using server image:
* Download server image and install. I have only selected Open SSH as the core function of the server.
* Install LXQt
sudo apt install xorg sddm lxqt
Reference:
https://askubuntu.com/questions/873529/how-to-install-lxqt-on-ubuntu-server-16-04
Keywords:
LXQt Ubuntu 18.10 Cosmic Cuttlefish
Subscribe to:
Posts (Atom)
Configuring TUN/TAP virtual network interface for use with QEMU on Xubuntu 24.04
Configuring TUN/TAP virtual network interface for use with QEMU on Xubuntu 24.04 I am planning to run qemu-system-ppc to play around QEMU ...

-
Tried to update my Ubuntu host today and it did pickup that new version of VirtualBox is available (4.1.8). All other packages installed pro...
-
Installing MonoDevelop in OpenSUSE 12.2 from its repository was very easy. When running it for the first time though I got the message: Th...
-
This is quick start guide how to run ssh server on QNX. Tested on QNX 6.5 (650SP1-VM.tar). # ssh-keygen -t dsa -b 1024 -f /etc/ssh/ssh...