Pavin Joseph
Pavin Joseph
@zmulk Cookies can be blocked for specific sites by the browser's own cookie manager/settings. [Docs ](https://support.google.com/chrome/answer/95647)for Chrome. > Blocking cookies completely sometimes prevents pages from loading properly. @Existencielle Good point,...
> share the login @kaie Sharing passwords is frowned upon, I did some tests with @thenktor's symlink method and it seems to work fine even when two users are simultaneously...
@TimDaub @marcastel I had success testing with iOS 14.4.2 and the Calendar app using Radicale 2.1.11 and 3.0.6. - Test 1 ❌ :: Adding calendar with the direct URL to...
> Is it a design choice not to detect readable calendars outside of /USERNAME/? Yes, it seems from the Radicale [docs](https://radicale.org/3.0.html#documentation/storage/manually-creating-collections). `Calendar and address book collections must not have any...
Run `radicale --verify-storage`. The upgrade checklist might come in handy: https://github.com/Kozea/Radicale/blob/3.0.1/NEWS.md#upgrade-checklist
@pawsey-kbuckley Run the command after upgrading to check for config & storage errors. You may run it more than once to check if everything is setup correctly. For more useful...
I have a systemd user service file for starting an init distrobox container. Perhaps it's applicable for your use as well. Create file `/etc/systemd/user/distrobox.service` with the following contents: ``` [Unit]...
> I thought there's a better solution instead of sleep. > Simply set the `After` and `Wants` directives to `[email protected]` or another appropriate service that triggers after user login. That's...
Could you try in a distrobox created using `--unshare-netns` flag?
@nafiz1001 Are you using the latest distrobox version 1.7.0 and the debian [toolbox](https://quay.io/organization/toolbx-images) image? Because I'm not able to reproduce the issue with those.