Dash-to-dock: Transparency not complete - bug

Created on 5 Oct 2020  路  3Comments  路  Source: micheleg/dash-to-dock

I did disabled all extensions on gnome-shell and even so, dash to dock didn't completely transparent.

If I use the "Ubuntu Dock" native extension this bug doesn't happen.

Note: my ubuntu 20.04 was upgradable from ubuntu 18.04. Possibly some cache/config that comes from causing this bug.

See images on attachments.

dash-to-dock-bug-transparency
Screenshot from 2020-10-05 10-58-09

Versions:
Dash To Dock 69
Gnome Shell 3.36.3
Ubuntu 20.04.1 LTS

Most helpful comment

I edited the CSS file removing the border and it works! Thanks @noahdigesu!

Now would be nice if it this bug is corrected on source code :)

All 3 comments

Issue solved

The 1px border is due to the option shrink the dash under the appearance tab.

Easy fix

Don't shrink the dash

More complex (but still super easy) fix

Edit the 4th line in ~/.local/share/gnome-shell/extensions/[email protected]/stylesheet.css from border:1px; to border:0px.
That way you can both shrink the dash and remove the border
(It was really triggering me too so I searched a bit ahah)

Hope this helped @kauanmocelin ^^

I edited the CSS file removing the border and it works! Thanks @noahdigesu!

Now would be nice if it this bug is corrected on source code :)

I edited the CSS file removing the border and it works! Thanks @noahdigesu!

Now would be nice if it this bug is corrected on source code :)

sure no worries!!! :))

Was this page helpful?
0 / 5 - 0 ratings