-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
better way to enable/disable ANSI escape codes in messages #332
base: master
Are you sure you want to change the base?
Conversation
natmaka
commented
Jul 5, 2022
- better logcheck rules
- minor fixes/enhancements to the documentation
…-sync-daemon.in and psd.service: no ANSI escapes when logging
Can you squash into a single commit please |
I don't know how to squash (I tried, it fails, and I have no interest in exploring git), sorry |
Leave the first line as-is |
Users cannot delete a root-owned index directory unless it's empty/fixes graysky2#285
This is required to share the synced profiles with flatpak executables. $XDG_RUNTIME_DIR can't be shared, but specified directories inside it can, allowing flatpak-ed browsers to use psd. Keeps $PID_FILE in the same location for compatibility purposes.
This trailing slash prevents `psd` to form a proper dir-name for backup/overlay, so `psd` does not work properly with `surf`, issuing the message: `stat: cannot statx '~/.surf/-backup': No such file or directory`. `surf` keeps its config in "~/.surf". Before this fix, the resulting backup dir is "~/.surf/-backup", not "~/.surf-backup" as it should be. This means that `psd` tries to create a backup inside the dir which it supposed to make backup of. :) After removing this unfortunate '/', `psd` works with `surf` correctly, making proper dirs: '~/.surf-backup' and '~/.surf-back-ovfs'. | sync target: /home/elf/.surf | tmpfs dir: /run/user/1000/elf-surf Note, that none of other browser's configs (in "/usr/share/psd/browsers/*") contains such trailing '/'. Thanks for you work on this Daemon! : )
I 'squashed' as required, is it OK? |
There are still 34 commits in your PR: |
It failed again:
|