I install gnome-shell and Zukitwo-theme. The upper taskbar it is transparent but behind is a bar how can get rid off it. Do I need this bar? See the image!!
Asked
Active
Viewed 2,141 times
4
-
3This is a known bug on Launchpad: Bug #826771 – Knowledge Cube Feb 22 '12 at 19:59
-
1I suggest you check out this bug Bug#826771 as pointed out in another comment and if this is the same as the you have mark it as affecting you too. The more people a bug affects the higher the priority developers give to fixing it. – Warren Hill Sep 01 '13 at 14:41
1 Answers
10
you have 2 options.
- disable the global menu in unity.
sudo apt-get remove appmenu-gtk3 appmenu-gtk appmenu-qt
- in gnome tweak turn off the option
have file mangaer handle desktop
if you don't mind not having icons on the desktop.
then, log out and login. or hit alt+f2
and enter r
to restart the shell.

suli8
- 2,975
-
Yes I found it by my self it was "on" the "have file mangaer handle desktop" in gnome-tweak Thnx – Vassilis Oct 29 '11 at 11:13
-
1Thanks, option 1 solved my problem. Although it did not go away after
alt+f2
, but it did after a restart. – Ian Hincks Feb 20 '12 at 22:54