Benedikt Heine

Results 131 comments of Benedikt Heine

> I've been invited to Berlin and I will meet them there. @ioncodes Any updates on here?

Well, if you want to have your stuff readable and in one `RUN`, simply follow the dockerfile best practices. There is no need to split it and squash it. ```Dockerfile...

I'm submitting a PR. Give me some time pls.

So, I also reviewed this part of the dockerfile (But I'm not touching these with the PR): - Also, there should be an `export DEBIAN_FRONTEND=noninteractive` in every `RUN` statement involving...

@mcapuccini Thanks for merging #312. But KIM the other points, I also have noted in my previous comment here.

@tsipinakis Yeah, we had been discussing previously about this. But I'm not sure, where. I know I had been starting to implement similar stuff with a date field (IIRC I...

Just run `dunst` in a terminal. What does it say?

What does ``` systemctl status --user dunst ``` report?

- Are you sure, that the sourced file actually gets executed? - Are you sure, that the `DISPLAY` variable is set, when `systemctl` is called? `DISPLAY` is definitely either unset...