Is the issue perhaps simply in the dependencies table?
21:44:40 jesse@Limbo:/tmp$ sudo aptitude why-not libgl1-mesa-dri:i386
p libgl1-mesa-dri-lts-vivid:i386 Provides libgl1-mesa-dri:i386
p libgl1-mesa-dri-lts-vivid:i386 Conflicts libgl1-mesa-dri:i386
Here we have a libgl1-mesa-dri-lts-vivid
# Correction #
The shortcut command would be better as:
sudo kill $(ps -A | grep " compiz$" | awk '{ print $1 }')
The preceding space and end of line '$' ensure that you do not match
other processes with compiz in their name such as a bash script called
kill_compiz.sh for instance. ;-)
--
You
This bug, or one very similar, also affects me.
The freeze only occurs when using dash.
The mouse pointer still moves but nothing responds and the rest of the
screen including clock, pannel, dash, all programs, etc are frozen.
HOWEVER, Ctr+Alt+F1-7 still work to open other tty's.
The quick work
3 matches
Mail list logo