Philipp Emanuel Weidmann

Results 304 comments of Philipp Emanuel Weidmann

So the problem is in formatting an argument. It's calling `readCString` so we might be reading out of bounds here. Unfortunately, I cannot tell which syscall is the problem from...

Cygwin actually contains an [`strace` implementation](http://cygwin.com/cygwin-ug-net/strace.html). Since `maybe`, like `strace`, relies on ptrace, at least in theory `maybe` could work under Cygwin. I have no way to test this though,...

Thank you for bringing this up; there is actually a bit more to this issue than it may seem. Aliases are managed by the shell, for example using bash's `alias`...

Plotinus isn't dead, it's done. It does what I created it to do and I'm not aware of any major bugs. Unfortunately, [GTK4 has dropped support for modules](https://github.com/p-e-w/plotinus/issues/35), which means...

Thank you *very* much for pointing this out! I have posted a question to gtk-devel-list [here](https://mail.gnome.org/archives/gtk-devel-list/2018-February/msg00038.html), which already has received a reply from a GTK+ core developer. The bottom line,...

Thank you for contributing to this discussion, @lestcape! Unfortunately, all of these options have severe downsides, not the least of them being that they would all essentially require a complete...

Please file an issue with the downstream Arch package. The problem is almost certainly there as Plotinus touches nothing even remotely related to login.

These features look really cool at first, so it is with a heavy heart that I must tell you that I will not merge this PR. I had considered adding...

Apparently your system already has a GTK+ module set, whose path is overridden by the environment variable. The solution is to remove the line from `/etc/environment`, then check the value...

The biggest issue with any sort of automatic installation is [getting the environment variable right](https://github.com/p-e-w/plotinus#enabling-plotinus-in-applications). We would need to set `GTK3_MODULES` globally, while respecting existing modules already found in it,...