umläute

Results 250 comments of umläute

i'm using the `mattermost/mattermost-prod-db` image (which i think comes with PostgreSQL-9.4). also, i think i got this when i only put the hostname in the `tcp()` clause (and not the...

@parsifallo but without `tcp()` this is just as the documentation says, no? btw, if i actually *build* the images (rather than use the `mattermost/mattermost-team-edition:latest`) it works for me as documented...

saving works here. I'm using the version that comes with Debian (`0.9.17~dfsg0-3`, which is *0.9.17* with some additional patches, most of which have been included in upstream). If you are...

@jobez which system? which Qt?

@cyberic99 IIRC, the template files *must* be in `./Tools/Templates`/, relative to the `iannix` executable. both the *make install* target is quite broken (as it requires a folder `/usr/local/bin/Tools/Templates/`) and you...

Actually, the search-path is constructed via `Application::pathApplication.absoluteFilePath() + "/Tools/"`, so it should be pretty easy to make the current behaviour overridable somewhere around [iannixapp.cpp:100](https://github.com/buzzinglight/IanniX/blob/6d15cf694c5dc9e958bc4617811ff07d75326d81/iannixapp.cpp#L97).

@dvzrv well, iannix *is* already shipped as a Debian package, so it is obviously possible to ship it as a package "on Linux" (although the Debian package fixes the problem)

sure. also i'm not saying that this shouldn't be fixed upstream. (i was mainly commenting on the somewhat exclusive use of "Linux" to mean *your favorite distro* :-))

the original response (from 2008) by @erikd has been [this](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=488065#10): > If someone can find any information about ACT I will see if I can implement. > Unfortunately, the only...

even though i personally despise CMake and very much prefer autotools, i completely agree (as hinted in the original post) that it's better to remove autotools than to have it...