Max
Max
LGTM! :) @koekeishiya I stumbled upon this, too, and it took me a couple of minutes to figure it out.
thanks for your suggestions! The `_` is now replaced with a `-` in the `.glade` file as you suggested. Other points: 1. commits are squashed into one. 2. I ran...
I agree with @dpc's rules of thumb for the logging levels. Personally, I only want to see the cli-output/cli-error and no log lines in my terminal and much rather open...
ah yes, that would be unusual for a one-shot cli tool. ok, sounds good :+1:
> Wouldn't control + s = save according to pattern, control + shift + s = save with dialog box be a good solution? yes. This is also the solution...
I had some time again, so I continued here. so `_("_Cancel")` and similar need to be translated as usual, afaiu. ([example in use in thunar](https://github.com/xfce-mirror/thunar/blob/f6a463cc17c3a5269b5cba4aa5930819a062b582/thunar/thunar-dialogs.c#L98) with [the translation](https://github.com/xfce-mirror/thunar/blob/f6a463cc17c3a5269b5cba4aa5930819a062b582/po/de.po#L309)) I added...
``` c // set locales according to environment variables setlocale(LC_ALL, ""); ``` The default of `LC_ALL` is `C`. How the new value is set is well described in the manpage....
> Thank you @Maaxxs. I'll have a look when I get some time. Sure. Thanks! > You can definitely keep "force pushing", it's your branch on your own fork you...
hi @jtheoof have you had time for another look at this?
nice to see some activity here. Not sure what I can do to push this further. I'm running with these changes since I proposed them and so far (~2 years...