xfdashboard icon indicating copy to clipboard operation
xfdashboard copied to clipboard

Hide quicklaunch: clutter error

Open gjpin opened this issue 2 years ago • 0 comments

Hello! Thank you so much for providing this dashboard!

Version: release tarball 1.0.0

I'm trying to hide the quicklaunch as per #201 , by creating a file at $HOME/.config/xfdashboard/themes/global.css with the following content:

#quicklaunch
{
  visibility: false;
}

However, when launching xfdashboard I'm presented with the following error:

(xfdashboard:3489): Clutter-WARNING **: Attempting to map a child that does not meet the necessary invariants: the actor 'applications-button' is parented to an unmapped actor 'quicklaunch'
Clutter:ERROR:clutter-actor.c:1278:clutter_actor_set_mapped: assertion failed: (CLUTTER_ACTOR_IS_MAPPED (self))
Bail out! Clutter:ERROR:clutter-actor.c:1278:clutter_actor_set_mapped: assertion failed: (CLUTER_ACTOR_IS_MAPPED (self))
Aborted

I've also tried hidding #applications-button, but the error persists.

Has something changed since issue 201?

Thank you!

gjpin avatar Nov 18 '22 12:11 gjpin