One other benefit of prefetching is a user can now customize the node based on number of children it has (without needing to open it first). I can look into implementing the prefetch tomorrow :)
Ya I like the idea of a special character!
Oh interesting, didn’t realize they were created dynamically.
My experience with the hierarchy so far has been moving the cursor and tabbing to see more of the tree. The argument for...
@dnkl I'll put up some documentation hopefully sometime this week. Ya its a large unwieldy change sorry about that :(. Do you want more code comments as well or just public docs. If more code...
If someone wants to go down this path, here is the website of alternative dbus client libraries (what I used when deciding how to build this). They explicitly recommended using sd-dbus over...
-1 Thank you for your hard work... Tray is indeed a sorely missing feature, but i don't think systemd dependency is a desirable course for the project. Relying purely on dbus would be more...
@bagnaram Awesome! That index file is actually ill formed as according to the spec Name is required. You can fix and load it by adding
Name=Default. https://specifications.freedesktop.org/ic...
Update:
- Removed
check-has-icon-tag: trueand replaced it with new map grammar:+{icon_name}now does a special icon tag existence check. So it can be combined with other condition...
@dnkl No rush, it sat for 8 months already :). Just want it stable at least for myself and others.
Found the second bug related to it. Part of the parser invariant is calling group_handler at the beginning & end in addition to between each group. When
porting the parser over, I missed...
Thanks for testing @bagnaram. Since I can't reproduce the segfault and nothing immediately stands out to me as the offending error, getting a copy of the index.theme file can help. Can you...