Aleksei Bavshin

Results 15 comments of Aleksei Bavshin

Thanks, https://github.com/HowardHinnant/date/commit/052eebaf0086e6bbc5ead01c3f1a8f02496aa701 works for me. > The binary zic-compiled output on macOS, and perhaps others such as Fedora Rawhide, reverse the daylight saving flag for Ireland because its save is...

@HowardHinnant is there anything that blocks merge of this PR? I'm planning to work on a package for Fedora and would appreciate if this patch gets upstreamed.

It's complicated. [StatusNotifierItem](https://www.freedesktop.org/wiki/Specifications/StatusNotifierItem/StatusNotifierItem/) spec allows context menu on right click and custom action on left click. Right click menu is received over dbus and rendered on a waybar side (which...

> KVIrc is using some X11-specific code to handle IPC (inter process communication); this is mainly used to avoid multiple instances of the same application and being able to control...

@dvzrv, have you tried running test suite with `dbus-run-session -- pytest`? The command works for my Fedora package and our build environment is also based on systemd-nspawn containers.

Have you considered using Gio classes instead of the raw OS facilities? E.g. [`Gio::FileMonitor`](https://developer-old.gnome.org/glibmm/stable/classGio_1_1FileMonitor.html) or Glib event loop?

Ping? Anything else I can do to get that merged?

`-window-command` was omitted from the initial implementation as `{window}` is an X11 window ID and there's no matching concept for Wayland. Running a command without any way to identify the...

Unfortunately, that info is not available to the module. The implementation does not use Sway specific IPC. Window title and app_id is all we have, although I'm hesitant to allow...

> Could you post `WAYLAND_DEBUG=1 alacritty --print-events` log? Already included in the report.