Changes between Version 21 and Version 22 of KDE
- Timestamp:
- Dec 9, 2014, 8:31:42 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
KDE
v21 v22 50 50 Typically, some components of a large application might not be found at run time, so the application will fail to start properly or will have missing functionality. As a small example, the Palapeli jigsaw-puzzle game in the kdegames4 port has an option to create puzzles from the user's own pictures, but the option will not work until kbuildsycoca4 has run and recorded Palapeli's slicer modules in the KDE software cache. 51 51 52 ==== Install kde4-workspace and qtcurve ==== 53 54 As described in the [wiki:KDEProblems/KDETickets#MajorlayoutissuesonOSX "Major layout issues on OSX" section of the KDE problems wiki page] is is necessary to avoid the 55 use of the default "Macintosh (Aqua)" theme for KDE: 56 {{{ 57 sudo install kde4-workspace qtcurve 58 kbuildsycoca4 59 }}} 60 and run the "systemsettings" application from OSX' Launchpad where you can configure QtCurve as your new KDE theme under 61 {{{ 62 Common Appearance and Behavior/Application Appearance/Style/Applications/Widget style 63 }}} 64 and you're ready to go. 65 66 52 67 == Installation location == 53 68