Pressing TAB causes blinking in taskbar

Bug #2011352 reported by Arnold_Layne
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Sakura
Fix Released
Low
David Gómez

Bug Description

Pressing TAB (autocomplete) causes a permanent blinking sakura's tab on the taskbar, like it happened when app require input or notify about status change.
Switch focus on the window doesn't help.

Lubuntu 18.04.6 LTS
kernel 6.1.18
Openbox 3.6.1
lxpanel 0.9.3
sakura 3.8.6

Arnold_Layne (kostet)
Changed in sakura:
status: New → Incomplete
status: Incomplete → New
assignee: nobody → Arnold_Layne (kostet)
assignee: Arnold_Layne (kostet) → nobody
Revision history for this message
Arnold_Layne (kostet) wrote :

Temporary solution in sakura.conf:

use_fading=true
urgent_bell=No

I see problem here:

sakura_focus_in_cb (GtkWidget *widget, GdkEvent *event, void *data)
{
...
 if (!sakura.use_fading) return FALSE;
...
}

If "use_fading=false", then "sakura_focus_in_cb" returns BEFORE "gtk_window_set_urgency_hint".
But still need to minimize-maximize or resize the window for stoping blinks, therefore finally drowned out with "urgent_bell=No".

Arnold_Layne (kostet)
description: updated
Revision history for this message
David Gómez (dabisu) wrote :

Thanks for your report, Arnold.

Yes, the line you point out is part of the problem, but that wasn't the only thing that needed to be fixed. Last revision solves this bug, so now when the urgent_bell is activated it will only blink when needed and not when the backspace or tab keys are pressed.

Changed in sakura:
status: New → Fix Committed
assignee: nobody → David Gómez (dabisu)
importance: Undecided → Low
David Gómez (dabisu)
Changed in sakura:
status: Fix Committed → Fix Released
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.