Ubuntu 15.10 no Side and Menubar

As a temporary workaround it's possible to just remove the parallels unity plugin.
WARNING: this breaks at least coherence, perhaps some other functions too. The workaround can be reverted by simply reinstalling the parallels tools.

Instead of running the parallels tools uninstaller on a console run the following command: (assumes that the parallels tools are installed)
cd /usr/lib/compiz && sudo rm libprlcompiz_0_*

This fixed my problem but if you reinstall the parallels tools it will break again.
 
I updated to Version 11.1.3 (32521) from 10, uninstalled & reinstalled the Parallels tools and the problem remains.

I've just removed the Parallels /usr/lib/compiz/libprlcompiz_0_* as MichaelE7 suggested and its working (in Windowed mode) again! Thanks MichaelE7!

There's an Ubuntu Launchpad issue here for this: https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1546838 (though from this thread it sounds like its a Parallels issue rather than compiz issue)
 
I just had to do the removing compiz plugin procedure and things are working. Perhaps a little slower but at least functional. Hoping for a proper fix soon...
 
Incredibly Poor Support From Parallels!!!
The OP started this thread over 6 weeks ago. During that time there have been several suggestions of 'work arounds' from various Parallels customers, but nothing constructive at all from Parallels support staff.
I bought Parallels to enable me to use virtual machines on my Mac and I have Linux Ubuntu as one of those virtual machines. When I follow the Ubuntu links in Software Updater, I end up with no Side Bar or Menu Bar, as the OP stated. This, of course, renders that particular VM unusable.
I'm currently downloading alternative software that is guaranteed to work with Linux and is updated whenever necessary in order to keep it working. I'll then be looking to Parallels for a partial refund of my subscription as this software no longer does as it's advertised and the developers don't give a toss about their paying customers.
 
Still no updated drivers? Are the Parallels folks even aware that there is a problem, currently? I must agree, I too expect a faster turnaround for a product that costs this much and requires charging for paid upgrades at such frequency as Parallels does.
 
try this:
1) Login into GUI shell (blank Unity screen must appears)
2) Switch into text terminal (Ctrl+Alt+F2) and perform commands
export DISPLAY=:0
compiz --replace core decor composite opengl move resize unityshell &
5) Switch back into GUI shell (must see Unity interface)
6) Run GUI terminal, and perform following commands (can copy/paste)
sudo rm /usr/lib/compiz/libprlcompiz_0_9_12_2.so
gsettings set org.compiz.core:/org/compiz/profiles/unity/plugins/core/ active-plugins "['core', 'ccp', 'composite', 'opengl', 'place', 'snap', 'imgpng', 'resize', 'commands', 'compiztoolbox', 'move', 'mousepoll', 'grid', 'wall', 'vpswitch', 'unitymtgrabhandles', 'regex', 'copytex', 'session', 'animation', 'workarounds', 'expo', 'fade', 'scale', 'ezoom', 'unityshell']"
7) Reboot

P.S. don't forget to take a snapshot before proceeding. Also, it will be easier to perform these steps from host terminal using ssh
 
Last edited:
If you want to create a new VM with Ubuntu 15.10 issue the following commands before you update the software:

echo "compiz hold" | sudo dpkg --set-selections
echo "compiz-core hold" | sudo dpkg --set-selections
echo "compiz-gnome hold" | sudo dpkg --set-selections
echo "compiz-plugins-default hold" | sudo dpkg --set-selections

Not 100% sure if all are needed but this prevents compiz from being updated. The holds can be released as soon as there is a better fix for this issue.
 
Hello,

just tested with Parallels Release Version 11.2.0 (32581): Ubuntu 15.10 works fine now!
I am also tested Ubuntu 16.04 clean install successfully.
Next I will test an upgrade from 15.10 to 16.04.
Many thanks to the Parallels Developer team!
 
Back
Top