Comment by ~sorrow on ~kennylevinsen/greetd
I'm having the same problem. Logind session has Type=tty and swayidle cannot set IdleHint. I have XDG_SESSION_TYPE=wayland.
Ticket created by ~sorrow on ~kennylevinsen/gtkgreet
In addition to ability to type the username, I'd like to have a selection of usernames with UIDs >= 1000
Comment by ~sorrow on ~sircmpwn/hg.sr.ht
From discussion on lists:
Looks like "-n" needs to be added to gzip(1):
-n, --no-name This option stops the filename and timestamp from being stored in the output file.
Comment by ~sorrow on ~scoopta/wofi
Ah, removing cache file fixed the problem. Is there some cache invalidation mechanism?
REPORTED
RESOLVED FIXEDComment by ~sorrow on ~scoopta/wofi
The problem persists.
RESOLVED FIXED
REPORTEDTicket created by ~sorrow on ~scoopta/wofi
I have an edited copy of firefox.desktop file in my
~.local/share/applications
directory. And I see 2 copies of "Mozilla Firefox" in thewofi --show drun
list. If I remove this copied .desktop, I see only one of them. It shouldn't work like that, I think.
Comment by ~sorrow on ~scoopta/wofi
#inner-box { margin: 5px; }
Comment by ~sorrow on ~scoopta/wofi
By experimenting with commenting out various parts of CSS I found that the critical part is this:
#inner-box { margin: 5px; }
Without it everything works, with it - the issue happens. Renaming the config file changes nothing/
Ticket created by ~sorrow on ~scoopta/wofi
The problem only happens with custom style set, everything works OK without style. If I run from terminal, I get these errors when I try to select an item with keyboard arrow keys:
(wofi:13650): Gtk-CRITICAL **: 21:10:40.340: gtk_widget_grab_focus: assertion 'GTK_IS_WIDGET (widget)' failed (wofi:13650): Gtk-CRITICAL **: 21:10:40.340: gtk_flow_box_select_child: assertion 'GTK_IS_FLOW_BOX_CHILD (child)' failed