Jeremy Newton
Jeremy Newton
Neat idea, but something to note about hipinfo is that the Debian packagers actually remove this file in their test packages, since it violates the Linux FHS (I think) and...
@cgmb Do you know how the Debian guys deal with this? I figure it might have come up, but I'm less versed in HIP.
Sorry I didn't forget about this, I was just a bit busy. I'm not 100% sure why it's replacing the I with İ. I opened the script with my system...
On fedora, Caffeine never gets disabled for me. I just assumed that the extension only enables when the program is opened, not closed. Is it supposed to disable it automatically?
Hmm, well I'm using 3.6/fedora 18 and I got the extension off of here: https://extensions.gnome.org/extension/517/caffeine/ It seems to happen with all applications, let me know if there's anything I can...
I guess I should also add "check_vendoring_approved(zlib-ng)"? I'm not sure how this logic works, so I didn't touch it.
Thanks! I noticed there's a linking error: /usr/bin/ld: ../DiscIO/libdiscio.a(CompressedBlob.cpp.o): undefined reference to symbol 'inflateEnd' So I guess I should have waited for the build to complete before pushing. I believe...
Hmm having trouble with this one... It keeps trying to link against the system libz instead of libz-ng, causing missing symbol issues.
Sorry for the delay. I rebased on the latest master and it looks like dolphin_find_optional_system_library_pkgconfig resolves all my issues.
@TellowKrinkle thanks for implementing this. It makes everything easier :)