From 9e7bd9be8312672c72251027db4e63df6fe6f550 Mon Sep 17 00:00:00 2001 From: Erik Verbruggen Date: Thu, 10 Feb 2022 16:13:34 +0100 Subject: macOS: Fix path comparison in launch-on-startup code When checking if the client is auto-started, the list of all login-items is retrieved, and each item is compared to the path of the .app bundle. This comparison needs to be done ignoring the case, as most macOS file systems are case-insensitive. https://github.com/owncloud/client/issues/9387 --- changelog/unreleased/9387 | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changelog/unreleased/9387 (limited to 'changelog') diff --git a/changelog/unreleased/9387 b/changelog/unreleased/9387 new file mode 100644 index 000000000..86f511646 --- /dev/null +++ b/changelog/unreleased/9387 @@ -0,0 +1,7 @@ +Bugfix: Fix toggling launch-on-login for macOS + +This would fail when upgrading the application, and the upgraded version +has one or more letters in the name changed from/to upper-case. + +https://github.com/owncloud/client/issues/9387 +https://github.com/owncloud/client/pull/9433 -- cgit v1.2.3