Results 681 comments of Mat

I don't think there's anything that should cause large bottlenecks (except if you're downloading to a really slow HDD or network share, perhaps), but I found a couple things to...

> Hi, for some time I've also been getting the same issue of downloads getting stuck on queue, though with many different users and not cases of queuing a large...

> When I try hitting resume on this file, nothing usually happens after a long wait - however if I remove this file from from my download list, browse the...

This issue should be fixed. To anyone who ran into it, please try the latest [development build](https://nicotine-plus.org/doc/TESTING.html), and let us know how it works for you. If the bug happens...

It's the default algorithm provided by the GtkTreeView widget, which unsurprisingly doesn't work well for filenames. I'll have to look into how to change it without impacting performance too much.

> https://docs.gtk.org/glib/method.Bytes.compare.html > > > _"This function can be used to sort GBytes instances in lexicographical order."_... Lexicographical order is the default, we need numerical order. Something like https://docs.gtk.org/glib/func.utf8_collate_key_for_filename.html.

I think an in-app search would be the better option here. Adding and preserving comments in the current config file is tricky without using hacks, and there would be a...

Likely missing the required fonts on your system. Do other GTK apps have the same issue?

It could be an issue with the font cache. Could you rename `/home//.var/app/org.nicotine_plus.Nicotine/cache/fontconfig` to e.g. `fontconfig.old`, and see if that changes anything?

@dtantono Are you using Kubuntu 23.10? Perhaps it's this issue: https://www.reddit.com/r/kde/comments/1am8qye/broken_fonts_in_flatpak_gtk_apps/ You could try this suggested solution: https://www.reddit.com/r/kde/comments/1am8qye/comment/kpk731b/