Black background on the stickynotes

Bug #1353990 reported by Artem
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
indicator-stickynotes
New
Undecided
Unassigned

Bug Description

I got black background on each note. which can not be changed. Removing and installing the package indicator stickynotes not solve the problem. Help, what can I do about ?!

Revision history for this message
Artem (cloudy0490) wrote :
Revision history for this message
Umang Varma (umang) wrote :

Thank you for your bug report. Could you tell me what version of Ubuntu you are using and what version of indicator-stickynotes (available from the "About" dialog) you are using?

Revision history for this message
Artem (cloudy0490) wrote :

I use Ubuntu 14.04 LTS 64bit and version of indicator-stickynotes 0.4.4.

Revision history for this message
Umang Varma (umang) wrote :

Thanks. I have reopened lp:1019380, as it was clearly not fixed. I have no idea what is causing it, but will try to look into it. In the meanwhile, if anyone has any idea as to what is causing this, please let me know.

Revision history for this message
mike (suzuki7501) wrote :

I was able to fix this problem by editing the style.css file in the /usr/share/indicator-stickynotes/ directory.

New style.css:
GtkWindow#main-window
{
    background-color: darker ($bgcolor_hex);
}

GtkSourceView
{
    color: $text_color;
    background-color: $bgcolor_hex;
}
GtkSourceView:selected
{
    color: $bgcolor_hex;
    background-color: $text_color;
}

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.