Skip to content

Optimization for executable path and resource path on macOS

Weixuan Xiao requested to merge wxiao/kdeconnect-kde:macos-base-path-fix into master
  1. Use QCoreApplication::applicationDirPath() and QStandardPaths to find executable path on macOS, rather than CFBundleCopyBundleURL. This can prevent us from linking CoreFoundation.

  2. Make it possible to launch kdeconnect-indicator, then kdeconectd and dbus-daemon automatically.

  3. Just ignore icon not found in Craft dev env.

Edited by Weixuan Xiao

Merge request reports