deliciouslytyped
deliciouslytyped
**Edit**: I figured this can't be that hard, I should try to make a PR myself. cc @nicolaprezza @karasikov because I can't figure out who would know the correct way...
Ok, looking at the output of `cmake --trace-expand ..` in `DYNAMIC/bin`, while patching to have the following (i.e. using source_dir): ``` ExternalProject_Add(hopscotch_map SOURCE_DIR "${CMAKE_SOURCE_DIR}/deps/hopscotch_map" CMAKE_ARGS -DCMAKE_INSTALL_PREFIX:PATH=${INSTALL_DIR} # TODO ADD static...
Open PR: https://github.com/xxsds/DYNAMIC/pull/28
To clarify an earlier point, the quote in the original posts shows duplicates with differring versions not only for hopscotch, but other submodules.
I also saw some lists by googling something along the lines of "languages on beam" earlier, but I don't have it in front of me.
Some more info: BAMF ( https://launchpad.net/bamf https://git.launchpad.net/bamf/ ) appears to use entries in desktop files to get icon file paths. Finding desktop files probably fails somehow on NixOS. However with...
Since GTK *appears* to expose functionality to get raw icon Pixbufs from existing windows (per https://valadoc.org/gtk+-3.0/Gtk.Window.get_icon.html ), I believe this would be the most reliable way to get icons for...
Hm. That seems a bit problematic. I don't know enough about how icon handling works to really say, but from what little I understand of NixOS there isn't really any...
Whats up with "quassel irc - #nixos (freenode) — quassel irc" though, shouldn't it just be "quassel" or something?
Since I forgot to link it earlier, here is d-feet https://nixos.org/nixos/packages.html#d-feet https://wiki.gnome.org/Apps/DFeet, which is an example of something that can be used to explore BAMF outputs. @jtojnar do you have...