Balló György

Results 10 comments of Balló György

Yes, I agree (the metainfo file that I committed has a CC0 license anyway).

I don't have a strong opinion, but if you decide to use asar, then please create a package for the 'asar' command-line tool, so users could easily unpack asar archives...

It's enough to export multiple times. The crash is caused by one of the free() command in [marker_markdown_to_html_with_css_inline()](https://github.com/fabiocolacio/Marker/blob/14bb4a0c4f9b3c2a78e88bf71a038ef1acf48b6c/src/marker-markdown.c#L339)

So I get crash frequently when exporting with pandoc with error messages like this: `corrupted double-linked list`

> Unique `XDG_CURRENT_DESKTOP` is currently an issue, as it breaks Budgie Menu (it no longer lists items for GNOME, i.e. GNOME Control Center items) It's already fixed in gnome-menus git...

I forked gnome-flashback to provide some of these missing features for Budgie until they implemented: https://github.com/City-busz/budgie-helper

My PR fixes the problem: https://github.com/lwindolf/liferea/pull/523

I confirm that the original issue that I reported was fixed (probably by https://github.com/sddm/sddm/pull/730 and https://github.com/sddm/sddm/pull/1216 ). I tested it with sddm 0.19.0. I still experience issues with wayland sessions...

I don't think that quick reboot functionality is good in the current form. Regenerating the grub config needs extra caution, because it can break boot, especially with custom configs. And...

Generally, I think it would better to implement this functionality based on the [D-Bus interface of systemd-logind](https://www.freedesktop.org/software/systemd/man/latest/org.freedesktop.login1.html). You can get the boot loader entries by reading `BootLoaderEntries`, and there is...