Facing an issue from yesterday. Whenever I open any application it turns blank except wallpaper. When it comes back appears with the application I started. Even when when I minimize any application the screen turns blank and comes back after a while. I can not shut down the pc too. When I click on it it turns blank. An Error sending message appears sometime. On detail I have seen it has something to do with 'COMPIZ'.

- 4,298

- 35
-
What version of Ubuntu are you using? I am having the same issue with the Ubuntu 16.04 LTS and was going to ask the same question until I found this. If you don't know the version you have, go to Settings > Details. Underneath the logo it should say "ubuntu 16.04 LTS" or something like that. – Christian Sirolli Jan 09 '18 at 20:04
-
1I made a tag. It is 16.04 LTS. – vami247 Jan 09 '18 at 21:10
-
Likely there is an issue with 16.04 LTS. I found a bug report on it: https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1663537 – Christian Sirolli Jan 09 '18 at 23:08
-
@karel Why say it is a duplicate of a duplicate? – Christian Sirolli Jan 10 '18 at 11:27
-
It's permissible to provide an additional link to alternative solutions that aren't included in the answers to the first link. – karel Jan 10 '18 at 11:42
1 Answers
This is known bug (#1735594) that was reported December 1, 2017. Numerous bug reports have been filed, but marked as duplicates.
According to a comment on bug #1741447, this PPA works, which many say fixed the issue. The main bug report also makes mention of this fix in reference to bug #1741447. Users can update their system with unsupported packages from this untrusted PPA by adding ppa:paulo-miguel-dias/pkppa
to their system's Software Sources.
sudo add-apt-repository ppa:paulo-miguel-dias/pkppa
sudo apt-get update
This solution works for me, and is probably going to become the official fix, or will be incorporated into an update, if it hasn't already. More information can be found in the given links. Be sure to restart your computer after this is installed.
If you are affected, let them know by marking you are affected at the main bug report.
Also make sure you keep up with all the latest updates, especially if you are uncertain about the above solution or if it did not work for you.

- 314
- 2
- 12