Mac: Difference between revisions

From KDE Community Wiki
(Describe how to open KDE apps)
 
(78 intermediate revisions by 19 users not shown)
Line 1: Line 1:
= KDE on Mac OSX =
== Application Bundles ==


This is the community page for the KDE on Mac team. It is also a stand-in for the http://mac.kde.org website which is currently very outdated and so has been taken offline.
Several KDE applications have downloads with application bundles for macOS available.


== Installing KDE on Mac OSX ==
* [https://www.digikam.org/download/binary/#MacOS digiKam]


KDE does not currently provide binary downloads for Mac OSX.  Instead you need to build KDE for yourself from source.  The easiest way to do this is to use one of the Mac build systems which will automatically resolve all the dependencies for you. Unfortunately, this can be a very long process, taking up to 2 or more days.
* [https://kate-editor.org/get-it/ Kate & KWrite]


=== Installing using MacPorts ===
* [https://krita.org/en/download/krita-desktop/ Krita]


* http://www.macports.org/
* [https://kmymoney.org/download.html KMyMoney]


As at 23 June 2011, MacPorts has KDE 4.6.4 and KDE 3.5.10 available for installation.  Note that KDE3 is unsupported by both KDE and MacPorts.
* [https://labplot.kde.org/download/ LabPlot]


Instructions are provided on TechBase for [http://techbase.kde.org/Getting_Started/Build/Mac_OS_X/MacPorts installing a development environment using MacPorts]. If you just want a user installation then just skip the final 'Configure your KDE development environment' section.
* [https://kdenlive.org/download/ Kdenlive]


=== Installing using Fink ===
Additional macOS installers of KDE applications are available at https://cdn.kde.org/ci-builds/ .


* http://www.finkproject.org/
See also https://apps.kde.org/platforms/macos .


As at 23 June 2011, MacPorts has KDE 4.4.1 and KDE 3.5.10 available for installation.  Note that KDE3 is unsupported by both KDE and Fink.
== Install KDE apps on macOS ==


=== Applications ===
[[File:MacOS-gatekeeper-warning.jpg|thumb|alt=Message dialog: "Apple can’t check app for malicious software"]]


Some KDE applications provide a standalone installer, usually in a Qt only mode and missing some KDE integration features.
Apple is very strict about running apps downloaded from the internet. KDE apps are signed, but for technical limitations on the KDE infrastructure not yet notarized. Notarization means that the app is send to Apple to check it.


* [http://edu.kde.org/marble/download.php Marble Virtual Globe]
Hence you will likely see a message "Apple can’t check app for malicious software" when trying to open a KDE app.


== Running KDE Applications ==
To open your app anyway follow these steps:


The applications should be run from the Finder, you can find them in /Applications/KDE4.
# In the Finder on your Mac, locate the app you want to open. Don’t use Launchpad to locate the app.
# Open the shortcut menu by right-click to the app icon or by holding the <keycap>Control</keycap> key and left-click.
# Choose <menuchoice>Open</menuchoice> from the shortcut menu.
# A message dialog opens. Click Open.


Sometimes, Installer.app fails to run the post-install. If things are acting funny, try running these two commands in a terminal:
The app is saved as an exception to your security settings, and from now on you can open it at any time by double-clicking it, just as you do with any registered app.


launchctl load /Library/LaunchAgents/org.freedesktop.dbus-session.plist
For further instructions see Apples support page: https://support.apple.com/guide/mac-help/mchleab3a043/mac
/opt/local/bin/kbuildsycoca4


== Getting Help ==
<br clear=all>


IRC:
== Getting in Touch ==
* #kde-mac


Mailing list:
* IRC: [irc://irc.libera.chat/kde-mac #kde-mac] on Libera Chat
* https://mail.kde.org/mailman/listinfo/kde-mac


Forums:
* Mailing list: [mailto:[email protected] [email protected]] ([https://mail.kde.org/mailman/listinfo/kde-mac  subscribe], [http://lists.kde.org/?l=kde-mac&r=1&w=2 archives])
* http://forum.kde.org/viewforum.php?f=60


Bugs:
* Forums: https://discuss.kde.org/search?q=macos
* [http://bugs.kde.org/buglist.cgi?query_format=advanced&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=NEEDSINFO&op_sys=OS+X bugs.kde.org]


== TechBase Pages ==
== Development & Alternative Installation Methods ==
* [[Get_Involved/development/Mac|Build from source]].
* [[Mac/MacPorts_Fink_Homebrew|Installing KDE software via MacPorts/Fink/Homebrew]].


Many of these TechBase pages are outdated, most of the content is no longer valid and should be moved to community and/or deleted.  Please use with care.


* http://techbase.kde.org/Getting_Started/Build/Mac_OS_X
__NOTOC__
* http://techbase.kde.org/Getting_Started/Build/Mac_OS_X/MacPorts
* http://techbase.kde.org/Projects/KDE_on_Mac_OS_X/KDE_3
* http://techbase.kde.org/Projects/KDE_on_Mac_OS_X/TODO
* http://techbase.kde.org/Projects/KDE_on_Mac_OS_X/Tips_On_Building
* http://techbase.kde.org/Projects/KDE_on_Mac_OS_X/Macbook_Manifesto
 
== Old Website ==
 
The old website can still be found in subversion
 
http://websvn.kde.org/trunk/www/sites/mac/

Latest revision as of 13:36, 10 March 2024

Application Bundles

Several KDE applications have downloads with application bundles for macOS available.

Additional macOS installers of KDE applications are available at https://cdn.kde.org/ci-builds/ .

See also https://apps.kde.org/platforms/macos .

Install KDE apps on macOS

Message dialog: "Apple can’t check app for malicious software"

Apple is very strict about running apps downloaded from the internet. KDE apps are signed, but for technical limitations on the KDE infrastructure not yet notarized. Notarization means that the app is send to Apple to check it.

Hence you will likely see a message "Apple can’t check app for malicious software" when trying to open a KDE app.

To open your app anyway follow these steps:

  1. In the Finder on your Mac, locate the app you want to open. Don’t use Launchpad to locate the app.
  2. Open the shortcut menu by right-click to the app icon or by holding the Control key and left-click.
  3. Choose Open from the shortcut menu.
  4. A message dialog opens. Click Open.

The app is saved as an exception to your security settings, and from now on you can open it at any time by double-clicking it, just as you do with any registered app.

For further instructions see Apples support page: https://support.apple.com/guide/mac-help/mchleab3a043/mac


Getting in Touch

Development & Alternative Installation Methods