Timo Gurr

Results 80 comments of Timo Gurr

Thanks for clarification, I'm asking because I'd like to package knossos for our distribution and we usually use PyPI as download/upstream location for Python packages where possible/available. They often reduce...

Personally I'd go with `/run/snapserver/snapfifo` as neither `/run/snapfifo` nor `/var/run/snapfifo` work for me on systemd 243, fails with: ``` [...] Okt 21 17:50:28 localhost snapserver[401814]: 2019-10-21 17-50-28 [Notice] StreamServer::start: failed...

@badaix It should work well for systemd on different distributions, I can't make an assumption for devuan though. Afaik e.g. openrc on Gentoo also supports systemd tmpfiles. For the initial...

> @tgurr how did you install these other dependencies? I'm getting all kinds of errors installing `pip3 install dbus-python PyGObject`; there seems to be a heap of third-party dependencies required...

Same for 28.0.0-beta2 obviously, the actual error output: ``` [...] Installing OBS rundir cd /var/tmp/paludis/build/media-video-obs-studio-28.0.0-beta2/work/build/libobs && /usr/x86_64-pc-linux-gnu/bin/cmake --install .. --config None --prefix /var/tmp/paludis/build/media-video-obs-studio-28.0.0-beta2/work/build/rundir/None --component obs_libobs > /dev/null make[2]: Leaving directory...

@PatTheMav according to CMake docs it's perfectly fine to pass absolute paths to `CMAKE_INSTALL_` see https://cmake.org/cmake/help/latest/module/GNUInstallDirs.html#module:GNUInstallDirs ``` CMAKE_INSTALL_ Destination for files of a given type. This value may be passed...

> I will rename the `mumble-server` executable back to `murmurd` until this is resolved in the Arch Linux package. FYI I did exactly the same as well for the Exherbo...

Even more so a reason that the partly renaming shouldn't have been added half-baked in the first place and obviously things haven't been reverted for the new version as well....

Apart from the duration, are you able to fix it to at least display the tooltip no matter if having clicked on it? Like for example working just fine here...

Not really sure why things like these should matter at all as an admin can also just use curl to get the information directly from the existing API which synapse-admin...