diff options
| author | Tobias C. Berner <tcberner@FreeBSD.org> | 2025-02-02 16:24:40 +0000 |
|---|---|---|
| committer | Gleb Popov <arrowd@FreeBSD.org> | 2025-02-03 17:02:42 +0000 |
| commit | b44569f1372dcc68678d82143c83da4df54afde7 (patch) | |
| tree | 6088ba8e527e3248d18f3f41278e7b74b457e9bf /x11 | |
| parent | 379a571b580c6f4a0b05e7af6a7fb9aee0ce3c2a (diff) | |
KDE: It goes to 6!
This megacommit merges all the work from https://github.com/freebsd/freebsd-ports-kde/tree/kde-it_goes_to_6
Specifically:
- KDE Plasma 6 ports updated to 6.2.5
- KDE Applications ports updated to 24.12.0
- Development ports of KDE Applications removed
- A lot of various ports switched to Qt 6 by default
- Some KDE Frameworks 5 and Plasma 5 ports are adapted to be coinstallable
with their 6 counterparts
PR: 284351
Exp-run by: antoine
Pull Request: https://github.com/freebsd/freebsd-ports/pull/341
Co-authored-by: Max Brazhnikov <makc@FreeBSD.org>
Co-authored-by: Kenneth Raplee <kenrap@kennethraplee.com>
Co-authored-by: Jason E. Hale <jhale@FreeBSD.org>
Co-authored-by: Gleb Popov <arrowd@FreeBSD.org>
Diffstat (limited to 'x11')
80 files changed, 374 insertions, 12795 deletions
diff --git a/x11/Makefile b/x11/Makefile index f7686018b600..5f05ec6aaf79 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -145,8 +145,7 @@ SUBDIR += kanshi SUBDIR += kb2mb2 SUBDIR += kde-baseapps - SUBDIR += kde5 - SUBDIR += kde6 + SUBDIR += kde SUBDIR += kdisplay SUBDIR += keybinder SUBDIR += keybinder-gtk3 @@ -173,7 +172,6 @@ SUBDIR += kickoff SUBDIR += kitty SUBDIR += konsole - SUBDIR += konsole-devel SUBDIR += lavalauncher SUBDIR += lemonbar SUBDIR += lemonbar-xft @@ -320,17 +318,6 @@ SUBDIR += pixman SUBDIR += plank SUBDIR += plasma-wayland-protocols - SUBDIR += plasma5-kactivitymanagerd - SUBDIR += plasma5-kgamma5 - SUBDIR += plasma5-kscreen - SUBDIR += plasma5-kwayland-integration - SUBDIR += plasma5-layer-shell-qt - SUBDIR += plasma5-libkscreen - SUBDIR += plasma5-plasma - SUBDIR += plasma5-plasma-bigscreen - SUBDIR += plasma5-plasma-desktop - SUBDIR += plasma5-plasma-integration - SUBDIR += plasma5-plasma-workspace SUBDIR += plasma6-kactivitymanagerd SUBDIR += plasma6-kgamma SUBDIR += plasma6-kglobalacceld diff --git a/x11/kde-baseapps/Makefile b/x11/kde-baseapps/Makefile index 11d659df6d0d..52ef8beb0477 100644 --- a/x11/kde-baseapps/Makefile +++ b/x11/kde-baseapps/Makefile @@ -1,13 +1,12 @@ PORTNAME= kde-baseapps DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 2 CATEGORIES= x11 kde MAINTAINER= kde@FreeBSD.org COMMENT= KDE5 baseapps meta port WWW= https://www.kde.org/applications// -USES= kde:5 metaport +USES= kde:6 metaport RUN_DEPENDS= dolphin>=${KDE_APPLICATIONS_VERSION}:x11-fm/dolphin \ gwenview>=${KDE_APPLICATIONS_VERSION}:graphics/gwenview \ kate>=${KDE_APPLICATIONS_VERSION}:editors/kate \ diff --git a/x11/kde5/Makefile b/x11/kde/Makefile index 29c1315b77e4..8dc6f6a52df5 100644 --- a/x11/kde5/Makefile +++ b/x11/kde/Makefile @@ -1,6 +1,5 @@ -PORTNAME= kde5 +PORTNAME= kde DISTVERSION= ${KDE_PLASMA_VERSION}.${KDE_APPLICATIONS_VERSION} -PORTREVISION= 2 CATEGORIES= x11 kde MAINTAINER= kde@FreeBSD.org @@ -9,15 +8,14 @@ WWW= https://www.kde.org RUN_DEPENDS= kde-baseapps>=0:x11/kde-baseapps \ kwalletmanager5:security/kwalletmanager \ - plasma5-plasma>=0:x11/plasma5-plasma + plasma6-plasma>=0:x11/plasma6-plasma \ + kf6-frameworks>=0:x11/kf6-frameworks -USES= kde:5 metaport qt:5 +USES= kde:6 metaport qt:6 USE_QT= # empty -OPTIONS_DEFINE= KDEADMIN KDEEDU \ - KDEGAMES KDEGRAPHICS KDEMULTIMEDIA KDENETWORK \ - KDEPIM KDEUTILS \ - PULSEAUDIO +OPTIONS_DEFINE= KDEADMIN KDEEDU KDEGAMES KDEGRAPHICS KDEMULTIMEDIA KDENETWORK \ + KDEPIM KDEUTILS PULSEAUDIO OPTIONS_DEFAULT=${OPTIONS_DEFINE:NPULSEAUDIO} diff --git a/x11/kde5/pkg-descr b/x11/kde/pkg-descr index d8d766890d1b..2bab1cb17d0e 100644 --- a/x11/kde5/pkg-descr +++ b/x11/kde/pkg-descr @@ -6,4 +6,4 @@ This package does not contain anything by itself -- it is a to require dependencies so users can install this package only and have all the KDE stuff pulled in by the port/package dependency mechanism. -x11/kde5 contains current KDE Frameworks, Plasma Desktop and Applications. +x11/kde contains current KDE Frameworks, Plasma Desktop and Applications. diff --git a/x11/kde6/Makefile b/x11/kde6/Makefile deleted file mode 100644 index bdd6a5a7efbd..000000000000 --- a/x11/kde6/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -PORTNAME= kde6 -DISTVERSION= ${KDE_PLASMA_VERSION}.${KDE_APPLICATIONS_VERSION} -CATEGORIES= x11 kde kde-devel - -MAINTAINER= kde@FreeBSD.org -COMMENT= KDE Plasma Desktop and Applications (current) -WWW= https://www.kde.org - -RUN_DEPENDS= plasma6-plasma>0:x11/plasma6-plasma \ - kf6-frameworks>0:x11/kf6-frameworks \ - kate-devel>0:editors/kate-devel \ - dolphin-devel>0:x11-fm/dolphin-devel \ - konsole-devel>0:x11/konsole-devel \ - gwenview-devel>0:graphics/gwenview-devel - -USES= kde:6 metaport qt:6 -USE_QT= # empty - -.include <bsd.port.mk> diff --git a/x11/kde6/pkg-descr b/x11/kde6/pkg-descr deleted file mode 100644 index 64f2b7ad5866..000000000000 --- a/x11/kde6/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -KDE is a powerful Free Software graphical desktop environment for Linux -and Unix workstations. - -This package does not contain anything by itself -- it is a -"meta-port" that depends on other KDE packages. Its sole purpose is -to require dependencies so users can install this package only and -have all the KDE stuff pulled in by the port/package dependency mechanism. - -x11/kde6 contains the future KDE Frameworks, Plasma Desktop and Applications. diff --git a/x11/kf5-frameworks/Makefile b/x11/kf5-frameworks/Makefile index a939f18d02fa..6b6478efe27a 100644 --- a/x11/kf5-frameworks/Makefile +++ b/x11/kf5-frameworks/Makefile @@ -8,8 +8,7 @@ COMMENT= KF5 frameworks meta port WWW= https://api.kde.org/frameworks/index.html USES= metaport kde:5 qt:5 -# remove bluez-qt as we do not have bluez -USE_KDE= ${_USE_FRAMEWORKS_ALL:Nbluez-qt} +USE_KDE= ${_USE_FRAMEWORKS_ALL} # pull bsd.qt.mk for QT_PLUGINDIR in the kf5-dependencies USE_QT= # diff --git a/x11/kf5-kglobalaccel/Makefile b/x11/kf5-kglobalaccel/Makefile index d3691f18463a..6ae4a7f97140 100644 --- a/x11/kf5-kglobalaccel/Makefile +++ b/x11/kf5-kglobalaccel/Makefile @@ -1,10 +1,13 @@ PORTNAME= kglobalaccel DISTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde kde-frameworks MAINTAINER= kde@FreeBSD.org COMMENT= KF5 library to add support for global workspace shortcuts +DEPRECATED= has its functionality stripped compared to a kf6 variant + LIB_DEPENDS= libxcb-keysyms.so:x11/xcb-util-keysyms USES= cmake compiler:c++11-lib kde:5 qt:5 tar:xz xorg @@ -15,4 +18,7 @@ USE_QT= core dbus gui linguisttools widgets x11extras \ buildtools:build qmake:build testlib:build USE_XORG= x11 xcb +# KF6 coinstallability +CMAKE_ON= KF6_COMPAT_BUILD + .include <bsd.port.mk> diff --git a/x11/kf5-kglobalaccel/pkg-plist b/x11/kf5-kglobalaccel/pkg-plist index 711aeca1dc70..8a41218c50ee 100644 --- a/x11/kf5-kglobalaccel/pkg-plist +++ b/x11/kf5-kglobalaccel/pkg-plist @@ -1,13 +1,13 @@ -bin/kglobalaccel5 +@comment bin/kglobalaccel5 include/KF5/KGlobalAccel/KGlobalAccel include/KF5/KGlobalAccel/KGlobalShortcutInfo include/KF5/KGlobalAccel/kglobalaccel.h include/KF5/KGlobalAccel/kglobalaccel_export.h +include/KF5/KGlobalAccel/kglobalaccel_version.h include/KF5/KGlobalAccel/kglobalshortcutinfo.h include/KF5/KGlobalAccel/private/kf5globalaccelprivate_export.h include/KF5/KGlobalAccel/private/kglobalaccel_interface.h include/KF5/KGlobalAccel/private/kglobalacceld.h -include/KF5/KGlobalAccel/kglobalaccel_version.h lib/cmake/KF5GlobalAccel/KF5GlobalAccelConfig.cmake lib/cmake/KF5GlobalAccel/KF5GlobalAccelConfigVersion.cmake lib/cmake/KF5GlobalAccel/KF5GlobalAccelTargets-%%CMAKE_BUILD_TYPE%%.cmake @@ -17,13 +17,13 @@ lib/libKF5GlobalAccel.so.5 lib/libKF5GlobalAccel.so.%%KDE_FRAMEWORKS_VERSION%% lib/libKF5GlobalAccelPrivate.so.5 lib/libKF5GlobalAccelPrivate.so.%%KDE_FRAMEWORKS_VERSION%% -%%QT_PLUGINDIR%%/org.kde.kglobalaccel5.platforms/KF5GlobalAccelPrivateXcb.so +@comment %%QT_PLUGINDIR%%/org.kde.kglobalaccel5.platforms/KF5GlobalAccelPrivateXcb.so %%QT_MKSPECDIR%%/modules/qt_KGlobalAccel.pri -lib/systemd/user/plasma-kglobalaccel.service +@comment lib/systemd/user/plasma-kglobalaccel.service share/dbus-1/interfaces/kf5_org.kde.KGlobalAccel.xml share/dbus-1/interfaces/kf5_org.kde.kglobalaccel.Component.xml -share/dbus-1/services/org.kde.kglobalaccel.service -share/kservices5/kglobalaccel5.desktop +@comment share/dbus-1/services/org.kde.kglobalaccel.service +@comment share/kservices5/kglobalaccel5.desktop share/locale/af/LC_MESSAGES/kglobalaccel5_qt.qm share/locale/ar/LC_MESSAGES/kglobalaccel5_qt.qm share/locale/as/LC_MESSAGES/kglobalaccel5_qt.qm diff --git a/x11/kf5-plasma-framework/Makefile b/x11/kf5-plasma-framework/Makefile index fd21e01547a4..b818d5bad768 100644 --- a/x11/kf5-plasma-framework/Makefile +++ b/x11/kf5-plasma-framework/Makefile @@ -1,10 +1,13 @@ PORTNAME= plasma-framework DISTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde kde-frameworks MAINTAINER= kde@FreeBSD.org COMMENT= KF5 plugin based UI runtime used to write user interfaces +DEPRECATED= has its functionality stripped compared to a kf6 variant + USES= cmake compiler:c++11-lib gettext gl kde:5 pkgconfig qt:5 \ tar:xz xorg USE_GL= egl gl @@ -18,4 +21,7 @@ USE_QT= concurrent core dbus declarative gui network sql svg widgets \ buildtools:build qmake:build USE_XORG= ice sm x11 xcb xext xrandr +# KF6 coinstallability +CMAKE_OFF= BUILD_DESKTOPTHEMES + .include <bsd.port.mk> diff --git a/x11/kf5-plasma-framework/pkg-plist b/x11/kf5-plasma-framework/pkg-plist index a60f46ef39d5..53dda699e417 100644 --- a/x11/kf5-plasma-framework/pkg-plist +++ b/x11/kf5-plasma-framework/pkg-plist @@ -404,297 +404,297 @@ share/man/pt/man1/plasmapkg2.1.gz share/man/pt_BR/man1/plasmapkg2.1.gz share/man/sv/man1/plasmapkg2.1.gz share/man/uk/man1/plasmapkg2.1.gz -share/plasma/desktoptheme/air/colors -share/plasma/desktoptheme/air/dialogs/background.svgz -share/plasma/desktoptheme/air/dialogs/kickoff.svgz -share/plasma/desktoptheme/air/dialogs/krunner.svgz -share/plasma/desktoptheme/air/icons/akonadi.svgz -share/plasma/desktoptheme/air/icons/akregator.svgz -share/plasma/desktoptheme/air/icons/amarok.svgz -share/plasma/desktoptheme/air/icons/applications.svgz -share/plasma/desktoptheme/air/icons/apport.svgz -share/plasma/desktoptheme/air/icons/audio.svgz -share/plasma/desktoptheme/air/icons/battery.svgz -share/plasma/desktoptheme/air/icons/bookmarks.svgz -share/plasma/desktoptheme/air/icons/computer.svgz -share/plasma/desktoptheme/air/icons/configure.svgz -share/plasma/desktoptheme/air/icons/device.svgz -share/plasma/desktoptheme/air/icons/edit.svgz -share/plasma/desktoptheme/air/icons/kdeconnect.svgz -share/plasma/desktoptheme/air/icons/keyboard.svgz -share/plasma/desktoptheme/air/icons/kget.svgz -share/plasma/desktoptheme/air/icons/klipper.svgz -share/plasma/desktoptheme/air/icons/konv_message.svgz -share/plasma/desktoptheme/air/icons/konversation.svgz -share/plasma/desktoptheme/air/icons/kopete.svgz -share/plasma/desktoptheme/air/icons/korgac.svgz -share/plasma/desktoptheme/air/icons/kpackagekit.svgz -share/plasma/desktoptheme/air/icons/ktorrent.svgz -share/plasma/desktoptheme/air/icons/nepomuk.svgz -share/plasma/desktoptheme/air/icons/network.svgz -share/plasma/desktoptheme/air/icons/notification.svgz -share/plasma/desktoptheme/air/icons/preferences.svgz -share/plasma/desktoptheme/air/icons/printer.svgz -share/plasma/desktoptheme/air/icons/quassel.svgz -share/plasma/desktoptheme/air/icons/slc.svgz -share/plasma/desktoptheme/air/icons/start.svgz -share/plasma/desktoptheme/air/icons/system.svgz -share/plasma/desktoptheme/air/icons/view.svgz -share/plasma/desktoptheme/air/icons/wallet.svgz -share/plasma/desktoptheme/air/metadata.json -share/plasma/desktoptheme/air/opaque/dialogs/background.svgz -share/plasma/desktoptheme/air/opaque/dialogs/krunner.svgz -share/plasma/desktoptheme/air/opaque/widgets/extender-background.svgz -share/plasma/desktoptheme/air/opaque/widgets/panel-background.svgz -share/plasma/desktoptheme/air/opaque/widgets/tooltip.svgz -share/plasma/desktoptheme/air/plasmarc -share/plasma/desktoptheme/air/translucent/dialogs/background.svgz -share/plasma/desktoptheme/air/translucent/dialogs/krunner.svgz -share/plasma/desktoptheme/air/translucent/widgets/background.svgz -share/plasma/desktoptheme/air/translucent/widgets/extender-background.svgz -share/plasma/desktoptheme/air/translucent/widgets/panel-background.svgz -share/plasma/desktoptheme/air/translucent/widgets/tooltip.svgz -share/plasma/desktoptheme/air/widgets/action-overlays.svgz -share/plasma/desktoptheme/air/widgets/actionbutton.svgz -share/plasma/desktoptheme/air/widgets/analog_meter.svgz -share/plasma/desktoptheme/air/widgets/arrows.svgz -share/plasma/desktoptheme/air/widgets/background.svgz -share/plasma/desktoptheme/air/widgets/bar_meter_horizontal.svgz -share/plasma/desktoptheme/air/widgets/bar_meter_vertical.svgz -share/plasma/desktoptheme/air/widgets/branding.svgz -share/plasma/desktoptheme/air/widgets/busywidget.svgz -share/plasma/desktoptheme/air/widgets/button.svgz -share/plasma/desktoptheme/air/widgets/checkmarks.svgz -share/plasma/desktoptheme/air/widgets/clock.svgz -share/plasma/desktoptheme/air/widgets/containment-controls.svgz -share/plasma/desktoptheme/air/widgets/dragger.svgz -share/plasma/desktoptheme/air/widgets/frame.svgz -share/plasma/desktoptheme/air/widgets/glowbar.svgz -share/plasma/desktoptheme/air/widgets/identiconshapes.svgz -share/plasma/desktoptheme/air/widgets/identicontheme.svgz -share/plasma/desktoptheme/air/widgets/labeltexture.svgz -share/plasma/desktoptheme/air/widgets/line.svgz -share/plasma/desktoptheme/air/widgets/lineedit.svgz -share/plasma/desktoptheme/air/widgets/listitem.svgz -share/plasma/desktoptheme/air/widgets/media-delegate.svgz -share/plasma/desktoptheme/air/widgets/monitor.svgz -share/plasma/desktoptheme/air/widgets/pager.svgz -share/plasma/desktoptheme/air/widgets/panel-background.svgz -share/plasma/desktoptheme/air/widgets/picker.svgz -share/plasma/desktoptheme/air/widgets/plot-background.svgz -share/plasma/desktoptheme/air/widgets/scrollbar.svgz -share/plasma/desktoptheme/air/widgets/scrollwidget.svgz -share/plasma/desktoptheme/air/widgets/slider.svgz -share/plasma/desktoptheme/air/widgets/systemtray.svgz -share/plasma/desktoptheme/air/widgets/tabbar.svgz -share/plasma/desktoptheme/air/widgets/tasks.svgz -share/plasma/desktoptheme/air/widgets/toolbar.svgz -share/plasma/desktoptheme/air/widgets/toolbox.svgz -share/plasma/desktoptheme/air/widgets/tooltip.svgz -share/plasma/desktoptheme/air/widgets/translucentbackground.svgz -share/plasma/desktoptheme/air/widgets/viewitem.svgz -share/plasma/desktoptheme/breeze-dark/colors -share/plasma/desktoptheme/breeze-dark/metadata.json -share/plasma/desktoptheme/breeze-dark/plasmarc -share/plasma/desktoptheme/breeze-light/colors -share/plasma/desktoptheme/breeze-light/metadata.json -share/plasma/desktoptheme/breeze-light/plasmarc -share/plasma/desktoptheme/default/dialogs/background.svgz -share/plasma/desktoptheme/default/icons/akonadi.svgz -share/plasma/desktoptheme/default/icons/akregator.svgz -share/plasma/desktoptheme/default/icons/amarok.svgz -share/plasma/desktoptheme/default/icons/applications.svgz -share/plasma/desktoptheme/default/icons/apport.svgz -share/plasma/desktoptheme/default/icons/audio.svgz -share/plasma/desktoptheme/default/icons/battery.svgz -share/plasma/desktoptheme/default/icons/bookmarks.svgz -share/plasma/desktoptheme/default/icons/cantata.svgz -share/plasma/desktoptheme/default/icons/computer.svgz -share/plasma/desktoptheme/default/icons/configure.svgz -share/plasma/desktoptheme/default/icons/device.svgz -share/plasma/desktoptheme/default/icons/disk.svgz -share/plasma/desktoptheme/default/icons/distribute.svgz -share/plasma/desktoptheme/default/icons/document.svgz -share/plasma/desktoptheme/default/icons/drive.svgz -share/plasma/desktoptheme/default/icons/edit.svgz -share/plasma/desktoptheme/default/icons/fcitx.svgz -share/plasma/desktoptheme/default/icons/go.svgz -share/plasma/desktoptheme/default/icons/ime.svgz -share/plasma/desktoptheme/default/icons/input.svgz -share/plasma/desktoptheme/default/icons/kalarm.svgz -share/plasma/desktoptheme/default/icons/kdeconnect.svgz -share/plasma/desktoptheme/default/icons/keyboard.svgz -share/plasma/desktoptheme/default/icons/kget.svgz -share/plasma/desktoptheme/default/icons/kgpg.svgz -share/plasma/desktoptheme/default/icons/kleopatra.svgz -share/plasma/desktoptheme/default/icons/klipper.svgz -share/plasma/desktoptheme/default/icons/kmail.svgz -share/plasma/desktoptheme/default/icons/konv_message.svgz -share/plasma/desktoptheme/default/icons/konversation.svgz -share/plasma/desktoptheme/default/icons/kopete.svgz -share/plasma/desktoptheme/default/icons/korgac.svgz -share/plasma/desktoptheme/default/icons/kpackagekit.svgz -share/plasma/desktoptheme/default/icons/kruler.svgz -share/plasma/desktoptheme/default/icons/kteatime.svgz -share/plasma/desktoptheme/default/icons/ktorrent.svgz -share/plasma/desktoptheme/default/icons/kup.svgz -share/plasma/desktoptheme/default/icons/list.svgz -share/plasma/desktoptheme/default/icons/mail.svgz -share/plasma/desktoptheme/default/icons/media.svgz -share/plasma/desktoptheme/default/icons/mobile.svgz -share/plasma/desktoptheme/default/icons/network.svgz -share/plasma/desktoptheme/default/icons/notification.svgz -share/plasma/desktoptheme/default/icons/osd.svgz -share/plasma/desktoptheme/default/icons/phone.svgz -share/plasma/desktoptheme/default/icons/plasmavault.svgz -share/plasma/desktoptheme/default/icons/plasmavault_error.svgz -share/plasma/desktoptheme/default/icons/preferences.svgz -share/plasma/desktoptheme/default/icons/printer.svgz -share/plasma/desktoptheme/default/icons/quassel.svgz -share/plasma/desktoptheme/default/icons/search.svgz -share/plasma/desktoptheme/default/icons/slc.svgz -share/plasma/desktoptheme/default/icons/software.svgz -share/plasma/desktoptheme/default/icons/start.svgz -share/plasma/desktoptheme/default/icons/system.svgz -share/plasma/desktoptheme/default/icons/touchpad.svgz -share/plasma/desktoptheme/default/icons/user.svgz -share/plasma/desktoptheme/default/icons/video-card.svgz -share/plasma/desktoptheme/default/icons/video.svgz -share/plasma/desktoptheme/default/icons/view.svgz -share/plasma/desktoptheme/default/icons/vlc.svgz -share/plasma/desktoptheme/default/icons/wallet.svgz -share/plasma/desktoptheme/default/icons/window.svgz -share/plasma/desktoptheme/default/icons/yakuake.svgz -share/plasma/desktoptheme/default/icons/zoom.svgz -share/plasma/desktoptheme/default/metadata.json -share/plasma/desktoptheme/default/opaque/dialogs/background.svgz -share/plasma/desktoptheme/default/opaque/widgets/panel-background.svgz -share/plasma/desktoptheme/default/opaque/widgets/tooltip.svgz -share/plasma/desktoptheme/default/plasmarc -share/plasma/desktoptheme/default/solid/dialogs/background.svgz -share/plasma/desktoptheme/default/solid/widgets/background.svgz -share/plasma/desktoptheme/default/solid/widgets/panel-background.svgz -share/plasma/desktoptheme/default/solid/widgets/tooltip.svgz -share/plasma/desktoptheme/default/translucent/dialogs/background.svgz -share/plasma/desktoptheme/default/translucent/widgets/background.svgz -share/plasma/desktoptheme/default/translucent/widgets/panel-background.svgz -share/plasma/desktoptheme/default/translucent/widgets/tooltip.svgz -share/plasma/desktoptheme/default/widgets/action-overlays.svgz -share/plasma/desktoptheme/default/widgets/actionbutton.svgz -share/plasma/desktoptheme/default/widgets/analog_meter.svgz -share/plasma/desktoptheme/default/widgets/arrows.svgz -share/plasma/desktoptheme/default/widgets/background.svgz -share/plasma/desktoptheme/default/widgets/bar_meter_horizontal.svgz -share/plasma/desktoptheme/default/widgets/bar_meter_vertical.svgz -share/plasma/desktoptheme/default/widgets/branding.svgz -share/plasma/desktoptheme/default/widgets/busywidget.svgz -share/plasma/desktoptheme/default/widgets/button.svgz -share/plasma/desktoptheme/default/widgets/calendar.svgz -share/plasma/desktoptheme/default/widgets/checkmarks.svgz -share/plasma/desktoptheme/default/widgets/clock.svgz -share/plasma/desktoptheme/default/widgets/configuration-icons.svgz -share/plasma/desktoptheme/default/widgets/containment-controls.svgz -share/plasma/desktoptheme/default/widgets/dragger.svgz -share/plasma/desktoptheme/default/widgets/frame.svgz -share/plasma/desktoptheme/default/widgets/glowbar.svgz -share/plasma/desktoptheme/default/widgets/line.svgz -share/plasma/desktoptheme/default/widgets/lineedit.svgz -share/plasma/desktoptheme/default/widgets/listitem.svgz -share/plasma/desktoptheme/default/widgets/margins-highlight.svgz -share/plasma/desktoptheme/default/widgets/media-delegate.svgz -share/plasma/desktoptheme/default/widgets/menubaritem.svgz -share/plasma/desktoptheme/default/widgets/monitor.svgz -share/plasma/desktoptheme/default/widgets/notes.svgz -share/plasma/desktoptheme/default/widgets/pager.svgz -share/plasma/desktoptheme/default/widgets/panel-background.svgz -share/plasma/desktoptheme/default/widgets/picker.svgz -share/plasma/desktoptheme/default/widgets/plasmoidheading.svgz -share/plasma/desktoptheme/default/widgets/plot-background.svgz -share/plasma/desktoptheme/default/widgets/radiobutton.svgz -share/plasma/desktoptheme/default/widgets/scrollbar.svgz -share/plasma/desktoptheme/default/widgets/scrollwidget.svgz -share/plasma/desktoptheme/default/widgets/slider.svgz -share/plasma/desktoptheme/default/widgets/tabbar.svgz -share/plasma/desktoptheme/default/widgets/tasks.svgz -share/plasma/desktoptheme/default/widgets/toolbar.svgz -share/plasma/desktoptheme/default/widgets/tooltip.svgz -share/plasma/desktoptheme/default/widgets/translucentbackground.svgz -share/plasma/desktoptheme/default/widgets/viewitem.svgz -share/plasma/desktoptheme/oxygen/colors -share/plasma/desktoptheme/oxygen/dialogs/background.svgz -share/plasma/desktoptheme/oxygen/icons/akonadi.svgz -share/plasma/desktoptheme/oxygen/icons/akregator.svgz -share/plasma/desktoptheme/oxygen/icons/amarok.svgz -share/plasma/desktoptheme/oxygen/icons/applications.svgz -share/plasma/desktoptheme/oxygen/icons/apport.svgz -share/plasma/desktoptheme/oxygen/icons/audio.svgz -share/plasma/desktoptheme/oxygen/icons/battery.svgz -share/plasma/desktoptheme/oxygen/icons/bookmarks.svgz -share/plasma/desktoptheme/oxygen/icons/computer.svgz -share/plasma/desktoptheme/oxygen/icons/configure.svgz -share/plasma/desktoptheme/oxygen/icons/device.svgz -share/plasma/desktoptheme/oxygen/icons/edit.svgz -share/plasma/desktoptheme/oxygen/icons/kdeconnect.svgz -share/plasma/desktoptheme/oxygen/icons/keyboard.svgz -share/plasma/desktoptheme/oxygen/icons/kget.svgz -share/plasma/desktoptheme/oxygen/icons/klipper.svgz -share/plasma/desktoptheme/oxygen/icons/konv_message.svgz -share/plasma/desktoptheme/oxygen/icons/konversation.svgz -share/plasma/desktoptheme/oxygen/icons/kopete.svgz -share/plasma/desktoptheme/oxygen/icons/korgac.svgz -share/plasma/desktoptheme/oxygen/icons/kpackagekit.svgz -share/plasma/desktoptheme/oxygen/icons/ktorrent.svgz -share/plasma/desktoptheme/oxygen/icons/nepomuk.svgz -share/plasma/desktoptheme/oxygen/icons/network.svgz -share/plasma/desktoptheme/oxygen/icons/notification.svgz -share/plasma/desktoptheme/oxygen/icons/preferences.svgz -share/plasma/desktoptheme/oxygen/icons/printer.svgz -share/plasma/desktoptheme/oxygen/icons/quassel.svgz -share/plasma/desktoptheme/oxygen/icons/slc.svgz -share/plasma/desktoptheme/oxygen/icons/start.svgz -share/plasma/desktoptheme/oxygen/icons/system.svgz -share/plasma/desktoptheme/oxygen/icons/view.svgz -share/plasma/desktoptheme/oxygen/icons/wallet.svgz -share/plasma/desktoptheme/oxygen/metadata.json -share/plasma/desktoptheme/oxygen/opaque/dialogs/background.svgz -share/plasma/desktoptheme/oxygen/opaque/dialogs/krunner.svgz -share/plasma/desktoptheme/oxygen/opaque/widgets/extender-background.svgz -share/plasma/desktoptheme/oxygen/opaque/widgets/panel-background.svgz -share/plasma/desktoptheme/oxygen/opaque/widgets/tooltip.svgz -share/plasma/desktoptheme/oxygen/plasmarc -share/plasma/desktoptheme/oxygen/widgets/action-overlays.svgz -share/plasma/desktoptheme/oxygen/widgets/actionbutton.svgz -share/plasma/desktoptheme/oxygen/widgets/analog_meter.svgz -share/plasma/desktoptheme/oxygen/widgets/arrows.svgz -share/plasma/desktoptheme/oxygen/widgets/background.svgz -share/plasma/desktoptheme/oxygen/widgets/bar_meter_horizontal.svgz -share/plasma/desktoptheme/oxygen/widgets/bar_meter_vertical.svgz -share/plasma/desktoptheme/oxygen/widgets/branding.svgz -share/plasma/desktoptheme/oxygen/widgets/busywidget.svgz -share/plasma/desktoptheme/oxygen/widgets/button.svgz -share/plasma/desktoptheme/oxygen/widgets/clock.svgz -share/plasma/desktoptheme/oxygen/widgets/containment-controls.svgz -share/plasma/desktoptheme/oxygen/widgets/dragger.svgz -share/plasma/desktoptheme/oxygen/widgets/extender-background.svgz -share/plasma/desktoptheme/oxygen/widgets/extender-dragger.svgz -share/plasma/desktoptheme/oxygen/widgets/frame.svgz -share/plasma/desktoptheme/oxygen/widgets/glowbar.svgz -share/plasma/desktoptheme/oxygen/widgets/line.svgz -share/plasma/desktoptheme/oxygen/widgets/lineedit.svgz -share/plasma/desktoptheme/oxygen/widgets/media-delegate.svgz -share/plasma/desktoptheme/oxygen/widgets/monitor.svgz -share/plasma/desktoptheme/oxygen/widgets/pager.svgz -share/plasma/desktoptheme/oxygen/widgets/panel-background.svgz -share/plasma/desktoptheme/oxygen/widgets/plot-background.svgz -share/plasma/desktoptheme/oxygen/widgets/scrollbar.svgz -share/plasma/desktoptheme/oxygen/widgets/scrollwidget.svgz -share/plasma/desktoptheme/oxygen/widgets/slider.svgz -share/plasma/desktoptheme/oxygen/widgets/tabbar.svgz -share/plasma/desktoptheme/oxygen/widgets/tasks.svgz -share/plasma/desktoptheme/oxygen/widgets/timer.svgz -share/plasma/desktoptheme/oxygen/widgets/tooltip.svgz -share/plasma/desktoptheme/oxygen/widgets/translucentbackground.svgz -share/plasma/desktoptheme/oxygen/widgets/viewitem.svgz +@comment share/plasma/desktoptheme/air/colors +@comment share/plasma/desktoptheme/air/dialogs/background.svgz +@comment share/plasma/desktoptheme/air/dialogs/kickoff.svgz +@comment share/plasma/desktoptheme/air/dialogs/krunner.svgz +@comment share/plasma/desktoptheme/air/icons/akonadi.svgz +@comment share/plasma/desktoptheme/air/icons/akregator.svgz +@comment share/plasma/desktoptheme/air/icons/amarok.svgz +@comment share/plasma/desktoptheme/air/icons/applications.svgz +@comment share/plasma/desktoptheme/air/icons/apport.svgz +@comment share/plasma/desktoptheme/air/icons/audio.svgz +@comment share/plasma/desktoptheme/air/icons/battery.svgz +@comment share/plasma/desktoptheme/air/icons/bookmarks.svgz +@comment share/plasma/desktoptheme/air/icons/computer.svgz +@comment share/plasma/desktoptheme/air/icons/configure.svgz +@comment share/plasma/desktoptheme/air/icons/device.svgz +@comment share/plasma/desktoptheme/air/icons/edit.svgz +@comment share/plasma/desktoptheme/air/icons/kdeconnect.svgz +@comment share/plasma/desktoptheme/air/icons/keyboard.svgz +@comment share/plasma/desktoptheme/air/icons/kget.svgz +@comment share/plasma/desktoptheme/air/icons/klipper.svgz +@comment share/plasma/desktoptheme/air/icons/konv_message.svgz +@comment share/plasma/desktoptheme/air/icons/konversation.svgz +@comment share/plasma/desktoptheme/air/icons/kopete.svgz +@comment share/plasma/desktoptheme/air/icons/korgac.svgz +@comment share/plasma/desktoptheme/air/icons/kpackagekit.svgz +@comment share/plasma/desktoptheme/air/icons/ktorrent.svgz +@comment share/plasma/desktoptheme/air/icons/nepomuk.svgz +@comment share/plasma/desktoptheme/air/icons/network.svgz +@comment share/plasma/desktoptheme/air/icons/notification.svgz +@comment share/plasma/desktoptheme/air/icons/preferences.svgz +@comment share/plasma/desktoptheme/air/icons/printer.svgz +@comment share/plasma/desktoptheme/air/icons/quassel.svgz +@comment share/plasma/desktoptheme/air/icons/slc.svgz +@comment share/plasma/desktoptheme/air/icons/start.svgz +@comment share/plasma/desktoptheme/air/icons/system.svgz +@comment share/plasma/desktoptheme/air/icons/view.svgz +@comment share/plasma/desktoptheme/air/icons/wallet.svgz +@comment share/plasma/desktoptheme/air/metadata.json +@comment share/plasma/desktoptheme/air/opaque/dialogs/background.svgz +@comment share/plasma/desktoptheme/air/opaque/dialogs/krunner.svgz +@comment share/plasma/desktoptheme/air/opaque/widgets/extender-background.svgz +@comment share/plasma/desktoptheme/air/opaque/widgets/panel-background.svgz +@comment share/plasma/desktoptheme/air/opaque/widgets/tooltip.svgz +@comment share/plasma/desktoptheme/air/plasmarc +@comment share/plasma/desktoptheme/air/translucent/dialogs/background.svgz +@comment share/plasma/desktoptheme/air/translucent/dialogs/krunner.svgz +@comment share/plasma/desktoptheme/air/translucent/widgets/background.svgz +@comment share/plasma/desktoptheme/air/translucent/widgets/extender-background.svgz +@comment share/plasma/desktoptheme/air/translucent/widgets/panel-background.svgz +@comment share/plasma/desktoptheme/air/translucent/widgets/tooltip.svgz +@comment share/plasma/desktoptheme/air/widgets/action-overlays.svgz +@comment share/plasma/desktoptheme/air/widgets/actionbutton.svgz +@comment share/plasma/desktoptheme/air/widgets/analog_meter.svgz +@comment share/plasma/desktoptheme/air/widgets/arrows.svgz +@comment share/plasma/desktoptheme/air/widgets/background.svgz +@comment share/plasma/desktoptheme/air/widgets/bar_meter_horizontal.svgz +@comment share/plasma/desktoptheme/air/widgets/bar_meter_vertical.svgz +@comment share/plasma/desktoptheme/air/widgets/branding.svgz +@comment share/plasma/desktoptheme/air/widgets/busywidget.svgz +@comment share/plasma/desktoptheme/air/widgets/button.svgz +@comment share/plasma/desktoptheme/air/widgets/checkmarks.svgz +@comment share/plasma/desktoptheme/air/widgets/clock.svgz +@comment share/plasma/desktoptheme/air/widgets/containment-controls.svgz +@comment share/plasma/desktoptheme/air/widgets/dragger.svgz +@comment share/plasma/desktoptheme/air/widgets/frame.svgz +@comment share/plasma/desktoptheme/air/widgets/glowbar.svgz +@comment share/plasma/desktoptheme/air/widgets/identiconshapes.svgz +@comment share/plasma/desktoptheme/air/widgets/identicontheme.svgz +@comment share/plasma/desktoptheme/air/widgets/labeltexture.svgz +@comment share/plasma/desktoptheme/air/widgets/line.svgz +@comment share/plasma/desktoptheme/air/widgets/lineedit.svgz +@comment share/plasma/desktoptheme/air/widgets/listitem.svgz +@comment share/plasma/desktoptheme/air/widgets/media-delegate.svgz +@comment share/plasma/desktoptheme/air/widgets/monitor.svgz +@comment share/plasma/desktoptheme/air/widgets/pager.svgz +@comment share/plasma/desktoptheme/air/widgets/panel-background.svgz +@comment share/plasma/desktoptheme/air/widgets/picker.svgz +@comment share/plasma/desktoptheme/air/widgets/plot-background.svgz +@comment share/plasma/desktoptheme/air/widgets/scrollbar.svgz +@comment share/plasma/desktoptheme/air/widgets/scrollwidget.svgz +@comment share/plasma/desktoptheme/air/widgets/slider.svgz +@comment share/plasma/desktoptheme/air/widgets/systemtray.svgz +@comment share/plasma/desktoptheme/air/widgets/tabbar.svgz +@comment share/plasma/desktoptheme/air/widgets/tasks.svgz +@comment share/plasma/desktoptheme/air/widgets/toolbar.svgz +@comment share/plasma/desktoptheme/air/widgets/toolbox.svgz +@comment share/plasma/desktoptheme/air/widgets/tooltip.svgz +@comment share/plasma/desktoptheme/air/widgets/translucentbackground.svgz +@comment share/plasma/desktoptheme/air/widgets/viewitem.svgz +@comment share/plasma/desktoptheme/breeze-dark/colors +@comment share/plasma/desktoptheme/breeze-dark/metadata.json +@comment share/plasma/desktoptheme/breeze-dark/plasmarc +@comment share/plasma/desktoptheme/breeze-light/colors +@comment share/plasma/desktoptheme/breeze-light/metadata.json +@comment share/plasma/desktoptheme/breeze-light/plasmarc +@comment share/plasma/desktoptheme/default/dialogs/background.svgz +@comment share/plasma/desktoptheme/default/icons/akonadi.svgz +@comment share/plasma/desktoptheme/default/icons/akregator.svgz +@comment share/plasma/desktoptheme/default/icons/amarok.svgz +@comment share/plasma/desktoptheme/default/icons/applications.svgz +@comment share/plasma/desktoptheme/default/icons/apport.svgz +@comment share/plasma/desktoptheme/default/icons/audio.svgz +@comment share/plasma/desktoptheme/default/icons/battery.svgz +@comment share/plasma/desktoptheme/default/icons/bookmarks.svgz +@comment share/plasma/desktoptheme/default/icons/cantata.svgz +@comment share/plasma/desktoptheme/default/icons/computer.svgz +@comment share/plasma/desktoptheme/default/icons/configure.svgz +@comment share/plasma/desktoptheme/default/icons/device.svgz +@comment share/plasma/desktoptheme/default/icons/disk.svgz +@comment share/plasma/desktoptheme/default/icons/distribute.svgz +@comment share/plasma/desktoptheme/default/icons/document.svgz +@comment share/plasma/desktoptheme/default/icons/drive.svgz +@comment share/plasma/desktoptheme/default/icons/edit.svgz +@comment share/plasma/desktoptheme/default/icons/fcitx.svgz +@comment share/plasma/desktoptheme/default/icons/go.svgz +@comment share/plasma/desktoptheme/default/icons/ime.svgz +@comment share/plasma/desktoptheme/default/icons/input.svgz +@comment share/plasma/desktoptheme/default/icons/kalarm.svgz +@comment share/plasma/desktoptheme/default/icons/kdeconnect.svgz +@comment share/plasma/desktoptheme/default/icons/keyboard.svgz +@comment share/plasma/desktoptheme/default/icons/kget.svgz +@comment share/plasma/desktoptheme/default/icons/kgpg.svgz +@comment share/plasma/desktoptheme/default/icons/kleopatra.svgz +@comment share/plasma/desktoptheme/default/icons/klipper.svgz +@comment share/plasma/desktoptheme/default/icons/kmail.svgz +@comment share/plasma/desktoptheme/default/icons/konv_message.svgz +@comment share/plasma/desktoptheme/default/icons/konversation.svgz +@comment share/plasma/desktoptheme/default/icons/kopete.svgz +@comment share/plasma/desktoptheme/default/icons/korgac.svgz +@comment share/plasma/desktoptheme/default/icons/kpackagekit.svgz +@comment share/plasma/desktoptheme/default/icons/kruler.svgz +@comment share/plasma/desktoptheme/default/icons/kteatime.svgz +@comment share/plasma/desktoptheme/default/icons/ktorrent.svgz +@comment share/plasma/desktoptheme/default/icons/kup.svgz +@comment share/plasma/desktoptheme/default/icons/list.svgz +@comment share/plasma/desktoptheme/default/icons/mail.svgz +@comment share/plasma/desktoptheme/default/icons/media.svgz +@comment share/plasma/desktoptheme/default/icons/mobile.svgz +@comment share/plasma/desktoptheme/default/icons/network.svgz +@comment share/plasma/desktoptheme/default/icons/notification.svgz +@comment share/plasma/desktoptheme/default/icons/osd.svgz +@comment share/plasma/desktoptheme/default/icons/phone.svgz +@comment share/plasma/desktoptheme/default/icons/plasmavault.svgz +@comment share/plasma/desktoptheme/default/icons/plasmavault_error.svgz +@comment share/plasma/desktoptheme/default/icons/preferences.svgz +@comment share/plasma/desktoptheme/default/icons/printer.svgz +@comment share/plasma/desktoptheme/default/icons/quassel.svgz +@comment share/plasma/desktoptheme/default/icons/search.svgz +@comment share/plasma/desktoptheme/default/icons/slc.svgz +@comment share/plasma/desktoptheme/default/icons/software.svgz +@comment share/plasma/desktoptheme/default/icons/start.svgz +@comment share/plasma/desktoptheme/default/icons/system.svgz +@comment share/plasma/desktoptheme/default/icons/touchpad.svgz +@comment share/plasma/desktoptheme/default/icons/user.svgz +@comment share/plasma/desktoptheme/default/icons/video-card.svgz +@comment share/plasma/desktoptheme/default/icons/video.svgz +@comment share/plasma/desktoptheme/default/icons/view.svgz +@comment share/plasma/desktoptheme/default/icons/vlc.svgz +@comment share/plasma/desktoptheme/default/icons/wallet.svgz +@comment share/plasma/desktoptheme/default/icons/window.svgz +@comment share/plasma/desktoptheme/default/icons/yakuake.svgz +@comment share/plasma/desktoptheme/default/icons/zoom.svgz +@comment share/plasma/desktoptheme/default/metadata.json +@comment share/plasma/desktoptheme/default/opaque/dialogs/background.svgz +@comment share/plasma/desktoptheme/default/opaque/widgets/panel-background.svgz +@comment share/plasma/desktoptheme/default/opaque/widgets/tooltip.svgz +@comment share/plasma/desktoptheme/default/plasmarc +@comment share/plasma/desktoptheme/default/solid/dialogs/background.svgz +@comment share/plasma/desktoptheme/default/solid/widgets/background.svgz +@comment share/plasma/desktoptheme/default/solid/widgets/panel-background.svgz +@comment share/plasma/desktoptheme/default/solid/widgets/tooltip.svgz +@comment share/plasma/desktoptheme/default/translucent/dialogs/background.svgz +@comment share/plasma/desktoptheme/default/translucent/widgets/background.svgz +@comment share/plasma/desktoptheme/default/translucent/widgets/panel-background.svgz +@comment share/plasma/desktoptheme/default/translucent/widgets/tooltip.svgz +@comment share/plasma/desktoptheme/default/widgets/action-overlays.svgz +@comment share/plasma/desktoptheme/default/widgets/actionbutton.svgz +@comment share/plasma/desktoptheme/default/widgets/analog_meter.svgz +@comment share/plasma/desktoptheme/default/widgets/arrows.svgz +@comment share/plasma/desktoptheme/default/widgets/background.svgz +@comment share/plasma/desktoptheme/default/widgets/bar_meter_horizontal.svgz +@comment share/plasma/desktoptheme/default/widgets/bar_meter_vertical.svgz +@comment share/plasma/desktoptheme/default/widgets/branding.svgz +@comment share/plasma/desktoptheme/default/widgets/busywidget.svgz +@comment share/plasma/desktoptheme/default/widgets/button.svgz +@comment share/plasma/desktoptheme/default/widgets/calendar.svgz +@comment share/plasma/desktoptheme/default/widgets/checkmarks.svgz +@comment share/plasma/desktoptheme/default/widgets/clock.svgz +@comment share/plasma/desktoptheme/default/widgets/configuration-icons.svgz +@comment share/plasma/desktoptheme/default/widgets/containment-controls.svgz +@comment share/plasma/desktoptheme/default/widgets/dragger.svgz +@comment share/plasma/desktoptheme/default/widgets/frame.svgz +@comment share/plasma/desktoptheme/default/widgets/glowbar.svgz +@comment share/plasma/desktoptheme/default/widgets/line.svgz +@comment share/plasma/desktoptheme/default/widgets/lineedit.svgz +@comment share/plasma/desktoptheme/default/widgets/listitem.svgz +@comment share/plasma/desktoptheme/default/widgets/margins-highlight.svgz +@comment share/plasma/desktoptheme/default/widgets/media-delegate.svgz +@comment share/plasma/desktoptheme/default/widgets/menubaritem.svgz +@comment share/plasma/desktoptheme/default/widgets/monitor.svgz +@comment share/plasma/desktoptheme/default/widgets/notes.svgz +@comment share/plasma/desktoptheme/default/widgets/pager.svgz +@comment share/plasma/desktoptheme/default/widgets/panel-background.svgz +@comment share/plasma/desktoptheme/default/widgets/picker.svgz +@comment share/plasma/desktoptheme/default/widgets/plasmoidheading.svgz +@comment share/plasma/desktoptheme/default/widgets/plot-background.svgz +@comment share/plasma/desktoptheme/default/widgets/radiobutton.svgz +@comment share/plasma/desktoptheme/default/widgets/scrollbar.svgz +@comment share/plasma/desktoptheme/default/widgets/scrollwidget.svgz +@comment share/plasma/desktoptheme/default/widgets/slider.svgz +@comment share/plasma/desktoptheme/default/widgets/tabbar.svgz +@comment share/plasma/desktoptheme/default/widgets/tasks.svgz +@comment share/plasma/desktoptheme/default/widgets/toolbar.svgz +@comment share/plasma/desktoptheme/default/widgets/tooltip.svgz +@comment share/plasma/desktoptheme/default/widgets/translucentbackground.svgz +@comment share/plasma/desktoptheme/default/widgets/viewitem.svgz +@comment share/plasma/desktoptheme/oxygen/colors +@comment share/plasma/desktoptheme/oxygen/dialogs/background.svgz +@comment share/plasma/desktoptheme/oxygen/icons/akonadi.svgz +@comment share/plasma/desktoptheme/oxygen/icons/akregator.svgz +@comment share/plasma/desktoptheme/oxygen/icons/amarok.svgz +@comment share/plasma/desktoptheme/oxygen/icons/applications.svgz +@comment share/plasma/desktoptheme/oxygen/icons/apport.svgz +@comment share/plasma/desktoptheme/oxygen/icons/audio.svgz +@comment share/plasma/desktoptheme/oxygen/icons/battery.svgz +@comment share/plasma/desktoptheme/oxygen/icons/bookmarks.svgz +@comment share/plasma/desktoptheme/oxygen/icons/computer.svgz +@comment share/plasma/desktoptheme/oxygen/icons/configure.svgz +@comment share/plasma/desktoptheme/oxygen/icons/device.svgz +@comment share/plasma/desktoptheme/oxygen/icons/edit.svgz +@comment share/plasma/desktoptheme/oxygen/icons/kdeconnect.svgz +@comment share/plasma/desktoptheme/oxygen/icons/keyboard.svgz +@comment share/plasma/desktoptheme/oxygen/icons/kget.svgz +@comment share/plasma/desktoptheme/oxygen/icons/klipper.svgz +@comment share/plasma/desktoptheme/oxygen/icons/konv_message.svgz +@comment share/plasma/desktoptheme/oxygen/icons/konversation.svgz +@comment share/plasma/desktoptheme/oxygen/icons/kopete.svgz +@comment share/plasma/desktoptheme/oxygen/icons/korgac.svgz +@comment share/plasma/desktoptheme/oxygen/icons/kpackagekit.svgz +@comment share/plasma/desktoptheme/oxygen/icons/ktorrent.svgz +@comment share/plasma/desktoptheme/oxygen/icons/nepomuk.svgz +@comment share/plasma/desktoptheme/oxygen/icons/network.svgz +@comment share/plasma/desktoptheme/oxygen/icons/notification.svgz +@comment share/plasma/desktoptheme/oxygen/icons/preferences.svgz +@comment share/plasma/desktoptheme/oxygen/icons/printer.svgz +@comment share/plasma/desktoptheme/oxygen/icons/quassel.svgz +@comment share/plasma/desktoptheme/oxygen/icons/slc.svgz +@comment share/plasma/desktoptheme/oxygen/icons/start.svgz +@comment share/plasma/desktoptheme/oxygen/icons/system.svgz +@comment share/plasma/desktoptheme/oxygen/icons/view.svgz +@comment share/plasma/desktoptheme/oxygen/icons/wallet.svgz +@comment share/plasma/desktoptheme/oxygen/metadata.json +@comment share/plasma/desktoptheme/oxygen/opaque/dialogs/background.svgz +@comment share/plasma/desktoptheme/oxygen/opaque/dialogs/krunner.svgz +@comment share/plasma/desktoptheme/oxygen/opaque/widgets/extender-background.svgz +@comment share/plasma/desktoptheme/oxygen/opaque/widgets/panel-background.svgz +@comment share/plasma/desktoptheme/oxygen/opaque/widgets/tooltip.svgz +@comment share/plasma/desktoptheme/oxygen/plasmarc +@comment share/plasma/desktoptheme/oxygen/widgets/action-overlays.svgz +@comment share/plasma/desktoptheme/oxygen/widgets/actionbutton.svgz +@comment share/plasma/desktoptheme/oxygen/widgets/analog_meter.svgz +@comment share/plasma/desktoptheme/oxygen/widgets/arrows.svgz +@comment share/plasma/desktoptheme/oxygen/widgets/background.svgz +@comment share/plasma/desktoptheme/oxygen/widgets/bar_meter_horizontal.svgz +@comment share/plasma/desktoptheme/oxygen/widgets/bar_meter_vertical.svgz +@comment share/plasma/desktoptheme/oxygen/widgets/branding.svgz +@comment share/plasma/desktoptheme/oxygen/widgets/busywidget.svgz +@comment share/plasma/desktoptheme/oxygen/widgets/button.svgz +@comment share/plasma/desktoptheme/oxygen/widgets/clock.svgz +@comment share/plasma/desktoptheme/oxygen/widgets/containment-controls.svgz +@comment share/plasma/desktoptheme/oxygen/widgets/dragger.svgz +@comment share/plasma/desktoptheme/oxygen/widgets/extender-background.svgz +@comment share/plasma/desktoptheme/oxygen/widgets/extender-dragger.svgz +@comment share/plasma/desktoptheme/oxygen/widgets/frame.svgz +@comment share/plasma/desktoptheme/oxygen/widgets/glowbar.svgz +@comment share/plasma/desktoptheme/oxygen/widgets/line.svgz +@comment share/plasma/desktoptheme/oxygen/widgets/lineedit.svgz +@comment share/plasma/desktoptheme/oxygen/widgets/media-delegate.svgz +@comment share/plasma/desktoptheme/oxygen/widgets/monitor.svgz +@comment share/plasma/desktoptheme/oxygen/widgets/pager.svgz +@comment share/plasma/desktoptheme/oxygen/widgets/panel-background.svgz +@comment share/plasma/desktoptheme/oxygen/widgets/plot-background.svgz +@comment share/plasma/desktoptheme/oxygen/widgets/scrollbar.svgz +@comment share/plasma/desktoptheme/oxygen/widgets/scrollwidget.svgz +@comment share/plasma/desktoptheme/oxygen/widgets/slider.svgz +@comment share/plasma/desktoptheme/oxygen/widgets/tabbar.svgz +@comment share/plasma/desktoptheme/oxygen/widgets/tasks.svgz +@comment share/plasma/desktoptheme/oxygen/widgets/timer.svgz +@comment share/plasma/desktoptheme/oxygen/widgets/tooltip.svgz +@comment share/plasma/desktoptheme/oxygen/widgets/translucentbackground.svgz +@comment share/plasma/desktoptheme/oxygen/widgets/viewitem.svgz share/plasma/services/dataengineservice.operations share/plasma/services/plasmoidservice.operations share/plasma/services/storage.operations diff --git a/x11/kf6-frameworkintegration/Makefile b/x11/kf6-frameworkintegration/Makefile index f5c2fe99855b..7430f4b7c065 100644 --- a/x11/kf6-frameworkintegration/Makefile +++ b/x11/kf6-frameworkintegration/Makefile @@ -1,14 +1,18 @@ PORTNAME= frameworkintegration DISTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde kde-frameworks COMMENT= Integration of Qt application with KDE workspaces MAINTAINER= kde@FreeBSD.org +LIB_DEPENDS= libAppStreamQt.so:devel/appstream-qt@qt6 \ + libpackagekitqt6.so:ports-mgmt/packagekit-qt@qt6 \ + USES= cmake gettext gl kde:6 qt:6 tar:xz USE_GL= gl opengl USE_KDE= attica colorscheme config coreaddons i18n iconthemes newstuff \ - notifications widgetsaddons \ + notifications package widgetsaddons \ ecm:build USE_QT= base diff --git a/x11/kf6-frameworkintegration/pkg-plist b/x11/kf6-frameworkintegration/pkg-plist index 611330de4c81..ef8cccb2115b 100644 --- a/x11/kf6-frameworkintegration/pkg-plist +++ b/x11/kf6-frameworkintegration/pkg-plist @@ -9,6 +9,7 @@ lib/cmake/KF6FrameworkIntegration/KF6FrameworkIntegrationTargets.cmake lib/libKF6Style.so lib/libKF6Style.so.%%KDE_FRAMEWORKS_VERSION%% lib/libKF6Style.so.6 +lib/libexec/kf6/kpackagehandlers/appstreamhandler lib/libexec/kf6/kpackagehandlers/knshandler %%QT_PLUGINDIR%%/kf6/FrameworkIntegrationPlugin.so share/knotifications6/plasma_workspace.notifyrc diff --git a/x11/kf6-frameworks/Makefile b/x11/kf6-frameworks/Makefile index 472818f5bdc9..bed758c823f0 100644 --- a/x11/kf6-frameworks/Makefile +++ b/x11/kf6-frameworks/Makefile @@ -8,7 +8,6 @@ COMMENT= KDE frameworks meta port WWW= https://api.kde.org/frameworks/index.html USES= kde:6 metaport qt:6 -# remove bluez-qt as we do not have bluez USE_KDE= ${_USE_FRAMEWORKS_ALL} # pull bsd.qt.mk for QT_PLUGINDIR in the kf5-dependencies USE_QT= # diff --git a/x11/konsole-devel/Makefile b/x11/konsole-devel/Makefile deleted file mode 100644 index aeaeda2c5521..000000000000 --- a/x11/konsole-devel/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -PORTNAME= konsole -DISTVERSION= ${KDE_APPLICATIONS_VERSION} -CATEGORIES= x11 kde kde-applications kde-devel - -MAINTAINER= kde@FreeBSD.org -COMMENT= KDE terminal emulator -WWW= https://konsole.kde.org/ - -BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xsl \ - docbook-xml>0:textproc/docbook-xml -LIB_DEPENDS= libicui18n.so:devel/icu - -LICENSE= GPLv2+ -LICENSE_FILE= ${WRKSRC}/COPYING - -USES= cmake compiler:c++11-lang gettext gl kde:6 pkgconfig qt:6 \ - tar:xz xorg -USE_KDE= attica bookmarks colorscheme completion config configwidgets \ - coreaddons crash dbusaddons globalaccel guiaddons i18n \ - iconthemes jobwidgets kio newstuff notifications notifyconfig \ - parts pty service solid sonnet textwidgets widgetsaddons \ - windowsystem xmlgui \ - ecm:build -USE_QT= 5compat base multimedia -USE_GL= gl opengl -USE_XORG= x11 - -OPTIONS_DEFINE= DOCS - -.include <bsd.port.mk> diff --git a/x11/konsole-devel/distinfo b/x11/konsole-devel/distinfo deleted file mode 100644 index 57c8d6716ca1..000000000000 --- a/x11/konsole-devel/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1705254718 -SHA256 (KDE/release-service/24.01.90/konsole-24.01.90.tar.xz) = 300b9c41bddb267d7a0cc260102c5bb0449a912699eea2a88cacbf8f4eccb231 -SIZE (KDE/release-service/24.01.90/konsole-24.01.90.tar.xz) = 1750288 diff --git a/x11/konsole-devel/pkg-descr b/x11/konsole-devel/pkg-descr deleted file mode 100644 index 7d9eb28e9d13..000000000000 --- a/x11/konsole-devel/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Konsole is a terminal program for KDE. - -As well as being a standalone program, it is also used by other KDE -programs such as the Kate editor and KDevelop development environment -to provide easy access to a terminal window. Konsole's features and -usage are explained and illustrated in the Konsole handbook, which can -be accessed by browsing to "help:/konsole" in Konqueror. diff --git a/x11/konsole-devel/pkg-plist b/x11/konsole-devel/pkg-plist deleted file mode 100644 index 443785ee8125..000000000000 --- a/x11/konsole-devel/pkg-plist +++ /dev/null @@ -1,132 +0,0 @@ -bin/konsole -bin/konsoleprofile -etc/xdg/konsolerc -lib/kconf_update_bin/konsole_globalaccel -lib/kconf_update_bin/konsole_show_menubar -lib/libkonsoleapp.so.%%KDE_APPLICATIONS_VERSION%% -lib/libkonsoleprivate.so.%%KDE_APPLICATIONS_VERSION%% -%%QT_PLUGINDIR%%/kf6/parts/konsolepart.so -%%QT_PLUGINDIR%%/konsoleplugins/konsole_quickcommandsplugin.so -%%QT_PLUGINDIR%%/konsoleplugins/konsole_sshmanagerplugin.so -share/applications/org.kde.konsole.desktop -share/kconf_update/konsole.upd -share/kconf_update/konsole_add_hamburgermenu_to_toolbar.sh -share/kglobalaccel/org.kde.konsole.desktop -share/kio/servicemenus/konsolerun.desktop -share/knotifications6/konsole.notifyrc -share/knsrcfiles/konsole.knsrc -%%DATADIR%%/1x2-terminals.json -%%DATADIR%%/2x1-terminals.json -%%DATADIR%%/2x2-terminals.json -%%DATADIR%%/BlackOnLightYellow.colorscheme -%%DATADIR%%/BlackOnRandomLight.colorscheme -%%DATADIR%%/BlackOnWhite.colorscheme -%%DATADIR%%/BlueOnBlack.colorscheme -%%DATADIR%%/Breeze.colorscheme -%%DATADIR%%/DarkPastels.colorscheme -%%DATADIR%%/GreenOnBlack.colorscheme -%%DATADIR%%/Linux.colorscheme -%%DATADIR%%/RedOnBlack.colorscheme -%%DATADIR%%/Solarized.colorscheme -%%DATADIR%%/SolarizedLight.colorscheme -%%DATADIR%%/WhiteOnBlack.colorscheme -%%DATADIR%%/default.keytab -%%DATADIR%%/linux.keytab -%%DATADIR%%/macos.keytab -%%DATADIR%%/solaris.keytab -share/locale/af/LC_MESSAGES/konsole.mo -share/locale/ar/LC_MESSAGES/konsole.mo -share/locale/ast/LC_MESSAGES/konsole.mo -share/locale/az/LC_MESSAGES/konsole.mo -share/locale/be/LC_MESSAGES/konsole.mo -share/locale/be@latin/LC_MESSAGES/konsole.mo -share/locale/bg/LC_MESSAGES/konsole.mo -share/locale/bn/LC_MESSAGES/konsole.mo -share/locale/bn_IN/LC_MESSAGES/konsole.mo -share/locale/br/LC_MESSAGES/konsole.mo -share/locale/bs/LC_MESSAGES/konsole.mo -share/locale/ca/LC_MESSAGES/konsole.mo -share/locale/ca@valencia/LC_MESSAGES/konsole.mo -share/locale/cs/LC_MESSAGES/konsole.mo -share/locale/csb/LC_MESSAGES/konsole.mo -share/locale/cy/LC_MESSAGES/konsole.mo -share/locale/da/LC_MESSAGES/konsole.mo -share/locale/de/LC_MESSAGES/konsole.mo -share/locale/el/LC_MESSAGES/konsole.mo -share/locale/en_GB/LC_MESSAGES/konsole.mo -share/locale/eo/LC_MESSAGES/konsole.mo -share/locale/es/LC_MESSAGES/konsole.mo -share/locale/et/LC_MESSAGES/konsole.mo -share/locale/eu/LC_MESSAGES/konsole.mo -share/locale/fa/LC_MESSAGES/konsole.mo -share/locale/fi/LC_MESSAGES/konsole.mo -share/locale/fr/LC_MESSAGES/konsole.mo -share/locale/fy/LC_MESSAGES/konsole.mo -share/locale/ga/LC_MESSAGES/konsole.mo -share/locale/gl/LC_MESSAGES/konsole.mo -share/locale/gu/LC_MESSAGES/konsole.mo -share/locale/he/LC_MESSAGES/konsole.mo -share/locale/hi/LC_MESSAGES/konsole.mo -share/locale/hne/LC_MESSAGES/konsole.mo -share/locale/hr/LC_MESSAGES/konsole.mo -share/locale/hsb/LC_MESSAGES/konsole.mo -share/locale/hu/LC_MESSAGES/konsole.mo -share/locale/ia/LC_MESSAGES/konsole.mo -share/locale/id/LC_MESSAGES/konsole.mo -share/locale/ie/LC_MESSAGES/konsole.mo -share/locale/is/LC_MESSAGES/konsole.mo -share/locale/it/LC_MESSAGES/konsole.mo -share/locale/ja/LC_MESSAGES/konsole.mo -share/locale/ka/LC_MESSAGES/konsole.mo -share/locale/kk/LC_MESSAGES/konsole.mo -share/locale/km/LC_MESSAGES/konsole.mo -share/locale/kn/LC_MESSAGES/konsole.mo -share/locale/ko/LC_MESSAGES/konsole.mo -share/locale/ku/LC_MESSAGES/konsole.mo -share/locale/lt/LC_MESSAGES/konsole.mo -share/locale/lv/LC_MESSAGES/konsole.mo -share/locale/mai/LC_MESSAGES/konsole.mo -share/locale/mk/LC_MESSAGES/konsole.mo -share/locale/ml/LC_MESSAGES/konsole.mo -share/locale/mr/LC_MESSAGES/konsole.mo -share/locale/ms/LC_MESSAGES/konsole.mo -share/locale/nb/LC_MESSAGES/konsole.mo -share/locale/nds/LC_MESSAGES/konsole.mo -share/locale/ne/LC_MESSAGES/konsole.mo -share/locale/nl/LC_MESSAGES/konsole.mo -share/locale/nn/LC_MESSAGES/konsole.mo -share/locale/oc/LC_MESSAGES/konsole.mo -share/locale/or/LC_MESSAGES/konsole.mo -share/locale/pa/LC_MESSAGES/konsole.mo -share/locale/pl/LC_MESSAGES/konsole.mo -share/locale/pt/LC_MESSAGES/konsole.mo -share/locale/pt_BR/LC_MESSAGES/konsole.mo -share/locale/ro/LC_MESSAGES/konsole.mo -share/locale/ru/LC_MESSAGES/konsole.mo -share/locale/se/LC_MESSAGES/konsole.mo -share/locale/si/LC_MESSAGES/konsole.mo -share/locale/sk/LC_MESSAGES/konsole.mo -share/locale/sl/LC_MESSAGES/konsole.mo -share/locale/sq/LC_MESSAGES/konsole.mo -share/locale/sr/LC_MESSAGES/konsole.mo -share/locale/sr@ijekavian/LC_MESSAGES/konsole.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/konsole.mo -share/locale/sr@latin/LC_MESSAGES/konsole.mo -share/locale/sv/LC_MESSAGES/konsole.mo -share/locale/ta/LC_MESSAGES/konsole.mo -share/locale/te/LC_MESSAGES/konsole.mo -share/locale/tg/LC_MESSAGES/konsole.mo -share/locale/th/LC_MESSAGES/konsole.mo -share/locale/tr/LC_MESSAGES/konsole.mo -share/locale/ug/LC_MESSAGES/konsole.mo -share/locale/uk/LC_MESSAGES/konsole.mo -share/locale/uz/LC_MESSAGES/konsole.mo -share/locale/uz@cyrillic/LC_MESSAGES/konsole.mo -share/locale/vi/LC_MESSAGES/konsole.mo -share/locale/wa/LC_MESSAGES/konsole.mo -share/locale/xh/LC_MESSAGES/konsole.mo -share/locale/zh_CN/LC_MESSAGES/konsole.mo -share/locale/zh_TW/LC_MESSAGES/konsole.mo -share/metainfo/org.kde.konsole.appdata.xml -share/qlogging-categories6/konsole.categories -share/zsh/site-functions/_konsole diff --git a/x11/konsole/Makefile b/x11/konsole/Makefile index 188d9e3e49ff..81052e785cfc 100644 --- a/x11/konsole/Makefile +++ b/x11/konsole/Makefile @@ -1,6 +1,5 @@ PORTNAME= konsole DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 1 CATEGORIES= x11 kde kde-applications MAINTAINER= kde@FreeBSD.org @@ -14,17 +13,15 @@ RUN_DEPENDS= keditbookmarks:deskutils/keditbookmarks LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= cmake compiler:c++11-lang gettext pkgconfig kde:5 \ - qt:5 tar:xz xorg -USE_KDE= auth attica bookmarks codecs completion config configwidgets \ - coreaddons crash dbusaddons emoticons globalaccel guiaddons i18n \ - iconthemes init itemmodels jobwidgets kio \ - newstuff notifications notifyconfig parts pty service solid sonnet \ - textwidgets widgetsaddons windowsystem xmlgui \ +USES= cmake compiler:c++11-lang gettext kde:6 pkgconfig qt:6 tar:xz \ + xorg +USE_KDE= attica auth bookmarks codecs completion config configwidgets \ + coreaddons crash dbusaddons globalaccel guiaddons i18n \ + iconthemes itemmodels jobwidgets kio newstuff notifications \ + notifyconfig parts pty service solid sonnet textwidgets \ + widgetsaddons windowsystem xmlgui \ ecm:build -USE_QT= concurrent core dbus gui multimedia network printsupport script scripttools sql \ - widgets xml \ - buildtools:build qmake:build +USE_QT= base USE_XORG= x11 OPTIONS_DEFINE= DOCS diff --git a/x11/konsole/distinfo b/x11/konsole/distinfo index 408a44fd6529..c2be7505898e 100644 --- a/x11/konsole/distinfo +++ b/x11/konsole/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1707889358 -SHA256 (KDE/release-service/23.08.5/konsole-23.08.5.tar.xz) = c6fb20753ac27a46bce62e31f7b105b6b99497035830b34a7bba1bc60260c1ca -SIZE (KDE/release-service/23.08.5/konsole-23.08.5.tar.xz) = 1839952 +TIMESTAMP = 1734460397 +SHA256 (KDE/release-service/24.12.0/konsole-24.12.0.tar.xz) = 255f344d6ffe338dfeafd610bf6d63ed1bf9adf306948d58351838c057b21a54 +SIZE (KDE/release-service/24.12.0/konsole-24.12.0.tar.xz) = 1818624 diff --git a/x11/konsole/pkg-plist b/x11/konsole/pkg-plist index 524efcc254f3..be402929c83b 100644 --- a/x11/konsole/pkg-plist +++ b/x11/konsole/pkg-plist @@ -1,13 +1,10 @@ bin/konsole bin/konsoleprofile -etc/xdg/konsolerc lib/kconf_update_bin/konsole_globalaccel lib/kconf_update_bin/konsole_show_menubar -lib/libkonsoleapp.so.1 lib/libkonsoleapp.so.%%KDE_APPLICATIONS_VERSION%% -lib/libkonsoleprivate.so.1 lib/libkonsoleprivate.so.%%KDE_APPLICATIONS_VERSION%% -%%QT_PLUGINDIR%%/konsolepart.so +%%QT_PLUGINDIR%%/kf6/parts/konsolepart.so %%QT_PLUGINDIR%%/konsoleplugins/konsole_quickcommandsplugin.so %%QT_PLUGINDIR%%/konsoleplugins/konsole_sshmanagerplugin.so share/applications/org.kde.konsole.desktop @@ -15,31 +12,10 @@ share/kconf_update/konsole.upd share/kconf_update/konsole_add_hamburgermenu_to_toolbar.sh share/kglobalaccel/org.kde.konsole.desktop share/kio/servicemenus/konsolerun.desktop -share/knotifications5/konsole.notifyrc -share/knsrcfiles/konsole.knsrc -%%DATADIR%%/1x2-terminals.json -%%DATADIR%%/2x1-terminals.json -%%DATADIR%%/2x2-terminals.json -%%DATADIR%%/BlackOnLightYellow.colorscheme -%%DATADIR%%/BlackOnRandomLight.colorscheme -%%DATADIR%%/BlackOnWhite.colorscheme -%%DATADIR%%/BlueOnBlack.colorscheme -%%DATADIR%%/Breeze.colorscheme -%%DATADIR%%/DarkPastels.colorscheme -%%DATADIR%%/GreenOnBlack.colorscheme -%%DATADIR%%/Linux.colorscheme -%%DATADIR%%/RedOnBlack.colorscheme -%%DATADIR%%/Solarized.colorscheme -%%DATADIR%%/SolarizedLight.colorscheme -%%DATADIR%%/WhiteOnBlack.colorscheme -%%DATADIR%%/default.keytab -%%DATADIR%%/linux.keytab -%%DATADIR%%/macos.keytab -%%DATADIR%%/solaris.keytab -share/kservices5/konsolepart.desktop -share/kservicetypes5/terminalemulator.desktop +share/knotifications6/konsole.notifyrc share/locale/af/LC_MESSAGES/konsole.mo share/locale/ar/LC_MESSAGES/konsole.mo +share/locale/ast/LC_MESSAGES/konsole.mo share/locale/az/LC_MESSAGES/konsole.mo share/locale/be/LC_MESSAGES/konsole.mo share/locale/be@latin/LC_MESSAGES/konsole.mo @@ -131,5 +107,5 @@ share/locale/xh/LC_MESSAGES/konsole.mo share/locale/zh_CN/LC_MESSAGES/konsole.mo share/locale/zh_TW/LC_MESSAGES/konsole.mo share/metainfo/org.kde.konsole.appdata.xml -share/qlogging-categories5/konsole.categories +share/qlogging-categories6/konsole.categories share/zsh/site-functions/_konsole diff --git a/x11/plasma-wayland-protocols/Makefile b/x11/plasma-wayland-protocols/Makefile index 7eebf77f99aa..d2d654aa6d58 100644 --- a/x11/plasma-wayland-protocols/Makefile +++ b/x11/plasma-wayland-protocols/Makefile @@ -1,5 +1,6 @@ PORTNAME= plasma-wayland-protocols DISTVERSION= 1.15.0 +PORTREVISION= 1 CATEGORIES= x11 kde MASTER_SITES= KDE/stable/${PORTNAME}/ @@ -10,9 +11,9 @@ WWW= https://github.com/kde/plasma-wayland-protocols LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING.LIB -USES= cmake kde:5 qt:5 tar:xz +USES= cmake kde:6 qt:6 tar:xz USE_KDE= ecm:build -USE_QT= buildtools:build core:build qmake:build +USE_QT= base:build NO_ARCH= yes diff --git a/x11/plasma5-kactivitymanagerd/Makefile b/x11/plasma5-kactivitymanagerd/Makefile deleted file mode 100644 index 5f288577bc4a..000000000000 --- a/x11/plasma5-kactivitymanagerd/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -PORTNAME= kactivitymanagerd -DISTVERSION= ${KDE_PLASMA_VERSION} -CATEGORIES= x11 kde kde-plasma - -MAINTAINER= kde@FreeBSD.org -COMMENT= System service to manage user's activities, track the usage patterns -WWW= https://www.kde.org/plasma-desktop - -BUILD_DEPENDS= ${LOCALBASE}/include/boost/range/algorithm.hpp:devel/boost-libs - -USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz xorg -USE_KDE= auth codecs config configwidgets coreaddons crash dbusaddons \ - globalaccel i18n kio service widgetsaddons windowsystem xmlgui \ - ecm:build -USE_QT= concurrent core dbus gui network sql widgets xml \ - buildtools:build qmake:build -USE_XORG= x11 - -.include <bsd.port.mk> diff --git a/x11/plasma5-kactivitymanagerd/distinfo b/x11/plasma5-kactivitymanagerd/distinfo deleted file mode 100644 index 0dbfec58dc63..000000000000 --- a/x11/plasma5-kactivitymanagerd/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1709790896 -SHA256 (KDE/plasma/5.27.11/kactivitymanagerd-5.27.11.tar.xz) = b2bb77b309850c6df61093cdbaf66faad122bf3be91428a3f42baeb907c45cd5 -SIZE (KDE/plasma/5.27.11/kactivitymanagerd-5.27.11.tar.xz) = 126972 diff --git a/x11/plasma5-kactivitymanagerd/pkg-descr b/x11/plasma5-kactivitymanagerd/pkg-descr deleted file mode 100644 index d1a740bc0dac..000000000000 --- a/x11/plasma5-kactivitymanagerd/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -KActivities provides the infrastructure needed to manage a user's activites, -allowing them to switch between tasks, and for applications to update their -state to match the user's current activity. This includes a daemon, a library -for interacting with that daemon, and plugins for integration with other -frameworks. diff --git a/x11/plasma5-kactivitymanagerd/pkg-plist b/x11/plasma5-kactivitymanagerd/pkg-plist deleted file mode 100644 index 1328d3189461..000000000000 --- a/x11/plasma5-kactivitymanagerd/pkg-plist +++ /dev/null @@ -1,82 +0,0 @@ -lib/libexec/kactivitymanagerd -lib/libkactivitymanagerd_plugin.so -%%QT_PLUGINDIR%%/kactivitymanagerd/1/kactivitymanagerd_plugin_activityrunner.so -%%QT_PLUGINDIR%%/kactivitymanagerd/1/kactivitymanagerd_plugin_activitytemplates.so -%%QT_PLUGINDIR%%/kactivitymanagerd/1/kactivitymanagerd_plugin_eventspy.so -%%QT_PLUGINDIR%%/kactivitymanagerd/1/kactivitymanagerd_plugin_globalshortcuts.so -%%QT_PLUGINDIR%%/kactivitymanagerd/1/kactivitymanagerd_plugin_gtk_eventspy.so -%%QT_PLUGINDIR%%/kactivitymanagerd/1/kactivitymanagerd_plugin_runapplication.so -%%QT_PLUGINDIR%%/kactivitymanagerd/1/kactivitymanagerd_plugin_slc.so -%%QT_PLUGINDIR%%/kactivitymanagerd/1/kactivitymanagerd_plugin_sqlite.so -%%QT_PLUGINDIR%%/kactivitymanagerd/1/kactivitymanagerd_plugin_virtualdesktopswitch.so -lib/systemd/user/plasma-kactivitymanagerd.service -share/dbus-1/services/org.kde.ActivityManager.service -share/krunner/dbusplugins/plasma-runnners-activities.desktop -share/kservices5/kactivitymanagerd.desktop -share/locale/ar/LC_MESSAGES/kactivities5.mo -share/locale/az/LC_MESSAGES/kactivities5.mo -share/locale/bg/LC_MESSAGES/kactivities5.mo -share/locale/bs/LC_MESSAGES/kactivities5.mo -share/locale/ca/LC_MESSAGES/kactivities5.mo -share/locale/ca@valencia/LC_MESSAGES/kactivities5.mo -share/locale/cs/LC_MESSAGES/kactivities5.mo -share/locale/da/LC_MESSAGES/kactivities5.mo -share/locale/de/LC_MESSAGES/kactivities5.mo -share/locale/el/LC_MESSAGES/kactivities5.mo -share/locale/en_GB/LC_MESSAGES/kactivities5.mo -share/locale/es/LC_MESSAGES/kactivities5.mo -share/locale/et/LC_MESSAGES/kactivities5.mo -share/locale/eu/LC_MESSAGES/kactivities5.mo -share/locale/fi/LC_MESSAGES/kactivities5.mo -share/locale/fr/LC_MESSAGES/kactivities5.mo -share/locale/ga/LC_MESSAGES/kactivities5.mo -share/locale/gd/LC_MESSAGES/kactivities5.mo -share/locale/gl/LC_MESSAGES/kactivities5.mo -share/locale/gu/LC_MESSAGES/kactivities5.mo -share/locale/he/LC_MESSAGES/kactivities5.mo -share/locale/hi/LC_MESSAGES/kactivities5.mo -share/locale/hr/LC_MESSAGES/kactivities5.mo -share/locale/hu/LC_MESSAGES/kactivities5.mo -share/locale/ia/LC_MESSAGES/kactivities5.mo -share/locale/id/LC_MESSAGES/kactivities5.mo -share/locale/is/LC_MESSAGES/kactivities5.mo -share/locale/it/LC_MESSAGES/kactivities5.mo -share/locale/ja/LC_MESSAGES/kactivities5.mo -share/locale/ka/LC_MESSAGES/kactivities5.mo -share/locale/kk/LC_MESSAGES/kactivities5.mo -share/locale/km/LC_MESSAGES/kactivities5.mo -share/locale/kn/LC_MESSAGES/kactivities5.mo -share/locale/ko/LC_MESSAGES/kactivities5.mo -share/locale/lt/LC_MESSAGES/kactivities5.mo -share/locale/lv/LC_MESSAGES/kactivities5.mo -share/locale/ml/LC_MESSAGES/kactivities5.mo -share/locale/mr/LC_MESSAGES/kactivities5.mo -share/locale/ms/LC_MESSAGES/kactivities5.mo -share/locale/nb/LC_MESSAGES/kactivities5.mo -share/locale/nds/LC_MESSAGES/kactivities5.mo -share/locale/nl/LC_MESSAGES/kactivities5.mo -share/locale/nn/LC_MESSAGES/kactivities5.mo -share/locale/pa/LC_MESSAGES/kactivities5.mo -share/locale/pl/LC_MESSAGES/kactivities5.mo -share/locale/pt/LC_MESSAGES/kactivities5.mo -share/locale/pt_BR/LC_MESSAGES/kactivities5.mo -share/locale/ro/LC_MESSAGES/kactivities5.mo -share/locale/ru/LC_MESSAGES/kactivities5.mo -share/locale/se/LC_MESSAGES/kactivities5.mo -share/locale/sk/LC_MESSAGES/kactivities5.mo -share/locale/sl/LC_MESSAGES/kactivities5.mo -share/locale/sr/LC_MESSAGES/kactivities5.mo -share/locale/sr@ijekavian/LC_MESSAGES/kactivities5.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/kactivities5.mo -share/locale/sr@latin/LC_MESSAGES/kactivities5.mo -share/locale/sv/LC_MESSAGES/kactivities5.mo -share/locale/tg/LC_MESSAGES/kactivities5.mo -share/locale/th/LC_MESSAGES/kactivities5.mo -share/locale/tr/LC_MESSAGES/kactivities5.mo -share/locale/ug/LC_MESSAGES/kactivities5.mo -share/locale/uk/LC_MESSAGES/kactivities5.mo -share/locale/vi/LC_MESSAGES/kactivities5.mo -share/locale/wa/LC_MESSAGES/kactivities5.mo -share/locale/zh_CN/LC_MESSAGES/kactivities5.mo -share/locale/zh_TW/LC_MESSAGES/kactivities5.mo -share/qlogging-categories5/kactivitymanagerd.categories diff --git a/x11/plasma5-kgamma5/Makefile b/x11/plasma5-kgamma5/Makefile deleted file mode 100644 index 9672ed6234e6..000000000000 --- a/x11/plasma5-kgamma5/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -PORTNAME= kgamma -DISTVERSION= ${KDE_PLASMA_VERSION} -CATEGORIES= x11 kde kde-plasma - -MAINTAINER= kde@FreeBSD.org -COMMENT= Plasma5 display gamma settings -WWW= https://www.kde.org/plasma-desktop - -USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz xorg -USE_KDE= auth codecs config configwidgets coreaddons i18n init service \ - widgetsaddons \ - doctools:build ecm:build -USE_QT= core gui widgets xml \ - buildtools:build qmake:build -USE_XORG= ice sm x11 xext xxf86vm - -.include <bsd.port.mk> diff --git a/x11/plasma5-kgamma5/distinfo b/x11/plasma5-kgamma5/distinfo deleted file mode 100644 index 1d4e1b649969..000000000000 --- a/x11/plasma5-kgamma5/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1709790897 -SHA256 (KDE/plasma/5.27.11/kgamma-5.27.11.tar.xz) = b654d80344ab8e5fdb7eec9fed98c68998a24430c354b8c591569f066e13d678 -SIZE (KDE/plasma/5.27.11/kgamma-5.27.11.tar.xz) = 88576 diff --git a/x11/plasma5-kgamma5/pkg-descr b/x11/plasma5-kgamma5/pkg-descr deleted file mode 100644 index f7b9777ae214..000000000000 --- a/x11/plasma5-kgamma5/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -Adjust your monitor's gamma settings diff --git a/x11/plasma5-kgamma5/pkg-plist b/x11/plasma5-kgamma5/pkg-plist deleted file mode 100644 index 3587155285e4..000000000000 --- a/x11/plasma5-kgamma5/pkg-plist +++ /dev/null @@ -1,117 +0,0 @@ -%%QT_PLUGINDIR%%/plasma/kcminit/kcm_kgamma_init.so -%%QT_PLUGINDIR%%/plasma/kcms/systemsettings/kcm_kgamma.so -share/doc/HTML/ca/kcontrol/kgamma5/index.cache.bz2 -share/doc/HTML/ca/kcontrol/kgamma5/index.docbook -share/doc/HTML/cs/kcontrol/kgamma5/index.cache.bz2 -share/doc/HTML/cs/kcontrol/kgamma5/index.docbook -share/doc/HTML/de/kcontrol/kgamma5/index.cache.bz2 -share/doc/HTML/de/kcontrol/kgamma5/index.docbook -share/doc/HTML/en/kcontrol/kgamma5/index.cache.bz2 -share/doc/HTML/en/kcontrol/kgamma5/index.docbook -share/doc/HTML/es/kcontrol/kgamma5/index.cache.bz2 -share/doc/HTML/es/kcontrol/kgamma5/index.docbook -share/doc/HTML/et/kcontrol/kgamma5/index.cache.bz2 -share/doc/HTML/et/kcontrol/kgamma5/index.docbook -share/doc/HTML/fr/kcontrol/kgamma5/index.cache.bz2 -share/doc/HTML/fr/kcontrol/kgamma5/index.docbook -share/doc/HTML/id/kcontrol/kgamma5/index.cache.bz2 -share/doc/HTML/id/kcontrol/kgamma5/index.docbook -share/doc/HTML/it/kcontrol/kgamma5/index.cache.bz2 -share/doc/HTML/it/kcontrol/kgamma5/index.docbook -share/doc/HTML/nl/kcontrol/kgamma5/index.cache.bz2 -share/doc/HTML/nl/kcontrol/kgamma5/index.docbook -share/doc/HTML/pt/kcontrol/kgamma5/index.cache.bz2 -share/doc/HTML/pt/kcontrol/kgamma5/index.docbook -share/doc/HTML/pt_BR/kcontrol/kgamma5/index.cache.bz2 -share/doc/HTML/pt_BR/kcontrol/kgamma5/index.docbook -share/doc/HTML/ru/kcontrol/kgamma5/index.cache.bz2 -share/doc/HTML/ru/kcontrol/kgamma5/index.docbook -share/doc/HTML/sv/kcontrol/kgamma5/index.cache.bz2 -share/doc/HTML/sv/kcontrol/kgamma5/index.docbook -share/doc/HTML/tr/kcontrol/kgamma5/index.cache.bz2 -share/doc/HTML/tr/kcontrol/kgamma5/index.docbook -share/doc/HTML/uk/kcontrol/kgamma5/index.cache.bz2 -share/doc/HTML/uk/kcontrol/kgamma5/index.docbook -share/kgamma/pics/background.png -share/kgamma/pics/cmyscale.png -share/kgamma/pics/darkgrey.png -share/kgamma/pics/greyscale.png -share/kgamma/pics/lightgrey.png -share/kgamma/pics/midgrey.png -share/kgamma/pics/rgbscale.png -share/locale/ar/LC_MESSAGES/kcmkgamma.mo -share/locale/az/LC_MESSAGES/kcmkgamma.mo -share/locale/be/LC_MESSAGES/kcmkgamma.mo -share/locale/bg/LC_MESSAGES/kcmkgamma.mo -share/locale/br/LC_MESSAGES/kcmkgamma.mo -share/locale/bs/LC_MESSAGES/kcmkgamma.mo -share/locale/ca/LC_MESSAGES/kcmkgamma.mo -share/locale/ca@valencia/LC_MESSAGES/kcmkgamma.mo -share/locale/cs/LC_MESSAGES/kcmkgamma.mo -share/locale/cy/LC_MESSAGES/kcmkgamma.mo -share/locale/da/LC_MESSAGES/kcmkgamma.mo -share/locale/de/LC_MESSAGES/kcmkgamma.mo -share/locale/el/LC_MESSAGES/kcmkgamma.mo -share/locale/en_GB/LC_MESSAGES/kcmkgamma.mo -share/locale/eo/LC_MESSAGES/kcmkgamma.mo -share/locale/es/LC_MESSAGES/kcmkgamma.mo -share/locale/et/LC_MESSAGES/kcmkgamma.mo -share/locale/eu/LC_MESSAGES/kcmkgamma.mo -share/locale/fa/LC_MESSAGES/kcmkgamma.mo -share/locale/fi/LC_MESSAGES/kcmkgamma.mo -share/locale/fr/LC_MESSAGES/kcmkgamma.mo -share/locale/fy/LC_MESSAGES/kcmkgamma.mo -share/locale/ga/LC_MESSAGES/kcmkgamma.mo -share/locale/gl/LC_MESSAGES/kcmkgamma.mo -share/locale/he/LC_MESSAGES/kcmkgamma.mo -share/locale/hi/LC_MESSAGES/kcmkgamma.mo -share/locale/hne/LC_MESSAGES/kcmkgamma.mo -share/locale/hr/LC_MESSAGES/kcmkgamma.mo -share/locale/hu/LC_MESSAGES/kcmkgamma.mo -share/locale/ia/LC_MESSAGES/kcmkgamma.mo -share/locale/id/LC_MESSAGES/kcmkgamma.mo -share/locale/is/LC_MESSAGES/kcmkgamma.mo -share/locale/it/LC_MESSAGES/kcmkgamma.mo -share/locale/ja/LC_MESSAGES/kcmkgamma.mo -share/locale/ka/LC_MESSAGES/kcmkgamma.mo -share/locale/kk/LC_MESSAGES/kcmkgamma.mo -share/locale/km/LC_MESSAGES/kcmkgamma.mo -share/locale/ko/LC_MESSAGES/kcmkgamma.mo -share/locale/lt/LC_MESSAGES/kcmkgamma.mo -share/locale/lv/LC_MESSAGES/kcmkgamma.mo -share/locale/mk/LC_MESSAGES/kcmkgamma.mo -share/locale/ml/LC_MESSAGES/kcmkgamma.mo -share/locale/mr/LC_MESSAGES/kcmkgamma.mo -share/locale/ms/LC_MESSAGES/kcmkgamma.mo -share/locale/nb/LC_MESSAGES/kcmkgamma.mo -share/locale/nds/LC_MESSAGES/kcmkgamma.mo -share/locale/ne/LC_MESSAGES/kcmkgamma.mo -share/locale/nl/LC_MESSAGES/kcmkgamma.mo -share/locale/nn/LC_MESSAGES/kcmkgamma.mo -share/locale/oc/LC_MESSAGES/kcmkgamma.mo -share/locale/pa/LC_MESSAGES/kcmkgamma.mo -share/locale/pl/LC_MESSAGES/kcmkgamma.mo -share/locale/pt/LC_MESSAGES/kcmkgamma.mo -share/locale/pt_BR/LC_MESSAGES/kcmkgamma.mo -share/locale/ro/LC_MESSAGES/kcmkgamma.mo -share/locale/ru/LC_MESSAGES/kcmkgamma.mo -share/locale/se/LC_MESSAGES/kcmkgamma.mo -share/locale/si/LC_MESSAGES/kcmkgamma.mo -share/locale/sk/LC_MESSAGES/kcmkgamma.mo -share/locale/sl/LC_MESSAGES/kcmkgamma.mo -share/locale/sq/LC_MESSAGES/kcmkgamma.mo -share/locale/sr/LC_MESSAGES/kcmkgamma.mo -share/locale/sr@ijekavian/LC_MESSAGES/kcmkgamma.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmkgamma.mo -share/locale/sr@latin/LC_MESSAGES/kcmkgamma.mo -share/locale/sv/LC_MESSAGES/kcmkgamma.mo -share/locale/ta/LC_MESSAGES/kcmkgamma.mo -share/locale/tg/LC_MESSAGES/kcmkgamma.mo -share/locale/th/LC_MESSAGES/kcmkgamma.mo -share/locale/tr/LC_MESSAGES/kcmkgamma.mo -share/locale/ug/LC_MESSAGES/kcmkgamma.mo -share/locale/uk/LC_MESSAGES/kcmkgamma.mo -share/locale/vi/LC_MESSAGES/kcmkgamma.mo -share/locale/zh_CN/LC_MESSAGES/kcmkgamma.mo -share/locale/zh_HK/LC_MESSAGES/kcmkgamma.mo -share/locale/zh_TW/LC_MESSAGES/kcmkgamma.mo diff --git a/x11/plasma5-kscreen/Makefile b/x11/plasma5-kscreen/Makefile deleted file mode 100644 index 4b4406d388e0..000000000000 --- a/x11/plasma5-kscreen/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -PORTNAME= kscreen -DISTVERSION= ${KDE_PLASMA_VERSION} -CATEGORIES= x11 kde kde-plasma - -MAINTAINER= kde@FreeBSD.org -COMMENT= Plasma5 screen management library -WWW= https://www.kde.org/plasma-desktop - -LIB_DEPENDS= libxcb-util.so:x11/xcb-util - -USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz xorg -USE_KDE= auth codecs config configwidgets coreaddons dbusaddons \ - globalaccel i18n kcmutils kdeclarative layer-shell-qt \ - libkscreen package plasma-framework service widgetsaddons \ - windowsystem xmlgui \ - ecm:build -USE_QT= core dbus declarative gui network sensors widgets x11extras \ - xml \ - buildtools:build qmake:build testlib:build -USE_XORG= x11 xcb xext xi - -.include <bsd.port.mk> diff --git a/x11/plasma5-kscreen/distinfo b/x11/plasma5-kscreen/distinfo deleted file mode 100644 index 2516ee08cb21..000000000000 --- a/x11/plasma5-kscreen/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1709790898 -SHA256 (KDE/plasma/5.27.11/kscreen-5.27.11.tar.xz) = 7e7f7a8ef4e7d5c8567653b8278c3412ff28bbb55d37a28ad890be144acbc753 -SIZE (KDE/plasma/5.27.11/kscreen-5.27.11.tar.xz) = 186972 diff --git a/x11/plasma5-kscreen/pkg-descr b/x11/plasma5-kscreen/pkg-descr deleted file mode 100644 index ea3f34b821fe..000000000000 --- a/x11/plasma5-kscreen/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -KDE's screen management software diff --git a/x11/plasma5-kscreen/pkg-plist b/x11/plasma5-kscreen/pkg-plist deleted file mode 100644 index 8f7e2b961580..000000000000 --- a/x11/plasma5-kscreen/pkg-plist +++ /dev/null @@ -1,216 +0,0 @@ -bin/kscreen-console -lib/libexec/kscreen_osd_service -%%QT_PLUGINDIR%%/kf5/kded/kscreen.so -%%QT_PLUGINDIR%%/plasma/applets/plasma_applet_kscreen.so -%%QT_PLUGINDIR%%/plasma/kcms/systemsettings/kcm_kscreen.so -lib/systemd/user/plasma-kscreen-osd.service -share/applications/kcm_kscreen.desktop -share/dbus-1/services/org.kde.kscreen.osdService.service -share/kpackage/kcms/kcm_kscreen/contents/ui/Orientation.qml -share/kpackage/kcms/kcm_kscreen/contents/ui/Output.qml -share/kpackage/kcms/kcm_kscreen/contents/ui/OutputPanel.qml -share/kpackage/kcms/kcm_kscreen/contents/ui/Panel.qml -share/kpackage/kcms/kcm_kscreen/contents/ui/RotationButton.qml -share/kpackage/kcms/kcm_kscreen/contents/ui/Screen.qml -share/kpackage/kcms/kcm_kscreen/contents/ui/main.qml -share/kservices5/plasma-applet-org.kde.kscreen.desktop -share/locale/ar/LC_MESSAGES/kcm_kscreen.mo -share/locale/ar/LC_MESSAGES/kscreen.mo -share/locale/ar/LC_MESSAGES/kscreen_common.mo -share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo -share/locale/az/LC_MESSAGES/kcm_kscreen.mo -share/locale/az/LC_MESSAGES/kscreen.mo -share/locale/az/LC_MESSAGES/kscreen_common.mo -share/locale/az/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo -share/locale/bg/LC_MESSAGES/kcm_kscreen.mo -share/locale/bg/LC_MESSAGES/kscreen.mo -share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo -share/locale/bs/LC_MESSAGES/kcm_kscreen.mo -share/locale/bs/LC_MESSAGES/kscreen.mo -share/locale/ca/LC_MESSAGES/kcm_kscreen.mo -share/locale/ca/LC_MESSAGES/kscreen.mo -share/locale/ca/LC_MESSAGES/kscreen_common.mo -share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo -share/locale/ca@valencia/LC_MESSAGES/kcm_kscreen.mo -share/locale/ca@valencia/LC_MESSAGES/kscreen.mo -share/locale/ca@valencia/LC_MESSAGES/kscreen_common.mo -share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo -share/locale/cs/LC_MESSAGES/kcm_kscreen.mo -share/locale/cs/LC_MESSAGES/kscreen.mo -share/locale/cs/LC_MESSAGES/kscreen_common.mo -share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo -share/locale/da/LC_MESSAGES/kcm_kscreen.mo -share/locale/da/LC_MESSAGES/kscreen.mo -share/locale/da/LC_MESSAGES/kscreen_common.mo -share/locale/da/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo -share/locale/de/LC_MESSAGES/kcm_kscreen.mo -share/locale/de/LC_MESSAGES/kscreen.mo -share/locale/de/LC_MESSAGES/kscreen_common.mo -share/locale/de/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo -share/locale/el/LC_MESSAGES/kcm_kscreen.mo -share/locale/el/LC_MESSAGES/kscreen.mo -share/locale/el/LC_MESSAGES/kscreen_common.mo -share/locale/el/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo -share/locale/en_GB/LC_MESSAGES/kcm_kscreen.mo -share/locale/en_GB/LC_MESSAGES/kscreen.mo -share/locale/en_GB/LC_MESSAGES/kscreen_common.mo -share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo -share/locale/es/LC_MESSAGES/kcm_kscreen.mo -share/locale/es/LC_MESSAGES/kscreen.mo -share/locale/es/LC_MESSAGES/kscreen_common.mo -share/locale/es/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo -share/locale/et/LC_MESSAGES/kcm_kscreen.mo -share/locale/et/LC_MESSAGES/kscreen.mo -share/locale/et/LC_MESSAGES/kscreen_common.mo -share/locale/et/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo -share/locale/eu/LC_MESSAGES/kcm_kscreen.mo -share/locale/eu/LC_MESSAGES/kscreen.mo -share/locale/eu/LC_MESSAGES/kscreen_common.mo -share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo -share/locale/fi/LC_MESSAGES/kcm_kscreen.mo -share/locale/fi/LC_MESSAGES/kscreen.mo -share/locale/fi/LC_MESSAGES/kscreen_common.mo -share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo -share/locale/fr/LC_MESSAGES/kcm_kscreen.mo -share/locale/fr/LC_MESSAGES/kscreen.mo -share/locale/fr/LC_MESSAGES/kscreen_common.mo -share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo -share/locale/gl/LC_MESSAGES/kcm_kscreen.mo -share/locale/gl/LC_MESSAGES/kscreen.mo -share/locale/gl/LC_MESSAGES/kscreen_common.mo -share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo -share/locale/he/LC_MESSAGES/kcm_kscreen.mo -share/locale/he/LC_MESSAGES/kscreen.mo -share/locale/hsb/LC_MESSAGES/kcm_kscreen.mo -share/locale/hsb/LC_MESSAGES/kscreen.mo -share/locale/hsb/LC_MESSAGES/kscreen_common.mo -share/locale/hsb/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo -share/locale/hu/LC_MESSAGES/kcm_kscreen.mo -share/locale/hu/LC_MESSAGES/kscreen.mo -share/locale/hu/LC_MESSAGES/kscreen_common.mo -share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo -share/locale/ia/LC_MESSAGES/kcm_kscreen.mo -share/locale/ia/LC_MESSAGES/kscreen.mo -share/locale/ia/LC_MESSAGES/kscreen_common.mo -share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo -share/locale/id/LC_MESSAGES/kcm_kscreen.mo -share/locale/id/LC_MESSAGES/kscreen.mo -share/locale/id/LC_MESSAGES/kscreen_common.mo -share/locale/id/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo -share/locale/it/LC_MESSAGES/kcm_kscreen.mo -share/locale/it/LC_MESSAGES/kscreen.mo -share/locale/it/LC_MESSAGES/kscreen_common.mo -share/locale/it/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo -share/locale/ja/LC_MESSAGES/kcm_kscreen.mo -share/locale/ja/LC_MESSAGES/kscreen.mo -share/locale/ja/LC_MESSAGES/kscreen_common.mo -share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo -share/locale/ka/LC_MESSAGES/kcm_kscreen.mo -share/locale/ka/LC_MESSAGES/kscreen.mo -share/locale/ka/LC_MESSAGES/kscreen_common.mo -share/locale/ka/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo -share/locale/ko/LC_MESSAGES/kcm_kscreen.mo -share/locale/ko/LC_MESSAGES/kscreen.mo -share/locale/ko/LC_MESSAGES/kscreen_common.mo -share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo -share/locale/lt/LC_MESSAGES/kcm_kscreen.mo -share/locale/lt/LC_MESSAGES/kscreen.mo -share/locale/lt/LC_MESSAGES/kscreen_common.mo -share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo -share/locale/lv/LC_MESSAGES/kscreen.mo -share/locale/lv/LC_MESSAGES/kscreen_common.mo -share/locale/lv/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo -share/locale/ml/LC_MESSAGES/kcm_kscreen.mo -share/locale/ml/LC_MESSAGES/kscreen.mo -share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo -share/locale/nb/LC_MESSAGES/kcm_kscreen.mo -share/locale/nb/LC_MESSAGES/kscreen.mo -share/locale/nb/LC_MESSAGES/kscreen_common.mo -share/locale/nl/LC_MESSAGES/kcm_kscreen.mo -share/locale/nl/LC_MESSAGES/kscreen.mo -share/locale/nl/LC_MESSAGES/kscreen_common.mo -share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo -share/locale/nn/LC_MESSAGES/kcm_kscreen.mo -share/locale/nn/LC_MESSAGES/kscreen.mo -share/locale/nn/LC_MESSAGES/kscreen_common.mo -share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo -share/locale/pa/LC_MESSAGES/kcm_kscreen.mo -share/locale/pa/LC_MESSAGES/kscreen.mo -share/locale/pa/LC_MESSAGES/kscreen_common.mo -share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo -share/locale/pl/LC_MESSAGES/kcm_kscreen.mo -share/locale/pl/LC_MESSAGES/kscreen.mo -share/locale/pl/LC_MESSAGES/kscreen_common.mo -share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo -share/locale/pt/LC_MESSAGES/kcm_kscreen.mo -share/locale/pt/LC_MESSAGES/kscreen.mo -share/locale/pt/LC_MESSAGES/kscreen_common.mo -share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo -share/locale/pt_BR/LC_MESSAGES/kcm_kscreen.mo -share/locale/pt_BR/LC_MESSAGES/kscreen.mo -share/locale/pt_BR/LC_MESSAGES/kscreen_common.mo -share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo -share/locale/ro/LC_MESSAGES/kcm_kscreen.mo -share/locale/ro/LC_MESSAGES/kscreen.mo -share/locale/ro/LC_MESSAGES/kscreen_common.mo -share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo -share/locale/ru/LC_MESSAGES/kcm_kscreen.mo -share/locale/ru/LC_MESSAGES/kscreen.mo -share/locale/ru/LC_MESSAGES/kscreen_common.mo -share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo -share/locale/sk/LC_MESSAGES/kcm_kscreen.mo -share/locale/sk/LC_MESSAGES/kscreen.mo -share/locale/sk/LC_MESSAGES/kscreen_common.mo -share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo -share/locale/sl/LC_MESSAGES/kcm_kscreen.mo -share/locale/sl/LC_MESSAGES/kscreen.mo -share/locale/sl/LC_MESSAGES/kscreen_common.mo -share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo -share/locale/sr/LC_MESSAGES/kcm_kscreen.mo -share/locale/sr/LC_MESSAGES/kscreen.mo -share/locale/sr/LC_MESSAGES/kscreen_common.mo -share/locale/sr@ijekavian/LC_MESSAGES/kcm_kscreen.mo -share/locale/sr@ijekavian/LC_MESSAGES/kscreen.mo -share/locale/sr@ijekavian/LC_MESSAGES/kscreen_common.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_kscreen.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/kscreen.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/kscreen_common.mo -share/locale/sr@latin/LC_MESSAGES/kcm_kscreen.mo -share/locale/sr@latin/LC_MESSAGES/kscreen.mo -share/locale/sr@latin/LC_MESSAGES/kscreen_common.mo -share/locale/sv/LC_MESSAGES/kcm_kscreen.mo -share/locale/sv/LC_MESSAGES/kscreen.mo -share/locale/sv/LC_MESSAGES/kscreen_common.mo -share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo -share/locale/ta/LC_MESSAGES/kcm_kscreen.mo -share/locale/ta/LC_MESSAGES/kscreen.mo -share/locale/ta/LC_MESSAGES/kscreen_common.mo -share/locale/ta/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo -share/locale/tg/LC_MESSAGES/kcm_kscreen.mo -share/locale/tg/LC_MESSAGES/kscreen.mo -share/locale/tg/LC_MESSAGES/kscreen_common.mo -share/locale/tg/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo -share/locale/tr/LC_MESSAGES/kcm_kscreen.mo -share/locale/tr/LC_MESSAGES/kscreen.mo -share/locale/tr/LC_MESSAGES/kscreen_common.mo -share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo -share/locale/uk/LC_MESSAGES/kcm_kscreen.mo -share/locale/uk/LC_MESSAGES/kscreen.mo -share/locale/uk/LC_MESSAGES/kscreen_common.mo -share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo -share/locale/zh_CN/LC_MESSAGES/kcm_kscreen.mo -share/locale/zh_CN/LC_MESSAGES/kscreen.mo -share/locale/zh_CN/LC_MESSAGES/kscreen_common.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo -share/locale/zh_TW/LC_MESSAGES/kcm_kscreen.mo -share/locale/zh_TW/LC_MESSAGES/kscreen.mo -share/locale/zh_TW/LC_MESSAGES/kscreen_common.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo -share/metainfo/org.kde.kscreen.appdata.xml -share/plasma/plasmoids/org.kde.kscreen/contents/ui/InhibitionHint.qml -share/plasma/plasmoids/org.kde.kscreen/contents/ui/PresentationModeItem.qml -share/plasma/plasmoids/org.kde.kscreen/contents/ui/ScreenLayoutSelection.qml -share/plasma/plasmoids/org.kde.kscreen/contents/ui/main.qml -share/plasma/plasmoids/org.kde.kscreen/metadata.desktop -share/plasma/plasmoids/org.kde.kscreen/metadata.json -share/qlogging-categories5/kscreen.categories diff --git a/x11/plasma5-kwayland-integration/Makefile b/x11/plasma5-kwayland-integration/Makefile deleted file mode 100644 index e65d414e9b01..000000000000 --- a/x11/plasma5-kwayland-integration/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -PORTNAME= kwayland-integration -DISTVERSION= ${KDE_PLASMA_VERSION} -CATEGORIES= x11 kde kde-plasma - -MAINTAINER= kde@FreeBSD.org -COMMENT= Integration plugins for a Wayland-based desktop -WWW= https://www.kde.org/plasma-desktop - -LIB_DEPENDS= libepoxy.so:graphics/libepoxy \ - libwayland-client.so:graphics/wayland \ - libxkbcommon.so:x11/libxkbcommon -BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto \ - wayland-protocols>0:graphics/wayland-protocols - -USES= cmake compiler:c++11-lib gl kde:5 pkgconfig qt:5 tar:xz xorg -USE_GL= gl -USE_KDE= idletime wayland windowsystem \ - ecm:build plasma-wayland-protocols:build -USE_QT= core gui wayland widgets \ - buildtools:build qmake:build -USE_XORG= x11 - -.include <bsd.port.mk> diff --git a/x11/plasma5-kwayland-integration/distinfo b/x11/plasma5-kwayland-integration/distinfo deleted file mode 100644 index fabf32e96d71..000000000000 --- a/x11/plasma5-kwayland-integration/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1709790898 -SHA256 (KDE/plasma/5.27.11/kwayland-integration-5.27.11.tar.xz) = 8b4947bbe67b4a03ec5338763fab52407eb7419ca63db09ebdc7e8c2eb68bcb6 -SIZE (KDE/plasma/5.27.11/kwayland-integration-5.27.11.tar.xz) = 25708 diff --git a/x11/plasma5-kwayland-integration/pkg-descr b/x11/plasma5-kwayland-integration/pkg-descr deleted file mode 100644 index 2c1637815142..000000000000 --- a/x11/plasma5-kwayland-integration/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -Provides integration plugins for various KDE frameworks for -the wayland windowing system. diff --git a/x11/plasma5-kwayland-integration/pkg-plist b/x11/plasma5-kwayland-integration/pkg-plist deleted file mode 100644 index a243cef846b2..000000000000 --- a/x11/plasma5-kwayland-integration/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -%%QT_PLUGINDIR%%/kf5/kwindowsystem/KF5WindowSystemKWaylandPlugin.so -share/qlogging-categories5/kwindowsystem.kwayland.categories diff --git a/x11/plasma5-layer-shell-qt/Makefile b/x11/plasma5-layer-shell-qt/Makefile deleted file mode 100644 index e94d5f9ae9c5..000000000000 --- a/x11/plasma5-layer-shell-qt/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -PORTNAME= layer-shell-qt -DISTVERSION= ${KDE_PLASMA_VERSION} -CATEGORIES= x11 kde kde-plasma - -MAINTAINER= kde@FreeBSD.org -COMMENT= Qt component to make use of the Wayland wl-layer-shell protoco -WWW= https://kde.org/ - -BUILD_DEPENDS= wayland-protocols>0:graphics/wayland-protocols -LIB_DEPENDS= libwayland-client.so:graphics/wayland \ - libxkbcommon.so:x11/libxkbcommon - -USES= cmake compiler:c++11-lang gettext gl kde:5 pkgconfig qt:5 \ - tar:xz -USE_GL= gl -USE_KDE= ecm:build -USE_QT= core gui wayland \ - buildtools:build qmake:build - -.include <bsd.port.mk> diff --git a/x11/plasma5-layer-shell-qt/distinfo b/x11/plasma5-layer-shell-qt/distinfo deleted file mode 100644 index 50b5c0040841..000000000000 --- a/x11/plasma5-layer-shell-qt/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1709790899 -SHA256 (KDE/plasma/5.27.11/layer-shell-qt-5.27.11.tar.xz) = f4c321091619c9aeffe9e3568ff22ba4434538dcb3e89e6e23f5950d1e76d350 -SIZE (KDE/plasma/5.27.11/layer-shell-qt-5.27.11.tar.xz) = 18488 diff --git a/x11/plasma5-layer-shell-qt/pkg-descr b/x11/plasma5-layer-shell-qt/pkg-descr deleted file mode 100644 index acd89a040881..000000000000 --- a/x11/plasma5-layer-shell-qt/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This component is meant for applications to be able to easily use clients based -on wlr-layer-shell. Here you can read about what the protocol does and how -shells work: - -https://drewdevault.com/2018/07/29/Wayland-shells.html diff --git a/x11/plasma5-layer-shell-qt/pkg-plist b/x11/plasma5-layer-shell-qt/pkg-plist deleted file mode 100644 index bf760d678534..000000000000 --- a/x11/plasma5-layer-shell-qt/pkg-plist +++ /dev/null @@ -1,13 +0,0 @@ -include/LayerShellQt/Shell -include/LayerShellQt/Window -include/LayerShellQt/layershellqt_export.h -include/LayerShellQt/shell.h -include/LayerShellQt/window.h -lib/cmake/LayerShellQt/LayerShellQtConfig.cmake -lib/cmake/LayerShellQt/LayerShellQtConfigVersion.cmake -lib/cmake/LayerShellQt/LayerShellQtTargets-%%CMAKE_BUILD_TYPE%%.cmake -lib/cmake/LayerShellQt/LayerShellQtTargets.cmake -lib/libLayerShellQtInterface.so -lib/libLayerShellQtInterface.so.5 -lib/libLayerShellQtInterface.so.%%KDE_PLASMA_VERSION%% -%%QT_PLUGINDIR%%/wayland-shell-integration/liblayer-shell.so diff --git a/x11/plasma5-libkscreen/Makefile b/x11/plasma5-libkscreen/Makefile deleted file mode 100644 index d5d691dd60b9..000000000000 --- a/x11/plasma5-libkscreen/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -PORTNAME= libkscreen -DISTVERSION= ${KDE_PLASMA_VERSION} -PORTREVISION= 1 -CATEGORIES= x11 kde kde-plasma - -MAINTAINER= kde@FreeBSD.org -COMMENT= Plasma5 screen management library -WWW= https://www.kde.org/plasma-desktop - -LIB_DEPENDS= libwayland-client.so:graphics/wayland -RUN_DEPENDS= ${PNP_IDS_FILE}:misc/hwdata - -USES= cmake compiler:c++11-lib kde:5 pathfix pkgconfig qt:5 tar:xz \ - xorg -USE_KDE= config wayland \ - ecm:build plasma-wayland-protocols:build -USE_QT= core dbus gui wayland x11extras \ - buildtools:build qmake:build testlib:build -USE_XORG= x11 xcb xrandr - -PNP_IDS_FILE= ${LOCALBASE}/share/hwdata/pnp.ids - -post-patch: - @${REINPLACE_CMD} -e 's|/usr/share/hwdata/pnp.ids|${PNP_IDS_FILE}|' ${WRKSRC}/src/edid.cpp - -.include <bsd.port.mk> diff --git a/x11/plasma5-libkscreen/distinfo b/x11/plasma5-libkscreen/distinfo deleted file mode 100644 index a8c10ac9ff8b..000000000000 --- a/x11/plasma5-libkscreen/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1709790900 -SHA256 (KDE/plasma/5.27.11/libkscreen-5.27.11.tar.xz) = 0d11f41d489f32303988e5a2eee8cef7f4eb18faea5614e65bf202007ea21dd5 -SIZE (KDE/plasma/5.27.11/libkscreen-5.27.11.tar.xz) = 116052 diff --git a/x11/plasma5-libkscreen/pkg-descr b/x11/plasma5-libkscreen/pkg-descr deleted file mode 100644 index c43525620ed5..000000000000 --- a/x11/plasma5-libkscreen/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -Plasma5's screen management software diff --git a/x11/plasma5-libkscreen/pkg-plist b/x11/plasma5-libkscreen/pkg-plist deleted file mode 100644 index 8b57121350ba..000000000000 --- a/x11/plasma5-libkscreen/pkg-plist +++ /dev/null @@ -1,80 +0,0 @@ -bin/kscreen-doctor -include/KF5/KScreen/KScreen/Config -include/KF5/KScreen/KScreen/ConfigMonitor -include/KF5/KScreen/KScreen/ConfigOperation -include/KF5/KScreen/KScreen/EDID -include/KF5/KScreen/KScreen/GetConfigOperation -include/KF5/KScreen/KScreen/Log -include/KF5/KScreen/KScreen/Mode -include/KF5/KScreen/KScreen/Output -include/KF5/KScreen/KScreen/Screen -include/KF5/KScreen/KScreen/SetConfigOperation -include/KF5/KScreen/KScreen/Types -include/KF5/KScreen/KScreenDpms/Dpms -include/KF5/KScreen/kscreen/backendmanager_p.h -include/KF5/KScreen/kscreen/config.h -include/KF5/KScreen/kscreen/configmonitor.h -include/KF5/KScreen/kscreen/configoperation.h -include/KF5/KScreen/kscreen/edid.h -include/KF5/KScreen/kscreen/getconfigoperation.h -include/KF5/KScreen/kscreen/kscreen_export.h -include/KF5/KScreen/kscreen/log.h -include/KF5/KScreen/kscreen/mode.h -include/KF5/KScreen/kscreen/output.h -include/KF5/KScreen/kscreen/screen.h -include/KF5/KScreen/kscreen/setconfigoperation.h -include/KF5/KScreen/kscreen/types.h -include/KF5/KScreen/kscreendpms/dpms.h -include/KF5/KScreen/kscreendpms/kscreendpms_export.h -include/KF5/kscreen_version.h -lib/cmake/KF5Screen/KF5ScreenConfig.cmake -lib/cmake/KF5Screen/KF5ScreenConfigVersion.cmake -lib/cmake/KF5Screen/KF5ScreenTargets-%%CMAKE_BUILD_TYPE%%.cmake -lib/cmake/KF5Screen/KF5ScreenTargets.cmake -lib/libKF5Screen.so -lib/libKF5Screen.so.%%KDE_PLASMA_VERSION%% -lib/libKF5Screen.so.8 -lib/libKF5ScreenDpms.so -lib/libKF5ScreenDpms.so.%%KDE_PLASMA_VERSION%% -lib/libKF5ScreenDpms.so.8 -lib/libexec/kf5/kscreen_backend_launcher -%%QT_MKSPECDIR%%/modules/qt_KScreen.pri -%%QT_PLUGINDIR%%/kf5/kscreen/KSC_Fake.so -%%QT_PLUGINDIR%%/kf5/kscreen/KSC_KWayland.so -%%QT_PLUGINDIR%%/kf5/kscreen/KSC_QScreen.so -%%QT_PLUGINDIR%%/kf5/kscreen/KSC_XRandR.so -%%QT_PLUGINDIR%%/kf5/kscreen/KSC_XRandR11.so -lib/systemd/user/plasma-kscreen.service -libdata/pkgconfig/kscreen2.pc -share/dbus-1/services/org.kde.kscreen.service -share/locale/ca/LC_MESSAGES/libkscreen5_qt.qm -share/locale/ca@valencia/LC_MESSAGES/libkscreen5_qt.qm -share/locale/cs/LC_MESSAGES/libkscreen5_qt.qm -share/locale/de/LC_MESSAGES/libkscreen5_qt.qm -share/locale/en_GB/LC_MESSAGES/libkscreen5_qt.qm -share/locale/es/LC_MESSAGES/libkscreen5_qt.qm -share/locale/eu/LC_MESSAGES/libkscreen5_qt.qm -share/locale/fi/LC_MESSAGES/libkscreen5_qt.qm -share/locale/fr/LC_MESSAGES/libkscreen5_qt.qm -share/locale/gl/LC_MESSAGES/libkscreen5_qt.qm -share/locale/id/LC_MESSAGES/libkscreen5_qt.qm -share/locale/it/LC_MESSAGES/libkscreen5_qt.qm -share/locale/ja/LC_MESSAGES/libkscreen5_qt.qm -share/locale/ka/LC_MESSAGES/libkscreen5_qt.qm -share/locale/ko/LC_MESSAGES/libkscreen5_qt.qm -share/locale/nl/LC_MESSAGES/libkscreen5_qt.qm -share/locale/nn/LC_MESSAGES/libkscreen5_qt.qm -share/locale/pl/LC_MESSAGES/libkscreen5_qt.qm -share/locale/pt/LC_MESSAGES/libkscreen5_qt.qm -share/locale/pt_BR/LC_MESSAGES/libkscreen5_qt.qm -share/locale/ro/LC_MESSAGES/libkscreen5_qt.qm -share/locale/ru/LC_MESSAGES/libkscreen5_qt.qm -share/locale/sk/LC_MESSAGES/libkscreen5_qt.qm -share/locale/sl/LC_MESSAGES/libkscreen5_qt.qm -share/locale/sv/LC_MESSAGES/libkscreen5_qt.qm -share/locale/tr/LC_MESSAGES/libkscreen5_qt.qm -share/locale/uk/LC_MESSAGES/libkscreen5_qt.qm -share/locale/zh_CN/LC_MESSAGES/libkscreen5_qt.qm -share/locale/zh_TW/LC_MESSAGES/libkscreen5_qt.qm -share/qlogging-categories5/libkscreen.categories -share/zsh/site-functions/_kscreen-doctor diff --git a/x11/plasma5-plasma-bigscreen/Makefile b/x11/plasma5-plasma-bigscreen/Makefile deleted file mode 100644 index f18dbb0fe627..000000000000 --- a/x11/plasma5-plasma-bigscreen/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -PORTNAME= plasma-bigscreen -DISTVERSION= ${KDE_PLASMA_VERSION} -CATEGORIES= x11 kde kde-plasma - -MAINTAINER= kde@FreeBSD.org -COMMENT= Plasma5 Plasma workspace -WWW= https://www.kde.org/plasma-desktop - -USES= cmake compiler:c++11-lib cpe desktop-file-utils gettext kde:5 \ - pkgconfig qt:5 tar:xz xorg -USE_KDE= activities activities-stats auth codecs completion config \ - configwidgets coreaddons i18n jobwidgets kcmutils kdeclarative \ - kio kirigami2 notifications package plasma-framework \ - plasma-workspace service solid widgetsaddons windowsystem \ - ecm:build -USE_QT= concurrent core dbus declarative gui network widgets xml \ - buildtools:build qmake:build -USE_XORG= x11 - -.include <bsd.port.mk> diff --git a/x11/plasma5-plasma-bigscreen/distinfo b/x11/plasma5-plasma-bigscreen/distinfo deleted file mode 100644 index 5d557dda80b3..000000000000 --- a/x11/plasma5-plasma-bigscreen/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1709790902 -SHA256 (KDE/plasma/5.27.11/plasma-bigscreen-5.27.11.tar.xz) = 83e4b3425db254e46c6a5325a5b909f59a587b2d7e81d06fb7dd7ce31c836067 -SIZE (KDE/plasma/5.27.11/plasma-bigscreen-5.27.11.tar.xz) = 1063792 diff --git a/x11/plasma5-plasma-bigscreen/pkg-descr b/x11/plasma5-plasma-bigscreen/pkg-descr deleted file mode 100644 index 3caf32c88dfa..000000000000 --- a/x11/plasma5-plasma-bigscreen/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -Plasma5 Plasma Workspace diff --git a/x11/plasma5-plasma-bigscreen/pkg-message b/x11/plasma5-plasma-bigscreen/pkg-message deleted file mode 100644 index befc13091a7a..000000000000 --- a/x11/plasma5-plasma-bigscreen/pkg-message +++ /dev/null @@ -1,9 +0,0 @@ -[ -{ type: install - message: <<EOM -To start plasma5 via x11/startx add the following to your .xinitrc file: - - exec ck-launch-session startplasma-x11 -EOM -} -] diff --git a/x11/plasma5-plasma-bigscreen/pkg-plist b/x11/plasma5-plasma-bigscreen/pkg-plist deleted file mode 100644 index 2c54cb2ff2a1..000000000000 --- a/x11/plasma5-plasma-bigscreen/pkg-plist +++ /dev/null @@ -1,377 +0,0 @@ -bin/mycroft-skill-launcher.py -bin/plasma-bigscreen-wayland -bin/plasma-bigscreen-x11 -%%QT_PLUGINDIR%%/kcms/kcm_mediacenter_audiodevice.so -%%QT_PLUGINDIR%%/kcms/kcm_mediacenter_bigscreen_settings.so -%%QT_PLUGINDIR%%/kcms/kcm_mediacenter_kdeconnect.so -%%QT_PLUGINDIR%%/kcms/kcm_mediacenter_wifi.so -%%QT_PLUGINDIR%%/plasma/applets/plasma_containment_biglauncherhomescreen.so -%%QT_QMLDIR%%/org/kde/mycroft/bigscreen/AbstractDelegate.qml -%%QT_QMLDIR%%/org/kde/mycroft/bigscreen/IconDelegate.qml -%%QT_QMLDIR%%/org/kde/mycroft/bigscreen/NavigationSoundEffects.qml -%%QT_QMLDIR%%/org/kde/mycroft/bigscreen/TileRepeater.qml -%%QT_QMLDIR%%/org/kde/mycroft/bigscreen/TileView.qml -%%QT_QMLDIR%%/org/kde/mycroft/bigscreen/background.svg -%%QT_QMLDIR%%/org/kde/mycroft/bigscreen/libbigscreenplugin.so -%%QT_QMLDIR%%/org/kde/mycroft/bigscreen/qmldir -share/kpackage/genericqml/org.kde.plasma.settings/contents/ui/+mediacenter/KCMContainer.qml -share/kpackage/genericqml/org.kde.plasma.settings/contents/ui/+mediacenter/ModulesListPage.qml -share/kpackage/genericqml/org.kde.plasma.settings/contents/ui/+mediacenter/VirtualKeyboard.qml -share/kpackage/genericqml/org.kde.plasma.settings/contents/ui/+mediacenter/VirtualKeyboardLoader.qml -share/kpackage/genericqml/org.kde.plasma.settings/contents/ui/+mediacenter/main.qml -share/kpackage/kcms/kcm_mediacenter_audiodevice/contents/ui/DeviceChooserPage.qml -share/kpackage/kcms/kcm_mediacenter_audiodevice/contents/ui/SettingsItem.qml -share/kpackage/kcms/kcm_mediacenter_audiodevice/contents/ui/code/icon.js -share/kpackage/kcms/kcm_mediacenter_audiodevice/contents/ui/delegates/AudioDelegate.qml -share/kpackage/kcms/kcm_mediacenter_audiodevice/contents/ui/delegates/CompactAudioDelegate.qml -share/kpackage/kcms/kcm_mediacenter_audiodevice/contents/ui/delegates/VolumeObject.qml -share/kpackage/kcms/kcm_mediacenter_audiodevice/contents/ui/images/green-tick-thick.svg -share/kpackage/kcms/kcm_mediacenter_audiodevice/contents/ui/images/green-tick.svg -share/kpackage/kcms/kcm_mediacenter_audiodevice/contents/ui/main.qml -share/kpackage/kcms/kcm_mediacenter_audiodevice/contents/ui/views/RowLabelView.qml -share/kpackage/kcms/kcm_mediacenter_audiodevice/contents/ui/views/TileView.qml -share/kpackage/kcms/kcm_mediacenter_bigscreen_settings/contents/ui/DeviceTimeSettings.qml -share/kpackage/kcms/kcm_mediacenter_bigscreen_settings/contents/ui/delegates/DatePicker.qml -share/kpackage/kcms/kcm_mediacenter_bigscreen_settings/contents/ui/delegates/Digit.qml -share/kpackage/kcms/kcm_mediacenter_bigscreen_settings/contents/ui/delegates/Hand.qml -share/kpackage/kcms/kcm_mediacenter_bigscreen_settings/contents/ui/delegates/LocalSettingDelegate.qml -share/kpackage/kcms/kcm_mediacenter_bigscreen_settings/contents/ui/delegates/ThemeDelegate.qml -share/kpackage/kcms/kcm_mediacenter_bigscreen_settings/contents/ui/delegates/ThemePreview.qml -share/kpackage/kcms/kcm_mediacenter_bigscreen_settings/contents/ui/delegates/TimeDelegate.qml -share/kpackage/kcms/kcm_mediacenter_bigscreen_settings/contents/ui/delegates/TimePicker.qml -share/kpackage/kcms/kcm_mediacenter_bigscreen_settings/contents/ui/images/green-tick-thick.svg -share/kpackage/kcms/kcm_mediacenter_bigscreen_settings/contents/ui/images/green-tick.svg -share/kpackage/kcms/kcm_mediacenter_bigscreen_settings/contents/ui/main.qml -share/kpackage/kcms/kcm_mediacenter_kdeconnect/contents/ui/DeviceConnectionView.qml -share/kpackage/kcms/kcm_mediacenter_kdeconnect/contents/ui/delegates/DeviceDelegate.qml -share/kpackage/kcms/kcm_mediacenter_kdeconnect/contents/ui/delegates/PairRequest.qml -share/kpackage/kcms/kcm_mediacenter_kdeconnect/contents/ui/delegates/PairedView.qml -share/kpackage/kcms/kcm_mediacenter_kdeconnect/contents/ui/delegates/UnpairedView.qml -share/kpackage/kcms/kcm_mediacenter_kdeconnect/contents/ui/delegates/Unreachable.qml -share/kpackage/kcms/kcm_mediacenter_kdeconnect/contents/ui/images/green-tick-thick.svg -share/kpackage/kcms/kcm_mediacenter_kdeconnect/contents/ui/images/green-tick.svg -share/kpackage/kcms/kcm_mediacenter_kdeconnect/contents/ui/main.qml -share/kpackage/kcms/kcm_mediacenter_wifi/contents/ui/DetailsText.qml -share/kpackage/kcms/kcm_mediacenter_wifi/contents/ui/DeviceConnectionItem.qml -share/kpackage/kcms/kcm_mediacenter_wifi/contents/ui/NetworkItem.qml -share/kpackage/kcms/kcm_mediacenter_wifi/contents/ui/delegates/CompactNetworkDelegate.qml -share/kpackage/kcms/kcm_mediacenter_wifi/contents/ui/delegates/NetworkDelegate.qml -share/kpackage/kcms/kcm_mediacenter_wifi/contents/ui/images/green-tick-thick.svg -share/kpackage/kcms/kcm_mediacenter_wifi/contents/ui/images/green-tick.svg -share/kpackage/kcms/kcm_mediacenter_wifi/contents/ui/main.qml -share/kpackage/kcms/kcm_mediacenter_wifi/contents/ui/views/RowLabelView.qml -share/kservices5/plasma-applet-org.kde.mycroft.bigscreen.homescreen.desktop -share/kservices5/plasma-applet-org.kde.plasma.mycroft.bigscreen.desktop -share/kservices5/plasma-lookandfeel-org.kde.plasma.mycroft.bigscreen.desktop -share/locale/ar/LC_MESSAGES/kcm_audiodevice.mo -share/locale/ar/LC_MESSAGES/kcm_mediacenter_bigscreen_settings.mo -share/locale/ar/LC_MESSAGES/kcm_mediacenter_kdeconnect.mo -share/locale/ar/LC_MESSAGES/kcm_mediacenter_wifi.mo -share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.mycroft.bigscreen.homescreen.mo -share/locale/ar/LC_MESSAGES/plasma_lookandfeel_org.kde.plasma.mycroft.bigscreen.mo -share/locale/ar/LC_MESSAGES/plasma_shell_org.kde.plasma.mycroft.bigscreen.mo -share/locale/az/LC_MESSAGES/kcm_audiodevice.mo -share/locale/az/LC_MESSAGES/kcm_mediacenter_bigscreen_settings.mo -share/locale/az/LC_MESSAGES/kcm_mediacenter_kdeconnect.mo -share/locale/az/LC_MESSAGES/kcm_mediacenter_wifi.mo -share/locale/az/LC_MESSAGES/plasma_applet_org.kde.mycroft.bigscreen.homescreen.mo -share/locale/az/LC_MESSAGES/plasma_lookandfeel_org.kde.plasma.mycroft.bigscreen.mo -share/locale/az/LC_MESSAGES/plasma_shell_org.kde.plasma.mycroft.bigscreen.mo -share/locale/bg/LC_MESSAGES/kcm_audiodevice.mo -share/locale/bg/LC_MESSAGES/kcm_mediacenter_bigscreen_settings.mo -share/locale/bg/LC_MESSAGES/kcm_mediacenter_kdeconnect.mo -share/locale/bg/LC_MESSAGES/kcm_mediacenter_wifi.mo -share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.mycroft.bigscreen.homescreen.mo -share/locale/bg/LC_MESSAGES/plasma_lookandfeel_org.kde.plasma.mycroft.bigscreen.mo -share/locale/bg/LC_MESSAGES/plasma_shell_org.kde.plasma.mycroft.bigscreen.mo -share/locale/ca/LC_MESSAGES/kcm_audiodevice.mo -share/locale/ca/LC_MESSAGES/kcm_mediacenter_bigscreen_settings.mo -share/locale/ca/LC_MESSAGES/kcm_mediacenter_kdeconnect.mo -share/locale/ca/LC_MESSAGES/kcm_mediacenter_wifi.mo -share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.mycroft.bigscreen.homescreen.mo -share/locale/ca/LC_MESSAGES/plasma_lookandfeel_org.kde.plasma.mycroft.bigscreen.mo -share/locale/ca/LC_MESSAGES/plasma_shell_org.kde.plasma.mycroft.bigscreen.mo -share/locale/ca@valencia/LC_MESSAGES/kcm_audiodevice.mo -share/locale/ca@valencia/LC_MESSAGES/kcm_mediacenter_bigscreen_settings.mo -share/locale/ca@valencia/LC_MESSAGES/kcm_mediacenter_kdeconnect.mo -share/locale/ca@valencia/LC_MESSAGES/kcm_mediacenter_wifi.mo -share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.mycroft.bigscreen.homescreen.mo -share/locale/ca@valencia/LC_MESSAGES/plasma_lookandfeel_org.kde.plasma.mycroft.bigscreen.mo -share/locale/ca@valencia/LC_MESSAGES/plasma_shell_org.kde.plasma.mycroft.bigscreen.mo -share/locale/cs/LC_MESSAGES/kcm_audiodevice.mo -share/locale/cs/LC_MESSAGES/kcm_mediacenter_bigscreen_settings.mo -share/locale/cs/LC_MESSAGES/kcm_mediacenter_kdeconnect.mo -share/locale/cs/LC_MESSAGES/kcm_mediacenter_wifi.mo -share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.mycroft.bigscreen.homescreen.mo -share/locale/cs/LC_MESSAGES/plasma_lookandfeel_org.kde.plasma.mycroft.bigscreen.mo -share/locale/cs/LC_MESSAGES/plasma_shell_org.kde.plasma.mycroft.bigscreen.mo -share/locale/da/LC_MESSAGES/kcm_audiodevice.mo -share/locale/da/LC_MESSAGES/kcm_mediacenter_kdeconnect.mo -share/locale/da/LC_MESSAGES/plasma_applet_org.kde.mycroft.bigscreen.homescreen.mo -share/locale/da/LC_MESSAGES/plasma_lookandfeel_org.kde.plasma.mycroft.bigscreen.mo -share/locale/de/LC_MESSAGES/kcm_audiodevice.mo -share/locale/de/LC_MESSAGES/kcm_mediacenter_bigscreen_settings.mo -share/locale/de/LC_MESSAGES/kcm_mediacenter_kdeconnect.mo -share/locale/de/LC_MESSAGES/kcm_mediacenter_wifi.mo -share/locale/de/LC_MESSAGES/plasma_applet_org.kde.mycroft.bigscreen.homescreen.mo -share/locale/de/LC_MESSAGES/plasma_lookandfeel_org.kde.plasma.mycroft.bigscreen.mo -share/locale/de/LC_MESSAGES/plasma_shell_org.kde.plasma.mycroft.bigscreen.mo -share/locale/el/LC_MESSAGES/kcm_audiodevice.mo -share/locale/el/LC_MESSAGES/kcm_mediacenter_kdeconnect.mo -share/locale/el/LC_MESSAGES/plasma_applet_org.kde.mycroft.bigscreen.homescreen.mo -share/locale/el/LC_MESSAGES/plasma_lookandfeel_org.kde.plasma.mycroft.bigscreen.mo -share/locale/en_GB/LC_MESSAGES/kcm_audiodevice.mo -share/locale/en_GB/LC_MESSAGES/kcm_mediacenter_bigscreen_settings.mo -share/locale/en_GB/LC_MESSAGES/kcm_mediacenter_kdeconnect.mo -share/locale/en_GB/LC_MESSAGES/kcm_mediacenter_wifi.mo -share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.mycroft.bigscreen.homescreen.mo -share/locale/en_GB/LC_MESSAGES/plasma_lookandfeel_org.kde.plasma.mycroft.bigscreen.mo -share/locale/en_GB/LC_MESSAGES/plasma_shell_org.kde.plasma.mycroft.bigscreen.mo -share/locale/eo/LC_MESSAGES/plasma_lookandfeel_org.kde.plasma.mycroft.bigscreen.mo -share/locale/eo/LC_MESSAGES/plasma_shell_org.kde.plasma.mycroft.bigscreen.mo -share/locale/es/LC_MESSAGES/kcm_audiodevice.mo -share/locale/es/LC_MESSAGES/kcm_mediacenter_bigscreen_settings.mo -share/locale/es/LC_MESSAGES/kcm_mediacenter_kdeconnect.mo -share/locale/es/LC_MESSAGES/kcm_mediacenter_wifi.mo -share/locale/es/LC_MESSAGES/plasma_applet_org.kde.mycroft.bigscreen.homescreen.mo -share/locale/es/LC_MESSAGES/plasma_lookandfeel_org.kde.plasma.mycroft.bigscreen.mo -share/locale/es/LC_MESSAGES/plasma_shell_org.kde.plasma.mycroft.bigscreen.mo -share/locale/et/LC_MESSAGES/kcm_audiodevice.mo -share/locale/et/LC_MESSAGES/kcm_mediacenter_kdeconnect.mo -share/locale/et/LC_MESSAGES/plasma_applet_org.kde.mycroft.bigscreen.homescreen.mo -share/locale/et/LC_MESSAGES/plasma_lookandfeel_org.kde.plasma.mycroft.bigscreen.mo -share/locale/eu/LC_MESSAGES/kcm_audiodevice.mo -share/locale/eu/LC_MESSAGES/kcm_mediacenter_bigscreen_settings.mo -share/locale/eu/LC_MESSAGES/kcm_mediacenter_kdeconnect.mo -share/locale/eu/LC_MESSAGES/kcm_mediacenter_wifi.mo -share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.mycroft.bigscreen.homescreen.mo -share/locale/eu/LC_MESSAGES/plasma_lookandfeel_org.kde.plasma.mycroft.bigscreen.mo -share/locale/eu/LC_MESSAGES/plasma_shell_org.kde.plasma.mycroft.bigscreen.mo -share/locale/fi/LC_MESSAGES/kcm_audiodevice.mo -share/locale/fi/LC_MESSAGES/kcm_mediacenter_bigscreen_settings.mo -share/locale/fi/LC_MESSAGES/kcm_mediacenter_kdeconnect.mo -share/locale/fi/LC_MESSAGES/kcm_mediacenter_wifi.mo -share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.mycroft.bigscreen.homescreen.mo -share/locale/fi/LC_MESSAGES/plasma_lookandfeel_org.kde.plasma.mycroft.bigscreen.mo -share/locale/fi/LC_MESSAGES/plasma_shell_org.kde.plasma.mycroft.bigscreen.mo -share/locale/fr/LC_MESSAGES/kcm_audiodevice.mo -share/locale/fr/LC_MESSAGES/kcm_mediacenter_bigscreen_settings.mo -share/locale/fr/LC_MESSAGES/kcm_mediacenter_kdeconnect.mo -share/locale/fr/LC_MESSAGES/kcm_mediacenter_wifi.mo -share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.mycroft.bigscreen.homescreen.mo -share/locale/fr/LC_MESSAGES/plasma_lookandfeel_org.kde.plasma.mycroft.bigscreen.mo -share/locale/fr/LC_MESSAGES/plasma_shell_org.kde.plasma.mycroft.bigscreen.mo -share/locale/gl/LC_MESSAGES/kcm_audiodevice.mo -share/locale/gl/LC_MESSAGES/kcm_mediacenter_bigscreen_settings.mo -share/locale/gl/LC_MESSAGES/kcm_mediacenter_kdeconnect.mo -share/locale/gl/LC_MESSAGES/kcm_mediacenter_wifi.mo -share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.mycroft.bigscreen.homescreen.mo -share/locale/gl/LC_MESSAGES/plasma_lookandfeel_org.kde.plasma.mycroft.bigscreen.mo -share/locale/gl/LC_MESSAGES/plasma_shell_org.kde.plasma.mycroft.bigscreen.mo -share/locale/hu/LC_MESSAGES/kcm_audiodevice.mo -share/locale/hu/LC_MESSAGES/kcm_mediacenter_bigscreen_settings.mo -share/locale/hu/LC_MESSAGES/kcm_mediacenter_kdeconnect.mo -share/locale/hu/LC_MESSAGES/kcm_mediacenter_wifi.mo -share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.mycroft.bigscreen.homescreen.mo -share/locale/hu/LC_MESSAGES/plasma_lookandfeel_org.kde.plasma.mycroft.bigscreen.mo -share/locale/hu/LC_MESSAGES/plasma_shell_org.kde.plasma.mycroft.bigscreen.mo -share/locale/ia/LC_MESSAGES/kcm_audiodevice.mo -share/locale/ia/LC_MESSAGES/kcm_mediacenter_bigscreen_settings.mo -share/locale/ia/LC_MESSAGES/kcm_mediacenter_kdeconnect.mo -share/locale/ia/LC_MESSAGES/kcm_mediacenter_wifi.mo -share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.mycroft.bigscreen.homescreen.mo -share/locale/ia/LC_MESSAGES/plasma_lookandfeel_org.kde.plasma.mycroft.bigscreen.mo -share/locale/ia/LC_MESSAGES/plasma_shell_org.kde.plasma.mycroft.bigscreen.mo -share/locale/id/LC_MESSAGES/kcm_audiodevice.mo -share/locale/id/LC_MESSAGES/kcm_mediacenter_bigscreen_settings.mo -share/locale/id/LC_MESSAGES/kcm_mediacenter_kdeconnect.mo -share/locale/id/LC_MESSAGES/kcm_mediacenter_wifi.mo -share/locale/id/LC_MESSAGES/plasma_applet_org.kde.mycroft.bigscreen.homescreen.mo -share/locale/id/LC_MESSAGES/plasma_lookandfeel_org.kde.plasma.mycroft.bigscreen.mo -share/locale/id/LC_MESSAGES/plasma_shell_org.kde.plasma.mycroft.bigscreen.mo -share/locale/it/LC_MESSAGES/kcm_audiodevice.mo -share/locale/it/LC_MESSAGES/kcm_mediacenter_bigscreen_settings.mo -share/locale/it/LC_MESSAGES/kcm_mediacenter_kdeconnect.mo -share/locale/it/LC_MESSAGES/kcm_mediacenter_wifi.mo -share/locale/it/LC_MESSAGES/plasma_applet_org.kde.mycroft.bigscreen.homescreen.mo -share/locale/it/LC_MESSAGES/plasma_lookandfeel_org.kde.plasma.mycroft.bigscreen.mo -share/locale/it/LC_MESSAGES/plasma_shell_org.kde.plasma.mycroft.bigscreen.mo -share/locale/ja/LC_MESSAGES/kcm_audiodevice.mo -share/locale/ja/LC_MESSAGES/kcm_mediacenter_bigscreen_settings.mo -share/locale/ja/LC_MESSAGES/kcm_mediacenter_kdeconnect.mo -share/locale/ja/LC_MESSAGES/kcm_mediacenter_wifi.mo -share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.mycroft.bigscreen.homescreen.mo -share/locale/ja/LC_MESSAGES/plasma_lookandfeel_org.kde.plasma.mycroft.bigscreen.mo -share/locale/ja/LC_MESSAGES/plasma_shell_org.kde.plasma.mycroft.bigscreen.mo -share/locale/ka/LC_MESSAGES/kcm_audiodevice.mo -share/locale/ka/LC_MESSAGES/kcm_mediacenter_bigscreen_settings.mo -share/locale/ka/LC_MESSAGES/kcm_mediacenter_kdeconnect.mo -share/locale/ka/LC_MESSAGES/kcm_mediacenter_wifi.mo -share/locale/ka/LC_MESSAGES/plasma_applet_org.kde.mycroft.bigscreen.homescreen.mo -share/locale/ka/LC_MESSAGES/plasma_lookandfeel_org.kde.plasma.mycroft.bigscreen.mo -share/locale/ka/LC_MESSAGES/plasma_shell_org.kde.plasma.mycroft.bigscreen.mo -share/locale/ko/LC_MESSAGES/kcm_audiodevice.mo -share/locale/ko/LC_MESSAGES/kcm_mediacenter_bigscreen_settings.mo -share/locale/ko/LC_MESSAGES/kcm_mediacenter_kdeconnect.mo -share/locale/ko/LC_MESSAGES/kcm_mediacenter_wifi.mo -share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.mycroft.bigscreen.homescreen.mo -share/locale/ko/LC_MESSAGES/plasma_lookandfeel_org.kde.plasma.mycroft.bigscreen.mo -share/locale/ko/LC_MESSAGES/plasma_shell_org.kde.plasma.mycroft.bigscreen.mo -share/locale/lt/LC_MESSAGES/kcm_audiodevice.mo -share/locale/lt/LC_MESSAGES/kcm_mediacenter_kdeconnect.mo -share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.mycroft.bigscreen.homescreen.mo -share/locale/lt/LC_MESSAGES/plasma_lookandfeel_org.kde.plasma.mycroft.bigscreen.mo -share/locale/nl/LC_MESSAGES/kcm_audiodevice.mo -share/locale/nl/LC_MESSAGES/kcm_mediacenter_bigscreen_settings.mo -share/locale/nl/LC_MESSAGES/kcm_mediacenter_kdeconnect.mo -share/locale/nl/LC_MESSAGES/kcm_mediacenter_wifi.mo -share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.mycroft.bigscreen.homescreen.mo -share/locale/nl/LC_MESSAGES/plasma_lookandfeel_org.kde.plasma.mycroft.bigscreen.mo -share/locale/nl/LC_MESSAGES/plasma_shell_org.kde.plasma.mycroft.bigscreen.mo -share/locale/nn/LC_MESSAGES/kcm_audiodevice.mo -share/locale/nn/LC_MESSAGES/kcm_mediacenter_bigscreen_settings.mo -share/locale/nn/LC_MESSAGES/kcm_mediacenter_kdeconnect.mo -share/locale/nn/LC_MESSAGES/kcm_mediacenter_wifi.mo -share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.mycroft.bigscreen.homescreen.mo -share/locale/nn/LC_MESSAGES/plasma_lookandfeel_org.kde.plasma.mycroft.bigscreen.mo -share/locale/nn/LC_MESSAGES/plasma_shell_org.kde.plasma.mycroft.bigscreen.mo -share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.mycroft.bigscreen.homescreen.mo -share/locale/pl/LC_MESSAGES/kcm_audiodevice.mo -share/locale/pl/LC_MESSAGES/kcm_mediacenter_bigscreen_settings.mo -share/locale/pl/LC_MESSAGES/kcm_mediacenter_kdeconnect.mo -share/locale/pl/LC_MESSAGES/kcm_mediacenter_wifi.mo -share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.mycroft.bigscreen.homescreen.mo -share/locale/pl/LC_MESSAGES/plasma_lookandfeel_org.kde.plasma.mycroft.bigscreen.mo -share/locale/pl/LC_MESSAGES/plasma_shell_org.kde.plasma.mycroft.bigscreen.mo -share/locale/pt/LC_MESSAGES/kcm_audiodevice.mo -share/locale/pt/LC_MESSAGES/kcm_mediacenter_bigscreen_settings.mo -share/locale/pt/LC_MESSAGES/kcm_mediacenter_kdeconnect.mo -share/locale/pt/LC_MESSAGES/kcm_mediacenter_wifi.mo -share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.mycroft.bigscreen.homescreen.mo -share/locale/pt/LC_MESSAGES/plasma_lookandfeel_org.kde.plasma.mycroft.bigscreen.mo -share/locale/pt/LC_MESSAGES/plasma_shell_org.kde.plasma.mycroft.bigscreen.mo -share/locale/pt_BR/LC_MESSAGES/kcm_audiodevice.mo -share/locale/pt_BR/LC_MESSAGES/kcm_mediacenter_bigscreen_settings.mo -share/locale/pt_BR/LC_MESSAGES/kcm_mediacenter_kdeconnect.mo -share/locale/pt_BR/LC_MESSAGES/kcm_mediacenter_wifi.mo -share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.mycroft.bigscreen.homescreen.mo -share/locale/pt_BR/LC_MESSAGES/plasma_lookandfeel_org.kde.plasma.mycroft.bigscreen.mo -share/locale/pt_BR/LC_MESSAGES/plasma_shell_org.kde.plasma.mycroft.bigscreen.mo -share/locale/ro/LC_MESSAGES/kcm_audiodevice.mo -share/locale/ro/LC_MESSAGES/kcm_mediacenter_kdeconnect.mo -share/locale/ro/LC_MESSAGES/plasma_lookandfeel_org.kde.plasma.mycroft.bigscreen.mo -share/locale/ro/LC_MESSAGES/plasma_shell_org.kde.plasma.mycroft.bigscreen.mo -share/locale/ru/LC_MESSAGES/kcm_audiodevice.mo -share/locale/ru/LC_MESSAGES/kcm_mediacenter_bigscreen_settings.mo -share/locale/ru/LC_MESSAGES/kcm_mediacenter_kdeconnect.mo -share/locale/ru/LC_MESSAGES/kcm_mediacenter_wifi.mo -share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.mycroft.bigscreen.homescreen.mo -share/locale/ru/LC_MESSAGES/plasma_lookandfeel_org.kde.plasma.mycroft.bigscreen.mo -share/locale/ru/LC_MESSAGES/plasma_shell_org.kde.plasma.mycroft.bigscreen.mo -share/locale/sk/LC_MESSAGES/kcm_audiodevice.mo -share/locale/sk/LC_MESSAGES/kcm_mediacenter_bigscreen_settings.mo -share/locale/sk/LC_MESSAGES/kcm_mediacenter_kdeconnect.mo -share/locale/sk/LC_MESSAGES/kcm_mediacenter_wifi.mo -share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.mycroft.bigscreen.homescreen.mo -share/locale/sk/LC_MESSAGES/plasma_lookandfeel_org.kde.plasma.mycroft.bigscreen.mo -share/locale/sk/LC_MESSAGES/plasma_shell_org.kde.plasma.mycroft.bigscreen.mo -share/locale/sl/LC_MESSAGES/kcm_audiodevice.mo -share/locale/sl/LC_MESSAGES/kcm_mediacenter_bigscreen_settings.mo -share/locale/sl/LC_MESSAGES/kcm_mediacenter_kdeconnect.mo -share/locale/sl/LC_MESSAGES/kcm_mediacenter_wifi.mo -share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.mycroft.bigscreen.homescreen.mo -share/locale/sl/LC_MESSAGES/plasma_lookandfeel_org.kde.plasma.mycroft.bigscreen.mo -share/locale/sl/LC_MESSAGES/plasma_shell_org.kde.plasma.mycroft.bigscreen.mo -share/locale/sv/LC_MESSAGES/kcm_audiodevice.mo -share/locale/sv/LC_MESSAGES/kcm_mediacenter_bigscreen_settings.mo -share/locale/sv/LC_MESSAGES/kcm_mediacenter_kdeconnect.mo -share/locale/sv/LC_MESSAGES/kcm_mediacenter_wifi.mo -share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.mycroft.bigscreen.homescreen.mo -share/locale/sv/LC_MESSAGES/plasma_lookandfeel_org.kde.plasma.mycroft.bigscreen.mo -share/locale/sv/LC_MESSAGES/plasma_shell_org.kde.plasma.mycroft.bigscreen.mo -share/locale/tr/LC_MESSAGES/kcm_audiodevice.mo -share/locale/tr/LC_MESSAGES/kcm_mediacenter_bigscreen_settings.mo -share/locale/tr/LC_MESSAGES/kcm_mediacenter_kdeconnect.mo -share/locale/tr/LC_MESSAGES/kcm_mediacenter_wifi.mo -share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.mycroft.bigscreen.homescreen.mo -share/locale/tr/LC_MESSAGES/plasma_lookandfeel_org.kde.plasma.mycroft.bigscreen.mo -share/locale/tr/LC_MESSAGES/plasma_shell_org.kde.plasma.mycroft.bigscreen.mo -share/locale/uk/LC_MESSAGES/kcm_audiodevice.mo -share/locale/uk/LC_MESSAGES/kcm_mediacenter_bigscreen_settings.mo -share/locale/uk/LC_MESSAGES/kcm_mediacenter_kdeconnect.mo -share/locale/uk/LC_MESSAGES/kcm_mediacenter_wifi.mo -share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.mycroft.bigscreen.homescreen.mo -share/locale/uk/LC_MESSAGES/plasma_lookandfeel_org.kde.plasma.mycroft.bigscreen.mo -share/locale/uk/LC_MESSAGES/plasma_shell_org.kde.plasma.mycroft.bigscreen.mo -share/locale/zh_CN/LC_MESSAGES/kcm_audiodevice.mo -share/locale/zh_CN/LC_MESSAGES/kcm_mediacenter_bigscreen_settings.mo -share/locale/zh_CN/LC_MESSAGES/kcm_mediacenter_kdeconnect.mo -share/locale/zh_CN/LC_MESSAGES/kcm_mediacenter_wifi.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.mycroft.bigscreen.homescreen.mo -share/locale/zh_CN/LC_MESSAGES/plasma_lookandfeel_org.kde.plasma.mycroft.bigscreen.mo -share/locale/zh_CN/LC_MESSAGES/plasma_shell_org.kde.plasma.mycroft.bigscreen.mo -share/locale/zh_TW/LC_MESSAGES/kcm_audiodevice.mo -share/locale/zh_TW/LC_MESSAGES/kcm_mediacenter_bigscreen_settings.mo -share/locale/zh_TW/LC_MESSAGES/kcm_mediacenter_kdeconnect.mo -share/locale/zh_TW/LC_MESSAGES/kcm_mediacenter_wifi.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.mycroft.bigscreen.homescreen.mo -share/locale/zh_TW/LC_MESSAGES/plasma_lookandfeel_org.kde.plasma.mycroft.bigscreen.mo -share/locale/zh_TW/LC_MESSAGES/plasma_shell_org.kde.plasma.mycroft.bigscreen.mo -share/metainfo/org.kde.mycroft.bigscreen.homescreen.appdata.xml -share/metainfo/org.kde.plasma.mycroft.bigscreen.appdata.xml -share/metainfo/org.kde.plasma.mycroft.bigscreen.metainfo.xml -share/plasma/look-and-feel/org.kde.plasma.mycroft.bigscreen/contents/defaults -share/plasma/look-and-feel/org.kde.plasma.mycroft.bigscreen/contents/layouts/org.kde.plasma.mycroft.bigscreen-layout.js -share/plasma/look-and-feel/org.kde.plasma.mycroft.bigscreen/contents/lockscreen/LockScreen.qml -share/plasma/look-and-feel/org.kde.plasma.mycroft.bigscreen/contents/previews/splash.png -share/plasma/look-and-feel/org.kde.plasma.mycroft.bigscreen/contents/splash/Splash.qml -share/plasma/look-and-feel/org.kde.plasma.mycroft.bigscreen/contents/splash/images/busycolored.svg -share/plasma/look-and-feel/org.kde.plasma.mycroft.bigscreen/contents/splash/images/busywidget.svgz -share/plasma/look-and-feel/org.kde.plasma.mycroft.bigscreen/contents/splash/images/kde.svgz -share/plasma/look-and-feel/org.kde.plasma.mycroft.bigscreen/contents/splash/images/logo-big.svg -share/plasma/look-and-feel/org.kde.plasma.mycroft.bigscreen/contents/splash/images/logo.svg -share/plasma/look-and-feel/org.kde.plasma.mycroft.bigscreen/contents/splash/images/plasma.svgz -share/plasma/look-and-feel/org.kde.plasma.mycroft.bigscreen/contents/splash/images/rocket.svg -share/plasma/look-and-feel/org.kde.plasma.mycroft.bigscreen/metadata.desktop -share/plasma/look-and-feel/org.kde.plasma.mycroft.bigscreen/metadata.json -share/plasma/plasmoids/org.kde.mycroft.bigscreen.homescreen/contents/config/config.qml -share/plasma/plasmoids/org.kde.mycroft.bigscreen.homescreen/contents/config/main.xml -share/plasma/plasmoids/org.kde.mycroft.bigscreen.homescreen/contents/ui/ConfigWindow.qml -share/plasma/plasmoids/org.kde.mycroft.bigscreen.homescreen/contents/ui/MycroftIndicator.qml -share/plasma/plasmoids/org.kde.mycroft.bigscreen.homescreen/contents/ui/MycroftWindow.qml -share/plasma/plasmoids/org.kde.mycroft.bigscreen.homescreen/contents/ui/PowerManagementItem.qml -share/plasma/plasmoids/org.kde.mycroft.bigscreen.homescreen/contents/ui/indicators/AbstractIndicator.qml -share/plasma/plasmoids/org.kde.mycroft.bigscreen.homescreen/contents/ui/indicators/KdeConnect.qml -share/plasma/plasmoids/org.kde.mycroft.bigscreen.homescreen/contents/ui/indicators/MycroftConnect.qml -share/plasma/plasmoids/org.kde.mycroft.bigscreen.homescreen/contents/ui/indicators/PairWindow.qml -share/plasma/plasmoids/org.kde.mycroft.bigscreen.homescreen/contents/ui/indicators/Shutdown.qml -share/plasma/plasmoids/org.kde.mycroft.bigscreen.homescreen/contents/ui/indicators/Volume.qml -share/plasma/plasmoids/org.kde.mycroft.bigscreen.homescreen/contents/ui/indicators/Wifi.qml -share/plasma/plasmoids/org.kde.mycroft.bigscreen.homescreen/contents/ui/indicators/code/icon.js -share/plasma/plasmoids/org.kde.mycroft.bigscreen.homescreen/contents/ui/launcher/FeedbackWindow.qml -share/plasma/plasmoids/org.kde.mycroft.bigscreen.homescreen/contents/ui/launcher/LauncherHome.qml -share/plasma/plasmoids/org.kde.mycroft.bigscreen.homescreen/contents/ui/launcher/LauncherMenu.qml -share/plasma/plasmoids/org.kde.mycroft.bigscreen.homescreen/contents/ui/launcher/PlaceHolderPage.qml -share/plasma/plasmoids/org.kde.mycroft.bigscreen.homescreen/contents/ui/launcher/SettingActions.qml -share/plasma/plasmoids/org.kde.mycroft.bigscreen.homescreen/contents/ui/launcher/config/configGeneral.qml -share/plasma/plasmoids/org.kde.mycroft.bigscreen.homescreen/contents/ui/launcher/delegates/AppDelegate.qml -share/plasma/plasmoids/org.kde.mycroft.bigscreen.homescreen/contents/ui/launcher/delegates/SettingDelegate.qml -share/plasma/plasmoids/org.kde.mycroft.bigscreen.homescreen/contents/ui/launcher/delegates/VoiceAppDelegate.qml -share/plasma/plasmoids/org.kde.mycroft.bigscreen.homescreen/contents/ui/main.qml -share/plasma/plasmoids/org.kde.mycroft.bigscreen.homescreen/metadata.desktop -share/plasma/plasmoids/org.kde.mycroft.bigscreen.homescreen/metadata.json -share/plasma/shells/org.kde.plasma.mycroft.bigscreen/contents/configuration/AppletConfiguration.qml -share/plasma/shells/org.kde.plasma.mycroft.bigscreen/contents/configuration/ConfigCategoryDelegate.qml -share/plasma/shells/org.kde.plasma.mycroft.bigscreen/contents/configuration/ConfigurationContainmentAppearance.qml -share/plasma/shells/org.kde.plasma.mycroft.bigscreen/contents/configuration/ContainmentConfiguration.qml -share/plasma/shells/org.kde.plasma.mycroft.bigscreen/contents/configuration/SlideshowThumbnail.png -share/plasma/shells/org.kde.plasma.mycroft.bigscreen/contents/configuration/WallpaperDelegate.qml -share/plasma/shells/org.kde.plasma.mycroft.bigscreen/contents/defaults -share/plasma/shells/org.kde.plasma.mycroft.bigscreen/contents/layout.js -share/plasma/shells/org.kde.plasma.mycroft.bigscreen/metadata.desktop -share/plasma/shells/org.kde.plasma.mycroft.bigscreen/metadata.json -share/sounds/plasma-bigscreen/LICENSE -share/sounds/plasma-bigscreen/clicked.wav -share/sounds/plasma-bigscreen/moving.wav -share/wayland-sessions/plasma-bigscreen-wayland.desktop -share/xsessions/plasma-bigscreen-x11.desktop diff --git a/x11/plasma5-plasma-desktop/Makefile b/x11/plasma5-plasma-desktop/Makefile deleted file mode 100644 index 3aa0a0e054b3..000000000000 --- a/x11/plasma5-plasma-desktop/Makefile +++ /dev/null @@ -1,89 +0,0 @@ -PORTNAME= plasma-desktop -DISTVERSION= ${KDE_PLASMA_VERSION} -PORTREVISION= 2 -CATEGORIES= x11 kde kde-plasma - -PATCH_SITES= https://invent.kde.org/plasma/plasma-desktop/-/commit/ -PATCHFILES= 02726a1ca0189f71f46513078cbc82af9daa9425.patch:-p1 # Fix build with LLVM >= 19 - -MAINTAINER= kde@FreeBSD.org -COMMENT= Plasma5 plasma desktop -WWW= https://www.kde.org/plasma-desktop - -# TODO: update packagekit-qt5 -#LIB_DEPENDS= libpackagekit-qt.so:ports-mgmt/packagekit-qt5 -LIB_DEPENDS= libboost_system.so:devel/boost-libs \ - libfontconfig.so:x11-fonts/fontconfig \ - libfreetype.so:print/freetype2 \ - libxkbcommon.so:x11/libxkbcommon \ - libxcb-image.so:x11/xcb-util-image \ - libxcb-keysyms.so:x11/xcb-util-keysyms \ - libxcb-util.so:x11/xcb-util \ - libxkbfile.so:x11/libxkbfile \ - libwayland-client.so:graphics/wayland -RUN_DEPENDS= iso-codes>=0:misc/iso-codes \ - xf86-input-evdev>0:x11-drivers/xf86-input-evdev \ - xf86-input-libinput>0:x11-drivers/xf86-input-libinput \ - xdg-user-dir:devel/xdg-user-dirs \ - setxkbmap:x11/setxkbmap -BUILD_DEPENDS= xf86-input-evdev>0:x11-drivers/xf86-input-evdev \ - xf86-input-synaptics>0:x11-drivers/xf86-input-synaptics \ - xf86-input-libinput>0:x11-drivers/xf86-input-libinput \ - xdg-user-dir:devel/xdg-user-dirs \ - wayland-protocols>=1.18:graphics/wayland-protocols - -USES= cmake compiler:c++11-lib cpe desktop-file-utils gettext gnome \ - kde:5 pkgconfig qt:5 shebangfix tar:xz xorg \ - python:run -USE_GNOME= glib20 -USE_KDE= activities activities-stats attica auth baloo bookmarks codecs \ - completion config configwidgets coreaddons crash dbusaddons \ - filemetadata globalaccel guiaddons i18n iconthemes init \ - itemmodels itemviews jobwidgets kcmutils kdeclarative \ - kdelibs4support kio libksysguard newstuff \ - notifications notifyconfig package parts phonon plasma-framework \ - plasma-workspace runner service solid sonnet textwidgets \ - unitconversion widgetsaddons windowsystem xmlgui \ - doctools:build ecm:build \ - drkonqi:run infocenter:run kde-cli-tools:run kmenuedit:run \ - ksysguard:run polkit-kde-agent-1:run systemsettings:run -USE_QT= concurrent core dbus declarative gui network \ - printsupport sql wayland widgets x11extras xml \ - buildtools:build qmake:build -USE_XORG= ice sm x11 xcb xcursor xext xfixes xft xi xrender - -CPE_VENDOR= kde - -CMAKE_ON= WANT_SYNAPTICS - -SHEBANG_FILES= kcms/ksmserver/kconf_update/*.py \ - kcms/keyboard/*.py - -OPTIONS_SUB= yes - -OPTIONS_DEFINE= ACCOUNTS PIPEWIRE -OPTIONS_DEFAULT= ACCOUNTS PIPEWIRE -OPTIONS_GROUP= IM -OPTIONS_GROUP_IM= IBUS SCIM -IM_DESC= Input Method Support - -IBUS_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_IBus -IBUS_LIB_DEPENDS= libibus-1.0.so:textproc/ibus -IBUS_DESC= Enable IBUS backend for input dialog -SCIM_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_SCIM -SCIM_LIB_DEPENDS= libscim-1.0.so:textproc/scim -SCIM_DESC= Enable SCIM backend for input dialog -ACCOUNTS_LIB_DEPENDS= libkaccounts.so:net-im/kaccounts-integration \ - libaccounts-qt5.so:net-im/libaccounts-qt@qt5 -ACCOUNTS_USE= gnome=intltool -ACCOUNTS_DESC= Accounts management library support -PIPEWIRE_DESC= Use runtime dependency QML module 'org.kde.pipewire' -PIPEWIRE_USE= KDE=kpipewire -PIPEWIRE_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_org.kde.pipewire-QMLModule - -post-patch: -# Set the correct iso-codes directory - ${REINPLACE_CMD} -e '/isoCodesXmlDir/ s#/usr/share#${LOCALBASE}/share#g' \ - ${PATCH_WRKSRC}/kcms/keyboard/iso_codes.h - -.include <bsd.port.mk> diff --git a/x11/plasma5-plasma-desktop/distinfo b/x11/plasma5-plasma-desktop/distinfo deleted file mode 100644 index 8e12d1121ad9..000000000000 --- a/x11/plasma5-plasma-desktop/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -TIMESTAMP = 1729919651 -SHA256 (KDE/plasma/5.27.11/plasma-desktop-5.27.11.tar.xz) = d09f1e576251e7b4b6fde20407bdbfb018e495eba604487b0a05f4f011fc44a3 -SIZE (KDE/plasma/5.27.11/plasma-desktop-5.27.11.tar.xz) = 14729900 -SHA256 (KDE/plasma/5.27.11/02726a1ca0189f71f46513078cbc82af9daa9425.patch) = fa5e9ebe72a649c7faff9912f0bd2ec5a026455f8a454bc34953bff16bad58a1 -SIZE (KDE/plasma/5.27.11/02726a1ca0189f71f46513078cbc82af9daa9425.patch) = 862 diff --git a/x11/plasma5-plasma-desktop/files/patch-CMakeLists.txt b/x11/plasma5-plasma-desktop/files/patch-CMakeLists.txt deleted file mode 100644 index eb32a08bbf58..000000000000 --- a/x11/plasma5-plasma-desktop/files/patch-CMakeLists.txt +++ /dev/null @@ -1,14 +0,0 @@ ---- CMakeLists.txt.orig 2016-03-17 10:58:23 UTC -+++ CMakeLists.txt -@@ -115,7 +115,11 @@ find_package(Evdev) - set_package_properties(Evdev PROPERTIES TYPE OPTIONAL) - add_feature_info("Evdev" EVDEV_FOUND "Evdev driver headers needed for input KCM") - -+if (WANT_SYNAPTICS) - find_package(Synaptics) -+else() -+set(SYNAPTICS_FOUND FALSE) -+endif() - set_package_properties(Synaptics PROPERTIES TYPE OPTIONAL) - add_feature_info("Synaptics" SYNAPTICS_FOUND "Synaptics libraries needed for touchpad KCM") - include(ConfigureChecks.cmake) diff --git a/x11/plasma5-plasma-desktop/pkg-descr b/x11/plasma5-plasma-desktop/pkg-descr deleted file mode 100644 index 869bb25b73a6..000000000000 --- a/x11/plasma5-plasma-desktop/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -Plasma Desktop offers all the tools required for a modern desktop computing -experience so you can be productive right from the start. diff --git a/x11/plasma5-plasma-desktop/pkg-plist b/x11/plasma5-plasma-desktop/pkg-plist deleted file mode 100644 index e421f68a6688..000000000000 --- a/x11/plasma5-plasma-desktop/pkg-plist +++ /dev/null @@ -1,4099 +0,0 @@ -%%ACCOUNTS%%%%QT_PLUGINDIR%%/attica_kde.so -%%ACCOUNTS%%share/accounts/providers/kde/opendesktop.provider -%%ACCOUNTS%%share/accounts/services/kde/opendesktop-rating.service -bin/kaccess -bin/kapplymousetheme -bin/kcm-touchpad-list-devices -bin/knetattach -bin/krunner-plugininstaller -bin/plasma-emojier -bin/solid-action-desktop-gen -bin/tastenbrett -etc/xdg/autostart/kaccess.desktop -lib/libexec/kauth/kcmdatetimehelper -%%IBUS%%lib/libexec/kimpanel-ibus-panel -%%IBUS%%lib/libexec/kimpanel-ibus-panel-launcher -%%SCIM%%lib/libexec/kimpanel-scim-panel -%%QT_PLUGINDIR%%/kf5/kded/device_automounter.so -%%QT_PLUGINDIR%%/kf5/kded/kded_touchpad.so -%%QT_PLUGINDIR%%/kf5/kded/keyboard.so -%%QT_PLUGINDIR%%/kf5/krunner/krunner_kwin.so -%%QT_PLUGINDIR%%/kf5/krunner/krunner_plasma-desktop.so -%%QT_PLUGINDIR%%/plasma/dataengine/plasma_engine_touchpad.so -%%QT_PLUGINDIR%%/plasma/kcminit/kcm_mouse_init.so -%%QT_PLUGINDIR%%/plasma/kcminit/kcm_touchpad_init.so -%%QT_PLUGINDIR%%/plasma/kcms/desktop/kcm_krunnersettings.so -%%QT_PLUGINDIR%%/plasma/kcms/systemsettings/kcm_access.so -%%QT_PLUGINDIR%%/plasma/kcms/systemsettings/kcm_baloofile.so -%%QT_PLUGINDIR%%/plasma/kcms/systemsettings/kcm_componentchooser.so -%%QT_PLUGINDIR%%/plasma/kcms/systemsettings/kcm_kded.so -%%QT_PLUGINDIR%%/plasma/kcms/systemsettings/kcm_keyboard.so -%%QT_PLUGINDIR%%/plasma/kcms/systemsettings/kcm_keys.so -%%QT_PLUGINDIR%%/plasma/kcms/systemsettings/kcm_landingpage.so -%%QT_PLUGINDIR%%/plasma/kcms/systemsettings/kcm_mouse.so -%%QT_PLUGINDIR%%/plasma/kcms/systemsettings/kcm_plasmasearch.so -%%QT_PLUGINDIR%%/plasma/kcms/systemsettings/kcm_smserver.so -%%QT_PLUGINDIR%%/plasma/kcms/systemsettings/kcm_splashscreen.so -%%QT_PLUGINDIR%%/plasma/kcms/systemsettings/kcm_tablet.so -%%QT_PLUGINDIR%%/plasma/kcms/systemsettings/kcm_touchpad.so -%%QT_PLUGINDIR%%/plasma/kcms/systemsettings/kcm_touchscreen.so -%%QT_PLUGINDIR%%/plasma/kcms/systemsettings/kcm_workspace.so -%%QT_PLUGINDIR%%/plasma/kcms/systemsettings_qwidgets/kcm_activities.so -%%QT_PLUGINDIR%%/plasma/kcms/systemsettings_qwidgets/kcm_clock.so -%%QT_PLUGINDIR%%/plasma/kcms/systemsettings_qwidgets/kcm_desktoppaths.so -%%QT_PLUGINDIR%%/plasma/kcms/systemsettings_qwidgets/kcm_device_automounter.so -%%QT_PLUGINDIR%%/plasma/kcms/systemsettings_qwidgets/kcm_qtquicksettings.so -%%QT_PLUGINDIR%%/plasma/kcms/systemsettings_qwidgets/kcm_recentFiles.so -%%QT_PLUGINDIR%%/plasma/kcms/systemsettings_qwidgets/kcm_solid_actions.so -%%QT_PLUGINDIR%%/plasma/kcms/systemsettings_qwidgets/kcmspellchecking.so -%%QT_QMLDIR%%/org/kde/activities/settings/libkactivitiessettingsplugin.so -%%QT_QMLDIR%%/org/kde/activities/settings/qmldir -%%QT_QMLDIR%%/org/kde/plasma/activityswitcher/libactivityswitcherextensionplugin.so -%%QT_QMLDIR%%/org/kde/plasma/activityswitcher/qmldir -%%IBUS%%%%QT_QMLDIR%%/org/kde/plasma/emoji/libEmojierDeclarativePlugin.so -%%IBUS%%%%QT_QMLDIR%%/org/kde/plasma/emoji/qmldir -%%QT_QMLDIR%%/org/kde/plasma/private/kimpanel/libkimpanelplugin.so -%%QT_QMLDIR%%/org/kde/plasma/private/kimpanel/qmldir -%%QT_QMLDIR%%/org/kde/plasma/private/pager/libpagerplugin.so -%%QT_QMLDIR%%/org/kde/plasma/private/pager/qmldir -%%QT_QMLDIR%%/org/kde/plasma/private/showdesktop/libshowdesktopplugin.so -%%QT_QMLDIR%%/org/kde/plasma/private/showdesktop/qmldir -%%QT_QMLDIR%%/org/kde/plasma/private/taskmanager/libtaskmanagerplugin.so -%%QT_QMLDIR%%/org/kde/plasma/private/taskmanager/qmldir -%%QT_QMLDIR%%/org/kde/plasma/private/trash/libtrashplugin.so -%%QT_QMLDIR%%/org/kde/plasma/private/trash/qmldir -%%QT_QMLDIR%%/org/kde/private/desktopcontainment/desktop/libdesktopplugin.so -%%QT_QMLDIR%%/org/kde/private/desktopcontainment/desktop/qmldir -%%QT_QMLDIR%%/org/kde/private/desktopcontainment/folder/libfolderplugin.so -%%QT_QMLDIR%%/org/kde/private/desktopcontainment/folder/qmldir -share/applications/kcm_access.desktop -share/applications/kcm_activities.desktop -share/applications/kcm_baloofile.desktop -share/applications/kcm_clock.desktop -share/applications/kcm_componentchooser.desktop -share/applications/kcm_desktoppaths.desktop -share/applications/kcm_kded.desktop -share/applications/kcm_keyboard.desktop -share/applications/kcm_keys.desktop -share/applications/kcm_krunnersettings.desktop -share/applications/kcm_landingpage.desktop -share/applications/kcm_mouse.desktop -share/applications/kcm_plasmasearch.desktop -share/applications/kcm_qtquicksettings.desktop -share/applications/kcm_recentFiles.desktop -share/applications/kcm_smserver.desktop -share/applications/kcm_solid_actions.desktop -share/applications/kcm_splashscreen.desktop -share/applications/kcm_tablet.desktop -share/applications/kcm_touchpad.desktop -share/applications/kcm_touchscreen.desktop -share/applications/kcm_workspace.desktop -share/applications/kcmspellchecking.desktop -share/applications/org.kde.knetattach.desktop -%%IBUS%%share/applications/org.kde.plasma.emojier.desktop -share/config.kcfg/kactivitymanagerd_plugins_settings.kcfg -share/config.kcfg/kactivitymanagerd_settings.kcfg -share/config.kcfg/kcmaccessibilitybell.kcfg -share/config.kcfg/kcmaccessibilitykeyboard.kcfg -share/config.kcfg/kcmaccessibilitymouse.kcfg -share/config.kcfg/kcmaccessibilityscreenreader.kcfg -share/config.kcfg/krunnersettingsbase.kcfg -share/config.kcfg/landingpage_kdeglobalssettings.kcfg -share/config.kcfg/splashscreensettings.kcfg -share/config.kcfg/workspaceoptions_kdeglobalssettings.kcfg -share/config.kcfg/workspaceoptions_kwinsettings.kcfg -share/config.kcfg/workspaceoptions_plasmasettings.kcfg -share/dbus-1/interfaces/org.kde.touchpad.xml -share/dbus-1/system-services/org.kde.kcontrol.kcmclock.service -share/dbus-1/system.d/org.kde.kcontrol.kcmclock.conf -share/doc/HTML/ca/kcontrol/baloo/index.cache.bz2 -share/doc/HTML/ca/kcontrol/baloo/index.docbook -share/doc/HTML/ca/kcontrol/clock/index.cache.bz2 -share/doc/HTML/ca/kcontrol/clock/index.docbook -share/doc/HTML/ca/kcontrol/componentchooser/index.cache.bz2 -share/doc/HTML/ca/kcontrol/componentchooser/index.docbook -share/doc/HTML/ca/kcontrol/joystick/index.cache.bz2 -share/doc/HTML/ca/kcontrol/joystick/index.docbook -share/doc/HTML/ca/kcontrol/kcmaccess/index.cache.bz2 -share/doc/HTML/ca/kcontrol/kcmaccess/index.docbook -share/doc/HTML/ca/kcontrol/kcmactivities/index.cache.bz2 -share/doc/HTML/ca/kcontrol/kcmactivities/index.docbook -share/doc/HTML/ca/kcontrol/kcmlaunchfeedback/index.cache.bz2 -share/doc/HTML/ca/kcontrol/kcmlaunchfeedback/index.docbook -share/doc/HTML/ca/kcontrol/kcmsmserver/index.cache.bz2 -share/doc/HTML/ca/kcontrol/kcmsmserver/index.docbook -share/doc/HTML/ca/kcontrol/kded/index.cache.bz2 -share/doc/HTML/ca/kcontrol/kded/index.docbook -share/doc/HTML/ca/kcontrol/keyboard/index.cache.bz2 -share/doc/HTML/ca/kcontrol/keyboard/index.docbook -share/doc/HTML/ca/kcontrol/keys/index.cache.bz2 -share/doc/HTML/ca/kcontrol/keys/index.docbook -share/doc/HTML/ca/kcontrol/mouse/index.cache.bz2 -share/doc/HTML/ca/kcontrol/mouse/index.docbook -share/doc/HTML/ca/kcontrol/paths/index.cache.bz2 -share/doc/HTML/ca/kcontrol/paths/index.docbook -share/doc/HTML/ca/kcontrol/paths/paths.png -share/doc/HTML/ca/kcontrol/solid-actions/add-action.png -share/doc/HTML/ca/kcontrol/solid-actions/edit-action.png -share/doc/HTML/ca/kcontrol/solid-actions/index.cache.bz2 -share/doc/HTML/ca/kcontrol/solid-actions/index.docbook -share/doc/HTML/ca/kcontrol/solid-actions/main.png -share/doc/HTML/ca/kcontrol/solid-device-automounter/index.cache.bz2 -share/doc/HTML/ca/kcontrol/solid-device-automounter/index.docbook -share/doc/HTML/ca/kcontrol/spellchecking/index.cache.bz2 -share/doc/HTML/ca/kcontrol/spellchecking/index.docbook -share/doc/HTML/ca/kcontrol/splashscreen/get-new-theme.png -share/doc/HTML/ca/kcontrol/splashscreen/index.cache.bz2 -share/doc/HTML/ca/kcontrol/splashscreen/index.docbook -share/doc/HTML/ca/kcontrol/splashscreen/splash-main.png -share/doc/HTML/ca/kcontrol/workspaceoptions/index.cache.bz2 -share/doc/HTML/ca/kcontrol/workspaceoptions/index.docbook -share/doc/HTML/ca/kfontview/index.cache.bz2 -share/doc/HTML/ca/kfontview/index.docbook -share/doc/HTML/ca/kfontview/kfontview.png -share/doc/HTML/ca/knetattach/index.cache.bz2 -share/doc/HTML/ca/knetattach/index.docbook -share/doc/HTML/ca/knetattach/screenshot.png -share/doc/HTML/ca/knetattach/screenshot1.png -share/doc/HTML/ca/knetattach/screenshot2.png -share/doc/HTML/ca/knetattach/screenshot3.png -share/doc/HTML/ca/knetattach/screenshot4.png -share/doc/HTML/ca/plasma-desktop/add-widgets.png -share/doc/HTML/ca/plasma-desktop/application-launcher.png -share/doc/HTML/ca/plasma-desktop/application-menu.png -share/doc/HTML/ca/plasma-desktop/index.cache.bz2 -share/doc/HTML/ca/plasma-desktop/index.docbook -share/doc/HTML/de/kcontrol/baloo/index.cache.bz2 -share/doc/HTML/de/kcontrol/baloo/index.docbook -share/doc/HTML/de/kcontrol/clock/index.cache.bz2 -share/doc/HTML/de/kcontrol/clock/index.docbook -share/doc/HTML/de/kcontrol/componentchooser/index.cache.bz2 -share/doc/HTML/de/kcontrol/componentchooser/index.docbook -share/doc/HTML/de/kcontrol/joystick/index.cache.bz2 -share/doc/HTML/de/kcontrol/joystick/index.docbook -share/doc/HTML/de/kcontrol/kcmaccess/index.cache.bz2 -share/doc/HTML/de/kcontrol/kcmaccess/index.docbook -share/doc/HTML/de/kcontrol/kcmactivities/index.cache.bz2 -share/doc/HTML/de/kcontrol/kcmactivities/index.docbook -share/doc/HTML/de/kcontrol/kcmlaunchfeedback/index.cache.bz2 -share/doc/HTML/de/kcontrol/kcmlaunchfeedback/index.docbook -share/doc/HTML/de/kcontrol/kcmsmserver/index.cache.bz2 -share/doc/HTML/de/kcontrol/kcmsmserver/index.docbook -share/doc/HTML/de/kcontrol/kded/index.cache.bz2 -share/doc/HTML/de/kcontrol/kded/index.docbook -share/doc/HTML/de/kcontrol/keyboard/index.cache.bz2 -share/doc/HTML/de/kcontrol/keyboard/index.docbook -share/doc/HTML/de/kcontrol/keys/index.cache.bz2 -share/doc/HTML/de/kcontrol/keys/index.docbook -share/doc/HTML/de/kcontrol/mouse/index.cache.bz2 -share/doc/HTML/de/kcontrol/mouse/index.docbook -share/doc/HTML/de/kcontrol/paths/index.cache.bz2 -share/doc/HTML/de/kcontrol/paths/index.docbook -share/doc/HTML/de/kcontrol/solid-actions/index.cache.bz2 -share/doc/HTML/de/kcontrol/solid-actions/index.docbook -share/doc/HTML/de/kcontrol/solid-device-automounter/index.cache.bz2 -share/doc/HTML/de/kcontrol/solid-device-automounter/index.docbook -share/doc/HTML/de/kcontrol/spellchecking/index.cache.bz2 -share/doc/HTML/de/kcontrol/spellchecking/index.docbook -share/doc/HTML/de/kcontrol/splashscreen/index.cache.bz2 -share/doc/HTML/de/kcontrol/splashscreen/index.docbook -share/doc/HTML/de/kcontrol/workspaceoptions/index.cache.bz2 -share/doc/HTML/de/kcontrol/workspaceoptions/index.docbook -share/doc/HTML/de/kfontview/index.cache.bz2 -share/doc/HTML/de/kfontview/index.docbook -share/doc/HTML/de/knetattach/index.cache.bz2 -share/doc/HTML/de/knetattach/index.docbook -share/doc/HTML/de/plasma-desktop/index.cache.bz2 -share/doc/HTML/de/plasma-desktop/index.docbook -share/doc/HTML/en/kcontrol/baloo/index.cache.bz2 -share/doc/HTML/en/kcontrol/baloo/index.docbook -share/doc/HTML/en/kcontrol/clock/index.cache.bz2 -share/doc/HTML/en/kcontrol/clock/index.docbook -share/doc/HTML/en/kcontrol/componentchooser/index.cache.bz2 -share/doc/HTML/en/kcontrol/componentchooser/index.docbook -share/doc/HTML/en/kcontrol/joystick/index.cache.bz2 -share/doc/HTML/en/kcontrol/joystick/index.docbook -share/doc/HTML/en/kcontrol/joystick/joystick-calibration.png -share/doc/HTML/en/kcontrol/joystick/joystick-main.png -share/doc/HTML/en/kcontrol/kcmaccess/index.cache.bz2 -share/doc/HTML/en/kcontrol/kcmaccess/index.docbook -share/doc/HTML/en/kcontrol/kcmactivities/configure.png -share/doc/HTML/en/kcontrol/kcmactivities/edit-delete.png -share/doc/HTML/en/kcontrol/kcmactivities/index.cache.bz2 -share/doc/HTML/en/kcontrol/kcmactivities/index.docbook -share/doc/HTML/en/kcontrol/kcmsmserver/index.cache.bz2 -share/doc/HTML/en/kcontrol/kcmsmserver/index.docbook -share/doc/HTML/en/kcontrol/kded/index.cache.bz2 -share/doc/HTML/en/kcontrol/kded/index.docbook -share/doc/HTML/en/kcontrol/keyboard/index.cache.bz2 -share/doc/HTML/en/kcontrol/keyboard/index.docbook -share/doc/HTML/en/kcontrol/keys/index.cache.bz2 -share/doc/HTML/en/kcontrol/keys/index.docbook -share/doc/HTML/en/kcontrol/keys/list-add.png -share/doc/HTML/en/kcontrol/keys/remove.png -share/doc/HTML/en/kcontrol/mouse/index.cache.bz2 -share/doc/HTML/en/kcontrol/mouse/index.docbook -share/doc/HTML/en/kcontrol/paths/index.cache.bz2 -share/doc/HTML/en/kcontrol/paths/index.docbook -share/doc/HTML/en/kcontrol/paths/paths.png -share/doc/HTML/en/kcontrol/solid-actions/add-action.png -share/doc/HTML/en/kcontrol/solid-actions/edit-action.png -share/doc/HTML/en/kcontrol/solid-actions/index.cache.bz2 -share/doc/HTML/en/kcontrol/solid-actions/index.docbook -share/doc/HTML/en/kcontrol/solid-actions/main.png -share/doc/HTML/en/kcontrol/solid-device-automounter/index.cache.bz2 -share/doc/HTML/en/kcontrol/solid-device-automounter/index.docbook -share/doc/HTML/en/kcontrol/spellchecking/index.cache.bz2 -share/doc/HTML/en/kcontrol/spellchecking/index.docbook -share/doc/HTML/en/kcontrol/splashscreen/get-new-theme.png -share/doc/HTML/en/kcontrol/splashscreen/index.cache.bz2 -share/doc/HTML/en/kcontrol/splashscreen/index.docbook -share/doc/HTML/en/kcontrol/splashscreen/splash-main.png -share/doc/HTML/en/kcontrol/workspaceoptions/index.cache.bz2 -share/doc/HTML/en/kcontrol/workspaceoptions/index.docbook -share/doc/HTML/en/kfontview/index.cache.bz2 -share/doc/HTML/en/kfontview/index.docbook -share/doc/HTML/en/kfontview/kfontview.png -share/doc/HTML/en/knetattach/index.cache.bz2 -share/doc/HTML/en/knetattach/index.docbook -share/doc/HTML/en/knetattach/screenshot.png -share/doc/HTML/en/knetattach/screenshot1.png -share/doc/HTML/en/knetattach/screenshot2.png -share/doc/HTML/en/knetattach/screenshot3.png -share/doc/HTML/en/knetattach/screenshot4.png -share/doc/HTML/en/plasma-desktop/add-widgets.png -share/doc/HTML/en/plasma-desktop/application-launcher-settings.png -share/doc/HTML/en/plasma-desktop/application-launcher.png -share/doc/HTML/en/plasma-desktop/application-menu.png -share/doc/HTML/en/plasma-desktop/desktop-settings.png -share/doc/HTML/en/plasma-desktop/device_notifier_widget.png -share/doc/HTML/en/plasma-desktop/device_notifier_widget_actions.png -share/doc/HTML/en/plasma-desktop/folder-view.png -share/doc/HTML/en/plasma-desktop/index.cache.bz2 -share/doc/HTML/en/plasma-desktop/index.docbook -share/doc/HTML/en/plasma-desktop/krunner-configure.png -share/doc/HTML/en/plasma-desktop/krunner-desktop-actions.png -share/doc/HTML/en/plasma-desktop/krunner.png -share/doc/HTML/en/plasma-desktop/panel-settings.png -share/doc/HTML/en/plasma-desktop/plasma-desktop-annotated.png -share/doc/HTML/en/plasma-desktop/remove.png -share/doc/HTML/en/plasma-desktop/system-tray-settings.png -share/doc/HTML/en/plasma-desktop/system-tray-up-arrow.png -share/doc/HTML/en/plasma-desktop/taskbar-settings.png -share/doc/HTML/es/kcontrol/baloo/index.cache.bz2 -share/doc/HTML/es/kcontrol/baloo/index.docbook -share/doc/HTML/es/kcontrol/clock/index.cache.bz2 -share/doc/HTML/es/kcontrol/clock/index.docbook -share/doc/HTML/es/kcontrol/componentchooser/index.cache.bz2 -share/doc/HTML/es/kcontrol/componentchooser/index.docbook -share/doc/HTML/es/kcontrol/joystick/index.cache.bz2 -share/doc/HTML/es/kcontrol/joystick/index.docbook -share/doc/HTML/es/kcontrol/kcmaccess/index.cache.bz2 -share/doc/HTML/es/kcontrol/kcmaccess/index.docbook -share/doc/HTML/es/kcontrol/kcmlaunchfeedback/index.cache.bz2 -share/doc/HTML/es/kcontrol/kcmlaunchfeedback/index.docbook -share/doc/HTML/es/kcontrol/kcmsmserver/index.cache.bz2 -share/doc/HTML/es/kcontrol/kcmsmserver/index.docbook -share/doc/HTML/es/kcontrol/kded/index.cache.bz2 -share/doc/HTML/es/kcontrol/kded/index.docbook -share/doc/HTML/es/kcontrol/keyboard/index.cache.bz2 -share/doc/HTML/es/kcontrol/keyboard/index.docbook -share/doc/HTML/es/kcontrol/keys/index.cache.bz2 -share/doc/HTML/es/kcontrol/keys/index.docbook -share/doc/HTML/es/kcontrol/mouse/index.cache.bz2 -share/doc/HTML/es/kcontrol/mouse/index.docbook -share/doc/HTML/es/kcontrol/paths/index.cache.bz2 -share/doc/HTML/es/kcontrol/paths/index.docbook -share/doc/HTML/es/kcontrol/solid-actions/index.cache.bz2 -share/doc/HTML/es/kcontrol/solid-actions/index.docbook -share/doc/HTML/es/kcontrol/solid-device-automounter/index.cache.bz2 -share/doc/HTML/es/kcontrol/solid-device-automounter/index.docbook -share/doc/HTML/es/kcontrol/spellchecking/index.cache.bz2 -share/doc/HTML/es/kcontrol/spellchecking/index.docbook -share/doc/HTML/es/kcontrol/splashscreen/index.cache.bz2 -share/doc/HTML/es/kcontrol/splashscreen/index.docbook -share/doc/HTML/es/kcontrol/workspaceoptions/index.cache.bz2 -share/doc/HTML/es/kcontrol/workspaceoptions/index.docbook -share/doc/HTML/es/kfontview/index.cache.bz2 -share/doc/HTML/es/kfontview/index.docbook -share/doc/HTML/es/knetattach/index.cache.bz2 -share/doc/HTML/es/knetattach/index.docbook -share/doc/HTML/es/plasma-desktop/index.cache.bz2 -share/doc/HTML/es/plasma-desktop/index.docbook -share/doc/HTML/et/kcontrol/clock/index.cache.bz2 -share/doc/HTML/et/kcontrol/clock/index.docbook -share/doc/HTML/et/kcontrol/solid-actions/index.cache.bz2 -share/doc/HTML/et/kcontrol/solid-actions/index.docbook -share/doc/HTML/et/kcontrol/solid-device-automounter/index.cache.bz2 -share/doc/HTML/et/kcontrol/solid-device-automounter/index.docbook -share/doc/HTML/fr/kcontrol/kded/index.cache.bz2 -share/doc/HTML/fr/kcontrol/kded/index.docbook -share/doc/HTML/id/kcontrol/baloo/index.cache.bz2 -share/doc/HTML/id/kcontrol/baloo/index.docbook -share/doc/HTML/id/kcontrol/clock/index.cache.bz2 -share/doc/HTML/id/kcontrol/clock/index.docbook -share/doc/HTML/id/kcontrol/componentchooser/index.cache.bz2 -share/doc/HTML/id/kcontrol/componentchooser/index.docbook -share/doc/HTML/id/kcontrol/joystick/index.cache.bz2 -share/doc/HTML/id/kcontrol/joystick/index.docbook -share/doc/HTML/id/kcontrol/kcmaccess/index.cache.bz2 -share/doc/HTML/id/kcontrol/kcmaccess/index.docbook -share/doc/HTML/id/kcontrol/kcmlaunchfeedback/index.cache.bz2 -share/doc/HTML/id/kcontrol/kcmlaunchfeedback/index.docbook -share/doc/HTML/id/kcontrol/kcmsmserver/index.cache.bz2 -share/doc/HTML/id/kcontrol/kcmsmserver/index.docbook -share/doc/HTML/id/kcontrol/kded/index.cache.bz2 -share/doc/HTML/id/kcontrol/kded/index.docbook -share/doc/HTML/id/kcontrol/keyboard/index.cache.bz2 -share/doc/HTML/id/kcontrol/keyboard/index.docbook -share/doc/HTML/id/kcontrol/keys/index.cache.bz2 -share/doc/HTML/id/kcontrol/keys/index.docbook -share/doc/HTML/id/kcontrol/mouse/index.cache.bz2 -share/doc/HTML/id/kcontrol/mouse/index.docbook -share/doc/HTML/id/kcontrol/paths/index.cache.bz2 -share/doc/HTML/id/kcontrol/paths/index.docbook -share/doc/HTML/id/kcontrol/solid-actions/index.cache.bz2 -share/doc/HTML/id/kcontrol/solid-actions/index.docbook -share/doc/HTML/id/kcontrol/solid-device-automounter/index.cache.bz2 -share/doc/HTML/id/kcontrol/solid-device-automounter/index.docbook -share/doc/HTML/id/kcontrol/spellchecking/index.cache.bz2 -share/doc/HTML/id/kcontrol/spellchecking/index.docbook -share/doc/HTML/id/kcontrol/splashscreen/index.cache.bz2 -share/doc/HTML/id/kcontrol/splashscreen/index.docbook -share/doc/HTML/id/kcontrol/workspaceoptions/index.cache.bz2 -share/doc/HTML/id/kcontrol/workspaceoptions/index.docbook -share/doc/HTML/id/kfontview/index.cache.bz2 -share/doc/HTML/id/kfontview/index.docbook -share/doc/HTML/id/knetattach/index.cache.bz2 -share/doc/HTML/id/knetattach/index.docbook -share/doc/HTML/id/plasma-desktop/index.cache.bz2 -share/doc/HTML/id/plasma-desktop/index.docbook -share/doc/HTML/it/kcontrol/baloo/index.cache.bz2 -share/doc/HTML/it/kcontrol/baloo/index.docbook -share/doc/HTML/it/kcontrol/clock/index.cache.bz2 -share/doc/HTML/it/kcontrol/clock/index.docbook -share/doc/HTML/it/kcontrol/componentchooser/index.cache.bz2 -share/doc/HTML/it/kcontrol/componentchooser/index.docbook -share/doc/HTML/it/kcontrol/joystick/index.cache.bz2 -share/doc/HTML/it/kcontrol/joystick/index.docbook -share/doc/HTML/it/kcontrol/kcmaccess/index.cache.bz2 -share/doc/HTML/it/kcontrol/kcmaccess/index.docbook -share/doc/HTML/it/kcontrol/kcmactivities/index.cache.bz2 -share/doc/HTML/it/kcontrol/kcmactivities/index.docbook -share/doc/HTML/it/kcontrol/kcmlaunchfeedback/index.cache.bz2 -share/doc/HTML/it/kcontrol/kcmlaunchfeedback/index.docbook -share/doc/HTML/it/kcontrol/kcmsmserver/index.cache.bz2 -share/doc/HTML/it/kcontrol/kcmsmserver/index.docbook -share/doc/HTML/it/kcontrol/kded/index.cache.bz2 -share/doc/HTML/it/kcontrol/kded/index.docbook -share/doc/HTML/it/kcontrol/keyboard/index.cache.bz2 -share/doc/HTML/it/kcontrol/keyboard/index.docbook -share/doc/HTML/it/kcontrol/keys/index.cache.bz2 -share/doc/HTML/it/kcontrol/keys/index.docbook -share/doc/HTML/it/kcontrol/mouse/index.cache.bz2 -share/doc/HTML/it/kcontrol/mouse/index.docbook -share/doc/HTML/it/kcontrol/paths/index.cache.bz2 -share/doc/HTML/it/kcontrol/paths/index.docbook -share/doc/HTML/it/kcontrol/solid-actions/add-action.png -share/doc/HTML/it/kcontrol/solid-actions/edit-action.png -share/doc/HTML/it/kcontrol/solid-actions/index.cache.bz2 -share/doc/HTML/it/kcontrol/solid-actions/index.docbook -share/doc/HTML/it/kcontrol/solid-actions/main.png -share/doc/HTML/it/kcontrol/solid-device-automounter/index.cache.bz2 -share/doc/HTML/it/kcontrol/solid-device-automounter/index.docbook -share/doc/HTML/it/kcontrol/spellchecking/index.cache.bz2 -share/doc/HTML/it/kcontrol/spellchecking/index.docbook -share/doc/HTML/it/kcontrol/splashscreen/index.cache.bz2 -share/doc/HTML/it/kcontrol/splashscreen/index.docbook -share/doc/HTML/it/kcontrol/workspaceoptions/index.cache.bz2 -share/doc/HTML/it/kcontrol/workspaceoptions/index.docbook -share/doc/HTML/it/kfontview/index.cache.bz2 -share/doc/HTML/it/kfontview/index.docbook -share/doc/HTML/it/knetattach/index.cache.bz2 -share/doc/HTML/it/knetattach/index.docbook -share/doc/HTML/it/plasma-desktop/index.cache.bz2 -share/doc/HTML/it/plasma-desktop/index.docbook -share/doc/HTML/nl/kcontrol/baloo/index.cache.bz2 -share/doc/HTML/nl/kcontrol/baloo/index.docbook -share/doc/HTML/nl/kcontrol/clock/index.cache.bz2 -share/doc/HTML/nl/kcontrol/clock/index.docbook -share/doc/HTML/nl/kcontrol/componentchooser/index.cache.bz2 -share/doc/HTML/nl/kcontrol/componentchooser/index.docbook -share/doc/HTML/nl/kcontrol/joystick/index.cache.bz2 -share/doc/HTML/nl/kcontrol/joystick/index.docbook -share/doc/HTML/nl/kcontrol/kcmaccess/index.cache.bz2 -share/doc/HTML/nl/kcontrol/kcmaccess/index.docbook -share/doc/HTML/nl/kcontrol/kcmactivities/index.cache.bz2 -share/doc/HTML/nl/kcontrol/kcmactivities/index.docbook -share/doc/HTML/nl/kcontrol/kcmlaunchfeedback/index.cache.bz2 -share/doc/HTML/nl/kcontrol/kcmlaunchfeedback/index.docbook -share/doc/HTML/nl/kcontrol/kcmsmserver/index.cache.bz2 -share/doc/HTML/nl/kcontrol/kcmsmserver/index.docbook -share/doc/HTML/nl/kcontrol/kded/index.cache.bz2 -share/doc/HTML/nl/kcontrol/kded/index.docbook -share/doc/HTML/nl/kcontrol/keyboard/index.cache.bz2 -share/doc/HTML/nl/kcontrol/keyboard/index.docbook -share/doc/HTML/nl/kcontrol/keys/index.cache.bz2 -share/doc/HTML/nl/kcontrol/keys/index.docbook -share/doc/HTML/nl/kcontrol/mouse/index.cache.bz2 -share/doc/HTML/nl/kcontrol/mouse/index.docbook -share/doc/HTML/nl/kcontrol/paths/index.cache.bz2 -share/doc/HTML/nl/kcontrol/paths/index.docbook -share/doc/HTML/nl/kcontrol/solid-actions/index.cache.bz2 -share/doc/HTML/nl/kcontrol/solid-actions/index.docbook -share/doc/HTML/nl/kcontrol/solid-device-automounter/index.cache.bz2 -share/doc/HTML/nl/kcontrol/solid-device-automounter/index.docbook -share/doc/HTML/nl/kcontrol/spellchecking/index.cache.bz2 -share/doc/HTML/nl/kcontrol/spellchecking/index.docbook -share/doc/HTML/nl/kcontrol/splashscreen/index.cache.bz2 -share/doc/HTML/nl/kcontrol/splashscreen/index.docbook -share/doc/HTML/nl/kcontrol/workspaceoptions/index.cache.bz2 -share/doc/HTML/nl/kcontrol/workspaceoptions/index.docbook -share/doc/HTML/nl/kfontview/index.cache.bz2 -share/doc/HTML/nl/kfontview/index.docbook -share/doc/HTML/nl/knetattach/index.cache.bz2 -share/doc/HTML/nl/knetattach/index.docbook -share/doc/HTML/nl/plasma-desktop/index.cache.bz2 -share/doc/HTML/nl/plasma-desktop/index.docbook -share/doc/HTML/pt/kcontrol/baloo/index.cache.bz2 -share/doc/HTML/pt/kcontrol/baloo/index.docbook -share/doc/HTML/pt/kcontrol/clock/index.cache.bz2 -share/doc/HTML/pt/kcontrol/clock/index.docbook -share/doc/HTML/pt/kcontrol/componentchooser/index.cache.bz2 -share/doc/HTML/pt/kcontrol/componentchooser/index.docbook -share/doc/HTML/pt/kcontrol/joystick/index.cache.bz2 -share/doc/HTML/pt/kcontrol/joystick/index.docbook -share/doc/HTML/pt/kcontrol/kcmaccess/index.cache.bz2 -share/doc/HTML/pt/kcontrol/kcmaccess/index.docbook -share/doc/HTML/pt/kcontrol/kcmlaunchfeedback/index.cache.bz2 -share/doc/HTML/pt/kcontrol/kcmlaunchfeedback/index.docbook -share/doc/HTML/pt/kcontrol/kded/index.cache.bz2 -share/doc/HTML/pt/kcontrol/kded/index.docbook -share/doc/HTML/pt/kcontrol/keyboard/index.cache.bz2 -share/doc/HTML/pt/kcontrol/keyboard/index.docbook -share/doc/HTML/pt/kcontrol/keys/index.cache.bz2 -share/doc/HTML/pt/kcontrol/keys/index.docbook -share/doc/HTML/pt/kcontrol/mouse/index.cache.bz2 -share/doc/HTML/pt/kcontrol/mouse/index.docbook -share/doc/HTML/pt/kcontrol/paths/index.cache.bz2 -share/doc/HTML/pt/kcontrol/paths/index.docbook -share/doc/HTML/pt/kcontrol/solid-actions/index.cache.bz2 -share/doc/HTML/pt/kcontrol/solid-actions/index.docbook -share/doc/HTML/pt/kcontrol/solid-device-automounter/index.cache.bz2 -share/doc/HTML/pt/kcontrol/solid-device-automounter/index.docbook -share/doc/HTML/pt/kcontrol/spellchecking/index.cache.bz2 -share/doc/HTML/pt/kcontrol/spellchecking/index.docbook -share/doc/HTML/pt/kcontrol/splashscreen/index.cache.bz2 -share/doc/HTML/pt/kcontrol/splashscreen/index.docbook -share/doc/HTML/pt/kfontview/index.cache.bz2 -share/doc/HTML/pt/kfontview/index.docbook -share/doc/HTML/pt/knetattach/index.cache.bz2 -share/doc/HTML/pt/knetattach/index.docbook -share/doc/HTML/pt/plasma-desktop/index.cache.bz2 -share/doc/HTML/pt/plasma-desktop/index.docbook -share/doc/HTML/pt_BR/kcontrol/baloo/index.cache.bz2 -share/doc/HTML/pt_BR/kcontrol/baloo/index.docbook -share/doc/HTML/pt_BR/kcontrol/clock/index.cache.bz2 -share/doc/HTML/pt_BR/kcontrol/clock/index.docbook -share/doc/HTML/pt_BR/kcontrol/componentchooser/index.cache.bz2 -share/doc/HTML/pt_BR/kcontrol/componentchooser/index.docbook -share/doc/HTML/pt_BR/kcontrol/joystick/index.cache.bz2 -share/doc/HTML/pt_BR/kcontrol/joystick/index.docbook -share/doc/HTML/pt_BR/kcontrol/kcmaccess/index.cache.bz2 -share/doc/HTML/pt_BR/kcontrol/kcmaccess/index.docbook -share/doc/HTML/pt_BR/kcontrol/kcmlaunchfeedback/index.cache.bz2 -share/doc/HTML/pt_BR/kcontrol/kcmlaunchfeedback/index.docbook -share/doc/HTML/pt_BR/kcontrol/kcmsmserver/index.cache.bz2 -share/doc/HTML/pt_BR/kcontrol/kcmsmserver/index.docbook -share/doc/HTML/pt_BR/kcontrol/kded/index.cache.bz2 -share/doc/HTML/pt_BR/kcontrol/kded/index.docbook -share/doc/HTML/pt_BR/kcontrol/keyboard/index.cache.bz2 -share/doc/HTML/pt_BR/kcontrol/keyboard/index.docbook -share/doc/HTML/pt_BR/kcontrol/keys/index.cache.bz2 -share/doc/HTML/pt_BR/kcontrol/keys/index.docbook -share/doc/HTML/pt_BR/kcontrol/mouse/index.cache.bz2 -share/doc/HTML/pt_BR/kcontrol/mouse/index.docbook -share/doc/HTML/pt_BR/kcontrol/paths/index.cache.bz2 -share/doc/HTML/pt_BR/kcontrol/paths/index.docbook -share/doc/HTML/pt_BR/kcontrol/solid-actions/index.cache.bz2 -share/doc/HTML/pt_BR/kcontrol/solid-actions/index.docbook -share/doc/HTML/pt_BR/kcontrol/solid-device-automounter/index.cache.bz2 -share/doc/HTML/pt_BR/kcontrol/solid-device-automounter/index.docbook -share/doc/HTML/pt_BR/kcontrol/spellchecking/index.cache.bz2 -share/doc/HTML/pt_BR/kcontrol/spellchecking/index.docbook -share/doc/HTML/pt_BR/kcontrol/splashscreen/index.cache.bz2 -share/doc/HTML/pt_BR/kcontrol/splashscreen/index.docbook -share/doc/HTML/pt_BR/kcontrol/splashscreen/splash-main.png -share/doc/HTML/pt_BR/kfontview/index.cache.bz2 -share/doc/HTML/pt_BR/kfontview/index.docbook -share/doc/HTML/pt_BR/knetattach/index.cache.bz2 -share/doc/HTML/pt_BR/knetattach/index.docbook -share/doc/HTML/pt_BR/knetattach/screenshot.png -share/doc/HTML/pt_BR/knetattach/screenshot1.png -share/doc/HTML/pt_BR/knetattach/screenshot2.png -share/doc/HTML/pt_BR/knetattach/screenshot3.png -share/doc/HTML/pt_BR/knetattach/screenshot4.png -share/doc/HTML/pt_BR/plasma-desktop/add-widgets.png -share/doc/HTML/pt_BR/plasma-desktop/desktop-settings.png -share/doc/HTML/pt_BR/plasma-desktop/index.cache.bz2 -share/doc/HTML/pt_BR/plasma-desktop/index.docbook -share/doc/HTML/pt_BR/plasma-desktop/krunner-configure.png -share/doc/HTML/pt_BR/plasma-desktop/krunner.png -share/doc/HTML/pt_BR/plasma-desktop/panel-settings.png -share/doc/HTML/pt_BR/plasma-desktop/system-tray-settings.png -share/doc/HTML/pt_BR/plasma-desktop/system-tray-up-arrow.png -share/doc/HTML/pt_BR/plasma-desktop/taskbar-settings.png -share/doc/HTML/ru/kcontrol/baloo/index.cache.bz2 -share/doc/HTML/ru/kcontrol/baloo/index.docbook -share/doc/HTML/ru/kcontrol/clock/index.cache.bz2 -share/doc/HTML/ru/kcontrol/clock/index.docbook -share/doc/HTML/ru/kcontrol/componentchooser/index.cache.bz2 -share/doc/HTML/ru/kcontrol/componentchooser/index.docbook -share/doc/HTML/ru/kcontrol/joystick/index.cache.bz2 -share/doc/HTML/ru/kcontrol/joystick/index.docbook -share/doc/HTML/ru/kcontrol/joystick/joystick-calibration.png -share/doc/HTML/ru/kcontrol/joystick/joystick-main.png -share/doc/HTML/ru/kcontrol/kcmaccess/index.cache.bz2 -share/doc/HTML/ru/kcontrol/kcmaccess/index.docbook -share/doc/HTML/ru/kcontrol/kcmactivities/index.cache.bz2 -share/doc/HTML/ru/kcontrol/kcmactivities/index.docbook -share/doc/HTML/ru/kcontrol/kcmlaunchfeedback/index.cache.bz2 -share/doc/HTML/ru/kcontrol/kcmlaunchfeedback/index.docbook -share/doc/HTML/ru/kcontrol/kcmsmserver/index.cache.bz2 -share/doc/HTML/ru/kcontrol/kcmsmserver/index.docbook -share/doc/HTML/ru/kcontrol/kded/index.cache.bz2 -share/doc/HTML/ru/kcontrol/kded/index.docbook -share/doc/HTML/ru/kcontrol/keyboard/index.cache.bz2 -share/doc/HTML/ru/kcontrol/keyboard/index.docbook -share/doc/HTML/ru/kcontrol/keys/index.cache.bz2 -share/doc/HTML/ru/kcontrol/keys/index.docbook -share/doc/HTML/ru/kcontrol/mouse/index.cache.bz2 -share/doc/HTML/ru/kcontrol/mouse/index.docbook -share/doc/HTML/ru/kcontrol/paths/index.cache.bz2 -share/doc/HTML/ru/kcontrol/paths/index.docbook -share/doc/HTML/ru/kcontrol/paths/paths.png -share/doc/HTML/ru/kcontrol/solid-actions/add-action.png -share/doc/HTML/ru/kcontrol/solid-actions/edit-action.png -share/doc/HTML/ru/kcontrol/solid-actions/index.cache.bz2 -share/doc/HTML/ru/kcontrol/solid-actions/index.docbook -share/doc/HTML/ru/kcontrol/solid-actions/main.png -share/doc/HTML/ru/kcontrol/solid-device-automounter/index.cache.bz2 -share/doc/HTML/ru/kcontrol/solid-device-automounter/index.docbook -share/doc/HTML/ru/kcontrol/spellchecking/index.cache.bz2 -share/doc/HTML/ru/kcontrol/spellchecking/index.docbook -share/doc/HTML/ru/kcontrol/splashscreen/get-new-theme.png -share/doc/HTML/ru/kcontrol/splashscreen/index.cache.bz2 -share/doc/HTML/ru/kcontrol/splashscreen/index.docbook -share/doc/HTML/ru/kcontrol/splashscreen/splash-main.png -share/doc/HTML/ru/kcontrol/workspaceoptions/index.cache.bz2 -share/doc/HTML/ru/kcontrol/workspaceoptions/index.docbook -share/doc/HTML/ru/kfontview/index.cache.bz2 -share/doc/HTML/ru/kfontview/index.docbook -share/doc/HTML/ru/knetattach/index.cache.bz2 -share/doc/HTML/ru/knetattach/index.docbook -share/doc/HTML/ru/plasma-desktop/index.cache.bz2 -share/doc/HTML/ru/plasma-desktop/index.docbook -share/doc/HTML/sr/kcontrol/clock/index.cache.bz2 -share/doc/HTML/sr/kcontrol/clock/index.docbook -share/doc/HTML/sr/kcontrol/kcmlaunchfeedback/index.cache.bz2 -share/doc/HTML/sr/kcontrol/kcmlaunchfeedback/index.docbook -share/doc/HTML/sr/kcontrol/paths/index.cache.bz2 -share/doc/HTML/sr/kcontrol/paths/index.docbook -share/doc/HTML/sr/kcontrol/spellchecking/index.cache.bz2 -share/doc/HTML/sr/kcontrol/spellchecking/index.docbook -share/doc/HTML/sr/knetattach/index.cache.bz2 -share/doc/HTML/sr/knetattach/index.docbook -share/doc/HTML/sr@latin/kcontrol/clock/index.cache.bz2 -share/doc/HTML/sr@latin/kcontrol/clock/index.docbook -share/doc/HTML/sr@latin/kcontrol/kcmlaunchfeedback/index.cache.bz2 -share/doc/HTML/sr@latin/kcontrol/kcmlaunchfeedback/index.docbook -share/doc/HTML/sr@latin/kcontrol/paths/index.cache.bz2 -share/doc/HTML/sr@latin/kcontrol/paths/index.docbook -share/doc/HTML/sr@latin/kcontrol/spellchecking/index.cache.bz2 -share/doc/HTML/sr@latin/kcontrol/spellchecking/index.docbook -share/doc/HTML/sr@latin/knetattach/index.cache.bz2 -share/doc/HTML/sr@latin/knetattach/index.docbook -share/doc/HTML/sv/kcontrol/baloo/index.cache.bz2 -share/doc/HTML/sv/kcontrol/baloo/index.docbook -share/doc/HTML/sv/kcontrol/clock/index.cache.bz2 -share/doc/HTML/sv/kcontrol/clock/index.docbook -share/doc/HTML/sv/kcontrol/componentchooser/index.cache.bz2 -share/doc/HTML/sv/kcontrol/componentchooser/index.docbook -share/doc/HTML/sv/kcontrol/joystick/index.cache.bz2 -share/doc/HTML/sv/kcontrol/joystick/index.docbook -share/doc/HTML/sv/kcontrol/kcmaccess/index.cache.bz2 -share/doc/HTML/sv/kcontrol/kcmaccess/index.docbook -share/doc/HTML/sv/kcontrol/kcmactivities/index.cache.bz2 -share/doc/HTML/sv/kcontrol/kcmactivities/index.docbook -share/doc/HTML/sv/kcontrol/kcmlaunchfeedback/index.cache.bz2 -share/doc/HTML/sv/kcontrol/kcmlaunchfeedback/index.docbook -share/doc/HTML/sv/kcontrol/kcmsmserver/index.cache.bz2 -share/doc/HTML/sv/kcontrol/kcmsmserver/index.docbook -share/doc/HTML/sv/kcontrol/kded/index.cache.bz2 -share/doc/HTML/sv/kcontrol/kded/index.docbook -share/doc/HTML/sv/kcontrol/keyboard/index.cache.bz2 -share/doc/HTML/sv/kcontrol/keyboard/index.docbook -share/doc/HTML/sv/kcontrol/keys/index.cache.bz2 -share/doc/HTML/sv/kcontrol/keys/index.docbook -share/doc/HTML/sv/kcontrol/mouse/index.cache.bz2 -share/doc/HTML/sv/kcontrol/mouse/index.docbook -share/doc/HTML/sv/kcontrol/paths/index.cache.bz2 -share/doc/HTML/sv/kcontrol/paths/index.docbook -share/doc/HTML/sv/kcontrol/solid-actions/index.cache.bz2 -share/doc/HTML/sv/kcontrol/solid-actions/index.docbook -share/doc/HTML/sv/kcontrol/solid-device-automounter/index.cache.bz2 -share/doc/HTML/sv/kcontrol/solid-device-automounter/index.docbook -share/doc/HTML/sv/kcontrol/spellchecking/index.cache.bz2 -share/doc/HTML/sv/kcontrol/spellchecking/index.docbook -share/doc/HTML/sv/kcontrol/splashscreen/index.cache.bz2 -share/doc/HTML/sv/kcontrol/splashscreen/index.docbook -share/doc/HTML/sv/kcontrol/workspaceoptions/index.cache.bz2 -share/doc/HTML/sv/kcontrol/workspaceoptions/index.docbook -share/doc/HTML/sv/kfontview/index.cache.bz2 -share/doc/HTML/sv/kfontview/index.docbook -share/doc/HTML/sv/knetattach/index.cache.bz2 -share/doc/HTML/sv/knetattach/index.docbook -share/doc/HTML/sv/plasma-desktop/index.cache.bz2 -share/doc/HTML/sv/plasma-desktop/index.docbook -share/doc/HTML/tr/kcontrol/baloo/index.cache.bz2 -share/doc/HTML/tr/kcontrol/baloo/index.docbook -share/doc/HTML/tr/kcontrol/clock/index.cache.bz2 -share/doc/HTML/tr/kcontrol/clock/index.docbook -share/doc/HTML/tr/kcontrol/componentchooser/index.cache.bz2 -share/doc/HTML/tr/kcontrol/componentchooser/index.docbook -share/doc/HTML/tr/kcontrol/joystick/index.cache.bz2 -share/doc/HTML/tr/kcontrol/joystick/index.docbook -share/doc/HTML/tr/kcontrol/kcmactivities/index.cache.bz2 -share/doc/HTML/tr/kcontrol/kcmactivities/index.docbook -share/doc/HTML/tr/kcontrol/kcmsmserver/index.cache.bz2 -share/doc/HTML/tr/kcontrol/kcmsmserver/index.docbook -share/doc/HTML/tr/kcontrol/kded/index.cache.bz2 -share/doc/HTML/tr/kcontrol/kded/index.docbook -share/doc/HTML/tr/kcontrol/keyboard/index.cache.bz2 -share/doc/HTML/tr/kcontrol/keyboard/index.docbook -share/doc/HTML/tr/kcontrol/mouse/index.cache.bz2 -share/doc/HTML/tr/kcontrol/mouse/index.docbook -share/doc/HTML/tr/kcontrol/paths/index.cache.bz2 -share/doc/HTML/tr/kcontrol/paths/index.docbook -share/doc/HTML/tr/kcontrol/solid-actions/index.cache.bz2 -share/doc/HTML/tr/kcontrol/solid-actions/index.docbook -share/doc/HTML/tr/kcontrol/solid-device-automounter/index.cache.bz2 -share/doc/HTML/tr/kcontrol/solid-device-automounter/index.docbook -share/doc/HTML/tr/kcontrol/spellchecking/index.cache.bz2 -share/doc/HTML/tr/kcontrol/spellchecking/index.docbook -share/doc/HTML/tr/kcontrol/splashscreen/index.cache.bz2 -share/doc/HTML/tr/kcontrol/splashscreen/index.docbook -share/doc/HTML/tr/kcontrol/workspaceoptions/index.cache.bz2 -share/doc/HTML/tr/kcontrol/workspaceoptions/index.docbook -share/doc/HTML/tr/kfontview/index.cache.bz2 -share/doc/HTML/tr/kfontview/index.docbook -share/doc/HTML/tr/knetattach/index.cache.bz2 -share/doc/HTML/tr/knetattach/index.docbook -share/doc/HTML/uk/kcontrol/baloo/index.cache.bz2 -share/doc/HTML/uk/kcontrol/baloo/index.docbook -share/doc/HTML/uk/kcontrol/clock/index.cache.bz2 -share/doc/HTML/uk/kcontrol/clock/index.docbook -share/doc/HTML/uk/kcontrol/componentchooser/index.cache.bz2 -share/doc/HTML/uk/kcontrol/componentchooser/index.docbook -share/doc/HTML/uk/kcontrol/joystick/index.cache.bz2 -share/doc/HTML/uk/kcontrol/joystick/index.docbook -share/doc/HTML/uk/kcontrol/kcmaccess/index.cache.bz2 -share/doc/HTML/uk/kcontrol/kcmaccess/index.docbook -share/doc/HTML/uk/kcontrol/kcmactivities/index.cache.bz2 -share/doc/HTML/uk/kcontrol/kcmactivities/index.docbook -share/doc/HTML/uk/kcontrol/kcmlaunchfeedback/index.cache.bz2 -share/doc/HTML/uk/kcontrol/kcmlaunchfeedback/index.docbook -share/doc/HTML/uk/kcontrol/kcmsmserver/index.cache.bz2 -share/doc/HTML/uk/kcontrol/kcmsmserver/index.docbook -share/doc/HTML/uk/kcontrol/kded/index.cache.bz2 -share/doc/HTML/uk/kcontrol/kded/index.docbook -share/doc/HTML/uk/kcontrol/keyboard/index.cache.bz2 -share/doc/HTML/uk/kcontrol/keyboard/index.docbook -share/doc/HTML/uk/kcontrol/keys/index.cache.bz2 -share/doc/HTML/uk/kcontrol/keys/index.docbook -share/doc/HTML/uk/kcontrol/mouse/index.cache.bz2 -share/doc/HTML/uk/kcontrol/mouse/index.docbook -share/doc/HTML/uk/kcontrol/paths/index.cache.bz2 -share/doc/HTML/uk/kcontrol/paths/index.docbook -share/doc/HTML/uk/kcontrol/paths/paths.png -share/doc/HTML/uk/kcontrol/solid-actions/add-action.png -share/doc/HTML/uk/kcontrol/solid-actions/edit-action.png -share/doc/HTML/uk/kcontrol/solid-actions/index.cache.bz2 -share/doc/HTML/uk/kcontrol/solid-actions/index.docbook -share/doc/HTML/uk/kcontrol/solid-actions/main.png -share/doc/HTML/uk/kcontrol/solid-device-automounter/index.cache.bz2 -share/doc/HTML/uk/kcontrol/solid-device-automounter/index.docbook -share/doc/HTML/uk/kcontrol/spellchecking/index.cache.bz2 -share/doc/HTML/uk/kcontrol/spellchecking/index.docbook -share/doc/HTML/uk/kcontrol/splashscreen/get-new-theme.png -share/doc/HTML/uk/kcontrol/splashscreen/index.cache.bz2 -share/doc/HTML/uk/kcontrol/splashscreen/index.docbook -share/doc/HTML/uk/kcontrol/splashscreen/splash-main.png -share/doc/HTML/uk/kcontrol/workspaceoptions/index.cache.bz2 -share/doc/HTML/uk/kcontrol/workspaceoptions/index.docbook -share/doc/HTML/uk/kfontview/index.cache.bz2 -share/doc/HTML/uk/kfontview/index.docbook -share/doc/HTML/uk/kfontview/kfontview.png -share/doc/HTML/uk/knetattach/index.cache.bz2 -share/doc/HTML/uk/knetattach/index.docbook -share/doc/HTML/uk/plasma-desktop/application-launcher-settings.png -share/doc/HTML/uk/plasma-desktop/index.cache.bz2 -share/doc/HTML/uk/plasma-desktop/index.docbook -share/icons/hicolor/128x128/devices/input-touchpad.png -share/icons/hicolor/16x16/devices/input-touchpad.png -share/icons/hicolor/22x22/devices/input-touchpad.png -share/icons/hicolor/24x24/devices/input-touchpad.png -share/icons/hicolor/256x256/devices/input-touchpad.png -share/icons/hicolor/32x32/devices/input-touchpad.png -share/icons/hicolor/48x48/devices/input-touchpad.png -share/icons/hicolor/64x64/devices/input-touchpad.png -share/icons/hicolor/96x96/devices/input-touchpad.png -share/icons/hicolor/scalable/devices/input-touchpad.svgz -share/kcmkeys/kde3.kksrc -share/kcmkeys/kde4.kksrc -share/kcmkeys/mac4.kksrc -share/kcmkeys/unix3.kksrc -share/kcmkeys/win3.kksrc -share/kcmkeys/win4.kksrc -share/kcmkeys/wm3.kksrc -share/kcmmouse/cursor_large_black.pcf.gz -share/kcmmouse/cursor_large_white.pcf.gz -share/kcmmouse/cursor_small_white.pcf.gz -share/kcmmouse/pics/mouse_lh.png -share/kcmmouse/pics/mouse_rh.png -share/kcmsolidactions/solid-action-template.desktop -share/kconf_update/kcm_rename_plasma_desktop.sh -share/kconf_update/kcm_rename_plasma_desktop.upd -share/kconf_update/kcminputrc_fix_botched_5_21_0.py -share/kconf_update/kcminputrc_fix_botched_5_21_0.upd -share/kconf_update/kcminputrc_migrate_repeat_value.py -share/kconf_update/kcminputrc_repeat.upd -share/kconf_update/ksmserver_update_loginMode_value.py -share/kconf_update/ksmserver_update_loginMode_value.upd -share/kconf_update/kxkb.upd -share/kconf_update/kxkb_emptylists.awk -share/kconf_update/kxkb_resetoptions.awk -share/kconf_update/kxkb_variants.awk -share/kconf_update/kxkb_variants.upd -share/kf5/kactivitymanagerd/workspace/settings/qml/activitiesTab/ActivitiesView.qml -share/kf5/kactivitymanagerd/workspace/settings/qml/activitiesTab/main.qml -share/kf5/kactivitymanagerd/workspace/settings/qml/activityDialog/GeneralTab.qml -share/kf5/kcm_recentFiles/workspace/settings/qml/recentFiles/BlacklistApplicationView.qml -%%IBUS%%share/kglobalaccel/org.kde.plasma.emojier.desktop -share/knotifications5/kaccess.notifyrc -share/knotifications5/kcm_touchpad.notifyrc -share/knsrcfiles/krunner.knsrc -share/knsrcfiles/ksplash.knsrc -share/kpackage/kcms/kcm5_kded/contents/ui/main.qml -share/kpackage/kcms/kcm_access/contents/ui/Bell.qml -share/kpackage/kcms/kcm_access/contents/ui/KeyboardFilters.qml -share/kpackage/kcms/kcm_access/contents/ui/ModifierKeys.qml -share/kpackage/kcms/kcm_access/contents/ui/MouseNavigation.qml -share/kpackage/kcms/kcm_access/contents/ui/ScreenReader.qml -share/kpackage/kcms/kcm_access/contents/ui/main.qml -share/kpackage/kcms/kcm_baloofile/contents/ui/main.qml -share/kpackage/kcms/kcm_componentchooser/contents/ui/ComponentComboBox.qml -share/kpackage/kcms/kcm_componentchooser/contents/ui/main.qml -share/kpackage/kcms/kcm_keys/contents/ui/ShortcutActionDelegate.qml -share/kpackage/kcms/kcm_keys/contents/ui/main.qml -share/kpackage/kcms/kcm_krunnersettings/contents/ui/main.qml -share/kpackage/kcms/kcm_landingpage/contents/ui/MostUsedIcon.qml -share/kpackage/kcms/kcm_landingpage/contents/ui/Thumbnail.qml -share/kpackage/kcms/kcm_landingpage/contents/ui/main.qml -share/kpackage/kcms/kcm_plasmasearch/contents/ui/main.qml -share/kpackage/kcms/kcm_smserver/contents/ui/main.qml -share/kpackage/kcms/kcm_splashscreen/contents/ui/main.qml -share/kpackage/kcms/kcm_tablet/contents/ui/Output.qml -share/kpackage/kcms/kcm_tablet/contents/ui/main.qml -share/kpackage/kcms/kcm_touchscreen/contents/ui/main.qml -share/kpackage/kcms/kcm_workspace/contents/ui/main.qml -share/kservicetypes5/solid-device-type.desktop -share/locale/af/LC_MESSAGES/kaccess.mo -share/locale/af/LC_MESSAGES/kcm5_joystick.mo -share/locale/af/LC_MESSAGES/kcm5_kded.mo -share/locale/af/LC_MESSAGES/kcm_access.mo -share/locale/af/LC_MESSAGES/kcm_componentchooser.mo -share/locale/af/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/af/LC_MESSAGES/kcm_smserver.mo -share/locale/af/LC_MESSAGES/kcmkclock.mo -share/locale/af/LC_MESSAGES/kcmkeyboard.mo -share/locale/af/LC_MESSAGES/kcmmouse.mo -share/locale/af/LC_MESSAGES/knetattach5.mo -share/locale/af/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/ar/LC_MESSAGES/kaccess.mo -share/locale/ar/LC_MESSAGES/kcm5_device_automounter.mo -share/locale/ar/LC_MESSAGES/kcm5_joystick.mo -share/locale/ar/LC_MESSAGES/kcm5_kded.mo -share/locale/ar/LC_MESSAGES/kcm_access.mo -share/locale/ar/LC_MESSAGES/kcm_activities5.mo -share/locale/ar/LC_MESSAGES/kcm_baloofile.mo -share/locale/ar/LC_MESSAGES/kcm_componentchooser.mo -share/locale/ar/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/ar/LC_MESSAGES/kcm_keys.mo -share/locale/ar/LC_MESSAGES/kcm_krunnersettings.mo -share/locale/ar/LC_MESSAGES/kcm_landingpage.mo -share/locale/ar/LC_MESSAGES/kcm_plasmasearch.mo -share/locale/ar/LC_MESSAGES/kcm_recentFiles.mo -share/locale/ar/LC_MESSAGES/kcm_smserver.mo -share/locale/ar/LC_MESSAGES/kcm_solid_actions.mo -share/locale/ar/LC_MESSAGES/kcm_splashscreen.mo -share/locale/ar/LC_MESSAGES/kcm_tablet.mo -share/locale/ar/LC_MESSAGES/kcm_touchpad.mo -share/locale/ar/LC_MESSAGES/kcm_touchscreen.mo -share/locale/ar/LC_MESSAGES/kcm_workspace.mo -share/locale/ar/LC_MESSAGES/kcmkclock.mo -share/locale/ar/LC_MESSAGES/kcmkeyboard.mo -share/locale/ar/LC_MESSAGES/kcmmouse.mo -share/locale/ar/LC_MESSAGES/kcmqtquicksettings.mo -share/locale/ar/LC_MESSAGES/knetattach5.mo -share/locale/ar/LC_MESSAGES/org.kde.plasma.emojier.mo -share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.panel.mo -share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.mo -share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo -share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo -share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.kimpanel.mo -share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo -share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo -share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo -share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo -share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo -share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo -share/locale/ar/LC_MESSAGES/plasma_runner_kwin.mo -share/locale/ar/LC_MESSAGES/plasma_runner_plasma-desktop.mo -share/locale/ar/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo -share/locale/ar/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo -share/locale/ar/LC_MESSAGES/plasma_toolbox_org.kde.paneltoolbox.mo -share/locale/ar/LC_MESSAGES/plasmaactivitymanager.mo -share/locale/as/LC_MESSAGES/kcm_access.mo -share/locale/ast/LC_MESSAGES/kcm5_device_automounter.mo -share/locale/az/LC_MESSAGES/kaccess.mo -share/locale/az/LC_MESSAGES/kcm5_device_automounter.mo -share/locale/az/LC_MESSAGES/kcm5_joystick.mo -share/locale/az/LC_MESSAGES/kcm5_kded.mo -share/locale/az/LC_MESSAGES/kcm_access.mo -share/locale/az/LC_MESSAGES/kcm_activities5.mo -share/locale/az/LC_MESSAGES/kcm_baloofile.mo -share/locale/az/LC_MESSAGES/kcm_componentchooser.mo -share/locale/az/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/az/LC_MESSAGES/kcm_keys.mo -share/locale/az/LC_MESSAGES/kcm_krunnersettings.mo -share/locale/az/LC_MESSAGES/kcm_landingpage.mo -share/locale/az/LC_MESSAGES/kcm_plasmasearch.mo -share/locale/az/LC_MESSAGES/kcm_recentFiles.mo -share/locale/az/LC_MESSAGES/kcm_smserver.mo -share/locale/az/LC_MESSAGES/kcm_solid_actions.mo -share/locale/az/LC_MESSAGES/kcm_splashscreen.mo -share/locale/az/LC_MESSAGES/kcm_tablet.mo -share/locale/az/LC_MESSAGES/kcm_touchpad.mo -share/locale/az/LC_MESSAGES/kcm_workspace.mo -share/locale/az/LC_MESSAGES/kcmkclock.mo -share/locale/az/LC_MESSAGES/kcmkeyboard.mo -share/locale/az/LC_MESSAGES/kcmmouse.mo -share/locale/az/LC_MESSAGES/kcmqtquicksettings.mo -share/locale/az/LC_MESSAGES/knetattach5.mo -share/locale/az/LC_MESSAGES/org.kde.plasma.emojier.mo -share/locale/az/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/az/LC_MESSAGES/plasma_applet_org.kde.panel.mo -share/locale/az/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.mo -share/locale/az/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo -share/locale/az/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo -share/locale/az/LC_MESSAGES/plasma_applet_org.kde.plasma.kimpanel.mo -share/locale/az/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo -share/locale/az/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo -share/locale/az/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo -share/locale/az/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo -share/locale/az/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo -share/locale/az/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo -share/locale/az/LC_MESSAGES/plasma_runner_kwin.mo -share/locale/az/LC_MESSAGES/plasma_runner_plasma-desktop.mo -share/locale/az/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo -share/locale/az/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo -share/locale/az/LC_MESSAGES/plasma_toolbox_org.kde.paneltoolbox.mo -share/locale/az/LC_MESSAGES/plasmaactivitymanager.mo -share/locale/be/LC_MESSAGES/kaccess.mo -share/locale/be/LC_MESSAGES/kcm5_device_automounter.mo -share/locale/be/LC_MESSAGES/kcm5_joystick.mo -share/locale/be/LC_MESSAGES/kcm5_kded.mo -share/locale/be/LC_MESSAGES/kcm_access.mo -share/locale/be/LC_MESSAGES/kcm_activities5.mo -share/locale/be/LC_MESSAGES/kcm_baloofile.mo -share/locale/be/LC_MESSAGES/kcm_componentchooser.mo -share/locale/be/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/be/LC_MESSAGES/kcm_keys.mo -share/locale/be/LC_MESSAGES/kcm_krunnersettings.mo -share/locale/be/LC_MESSAGES/kcm_landingpage.mo -share/locale/be/LC_MESSAGES/kcm_plasmasearch.mo -share/locale/be/LC_MESSAGES/kcm_recentFiles.mo -share/locale/be/LC_MESSAGES/kcm_smserver.mo -share/locale/be/LC_MESSAGES/kcm_solid_actions.mo -share/locale/be/LC_MESSAGES/kcm_splashscreen.mo -share/locale/be/LC_MESSAGES/kcm_tablet.mo -share/locale/be/LC_MESSAGES/kcm_touchpad.mo -share/locale/be/LC_MESSAGES/kcm_touchscreen.mo -share/locale/be/LC_MESSAGES/kcm_workspace.mo -share/locale/be/LC_MESSAGES/kcmkclock.mo -share/locale/be/LC_MESSAGES/kcmkeyboard.mo -share/locale/be/LC_MESSAGES/kcmmouse.mo -share/locale/be/LC_MESSAGES/kcmqtquicksettings.mo -share/locale/be/LC_MESSAGES/knetattach5.mo -share/locale/be/LC_MESSAGES/org.kde.plasma.emojier.mo -share/locale/be/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/be/LC_MESSAGES/plasma_applet_org.kde.panel.mo -share/locale/be/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.mo -share/locale/be/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo -share/locale/be/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo -share/locale/be/LC_MESSAGES/plasma_applet_org.kde.plasma.kimpanel.mo -share/locale/be/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo -share/locale/be/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo -share/locale/be/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo -share/locale/be/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo -share/locale/be/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo -share/locale/be/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo -share/locale/be/LC_MESSAGES/plasma_runner_kwin.mo -share/locale/be/LC_MESSAGES/plasma_runner_plasma-desktop.mo -share/locale/be/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo -share/locale/be/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo -share/locale/be/LC_MESSAGES/plasma_toolbox_org.kde.paneltoolbox.mo -share/locale/be/LC_MESSAGES/plasmaactivitymanager.mo -share/locale/be@latin/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/be@latin/LC_MESSAGES/kcmkclock.mo -share/locale/be@latin/LC_MESSAGES/kcmkeyboard.mo -share/locale/be@latin/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/be@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo -share/locale/be@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo -share/locale/be@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo -share/locale/bg/LC_MESSAGES/kaccess.mo -share/locale/bg/LC_MESSAGES/kcm5_device_automounter.mo -share/locale/bg/LC_MESSAGES/kcm5_joystick.mo -share/locale/bg/LC_MESSAGES/kcm5_kded.mo -share/locale/bg/LC_MESSAGES/kcm_access.mo -share/locale/bg/LC_MESSAGES/kcm_activities5.mo -share/locale/bg/LC_MESSAGES/kcm_baloofile.mo -share/locale/bg/LC_MESSAGES/kcm_componentchooser.mo -share/locale/bg/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/bg/LC_MESSAGES/kcm_keys.mo -share/locale/bg/LC_MESSAGES/kcm_krunnersettings.mo -share/locale/bg/LC_MESSAGES/kcm_landingpage.mo -share/locale/bg/LC_MESSAGES/kcm_plasmasearch.mo -share/locale/bg/LC_MESSAGES/kcm_recentFiles.mo -share/locale/bg/LC_MESSAGES/kcm_smserver.mo -share/locale/bg/LC_MESSAGES/kcm_solid_actions.mo -share/locale/bg/LC_MESSAGES/kcm_splashscreen.mo -share/locale/bg/LC_MESSAGES/kcm_tablet.mo -share/locale/bg/LC_MESSAGES/kcm_touchpad.mo -share/locale/bg/LC_MESSAGES/kcm_touchscreen.mo -share/locale/bg/LC_MESSAGES/kcm_workspace.mo -share/locale/bg/LC_MESSAGES/kcmkclock.mo -share/locale/bg/LC_MESSAGES/kcmkeyboard.mo -share/locale/bg/LC_MESSAGES/kcmmouse.mo -share/locale/bg/LC_MESSAGES/kcmqtquicksettings.mo -share/locale/bg/LC_MESSAGES/knetattach5.mo -share/locale/bg/LC_MESSAGES/org.kde.plasma.emojier.mo -share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.panel.mo -share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.mo -share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo -share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo -share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.plasma.kimpanel.mo -share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo -share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo -share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo -share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo -share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo -share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo -share/locale/bg/LC_MESSAGES/plasma_runner_kwin.mo -share/locale/bg/LC_MESSAGES/plasma_runner_plasma-desktop.mo -share/locale/bg/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo -share/locale/bg/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo -share/locale/bg/LC_MESSAGES/plasma_toolbox_org.kde.paneltoolbox.mo -share/locale/bg/LC_MESSAGES/plasmaactivitymanager.mo -share/locale/bn/LC_MESSAGES/kaccess.mo -share/locale/bn/LC_MESSAGES/kcm5_kded.mo -share/locale/bn/LC_MESSAGES/kcm_access.mo -share/locale/bn/LC_MESSAGES/kcm_componentchooser.mo -share/locale/bn/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/bn/LC_MESSAGES/kcm_smserver.mo -share/locale/bn/LC_MESSAGES/kcmkclock.mo -share/locale/bn/LC_MESSAGES/kcmkeyboard.mo -share/locale/bn/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/bn_IN/LC_MESSAGES/kaccess.mo -share/locale/bn_IN/LC_MESSAGES/kcm5_kded.mo -share/locale/bn_IN/LC_MESSAGES/kcm_access.mo -share/locale/bn_IN/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/bn_IN/LC_MESSAGES/kcm_smserver.mo -share/locale/bn_IN/LC_MESSAGES/kcmkclock.mo -share/locale/bn_IN/LC_MESSAGES/kcmkeyboard.mo -share/locale/bn_IN/LC_MESSAGES/knetattach5.mo -share/locale/bn_IN/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/bn_IN/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo -share/locale/bn_IN/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo -share/locale/bn_IN/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo -share/locale/br/LC_MESSAGES/kaccess.mo -share/locale/br/LC_MESSAGES/kcm5_joystick.mo -share/locale/br/LC_MESSAGES/kcm5_kded.mo -share/locale/br/LC_MESSAGES/kcm_access.mo -share/locale/br/LC_MESSAGES/kcm_componentchooser.mo -share/locale/br/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/br/LC_MESSAGES/kcm_smserver.mo -share/locale/br/LC_MESSAGES/kcmkclock.mo -share/locale/br/LC_MESSAGES/kcmkeyboard.mo -share/locale/br/LC_MESSAGES/kcmmouse.mo -share/locale/br/LC_MESSAGES/knetattach5.mo -share/locale/br/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/bs/LC_MESSAGES/kaccess.mo -share/locale/bs/LC_MESSAGES/kcm5_device_automounter.mo -share/locale/bs/LC_MESSAGES/kcm5_joystick.mo -share/locale/bs/LC_MESSAGES/kcm5_kded.mo -share/locale/bs/LC_MESSAGES/kcm_access.mo -share/locale/bs/LC_MESSAGES/kcm_baloofile.mo -share/locale/bs/LC_MESSAGES/kcm_componentchooser.mo -share/locale/bs/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/bs/LC_MESSAGES/kcm_krunnersettings.mo -share/locale/bs/LC_MESSAGES/kcm_plasmasearch.mo -share/locale/bs/LC_MESSAGES/kcm_smserver.mo -share/locale/bs/LC_MESSAGES/kcm_solid_actions.mo -share/locale/bs/LC_MESSAGES/kcm_splashscreen.mo -share/locale/bs/LC_MESSAGES/kcm_touchpad.mo -share/locale/bs/LC_MESSAGES/kcm_workspace.mo -share/locale/bs/LC_MESSAGES/kcmkclock.mo -share/locale/bs/LC_MESSAGES/kcmkeyboard.mo -share/locale/bs/LC_MESSAGES/kcmmouse.mo -share/locale/bs/LC_MESSAGES/knetattach5.mo -share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo -share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo -share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.kimpanel.mo -share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo -share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo -share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo -share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo -share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo -share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo -share/locale/bs/LC_MESSAGES/plasma_runner_plasma-desktop.mo -share/locale/bs/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo -share/locale/bs/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo -share/locale/ca/LC_MESSAGES/kaccess.mo -share/locale/ca/LC_MESSAGES/kcm5_device_automounter.mo -share/locale/ca/LC_MESSAGES/kcm5_joystick.mo -share/locale/ca/LC_MESSAGES/kcm5_kded.mo -share/locale/ca/LC_MESSAGES/kcm_access.mo -share/locale/ca/LC_MESSAGES/kcm_activities5.mo -share/locale/ca/LC_MESSAGES/kcm_baloofile.mo -share/locale/ca/LC_MESSAGES/kcm_componentchooser.mo -share/locale/ca/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/ca/LC_MESSAGES/kcm_keys.mo -share/locale/ca/LC_MESSAGES/kcm_krunnersettings.mo -share/locale/ca/LC_MESSAGES/kcm_landingpage.mo -share/locale/ca/LC_MESSAGES/kcm_plasmasearch.mo -share/locale/ca/LC_MESSAGES/kcm_recentFiles.mo -share/locale/ca/LC_MESSAGES/kcm_smserver.mo -share/locale/ca/LC_MESSAGES/kcm_solid_actions.mo -share/locale/ca/LC_MESSAGES/kcm_splashscreen.mo -share/locale/ca/LC_MESSAGES/kcm_tablet.mo -share/locale/ca/LC_MESSAGES/kcm_touchpad.mo -share/locale/ca/LC_MESSAGES/kcm_touchscreen.mo -share/locale/ca/LC_MESSAGES/kcm_workspace.mo -share/locale/ca/LC_MESSAGES/kcmkclock.mo -share/locale/ca/LC_MESSAGES/kcmkeyboard.mo -share/locale/ca/LC_MESSAGES/kcmmouse.mo -share/locale/ca/LC_MESSAGES/kcmqtquicksettings.mo -share/locale/ca/LC_MESSAGES/knetattach5.mo -share/locale/ca/LC_MESSAGES/org.kde.plasma.emojier.mo -share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.panel.mo -share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.mo -share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo -share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo -share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.kimpanel.mo -share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo -share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo -share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo -share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo -share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo -share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo -share/locale/ca/LC_MESSAGES/plasma_runner_kwin.mo -share/locale/ca/LC_MESSAGES/plasma_runner_plasma-desktop.mo -share/locale/ca/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo -share/locale/ca/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo -share/locale/ca/LC_MESSAGES/plasma_toolbox_org.kde.paneltoolbox.mo -share/locale/ca/LC_MESSAGES/plasmaactivitymanager.mo -share/locale/ca@valencia/LC_MESSAGES/kaccess.mo -share/locale/ca@valencia/LC_MESSAGES/kcm5_device_automounter.mo -share/locale/ca@valencia/LC_MESSAGES/kcm5_joystick.mo -share/locale/ca@valencia/LC_MESSAGES/kcm5_kded.mo -share/locale/ca@valencia/LC_MESSAGES/kcm_access.mo -share/locale/ca@valencia/LC_MESSAGES/kcm_activities5.mo -share/locale/ca@valencia/LC_MESSAGES/kcm_baloofile.mo -share/locale/ca@valencia/LC_MESSAGES/kcm_componentchooser.mo -share/locale/ca@valencia/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/ca@valencia/LC_MESSAGES/kcm_keys.mo -share/locale/ca@valencia/LC_MESSAGES/kcm_krunnersettings.mo -share/locale/ca@valencia/LC_MESSAGES/kcm_landingpage.mo -share/locale/ca@valencia/LC_MESSAGES/kcm_plasmasearch.mo -share/locale/ca@valencia/LC_MESSAGES/kcm_recentFiles.mo -share/locale/ca@valencia/LC_MESSAGES/kcm_smserver.mo -share/locale/ca@valencia/LC_MESSAGES/kcm_solid_actions.mo -share/locale/ca@valencia/LC_MESSAGES/kcm_splashscreen.mo -share/locale/ca@valencia/LC_MESSAGES/kcm_tablet.mo -share/locale/ca@valencia/LC_MESSAGES/kcm_touchpad.mo -share/locale/ca@valencia/LC_MESSAGES/kcm_touchscreen.mo -share/locale/ca@valencia/LC_MESSAGES/kcm_workspace.mo -share/locale/ca@valencia/LC_MESSAGES/kcmkclock.mo -share/locale/ca@valencia/LC_MESSAGES/kcmkeyboard.mo -share/locale/ca@valencia/LC_MESSAGES/kcmmouse.mo -share/locale/ca@valencia/LC_MESSAGES/kcmqtquicksettings.mo -share/locale/ca@valencia/LC_MESSAGES/knetattach5.mo -share/locale/ca@valencia/LC_MESSAGES/org.kde.plasma.emojier.mo -share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.panel.mo -share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.mo -share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo -share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo -share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.kimpanel.mo -share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo -share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo -share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo -share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo -share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo -share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo -share/locale/ca@valencia/LC_MESSAGES/plasma_runner_kwin.mo -share/locale/ca@valencia/LC_MESSAGES/plasma_runner_plasma-desktop.mo -share/locale/ca@valencia/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo -share/locale/ca@valencia/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo -share/locale/ca@valencia/LC_MESSAGES/plasma_toolbox_org.kde.paneltoolbox.mo -share/locale/ca@valencia/LC_MESSAGES/plasmaactivitymanager.mo -share/locale/cs/LC_MESSAGES/kaccess.mo -share/locale/cs/LC_MESSAGES/kcm5_device_automounter.mo -share/locale/cs/LC_MESSAGES/kcm5_joystick.mo -share/locale/cs/LC_MESSAGES/kcm5_kded.mo -share/locale/cs/LC_MESSAGES/kcm_access.mo -share/locale/cs/LC_MESSAGES/kcm_activities5.mo -share/locale/cs/LC_MESSAGES/kcm_baloofile.mo -share/locale/cs/LC_MESSAGES/kcm_componentchooser.mo -share/locale/cs/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/cs/LC_MESSAGES/kcm_keys.mo -share/locale/cs/LC_MESSAGES/kcm_krunnersettings.mo -share/locale/cs/LC_MESSAGES/kcm_landingpage.mo -share/locale/cs/LC_MESSAGES/kcm_plasmasearch.mo -share/locale/cs/LC_MESSAGES/kcm_recentFiles.mo -share/locale/cs/LC_MESSAGES/kcm_smserver.mo -share/locale/cs/LC_MESSAGES/kcm_solid_actions.mo -share/locale/cs/LC_MESSAGES/kcm_splashscreen.mo -share/locale/cs/LC_MESSAGES/kcm_tablet.mo -share/locale/cs/LC_MESSAGES/kcm_touchpad.mo -share/locale/cs/LC_MESSAGES/kcm_touchscreen.mo -share/locale/cs/LC_MESSAGES/kcm_workspace.mo -share/locale/cs/LC_MESSAGES/kcmkclock.mo -share/locale/cs/LC_MESSAGES/kcmkeyboard.mo -share/locale/cs/LC_MESSAGES/kcmmouse.mo -share/locale/cs/LC_MESSAGES/kcmqtquicksettings.mo -share/locale/cs/LC_MESSAGES/knetattach5.mo -share/locale/cs/LC_MESSAGES/org.kde.plasma.emojier.mo -share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.panel.mo -share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.mo -share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo -share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo -share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.kimpanel.mo -share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo -share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo -share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo -share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo -share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo -share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo -share/locale/cs/LC_MESSAGES/plasma_runner_kwin.mo -share/locale/cs/LC_MESSAGES/plasma_runner_plasma-desktop.mo -share/locale/cs/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo -share/locale/cs/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo -share/locale/cs/LC_MESSAGES/plasma_toolbox_org.kde.paneltoolbox.mo -share/locale/cs/LC_MESSAGES/plasmaactivitymanager.mo -share/locale/csb/LC_MESSAGES/kaccess.mo -share/locale/csb/LC_MESSAGES/kcm5_joystick.mo -share/locale/csb/LC_MESSAGES/kcm5_kded.mo -share/locale/csb/LC_MESSAGES/kcm_access.mo -share/locale/csb/LC_MESSAGES/kcm_componentchooser.mo -share/locale/csb/LC_MESSAGES/kcm_smserver.mo -share/locale/csb/LC_MESSAGES/kcmkclock.mo -share/locale/csb/LC_MESSAGES/kcmkeyboard.mo -share/locale/csb/LC_MESSAGES/knetattach5.mo -share/locale/csb/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/csb/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo -share/locale/csb/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo -share/locale/csb/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo -share/locale/csb/LC_MESSAGES/plasma_runner_plasma-desktop.mo -share/locale/cy/LC_MESSAGES/kaccess.mo -share/locale/cy/LC_MESSAGES/kcm5_joystick.mo -share/locale/cy/LC_MESSAGES/kcm5_kded.mo -share/locale/cy/LC_MESSAGES/kcm_access.mo -share/locale/cy/LC_MESSAGES/kcm_componentchooser.mo -share/locale/cy/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/cy/LC_MESSAGES/kcm_smserver.mo -share/locale/cy/LC_MESSAGES/kcmkclock.mo -share/locale/cy/LC_MESSAGES/kcmkeyboard.mo -share/locale/cy/LC_MESSAGES/kcmmouse.mo -share/locale/cy/LC_MESSAGES/knetattach5.mo -share/locale/cy/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/da/LC_MESSAGES/kaccess.mo -share/locale/da/LC_MESSAGES/kcm5_device_automounter.mo -share/locale/da/LC_MESSAGES/kcm5_joystick.mo -share/locale/da/LC_MESSAGES/kcm5_kded.mo -share/locale/da/LC_MESSAGES/kcm_access.mo -share/locale/da/LC_MESSAGES/kcm_activities5.mo -share/locale/da/LC_MESSAGES/kcm_baloofile.mo -share/locale/da/LC_MESSAGES/kcm_componentchooser.mo -share/locale/da/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/da/LC_MESSAGES/kcm_keys.mo -share/locale/da/LC_MESSAGES/kcm_krunnersettings.mo -share/locale/da/LC_MESSAGES/kcm_plasmasearch.mo -share/locale/da/LC_MESSAGES/kcm_smserver.mo -share/locale/da/LC_MESSAGES/kcm_solid_actions.mo -share/locale/da/LC_MESSAGES/kcm_splashscreen.mo -share/locale/da/LC_MESSAGES/kcm_touchpad.mo -share/locale/da/LC_MESSAGES/kcm_workspace.mo -share/locale/da/LC_MESSAGES/kcmkclock.mo -share/locale/da/LC_MESSAGES/kcmkeyboard.mo -share/locale/da/LC_MESSAGES/kcmmouse.mo -share/locale/da/LC_MESSAGES/kcmqtquicksettings.mo -share/locale/da/LC_MESSAGES/knetattach5.mo -share/locale/da/LC_MESSAGES/org.kde.plasma.emojier.mo -share/locale/da/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/da/LC_MESSAGES/plasma_applet_org.kde.panel.mo -share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo -share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo -share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.kimpanel.mo -share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo -share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo -share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo -share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo -share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo -share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo -share/locale/da/LC_MESSAGES/plasma_runner_kwin.mo -share/locale/da/LC_MESSAGES/plasma_runner_plasma-desktop.mo -share/locale/da/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo -share/locale/da/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo -share/locale/da/LC_MESSAGES/plasma_toolbox_org.kde.paneltoolbox.mo -share/locale/da/LC_MESSAGES/plasmaactivitymanager.mo -share/locale/de/LC_MESSAGES/kaccess.mo -share/locale/de/LC_MESSAGES/kcm5_device_automounter.mo -share/locale/de/LC_MESSAGES/kcm5_joystick.mo -share/locale/de/LC_MESSAGES/kcm5_kded.mo -share/locale/de/LC_MESSAGES/kcm_access.mo -share/locale/de/LC_MESSAGES/kcm_activities5.mo -share/locale/de/LC_MESSAGES/kcm_baloofile.mo -share/locale/de/LC_MESSAGES/kcm_componentchooser.mo -share/locale/de/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/de/LC_MESSAGES/kcm_keys.mo -share/locale/de/LC_MESSAGES/kcm_krunnersettings.mo -share/locale/de/LC_MESSAGES/kcm_landingpage.mo -share/locale/de/LC_MESSAGES/kcm_plasmasearch.mo -share/locale/de/LC_MESSAGES/kcm_recentFiles.mo -share/locale/de/LC_MESSAGES/kcm_smserver.mo -share/locale/de/LC_MESSAGES/kcm_solid_actions.mo -share/locale/de/LC_MESSAGES/kcm_splashscreen.mo -share/locale/de/LC_MESSAGES/kcm_tablet.mo -share/locale/de/LC_MESSAGES/kcm_touchpad.mo -share/locale/de/LC_MESSAGES/kcm_touchscreen.mo -share/locale/de/LC_MESSAGES/kcm_workspace.mo -share/locale/de/LC_MESSAGES/kcmkclock.mo -share/locale/de/LC_MESSAGES/kcmkeyboard.mo -share/locale/de/LC_MESSAGES/kcmmouse.mo -share/locale/de/LC_MESSAGES/kcmqtquicksettings.mo -share/locale/de/LC_MESSAGES/knetattach5.mo -share/locale/de/LC_MESSAGES/org.kde.plasma.emojier.mo -share/locale/de/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/de/LC_MESSAGES/plasma_applet_org.kde.panel.mo -share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.mo -share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo -share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo -share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.kimpanel.mo -share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo -share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo -share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo -share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo -share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo -share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo -share/locale/de/LC_MESSAGES/plasma_runner_kwin.mo -share/locale/de/LC_MESSAGES/plasma_runner_plasma-desktop.mo -share/locale/de/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo -share/locale/de/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo -share/locale/de/LC_MESSAGES/plasma_toolbox_org.kde.paneltoolbox.mo -share/locale/de/LC_MESSAGES/plasmaactivitymanager.mo -share/locale/el/LC_MESSAGES/kaccess.mo -share/locale/el/LC_MESSAGES/kcm5_device_automounter.mo -share/locale/el/LC_MESSAGES/kcm5_joystick.mo -share/locale/el/LC_MESSAGES/kcm5_kded.mo -share/locale/el/LC_MESSAGES/kcm_access.mo -share/locale/el/LC_MESSAGES/kcm_activities5.mo -share/locale/el/LC_MESSAGES/kcm_baloofile.mo -share/locale/el/LC_MESSAGES/kcm_componentchooser.mo -share/locale/el/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/el/LC_MESSAGES/kcm_krunnersettings.mo -share/locale/el/LC_MESSAGES/kcm_plasmasearch.mo -share/locale/el/LC_MESSAGES/kcm_smserver.mo -share/locale/el/LC_MESSAGES/kcm_solid_actions.mo -share/locale/el/LC_MESSAGES/kcm_splashscreen.mo -share/locale/el/LC_MESSAGES/kcm_touchpad.mo -share/locale/el/LC_MESSAGES/kcm_workspace.mo -share/locale/el/LC_MESSAGES/kcmkclock.mo -share/locale/el/LC_MESSAGES/kcmkeyboard.mo -share/locale/el/LC_MESSAGES/kcmmouse.mo -share/locale/el/LC_MESSAGES/knetattach5.mo -share/locale/el/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo -share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo -share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.kimpanel.mo -share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo -share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo -share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo -share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo -share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo -share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo -share/locale/el/LC_MESSAGES/plasma_runner_kwin.mo -share/locale/el/LC_MESSAGES/plasma_runner_plasma-desktop.mo -share/locale/el/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo -share/locale/el/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo -share/locale/el/LC_MESSAGES/plasmaactivitymanager.mo -share/locale/en_GB/LC_MESSAGES/kaccess.mo -share/locale/en_GB/LC_MESSAGES/kcm5_device_automounter.mo -share/locale/en_GB/LC_MESSAGES/kcm5_joystick.mo -share/locale/en_GB/LC_MESSAGES/kcm5_kded.mo -share/locale/en_GB/LC_MESSAGES/kcm_access.mo -share/locale/en_GB/LC_MESSAGES/kcm_activities5.mo -share/locale/en_GB/LC_MESSAGES/kcm_baloofile.mo -share/locale/en_GB/LC_MESSAGES/kcm_componentchooser.mo -share/locale/en_GB/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/en_GB/LC_MESSAGES/kcm_keys.mo -share/locale/en_GB/LC_MESSAGES/kcm_krunnersettings.mo -share/locale/en_GB/LC_MESSAGES/kcm_landingpage.mo -share/locale/en_GB/LC_MESSAGES/kcm_plasmasearch.mo -share/locale/en_GB/LC_MESSAGES/kcm_recentFiles.mo -share/locale/en_GB/LC_MESSAGES/kcm_smserver.mo -share/locale/en_GB/LC_MESSAGES/kcm_solid_actions.mo -share/locale/en_GB/LC_MESSAGES/kcm_splashscreen.mo -share/locale/en_GB/LC_MESSAGES/kcm_tablet.mo -share/locale/en_GB/LC_MESSAGES/kcm_touchpad.mo -share/locale/en_GB/LC_MESSAGES/kcm_touchscreen.mo -share/locale/en_GB/LC_MESSAGES/kcm_workspace.mo -share/locale/en_GB/LC_MESSAGES/kcmkclock.mo -share/locale/en_GB/LC_MESSAGES/kcmkeyboard.mo -share/locale/en_GB/LC_MESSAGES/kcmmouse.mo -share/locale/en_GB/LC_MESSAGES/kcmqtquicksettings.mo -share/locale/en_GB/LC_MESSAGES/knetattach5.mo -share/locale/en_GB/LC_MESSAGES/org.kde.plasma.emojier.mo -share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.panel.mo -share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.mo -share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo -share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo -share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.kimpanel.mo -share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo -share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo -share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo -share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo -share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo -share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo -share/locale/en_GB/LC_MESSAGES/plasma_runner_kwin.mo -share/locale/en_GB/LC_MESSAGES/plasma_runner_plasma-desktop.mo -share/locale/en_GB/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo -share/locale/en_GB/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo -share/locale/en_GB/LC_MESSAGES/plasma_toolbox_org.kde.paneltoolbox.mo -share/locale/en_GB/LC_MESSAGES/plasmaactivitymanager.mo -share/locale/eo/LC_MESSAGES/kaccess.mo -share/locale/eo/LC_MESSAGES/kcm5_device_automounter.mo -share/locale/eo/LC_MESSAGES/kcm5_joystick.mo -share/locale/eo/LC_MESSAGES/kcm5_kded.mo -share/locale/eo/LC_MESSAGES/kcm_access.mo -share/locale/eo/LC_MESSAGES/kcm_componentchooser.mo -share/locale/eo/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/eo/LC_MESSAGES/kcm_smserver.mo -share/locale/eo/LC_MESSAGES/kcm_solid_actions.mo -share/locale/eo/LC_MESSAGES/kcmkclock.mo -share/locale/eo/LC_MESSAGES/kcmkeyboard.mo -share/locale/eo/LC_MESSAGES/kcmmouse.mo -share/locale/eo/LC_MESSAGES/knetattach5.mo -share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.plasma.kimpanel.mo -share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo -share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo -share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo -share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo -share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo -share/locale/eo/LC_MESSAGES/plasma_runner_plasma-desktop.mo -share/locale/es/LC_MESSAGES/kaccess.mo -share/locale/es/LC_MESSAGES/kcm5_device_automounter.mo -share/locale/es/LC_MESSAGES/kcm5_joystick.mo -share/locale/es/LC_MESSAGES/kcm5_kded.mo -share/locale/es/LC_MESSAGES/kcm_access.mo -share/locale/es/LC_MESSAGES/kcm_activities5.mo -share/locale/es/LC_MESSAGES/kcm_baloofile.mo -share/locale/es/LC_MESSAGES/kcm_componentchooser.mo -share/locale/es/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/es/LC_MESSAGES/kcm_keys.mo -share/locale/es/LC_MESSAGES/kcm_krunnersettings.mo -share/locale/es/LC_MESSAGES/kcm_landingpage.mo -share/locale/es/LC_MESSAGES/kcm_plasmasearch.mo -share/locale/es/LC_MESSAGES/kcm_recentFiles.mo -share/locale/es/LC_MESSAGES/kcm_smserver.mo -share/locale/es/LC_MESSAGES/kcm_solid_actions.mo -share/locale/es/LC_MESSAGES/kcm_splashscreen.mo -share/locale/es/LC_MESSAGES/kcm_tablet.mo -share/locale/es/LC_MESSAGES/kcm_touchpad.mo -share/locale/es/LC_MESSAGES/kcm_touchscreen.mo -share/locale/es/LC_MESSAGES/kcm_workspace.mo -share/locale/es/LC_MESSAGES/kcmkclock.mo -share/locale/es/LC_MESSAGES/kcmkeyboard.mo -share/locale/es/LC_MESSAGES/kcmmouse.mo -share/locale/es/LC_MESSAGES/kcmqtquicksettings.mo -share/locale/es/LC_MESSAGES/knetattach5.mo -share/locale/es/LC_MESSAGES/org.kde.plasma.emojier.mo -share/locale/es/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/es/LC_MESSAGES/plasma_applet_org.kde.panel.mo -share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.mo -share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo -share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo -share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.kimpanel.mo -share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo -share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo -share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo -share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo -share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo -share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo -share/locale/es/LC_MESSAGES/plasma_runner_kwin.mo -share/locale/es/LC_MESSAGES/plasma_runner_plasma-desktop.mo -share/locale/es/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo -share/locale/es/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo -share/locale/es/LC_MESSAGES/plasma_toolbox_org.kde.paneltoolbox.mo -share/locale/es/LC_MESSAGES/plasmaactivitymanager.mo -share/locale/et/LC_MESSAGES/kaccess.mo -share/locale/et/LC_MESSAGES/kcm5_device_automounter.mo -share/locale/et/LC_MESSAGES/kcm5_joystick.mo -share/locale/et/LC_MESSAGES/kcm5_kded.mo -share/locale/et/LC_MESSAGES/kcm_access.mo -share/locale/et/LC_MESSAGES/kcm_activities5.mo -share/locale/et/LC_MESSAGES/kcm_baloofile.mo -share/locale/et/LC_MESSAGES/kcm_componentchooser.mo -share/locale/et/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/et/LC_MESSAGES/kcm_keys.mo -share/locale/et/LC_MESSAGES/kcm_krunnersettings.mo -share/locale/et/LC_MESSAGES/kcm_landingpage.mo -share/locale/et/LC_MESSAGES/kcm_plasmasearch.mo -share/locale/et/LC_MESSAGES/kcm_recentFiles.mo -share/locale/et/LC_MESSAGES/kcm_smserver.mo -share/locale/et/LC_MESSAGES/kcm_solid_actions.mo -share/locale/et/LC_MESSAGES/kcm_splashscreen.mo -share/locale/et/LC_MESSAGES/kcm_touchpad.mo -share/locale/et/LC_MESSAGES/kcm_workspace.mo -share/locale/et/LC_MESSAGES/kcmkclock.mo -share/locale/et/LC_MESSAGES/kcmkeyboard.mo -share/locale/et/LC_MESSAGES/kcmmouse.mo -share/locale/et/LC_MESSAGES/kcmqtquicksettings.mo -share/locale/et/LC_MESSAGES/knetattach5.mo -share/locale/et/LC_MESSAGES/org.kde.plasma.emojier.mo -share/locale/et/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/et/LC_MESSAGES/plasma_applet_org.kde.panel.mo -share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo -share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo -share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.kimpanel.mo -share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo -share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo -share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo -share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo -share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo -share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo -share/locale/et/LC_MESSAGES/plasma_runner_kwin.mo -share/locale/et/LC_MESSAGES/plasma_runner_plasma-desktop.mo -share/locale/et/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo -share/locale/et/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo -share/locale/et/LC_MESSAGES/plasma_toolbox_org.kde.paneltoolbox.mo -share/locale/et/LC_MESSAGES/plasmaactivitymanager.mo -share/locale/eu/LC_MESSAGES/kaccess.mo -share/locale/eu/LC_MESSAGES/kcm5_device_automounter.mo -share/locale/eu/LC_MESSAGES/kcm5_joystick.mo -share/locale/eu/LC_MESSAGES/kcm5_kded.mo -share/locale/eu/LC_MESSAGES/kcm_access.mo -share/locale/eu/LC_MESSAGES/kcm_activities5.mo -share/locale/eu/LC_MESSAGES/kcm_baloofile.mo -share/locale/eu/LC_MESSAGES/kcm_componentchooser.mo -share/locale/eu/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/eu/LC_MESSAGES/kcm_keys.mo -share/locale/eu/LC_MESSAGES/kcm_krunnersettings.mo -share/locale/eu/LC_MESSAGES/kcm_landingpage.mo -share/locale/eu/LC_MESSAGES/kcm_plasmasearch.mo -share/locale/eu/LC_MESSAGES/kcm_recentFiles.mo -share/locale/eu/LC_MESSAGES/kcm_smserver.mo -share/locale/eu/LC_MESSAGES/kcm_solid_actions.mo -share/locale/eu/LC_MESSAGES/kcm_splashscreen.mo -share/locale/eu/LC_MESSAGES/kcm_tablet.mo -share/locale/eu/LC_MESSAGES/kcm_touchpad.mo -share/locale/eu/LC_MESSAGES/kcm_touchscreen.mo -share/locale/eu/LC_MESSAGES/kcm_workspace.mo -share/locale/eu/LC_MESSAGES/kcmkclock.mo -share/locale/eu/LC_MESSAGES/kcmkeyboard.mo -share/locale/eu/LC_MESSAGES/kcmmouse.mo -share/locale/eu/LC_MESSAGES/kcmqtquicksettings.mo -share/locale/eu/LC_MESSAGES/knetattach5.mo -share/locale/eu/LC_MESSAGES/org.kde.plasma.emojier.mo -share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.panel.mo -share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.mo -share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo -share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo -share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.kimpanel.mo -share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo -share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo -share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo -share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo -share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo -share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo -share/locale/eu/LC_MESSAGES/plasma_runner_kwin.mo -share/locale/eu/LC_MESSAGES/plasma_runner_plasma-desktop.mo -share/locale/eu/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo -share/locale/eu/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo -share/locale/eu/LC_MESSAGES/plasma_toolbox_org.kde.paneltoolbox.mo -share/locale/eu/LC_MESSAGES/plasmaactivitymanager.mo -share/locale/fa/LC_MESSAGES/kaccess.mo -share/locale/fa/LC_MESSAGES/kcm5_device_automounter.mo -share/locale/fa/LC_MESSAGES/kcm5_joystick.mo -share/locale/fa/LC_MESSAGES/kcm5_kded.mo -share/locale/fa/LC_MESSAGES/kcm_access.mo -share/locale/fa/LC_MESSAGES/kcm_componentchooser.mo -share/locale/fa/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/fa/LC_MESSAGES/kcm_smserver.mo -share/locale/fa/LC_MESSAGES/kcm_solid_actions.mo -share/locale/fa/LC_MESSAGES/kcmkclock.mo -share/locale/fa/LC_MESSAGES/kcmkeyboard.mo -share/locale/fa/LC_MESSAGES/kcmmouse.mo -share/locale/fa/LC_MESSAGES/knetattach5.mo -share/locale/fa/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/fa/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo -share/locale/fa/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo -share/locale/fa/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo -share/locale/fi/LC_MESSAGES/kaccess.mo -share/locale/fi/LC_MESSAGES/kcm5_device_automounter.mo -share/locale/fi/LC_MESSAGES/kcm5_joystick.mo -share/locale/fi/LC_MESSAGES/kcm5_kded.mo -share/locale/fi/LC_MESSAGES/kcm_access.mo -share/locale/fi/LC_MESSAGES/kcm_activities5.mo -share/locale/fi/LC_MESSAGES/kcm_baloofile.mo -share/locale/fi/LC_MESSAGES/kcm_componentchooser.mo -share/locale/fi/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/fi/LC_MESSAGES/kcm_keys.mo -share/locale/fi/LC_MESSAGES/kcm_krunnersettings.mo -share/locale/fi/LC_MESSAGES/kcm_landingpage.mo -share/locale/fi/LC_MESSAGES/kcm_plasmasearch.mo -share/locale/fi/LC_MESSAGES/kcm_recentFiles.mo -share/locale/fi/LC_MESSAGES/kcm_smserver.mo -share/locale/fi/LC_MESSAGES/kcm_solid_actions.mo -share/locale/fi/LC_MESSAGES/kcm_splashscreen.mo -share/locale/fi/LC_MESSAGES/kcm_tablet.mo -share/locale/fi/LC_MESSAGES/kcm_touchpad.mo -share/locale/fi/LC_MESSAGES/kcm_touchscreen.mo -share/locale/fi/LC_MESSAGES/kcm_workspace.mo -share/locale/fi/LC_MESSAGES/kcmkclock.mo -share/locale/fi/LC_MESSAGES/kcmkeyboard.mo -share/locale/fi/LC_MESSAGES/kcmmouse.mo -share/locale/fi/LC_MESSAGES/kcmqtquicksettings.mo -share/locale/fi/LC_MESSAGES/knetattach5.mo -share/locale/fi/LC_MESSAGES/org.kde.plasma.emojier.mo -share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.panel.mo -share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.mo -share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo -share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo -share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.kimpanel.mo -share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo -share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo -share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo -share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo -share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo -share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo -share/locale/fi/LC_MESSAGES/plasma_runner_kwin.mo -share/locale/fi/LC_MESSAGES/plasma_runner_plasma-desktop.mo -share/locale/fi/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo -share/locale/fi/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo -share/locale/fi/LC_MESSAGES/plasma_toolbox_org.kde.paneltoolbox.mo -share/locale/fi/LC_MESSAGES/plasmaactivitymanager.mo -share/locale/fr/LC_MESSAGES/kaccess.mo -share/locale/fr/LC_MESSAGES/kcm5_device_automounter.mo -share/locale/fr/LC_MESSAGES/kcm5_joystick.mo -share/locale/fr/LC_MESSAGES/kcm5_kded.mo -share/locale/fr/LC_MESSAGES/kcm_access.mo -share/locale/fr/LC_MESSAGES/kcm_activities5.mo -share/locale/fr/LC_MESSAGES/kcm_baloofile.mo -share/locale/fr/LC_MESSAGES/kcm_componentchooser.mo -share/locale/fr/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/fr/LC_MESSAGES/kcm_keys.mo -share/locale/fr/LC_MESSAGES/kcm_krunnersettings.mo -share/locale/fr/LC_MESSAGES/kcm_landingpage.mo -share/locale/fr/LC_MESSAGES/kcm_plasmasearch.mo -share/locale/fr/LC_MESSAGES/kcm_recentFiles.mo -share/locale/fr/LC_MESSAGES/kcm_smserver.mo -share/locale/fr/LC_MESSAGES/kcm_solid_actions.mo -share/locale/fr/LC_MESSAGES/kcm_splashscreen.mo -share/locale/fr/LC_MESSAGES/kcm_tablet.mo -share/locale/fr/LC_MESSAGES/kcm_touchpad.mo -share/locale/fr/LC_MESSAGES/kcm_touchscreen.mo -share/locale/fr/LC_MESSAGES/kcm_workspace.mo -share/locale/fr/LC_MESSAGES/kcmkclock.mo -share/locale/fr/LC_MESSAGES/kcmkeyboard.mo -share/locale/fr/LC_MESSAGES/kcmmouse.mo -share/locale/fr/LC_MESSAGES/kcmqtquicksettings.mo -share/locale/fr/LC_MESSAGES/knetattach5.mo -share/locale/fr/LC_MESSAGES/org.kde.plasma.emojier.mo -share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.panel.mo -share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.mo -share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo -share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo -share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.kimpanel.mo -share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo -share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo -share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo -share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo -share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo -share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo -share/locale/fr/LC_MESSAGES/plasma_runner_kwin.mo -share/locale/fr/LC_MESSAGES/plasma_runner_plasma-desktop.mo -share/locale/fr/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo -share/locale/fr/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo -share/locale/fr/LC_MESSAGES/plasma_toolbox_org.kde.paneltoolbox.mo -share/locale/fr/LC_MESSAGES/plasmaactivitymanager.mo -share/locale/fy/LC_MESSAGES/kaccess.mo -share/locale/fy/LC_MESSAGES/kcm5_joystick.mo -share/locale/fy/LC_MESSAGES/kcm5_kded.mo -share/locale/fy/LC_MESSAGES/kcm_access.mo -share/locale/fy/LC_MESSAGES/kcm_componentchooser.mo -share/locale/fy/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/fy/LC_MESSAGES/kcm_smserver.mo -share/locale/fy/LC_MESSAGES/kcm_solid_actions.mo -share/locale/fy/LC_MESSAGES/kcmkclock.mo -share/locale/fy/LC_MESSAGES/kcmkeyboard.mo -share/locale/fy/LC_MESSAGES/kcmmouse.mo -share/locale/fy/LC_MESSAGES/knetattach5.mo -share/locale/fy/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/fy/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo -share/locale/fy/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo -share/locale/fy/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo -share/locale/ga/LC_MESSAGES/kaccess.mo -share/locale/ga/LC_MESSAGES/kcm5_device_automounter.mo -share/locale/ga/LC_MESSAGES/kcm5_joystick.mo -share/locale/ga/LC_MESSAGES/kcm5_kded.mo -share/locale/ga/LC_MESSAGES/kcm_access.mo -share/locale/ga/LC_MESSAGES/kcm_componentchooser.mo -share/locale/ga/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/ga/LC_MESSAGES/kcm_smserver.mo -share/locale/ga/LC_MESSAGES/kcm_solid_actions.mo -share/locale/ga/LC_MESSAGES/kcmkclock.mo -share/locale/ga/LC_MESSAGES/kcmkeyboard.mo -share/locale/ga/LC_MESSAGES/kcmmouse.mo -share/locale/ga/LC_MESSAGES/knetattach5.mo -share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo -share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.plasma.kimpanel.mo -share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo -share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo -share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo -share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo -share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo -share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo -share/locale/ga/LC_MESSAGES/plasma_runner_plasma-desktop.mo -share/locale/gl/LC_MESSAGES/kaccess.mo -share/locale/gl/LC_MESSAGES/kcm5_device_automounter.mo -share/locale/gl/LC_MESSAGES/kcm5_joystick.mo -share/locale/gl/LC_MESSAGES/kcm5_kded.mo -share/locale/gl/LC_MESSAGES/kcm_access.mo -share/locale/gl/LC_MESSAGES/kcm_activities5.mo -share/locale/gl/LC_MESSAGES/kcm_baloofile.mo -share/locale/gl/LC_MESSAGES/kcm_componentchooser.mo -share/locale/gl/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/gl/LC_MESSAGES/kcm_krunnersettings.mo -share/locale/gl/LC_MESSAGES/kcm_landingpage.mo -share/locale/gl/LC_MESSAGES/kcm_plasmasearch.mo -share/locale/gl/LC_MESSAGES/kcm_recentFiles.mo -share/locale/gl/LC_MESSAGES/kcm_smserver.mo -share/locale/gl/LC_MESSAGES/kcm_solid_actions.mo -share/locale/gl/LC_MESSAGES/kcm_splashscreen.mo -share/locale/gl/LC_MESSAGES/kcm_tablet.mo -share/locale/gl/LC_MESSAGES/kcm_touchpad.mo -share/locale/gl/LC_MESSAGES/kcm_touchscreen.mo -share/locale/gl/LC_MESSAGES/kcm_workspace.mo -share/locale/gl/LC_MESSAGES/kcmkclock.mo -share/locale/gl/LC_MESSAGES/kcmkeyboard.mo -share/locale/gl/LC_MESSAGES/kcmmouse.mo -share/locale/gl/LC_MESSAGES/kcmqtquicksettings.mo -share/locale/gl/LC_MESSAGES/knetattach5.mo -share/locale/gl/LC_MESSAGES/org.kde.plasma.emojier.mo -share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.panel.mo -share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.mo -share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo -share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo -share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.kimpanel.mo -share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo -share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo -share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo -share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo -share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo -share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo -share/locale/gl/LC_MESSAGES/plasma_runner_kwin.mo -share/locale/gl/LC_MESSAGES/plasma_runner_plasma-desktop.mo -share/locale/gl/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo -share/locale/gl/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo -share/locale/gl/LC_MESSAGES/plasma_toolbox_org.kde.paneltoolbox.mo -share/locale/gl/LC_MESSAGES/plasmaactivitymanager.mo -share/locale/gu/LC_MESSAGES/kaccess.mo -share/locale/gu/LC_MESSAGES/kcm5_device_automounter.mo -share/locale/gu/LC_MESSAGES/kcm5_joystick.mo -share/locale/gu/LC_MESSAGES/kcm5_kded.mo -share/locale/gu/LC_MESSAGES/kcm_access.mo -share/locale/gu/LC_MESSAGES/kcm_componentchooser.mo -share/locale/gu/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/gu/LC_MESSAGES/kcm_smserver.mo -share/locale/gu/LC_MESSAGES/kcm_solid_actions.mo -share/locale/gu/LC_MESSAGES/kcmkclock.mo -share/locale/gu/LC_MESSAGES/kcmkeyboard.mo -share/locale/gu/LC_MESSAGES/kcmmouse.mo -share/locale/gu/LC_MESSAGES/knetattach5.mo -share/locale/gu/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/gu/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo -share/locale/gu/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo -share/locale/gu/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo -share/locale/gu/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo -share/locale/gu/LC_MESSAGES/plasma_runner_plasma-desktop.mo -share/locale/he/LC_MESSAGES/kaccess.mo -share/locale/he/LC_MESSAGES/kcm5_device_automounter.mo -share/locale/he/LC_MESSAGES/kcm5_joystick.mo -share/locale/he/LC_MESSAGES/kcm5_kded.mo -share/locale/he/LC_MESSAGES/kcm_access.mo -share/locale/he/LC_MESSAGES/kcm_activities5.mo -share/locale/he/LC_MESSAGES/kcm_baloofile.mo -share/locale/he/LC_MESSAGES/kcm_componentchooser.mo -share/locale/he/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/he/LC_MESSAGES/kcm_krunnersettings.mo -share/locale/he/LC_MESSAGES/kcm_plasmasearch.mo -share/locale/he/LC_MESSAGES/kcm_smserver.mo -share/locale/he/LC_MESSAGES/kcm_solid_actions.mo -share/locale/he/LC_MESSAGES/kcm_splashscreen.mo -share/locale/he/LC_MESSAGES/kcm_touchpad.mo -share/locale/he/LC_MESSAGES/kcm_workspace.mo -share/locale/he/LC_MESSAGES/kcmkclock.mo -share/locale/he/LC_MESSAGES/kcmkeyboard.mo -share/locale/he/LC_MESSAGES/kcmmouse.mo -share/locale/he/LC_MESSAGES/knetattach5.mo -share/locale/he/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo -share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo -share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.kimpanel.mo -share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo -share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo -share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo -share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo -share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo -share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo -share/locale/he/LC_MESSAGES/plasma_runner_plasma-desktop.mo -share/locale/he/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo -share/locale/he/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo -share/locale/he/LC_MESSAGES/plasmaactivitymanager.mo -share/locale/hi/LC_MESSAGES/kaccess.mo -share/locale/hi/LC_MESSAGES/kcm5_device_automounter.mo -share/locale/hi/LC_MESSAGES/kcm5_joystick.mo -share/locale/hi/LC_MESSAGES/kcm5_kded.mo -share/locale/hi/LC_MESSAGES/kcm_access.mo -share/locale/hi/LC_MESSAGES/kcm_componentchooser.mo -share/locale/hi/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/hi/LC_MESSAGES/kcm_krunnersettings.mo -share/locale/hi/LC_MESSAGES/kcm_landingpage.mo -share/locale/hi/LC_MESSAGES/kcm_plasmasearch.mo -share/locale/hi/LC_MESSAGES/kcm_smserver.mo -share/locale/hi/LC_MESSAGES/kcm_solid_actions.mo -share/locale/hi/LC_MESSAGES/kcm_splashscreen.mo -share/locale/hi/LC_MESSAGES/kcm_tablet.mo -share/locale/hi/LC_MESSAGES/kcmkclock.mo -share/locale/hi/LC_MESSAGES/kcmkeyboard.mo -share/locale/hi/LC_MESSAGES/kcmmouse.mo -share/locale/hi/LC_MESSAGES/kcmqtquicksettings.mo -share/locale/hi/LC_MESSAGES/knetattach5.mo -share/locale/hi/LC_MESSAGES/org.kde.plasma.emojier.mo -share/locale/hi/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/hi/LC_MESSAGES/plasma_applet_org.kde.panel.mo -share/locale/hi/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.mo -share/locale/hi/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo -share/locale/hi/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo -share/locale/hi/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo -share/locale/hi/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo -share/locale/hi/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo -share/locale/hi/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo -share/locale/hi/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo -share/locale/hi/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo -share/locale/hi/LC_MESSAGES/plasma_runner_kwin.mo -share/locale/hi/LC_MESSAGES/plasma_runner_plasma-desktop.mo -share/locale/hi/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo -share/locale/hi/LC_MESSAGES/plasma_toolbox_org.kde.paneltoolbox.mo -share/locale/hne/LC_MESSAGES/kaccess.mo -share/locale/hne/LC_MESSAGES/kcm5_joystick.mo -share/locale/hne/LC_MESSAGES/kcm5_kded.mo -share/locale/hne/LC_MESSAGES/kcm_access.mo -share/locale/hne/LC_MESSAGES/kcm_componentchooser.mo -share/locale/hne/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/hne/LC_MESSAGES/kcm_smserver.mo -share/locale/hne/LC_MESSAGES/kcmkclock.mo -share/locale/hne/LC_MESSAGES/kcmkeyboard.mo -share/locale/hne/LC_MESSAGES/kcmmouse.mo -share/locale/hne/LC_MESSAGES/knetattach5.mo -share/locale/hne/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/hne/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo -share/locale/hne/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo -share/locale/hne/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo -share/locale/hr/LC_MESSAGES/kaccess.mo -share/locale/hr/LC_MESSAGES/kcm5_device_automounter.mo -share/locale/hr/LC_MESSAGES/kcm5_joystick.mo -share/locale/hr/LC_MESSAGES/kcm5_kded.mo -share/locale/hr/LC_MESSAGES/kcm_access.mo -share/locale/hr/LC_MESSAGES/kcm_componentchooser.mo -share/locale/hr/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/hr/LC_MESSAGES/kcm_smserver.mo -share/locale/hr/LC_MESSAGES/kcm_solid_actions.mo -share/locale/hr/LC_MESSAGES/kcmkclock.mo -share/locale/hr/LC_MESSAGES/kcmkeyboard.mo -share/locale/hr/LC_MESSAGES/kcmmouse.mo -share/locale/hr/LC_MESSAGES/knetattach5.mo -share/locale/hr/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/hr/LC_MESSAGES/plasma_applet_org.kde.plasma.kimpanel.mo -share/locale/hr/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo -share/locale/hr/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo -share/locale/hr/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo -share/locale/hr/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo -share/locale/hr/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo -share/locale/hr/LC_MESSAGES/plasma_runner_plasma-desktop.mo -share/locale/hsb/LC_MESSAGES/kaccess.mo -share/locale/hsb/LC_MESSAGES/kcm5_joystick.mo -share/locale/hsb/LC_MESSAGES/kcm5_kded.mo -share/locale/hsb/LC_MESSAGES/kcm_access.mo -share/locale/hsb/LC_MESSAGES/kcm_componentchooser.mo -share/locale/hsb/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/hsb/LC_MESSAGES/kcm_smserver.mo -share/locale/hsb/LC_MESSAGES/kcmkclock.mo -share/locale/hsb/LC_MESSAGES/kcmkeyboard.mo -share/locale/hsb/LC_MESSAGES/kcmmouse.mo -share/locale/hsb/LC_MESSAGES/knetattach5.mo -share/locale/hsb/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/hsb/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo -share/locale/hsb/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo -share/locale/hsb/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo -share/locale/hsb/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo -share/locale/hsb/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo -share/locale/hu/LC_MESSAGES/kaccess.mo -share/locale/hu/LC_MESSAGES/kcm5_device_automounter.mo -share/locale/hu/LC_MESSAGES/kcm5_joystick.mo -share/locale/hu/LC_MESSAGES/kcm5_kded.mo -share/locale/hu/LC_MESSAGES/kcm_access.mo -share/locale/hu/LC_MESSAGES/kcm_activities5.mo -share/locale/hu/LC_MESSAGES/kcm_baloofile.mo -share/locale/hu/LC_MESSAGES/kcm_componentchooser.mo -share/locale/hu/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/hu/LC_MESSAGES/kcm_keys.mo -share/locale/hu/LC_MESSAGES/kcm_krunnersettings.mo -share/locale/hu/LC_MESSAGES/kcm_landingpage.mo -share/locale/hu/LC_MESSAGES/kcm_plasmasearch.mo -share/locale/hu/LC_MESSAGES/kcm_recentFiles.mo -share/locale/hu/LC_MESSAGES/kcm_smserver.mo -share/locale/hu/LC_MESSAGES/kcm_solid_actions.mo -share/locale/hu/LC_MESSAGES/kcm_splashscreen.mo -share/locale/hu/LC_MESSAGES/kcm_tablet.mo -share/locale/hu/LC_MESSAGES/kcm_touchpad.mo -share/locale/hu/LC_MESSAGES/kcm_touchscreen.mo -share/locale/hu/LC_MESSAGES/kcm_workspace.mo -share/locale/hu/LC_MESSAGES/kcmkclock.mo -share/locale/hu/LC_MESSAGES/kcmkeyboard.mo -share/locale/hu/LC_MESSAGES/kcmmouse.mo -share/locale/hu/LC_MESSAGES/kcmqtquicksettings.mo -share/locale/hu/LC_MESSAGES/knetattach5.mo -share/locale/hu/LC_MESSAGES/org.kde.plasma.emojier.mo -share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.panel.mo -share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.mo -share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo -share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo -share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.kimpanel.mo -share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo -share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo -share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo -share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo -share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo -share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo -share/locale/hu/LC_MESSAGES/plasma_runner_kwin.mo -share/locale/hu/LC_MESSAGES/plasma_runner_plasma-desktop.mo -share/locale/hu/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo -share/locale/hu/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo -share/locale/hu/LC_MESSAGES/plasma_toolbox_org.kde.paneltoolbox.mo -share/locale/hu/LC_MESSAGES/plasmaactivitymanager.mo -share/locale/ia/LC_MESSAGES/kaccess.mo -share/locale/ia/LC_MESSAGES/kcm5_device_automounter.mo -share/locale/ia/LC_MESSAGES/kcm5_joystick.mo -share/locale/ia/LC_MESSAGES/kcm5_kded.mo -share/locale/ia/LC_MESSAGES/kcm_access.mo -share/locale/ia/LC_MESSAGES/kcm_activities5.mo -share/locale/ia/LC_MESSAGES/kcm_baloofile.mo -share/locale/ia/LC_MESSAGES/kcm_componentchooser.mo -share/locale/ia/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/ia/LC_MESSAGES/kcm_keys.mo -share/locale/ia/LC_MESSAGES/kcm_krunnersettings.mo -share/locale/ia/LC_MESSAGES/kcm_landingpage.mo -share/locale/ia/LC_MESSAGES/kcm_plasmasearch.mo -share/locale/ia/LC_MESSAGES/kcm_recentFiles.mo -share/locale/ia/LC_MESSAGES/kcm_smserver.mo -share/locale/ia/LC_MESSAGES/kcm_solid_actions.mo -share/locale/ia/LC_MESSAGES/kcm_splashscreen.mo -share/locale/ia/LC_MESSAGES/kcm_tablet.mo -share/locale/ia/LC_MESSAGES/kcm_touchpad.mo -share/locale/ia/LC_MESSAGES/kcm_touchscreen.mo -share/locale/ia/LC_MESSAGES/kcm_workspace.mo -share/locale/ia/LC_MESSAGES/kcmkclock.mo -share/locale/ia/LC_MESSAGES/kcmkeyboard.mo -share/locale/ia/LC_MESSAGES/kcmmouse.mo -share/locale/ia/LC_MESSAGES/kcmqtquicksettings.mo -share/locale/ia/LC_MESSAGES/knetattach5.mo -share/locale/ia/LC_MESSAGES/org.kde.plasma.emojier.mo -share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.panel.mo -share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.mo -share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo -share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo -share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.kimpanel.mo -share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo -share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo -share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo -share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo -share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo -share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo -share/locale/ia/LC_MESSAGES/plasma_runner_kwin.mo -share/locale/ia/LC_MESSAGES/plasma_runner_plasma-desktop.mo -share/locale/ia/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo -share/locale/ia/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo -share/locale/ia/LC_MESSAGES/plasma_toolbox_org.kde.paneltoolbox.mo -share/locale/ia/LC_MESSAGES/plasmaactivitymanager.mo -share/locale/id/LC_MESSAGES/kaccess.mo -share/locale/id/LC_MESSAGES/kcm5_device_automounter.mo -share/locale/id/LC_MESSAGES/kcm5_joystick.mo -share/locale/id/LC_MESSAGES/kcm5_kded.mo -share/locale/id/LC_MESSAGES/kcm_access.mo -share/locale/id/LC_MESSAGES/kcm_activities5.mo -share/locale/id/LC_MESSAGES/kcm_baloofile.mo -share/locale/id/LC_MESSAGES/kcm_componentchooser.mo -share/locale/id/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/id/LC_MESSAGES/kcm_keys.mo -share/locale/id/LC_MESSAGES/kcm_krunnersettings.mo -share/locale/id/LC_MESSAGES/kcm_landingpage.mo -share/locale/id/LC_MESSAGES/kcm_plasmasearch.mo -share/locale/id/LC_MESSAGES/kcm_recentFiles.mo -share/locale/id/LC_MESSAGES/kcm_smserver.mo -share/locale/id/LC_MESSAGES/kcm_solid_actions.mo -share/locale/id/LC_MESSAGES/kcm_splashscreen.mo -share/locale/id/LC_MESSAGES/kcm_tablet.mo -share/locale/id/LC_MESSAGES/kcm_touchpad.mo -share/locale/id/LC_MESSAGES/kcm_workspace.mo -share/locale/id/LC_MESSAGES/kcmkclock.mo -share/locale/id/LC_MESSAGES/kcmkeyboard.mo -share/locale/id/LC_MESSAGES/kcmmouse.mo -share/locale/id/LC_MESSAGES/kcmqtquicksettings.mo -share/locale/id/LC_MESSAGES/knetattach5.mo -share/locale/id/LC_MESSAGES/org.kde.plasma.emojier.mo -share/locale/id/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/id/LC_MESSAGES/plasma_applet_org.kde.panel.mo -share/locale/id/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.mo -share/locale/id/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo -share/locale/id/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo -share/locale/id/LC_MESSAGES/plasma_applet_org.kde.plasma.kimpanel.mo -share/locale/id/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo -share/locale/id/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo -share/locale/id/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo -share/locale/id/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo -share/locale/id/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo -share/locale/id/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo -share/locale/id/LC_MESSAGES/plasma_runner_kwin.mo -share/locale/id/LC_MESSAGES/plasma_runner_plasma-desktop.mo -share/locale/id/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo -share/locale/id/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo -share/locale/id/LC_MESSAGES/plasma_toolbox_org.kde.paneltoolbox.mo -share/locale/id/LC_MESSAGES/plasmaactivitymanager.mo -share/locale/ie/LC_MESSAGES/kcmkclock.mo -share/locale/ie/LC_MESSAGES/kcmkeyboard.mo -share/locale/ie/LC_MESSAGES/kcmmouse.mo -share/locale/ie/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.mo -share/locale/ie/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo -share/locale/ie/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo -share/locale/ie/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo -share/locale/ie/LC_MESSAGES/plasma_toolbox_org.kde.paneltoolbox.mo -share/locale/is/LC_MESSAGES/kaccess.mo -share/locale/is/LC_MESSAGES/kcm5_device_automounter.mo -share/locale/is/LC_MESSAGES/kcm5_joystick.mo -share/locale/is/LC_MESSAGES/kcm5_kded.mo -share/locale/is/LC_MESSAGES/kcm_access.mo -share/locale/is/LC_MESSAGES/kcm_baloofile.mo -share/locale/is/LC_MESSAGES/kcm_componentchooser.mo -share/locale/is/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/is/LC_MESSAGES/kcm_keys.mo -share/locale/is/LC_MESSAGES/kcm_landingpage.mo -share/locale/is/LC_MESSAGES/kcm_plasmasearch.mo -share/locale/is/LC_MESSAGES/kcm_recentFiles.mo -share/locale/is/LC_MESSAGES/kcm_smserver.mo -share/locale/is/LC_MESSAGES/kcm_solid_actions.mo -share/locale/is/LC_MESSAGES/kcm_splashscreen.mo -share/locale/is/LC_MESSAGES/kcm_tablet.mo -share/locale/is/LC_MESSAGES/kcm_touchpad.mo -share/locale/is/LC_MESSAGES/kcm_touchscreen.mo -share/locale/is/LC_MESSAGES/kcm_workspace.mo -share/locale/is/LC_MESSAGES/kcmkclock.mo -share/locale/is/LC_MESSAGES/kcmkeyboard.mo -share/locale/is/LC_MESSAGES/kcmmouse.mo -share/locale/is/LC_MESSAGES/kcmqtquicksettings.mo -share/locale/is/LC_MESSAGES/knetattach5.mo -share/locale/is/LC_MESSAGES/org.kde.plasma.emojier.mo -share/locale/is/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/is/LC_MESSAGES/plasma_applet_org.kde.panel.mo -share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo -share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo -share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo -share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo -share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo -share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo -share/locale/is/LC_MESSAGES/plasma_runner_plasma-desktop.mo -share/locale/is/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo -share/locale/is/LC_MESSAGES/plasma_toolbox_org.kde.paneltoolbox.mo -share/locale/is/LC_MESSAGES/plasmaactivitymanager.mo -share/locale/it/LC_MESSAGES/kaccess.mo -share/locale/it/LC_MESSAGES/kcm5_device_automounter.mo -share/locale/it/LC_MESSAGES/kcm5_joystick.mo -share/locale/it/LC_MESSAGES/kcm5_kded.mo -share/locale/it/LC_MESSAGES/kcm_access.mo -share/locale/it/LC_MESSAGES/kcm_activities5.mo -share/locale/it/LC_MESSAGES/kcm_baloofile.mo -share/locale/it/LC_MESSAGES/kcm_componentchooser.mo -share/locale/it/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/it/LC_MESSAGES/kcm_keys.mo -share/locale/it/LC_MESSAGES/kcm_krunnersettings.mo -share/locale/it/LC_MESSAGES/kcm_landingpage.mo -share/locale/it/LC_MESSAGES/kcm_plasmasearch.mo -share/locale/it/LC_MESSAGES/kcm_recentFiles.mo -share/locale/it/LC_MESSAGES/kcm_smserver.mo -share/locale/it/LC_MESSAGES/kcm_solid_actions.mo -share/locale/it/LC_MESSAGES/kcm_splashscreen.mo -share/locale/it/LC_MESSAGES/kcm_tablet.mo -share/locale/it/LC_MESSAGES/kcm_touchpad.mo -share/locale/it/LC_MESSAGES/kcm_touchscreen.mo -share/locale/it/LC_MESSAGES/kcm_workspace.mo -share/locale/it/LC_MESSAGES/kcmkclock.mo -share/locale/it/LC_MESSAGES/kcmkeyboard.mo -share/locale/it/LC_MESSAGES/kcmmouse.mo -share/locale/it/LC_MESSAGES/kcmqtquicksettings.mo -share/locale/it/LC_MESSAGES/knetattach5.mo -share/locale/it/LC_MESSAGES/org.kde.plasma.emojier.mo -share/locale/it/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/it/LC_MESSAGES/plasma_applet_org.kde.panel.mo -share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.mo -share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo -share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo -share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.kimpanel.mo -share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo -share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo -share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo -share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo -share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo -share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo -share/locale/it/LC_MESSAGES/plasma_runner_kwin.mo -share/locale/it/LC_MESSAGES/plasma_runner_plasma-desktop.mo -share/locale/it/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo -share/locale/it/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo -share/locale/it/LC_MESSAGES/plasma_toolbox_org.kde.paneltoolbox.mo -share/locale/it/LC_MESSAGES/plasmaactivitymanager.mo -share/locale/ja/LC_MESSAGES/kaccess.mo -share/locale/ja/LC_MESSAGES/kcm5_device_automounter.mo -share/locale/ja/LC_MESSAGES/kcm5_joystick.mo -share/locale/ja/LC_MESSAGES/kcm5_kded.mo -share/locale/ja/LC_MESSAGES/kcm_access.mo -share/locale/ja/LC_MESSAGES/kcm_activities5.mo -share/locale/ja/LC_MESSAGES/kcm_baloofile.mo -share/locale/ja/LC_MESSAGES/kcm_componentchooser.mo -share/locale/ja/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/ja/LC_MESSAGES/kcm_keys.mo -share/locale/ja/LC_MESSAGES/kcm_krunnersettings.mo -share/locale/ja/LC_MESSAGES/kcm_landingpage.mo -share/locale/ja/LC_MESSAGES/kcm_plasmasearch.mo -share/locale/ja/LC_MESSAGES/kcm_recentFiles.mo -share/locale/ja/LC_MESSAGES/kcm_smserver.mo -share/locale/ja/LC_MESSAGES/kcm_solid_actions.mo -share/locale/ja/LC_MESSAGES/kcm_splashscreen.mo -share/locale/ja/LC_MESSAGES/kcm_tablet.mo -share/locale/ja/LC_MESSAGES/kcm_touchpad.mo -share/locale/ja/LC_MESSAGES/kcm_touchscreen.mo -share/locale/ja/LC_MESSAGES/kcm_workspace.mo -share/locale/ja/LC_MESSAGES/kcmkclock.mo -share/locale/ja/LC_MESSAGES/kcmkeyboard.mo -share/locale/ja/LC_MESSAGES/kcmmouse.mo -share/locale/ja/LC_MESSAGES/kcmqtquicksettings.mo -share/locale/ja/LC_MESSAGES/knetattach5.mo -share/locale/ja/LC_MESSAGES/org.kde.plasma.emojier.mo -share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.panel.mo -share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.mo -share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo -share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo -share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.kimpanel.mo -share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo -share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo -share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo -share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo -share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo -share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo -share/locale/ja/LC_MESSAGES/plasma_runner_kwin.mo -share/locale/ja/LC_MESSAGES/plasma_runner_plasma-desktop.mo -share/locale/ja/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo -share/locale/ja/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo -share/locale/ja/LC_MESSAGES/plasma_toolbox_org.kde.paneltoolbox.mo -share/locale/ja/LC_MESSAGES/plasmaactivitymanager.mo -share/locale/ka/LC_MESSAGES/kaccess.mo -share/locale/ka/LC_MESSAGES/kcm5_device_automounter.mo -share/locale/ka/LC_MESSAGES/kcm5_joystick.mo -share/locale/ka/LC_MESSAGES/kcm5_kded.mo -share/locale/ka/LC_MESSAGES/kcm_access.mo -share/locale/ka/LC_MESSAGES/kcm_activities5.mo -share/locale/ka/LC_MESSAGES/kcm_baloofile.mo -share/locale/ka/LC_MESSAGES/kcm_componentchooser.mo -share/locale/ka/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/ka/LC_MESSAGES/kcm_keys.mo -share/locale/ka/LC_MESSAGES/kcm_krunnersettings.mo -share/locale/ka/LC_MESSAGES/kcm_landingpage.mo -share/locale/ka/LC_MESSAGES/kcm_plasmasearch.mo -share/locale/ka/LC_MESSAGES/kcm_recentFiles.mo -share/locale/ka/LC_MESSAGES/kcm_smserver.mo -share/locale/ka/LC_MESSAGES/kcm_solid_actions.mo -share/locale/ka/LC_MESSAGES/kcm_splashscreen.mo -share/locale/ka/LC_MESSAGES/kcm_tablet.mo -share/locale/ka/LC_MESSAGES/kcm_touchpad.mo -share/locale/ka/LC_MESSAGES/kcm_touchscreen.mo -share/locale/ka/LC_MESSAGES/kcm_workspace.mo -share/locale/ka/LC_MESSAGES/kcmkclock.mo -share/locale/ka/LC_MESSAGES/kcmkeyboard.mo -share/locale/ka/LC_MESSAGES/kcmmouse.mo -share/locale/ka/LC_MESSAGES/kcmqtquicksettings.mo -share/locale/ka/LC_MESSAGES/knetattach5.mo -share/locale/ka/LC_MESSAGES/org.kde.plasma.emojier.mo -share/locale/ka/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/ka/LC_MESSAGES/plasma_applet_org.kde.panel.mo -share/locale/ka/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.mo -share/locale/ka/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo -share/locale/ka/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo -share/locale/ka/LC_MESSAGES/plasma_applet_org.kde.plasma.kimpanel.mo -share/locale/ka/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo -share/locale/ka/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo -share/locale/ka/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo -share/locale/ka/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo -share/locale/ka/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo -share/locale/ka/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo -share/locale/ka/LC_MESSAGES/plasma_runner_kwin.mo -share/locale/ka/LC_MESSAGES/plasma_runner_plasma-desktop.mo -share/locale/ka/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo -share/locale/ka/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo -share/locale/ka/LC_MESSAGES/plasma_toolbox_org.kde.paneltoolbox.mo -share/locale/ka/LC_MESSAGES/plasmaactivitymanager.mo -share/locale/kk/LC_MESSAGES/kaccess.mo -share/locale/kk/LC_MESSAGES/kcm5_device_automounter.mo -share/locale/kk/LC_MESSAGES/kcm5_joystick.mo -share/locale/kk/LC_MESSAGES/kcm5_kded.mo -share/locale/kk/LC_MESSAGES/kcm_access.mo -share/locale/kk/LC_MESSAGES/kcm_componentchooser.mo -share/locale/kk/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/kk/LC_MESSAGES/kcm_smserver.mo -share/locale/kk/LC_MESSAGES/kcm_solid_actions.mo -share/locale/kk/LC_MESSAGES/kcmkclock.mo -share/locale/kk/LC_MESSAGES/kcmkeyboard.mo -share/locale/kk/LC_MESSAGES/kcmmouse.mo -share/locale/kk/LC_MESSAGES/knetattach5.mo -share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo -share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.plasma.kimpanel.mo -share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo -share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo -share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo -share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo -share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo -share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo -share/locale/kk/LC_MESSAGES/plasma_runner_plasma-desktop.mo -share/locale/kk/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo -share/locale/km/LC_MESSAGES/kaccess.mo -share/locale/km/LC_MESSAGES/kcm5_device_automounter.mo -share/locale/km/LC_MESSAGES/kcm5_joystick.mo -share/locale/km/LC_MESSAGES/kcm5_kded.mo -share/locale/km/LC_MESSAGES/kcm_access.mo -share/locale/km/LC_MESSAGES/kcm_componentchooser.mo -share/locale/km/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/km/LC_MESSAGES/kcm_smserver.mo -share/locale/km/LC_MESSAGES/kcm_solid_actions.mo -share/locale/km/LC_MESSAGES/kcmkclock.mo -share/locale/km/LC_MESSAGES/kcmkeyboard.mo -share/locale/km/LC_MESSAGES/kcmmouse.mo -share/locale/km/LC_MESSAGES/knetattach5.mo -share/locale/km/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/km/LC_MESSAGES/plasma_applet_org.kde.plasma.kimpanel.mo -share/locale/km/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo -share/locale/km/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo -share/locale/km/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo -share/locale/km/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo -share/locale/km/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo -share/locale/km/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo -share/locale/km/LC_MESSAGES/plasma_runner_plasma-desktop.mo -share/locale/kn/LC_MESSAGES/kaccess.mo -share/locale/kn/LC_MESSAGES/kcm5_device_automounter.mo -share/locale/kn/LC_MESSAGES/kcm5_joystick.mo -share/locale/kn/LC_MESSAGES/kcm5_kded.mo -share/locale/kn/LC_MESSAGES/kcm_access.mo -share/locale/kn/LC_MESSAGES/kcm_componentchooser.mo -share/locale/kn/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/kn/LC_MESSAGES/kcm_smserver.mo -share/locale/kn/LC_MESSAGES/kcmkclock.mo -share/locale/kn/LC_MESSAGES/kcmkeyboard.mo -share/locale/kn/LC_MESSAGES/kcmmouse.mo -share/locale/kn/LC_MESSAGES/knetattach5.mo -share/locale/kn/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/kn/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo -share/locale/kn/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo -share/locale/kn/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo -share/locale/kn/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo -share/locale/kn/LC_MESSAGES/plasma_runner_plasma-desktop.mo -share/locale/ko/LC_MESSAGES/kaccess.mo -share/locale/ko/LC_MESSAGES/kcm5_device_automounter.mo -share/locale/ko/LC_MESSAGES/kcm5_joystick.mo -share/locale/ko/LC_MESSAGES/kcm5_kded.mo -share/locale/ko/LC_MESSAGES/kcm_access.mo -share/locale/ko/LC_MESSAGES/kcm_activities5.mo -share/locale/ko/LC_MESSAGES/kcm_baloofile.mo -share/locale/ko/LC_MESSAGES/kcm_componentchooser.mo -share/locale/ko/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/ko/LC_MESSAGES/kcm_keys.mo -share/locale/ko/LC_MESSAGES/kcm_krunnersettings.mo -share/locale/ko/LC_MESSAGES/kcm_landingpage.mo -share/locale/ko/LC_MESSAGES/kcm_plasmasearch.mo -share/locale/ko/LC_MESSAGES/kcm_recentFiles.mo -share/locale/ko/LC_MESSAGES/kcm_smserver.mo -share/locale/ko/LC_MESSAGES/kcm_solid_actions.mo -share/locale/ko/LC_MESSAGES/kcm_splashscreen.mo -share/locale/ko/LC_MESSAGES/kcm_tablet.mo -share/locale/ko/LC_MESSAGES/kcm_touchpad.mo -share/locale/ko/LC_MESSAGES/kcm_touchscreen.mo -share/locale/ko/LC_MESSAGES/kcm_workspace.mo -share/locale/ko/LC_MESSAGES/kcmkclock.mo -share/locale/ko/LC_MESSAGES/kcmkeyboard.mo -share/locale/ko/LC_MESSAGES/kcmmouse.mo -share/locale/ko/LC_MESSAGES/kcmqtquicksettings.mo -share/locale/ko/LC_MESSAGES/knetattach5.mo -share/locale/ko/LC_MESSAGES/org.kde.plasma.emojier.mo -share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.panel.mo -share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.mo -share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo -share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo -share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.kimpanel.mo -share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo -share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo -share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo -share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo -share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo -share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo -share/locale/ko/LC_MESSAGES/plasma_runner_kwin.mo -share/locale/ko/LC_MESSAGES/plasma_runner_plasma-desktop.mo -share/locale/ko/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo -share/locale/ko/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo -share/locale/ko/LC_MESSAGES/plasma_toolbox_org.kde.paneltoolbox.mo -share/locale/ko/LC_MESSAGES/plasmaactivitymanager.mo -share/locale/ku/LC_MESSAGES/kaccess.mo -share/locale/ku/LC_MESSAGES/kcm5_joystick.mo -share/locale/ku/LC_MESSAGES/kcm5_kded.mo -share/locale/ku/LC_MESSAGES/kcm_access.mo -share/locale/ku/LC_MESSAGES/kcm_componentchooser.mo -share/locale/ku/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/ku/LC_MESSAGES/kcm_smserver.mo -share/locale/ku/LC_MESSAGES/kcmkclock.mo -share/locale/ku/LC_MESSAGES/kcmkeyboard.mo -share/locale/ku/LC_MESSAGES/kcmmouse.mo -share/locale/ku/LC_MESSAGES/knetattach5.mo -share/locale/ku/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/ku/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo -share/locale/ku/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo -share/locale/ku/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo -share/locale/ku/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo -share/locale/lt/LC_MESSAGES/kaccess.mo -share/locale/lt/LC_MESSAGES/kcm5_device_automounter.mo -share/locale/lt/LC_MESSAGES/kcm5_joystick.mo -share/locale/lt/LC_MESSAGES/kcm5_kded.mo -share/locale/lt/LC_MESSAGES/kcm_access.mo -share/locale/lt/LC_MESSAGES/kcm_activities5.mo -share/locale/lt/LC_MESSAGES/kcm_baloofile.mo -share/locale/lt/LC_MESSAGES/kcm_componentchooser.mo -share/locale/lt/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/lt/LC_MESSAGES/kcm_keys.mo -share/locale/lt/LC_MESSAGES/kcm_krunnersettings.mo -share/locale/lt/LC_MESSAGES/kcm_plasmasearch.mo -share/locale/lt/LC_MESSAGES/kcm_smserver.mo -share/locale/lt/LC_MESSAGES/kcm_solid_actions.mo -share/locale/lt/LC_MESSAGES/kcm_splashscreen.mo -share/locale/lt/LC_MESSAGES/kcm_touchpad.mo -share/locale/lt/LC_MESSAGES/kcm_workspace.mo -share/locale/lt/LC_MESSAGES/kcmkclock.mo -share/locale/lt/LC_MESSAGES/kcmkeyboard.mo -share/locale/lt/LC_MESSAGES/kcmmouse.mo -share/locale/lt/LC_MESSAGES/kcmqtquicksettings.mo -share/locale/lt/LC_MESSAGES/knetattach5.mo -share/locale/lt/LC_MESSAGES/org.kde.plasma.emojier.mo -share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.panel.mo -share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo -share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo -share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.kimpanel.mo -share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo -share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo -share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo -share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo -share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo -share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo -share/locale/lt/LC_MESSAGES/plasma_runner_kwin.mo -share/locale/lt/LC_MESSAGES/plasma_runner_plasma-desktop.mo -share/locale/lt/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo -share/locale/lt/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo -share/locale/lt/LC_MESSAGES/plasma_toolbox_org.kde.paneltoolbox.mo -share/locale/lt/LC_MESSAGES/plasmaactivitymanager.mo -share/locale/lv/LC_MESSAGES/kaccess.mo -share/locale/lv/LC_MESSAGES/kcm5_device_automounter.mo -share/locale/lv/LC_MESSAGES/kcm5_joystick.mo -share/locale/lv/LC_MESSAGES/kcm5_kded.mo -share/locale/lv/LC_MESSAGES/kcm_access.mo -share/locale/lv/LC_MESSAGES/kcm_componentchooser.mo -share/locale/lv/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/lv/LC_MESSAGES/kcm_smserver.mo -share/locale/lv/LC_MESSAGES/kcm_solid_actions.mo -share/locale/lv/LC_MESSAGES/kcmkclock.mo -share/locale/lv/LC_MESSAGES/kcmkeyboard.mo -share/locale/lv/LC_MESSAGES/kcmmouse.mo -share/locale/lv/LC_MESSAGES/knetattach5.mo -share/locale/lv/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/lv/LC_MESSAGES/plasma_applet_org.kde.panel.mo -share/locale/lv/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo -share/locale/lv/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo -share/locale/lv/LC_MESSAGES/plasma_applet_org.kde.plasma.kimpanel.mo -share/locale/lv/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo -share/locale/lv/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo -share/locale/lv/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo -share/locale/lv/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo -share/locale/lv/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo -share/locale/lv/LC_MESSAGES/plasma_runner_plasma-desktop.mo -share/locale/mai/LC_MESSAGES/kaccess.mo -share/locale/mai/LC_MESSAGES/kcm5_device_automounter.mo -share/locale/mai/LC_MESSAGES/kcm5_joystick.mo -share/locale/mai/LC_MESSAGES/kcm5_kded.mo -share/locale/mai/LC_MESSAGES/kcm_access.mo -share/locale/mai/LC_MESSAGES/kcm_componentchooser.mo -share/locale/mai/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/mai/LC_MESSAGES/kcm_smserver.mo -share/locale/mai/LC_MESSAGES/kcm_solid_actions.mo -share/locale/mai/LC_MESSAGES/kcmkclock.mo -share/locale/mai/LC_MESSAGES/kcmkeyboard.mo -share/locale/mai/LC_MESSAGES/kcmmouse.mo -share/locale/mai/LC_MESSAGES/knetattach5.mo -share/locale/mai/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/mai/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo -share/locale/mai/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo -share/locale/mai/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo -share/locale/mai/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo -share/locale/mai/LC_MESSAGES/plasma_runner_plasma-desktop.mo -share/locale/mk/LC_MESSAGES/kaccess.mo -share/locale/mk/LC_MESSAGES/kcm5_joystick.mo -share/locale/mk/LC_MESSAGES/kcm5_kded.mo -share/locale/mk/LC_MESSAGES/kcm_access.mo -share/locale/mk/LC_MESSAGES/kcm_componentchooser.mo -share/locale/mk/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/mk/LC_MESSAGES/kcm_smserver.mo -share/locale/mk/LC_MESSAGES/kcmkclock.mo -share/locale/mk/LC_MESSAGES/kcmkeyboard.mo -share/locale/mk/LC_MESSAGES/kcmmouse.mo -share/locale/mk/LC_MESSAGES/knetattach5.mo -share/locale/mk/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/mk/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo -share/locale/mk/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo -share/locale/mk/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo -share/locale/ml/LC_MESSAGES/kaccess.mo -share/locale/ml/LC_MESSAGES/kcm5_device_automounter.mo -share/locale/ml/LC_MESSAGES/kcm5_joystick.mo -share/locale/ml/LC_MESSAGES/kcm5_kded.mo -share/locale/ml/LC_MESSAGES/kcm_access.mo -share/locale/ml/LC_MESSAGES/kcm_activities5.mo -share/locale/ml/LC_MESSAGES/kcm_baloofile.mo -share/locale/ml/LC_MESSAGES/kcm_componentchooser.mo -share/locale/ml/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/ml/LC_MESSAGES/kcm_krunnersettings.mo -share/locale/ml/LC_MESSAGES/kcm_plasmasearch.mo -share/locale/ml/LC_MESSAGES/kcm_smserver.mo -share/locale/ml/LC_MESSAGES/kcm_solid_actions.mo -share/locale/ml/LC_MESSAGES/kcm_splashscreen.mo -share/locale/ml/LC_MESSAGES/kcm_touchpad.mo -share/locale/ml/LC_MESSAGES/kcm_workspace.mo -share/locale/ml/LC_MESSAGES/kcmkclock.mo -share/locale/ml/LC_MESSAGES/kcmkeyboard.mo -share/locale/ml/LC_MESSAGES/kcmmouse.mo -share/locale/ml/LC_MESSAGES/kcmqtquicksettings.mo -share/locale/ml/LC_MESSAGES/knetattach5.mo -share/locale/ml/LC_MESSAGES/org.kde.plasma.emojier.mo -share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.panel.mo -share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo -share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo -share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.plasma.kimpanel.mo -share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo -share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo -share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo -share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo -share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo -share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo -share/locale/ml/LC_MESSAGES/plasma_runner_kwin.mo -share/locale/ml/LC_MESSAGES/plasma_runner_plasma-desktop.mo -share/locale/ml/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo -share/locale/ml/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo -share/locale/ml/LC_MESSAGES/plasma_toolbox_org.kde.paneltoolbox.mo -share/locale/ml/LC_MESSAGES/plasmaactivitymanager.mo -share/locale/mr/LC_MESSAGES/kaccess.mo -share/locale/mr/LC_MESSAGES/kcm5_device_automounter.mo -share/locale/mr/LC_MESSAGES/kcm5_joystick.mo -share/locale/mr/LC_MESSAGES/kcm5_kded.mo -share/locale/mr/LC_MESSAGES/kcm_access.mo -share/locale/mr/LC_MESSAGES/kcm_componentchooser.mo -share/locale/mr/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/mr/LC_MESSAGES/kcm_smserver.mo -share/locale/mr/LC_MESSAGES/kcm_solid_actions.mo -share/locale/mr/LC_MESSAGES/kcmkclock.mo -share/locale/mr/LC_MESSAGES/kcmkeyboard.mo -share/locale/mr/LC_MESSAGES/kcmmouse.mo -share/locale/mr/LC_MESSAGES/knetattach5.mo -share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo -share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.plasma.kimpanel.mo -share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo -share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo -share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo -share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo -share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo -share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo -share/locale/mr/LC_MESSAGES/plasma_runner_plasma-desktop.mo -share/locale/mr/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo -share/locale/ms/LC_MESSAGES/kaccess.mo -share/locale/ms/LC_MESSAGES/kcm5_device_automounter.mo -share/locale/ms/LC_MESSAGES/kcm5_joystick.mo -share/locale/ms/LC_MESSAGES/kcm5_kded.mo -share/locale/ms/LC_MESSAGES/kcm_access.mo -share/locale/ms/LC_MESSAGES/kcm_componentchooser.mo -share/locale/ms/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/ms/LC_MESSAGES/kcm_smserver.mo -share/locale/ms/LC_MESSAGES/kcm_solid_actions.mo -share/locale/ms/LC_MESSAGES/kcmkclock.mo -share/locale/ms/LC_MESSAGES/kcmkeyboard.mo -share/locale/ms/LC_MESSAGES/kcmmouse.mo -share/locale/ms/LC_MESSAGES/knetattach5.mo -share/locale/ms/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/ms/LC_MESSAGES/plasma_applet_org.kde.plasma.kimpanel.mo -share/locale/ms/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo -share/locale/ms/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo -share/locale/ms/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo -share/locale/ms/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo -share/locale/ms/LC_MESSAGES/plasma_runner_plasma-desktop.mo -share/locale/nb/LC_MESSAGES/kaccess.mo -share/locale/nb/LC_MESSAGES/kcm5_device_automounter.mo -share/locale/nb/LC_MESSAGES/kcm5_joystick.mo -share/locale/nb/LC_MESSAGES/kcm5_kded.mo -share/locale/nb/LC_MESSAGES/kcm_access.mo -share/locale/nb/LC_MESSAGES/kcm_baloofile.mo -share/locale/nb/LC_MESSAGES/kcm_componentchooser.mo -share/locale/nb/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/nb/LC_MESSAGES/kcm_krunnersettings.mo -share/locale/nb/LC_MESSAGES/kcm_plasmasearch.mo -share/locale/nb/LC_MESSAGES/kcm_smserver.mo -share/locale/nb/LC_MESSAGES/kcm_solid_actions.mo -share/locale/nb/LC_MESSAGES/kcm_splashscreen.mo -share/locale/nb/LC_MESSAGES/kcm_touchpad.mo -share/locale/nb/LC_MESSAGES/kcm_workspace.mo -share/locale/nb/LC_MESSAGES/kcmkclock.mo -share/locale/nb/LC_MESSAGES/kcmkeyboard.mo -share/locale/nb/LC_MESSAGES/kcmmouse.mo -share/locale/nb/LC_MESSAGES/knetattach5.mo -share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo -share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo -share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.kimpanel.mo -share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo -share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo -share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo -share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo -share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo -share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo -share/locale/nb/LC_MESSAGES/plasma_runner_plasma-desktop.mo -share/locale/nb/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo -share/locale/nb/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo -share/locale/nds/LC_MESSAGES/kaccess.mo -share/locale/nds/LC_MESSAGES/kcm5_device_automounter.mo -share/locale/nds/LC_MESSAGES/kcm5_joystick.mo -share/locale/nds/LC_MESSAGES/kcm5_kded.mo -share/locale/nds/LC_MESSAGES/kcm_access.mo -share/locale/nds/LC_MESSAGES/kcm_baloofile.mo -share/locale/nds/LC_MESSAGES/kcm_componentchooser.mo -share/locale/nds/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/nds/LC_MESSAGES/kcm_krunnersettings.mo -share/locale/nds/LC_MESSAGES/kcm_plasmasearch.mo -share/locale/nds/LC_MESSAGES/kcm_smserver.mo -share/locale/nds/LC_MESSAGES/kcm_solid_actions.mo -share/locale/nds/LC_MESSAGES/kcm_splashscreen.mo -share/locale/nds/LC_MESSAGES/kcm_workspace.mo -share/locale/nds/LC_MESSAGES/kcmkclock.mo -share/locale/nds/LC_MESSAGES/kcmkeyboard.mo -share/locale/nds/LC_MESSAGES/kcmmouse.mo -share/locale/nds/LC_MESSAGES/knetattach5.mo -share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo -share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo -share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.plasma.kimpanel.mo -share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo -share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo -share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo -share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo -share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo -share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo -share/locale/nds/LC_MESSAGES/plasma_runner_plasma-desktop.mo -share/locale/nds/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo -share/locale/nds/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo -share/locale/ne/LC_MESSAGES/kaccess.mo -share/locale/ne/LC_MESSAGES/kcm5_joystick.mo -share/locale/ne/LC_MESSAGES/kcm5_kded.mo -share/locale/ne/LC_MESSAGES/kcm_access.mo -share/locale/ne/LC_MESSAGES/kcm_componentchooser.mo -share/locale/ne/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/ne/LC_MESSAGES/kcm_smserver.mo -share/locale/ne/LC_MESSAGES/kcmkclock.mo -share/locale/ne/LC_MESSAGES/kcmkeyboard.mo -share/locale/ne/LC_MESSAGES/kcmmouse.mo -share/locale/ne/LC_MESSAGES/knetattach5.mo -share/locale/ne/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/ne/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo -share/locale/nl/LC_MESSAGES/kaccess.mo -share/locale/nl/LC_MESSAGES/kcm5_device_automounter.mo -share/locale/nl/LC_MESSAGES/kcm5_joystick.mo -share/locale/nl/LC_MESSAGES/kcm5_kded.mo -share/locale/nl/LC_MESSAGES/kcm_access.mo -share/locale/nl/LC_MESSAGES/kcm_activities5.mo -share/locale/nl/LC_MESSAGES/kcm_baloofile.mo -share/locale/nl/LC_MESSAGES/kcm_componentchooser.mo -share/locale/nl/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/nl/LC_MESSAGES/kcm_keys.mo -share/locale/nl/LC_MESSAGES/kcm_krunnersettings.mo -share/locale/nl/LC_MESSAGES/kcm_landingpage.mo -share/locale/nl/LC_MESSAGES/kcm_plasmasearch.mo -share/locale/nl/LC_MESSAGES/kcm_recentFiles.mo -share/locale/nl/LC_MESSAGES/kcm_smserver.mo -share/locale/nl/LC_MESSAGES/kcm_solid_actions.mo -share/locale/nl/LC_MESSAGES/kcm_splashscreen.mo -share/locale/nl/LC_MESSAGES/kcm_tablet.mo -share/locale/nl/LC_MESSAGES/kcm_touchpad.mo -share/locale/nl/LC_MESSAGES/kcm_touchscreen.mo -share/locale/nl/LC_MESSAGES/kcm_workspace.mo -share/locale/nl/LC_MESSAGES/kcmkclock.mo -share/locale/nl/LC_MESSAGES/kcmkeyboard.mo -share/locale/nl/LC_MESSAGES/kcmmouse.mo -share/locale/nl/LC_MESSAGES/kcmqtquicksettings.mo -share/locale/nl/LC_MESSAGES/knetattach5.mo -share/locale/nl/LC_MESSAGES/org.kde.plasma.emojier.mo -share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.panel.mo -share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.mo -share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo -share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo -share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.kimpanel.mo -share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo -share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo -share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo -share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo -share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo -share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo -share/locale/nl/LC_MESSAGES/plasma_runner_kwin.mo -share/locale/nl/LC_MESSAGES/plasma_runner_plasma-desktop.mo -share/locale/nl/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo -share/locale/nl/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo -share/locale/nl/LC_MESSAGES/plasma_toolbox_org.kde.paneltoolbox.mo -share/locale/nl/LC_MESSAGES/plasmaactivitymanager.mo -share/locale/nn/LC_MESSAGES/kaccess.mo -share/locale/nn/LC_MESSAGES/kcm5_device_automounter.mo -share/locale/nn/LC_MESSAGES/kcm5_joystick.mo -share/locale/nn/LC_MESSAGES/kcm5_kded.mo -share/locale/nn/LC_MESSAGES/kcm_access.mo -share/locale/nn/LC_MESSAGES/kcm_activities5.mo -share/locale/nn/LC_MESSAGES/kcm_baloofile.mo -share/locale/nn/LC_MESSAGES/kcm_componentchooser.mo -share/locale/nn/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/nn/LC_MESSAGES/kcm_keys.mo -share/locale/nn/LC_MESSAGES/kcm_krunnersettings.mo -share/locale/nn/LC_MESSAGES/kcm_landingpage.mo -share/locale/nn/LC_MESSAGES/kcm_plasmasearch.mo -share/locale/nn/LC_MESSAGES/kcm_recentFiles.mo -share/locale/nn/LC_MESSAGES/kcm_smserver.mo -share/locale/nn/LC_MESSAGES/kcm_solid_actions.mo -share/locale/nn/LC_MESSAGES/kcm_splashscreen.mo -share/locale/nn/LC_MESSAGES/kcm_tablet.mo -share/locale/nn/LC_MESSAGES/kcm_touchpad.mo -share/locale/nn/LC_MESSAGES/kcm_touchscreen.mo -share/locale/nn/LC_MESSAGES/kcm_workspace.mo -share/locale/nn/LC_MESSAGES/kcmkclock.mo -share/locale/nn/LC_MESSAGES/kcmkeyboard.mo -share/locale/nn/LC_MESSAGES/kcmmouse.mo -share/locale/nn/LC_MESSAGES/kcmqtquicksettings.mo -share/locale/nn/LC_MESSAGES/knetattach5.mo -share/locale/nn/LC_MESSAGES/org.kde.plasma.emojier.mo -share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.panel.mo -share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.mo -share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo -share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo -share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.kimpanel.mo -share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo -share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo -share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo -share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo -share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo -share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo -share/locale/nn/LC_MESSAGES/plasma_runner_kwin.mo -share/locale/nn/LC_MESSAGES/plasma_runner_plasma-desktop.mo -share/locale/nn/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo -share/locale/nn/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo -share/locale/nn/LC_MESSAGES/plasma_toolbox_org.kde.paneltoolbox.mo -share/locale/nn/LC_MESSAGES/plasmaactivitymanager.mo -share/locale/oc/LC_MESSAGES/kaccess.mo -share/locale/oc/LC_MESSAGES/kcm5_joystick.mo -share/locale/oc/LC_MESSAGES/kcm5_kded.mo -share/locale/oc/LC_MESSAGES/kcm_access.mo -share/locale/oc/LC_MESSAGES/kcm_componentchooser.mo -share/locale/oc/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/oc/LC_MESSAGES/kcm_smserver.mo -share/locale/oc/LC_MESSAGES/kcmkclock.mo -share/locale/oc/LC_MESSAGES/kcmkeyboard.mo -share/locale/oc/LC_MESSAGES/kcmmouse.mo -share/locale/oc/LC_MESSAGES/knetattach5.mo -share/locale/oc/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo -share/locale/or/LC_MESSAGES/kaccess.mo -share/locale/or/LC_MESSAGES/kcm5_joystick.mo -share/locale/or/LC_MESSAGES/kcm5_kded.mo -share/locale/or/LC_MESSAGES/kcm_access.mo -share/locale/or/LC_MESSAGES/kcm_componentchooser.mo -share/locale/or/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/or/LC_MESSAGES/kcm_smserver.mo -share/locale/or/LC_MESSAGES/kcmkclock.mo -share/locale/or/LC_MESSAGES/kcmkeyboard.mo -share/locale/or/LC_MESSAGES/kcmmouse.mo -share/locale/or/LC_MESSAGES/knetattach5.mo -share/locale/or/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/or/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo -share/locale/or/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo -share/locale/or/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo -share/locale/pa/LC_MESSAGES/kaccess.mo -share/locale/pa/LC_MESSAGES/kcm5_device_automounter.mo -share/locale/pa/LC_MESSAGES/kcm5_joystick.mo -share/locale/pa/LC_MESSAGES/kcm5_kded.mo -share/locale/pa/LC_MESSAGES/kcm_access.mo -share/locale/pa/LC_MESSAGES/kcm_activities5.mo -share/locale/pa/LC_MESSAGES/kcm_baloofile.mo -share/locale/pa/LC_MESSAGES/kcm_componentchooser.mo -share/locale/pa/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/pa/LC_MESSAGES/kcm_keys.mo -share/locale/pa/LC_MESSAGES/kcm_krunnersettings.mo -share/locale/pa/LC_MESSAGES/kcm_landingpage.mo -share/locale/pa/LC_MESSAGES/kcm_plasmasearch.mo -share/locale/pa/LC_MESSAGES/kcm_smserver.mo -share/locale/pa/LC_MESSAGES/kcm_solid_actions.mo -share/locale/pa/LC_MESSAGES/kcm_splashscreen.mo -share/locale/pa/LC_MESSAGES/kcm_touchpad.mo -share/locale/pa/LC_MESSAGES/kcm_workspace.mo -share/locale/pa/LC_MESSAGES/kcmkclock.mo -share/locale/pa/LC_MESSAGES/kcmkeyboard.mo -share/locale/pa/LC_MESSAGES/kcmmouse.mo -share/locale/pa/LC_MESSAGES/kcmqtquicksettings.mo -share/locale/pa/LC_MESSAGES/knetattach5.mo -share/locale/pa/LC_MESSAGES/org.kde.plasma.emojier.mo -share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.panel.mo -share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.mo -share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo -share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo -share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.kimpanel.mo -share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo -share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo -share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo -share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo -share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo -share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo -share/locale/pa/LC_MESSAGES/plasma_runner_kwin.mo -share/locale/pa/LC_MESSAGES/plasma_runner_plasma-desktop.mo -share/locale/pa/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo -share/locale/pa/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo -share/locale/pa/LC_MESSAGES/plasma_toolbox_org.kde.paneltoolbox.mo -share/locale/pa/LC_MESSAGES/plasmaactivitymanager.mo -share/locale/pl/LC_MESSAGES/kaccess.mo -share/locale/pl/LC_MESSAGES/kcm5_device_automounter.mo -share/locale/pl/LC_MESSAGES/kcm5_joystick.mo -share/locale/pl/LC_MESSAGES/kcm5_kded.mo -share/locale/pl/LC_MESSAGES/kcm_access.mo -share/locale/pl/LC_MESSAGES/kcm_activities5.mo -share/locale/pl/LC_MESSAGES/kcm_baloofile.mo -share/locale/pl/LC_MESSAGES/kcm_componentchooser.mo -share/locale/pl/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/pl/LC_MESSAGES/kcm_keys.mo -share/locale/pl/LC_MESSAGES/kcm_krunnersettings.mo -share/locale/pl/LC_MESSAGES/kcm_landingpage.mo -share/locale/pl/LC_MESSAGES/kcm_plasmasearch.mo -share/locale/pl/LC_MESSAGES/kcm_recentFiles.mo -share/locale/pl/LC_MESSAGES/kcm_smserver.mo -share/locale/pl/LC_MESSAGES/kcm_solid_actions.mo -share/locale/pl/LC_MESSAGES/kcm_splashscreen.mo -share/locale/pl/LC_MESSAGES/kcm_tablet.mo -share/locale/pl/LC_MESSAGES/kcm_touchpad.mo -share/locale/pl/LC_MESSAGES/kcm_touchscreen.mo -share/locale/pl/LC_MESSAGES/kcm_workspace.mo -share/locale/pl/LC_MESSAGES/kcmkclock.mo -share/locale/pl/LC_MESSAGES/kcmkeyboard.mo -share/locale/pl/LC_MESSAGES/kcmmouse.mo -share/locale/pl/LC_MESSAGES/kcmqtquicksettings.mo -share/locale/pl/LC_MESSAGES/knetattach5.mo -share/locale/pl/LC_MESSAGES/org.kde.plasma.emojier.mo -share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.panel.mo -share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.mo -share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo -share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo -share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.kimpanel.mo -share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo -share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo -share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo -share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo -share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo -share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo -share/locale/pl/LC_MESSAGES/plasma_runner_kwin.mo -share/locale/pl/LC_MESSAGES/plasma_runner_plasma-desktop.mo -share/locale/pl/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo -share/locale/pl/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo -share/locale/pl/LC_MESSAGES/plasma_toolbox_org.kde.paneltoolbox.mo -share/locale/pl/LC_MESSAGES/plasmaactivitymanager.mo -share/locale/pt/LC_MESSAGES/kaccess.mo -share/locale/pt/LC_MESSAGES/kcm5_device_automounter.mo -share/locale/pt/LC_MESSAGES/kcm5_joystick.mo -share/locale/pt/LC_MESSAGES/kcm5_kded.mo -share/locale/pt/LC_MESSAGES/kcm_access.mo -share/locale/pt/LC_MESSAGES/kcm_activities5.mo -share/locale/pt/LC_MESSAGES/kcm_baloofile.mo -share/locale/pt/LC_MESSAGES/kcm_componentchooser.mo -share/locale/pt/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/pt/LC_MESSAGES/kcm_keys.mo -share/locale/pt/LC_MESSAGES/kcm_krunnersettings.mo -share/locale/pt/LC_MESSAGES/kcm_landingpage.mo -share/locale/pt/LC_MESSAGES/kcm_plasmasearch.mo -share/locale/pt/LC_MESSAGES/kcm_recentFiles.mo -share/locale/pt/LC_MESSAGES/kcm_smserver.mo -share/locale/pt/LC_MESSAGES/kcm_solid_actions.mo -share/locale/pt/LC_MESSAGES/kcm_splashscreen.mo -share/locale/pt/LC_MESSAGES/kcm_tablet.mo -share/locale/pt/LC_MESSAGES/kcm_touchpad.mo -share/locale/pt/LC_MESSAGES/kcm_touchscreen.mo -share/locale/pt/LC_MESSAGES/kcm_workspace.mo -share/locale/pt/LC_MESSAGES/kcmkclock.mo -share/locale/pt/LC_MESSAGES/kcmkeyboard.mo -share/locale/pt/LC_MESSAGES/kcmmouse.mo -share/locale/pt/LC_MESSAGES/kcmqtquicksettings.mo -share/locale/pt/LC_MESSAGES/knetattach5.mo -share/locale/pt/LC_MESSAGES/org.kde.plasma.emojier.mo -share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.panel.mo -share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.mo -share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo -share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo -share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.kimpanel.mo -share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo -share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo -share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo -share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo -share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo -share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo -share/locale/pt/LC_MESSAGES/plasma_runner_kwin.mo -share/locale/pt/LC_MESSAGES/plasma_runner_plasma-desktop.mo -share/locale/pt/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo -share/locale/pt/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo -share/locale/pt/LC_MESSAGES/plasma_toolbox_org.kde.paneltoolbox.mo -share/locale/pt/LC_MESSAGES/plasmaactivitymanager.mo -share/locale/pt_BR/LC_MESSAGES/kaccess.mo -share/locale/pt_BR/LC_MESSAGES/kcm5_device_automounter.mo -share/locale/pt_BR/LC_MESSAGES/kcm5_joystick.mo -share/locale/pt_BR/LC_MESSAGES/kcm5_kded.mo -share/locale/pt_BR/LC_MESSAGES/kcm_access.mo -share/locale/pt_BR/LC_MESSAGES/kcm_activities5.mo -share/locale/pt_BR/LC_MESSAGES/kcm_baloofile.mo -share/locale/pt_BR/LC_MESSAGES/kcm_componentchooser.mo -share/locale/pt_BR/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/pt_BR/LC_MESSAGES/kcm_keys.mo -share/locale/pt_BR/LC_MESSAGES/kcm_krunnersettings.mo -share/locale/pt_BR/LC_MESSAGES/kcm_landingpage.mo -share/locale/pt_BR/LC_MESSAGES/kcm_plasmasearch.mo -share/locale/pt_BR/LC_MESSAGES/kcm_recentFiles.mo -share/locale/pt_BR/LC_MESSAGES/kcm_smserver.mo -share/locale/pt_BR/LC_MESSAGES/kcm_solid_actions.mo -share/locale/pt_BR/LC_MESSAGES/kcm_splashscreen.mo -share/locale/pt_BR/LC_MESSAGES/kcm_tablet.mo -share/locale/pt_BR/LC_MESSAGES/kcm_touchpad.mo -share/locale/pt_BR/LC_MESSAGES/kcm_touchscreen.mo -share/locale/pt_BR/LC_MESSAGES/kcm_workspace.mo -share/locale/pt_BR/LC_MESSAGES/kcmkclock.mo -share/locale/pt_BR/LC_MESSAGES/kcmkeyboard.mo -share/locale/pt_BR/LC_MESSAGES/kcmmouse.mo -share/locale/pt_BR/LC_MESSAGES/kcmqtquicksettings.mo -share/locale/pt_BR/LC_MESSAGES/knetattach5.mo -share/locale/pt_BR/LC_MESSAGES/org.kde.plasma.emojier.mo -share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.panel.mo -share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.mo -share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo -share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo -share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.kimpanel.mo -share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo -share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo -share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo -share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo -share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo -share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo -share/locale/pt_BR/LC_MESSAGES/plasma_runner_kwin.mo -share/locale/pt_BR/LC_MESSAGES/plasma_runner_plasma-desktop.mo -share/locale/pt_BR/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo -share/locale/pt_BR/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo -share/locale/pt_BR/LC_MESSAGES/plasma_toolbox_org.kde.paneltoolbox.mo -share/locale/pt_BR/LC_MESSAGES/plasmaactivitymanager.mo -share/locale/ro/LC_MESSAGES/kaccess.mo -share/locale/ro/LC_MESSAGES/kcm5_device_automounter.mo -share/locale/ro/LC_MESSAGES/kcm5_joystick.mo -share/locale/ro/LC_MESSAGES/kcm5_kded.mo -share/locale/ro/LC_MESSAGES/kcm_access.mo -share/locale/ro/LC_MESSAGES/kcm_activities5.mo -share/locale/ro/LC_MESSAGES/kcm_baloofile.mo -share/locale/ro/LC_MESSAGES/kcm_componentchooser.mo -share/locale/ro/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/ro/LC_MESSAGES/kcm_keys.mo -share/locale/ro/LC_MESSAGES/kcm_krunnersettings.mo -share/locale/ro/LC_MESSAGES/kcm_landingpage.mo -share/locale/ro/LC_MESSAGES/kcm_plasmasearch.mo -share/locale/ro/LC_MESSAGES/kcm_recentFiles.mo -share/locale/ro/LC_MESSAGES/kcm_smserver.mo -share/locale/ro/LC_MESSAGES/kcm_solid_actions.mo -share/locale/ro/LC_MESSAGES/kcm_splashscreen.mo -share/locale/ro/LC_MESSAGES/kcm_tablet.mo -share/locale/ro/LC_MESSAGES/kcm_touchpad.mo -share/locale/ro/LC_MESSAGES/kcm_touchscreen.mo -share/locale/ro/LC_MESSAGES/kcm_workspace.mo -share/locale/ro/LC_MESSAGES/kcmkclock.mo -share/locale/ro/LC_MESSAGES/kcmkeyboard.mo -share/locale/ro/LC_MESSAGES/kcmmouse.mo -share/locale/ro/LC_MESSAGES/kcmqtquicksettings.mo -share/locale/ro/LC_MESSAGES/knetattach5.mo -share/locale/ro/LC_MESSAGES/org.kde.plasma.emojier.mo -share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.panel.mo -share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.mo -share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo -share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo -share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.kimpanel.mo -share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo -share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo -share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo -share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo -share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo -share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo -share/locale/ro/LC_MESSAGES/plasma_runner_kwin.mo -share/locale/ro/LC_MESSAGES/plasma_runner_plasma-desktop.mo -share/locale/ro/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo -share/locale/ro/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo -share/locale/ro/LC_MESSAGES/plasma_toolbox_org.kde.paneltoolbox.mo -share/locale/ro/LC_MESSAGES/plasmaactivitymanager.mo -share/locale/ru/LC_MESSAGES/kaccess.mo -share/locale/ru/LC_MESSAGES/kcm5_device_automounter.mo -share/locale/ru/LC_MESSAGES/kcm5_joystick.mo -share/locale/ru/LC_MESSAGES/kcm5_kded.mo -share/locale/ru/LC_MESSAGES/kcm_access.mo -share/locale/ru/LC_MESSAGES/kcm_activities5.mo -share/locale/ru/LC_MESSAGES/kcm_baloofile.mo -share/locale/ru/LC_MESSAGES/kcm_componentchooser.mo -share/locale/ru/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/ru/LC_MESSAGES/kcm_keys.mo -share/locale/ru/LC_MESSAGES/kcm_krunnersettings.mo -share/locale/ru/LC_MESSAGES/kcm_landingpage.mo -share/locale/ru/LC_MESSAGES/kcm_plasmasearch.mo -share/locale/ru/LC_MESSAGES/kcm_recentFiles.mo -share/locale/ru/LC_MESSAGES/kcm_smserver.mo -share/locale/ru/LC_MESSAGES/kcm_solid_actions.mo -share/locale/ru/LC_MESSAGES/kcm_splashscreen.mo -share/locale/ru/LC_MESSAGES/kcm_tablet.mo -share/locale/ru/LC_MESSAGES/kcm_touchpad.mo -share/locale/ru/LC_MESSAGES/kcm_touchscreen.mo -share/locale/ru/LC_MESSAGES/kcm_workspace.mo -share/locale/ru/LC_MESSAGES/kcmkclock.mo -share/locale/ru/LC_MESSAGES/kcmkeyboard.mo -share/locale/ru/LC_MESSAGES/kcmmouse.mo -share/locale/ru/LC_MESSAGES/kcmqtquicksettings.mo -share/locale/ru/LC_MESSAGES/knetattach5.mo -share/locale/ru/LC_MESSAGES/org.kde.plasma.emojier.mo -share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.panel.mo -share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.mo -share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo -share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo -share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.kimpanel.mo -share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo -share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo -share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo -share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo -share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo -share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo -share/locale/ru/LC_MESSAGES/plasma_runner_kwin.mo -share/locale/ru/LC_MESSAGES/plasma_runner_plasma-desktop.mo -share/locale/ru/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo -share/locale/ru/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo -share/locale/ru/LC_MESSAGES/plasma_toolbox_org.kde.paneltoolbox.mo -share/locale/ru/LC_MESSAGES/plasmaactivitymanager.mo -share/locale/se/LC_MESSAGES/kaccess.mo -share/locale/se/LC_MESSAGES/kcm5_joystick.mo -share/locale/se/LC_MESSAGES/kcm5_kded.mo -share/locale/se/LC_MESSAGES/kcm_access.mo -share/locale/se/LC_MESSAGES/kcm_componentchooser.mo -share/locale/se/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/se/LC_MESSAGES/kcm_smserver.mo -share/locale/se/LC_MESSAGES/kcmkclock.mo -share/locale/se/LC_MESSAGES/kcmkeyboard.mo -share/locale/se/LC_MESSAGES/kcmmouse.mo -share/locale/se/LC_MESSAGES/knetattach5.mo -share/locale/se/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/se/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo -share/locale/si/LC_MESSAGES/kaccess.mo -share/locale/si/LC_MESSAGES/kcm5_device_automounter.mo -share/locale/si/LC_MESSAGES/kcm5_joystick.mo -share/locale/si/LC_MESSAGES/kcm5_kded.mo -share/locale/si/LC_MESSAGES/kcm_access.mo -share/locale/si/LC_MESSAGES/kcm_componentchooser.mo -share/locale/si/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/si/LC_MESSAGES/kcm_smserver.mo -share/locale/si/LC_MESSAGES/kcm_solid_actions.mo -share/locale/si/LC_MESSAGES/kcmkclock.mo -share/locale/si/LC_MESSAGES/kcmkeyboard.mo -share/locale/si/LC_MESSAGES/kcmmouse.mo -share/locale/si/LC_MESSAGES/knetattach5.mo -share/locale/si/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/si/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo -share/locale/si/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo -share/locale/si/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo -share/locale/si/LC_MESSAGES/plasma_runner_plasma-desktop.mo -share/locale/sk/LC_MESSAGES/kaccess.mo -share/locale/sk/LC_MESSAGES/kcm5_device_automounter.mo -share/locale/sk/LC_MESSAGES/kcm5_joystick.mo -share/locale/sk/LC_MESSAGES/kcm5_kded.mo -share/locale/sk/LC_MESSAGES/kcm_access.mo -share/locale/sk/LC_MESSAGES/kcm_activities5.mo -share/locale/sk/LC_MESSAGES/kcm_baloofile.mo -share/locale/sk/LC_MESSAGES/kcm_componentchooser.mo -share/locale/sk/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/sk/LC_MESSAGES/kcm_keys.mo -share/locale/sk/LC_MESSAGES/kcm_krunnersettings.mo -share/locale/sk/LC_MESSAGES/kcm_landingpage.mo -share/locale/sk/LC_MESSAGES/kcm_plasmasearch.mo -share/locale/sk/LC_MESSAGES/kcm_recentFiles.mo -share/locale/sk/LC_MESSAGES/kcm_smserver.mo -share/locale/sk/LC_MESSAGES/kcm_solid_actions.mo -share/locale/sk/LC_MESSAGES/kcm_splashscreen.mo -share/locale/sk/LC_MESSAGES/kcm_tablet.mo -share/locale/sk/LC_MESSAGES/kcm_touchpad.mo -share/locale/sk/LC_MESSAGES/kcm_touchscreen.mo -share/locale/sk/LC_MESSAGES/kcm_workspace.mo -share/locale/sk/LC_MESSAGES/kcmkclock.mo -share/locale/sk/LC_MESSAGES/kcmkeyboard.mo -share/locale/sk/LC_MESSAGES/kcmmouse.mo -share/locale/sk/LC_MESSAGES/kcmqtquicksettings.mo -share/locale/sk/LC_MESSAGES/knetattach5.mo -share/locale/sk/LC_MESSAGES/org.kde.plasma.emojier.mo -share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.panel.mo -share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.mo -share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo -share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo -share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.kimpanel.mo -share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo -share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo -share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo -share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo -share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo -share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo -share/locale/sk/LC_MESSAGES/plasma_runner_kwin.mo -share/locale/sk/LC_MESSAGES/plasma_runner_plasma-desktop.mo -share/locale/sk/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo -share/locale/sk/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo -share/locale/sk/LC_MESSAGES/plasma_toolbox_org.kde.paneltoolbox.mo -share/locale/sk/LC_MESSAGES/plasmaactivitymanager.mo -share/locale/sl/LC_MESSAGES/kaccess.mo -share/locale/sl/LC_MESSAGES/kcm5_device_automounter.mo -share/locale/sl/LC_MESSAGES/kcm5_joystick.mo -share/locale/sl/LC_MESSAGES/kcm5_kded.mo -share/locale/sl/LC_MESSAGES/kcm_access.mo -share/locale/sl/LC_MESSAGES/kcm_activities5.mo -share/locale/sl/LC_MESSAGES/kcm_baloofile.mo -share/locale/sl/LC_MESSAGES/kcm_componentchooser.mo -share/locale/sl/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/sl/LC_MESSAGES/kcm_keys.mo -share/locale/sl/LC_MESSAGES/kcm_krunnersettings.mo -share/locale/sl/LC_MESSAGES/kcm_landingpage.mo -share/locale/sl/LC_MESSAGES/kcm_plasmasearch.mo -share/locale/sl/LC_MESSAGES/kcm_recentFiles.mo -share/locale/sl/LC_MESSAGES/kcm_smserver.mo -share/locale/sl/LC_MESSAGES/kcm_solid_actions.mo -share/locale/sl/LC_MESSAGES/kcm_splashscreen.mo -share/locale/sl/LC_MESSAGES/kcm_tablet.mo -share/locale/sl/LC_MESSAGES/kcm_touchpad.mo -share/locale/sl/LC_MESSAGES/kcm_touchscreen.mo -share/locale/sl/LC_MESSAGES/kcm_workspace.mo -share/locale/sl/LC_MESSAGES/kcmkclock.mo -share/locale/sl/LC_MESSAGES/kcmkeyboard.mo -share/locale/sl/LC_MESSAGES/kcmmouse.mo -share/locale/sl/LC_MESSAGES/kcmqtquicksettings.mo -share/locale/sl/LC_MESSAGES/knetattach5.mo -share/locale/sl/LC_MESSAGES/org.kde.plasma.emojier.mo -share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.panel.mo -share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.mo -share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo -share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo -share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.kimpanel.mo -share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo -share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo -share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo -share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo -share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo -share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo -share/locale/sl/LC_MESSAGES/plasma_runner_kwin.mo -share/locale/sl/LC_MESSAGES/plasma_runner_plasma-desktop.mo -share/locale/sl/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo -share/locale/sl/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo -share/locale/sl/LC_MESSAGES/plasma_toolbox_org.kde.paneltoolbox.mo -share/locale/sl/LC_MESSAGES/plasmaactivitymanager.mo -share/locale/sq/LC_MESSAGES/kaccess.mo -share/locale/sq/LC_MESSAGES/kcm5_joystick.mo -share/locale/sq/LC_MESSAGES/kcm5_kded.mo -share/locale/sq/LC_MESSAGES/kcm_access.mo -share/locale/sq/LC_MESSAGES/kcm_componentchooser.mo -share/locale/sq/LC_MESSAGES/kcm_smserver.mo -share/locale/sq/LC_MESSAGES/kcm_solid_actions.mo -share/locale/sq/LC_MESSAGES/kcmkclock.mo -share/locale/sq/LC_MESSAGES/kcmkeyboard.mo -share/locale/sq/LC_MESSAGES/kcmmouse.mo -share/locale/sq/LC_MESSAGES/knetattach5.mo -share/locale/sq/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/sq/LC_MESSAGES/plasma_applet_org.kde.plasma.kimpanel.mo -share/locale/sq/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo -share/locale/sq/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo -share/locale/sq/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo -share/locale/sq/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo -share/locale/sq/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo -share/locale/sr/LC_MESSAGES/kaccess.mo -share/locale/sr/LC_MESSAGES/kcm5_device_automounter.mo -share/locale/sr/LC_MESSAGES/kcm5_joystick.mo -share/locale/sr/LC_MESSAGES/kcm5_kded.mo -share/locale/sr/LC_MESSAGES/kcm_access.mo -share/locale/sr/LC_MESSAGES/kcm_activities5.mo -share/locale/sr/LC_MESSAGES/kcm_baloofile.mo -share/locale/sr/LC_MESSAGES/kcm_componentchooser.mo -share/locale/sr/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/sr/LC_MESSAGES/kcm_krunnersettings.mo -share/locale/sr/LC_MESSAGES/kcm_plasmasearch.mo -share/locale/sr/LC_MESSAGES/kcm_smserver.mo -share/locale/sr/LC_MESSAGES/kcm_solid_actions.mo -share/locale/sr/LC_MESSAGES/kcm_splashscreen.mo -share/locale/sr/LC_MESSAGES/kcm_touchpad.mo -share/locale/sr/LC_MESSAGES/kcm_workspace.mo -share/locale/sr/LC_MESSAGES/kcmkclock.mo -share/locale/sr/LC_MESSAGES/kcmkeyboard.mo -share/locale/sr/LC_MESSAGES/kcmmouse.mo -share/locale/sr/LC_MESSAGES/knetattach5.mo -share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo -share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo -share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.kimpanel.mo -share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo -share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo -share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo -share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo -share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo -share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo -share/locale/sr/LC_MESSAGES/plasma_runner_kwin.mo -share/locale/sr/LC_MESSAGES/plasma_runner_plasma-desktop.mo -share/locale/sr/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo -share/locale/sr/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo -share/locale/sr/LC_MESSAGES/plasmaactivitymanager.mo -share/locale/sr/LC_SCRIPTS/kfontinst/kfontinst.js -share/locale/sr@ijekavian/LC_MESSAGES/kaccess.mo -share/locale/sr@ijekavian/LC_MESSAGES/kcm5_device_automounter.mo -share/locale/sr@ijekavian/LC_MESSAGES/kcm5_joystick.mo -share/locale/sr@ijekavian/LC_MESSAGES/kcm5_kded.mo -share/locale/sr@ijekavian/LC_MESSAGES/kcm_access.mo -share/locale/sr@ijekavian/LC_MESSAGES/kcm_activities5.mo -share/locale/sr@ijekavian/LC_MESSAGES/kcm_baloofile.mo -share/locale/sr@ijekavian/LC_MESSAGES/kcm_componentchooser.mo -share/locale/sr@ijekavian/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/sr@ijekavian/LC_MESSAGES/kcm_krunnersettings.mo -share/locale/sr@ijekavian/LC_MESSAGES/kcm_plasmasearch.mo -share/locale/sr@ijekavian/LC_MESSAGES/kcm_smserver.mo -share/locale/sr@ijekavian/LC_MESSAGES/kcm_solid_actions.mo -share/locale/sr@ijekavian/LC_MESSAGES/kcm_splashscreen.mo -share/locale/sr@ijekavian/LC_MESSAGES/kcm_touchpad.mo -share/locale/sr@ijekavian/LC_MESSAGES/kcm_workspace.mo -share/locale/sr@ijekavian/LC_MESSAGES/kcmkclock.mo -share/locale/sr@ijekavian/LC_MESSAGES/kcmkeyboard.mo -share/locale/sr@ijekavian/LC_MESSAGES/kcmmouse.mo -share/locale/sr@ijekavian/LC_MESSAGES/knetattach5.mo -share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo -share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo -share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.kimpanel.mo -share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo -share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo -share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo -share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo -share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo -share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo -share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_kwin.mo -share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_plasma-desktop.mo -share/locale/sr@ijekavian/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo -share/locale/sr@ijekavian/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo -share/locale/sr@ijekavian/LC_MESSAGES/plasmaactivitymanager.mo -share/locale/sr@ijekavian/LC_SCRIPTS/kfontinst/kfontinst.js -share/locale/sr@ijekavianlatin/LC_MESSAGES/kaccess.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm5_device_automounter.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm5_joystick.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm5_kded.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_access.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_activities5.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_baloofile.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_componentchooser.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_krunnersettings.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_plasmasearch.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_smserver.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_solid_actions.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_splashscreen.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_touchpad.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_workspace.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmkclock.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmkeyboard.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmmouse.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/knetattach5.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.kimpanel.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_kwin.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_plasma-desktop.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/plasmaactivitymanager.mo -share/locale/sr@ijekavianlatin/LC_SCRIPTS/kfontinst/kfontinst.js -share/locale/sr@latin/LC_MESSAGES/kaccess.mo -share/locale/sr@latin/LC_MESSAGES/kcm5_device_automounter.mo -share/locale/sr@latin/LC_MESSAGES/kcm5_joystick.mo -share/locale/sr@latin/LC_MESSAGES/kcm5_kded.mo -share/locale/sr@latin/LC_MESSAGES/kcm_access.mo -share/locale/sr@latin/LC_MESSAGES/kcm_activities5.mo -share/locale/sr@latin/LC_MESSAGES/kcm_baloofile.mo -share/locale/sr@latin/LC_MESSAGES/kcm_componentchooser.mo -share/locale/sr@latin/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/sr@latin/LC_MESSAGES/kcm_krunnersettings.mo -share/locale/sr@latin/LC_MESSAGES/kcm_plasmasearch.mo -share/locale/sr@latin/LC_MESSAGES/kcm_smserver.mo -share/locale/sr@latin/LC_MESSAGES/kcm_solid_actions.mo -share/locale/sr@latin/LC_MESSAGES/kcm_splashscreen.mo -share/locale/sr@latin/LC_MESSAGES/kcm_touchpad.mo -share/locale/sr@latin/LC_MESSAGES/kcm_workspace.mo -share/locale/sr@latin/LC_MESSAGES/kcmkclock.mo -share/locale/sr@latin/LC_MESSAGES/kcmkeyboard.mo -share/locale/sr@latin/LC_MESSAGES/kcmmouse.mo -share/locale/sr@latin/LC_MESSAGES/knetattach5.mo -share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo -share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo -share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.kimpanel.mo -share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo -share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo -share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo -share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo -share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo -share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo -share/locale/sr@latin/LC_MESSAGES/plasma_runner_kwin.mo -share/locale/sr@latin/LC_MESSAGES/plasma_runner_plasma-desktop.mo -share/locale/sr@latin/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo -share/locale/sr@latin/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo -share/locale/sr@latin/LC_MESSAGES/plasmaactivitymanager.mo -share/locale/sr@latin/LC_SCRIPTS/kfontinst/kfontinst.js -share/locale/sv/LC_MESSAGES/kaccess.mo -share/locale/sv/LC_MESSAGES/kcm5_device_automounter.mo -share/locale/sv/LC_MESSAGES/kcm5_joystick.mo -share/locale/sv/LC_MESSAGES/kcm5_kded.mo -share/locale/sv/LC_MESSAGES/kcm_access.mo -share/locale/sv/LC_MESSAGES/kcm_activities5.mo -share/locale/sv/LC_MESSAGES/kcm_baloofile.mo -share/locale/sv/LC_MESSAGES/kcm_componentchooser.mo -share/locale/sv/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/sv/LC_MESSAGES/kcm_keys.mo -share/locale/sv/LC_MESSAGES/kcm_krunnersettings.mo -share/locale/sv/LC_MESSAGES/kcm_landingpage.mo -share/locale/sv/LC_MESSAGES/kcm_plasmasearch.mo -share/locale/sv/LC_MESSAGES/kcm_recentFiles.mo -share/locale/sv/LC_MESSAGES/kcm_smserver.mo -share/locale/sv/LC_MESSAGES/kcm_solid_actions.mo -share/locale/sv/LC_MESSAGES/kcm_splashscreen.mo -share/locale/sv/LC_MESSAGES/kcm_tablet.mo -share/locale/sv/LC_MESSAGES/kcm_touchpad.mo -share/locale/sv/LC_MESSAGES/kcm_touchscreen.mo -share/locale/sv/LC_MESSAGES/kcm_workspace.mo -share/locale/sv/LC_MESSAGES/kcmkclock.mo -share/locale/sv/LC_MESSAGES/kcmkeyboard.mo -share/locale/sv/LC_MESSAGES/kcmmouse.mo -share/locale/sv/LC_MESSAGES/kcmqtquicksettings.mo -share/locale/sv/LC_MESSAGES/knetattach5.mo -share/locale/sv/LC_MESSAGES/org.kde.plasma.emojier.mo -share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.panel.mo -share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.mo -share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo -share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo -share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.kimpanel.mo -share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo -share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo -share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo -share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo -share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo -share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo -share/locale/sv/LC_MESSAGES/plasma_runner_kwin.mo -share/locale/sv/LC_MESSAGES/plasma_runner_plasma-desktop.mo -share/locale/sv/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo -share/locale/sv/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo -share/locale/sv/LC_MESSAGES/plasma_toolbox_org.kde.paneltoolbox.mo -share/locale/sv/LC_MESSAGES/plasmaactivitymanager.mo -share/locale/ta/LC_MESSAGES/kaccess.mo -share/locale/ta/LC_MESSAGES/kcm5_device_automounter.mo -share/locale/ta/LC_MESSAGES/kcm5_joystick.mo -share/locale/ta/LC_MESSAGES/kcm5_kded.mo -share/locale/ta/LC_MESSAGES/kcm_access.mo -share/locale/ta/LC_MESSAGES/kcm_activities5.mo -share/locale/ta/LC_MESSAGES/kcm_baloofile.mo -share/locale/ta/LC_MESSAGES/kcm_componentchooser.mo -share/locale/ta/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/ta/LC_MESSAGES/kcm_keys.mo -share/locale/ta/LC_MESSAGES/kcm_krunnersettings.mo -share/locale/ta/LC_MESSAGES/kcm_landingpage.mo -share/locale/ta/LC_MESSAGES/kcm_plasmasearch.mo -share/locale/ta/LC_MESSAGES/kcm_smserver.mo -share/locale/ta/LC_MESSAGES/kcm_solid_actions.mo -share/locale/ta/LC_MESSAGES/kcm_splashscreen.mo -share/locale/ta/LC_MESSAGES/kcm_tablet.mo -share/locale/ta/LC_MESSAGES/kcm_touchpad.mo -share/locale/ta/LC_MESSAGES/kcm_workspace.mo -share/locale/ta/LC_MESSAGES/kcmkclock.mo -share/locale/ta/LC_MESSAGES/kcmkeyboard.mo -share/locale/ta/LC_MESSAGES/kcmmouse.mo -share/locale/ta/LC_MESSAGES/kcmqtquicksettings.mo -share/locale/ta/LC_MESSAGES/knetattach5.mo -share/locale/ta/LC_MESSAGES/org.kde.plasma.emojier.mo -share/locale/ta/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/ta/LC_MESSAGES/plasma_applet_org.kde.panel.mo -share/locale/ta/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.mo -share/locale/ta/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo -share/locale/ta/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo -share/locale/ta/LC_MESSAGES/plasma_applet_org.kde.plasma.kimpanel.mo -share/locale/ta/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo -share/locale/ta/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo -share/locale/ta/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo -share/locale/ta/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo -share/locale/ta/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo -share/locale/ta/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo -share/locale/ta/LC_MESSAGES/plasma_runner_kwin.mo -share/locale/ta/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo -share/locale/ta/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo -share/locale/ta/LC_MESSAGES/plasma_toolbox_org.kde.paneltoolbox.mo -share/locale/ta/LC_MESSAGES/plasmaactivitymanager.mo -share/locale/te/LC_MESSAGES/kaccess.mo -share/locale/te/LC_MESSAGES/kcm5_joystick.mo -share/locale/te/LC_MESSAGES/kcm5_kded.mo -share/locale/te/LC_MESSAGES/kcm_access.mo -share/locale/te/LC_MESSAGES/kcm_componentchooser.mo -share/locale/te/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/te/LC_MESSAGES/kcm_smserver.mo -share/locale/te/LC_MESSAGES/kcmkclock.mo -share/locale/te/LC_MESSAGES/kcmkeyboard.mo -share/locale/te/LC_MESSAGES/kcmmouse.mo -share/locale/te/LC_MESSAGES/knetattach5.mo -share/locale/te/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/te/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo -share/locale/te/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo -share/locale/te/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo -share/locale/tg/LC_MESSAGES/kaccess.mo -share/locale/tg/LC_MESSAGES/kcm5_joystick.mo -share/locale/tg/LC_MESSAGES/kcm5_kded.mo -share/locale/tg/LC_MESSAGES/kcm_access.mo -share/locale/tg/LC_MESSAGES/kcm_activities5.mo -share/locale/tg/LC_MESSAGES/kcm_baloofile.mo -share/locale/tg/LC_MESSAGES/kcm_componentchooser.mo -share/locale/tg/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/tg/LC_MESSAGES/kcm_krunnersettings.mo -share/locale/tg/LC_MESSAGES/kcm_plasmasearch.mo -share/locale/tg/LC_MESSAGES/kcm_smserver.mo -share/locale/tg/LC_MESSAGES/kcm_splashscreen.mo -share/locale/tg/LC_MESSAGES/kcmkclock.mo -share/locale/tg/LC_MESSAGES/kcmkeyboard.mo -share/locale/tg/LC_MESSAGES/kcmmouse.mo -share/locale/tg/LC_MESSAGES/knetattach5.mo -share/locale/tg/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/tg/LC_MESSAGES/plasma_applet_org.kde.panel.mo -share/locale/tg/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo -share/locale/tg/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo -share/locale/tg/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo -share/locale/tg/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo -share/locale/tg/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo -share/locale/tg/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo -share/locale/tg/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo -share/locale/tg/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo -share/locale/tg/LC_MESSAGES/plasma_runner_kwin.mo -share/locale/tg/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo -share/locale/tg/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo -share/locale/tg/LC_MESSAGES/plasma_toolbox_org.kde.paneltoolbox.mo -share/locale/th/LC_MESSAGES/kaccess.mo -share/locale/th/LC_MESSAGES/kcm5_device_automounter.mo -share/locale/th/LC_MESSAGES/kcm5_joystick.mo -share/locale/th/LC_MESSAGES/kcm5_kded.mo -share/locale/th/LC_MESSAGES/kcm_access.mo -share/locale/th/LC_MESSAGES/kcm_componentchooser.mo -share/locale/th/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/th/LC_MESSAGES/kcm_smserver.mo -share/locale/th/LC_MESSAGES/kcm_solid_actions.mo -share/locale/th/LC_MESSAGES/kcmkclock.mo -share/locale/th/LC_MESSAGES/kcmkeyboard.mo -share/locale/th/LC_MESSAGES/kcmmouse.mo -share/locale/th/LC_MESSAGES/knetattach5.mo -share/locale/th/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/th/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo -share/locale/th/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo -share/locale/th/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo -share/locale/th/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo -share/locale/th/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo -share/locale/th/LC_MESSAGES/plasma_runner_plasma-desktop.mo -share/locale/tr/LC_MESSAGES/kaccess.mo -share/locale/tr/LC_MESSAGES/kcm5_device_automounter.mo -share/locale/tr/LC_MESSAGES/kcm5_joystick.mo -share/locale/tr/LC_MESSAGES/kcm5_kded.mo -share/locale/tr/LC_MESSAGES/kcm_access.mo -share/locale/tr/LC_MESSAGES/kcm_activities5.mo -share/locale/tr/LC_MESSAGES/kcm_baloofile.mo -share/locale/tr/LC_MESSAGES/kcm_componentchooser.mo -share/locale/tr/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/tr/LC_MESSAGES/kcm_keys.mo -share/locale/tr/LC_MESSAGES/kcm_krunnersettings.mo -share/locale/tr/LC_MESSAGES/kcm_landingpage.mo -share/locale/tr/LC_MESSAGES/kcm_plasmasearch.mo -share/locale/tr/LC_MESSAGES/kcm_recentFiles.mo -share/locale/tr/LC_MESSAGES/kcm_smserver.mo -share/locale/tr/LC_MESSAGES/kcm_solid_actions.mo -share/locale/tr/LC_MESSAGES/kcm_splashscreen.mo -share/locale/tr/LC_MESSAGES/kcm_tablet.mo -share/locale/tr/LC_MESSAGES/kcm_touchpad.mo -share/locale/tr/LC_MESSAGES/kcm_touchscreen.mo -share/locale/tr/LC_MESSAGES/kcm_workspace.mo -share/locale/tr/LC_MESSAGES/kcmkclock.mo -share/locale/tr/LC_MESSAGES/kcmkeyboard.mo -share/locale/tr/LC_MESSAGES/kcmmouse.mo -share/locale/tr/LC_MESSAGES/kcmqtquicksettings.mo -share/locale/tr/LC_MESSAGES/knetattach5.mo -share/locale/tr/LC_MESSAGES/org.kde.plasma.emojier.mo -share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.panel.mo -share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.mo -share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo -share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo -share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.kimpanel.mo -share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo -share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo -share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo -share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo -share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo -share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo -share/locale/tr/LC_MESSAGES/plasma_runner_kwin.mo -share/locale/tr/LC_MESSAGES/plasma_runner_plasma-desktop.mo -share/locale/tr/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo -share/locale/tr/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo -share/locale/tr/LC_MESSAGES/plasma_toolbox_org.kde.paneltoolbox.mo -share/locale/tr/LC_MESSAGES/plasmaactivitymanager.mo -share/locale/ug/LC_MESSAGES/kaccess.mo -share/locale/ug/LC_MESSAGES/kcm5_device_automounter.mo -share/locale/ug/LC_MESSAGES/kcm5_joystick.mo -share/locale/ug/LC_MESSAGES/kcm5_kded.mo -share/locale/ug/LC_MESSAGES/kcm_access.mo -share/locale/ug/LC_MESSAGES/kcm_componentchooser.mo -share/locale/ug/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/ug/LC_MESSAGES/kcm_smserver.mo -share/locale/ug/LC_MESSAGES/kcm_solid_actions.mo -share/locale/ug/LC_MESSAGES/kcmkclock.mo -share/locale/ug/LC_MESSAGES/kcmkeyboard.mo -share/locale/ug/LC_MESSAGES/kcmmouse.mo -share/locale/ug/LC_MESSAGES/knetattach5.mo -share/locale/ug/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/ug/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo -share/locale/ug/LC_MESSAGES/plasma_applet_org.kde.plasma.kimpanel.mo -share/locale/ug/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo -share/locale/ug/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo -share/locale/ug/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo -share/locale/ug/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo -share/locale/ug/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo -share/locale/ug/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo -share/locale/ug/LC_MESSAGES/plasma_runner_plasma-desktop.mo -share/locale/ug/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo -share/locale/uk/LC_MESSAGES/kaccess.mo -share/locale/uk/LC_MESSAGES/kcm5_device_automounter.mo -share/locale/uk/LC_MESSAGES/kcm5_joystick.mo -share/locale/uk/LC_MESSAGES/kcm5_kded.mo -share/locale/uk/LC_MESSAGES/kcm_access.mo -share/locale/uk/LC_MESSAGES/kcm_activities5.mo -share/locale/uk/LC_MESSAGES/kcm_baloofile.mo -share/locale/uk/LC_MESSAGES/kcm_componentchooser.mo -share/locale/uk/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/uk/LC_MESSAGES/kcm_keys.mo -share/locale/uk/LC_MESSAGES/kcm_krunnersettings.mo -share/locale/uk/LC_MESSAGES/kcm_landingpage.mo -share/locale/uk/LC_MESSAGES/kcm_plasmasearch.mo -share/locale/uk/LC_MESSAGES/kcm_recentFiles.mo -share/locale/uk/LC_MESSAGES/kcm_smserver.mo -share/locale/uk/LC_MESSAGES/kcm_solid_actions.mo -share/locale/uk/LC_MESSAGES/kcm_splashscreen.mo -share/locale/uk/LC_MESSAGES/kcm_tablet.mo -share/locale/uk/LC_MESSAGES/kcm_touchpad.mo -share/locale/uk/LC_MESSAGES/kcm_touchscreen.mo -share/locale/uk/LC_MESSAGES/kcm_workspace.mo -share/locale/uk/LC_MESSAGES/kcmkclock.mo -share/locale/uk/LC_MESSAGES/kcmkeyboard.mo -share/locale/uk/LC_MESSAGES/kcmmouse.mo -share/locale/uk/LC_MESSAGES/kcmqtquicksettings.mo -share/locale/uk/LC_MESSAGES/knetattach5.mo -share/locale/uk/LC_MESSAGES/org.kde.plasma.emojier.mo -share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.panel.mo -share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.mo -share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo -share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo -share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.kimpanel.mo -share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo -share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo -share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo -share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo -share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo -share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo -share/locale/uk/LC_MESSAGES/plasma_runner_kwin.mo -share/locale/uk/LC_MESSAGES/plasma_runner_plasma-desktop.mo -share/locale/uk/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo -share/locale/uk/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo -share/locale/uk/LC_MESSAGES/plasma_toolbox_org.kde.paneltoolbox.mo -share/locale/uk/LC_MESSAGES/plasmaactivitymanager.mo -share/locale/uz/LC_MESSAGES/kaccess.mo -share/locale/uz/LC_MESSAGES/kcm5_joystick.mo -share/locale/uz/LC_MESSAGES/kcm5_kded.mo -share/locale/uz/LC_MESSAGES/kcm_access.mo -share/locale/uz/LC_MESSAGES/kcm_componentchooser.mo -share/locale/uz/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/uz/LC_MESSAGES/kcm_smserver.mo -share/locale/uz/LC_MESSAGES/kcmkclock.mo -share/locale/uz/LC_MESSAGES/kcmkeyboard.mo -share/locale/uz/LC_MESSAGES/kcmmouse.mo -share/locale/uz/LC_MESSAGES/knetattach5.mo -share/locale/uz/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/uz@cyrillic/LC_MESSAGES/kaccess.mo -share/locale/uz@cyrillic/LC_MESSAGES/kcm5_joystick.mo -share/locale/uz@cyrillic/LC_MESSAGES/kcm5_kded.mo -share/locale/uz@cyrillic/LC_MESSAGES/kcm_access.mo -share/locale/uz@cyrillic/LC_MESSAGES/kcm_componentchooser.mo -share/locale/uz@cyrillic/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/uz@cyrillic/LC_MESSAGES/kcm_smserver.mo -share/locale/uz@cyrillic/LC_MESSAGES/kcmkclock.mo -share/locale/uz@cyrillic/LC_MESSAGES/kcmkeyboard.mo -share/locale/uz@cyrillic/LC_MESSAGES/kcmmouse.mo -share/locale/uz@cyrillic/LC_MESSAGES/knetattach5.mo -share/locale/uz@cyrillic/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/vi/LC_MESSAGES/kaccess.mo -share/locale/vi/LC_MESSAGES/kcm5_device_automounter.mo -share/locale/vi/LC_MESSAGES/kcm5_joystick.mo -share/locale/vi/LC_MESSAGES/kcm5_kded.mo -share/locale/vi/LC_MESSAGES/kcm_access.mo -share/locale/vi/LC_MESSAGES/kcm_activities5.mo -share/locale/vi/LC_MESSAGES/kcm_baloofile.mo -share/locale/vi/LC_MESSAGES/kcm_componentchooser.mo -share/locale/vi/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/vi/LC_MESSAGES/kcm_keys.mo -share/locale/vi/LC_MESSAGES/kcm_krunnersettings.mo -share/locale/vi/LC_MESSAGES/kcm_landingpage.mo -share/locale/vi/LC_MESSAGES/kcm_plasmasearch.mo -share/locale/vi/LC_MESSAGES/kcm_recentFiles.mo -share/locale/vi/LC_MESSAGES/kcm_smserver.mo -share/locale/vi/LC_MESSAGES/kcm_solid_actions.mo -share/locale/vi/LC_MESSAGES/kcm_splashscreen.mo -share/locale/vi/LC_MESSAGES/kcm_tablet.mo -share/locale/vi/LC_MESSAGES/kcm_touchpad.mo -share/locale/vi/LC_MESSAGES/kcm_touchscreen.mo -share/locale/vi/LC_MESSAGES/kcm_workspace.mo -share/locale/vi/LC_MESSAGES/kcmkclock.mo -share/locale/vi/LC_MESSAGES/kcmkeyboard.mo -share/locale/vi/LC_MESSAGES/kcmmouse.mo -share/locale/vi/LC_MESSAGES/kcmqtquicksettings.mo -share/locale/vi/LC_MESSAGES/knetattach5.mo -share/locale/vi/LC_MESSAGES/org.kde.plasma.emojier.mo -share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.panel.mo -share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.mo -share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo -share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo -share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.plasma.kimpanel.mo -share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo -share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo -share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo -share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo -share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo -share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo -share/locale/vi/LC_MESSAGES/plasma_runner_kwin.mo -share/locale/vi/LC_MESSAGES/plasma_runner_plasma-desktop.mo -share/locale/vi/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo -share/locale/vi/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo -share/locale/vi/LC_MESSAGES/plasma_toolbox_org.kde.paneltoolbox.mo -share/locale/vi/LC_MESSAGES/plasmaactivitymanager.mo -share/locale/wa/LC_MESSAGES/kaccess.mo -share/locale/wa/LC_MESSAGES/kcm5_device_automounter.mo -share/locale/wa/LC_MESSAGES/kcm5_joystick.mo -share/locale/wa/LC_MESSAGES/kcm5_kded.mo -share/locale/wa/LC_MESSAGES/kcm_access.mo -share/locale/wa/LC_MESSAGES/kcm_componentchooser.mo -share/locale/wa/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/wa/LC_MESSAGES/kcm_smserver.mo -share/locale/wa/LC_MESSAGES/kcm_solid_actions.mo -share/locale/wa/LC_MESSAGES/kcmkclock.mo -share/locale/wa/LC_MESSAGES/kcmkeyboard.mo -share/locale/wa/LC_MESSAGES/kcmmouse.mo -share/locale/wa/LC_MESSAGES/knetattach5.mo -share/locale/wa/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/wa/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo -share/locale/wa/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo -share/locale/wa/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo -share/locale/wa/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo -share/locale/wa/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo -share/locale/wa/LC_MESSAGES/plasma_runner_plasma-desktop.mo -share/locale/xh/LC_MESSAGES/kaccess.mo -share/locale/xh/LC_MESSAGES/kcm5_kded.mo -share/locale/xh/LC_MESSAGES/kcm_access.mo -share/locale/xh/LC_MESSAGES/kcm_componentchooser.mo -share/locale/xh/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/xh/LC_MESSAGES/kcm_smserver.mo -share/locale/xh/LC_MESSAGES/kcmkclock.mo -share/locale/xh/LC_MESSAGES/kcmkeyboard.mo -share/locale/xh/LC_MESSAGES/kcmmouse.mo -share/locale/xh/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/zh_CN/LC_MESSAGES/kaccess.mo -share/locale/zh_CN/LC_MESSAGES/kcm5_device_automounter.mo -share/locale/zh_CN/LC_MESSAGES/kcm5_joystick.mo -share/locale/zh_CN/LC_MESSAGES/kcm5_kded.mo -share/locale/zh_CN/LC_MESSAGES/kcm_access.mo -share/locale/zh_CN/LC_MESSAGES/kcm_activities5.mo -share/locale/zh_CN/LC_MESSAGES/kcm_baloofile.mo -share/locale/zh_CN/LC_MESSAGES/kcm_componentchooser.mo -share/locale/zh_CN/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/zh_CN/LC_MESSAGES/kcm_keys.mo -share/locale/zh_CN/LC_MESSAGES/kcm_krunnersettings.mo -share/locale/zh_CN/LC_MESSAGES/kcm_landingpage.mo -share/locale/zh_CN/LC_MESSAGES/kcm_plasmasearch.mo -share/locale/zh_CN/LC_MESSAGES/kcm_recentFiles.mo -share/locale/zh_CN/LC_MESSAGES/kcm_smserver.mo -share/locale/zh_CN/LC_MESSAGES/kcm_solid_actions.mo -share/locale/zh_CN/LC_MESSAGES/kcm_splashscreen.mo -share/locale/zh_CN/LC_MESSAGES/kcm_tablet.mo -share/locale/zh_CN/LC_MESSAGES/kcm_touchpad.mo -share/locale/zh_CN/LC_MESSAGES/kcm_touchscreen.mo -share/locale/zh_CN/LC_MESSAGES/kcm_workspace.mo -share/locale/zh_CN/LC_MESSAGES/kcmkclock.mo -share/locale/zh_CN/LC_MESSAGES/kcmkeyboard.mo -share/locale/zh_CN/LC_MESSAGES/kcmmouse.mo -share/locale/zh_CN/LC_MESSAGES/kcmqtquicksettings.mo -share/locale/zh_CN/LC_MESSAGES/knetattach5.mo -share/locale/zh_CN/LC_MESSAGES/org.kde.plasma.emojier.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.panel.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.kimpanel.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo -share/locale/zh_CN/LC_MESSAGES/plasma_runner_kwin.mo -share/locale/zh_CN/LC_MESSAGES/plasma_runner_plasma-desktop.mo -share/locale/zh_CN/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo -share/locale/zh_CN/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo -share/locale/zh_CN/LC_MESSAGES/plasma_toolbox_org.kde.paneltoolbox.mo -share/locale/zh_CN/LC_MESSAGES/plasmaactivitymanager.mo -share/locale/zh_TW/LC_MESSAGES/kaccess.mo -share/locale/zh_TW/LC_MESSAGES/kcm5_device_automounter.mo -share/locale/zh_TW/LC_MESSAGES/kcm5_joystick.mo -share/locale/zh_TW/LC_MESSAGES/kcm5_kded.mo -share/locale/zh_TW/LC_MESSAGES/kcm_access.mo -share/locale/zh_TW/LC_MESSAGES/kcm_activities5.mo -share/locale/zh_TW/LC_MESSAGES/kcm_baloofile.mo -share/locale/zh_TW/LC_MESSAGES/kcm_componentchooser.mo -share/locale/zh_TW/LC_MESSAGES/kcm_desktoppaths.mo -share/locale/zh_TW/LC_MESSAGES/kcm_keys.mo -share/locale/zh_TW/LC_MESSAGES/kcm_krunnersettings.mo -share/locale/zh_TW/LC_MESSAGES/kcm_landingpage.mo -share/locale/zh_TW/LC_MESSAGES/kcm_plasmasearch.mo -share/locale/zh_TW/LC_MESSAGES/kcm_recentFiles.mo -share/locale/zh_TW/LC_MESSAGES/kcm_smserver.mo -share/locale/zh_TW/LC_MESSAGES/kcm_solid_actions.mo -share/locale/zh_TW/LC_MESSAGES/kcm_splashscreen.mo -share/locale/zh_TW/LC_MESSAGES/kcm_tablet.mo -share/locale/zh_TW/LC_MESSAGES/kcm_touchpad.mo -share/locale/zh_TW/LC_MESSAGES/kcm_touchscreen.mo -share/locale/zh_TW/LC_MESSAGES/kcm_workspace.mo -share/locale/zh_TW/LC_MESSAGES/kcmkclock.mo -share/locale/zh_TW/LC_MESSAGES/kcmkeyboard.mo -share/locale/zh_TW/LC_MESSAGES/kcmmouse.mo -share/locale/zh_TW/LC_MESSAGES/kcmqtquicksettings.mo -share/locale/zh_TW/LC_MESSAGES/knetattach5.mo -share/locale/zh_TW/LC_MESSAGES/org.kde.plasma.emojier.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.panel.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.kicker.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.kickoff.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.kimpanel.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.pager.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.showActivityManager.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo -share/locale/zh_TW/LC_MESSAGES/plasma_runner_kwin.mo -share/locale/zh_TW/LC_MESSAGES/plasma_runner_plasma-desktop.mo -share/locale/zh_TW/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo -share/locale/zh_TW/LC_MESSAGES/plasma_toolbox_org.kde.desktoptoolbox.mo -share/locale/zh_TW/LC_MESSAGES/plasma_toolbox_org.kde.paneltoolbox.mo -share/locale/zh_TW/LC_MESSAGES/plasmaactivitymanager.mo -share/metainfo/org.kde.desktopcontainment.appdata.xml -share/metainfo/org.kde.desktoptoolbox.appdata.xml -share/metainfo/org.kde.paneltoolbox.appdata.xml -share/metainfo/org.kde.plasma.activitypager.appdata.xml -share/metainfo/org.kde.plasma.desktop.appdata.xml -share/metainfo/org.kde.plasma.desktop.appmenubar.appdata.xml -share/metainfo/org.kde.plasma.desktop.defaultPanel.appdata.xml -share/metainfo/org.kde.plasma.desktop.emptyPanel.appdata.xml -share/metainfo/org.kde.plasma.folder.appdata.xml -share/metainfo/org.kde.plasma.icontasks.appdata.xml -share/metainfo/org.kde.plasma.keyboardlayout.appdata.xml -share/metainfo/org.kde.plasma.kicker.appdata.xml -share/metainfo/org.kde.plasma.kickoff.appdata.xml -share/metainfo/org.kde.plasma.kimpanel.appdata.xml -share/metainfo/org.kde.plasma.marginsseparator.appdata.xml -share/metainfo/org.kde.plasma.minimizeall.appdata.xml -share/metainfo/org.kde.plasma.pager.appdata.xml -share/metainfo/org.kde.plasma.showActivityManager.appdata.xml -share/metainfo/org.kde.plasma.showdesktop.appdata.xml -share/metainfo/org.kde.plasma.taskmanager.appdata.xml -share/metainfo/org.kde.plasma.trash.appdata.xml -share/metainfo/org.kde.plasma.windowlist.appdata.xml -share/metainfo/org.kde.plasmashell.metainfo.xml -share/plasma/desktoptheme/default/icons/touchpad.svg -share/plasma/emoji/af.dict -share/plasma/emoji/am.dict -share/plasma/emoji/ar.dict -share/plasma/emoji/ar_SA.dict -share/plasma/emoji/as.dict -share/plasma/emoji/ast.dict -share/plasma/emoji/az.dict -share/plasma/emoji/be.dict -share/plasma/emoji/bg.dict -share/plasma/emoji/bgn.dict -share/plasma/emoji/bn.dict -share/plasma/emoji/br.dict -share/plasma/emoji/bs.dict -share/plasma/emoji/ca.dict -share/plasma/emoji/ccp.dict -share/plasma/emoji/ceb.dict -share/plasma/emoji/chr.dict -share/plasma/emoji/ckb.dict -share/plasma/emoji/cs.dict -share/plasma/emoji/cy.dict -share/plasma/emoji/da.dict -share/plasma/emoji/de.dict -share/plasma/emoji/de_CH.dict -share/plasma/emoji/dsb.dict -share/plasma/emoji/el.dict -share/plasma/emoji/en.dict -share/plasma/emoji/en_001.dict -share/plasma/emoji/en_AU.dict -share/plasma/emoji/en_CA.dict -share/plasma/emoji/en_IN.dict -share/plasma/emoji/es.dict -share/plasma/emoji/es_419.dict -share/plasma/emoji/es_MX.dict -share/plasma/emoji/es_US.dict -share/plasma/emoji/et.dict -share/plasma/emoji/eu.dict -share/plasma/emoji/fa.dict -share/plasma/emoji/ff_Adlm.dict -share/plasma/emoji/fi.dict -share/plasma/emoji/fil.dict -share/plasma/emoji/fo.dict -share/plasma/emoji/fr.dict -share/plasma/emoji/fr_CA.dict -share/plasma/emoji/ga.dict -share/plasma/emoji/gd.dict -share/plasma/emoji/gl.dict -share/plasma/emoji/gu.dict -share/plasma/emoji/ha.dict -share/plasma/emoji/he.dict -share/plasma/emoji/hi.dict -share/plasma/emoji/hi_Latn.dict -share/plasma/emoji/hr.dict -share/plasma/emoji/hsb.dict -share/plasma/emoji/hu.dict -share/plasma/emoji/hy.dict -share/plasma/emoji/ia.dict -share/plasma/emoji/id.dict -share/plasma/emoji/ig.dict -share/plasma/emoji/is.dict -share/plasma/emoji/it.dict -share/plasma/emoji/ja.dict -share/plasma/emoji/jv.dict -share/plasma/emoji/ka.dict -share/plasma/emoji/kab.dict -share/plasma/emoji/kk.dict -share/plasma/emoji/kl.dict -share/plasma/emoji/km.dict -share/plasma/emoji/kn.dict -share/plasma/emoji/ko.dict -share/plasma/emoji/kok.dict -share/plasma/emoji/ky.dict -share/plasma/emoji/lb.dict -share/plasma/emoji/lij.dict -share/plasma/emoji/lo.dict -share/plasma/emoji/lt.dict -share/plasma/emoji/lv.dict -share/plasma/emoji/mi.dict -share/plasma/emoji/mk.dict -share/plasma/emoji/ml.dict -share/plasma/emoji/mn.dict -share/plasma/emoji/mni.dict -share/plasma/emoji/mr.dict -share/plasma/emoji/ms.dict -share/plasma/emoji/mt.dict -share/plasma/emoji/my.dict -share/plasma/emoji/ne.dict -share/plasma/emoji/nl.dict -share/plasma/emoji/nn.dict -share/plasma/emoji/no.dict -share/plasma/emoji/nso.dict -share/plasma/emoji/oc.dict -share/plasma/emoji/or.dict -share/plasma/emoji/pa.dict -share/plasma/emoji/pa_Arab.dict -share/plasma/emoji/pcm.dict -share/plasma/emoji/pl.dict -share/plasma/emoji/ps.dict -share/plasma/emoji/pt.dict -share/plasma/emoji/pt_PT.dict -share/plasma/emoji/qu.dict -share/plasma/emoji/quc.dict -share/plasma/emoji/rm.dict -share/plasma/emoji/ro.dict -share/plasma/emoji/ru.dict -share/plasma/emoji/rw.dict -share/plasma/emoji/sat.dict -share/plasma/emoji/sc.dict -share/plasma/emoji/sd.dict -share/plasma/emoji/si.dict -share/plasma/emoji/sk.dict -share/plasma/emoji/sl.dict -share/plasma/emoji/so.dict -share/plasma/emoji/sq.dict -share/plasma/emoji/sr.dict -share/plasma/emoji/sr_Cyrl_BA.dict -share/plasma/emoji/sr_Latn.dict -share/plasma/emoji/sr_Latn_BA.dict -share/plasma/emoji/sv.dict -share/plasma/emoji/sw.dict -share/plasma/emoji/sw_KE.dict -share/plasma/emoji/ta.dict -share/plasma/emoji/te.dict -share/plasma/emoji/tg.dict -share/plasma/emoji/th.dict -share/plasma/emoji/ti.dict -share/plasma/emoji/tk.dict -share/plasma/emoji/tn.dict -share/plasma/emoji/to.dict -share/plasma/emoji/tr.dict -share/plasma/emoji/ug.dict -share/plasma/emoji/uk.dict -share/plasma/emoji/ur.dict -share/plasma/emoji/uz.dict -share/plasma/emoji/vi.dict -share/plasma/emoji/wo.dict -share/plasma/emoji/xh.dict -share/plasma/emoji/yo.dict -share/plasma/emoji/yo_BJ.dict -share/plasma/emoji/yue.dict -share/plasma/emoji/yue_Hans.dict -share/plasma/emoji/zh.dict -share/plasma/emoji/zh_Hant.dict -share/plasma/emoji/zh_Hant_HK.dict -share/plasma/emoji/zu.dict -share/plasma/layout-templates/org.kde.plasma.desktop.appmenubar/contents/layout.js -share/plasma/layout-templates/org.kde.plasma.desktop.appmenubar/metadata.json -share/plasma/layout-templates/org.kde.plasma.desktop.defaultPanel/contents/layout.js -share/plasma/layout-templates/org.kde.plasma.desktop.defaultPanel/metadata.json -share/plasma/layout-templates/org.kde.plasma.desktop.emptyPanel/contents/layout.js -share/plasma/layout-templates/org.kde.plasma.desktop.emptyPanel/metadata.json -share/plasma/packages/org.kde.desktoptoolbox/contents/config/main.xml -share/plasma/packages/org.kde.desktoptoolbox/contents/ui/ToolBoxContent.qml -share/plasma/packages/org.kde.desktoptoolbox/contents/ui/ToolBoxRoot.qml -share/plasma/packages/org.kde.desktoptoolbox/metadata.json -share/plasma/packages/org.kde.paneltoolbox/contents/ui/main.qml -share/plasma/packages/org.kde.paneltoolbox/metadata.json -share/plasma/plasmoids/org.kde.desktopcontainment/contents/config/config.qml -share/plasma/plasmoids/org.kde.desktopcontainment/contents/config/main.xml -share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/ActionButton.qml -share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/BackButtonItem.qml -share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/CompactRepresentation.qml -share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/ConfigFilter.qml -share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/ConfigIcons.qml -share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/ConfigLocation.qml -share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/ConfigOverlay.qml -share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/FolderItemActionButton.qml -share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/FolderItemDelegate.qml -share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/FolderItemPreviewPluginsDialog.qml -share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/FolderView.qml -share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/FolderViewDialog.qml -share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/FolderViewDropArea.qml -share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/FolderViewLayer.qml -share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/code/FolderTools.js -share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/main.qml -share/plasma/plasmoids/org.kde.desktopcontainment/metadata.json -share/plasma/plasmoids/org.kde.panel/contents/config/main.xml -share/plasma/plasmoids/org.kde.panel/contents/ui/ConfigOverlay.qml -share/plasma/plasmoids/org.kde.panel/contents/ui/LayoutManager.js -share/plasma/plasmoids/org.kde.panel/contents/ui/main.qml -share/plasma/plasmoids/org.kde.panel/metadata.json -share/plasma/plasmoids/org.kde.plasma.activitypager/metadata.json -share/plasma/plasmoids/org.kde.plasma.folder/metadata.json -share/plasma/plasmoids/org.kde.plasma.icontasks/metadata.json -share/plasma/plasmoids/org.kde.plasma.keyboardlayout/contents/config/config.qml -share/plasma/plasmoids/org.kde.plasma.keyboardlayout/contents/config/main.xml -share/plasma/plasmoids/org.kde.plasma.keyboardlayout/contents/ui/configGeneral.qml -share/plasma/plasmoids/org.kde.plasma.keyboardlayout/contents/ui/main.qml -share/plasma/plasmoids/org.kde.plasma.keyboardlayout/metadata.json -share/plasma/plasmoids/org.kde.plasma.kicker/contents/config/config.qml -share/plasma/plasmoids/org.kde.plasma.kicker/contents/config/main.xml -share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/ActionMenu.qml -share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/CompactRepresentation.qml -share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/ConfigGeneral.qml -share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/DashboardRepresentation.qml -share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/DashboardTabBar.qml -share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/DashboardTabButton.qml -share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/ItemGridDelegate.qml -share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/ItemGridView.qml -share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/ItemListDelegate.qml -share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/ItemListDialog.qml -share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/ItemListView.qml -share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/ItemMultiGridView.qml -share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/MenuRepresentation.qml -share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/RunnerResultsList.qml -share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/SideBarItem.qml -share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/SideBarSection.qml -share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/code/tools.js -share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/main.qml -share/plasma/plasmoids/org.kde.plasma.kicker/metadata.json -share/plasma/plasmoids/org.kde.plasma.kickoff/contents/config/config.qml -share/plasma/plasmoids/org.kde.plasma.kickoff/contents/config/main.xml -share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/AbstractKickoffItemDelegate.qml -share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/ActionMenu.qml -share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/ApplicationsPage.qml -share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/BasePage.qml -share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/ConfigGeneral.qml -share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/DropAreaGridView.qml -share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/DropAreaListView.qml -share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/EmptyPage.qml -share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/Footer.qml -share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/FullRepresentation.qml -share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/Header.qml -share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/HorizontalStackView.qml -share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/Kickoff.qml -share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/KickoffDropArea.qml -share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/KickoffGridDelegate.qml -share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/KickoffGridView.qml -share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/KickoffListDelegate.qml -share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/KickoffListView.qml -share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/KickoffSingleton.qml -share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/LeaveButtons.qml -share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/NormalPage.qml -share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/PlacesPage.qml -share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/SectionView.qml -share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/VerticalStackView.qml -share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/code/tools.js -share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/qmldir -share/plasma/plasmoids/org.kde.plasma.kickoff/metadata.json -share/plasma/plasmoids/org.kde.plasma.kimpanel/contents/config/config.qml -share/plasma/plasmoids/org.kde.plasma.kimpanel/contents/config/main.xml -share/plasma/plasmoids/org.kde.plasma.kimpanel/contents/ui/ActionMenu.qml -share/plasma/plasmoids/org.kde.plasma.kimpanel/contents/ui/CandidateHighlight.qml -share/plasma/plasmoids/org.kde.plasma.kimpanel/contents/ui/ConfigAppearance.qml -share/plasma/plasmoids/org.kde.plasma.kimpanel/contents/ui/ContextMenu.qml -share/plasma/plasmoids/org.kde.plasma.kimpanel/contents/ui/InputPanel.qml -share/plasma/plasmoids/org.kde.plasma.kimpanel/contents/ui/StatusIcon.qml -share/plasma/plasmoids/org.kde.plasma.kimpanel/contents/ui/main.qml -share/plasma/plasmoids/org.kde.plasma.kimpanel/metadata.json -share/plasma/plasmoids/org.kde.plasma.marginsseparator/contents/config/main.xml -share/plasma/plasmoids/org.kde.plasma.marginsseparator/contents/ui/main.qml -share/plasma/plasmoids/org.kde.plasma.marginsseparator/metadata.json -share/plasma/plasmoids/org.kde.plasma.minimizeall/metadata.json -share/plasma/plasmoids/org.kde.plasma.pager/contents/config/config.qml -share/plasma/plasmoids/org.kde.plasma.pager/contents/config/main.xml -share/plasma/plasmoids/org.kde.plasma.pager/contents/ui/configGeneral.qml -share/plasma/plasmoids/org.kde.plasma.pager/contents/ui/main.qml -share/plasma/plasmoids/org.kde.plasma.pager/metadata.json -share/plasma/plasmoids/org.kde.plasma.showActivityManager/contents/config/config.qml -share/plasma/plasmoids/org.kde.plasma.showActivityManager/contents/config/main.xml -share/plasma/plasmoids/org.kde.plasma.showActivityManager/contents/ui/ConfigAppearance.qml -share/plasma/plasmoids/org.kde.plasma.showActivityManager/contents/ui/main.qml -share/plasma/plasmoids/org.kde.plasma.showActivityManager/metadata.json -share/plasma/plasmoids/org.kde.plasma.showdesktop/contents/config/main.xml -share/plasma/plasmoids/org.kde.plasma.showdesktop/contents/ui/Controller.qml -share/plasma/plasmoids/org.kde.plasma.showdesktop/contents/ui/MinimizeAllController.qml -share/plasma/plasmoids/org.kde.plasma.showdesktop/contents/ui/PeekController.qml -share/plasma/plasmoids/org.kde.plasma.showdesktop/contents/ui/main.qml -share/plasma/plasmoids/org.kde.plasma.showdesktop/metadata.json -share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/config/config.qml -share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/config/main.xml -share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/AudioStream.qml -share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/Badge.qml -share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/ConfigAppearance.qml -share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/ConfigBehavior.qml -share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/ContextMenu.qml -share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/GroupDialog.qml -share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/GroupExpanderOverlay.qml -share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/MouseHandler.qml -share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/PipeWireThumbnail.qml -share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/PlayerController.qml -share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/PulseAudio.qml -share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/ScrollableTextWrapper.qml -share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/Task.qml -share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/TaskBadgeOverlay.qml -share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/TaskList.qml -share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/TaskProgressOverlay.qml -share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/ToolTipDelegate.qml -share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/ToolTipInstance.qml -share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/ToolTipWindowMouseArea.qml -share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/code/layout.js -share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/code/tools.js -share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/main.qml -share/plasma/plasmoids/org.kde.plasma.taskmanager/metadata.json -share/plasma/plasmoids/org.kde.plasma.trash/contents/ui/main.qml -share/plasma/plasmoids/org.kde.plasma.trash/metadata.json -share/plasma/plasmoids/org.kde.plasma.windowlist/contents/config/config.qml -share/plasma/plasmoids/org.kde.plasma.windowlist/contents/config/main.xml -share/plasma/plasmoids/org.kde.plasma.windowlist/contents/ui/ConfigGeneral.qml -share/plasma/plasmoids/org.kde.plasma.windowlist/contents/ui/MenuButton.qml -share/plasma/plasmoids/org.kde.plasma.windowlist/contents/ui/main.qml -share/plasma/plasmoids/org.kde.plasma.windowlist/metadata.json -share/plasma/plasmoids/touchpad/contents/ui/touchpad.qml -share/plasma/plasmoids/touchpad/metadata.json -share/plasma/services/touchpad.operations -share/plasma/shells/org.kde.plasma.desktop/contents/InteractiveConsole.qml -share/plasma/shells/org.kde.plasma.desktop/contents/activitymanager/ActivityItem.qml -share/plasma/shells/org.kde.plasma.desktop/contents/activitymanager/ActivityList.qml -share/plasma/shells/org.kde.plasma.desktop/contents/activitymanager/ActivityManager.qml -share/plasma/shells/org.kde.plasma.desktop/contents/activitymanager/Heading.qml -share/plasma/shells/org.kde.plasma.desktop/contents/activitymanager/StoppedActivityItem.qml -share/plasma/shells/org.kde.plasma.desktop/contents/activitymanager/TaskDropArea.qml -share/plasma/shells/org.kde.plasma.desktop/contents/activitymanager/WindowPreview.qml -share/plasma/shells/org.kde.plasma.desktop/contents/activitymanager/static.js -share/plasma/shells/org.kde.plasma.desktop/contents/applet/AppletError.qml -share/plasma/shells/org.kde.plasma.desktop/contents/applet/CompactApplet.qml -share/plasma/shells/org.kde.plasma.desktop/contents/applet/DefaultCompactRepresentation.qml -share/plasma/shells/org.kde.plasma.desktop/contents/configuration/AboutPlugin.qml -share/plasma/shells/org.kde.plasma.desktop/contents/configuration/AppletConfiguration.qml -share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigCategoryDelegate.qml -share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationAppletPage.qml -share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentActions.qml -share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml -share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationKcmPage.qml -share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationShortcuts.qml -share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ContainmentConfiguration.qml -share/plasma/shells/org.kde.plasma.desktop/contents/configuration/MouseEventInputButton.qml -share/plasma/shells/org.kde.plasma.desktop/contents/configuration/PanelConfiguration.qml -share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ShellContainmentConfiguration.qml -share/plasma/shells/org.kde.plasma.desktop/contents/configuration/panelconfiguration/MoreSettingsMenu.qml -share/plasma/shells/org.kde.plasma.desktop/contents/configuration/panelconfiguration/Ruler.qml -share/plasma/shells/org.kde.plasma.desktop/contents/configuration/panelconfiguration/SliderHandle.qml -share/plasma/shells/org.kde.plasma.desktop/contents/configuration/panelconfiguration/ToolBar.qml -share/plasma/shells/org.kde.plasma.desktop/contents/configuration/shellcontainmentconfiguration/Delegate.qml -share/plasma/shells/org.kde.plasma.desktop/contents/defaults -share/plasma/shells/org.kde.plasma.desktop/contents/explorer/AppletAlternatives.qml -share/plasma/shells/org.kde.plasma.desktop/contents/explorer/AppletDelegate.qml -share/plasma/shells/org.kde.plasma.desktop/contents/explorer/Tooltip.qml -share/plasma/shells/org.kde.plasma.desktop/contents/explorer/WidgetExplorer.qml -share/plasma/shells/org.kde.plasma.desktop/contents/layout.js -share/plasma/shells/org.kde.plasma.desktop/contents/updates/containmentactions_middlebutton.js -share/plasma/shells/org.kde.plasma.desktop/contents/updates/digitalclock_migrate_font_settings.js -share/plasma/shells/org.kde.plasma.desktop/contents/updates/digitalclock_rename_timezonedisplay_key.js -share/plasma/shells/org.kde.plasma.desktop/contents/updates/folderview_fix_recursive_screenmapping.js -share/plasma/shells/org.kde.plasma.desktop/contents/updates/keyboardlayout_migrateiconsetting.js -share/plasma/shells/org.kde.plasma.desktop/contents/updates/keyboardlayout_remove_shortcut.js -share/plasma/shells/org.kde.plasma.desktop/contents/updates/klipper_clear_config.js -share/plasma/shells/org.kde.plasma.desktop/contents/updates/maintain_existing_desktop_icon_sizes.js -share/plasma/shells/org.kde.plasma.desktop/contents/updates/mediaframe_migrate_useBackground_setting.js -share/plasma/shells/org.kde.plasma.desktop/contents/updates/move_desktop_layout_config.js -share/plasma/shells/org.kde.plasma.desktop/contents/updates/no_middle_click_paste_on_panels.js -share/plasma/shells/org.kde.plasma.desktop/contents/updates/systemloadviewer_systemmonitor.js -share/plasma/shells/org.kde.plasma.desktop/contents/updates/unlock_widgets.js -share/plasma/shells/org.kde.plasma.desktop/contents/views/Desktop.qml -share/plasma/shells/org.kde.plasma.desktop/contents/views/Panel.qml -share/plasma/shells/org.kde.plasma.desktop/metadata.json -share/polkit-1/actions/org.kde.kcontrol.kcmclock.policy -share/qlogging-categories5/kcm_kded.categories -share/qlogging-categories5/kcm_keyboard.categories -share/qlogging-categories5/kcm_mouse.categories -share/qlogging-categories5/kcm_tablet.categories -share/qlogging-categories5/kcm_touchscreen.categories -share/qlogging-categories5/kcmkeys.categories -share/solid/devices/solid-device-Battery.desktop -share/solid/devices/solid-device-Block.desktop -share/solid/devices/solid-device-Camera.desktop -share/solid/devices/solid-device-OpticalDisc.desktop -share/solid/devices/solid-device-OpticalDrive.desktop -share/solid/devices/solid-device-PortableMediaPlayer.desktop -share/solid/devices/solid-device-Processor.desktop -share/solid/devices/solid-device-StorageAccess.desktop -share/solid/devices/solid-device-StorageDrive.desktop -share/solid/devices/solid-device-StorageVolume.desktop diff --git a/x11/plasma5-plasma-integration/Makefile b/x11/plasma5-plasma-integration/Makefile deleted file mode 100644 index 79da0677441f..000000000000 --- a/x11/plasma5-plasma-integration/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -PORTNAME= plasma-integration -DISTVERSION= ${KDE_PLASMA_VERSION} -CATEGORIES= x11 kde kde-plasma - -MAINTAINER= kde@FreeBSD.org -COMMENT= Qt Platform Theme integration plugins for the Plasma workspaces -WWW= https://www.kde.org/plasma-desktop - -LIB_DEPENDS= libwayland-client.so:graphics/wayland -RUN_DEPENDS= hack-font>=0:x11-fonts/hack-font - -USES= cmake compiler:c++11-lib gettext kde:5 pkgconfig qt:5 \ - shebangfix tar:xz xorg -USE_KDE= auth bookmarks breeze codecs completion config configwidgets \ - coreaddons i18n iconthemes itemviews jobwidgets kio \ - notifications service solid widgetsaddons windowsystem \ - xdg-desktop-portal-kde xmlgui \ - ecm:build plasma-wayland-protocols:build \ - qqc2-desktop-style:run -USE_QT= concurrent core dbus declarative gui network quickcontrols2 \ - wayland widgets x11extras xml \ - buildtools:build qmake:build -USE_XORG= x11 xcb xcursor - -SHEBANG_FILES= src/platformtheme/fonts_akregator.pl \ - src/platformtheme/fonts_global.pl \ - src/platformtheme/fonts_kate.pl \ - src/platformtheme/mono_font.pl - -OPTIONS_SINGLE= NOTO -OPTIONS_SINGLE_NOTO= LIGHT BIG -OPTIONS_DEFAULT= LIGHT -NOTO_DESC= KDE default font -LIGHT_DESC= Use noto-light -BIG_DESC= Use complete noto - -LIGHT_RUN_DEPENDS= noto-basic>=0:x11-fonts/noto-basic -BIG_RUN_DEPENDS= noto>=0:x11-fonts/noto - -.include <bsd.port.mk> diff --git a/x11/plasma5-plasma-integration/distinfo b/x11/plasma5-plasma-integration/distinfo deleted file mode 100644 index 53b82784f4d8..000000000000 --- a/x11/plasma5-plasma-integration/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1709790904 -SHA256 (KDE/plasma/5.27.11/plasma-integration-5.27.11.tar.xz) = b214a97f30609047d7519a4974087236c23e4d54eefde2838eca48e35df0bf79 -SIZE (KDE/plasma/5.27.11/plasma-integration-5.27.11.tar.xz) = 89460 diff --git a/x11/plasma5-plasma-integration/pkg-descr b/x11/plasma5-plasma-integration/pkg-descr deleted file mode 100644 index 3bd2a9103223..000000000000 --- a/x11/plasma5-plasma-integration/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -Qt Platform Theme integration plugins for the Plasma workspaces. diff --git a/x11/plasma5-plasma-integration/pkg-plist b/x11/plasma5-plasma-integration/pkg-plist deleted file mode 100644 index 3535ef681dd4..000000000000 --- a/x11/plasma5-plasma-integration/pkg-plist +++ /dev/null @@ -1,60 +0,0 @@ -include/PlasmaKeyData/plasmakeydata.h -%%QT_PLUGINDIR%%/platforminputcontexts/plasmaimplatforminputcontextplugin.so -%%QT_PLUGINDIR%%/platformthemes/KDEPlasmaPlatformTheme.so -libdata/pkgconfig/plasma-key-data.pc -share/kconf_update/fonts_akregator.pl -share/kconf_update/fonts_akregator.upd -share/kconf_update/fonts_global.pl -share/kconf_update/fonts_global.upd -share/kconf_update/fonts_global_toolbar.upd -share/kconf_update/fonts_kate.pl -share/kconf_update/fonts_kate.upd -share/locale/ar/LC_MESSAGES/plasmaintegration5.mo -share/locale/az/LC_MESSAGES/plasmaintegration5.mo -share/locale/bg/LC_MESSAGES/plasmaintegration5.mo -share/locale/ca/LC_MESSAGES/plasmaintegration5.mo -share/locale/ca@valencia/LC_MESSAGES/plasmaintegration5.mo -share/locale/cs/LC_MESSAGES/plasmaintegration5.mo -share/locale/da/LC_MESSAGES/plasmaintegration5.mo -share/locale/de/LC_MESSAGES/plasmaintegration5.mo -share/locale/el/LC_MESSAGES/plasmaintegration5.mo -share/locale/en_GB/LC_MESSAGES/plasmaintegration5.mo -share/locale/es/LC_MESSAGES/plasmaintegration5.mo -share/locale/et/LC_MESSAGES/plasmaintegration5.mo -share/locale/eu/LC_MESSAGES/plasmaintegration5.mo -share/locale/fi/LC_MESSAGES/plasmaintegration5.mo -share/locale/fr/LC_MESSAGES/plasmaintegration5.mo -share/locale/gl/LC_MESSAGES/plasmaintegration5.mo -share/locale/he/LC_MESSAGES/plasmaintegration5.mo -share/locale/hi/LC_MESSAGES/plasmaintegration5.mo -share/locale/hu/LC_MESSAGES/plasmaintegration5.mo -share/locale/ia/LC_MESSAGES/plasmaintegration5.mo -share/locale/id/LC_MESSAGES/plasmaintegration5.mo -share/locale/it/LC_MESSAGES/plasmaintegration5.mo -share/locale/ja/LC_MESSAGES/plasmaintegration5.mo -share/locale/ka/LC_MESSAGES/plasmaintegration5.mo -share/locale/ko/LC_MESSAGES/plasmaintegration5.mo -share/locale/lt/LC_MESSAGES/plasmaintegration5.mo -share/locale/ml/LC_MESSAGES/plasmaintegration5.mo -share/locale/nb/LC_MESSAGES/plasmaintegration5.mo -share/locale/nl/LC_MESSAGES/plasmaintegration5.mo -share/locale/nn/LC_MESSAGES/plasmaintegration5.mo -share/locale/pa/LC_MESSAGES/plasmaintegration5.mo -share/locale/pl/LC_MESSAGES/plasmaintegration5.mo -share/locale/pt/LC_MESSAGES/plasmaintegration5.mo -share/locale/pt_BR/LC_MESSAGES/plasmaintegration5.mo -share/locale/ro/LC_MESSAGES/plasmaintegration5.mo -share/locale/ru/LC_MESSAGES/plasmaintegration5.mo -share/locale/sk/LC_MESSAGES/plasmaintegration5.mo -share/locale/sl/LC_MESSAGES/plasmaintegration5.mo -share/locale/sr/LC_MESSAGES/plasmaintegration5.mo -share/locale/sr@ijekavian/LC_MESSAGES/plasmaintegration5.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/plasmaintegration5.mo -share/locale/sr@latin/LC_MESSAGES/plasmaintegration5.mo -share/locale/sv/LC_MESSAGES/plasmaintegration5.mo -share/locale/ta/LC_MESSAGES/plasmaintegration5.mo -share/locale/tr/LC_MESSAGES/plasmaintegration5.mo -share/locale/uk/LC_MESSAGES/plasmaintegration5.mo -share/locale/vi/LC_MESSAGES/plasmaintegration5.mo -share/locale/zh_CN/LC_MESSAGES/plasmaintegration5.mo -share/locale/zh_TW/LC_MESSAGES/plasmaintegration5.mo diff --git a/x11/plasma5-plasma-workspace/Makefile b/x11/plasma5-plasma-workspace/Makefile deleted file mode 100644 index 5d59c365d901..000000000000 --- a/x11/plasma5-plasma-workspace/Makefile +++ /dev/null @@ -1,84 +0,0 @@ -PORTNAME= plasma-workspace -DISTVERSION= ${KDE_PLASMA_VERSION}.1 -PORTREVISION= 3 -CATEGORIES= x11 kde kde-plasma - -PATCH_SITES= https://invent.kde.org/plasma/plasma-workspace/-/commit/ -PATCHFILES= e109503c8ee12866ecfbd3aaf89170a753f2ea84.patch:-p1 # Fix writing ICEAuthority file - -MAINTAINER= kde@FreeBSD.org -COMMENT= Plasma5 Plasma workspace -WWW= https://www.kde.org/plasma-desktop - -BUILD_DEPENDS= kio-extras>=23.08.5:devel/kio-extras \ - wayland-protocols>=1.31:graphics/wayland-protocols -LIB_DEPENDS= libKUserFeedbackCore.so:deskutils/kuserfeedback \ - libcln.so:math/cln \ - libdbusmenu-qt5.so:devel/libdbusmenu-qt@qt5 \ - libfreetype.so:print/freetype2 \ - libfontconfig.so:x11-fonts/fontconfig \ - libicui18n.so:devel/icu \ - libqalculate.so:math/libqalculate \ - libwayland-client.so:graphics/wayland \ - libxkbcommon.so:x11/libxkbcommon \ - libxcb-image.so:x11/xcb-util-image \ - libxcb-util.so:x11/xcb-util -RUN_DEPENDS= ck-launch-session:sysutils/consolekit2 \ - iceauth:x11/iceauth \ - kio-extras>=23.08.5:devel/kio-extras \ - xmessage:x11/xmessage \ - xrdb:x11/xrdb \ - xset:x11/xset \ - xsetroot:x11/xsetroot \ - ${LOCALBASE}/libdata/pkgconfig/xkeyboard-config.pc:x11/xkeyboard-config \ - iso-codes>=0:misc/iso-codes \ - ${LOCALBASE}/bin/genv:sysutils/coreutils \ - accountsservice>=0:sysutils/accountsservice \ - oxygen-icons>=0:x11-themes/oxygen-icons - -USES= cmake compiler:c++11-lib cpe desktop-file-utils gettext gl \ - kde:5 pkgconfig qt:5 tar:xz xorg -USE_GL= gl -USE_KDE= activities activities-stats activitymanagerd archive attica \ - auth baloo bookmarks codecs completion config configwidgets \ - coreaddons crash dbusaddons emoticons filemetadata globalaccel \ - guiaddons holidays i18n iconthemes idletime init itemmodels \ - itemviews jobwidgets js jsembed kcmutils kdeclarative kdesu \ - kio kquickcharts kscreenlocker kwin layer-shell-qt libkexiv2 \ - libkscreen libksysguard newstuff notifications notifyconfig \ - package parts people phonon plasma-framework plasma-integration \ - prison pty runner service solid sonnet syntaxhighlighting \ - texteditor textwidgets unitconversion wallet wayland \ - widgetsaddons windowsystem xmlgui xmlrpcclient \ - doctools:build ecm:build plasma-wayland-protocols:build \ - breeze-icons:run breeze:run kded:run kquickcharts:run \ - milou:run -USE_QT= concurrent core dbus declarative graphicaleffects gui network \ - printsupport qdbus script sql svg wayland \ - widgets x11extras xml \ - buildtools:build qmake:build testlib:build \ - paths:run quickcontrols:run -USE_XORG= ice sm x11 xau xcb xcomposite xcursor xext xfixes xft xi \ - xkbfile xrender xtst - -CPE_VENDOR= kde - -CMAKE_OFF= BUILD_TESTING - -OPTIONS_DEFINE= PIPEWIRE -OPTIONS_DEFAULT= PIPEWIRE - -PIPEWIRE_DESC= Screen capture via PipeWire - -PIPEWIRE_LIB_DEPENDS= libpipewire-0.3.so:multimedia/pipewire -PIPEWIRE_USE= KDE=kpipewire -PIPEWIRE_CMAKE_OFF= -DDISABLE_PIPEWIRE:BOOL=ON - -post-patch: - @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ - ${PATCH_WRKSRC}/startkde/startplasma.cpp - -post-stage: - ${INSTALL_SCRIPT} ${FILESDIR}/startplasma-wayland.sh ${STAGEDIR}/${LOCALBASE}/bin/ - -.include <bsd.port.mk> diff --git a/x11/plasma5-plasma-workspace/distinfo b/x11/plasma5-plasma-workspace/distinfo deleted file mode 100644 index 7d35628b1bd8..000000000000 --- a/x11/plasma5-plasma-workspace/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -TIMESTAMP = 1731059365 -SHA256 (KDE/plasma/5.27.11/plasma-workspace-5.27.11.1.tar.xz) = c742428daa957c57c4039aa015a3e6fb7e78b55bf5802b38d3b5ac7acf472bae -SIZE (KDE/plasma/5.27.11/plasma-workspace-5.27.11.1.tar.xz) = 19490624 -SHA256 (KDE/plasma/5.27.11/e109503c8ee12866ecfbd3aaf89170a753f2ea84.patch) = 4be3254379c4de9992f05d8988b67fa31447a9195b6671c8eb511cee6a419545 -SIZE (KDE/plasma/5.27.11/e109503c8ee12866ecfbd3aaf89170a753f2ea84.patch) = 2400 diff --git a/x11/plasma5-plasma-workspace/files/patch-CMakeLists.txt b/x11/plasma5-plasma-workspace/files/patch-CMakeLists.txt deleted file mode 100644 index aeae194a35f9..000000000000 --- a/x11/plasma5-plasma-workspace/files/patch-CMakeLists.txt +++ /dev/null @@ -1,26 +0,0 @@ -Don't auto-detect PipeWire - ---- CMakeLists.txt.orig 2024-05-31 12:34:07 UTC -+++ CMakeLists.txt -@@ -47,7 +47,9 @@ find_package(KDED CONFIG REQUIRED) - OPTIONAL_COMPONENTS DocTools) - - find_package(KDED CONFIG REQUIRED) --find_package(KPipeWire CONFIG) -+if(NOT DISABLE_PIPEWIRE) -+ find_package(KPipeWire CONFIG) -+endif() - - find_package(KF5NetworkManagerQt ${KF5_MIN_VERSION}) - set_package_properties(KF5NetworkManagerQt PROPERTIES DESCRIPTION "Qt wrapper for NetworkManager API" -@@ -152,7 +154,9 @@ endif() - set(HAVE_XFIXES 0) - endif() - --pkg_check_modules(PipeWire IMPORTED_TARGET libpipewire-0.3) -+if(NOT DISABLE_PIPEWIRE) -+ pkg_check_modules(PipeWire IMPORTED_TARGET libpipewire-0.3) -+endif() - add_feature_info(PipeWire PipeWire_FOUND "Required for Wayland screencasting") - - if(PipeWire_FOUND) diff --git a/x11/plasma5-plasma-workspace/files/patch-setup_xdg_environment b/x11/plasma5-plasma-workspace/files/patch-setup_xdg_environment deleted file mode 100644 index 9b580910b77a..000000000000 --- a/x11/plasma5-plasma-workspace/files/patch-setup_xdg_environment +++ /dev/null @@ -1,11 +0,0 @@ ---- startkde/startplasma.cpp.orig 2019-10-19 18:43:24.172713000 +0200 -+++ startkde/startplasma.cpp 2019-10-19 18:45:50.953945000 +0200 -@@ -362,6 +362,6 @@ - // Add kdedefaults dir to allow config defaults overriding from a writable location - QByteArray currentConfigDirs = qgetenv("XDG_CONFIG_DIRS"); - if (currentConfigDirs.isEmpty()) { -- currentConfigDirs = "/etc/xdg"; -+ currentConfigDirs = "%%LOCALBASE%%/etc/xdg:/etc/xdg"; - } - const auto extraConfigDir = QStandardPaths::writableLocation(QStandardPaths::GenericConfigLocation).toUtf8() + "/kdedefaults"; - QDir().mkpath(QString::fromUtf8(extraConfigDir)); diff --git a/x11/plasma5-plasma-workspace/files/patch-startkde_plasma-sourceenv.sh b/x11/plasma5-plasma-workspace/files/patch-startkde_plasma-sourceenv.sh deleted file mode 100644 index 3791a9541b75..000000000000 --- a/x11/plasma5-plasma-workspace/files/patch-startkde_plasma-sourceenv.sh +++ /dev/null @@ -1,8 +0,0 @@ ---- startkde/plasma-sourceenv.sh.orig 2019-11-02 22:09:17 UTC -+++ startkde/plasma-sourceenv.sh -@@ -3,4 +3,4 @@ do - . $i >/dev/null - done - --env -0 -+genv -0 diff --git a/x11/plasma5-plasma-workspace/files/startplasma-wayland.sh b/x11/plasma5-plasma-workspace/files/startplasma-wayland.sh deleted file mode 100755 index 7f91ce9a10d5..000000000000 --- a/x11/plasma5-plasma-workspace/files/startplasma-wayland.sh +++ /dev/null @@ -1,66 +0,0 @@ -#! /bin/sh -# -# Try to run a Plasma Wayland session; to be invoked from a text console. -# This script is far longer than it needs to be, because it documents -# all kinds of settings that you **might** want to set for specific -# use-cases or testing. - -### TOOLKIT SETTINGS -# -# Force toolkits to use wayland. -# - MOZ is for Firefox -# - GDK is for GDK, will crash non-Wayland GDK-users like emacs -# - QPA is for Qt, forces EGL, causes graphics glitches -# export MOZ_ENABLE_WAYLAND=1 -# export GDK_BACKEND=wayland -# export QT_QPA_PLATFORM=wayland-egl - -### DRIVER SETTINGS -# -# Some (older) Intel HD iGPU need this: -# export LIBVA_DRIVER_NAME=i965 - -### XDG SETTINGS -# -# -# export XDG_SESSION_TYPE=wayland - -### KDE / Plasma / Qt SETTINGS -# -# -# To switch on software rendering: -# export KWIN_COMPOSE=Q -# Disable client-side-decorations: -# export QT_WAYLAND_DISABLE_WINDOWDECORATION=1 -# To log debug things: -# export QT_LOGGING_RULES="kwin_core.debug=true;kwin_libinput.debug=true" -# To log to a specific file (recommended if you're using the logging rules -# and want to debug startup problems): -# LOGFILE=/tmp/plasma-wayland.log - -### STARTUP SEQUENCE -# -# Plasma needs a DBus session-bus, and it needs to have access to -# the DRM GPU (e.g. to /dev/dri/card0) which we arrange through -# ConsoleKit2. -# -scaffolding="ck-launch-session" -if [ -z "$DBUS_SESSION_BUS_ADDRESS" ] ; then - scaffolding="$scaffolding dbus-run-session" -fi - -startup_dir=`/usr/bin/dirname "$0"` -startup_exe=`/usr/bin/basename "$0" .sh` - -if [ -n "$LOGFILE" ] ; then - { - echo "Starting KDE Plasma Wayland from PID $$" - echo "XDG_RUNTIME_DIR=$XDG_RUNTIME_DIR" - echo "scaffolding=$scaffolding" - echo "startup=$startup_dir/$startup_exe" - } > $LOGFILE - - exec $scaffolding $startup_dir/$startup_exe 2>&1 | tee -a $LOGFILE -else - exec $scaffolding $startup_dir/$startup_exe -fi diff --git a/x11/plasma5-plasma-workspace/pkg-descr b/x11/plasma5-plasma-workspace/pkg-descr deleted file mode 100644 index 3caf32c88dfa..000000000000 --- a/x11/plasma5-plasma-workspace/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -Plasma5 Plasma Workspace diff --git a/x11/plasma5-plasma-workspace/pkg-message b/x11/plasma5-plasma-workspace/pkg-message deleted file mode 100644 index befc13091a7a..000000000000 --- a/x11/plasma5-plasma-workspace/pkg-message +++ /dev/null @@ -1,9 +0,0 @@ -[ -{ type: install - message: <<EOM -To start plasma5 via x11/startx add the following to your .xinitrc file: - - exec ck-launch-session startplasma-x11 -EOM -} -] diff --git a/x11/plasma5-plasma-workspace/pkg-plist b/x11/plasma5-plasma-workspace/pkg-plist deleted file mode 100644 index d850766dc5a8..000000000000 --- a/x11/plasma5-plasma-workspace/pkg-plist +++ /dev/null @@ -1,6577 +0,0 @@ -bin/gmenudbusmenuproxy -bin/kcminit -bin/kcminit_startup -bin/kcolorschemeeditor -bin/kfontinst -bin/kfontview -bin/klipper -bin/krunner -bin/ksmserver -bin/ksplashqml -bin/lookandfeeltool -bin/plasma-apply-colorscheme -bin/plasma-apply-cursortheme -bin/plasma-apply-desktoptheme -bin/plasma-apply-lookandfeel -bin/plasma-apply-wallpaperimage -bin/plasma-interactiveconsole -bin/plasma-shutdown -bin/plasma_session -bin/plasma_waitforname -bin/plasmashell -bin/plasmawindowed -bin/startplasma-wayland -bin/startplasma-wayland.sh -bin/startplasma-x11 -bin/systemmonitor -bin/xembedsniproxy -etc/xdg/autostart/gmenudbusmenuproxy.desktop -etc/xdg/autostart/klipper.desktop -etc/xdg/autostart/org.kde.plasmashell.desktop -etc/xdg/autostart/xembedsniproxy.desktop -etc/xdg/plasmanotifyrc -etc/xdg/taskmanagerrulesrc -include/colorcorrect/colorcorrect_export.h -include/colorcorrect/colorcorrectconstants.h -include/colorcorrect/compositorcoloradaptor.h -include/colorcorrect/geolocator.h -include/kworkspace5/autostartscriptdesktopfile.h -include/kworkspace5/config-libkworkspace.h -include/kworkspace5/kdisplaymanager.h -include/kworkspace5/kworkspace.h -include/kworkspace5/kworkspace_export.h -include/kworkspace5/sessionmanagement.h -include/kworkspace5/updatelaunchenvjob.h -include/notificationmanager/badgesettings.h -include/notificationmanager/behaviorsettings.h -include/notificationmanager/donotdisturbsettings.h -include/notificationmanager/job.h -include/notificationmanager/jobsettings.h -include/notificationmanager/jobsmodel.h -include/notificationmanager/notification.h -include/notificationmanager/notificationmanager_export.h -include/notificationmanager/notifications.h -include/notificationmanager/notificationsettings.h -include/notificationmanager/server.h -include/notificationmanager/settings.h -include/plasma/weather/ion.h -include/plasma/weather/ion_export.h -include/taskmanager/abstracttasksmodel.h -include/taskmanager/abstracttasksmodeliface.h -include/taskmanager/abstracttasksproxymodeliface.h -include/taskmanager/abstractwindowtasksmodel.h -include/taskmanager/activityinfo.h -include/taskmanager/concatenatetasksproxymodel.h -include/taskmanager/flattentaskgroupsproxymodel.h -include/taskmanager/launchertasksmodel.h -include/taskmanager/startuptasksmodel.h -include/taskmanager/taskfilterproxymodel.h -include/taskmanager/taskgroupingproxymodel.h -include/taskmanager/taskmanager_export.h -include/taskmanager/tasksmodel.h -include/taskmanager/tasktools.h -include/taskmanager/virtualdesktopinfo.h -include/taskmanager/waylandstartuptasksmodel.h -include/taskmanager/waylandtasksmodel.h -include/taskmanager/windowtasksmodel.h -include/taskmanager/xstartuptasksmodel.h -include/taskmanager/xwindowtasksmodel.h -lib/cmake/KRunnerAppDBusInterface/KRunnerAppDBusInterfaceConfig.cmake -lib/cmake/KSMServerDBusInterface/KSMServerDBusInterfaceConfig.cmake -lib/cmake/LibColorCorrect/LibColorCorrectConfig.cmake -lib/cmake/LibColorCorrect/LibColorCorrectConfigVersion.cmake -lib/cmake/LibColorCorrect/LibColorCorrectLibraryTargets-%%CMAKE_BUILD_TYPE%%.cmake -lib/cmake/LibColorCorrect/LibColorCorrectLibraryTargets.cmake -lib/cmake/LibKWorkspace/LibKWorkspaceConfig.cmake -lib/cmake/LibKWorkspace/LibKWorkspaceConfigVersion.cmake -lib/cmake/LibKWorkspace/LibKWorkspaceLibraryTargets-%%CMAKE_BUILD_TYPE%%.cmake -lib/cmake/LibKWorkspace/LibKWorkspaceLibraryTargets.cmake -lib/cmake/LibNotificationManager/LibNotificationManagerConfig.cmake -lib/cmake/LibNotificationManager/LibNotificationManagerConfigVersion.cmake -lib/cmake/LibNotificationManager/LibNotificationManagerLibraryTargets-%%CMAKE_BUILD_TYPE%%.cmake -lib/cmake/LibNotificationManager/LibNotificationManagerLibraryTargets.cmake -lib/cmake/LibTaskManager/LibTaskManagerConfig.cmake -lib/cmake/LibTaskManager/LibTaskManagerConfigVersion.cmake -lib/cmake/LibTaskManager/LibTaskManagerLibraryTargets-%%CMAKE_BUILD_TYPE%%.cmake -lib/cmake/LibTaskManager/LibTaskManagerLibraryTargets.cmake -lib/kconf_update_bin/krunnerglobalshortcuts -lib/kconf_update_bin/krunnerhistory -lib/kconf_update_bin/plasmashell-5.27-use-panel-thickness-in-default-group -lib/libcolorcorrect.so -lib/libcolorcorrect.so.5 -lib/libcolorcorrect.so.%%KDE_PLASMA_VERSION%% -lib/libexec/baloorunner -lib/libexec/kauth/fontinst -lib/libexec/kauth/fontinst_helper -lib/libexec/kauth/fontinst_x11 -lib/libexec/kfontprint -lib/libexec/ksmserver-logout-greeter -lib/libexec/plasma-changeicons -lib/libexec/plasma-dbus-run-session-if-needed -lib/libexec/plasma-sourceenv.sh -lib/libkfontinst.so -lib/libkfontinst.so.5 -lib/libkfontinst.so.%%KDE_PLASMA_VERSION%% -lib/libkfontinstui.so -lib/libkfontinstui.so.5 -lib/libkfontinstui.so.%%KDE_PLASMA_VERSION%% -lib/libkrdb.so -lib/libkworkspace5.so -lib/libkworkspace5.so.5 -lib/libkworkspace5.so.%%KDE_PLASMA_VERSION%% -lib/libnotificationmanager.so -lib/libnotificationmanager.so.1 -lib/libnotificationmanager.so.%%KDE_PLASMA_VERSION%% -lib/libtaskmanager.so -lib/libtaskmanager.so.%%KDE_PLASMA_VERSION%% -lib/libtaskmanager.so.6 -lib/libweather_ion.so -lib/libweather_ion.so.7 -lib/libweather_ion.so.7.0.0 -%%QT_PLUGINDIR%%/kf5/kded/appmenu.so -%%QT_PLUGINDIR%%/kf5/kded/colorcorrectlocationupdater.so -%%QT_PLUGINDIR%%/kf5/kded/desktopnotifier.so -%%QT_PLUGINDIR%%/kf5/kded/freespacenotifier.so -%%QT_PLUGINDIR%%/kf5/kded/ksysguard.so -%%QT_PLUGINDIR%%/kf5/kded/ktimezoned.so -%%QT_PLUGINDIR%%/kf5/kded/plasma_accentcolor_service.so -%%QT_PLUGINDIR%%/kf5/kded/solidautoeject.so -%%QT_PLUGINDIR%%/kf5/kded/soliduiserver.so -%%QT_PLUGINDIR%%/kf5/kded/statusnotifierwatcher.so -%%QT_PLUGINDIR%%/kf5/kio/applications.so -%%QT_PLUGINDIR%%/kf5/kio/desktop.so -%%QT_PLUGINDIR%%/kf5/kio/kio_fonts.so -%%QT_PLUGINDIR%%/kf5/krunner/calculator.so -%%QT_PLUGINDIR%%/kf5/krunner/helprunner.so -%%QT_PLUGINDIR%%/kf5/krunner/kcms/kcm_krunner_kill.so -%%QT_PLUGINDIR%%/kf5/krunner/krunner_bookmarksrunner.so -%%QT_PLUGINDIR%%/kf5/krunner/krunner_kill.so -%%QT_PLUGINDIR%%/kf5/krunner/krunner_placesrunner.so -%%QT_PLUGINDIR%%/kf5/krunner/krunner_powerdevil.so -%%QT_PLUGINDIR%%/kf5/krunner/krunner_recentdocuments.so -%%QT_PLUGINDIR%%/kf5/krunner/krunner_services.so -%%QT_PLUGINDIR%%/kf5/krunner/krunner_sessions.so -%%QT_PLUGINDIR%%/kf5/krunner/krunner_shell.so -%%QT_PLUGINDIR%%/kf5/krunner/krunner_webshortcuts.so -%%QT_PLUGINDIR%%/kf5/krunner/krunner_windowedwidgets.so -%%QT_PLUGINDIR%%/kf5/krunner/locations.so -%%QT_PLUGINDIR%%/kf5/parts/kfontviewpart.so -%%QT_PLUGINDIR%%/kf5/thumbcreator/fontthumbnail.so -%%QT_PLUGINDIR%%/kpackage/packagestructure/plasma_layouttemplate.so -%%QT_PLUGINDIR%%/kpackage/packagestructure/plasma_lookandfeel.so -%%QT_PLUGINDIR%%/kpackage/packagestructure/plasma_shell.so -%%QT_PLUGINDIR%%/kpackage/packagestructure/plasma_wallpaper.so -%%QT_PLUGINDIR%%/kpackage/packagestructure/wallpaper_images.so -%%QT_PLUGINDIR%%/phonon_platform/kde.so -%%QT_PLUGINDIR%%/plasma/applets/org.kde.plasma.appmenu.so -%%QT_PLUGINDIR%%/plasma/applets/org.kde.plasma.calendar.so -%%QT_PLUGINDIR%%/plasma/applets/org.kde.plasma.icon.so -%%QT_PLUGINDIR%%/plasma/applets/org.kde.plasma.notifications.so -%%QT_PLUGINDIR%%/plasma/applets/org.kde.plasma.panelspacer.so -%%QT_PLUGINDIR%%/plasma/applets/org.kde.plasma.private.systemtray.so -%%QT_PLUGINDIR%%/plasma/applets/org.kde.plasma.systemmonitor.so -%%QT_PLUGINDIR%%/plasma/applets/org.kde.plasma.systemtray.so -%%QT_PLUGINDIR%%/plasma/containmentactions/plasma_containmentactions_applauncher.so -%%QT_PLUGINDIR%%/plasma/containmentactions/plasma_containmentactions_contextmenu.so -%%QT_PLUGINDIR%%/plasma/containmentactions/plasma_containmentactions_paste.so -%%QT_PLUGINDIR%%/plasma/containmentactions/plasma_containmentactions_switchactivity.so -%%QT_PLUGINDIR%%/plasma/containmentactions/plasma_containmentactions_switchdesktop.so -%%QT_PLUGINDIR%%/plasma/containmentactions/plasma_containmentactions_switchwindow.so -%%QT_PLUGINDIR%%/plasma/dataengine/ion_bbcukmet.so -%%QT_PLUGINDIR%%/plasma/dataengine/ion_dwd.so -%%QT_PLUGINDIR%%/plasma/dataengine/ion_envcan.so -%%QT_PLUGINDIR%%/plasma/dataengine/ion_noaa.so -%%QT_PLUGINDIR%%/plasma/dataengine/ion_wettercom.so -%%QT_PLUGINDIR%%/plasma/dataengine/plasma_engine_activities.so -%%QT_PLUGINDIR%%/plasma/dataengine/plasma_engine_applicationjobs.so -%%QT_PLUGINDIR%%/plasma/dataengine/plasma_engine_apps.so -%%QT_PLUGINDIR%%/plasma/dataengine/plasma_engine_clipboard.so -%%QT_PLUGINDIR%%/plasma/dataengine/plasma_engine_devicenotifications.so -%%QT_PLUGINDIR%%/plasma/dataengine/plasma_engine_dict.so -%%QT_PLUGINDIR%%/plasma/dataengine/plasma_engine_executable.so -%%QT_PLUGINDIR%%/plasma/dataengine/plasma_engine_favicons.so -%%QT_PLUGINDIR%%/plasma/dataengine/plasma_engine_filebrowser.so -%%QT_PLUGINDIR%%/plasma/dataengine/plasma_engine_hotplug.so -%%QT_PLUGINDIR%%/plasma/dataengine/plasma_engine_keystate.so -%%QT_PLUGINDIR%%/plasma/dataengine/plasma_engine_mouse.so -%%QT_PLUGINDIR%%/plasma/dataengine/plasma_engine_mpris2.so -%%QT_PLUGINDIR%%/plasma/dataengine/plasma_engine_notifications.so -%%QT_PLUGINDIR%%/plasma/dataengine/plasma_engine_packagekit.so -%%QT_PLUGINDIR%%/plasma/dataengine/plasma_engine_places.so -%%QT_PLUGINDIR%%/plasma/dataengine/plasma_engine_powermanagement.so -%%QT_PLUGINDIR%%/plasma/dataengine/plasma_engine_soliddevice.so -%%QT_PLUGINDIR%%/plasma/dataengine/plasma_engine_statusnotifieritem.so -%%QT_PLUGINDIR%%/plasma/dataengine/plasma_engine_systemmonitor.so -%%QT_PLUGINDIR%%/plasma/dataengine/plasma_engine_time.so -%%QT_PLUGINDIR%%/plasma/dataengine/plasma_engine_weather.so -%%QT_PLUGINDIR%%/plasma/kcminit/kcm_fonts_init.so -%%QT_PLUGINDIR%%/plasma/kcminit/kcm_style_init.so -%%QT_PLUGINDIR%%/plasma/kcms/systemsettings/kcm_autostart.so -%%QT_PLUGINDIR%%/plasma/kcms/systemsettings/kcm_colors.so -%%QT_PLUGINDIR%%/plasma/kcms/systemsettings/kcm_cursortheme.so -%%QT_PLUGINDIR%%/plasma/kcms/systemsettings/kcm_desktoptheme.so -%%QT_PLUGINDIR%%/plasma/kcms/systemsettings/kcm_feedback.so -%%QT_PLUGINDIR%%/plasma/kcms/systemsettings/kcm_fonts.so -%%QT_PLUGINDIR%%/plasma/kcms/systemsettings/kcm_icons.so -%%QT_PLUGINDIR%%/plasma/kcms/systemsettings/kcm_lookandfeel.so -%%QT_PLUGINDIR%%/plasma/kcms/systemsettings/kcm_nightcolor.so -%%QT_PLUGINDIR%%/plasma/kcms/systemsettings/kcm_notifications.so -%%QT_PLUGINDIR%%/plasma/kcms/systemsettings/kcm_regionandlang.so -%%QT_PLUGINDIR%%/plasma/kcms/systemsettings/kcm_style.so -%%QT_PLUGINDIR%%/plasma/kcms/systemsettings/kcm_users.so -%%QT_PLUGINDIR%%/plasma/kcms/systemsettings_qwidgets/kcm_fontinst.so -%%QT_PLUGINDIR%%/plasmacalendarplugins/holidays/HolidaysConfig.qml -%%QT_PLUGINDIR%%/plasmacalendarplugins/holidaysevents.so -%%QT_QMLDIR%%/org/kde/colorcorrect/libcolorcorrectplugin.so -%%QT_QMLDIR%%/org/kde/colorcorrect/qmldir -%%QT_QMLDIR%%/org/kde/holidayeventshelperplugin/libholidayeventshelperplugin.so -%%QT_QMLDIR%%/org/kde/holidayeventshelperplugin/qmldir -%%QT_QMLDIR%%/org/kde/notificationmanager/libnotificationmanagerplugin.so -%%QT_QMLDIR%%/org/kde/notificationmanager/qmldir -%%QT_QMLDIR%%/org/kde/plasma/lookandfeel/liblookandfeelqmlplugin.so -%%QT_QMLDIR%%/org/kde/plasma/lookandfeel/qmldir -%%QT_QMLDIR%%/org/kde/plasma/private/appmenu/libappmenuplugin.so -%%QT_QMLDIR%%/org/kde/plasma/private/appmenu/qmldir -%%QT_QMLDIR%%/org/kde/plasma/private/containmentlayoutmanager/BasicAppletContainer.qml -%%QT_QMLDIR%%/org/kde/plasma/private/containmentlayoutmanager/ConfigOverlayWithHandles.qml -%%QT_QMLDIR%%/org/kde/plasma/private/containmentlayoutmanager/PlaceHolder.qml -%%QT_QMLDIR%%/org/kde/plasma/private/containmentlayoutmanager/libcontainmentlayoutmanagerplugin.so -%%QT_QMLDIR%%/org/kde/plasma/private/containmentlayoutmanager/private/BasicResizeHandle.qml -%%QT_QMLDIR%%/org/kde/plasma/private/containmentlayoutmanager/qmldir -%%QT_QMLDIR%%/org/kde/plasma/private/digitalclock/libdigitalclockplugin.so -%%QT_QMLDIR%%/org/kde/plasma/private/digitalclock/qmldir -%%QT_QMLDIR%%/org/kde/plasma/private/kicker/libkickerplugin.so -%%QT_QMLDIR%%/org/kde/plasma/private/kicker/qmldir -%%QT_QMLDIR%%/org/kde/plasma/private/mediacontroller/libmediacontrollerplugin.so -%%QT_QMLDIR%%/org/kde/plasma/private/mediacontroller/qmldir -%%QT_QMLDIR%%/org/kde/plasma/private/sessions/libsessionsprivateplugin.so -%%QT_QMLDIR%%/org/kde/plasma/private/sessions/qmldir -%%QT_QMLDIR%%/org/kde/plasma/private/shell/libplasmashellprivateplugin.so -%%QT_QMLDIR%%/org/kde/plasma/private/shell/qmldir -%%QT_QMLDIR%%/org/kde/plasma/wallpapers/image/libplasma_wallpaper_imageplugin.so -%%QT_QMLDIR%%/org/kde/plasma/wallpapers/image/qmldir -%%QT_QMLDIR%%/org/kde/plasma/workspace/calendar/CalendarToolbar.qml -%%QT_QMLDIR%%/org/kde/plasma/workspace/calendar/DayDelegate.qml -%%QT_QMLDIR%%/org/kde/plasma/workspace/calendar/DaysCalendar.qml -%%QT_QMLDIR%%/org/kde/plasma/workspace/calendar/InfiniteList.qml -%%QT_QMLDIR%%/org/kde/plasma/workspace/calendar/MonthMenu.qml -%%QT_QMLDIR%%/org/kde/plasma/workspace/calendar/MonthView.qml -%%QT_QMLDIR%%/org/kde/plasma/workspace/calendar/MonthViewHeader.qml -%%QT_QMLDIR%%/org/kde/plasma/workspace/calendar/libcalendarplugin.so -%%QT_QMLDIR%%/org/kde/plasma/workspace/calendar/qmldir -%%QT_QMLDIR%%/org/kde/plasma/workspace/components/BadgeOverlay.qml -%%QT_QMLDIR%%/org/kde/plasma/workspace/components/BatteryIcon.qml -%%QT_QMLDIR%%/org/kde/plasma/workspace/components/KeyboardLayoutSwitcher.qml -%%QT_QMLDIR%%/org/kde/plasma/workspace/components/qmldir -%%QT_QMLDIR%%/org/kde/plasma/workspace/dialogs/SystemDialog.qml -%%QT_QMLDIR%%/org/kde/plasma/workspace/dialogs/examples/test.qml -%%QT_QMLDIR%%/org/kde/plasma/workspace/dialogs/qmldir -%%QT_QMLDIR%%/org/kde/plasma/workspace/keyboardlayout/libkeyboardlayoutplugin.so -%%QT_QMLDIR%%/org/kde/plasma/workspace/keyboardlayout/qmldir -%%QT_QMLDIR%%/org/kde/plasma/workspace/trianglemousefilter/libtrianglemousefilterplugin.so -%%QT_QMLDIR%%/org/kde/plasma/workspace/trianglemousefilter/qmldir -%%QT_QMLDIR%%/org/kde/taskmanager/libtaskmanagerplugin.so -%%QT_QMLDIR%%/org/kde/taskmanager/qmldir -lib/systemd/user/plasma-baloorunner.service -lib/systemd/user/plasma-gmenudbusmenuproxy.service -lib/systemd/user/plasma-kcminit-phase1.service -lib/systemd/user/plasma-kcminit.service -lib/systemd/user/plasma-krunner.service -lib/systemd/user/plasma-ksmserver.service -lib/systemd/user/plasma-ksplash.service -lib/systemd/user/plasma-plasmashell.service -lib/systemd/user/plasma-restoresession.service -lib/systemd/user/plasma-xembedsniproxy.service -share/applications/kcm_autostart.desktop -share/applications/kcm_colors.desktop -share/applications/kcm_cursortheme.desktop -share/applications/kcm_feedback.desktop -share/applications/kcm_fontinst.desktop -share/applications/kcm_fonts.desktop -share/applications/kcm_icons.desktop -share/applications/kcm_lookandfeel.desktop -share/applications/kcm_nightcolor.desktop -share/applications/kcm_notifications.desktop -share/applications/kcm_regionandlang.desktop -share/applications/kcm_style.desktop -share/applications/kcm_users.desktop -share/applications/org.kde.kcolorschemeeditor.desktop -share/applications/org.kde.kfontview.desktop -share/applications/org.kde.klipper.desktop -share/applications/org.kde.plasmashell.desktop -share/applications/org.kde.plasmawindowed.desktop -share/applications/org.kde.systemmonitor.desktop -share/config.kcfg/colorssettings.kcfg -share/config.kcfg/cursorthemesettings.kcfg -share/config.kcfg/feedbacksettings.kcfg -share/config.kcfg/fontssettings.kcfg -share/config.kcfg/freespacenotifier.kcfg -share/config.kcfg/iconssettingsbase.kcfg -share/config.kcfg/launchfeedbacksettings.kcfg -share/config.kcfg/lookandfeelsettings.kcfg -share/config.kcfg/stylesettings.kcfg -share/dbus-1/interfaces/com.canonical.AppMenu.Registrar.xml -share/dbus-1/interfaces/org.kde.KSMServerInterface.xml -share/dbus-1/interfaces/org.kde.KSplash.xml -share/dbus-1/interfaces/org.kde.PlasmaShell.xml -share/dbus-1/interfaces/org.kde.kappmenu.xml -share/dbus-1/interfaces/org.kde.krunner.App.xml -share/dbus-1/services/org.kde.KSplash.service -share/dbus-1/services/org.kde.LogoutPrompt.service -share/dbus-1/services/org.kde.Shutdown.service -share/dbus-1/services/org.kde.fontinst.service -share/dbus-1/services/org.kde.krunner.service -share/dbus-1/services/org.kde.plasma.Notifications.service -share/dbus-1/services/org.kde.runners.baloo.service -share/dbus-1/system-services/org.kde.fontinst.service -share/dbus-1/system.d/org.kde.fontinst.conf -share/desktop-directories/kf5-development-translation.directory -share/desktop-directories/kf5-development-webdevelopment.directory -share/desktop-directories/kf5-development.directory -share/desktop-directories/kf5-editors.directory -share/desktop-directories/kf5-edu-languages.directory -share/desktop-directories/kf5-edu-mathematics.directory -share/desktop-directories/kf5-edu-miscellaneous.directory -share/desktop-directories/kf5-edu-science.directory -share/desktop-directories/kf5-edu-tools.directory -share/desktop-directories/kf5-education.directory -share/desktop-directories/kf5-games-arcade.directory -share/desktop-directories/kf5-games-board.directory -share/desktop-directories/kf5-games-card.directory -share/desktop-directories/kf5-games-kids.directory -share/desktop-directories/kf5-games-logic.directory -share/desktop-directories/kf5-games-roguelikes.directory -share/desktop-directories/kf5-games-strategy.directory -share/desktop-directories/kf5-games.directory -share/desktop-directories/kf5-graphics.directory -share/desktop-directories/kf5-internet-terminal.directory -share/desktop-directories/kf5-internet.directory -share/desktop-directories/kf5-main.directory -share/desktop-directories/kf5-more.directory -share/desktop-directories/kf5-multimedia.directory -share/desktop-directories/kf5-network.directory -share/desktop-directories/kf5-office.directory -share/desktop-directories/kf5-science.directory -share/desktop-directories/kf5-settingsmenu.directory -share/desktop-directories/kf5-system-terminal.directory -share/desktop-directories/kf5-system.directory -share/desktop-directories/kf5-toys.directory -share/desktop-directories/kf5-unknown.directory -share/desktop-directories/kf5-utilities-accessibility.directory -share/desktop-directories/kf5-utilities-desktop.directory -share/desktop-directories/kf5-utilities-file.directory -share/desktop-directories/kf5-utilities-peripherals.directory -share/desktop-directories/kf5-utilities-pim.directory -share/desktop-directories/kf5-utilities-xutils.directory -share/desktop-directories/kf5-utilities.directory -share/doc/HTML/ca/kcontrol/autostart/index.cache.bz2 -share/doc/HTML/ca/kcontrol/autostart/index.docbook -share/doc/HTML/ca/kcontrol/colors/index.cache.bz2 -share/doc/HTML/ca/kcontrol/colors/index.docbook -share/doc/HTML/ca/kcontrol/cursortheme/index.cache.bz2 -share/doc/HTML/ca/kcontrol/cursortheme/index.docbook -share/doc/HTML/ca/kcontrol/desktopthemedetails/get-new-theme.png -share/doc/HTML/ca/kcontrol/desktopthemedetails/index.cache.bz2 -share/doc/HTML/ca/kcontrol/desktopthemedetails/index.docbook -share/doc/HTML/ca/kcontrol/desktopthemedetails/main.png -share/doc/HTML/ca/kcontrol/fontinst/index.cache.bz2 -share/doc/HTML/ca/kcontrol/fontinst/index.docbook -share/doc/HTML/ca/kcontrol/fonts/adjust-all.png -share/doc/HTML/ca/kcontrol/fonts/index.cache.bz2 -share/doc/HTML/ca/kcontrol/fonts/index.docbook -share/doc/HTML/ca/kcontrol/fonts/main.png -share/doc/HTML/ca/kcontrol/formats/index.cache.bz2 -share/doc/HTML/ca/kcontrol/formats/index.docbook -share/doc/HTML/ca/kcontrol/icons/get-new-theme.png -share/doc/HTML/ca/kcontrol/icons/index.cache.bz2 -share/doc/HTML/ca/kcontrol/icons/index.docbook -share/doc/HTML/ca/kcontrol/icons/main.png -share/doc/HTML/ca/kcontrol/icons/use-of-icons.png -share/doc/HTML/ca/kcontrol/kcmstyle/index.cache.bz2 -share/doc/HTML/ca/kcontrol/kcmstyle/index.docbook -share/doc/HTML/ca/kcontrol/lookandfeel/index.cache.bz2 -share/doc/HTML/ca/kcontrol/lookandfeel/index.docbook -share/doc/HTML/ca/kcontrol/notifications/index.cache.bz2 -share/doc/HTML/ca/kcontrol/notifications/index.docbook -share/doc/HTML/ca/kcontrol/region_language/index.cache.bz2 -share/doc/HTML/ca/kcontrol/region_language/index.docbook -share/doc/HTML/ca/kcontrol/screenlocker/index.cache.bz2 -share/doc/HTML/ca/kcontrol/screenlocker/index.docbook -share/doc/HTML/ca/klipper/index.cache.bz2 -share/doc/HTML/ca/klipper/index.docbook -share/doc/HTML/ca/klipper/klipper-widget.png -share/doc/HTML/ca/klipper/screenshot.png -share/doc/HTML/de/kcontrol/autostart/index.cache.bz2 -share/doc/HTML/de/kcontrol/autostart/index.docbook -share/doc/HTML/de/kcontrol/colors/index.cache.bz2 -share/doc/HTML/de/kcontrol/colors/index.docbook -share/doc/HTML/de/kcontrol/cursortheme/index.cache.bz2 -share/doc/HTML/de/kcontrol/cursortheme/index.docbook -share/doc/HTML/de/kcontrol/desktopthemedetails/index.cache.bz2 -share/doc/HTML/de/kcontrol/desktopthemedetails/index.docbook -share/doc/HTML/de/kcontrol/fontinst/index.cache.bz2 -share/doc/HTML/de/kcontrol/fontinst/index.docbook -share/doc/HTML/de/kcontrol/fonts/index.cache.bz2 -share/doc/HTML/de/kcontrol/fonts/index.docbook -share/doc/HTML/de/kcontrol/formats/index.cache.bz2 -share/doc/HTML/de/kcontrol/formats/index.docbook -share/doc/HTML/de/kcontrol/icons/index.cache.bz2 -share/doc/HTML/de/kcontrol/icons/index.docbook -share/doc/HTML/de/kcontrol/kcmstyle/index.cache.bz2 -share/doc/HTML/de/kcontrol/kcmstyle/index.docbook -share/doc/HTML/de/kcontrol/notifications/index.cache.bz2 -share/doc/HTML/de/kcontrol/notifications/index.docbook -share/doc/HTML/de/kcontrol/region_language/index.cache.bz2 -share/doc/HTML/de/kcontrol/region_language/index.docbook -share/doc/HTML/de/kcontrol/screenlocker/index.cache.bz2 -share/doc/HTML/de/kcontrol/screenlocker/index.docbook -share/doc/HTML/de/klipper/index.cache.bz2 -share/doc/HTML/de/klipper/index.docbook -share/doc/HTML/en/PolicyKit-kde/authdialog_1.png -share/doc/HTML/en/PolicyKit-kde/authdialog_2.png -share/doc/HTML/en/PolicyKit-kde/authdialog_3.png -share/doc/HTML/en/PolicyKit-kde/authdialog_4.png -share/doc/HTML/en/PolicyKit-kde/authdialog_5.png -share/doc/HTML/en/PolicyKit-kde/authdialog_6.png -share/doc/HTML/en/PolicyKit-kde/authorization.docbook -share/doc/HTML/en/PolicyKit-kde/authorization_1.png -share/doc/HTML/en/PolicyKit-kde/authorization_2.png -share/doc/HTML/en/PolicyKit-kde/authorizationagent.docbook -share/doc/HTML/en/PolicyKit-kde/howitworks.docbook -share/doc/HTML/en/PolicyKit-kde/index.cache.bz2 -share/doc/HTML/en/PolicyKit-kde/index.docbook -share/doc/HTML/en/PolicyKit-kde/introduction.docbook -share/doc/HTML/en/kcontrol/autostart/index.cache.bz2 -share/doc/HTML/en/kcontrol/autostart/index.docbook -share/doc/HTML/en/kcontrol/colors/index.cache.bz2 -share/doc/HTML/en/kcontrol/colors/index.docbook -share/doc/HTML/en/kcontrol/cursortheme/cursor-size.png -share/doc/HTML/en/kcontrol/cursortheme/get-new-stuff.png -share/doc/HTML/en/kcontrol/cursortheme/index.cache.bz2 -share/doc/HTML/en/kcontrol/cursortheme/index.docbook -share/doc/HTML/en/kcontrol/cursortheme/launch-feedback.png -share/doc/HTML/en/kcontrol/cursortheme/main.png -share/doc/HTML/en/kcontrol/desktopthemedetails/edit-delete.png -share/doc/HTML/en/kcontrol/desktopthemedetails/edit-undo.png -share/doc/HTML/en/kcontrol/desktopthemedetails/get-new-theme.png -share/doc/HTML/en/kcontrol/desktopthemedetails/index.cache.bz2 -share/doc/HTML/en/kcontrol/desktopthemedetails/index.docbook -share/doc/HTML/en/kcontrol/desktopthemedetails/main.png -share/doc/HTML/en/kcontrol/fontinst/edit-delete.png -share/doc/HTML/en/kcontrol/fontinst/index.cache.bz2 -share/doc/HTML/en/kcontrol/fontinst/index.docbook -share/doc/HTML/en/kcontrol/fonts/adjust-all.png -share/doc/HTML/en/kcontrol/fonts/index.cache.bz2 -share/doc/HTML/en/kcontrol/fonts/index.docbook -share/doc/HTML/en/kcontrol/fonts/main.png -share/doc/HTML/en/kcontrol/icons/edit-delete.png -share/doc/HTML/en/kcontrol/icons/edit-undo.png -share/doc/HTML/en/kcontrol/icons/get-new-theme.png -share/doc/HTML/en/kcontrol/icons/index.cache.bz2 -share/doc/HTML/en/kcontrol/icons/index.docbook -share/doc/HTML/en/kcontrol/icons/main.png -share/doc/HTML/en/kcontrol/icons/use-of-icons.png -share/doc/HTML/en/kcontrol/kcmstyle/index.cache.bz2 -share/doc/HTML/en/kcontrol/kcmstyle/index.docbook -share/doc/HTML/en/kcontrol/lookandfeel/component-chooser_1.png -share/doc/HTML/en/kcontrol/lookandfeel/component-chooser_2.png -share/doc/HTML/en/kcontrol/lookandfeel/get-new-stuff.png -share/doc/HTML/en/kcontrol/lookandfeel/index.cache.bz2 -share/doc/HTML/en/kcontrol/lookandfeel/index.docbook -share/doc/HTML/en/kcontrol/lookandfeel/main.png -share/doc/HTML/en/kcontrol/notifications/index.cache.bz2 -share/doc/HTML/en/kcontrol/notifications/index.docbook -share/doc/HTML/en/kcontrol/screenlocker/index.cache.bz2 -share/doc/HTML/en/kcontrol/screenlocker/index.docbook -share/doc/HTML/en/klipper/index.cache.bz2 -share/doc/HTML/en/klipper/index.docbook -share/doc/HTML/en/klipper/klipper-widget.png -share/doc/HTML/en/klipper/screenshot.png -share/doc/HTML/es/kcontrol/autostart/index.cache.bz2 -share/doc/HTML/es/kcontrol/autostart/index.docbook -share/doc/HTML/es/kcontrol/colors/index.cache.bz2 -share/doc/HTML/es/kcontrol/colors/index.docbook -share/doc/HTML/es/kcontrol/cursortheme/index.cache.bz2 -share/doc/HTML/es/kcontrol/cursortheme/index.docbook -share/doc/HTML/es/kcontrol/desktopthemedetails/index.cache.bz2 -share/doc/HTML/es/kcontrol/desktopthemedetails/index.docbook -share/doc/HTML/es/kcontrol/fontinst/index.cache.bz2 -share/doc/HTML/es/kcontrol/fontinst/index.docbook -share/doc/HTML/es/kcontrol/fonts/index.cache.bz2 -share/doc/HTML/es/kcontrol/fonts/index.docbook -share/doc/HTML/es/kcontrol/icons/index.cache.bz2 -share/doc/HTML/es/kcontrol/icons/index.docbook -share/doc/HTML/es/kcontrol/kcmstyle/index.cache.bz2 -share/doc/HTML/es/kcontrol/kcmstyle/index.docbook -share/doc/HTML/es/kcontrol/screenlocker/index.cache.bz2 -share/doc/HTML/es/kcontrol/screenlocker/index.docbook -share/doc/HTML/es/klipper/index.cache.bz2 -share/doc/HTML/es/klipper/index.docbook -share/doc/HTML/fr/kcontrol/desktopthemedetails/index.cache.bz2 -share/doc/HTML/fr/kcontrol/desktopthemedetails/index.docbook -share/doc/HTML/fr/kcontrol/fontinst/index.cache.bz2 -share/doc/HTML/fr/kcontrol/fontinst/index.docbook -share/doc/HTML/id/kcontrol/autostart/index.cache.bz2 -share/doc/HTML/id/kcontrol/autostart/index.docbook -share/doc/HTML/id/kcontrol/colors/index.cache.bz2 -share/doc/HTML/id/kcontrol/colors/index.docbook -share/doc/HTML/id/kcontrol/cursortheme/index.cache.bz2 -share/doc/HTML/id/kcontrol/cursortheme/index.docbook -share/doc/HTML/id/kcontrol/desktopthemedetails/index.cache.bz2 -share/doc/HTML/id/kcontrol/desktopthemedetails/index.docbook -share/doc/HTML/id/kcontrol/fontinst/index.cache.bz2 -share/doc/HTML/id/kcontrol/fontinst/index.docbook -share/doc/HTML/id/kcontrol/fonts/index.cache.bz2 -share/doc/HTML/id/kcontrol/fonts/index.docbook -share/doc/HTML/id/kcontrol/formats/index.cache.bz2 -share/doc/HTML/id/kcontrol/formats/index.docbook -share/doc/HTML/id/kcontrol/icons/index.cache.bz2 -share/doc/HTML/id/kcontrol/icons/index.docbook -share/doc/HTML/id/kcontrol/kcmstyle/index.cache.bz2 -share/doc/HTML/id/kcontrol/kcmstyle/index.docbook -share/doc/HTML/id/kcontrol/region_language/index.cache.bz2 -share/doc/HTML/id/kcontrol/region_language/index.docbook -share/doc/HTML/id/kcontrol/screenlocker/index.cache.bz2 -share/doc/HTML/id/kcontrol/screenlocker/index.docbook -share/doc/HTML/id/klipper/index.cache.bz2 -share/doc/HTML/id/klipper/index.docbook -share/doc/HTML/it/kcontrol/autostart/index.cache.bz2 -share/doc/HTML/it/kcontrol/autostart/index.docbook -share/doc/HTML/it/kcontrol/colors/index.cache.bz2 -share/doc/HTML/it/kcontrol/colors/index.docbook -share/doc/HTML/it/kcontrol/cursortheme/index.cache.bz2 -share/doc/HTML/it/kcontrol/cursortheme/index.docbook -share/doc/HTML/it/kcontrol/desktopthemedetails/index.cache.bz2 -share/doc/HTML/it/kcontrol/desktopthemedetails/index.docbook -share/doc/HTML/it/kcontrol/fontinst/index.cache.bz2 -share/doc/HTML/it/kcontrol/fontinst/index.docbook -share/doc/HTML/it/kcontrol/fonts/index.cache.bz2 -share/doc/HTML/it/kcontrol/fonts/index.docbook -share/doc/HTML/it/kcontrol/formats/index.cache.bz2 -share/doc/HTML/it/kcontrol/formats/index.docbook -share/doc/HTML/it/kcontrol/icons/index.cache.bz2 -share/doc/HTML/it/kcontrol/icons/index.docbook -share/doc/HTML/it/kcontrol/kcmstyle/index.cache.bz2 -share/doc/HTML/it/kcontrol/kcmstyle/index.docbook -share/doc/HTML/it/kcontrol/lookandfeel/index.cache.bz2 -share/doc/HTML/it/kcontrol/lookandfeel/index.docbook -share/doc/HTML/it/kcontrol/notifications/index.cache.bz2 -share/doc/HTML/it/kcontrol/notifications/index.docbook -share/doc/HTML/it/kcontrol/region_language/index.cache.bz2 -share/doc/HTML/it/kcontrol/region_language/index.docbook -share/doc/HTML/it/kcontrol/screenlocker/index.cache.bz2 -share/doc/HTML/it/kcontrol/screenlocker/index.docbook -share/doc/HTML/it/klipper/index.cache.bz2 -share/doc/HTML/it/klipper/index.docbook -share/doc/HTML/it/klipper/klipper-widget.png -share/doc/HTML/it/klipper/screenshot.png -share/doc/HTML/ko/kcontrol/fonts/index.cache.bz2 -share/doc/HTML/ko/kcontrol/fonts/index.docbook -share/doc/HTML/ko/kcontrol/screenlocker/index.cache.bz2 -share/doc/HTML/ko/kcontrol/screenlocker/index.docbook -share/doc/HTML/nl/kcontrol/autostart/index.cache.bz2 -share/doc/HTML/nl/kcontrol/autostart/index.docbook -share/doc/HTML/nl/kcontrol/colors/index.cache.bz2 -share/doc/HTML/nl/kcontrol/colors/index.docbook -share/doc/HTML/nl/kcontrol/cursortheme/index.cache.bz2 -share/doc/HTML/nl/kcontrol/cursortheme/index.docbook -share/doc/HTML/nl/kcontrol/desktopthemedetails/index.cache.bz2 -share/doc/HTML/nl/kcontrol/desktopthemedetails/index.docbook -share/doc/HTML/nl/kcontrol/fontinst/index.cache.bz2 -share/doc/HTML/nl/kcontrol/fontinst/index.docbook -share/doc/HTML/nl/kcontrol/fonts/index.cache.bz2 -share/doc/HTML/nl/kcontrol/fonts/index.docbook -share/doc/HTML/nl/kcontrol/formats/index.cache.bz2 -share/doc/HTML/nl/kcontrol/formats/index.docbook -share/doc/HTML/nl/kcontrol/icons/index.cache.bz2 -share/doc/HTML/nl/kcontrol/icons/index.docbook -share/doc/HTML/nl/kcontrol/kcmstyle/index.cache.bz2 -share/doc/HTML/nl/kcontrol/kcmstyle/index.docbook -share/doc/HTML/nl/kcontrol/lookandfeel/index.cache.bz2 -share/doc/HTML/nl/kcontrol/lookandfeel/index.docbook -share/doc/HTML/nl/kcontrol/notifications/index.cache.bz2 -share/doc/HTML/nl/kcontrol/notifications/index.docbook -share/doc/HTML/nl/kcontrol/region_language/index.cache.bz2 -share/doc/HTML/nl/kcontrol/region_language/index.docbook -share/doc/HTML/nl/kcontrol/screenlocker/index.cache.bz2 -share/doc/HTML/nl/kcontrol/screenlocker/index.docbook -share/doc/HTML/nl/klipper/index.cache.bz2 -share/doc/HTML/nl/klipper/index.docbook -share/doc/HTML/pt/kcontrol/autostart/index.cache.bz2 -share/doc/HTML/pt/kcontrol/autostart/index.docbook -share/doc/HTML/pt/kcontrol/colors/index.cache.bz2 -share/doc/HTML/pt/kcontrol/colors/index.docbook -share/doc/HTML/pt/kcontrol/cursortheme/index.cache.bz2 -share/doc/HTML/pt/kcontrol/cursortheme/index.docbook -share/doc/HTML/pt/kcontrol/desktopthemedetails/index.cache.bz2 -share/doc/HTML/pt/kcontrol/desktopthemedetails/index.docbook -share/doc/HTML/pt/kcontrol/fontinst/index.cache.bz2 -share/doc/HTML/pt/kcontrol/fontinst/index.docbook -share/doc/HTML/pt/kcontrol/fonts/index.cache.bz2 -share/doc/HTML/pt/kcontrol/fonts/index.docbook -share/doc/HTML/pt/kcontrol/formats/index.cache.bz2 -share/doc/HTML/pt/kcontrol/formats/index.docbook -share/doc/HTML/pt/kcontrol/kcmstyle/index.cache.bz2 -share/doc/HTML/pt/kcontrol/kcmstyle/index.docbook -share/doc/HTML/pt/kcontrol/region_language/index.cache.bz2 -share/doc/HTML/pt/kcontrol/region_language/index.docbook -share/doc/HTML/pt/kcontrol/screenlocker/index.cache.bz2 -share/doc/HTML/pt/kcontrol/screenlocker/index.docbook -share/doc/HTML/pt/klipper/index.cache.bz2 -share/doc/HTML/pt/klipper/index.docbook -share/doc/HTML/pt_BR/kcontrol/autostart/index.cache.bz2 -share/doc/HTML/pt_BR/kcontrol/autostart/index.docbook -share/doc/HTML/pt_BR/kcontrol/colors/index.cache.bz2 -share/doc/HTML/pt_BR/kcontrol/colors/index.docbook -share/doc/HTML/pt_BR/kcontrol/cursortheme/index.cache.bz2 -share/doc/HTML/pt_BR/kcontrol/cursortheme/index.docbook -share/doc/HTML/pt_BR/kcontrol/desktopthemedetails/customizing.png -share/doc/HTML/pt_BR/kcontrol/desktopthemedetails/index.cache.bz2 -share/doc/HTML/pt_BR/kcontrol/desktopthemedetails/index.docbook -share/doc/HTML/pt_BR/kcontrol/fontinst/index.cache.bz2 -share/doc/HTML/pt_BR/kcontrol/fontinst/index.docbook -share/doc/HTML/pt_BR/kcontrol/fonts/adjust-all.png -share/doc/HTML/pt_BR/kcontrol/fonts/anti-aliasing.png -share/doc/HTML/pt_BR/kcontrol/fonts/index.cache.bz2 -share/doc/HTML/pt_BR/kcontrol/fonts/index.docbook -share/doc/HTML/pt_BR/kcontrol/fonts/main.png -share/doc/HTML/pt_BR/kcontrol/formats/index.cache.bz2 -share/doc/HTML/pt_BR/kcontrol/formats/index.docbook -share/doc/HTML/pt_BR/kcontrol/icons/effects.png -share/doc/HTML/pt_BR/kcontrol/icons/index.cache.bz2 -share/doc/HTML/pt_BR/kcontrol/icons/index.docbook -share/doc/HTML/pt_BR/kcontrol/icons/install-theme.png -share/doc/HTML/pt_BR/kcontrol/icons/main.png -share/doc/HTML/pt_BR/kcontrol/icons/use-of-icons.png -share/doc/HTML/pt_BR/kcontrol/kcmstyle/index.cache.bz2 -share/doc/HTML/pt_BR/kcontrol/kcmstyle/index.docbook -share/doc/HTML/pt_BR/kcontrol/region_language/index.cache.bz2 -share/doc/HTML/pt_BR/kcontrol/region_language/index.docbook -share/doc/HTML/pt_BR/kcontrol/screenlocker/index.cache.bz2 -share/doc/HTML/pt_BR/kcontrol/screenlocker/index.docbook -share/doc/HTML/pt_BR/klipper/index.cache.bz2 -share/doc/HTML/pt_BR/klipper/index.docbook -share/doc/HTML/pt_BR/klipper/klipper-application.png -share/doc/HTML/pt_BR/klipper/klipper-widget.png -share/doc/HTML/pt_BR/klipper/screenshot.png -share/doc/HTML/ru/kcontrol/autostart/index.cache.bz2 -share/doc/HTML/ru/kcontrol/autostart/index.docbook -share/doc/HTML/ru/kcontrol/colors/index.cache.bz2 -share/doc/HTML/ru/kcontrol/colors/index.docbook -share/doc/HTML/ru/kcontrol/cursortheme/index.cache.bz2 -share/doc/HTML/ru/kcontrol/cursortheme/index.docbook -share/doc/HTML/ru/kcontrol/desktopthemedetails/index.cache.bz2 -share/doc/HTML/ru/kcontrol/desktopthemedetails/index.docbook -share/doc/HTML/ru/kcontrol/fontinst/index.cache.bz2 -share/doc/HTML/ru/kcontrol/fontinst/index.docbook -share/doc/HTML/ru/kcontrol/fonts/adjust-all.png -share/doc/HTML/ru/kcontrol/fonts/anti-aliasing.png -share/doc/HTML/ru/kcontrol/fonts/index.cache.bz2 -share/doc/HTML/ru/kcontrol/fonts/index.docbook -share/doc/HTML/ru/kcontrol/fonts/main.png -share/doc/HTML/ru/kcontrol/formats/index.cache.bz2 -share/doc/HTML/ru/kcontrol/formats/index.docbook -share/doc/HTML/ru/kcontrol/icons/delete-theme.png -share/doc/HTML/ru/kcontrol/icons/effects.png -share/doc/HTML/ru/kcontrol/icons/get-new-theme.png -share/doc/HTML/ru/kcontrol/icons/index.cache.bz2 -share/doc/HTML/ru/kcontrol/icons/index.docbook -share/doc/HTML/ru/kcontrol/icons/install-theme.png -share/doc/HTML/ru/kcontrol/icons/main.png -share/doc/HTML/ru/kcontrol/icons/size.png -share/doc/HTML/ru/kcontrol/icons/use-of-icons.png -share/doc/HTML/ru/kcontrol/kcmstyle/index.cache.bz2 -share/doc/HTML/ru/kcontrol/kcmstyle/index.docbook -share/doc/HTML/ru/kcontrol/notifications/index.cache.bz2 -share/doc/HTML/ru/kcontrol/notifications/index.docbook -share/doc/HTML/ru/kcontrol/region_language/index.cache.bz2 -share/doc/HTML/ru/kcontrol/region_language/index.docbook -share/doc/HTML/ru/kcontrol/screenlocker/index.cache.bz2 -share/doc/HTML/ru/kcontrol/screenlocker/index.docbook -share/doc/HTML/ru/klipper/index.cache.bz2 -share/doc/HTML/ru/klipper/index.docbook -share/doc/HTML/sr/kcontrol/autostart/index.cache.bz2 -share/doc/HTML/sr/kcontrol/autostart/index.docbook -share/doc/HTML/sr/kcontrol/icons/index.cache.bz2 -share/doc/HTML/sr/kcontrol/icons/index.docbook -share/doc/HTML/sr@latin/kcontrol/autostart/index.cache.bz2 -share/doc/HTML/sr@latin/kcontrol/autostart/index.docbook -share/doc/HTML/sr@latin/kcontrol/icons/index.cache.bz2 -share/doc/HTML/sr@latin/kcontrol/icons/index.docbook -share/doc/HTML/sv/kcontrol/autostart/index.cache.bz2 -share/doc/HTML/sv/kcontrol/autostart/index.docbook -share/doc/HTML/sv/kcontrol/colors/index.cache.bz2 -share/doc/HTML/sv/kcontrol/colors/index.docbook -share/doc/HTML/sv/kcontrol/cursortheme/index.cache.bz2 -share/doc/HTML/sv/kcontrol/cursortheme/index.docbook -share/doc/HTML/sv/kcontrol/desktopthemedetails/index.cache.bz2 -share/doc/HTML/sv/kcontrol/desktopthemedetails/index.docbook -share/doc/HTML/sv/kcontrol/fontinst/index.cache.bz2 -share/doc/HTML/sv/kcontrol/fontinst/index.docbook -share/doc/HTML/sv/kcontrol/fonts/index.cache.bz2 -share/doc/HTML/sv/kcontrol/fonts/index.docbook -share/doc/HTML/sv/kcontrol/formats/index.cache.bz2 -share/doc/HTML/sv/kcontrol/formats/index.docbook -share/doc/HTML/sv/kcontrol/icons/index.cache.bz2 -share/doc/HTML/sv/kcontrol/icons/index.docbook -share/doc/HTML/sv/kcontrol/kcmstyle/index.cache.bz2 -share/doc/HTML/sv/kcontrol/kcmstyle/index.docbook -share/doc/HTML/sv/kcontrol/notifications/index.cache.bz2 -share/doc/HTML/sv/kcontrol/notifications/index.docbook -share/doc/HTML/sv/kcontrol/region_language/index.cache.bz2 -share/doc/HTML/sv/kcontrol/region_language/index.docbook -share/doc/HTML/sv/kcontrol/screenlocker/index.cache.bz2 -share/doc/HTML/sv/kcontrol/screenlocker/index.docbook -share/doc/HTML/sv/klipper/index.cache.bz2 -share/doc/HTML/sv/klipper/index.docbook -share/doc/HTML/tr/kcontrol/autostart/index.cache.bz2 -share/doc/HTML/tr/kcontrol/autostart/index.docbook -share/doc/HTML/tr/kcontrol/colors/index.cache.bz2 -share/doc/HTML/tr/kcontrol/colors/index.docbook -share/doc/HTML/tr/kcontrol/cursortheme/index.cache.bz2 -share/doc/HTML/tr/kcontrol/cursortheme/index.docbook -share/doc/HTML/tr/kcontrol/desktopthemedetails/index.cache.bz2 -share/doc/HTML/tr/kcontrol/desktopthemedetails/index.docbook -share/doc/HTML/tr/kcontrol/fontinst/index.cache.bz2 -share/doc/HTML/tr/kcontrol/fontinst/index.docbook -share/doc/HTML/tr/kcontrol/fonts/index.cache.bz2 -share/doc/HTML/tr/kcontrol/fonts/index.docbook -share/doc/HTML/tr/kcontrol/kcmstyle/index.cache.bz2 -share/doc/HTML/tr/kcontrol/kcmstyle/index.docbook -share/doc/HTML/tr/kcontrol/lookandfeel/index.cache.bz2 -share/doc/HTML/tr/kcontrol/lookandfeel/index.docbook -share/doc/HTML/tr/kcontrol/notifications/index.cache.bz2 -share/doc/HTML/tr/kcontrol/notifications/index.docbook -share/doc/HTML/tr/kcontrol/region_language/index.cache.bz2 -share/doc/HTML/tr/kcontrol/region_language/index.docbook -share/doc/HTML/tr/kcontrol/screenlocker/index.cache.bz2 -share/doc/HTML/tr/kcontrol/screenlocker/index.docbook -share/doc/HTML/tr/klipper/index.cache.bz2 -share/doc/HTML/tr/klipper/index.docbook -share/doc/HTML/uk/kcontrol/autostart/index.cache.bz2 -share/doc/HTML/uk/kcontrol/autostart/index.docbook -share/doc/HTML/uk/kcontrol/colors/index.cache.bz2 -share/doc/HTML/uk/kcontrol/colors/index.docbook -share/doc/HTML/uk/kcontrol/cursortheme/index.cache.bz2 -share/doc/HTML/uk/kcontrol/cursortheme/index.docbook -share/doc/HTML/uk/kcontrol/desktopthemedetails/index.cache.bz2 -share/doc/HTML/uk/kcontrol/desktopthemedetails/index.docbook -share/doc/HTML/uk/kcontrol/fontinst/index.cache.bz2 -share/doc/HTML/uk/kcontrol/fontinst/index.docbook -share/doc/HTML/uk/kcontrol/fonts/adjust-all.png -share/doc/HTML/uk/kcontrol/fonts/index.cache.bz2 -share/doc/HTML/uk/kcontrol/fonts/index.docbook -share/doc/HTML/uk/kcontrol/formats/index.cache.bz2 -share/doc/HTML/uk/kcontrol/formats/index.docbook -share/doc/HTML/uk/kcontrol/icons/get-new-theme.png -share/doc/HTML/uk/kcontrol/icons/index.cache.bz2 -share/doc/HTML/uk/kcontrol/icons/index.docbook -share/doc/HTML/uk/kcontrol/icons/main.png -share/doc/HTML/uk/kcontrol/icons/use-of-icons.png -share/doc/HTML/uk/kcontrol/kcmstyle/index.cache.bz2 -share/doc/HTML/uk/kcontrol/kcmstyle/index.docbook -share/doc/HTML/uk/kcontrol/lookandfeel/index.cache.bz2 -share/doc/HTML/uk/kcontrol/lookandfeel/index.docbook -share/doc/HTML/uk/kcontrol/notifications/index.cache.bz2 -share/doc/HTML/uk/kcontrol/notifications/index.docbook -share/doc/HTML/uk/kcontrol/region_language/index.cache.bz2 -share/doc/HTML/uk/kcontrol/region_language/index.docbook -share/doc/HTML/uk/kcontrol/screenlocker/index.cache.bz2 -share/doc/HTML/uk/kcontrol/screenlocker/index.docbook -share/doc/HTML/uk/klipper/index.cache.bz2 -share/doc/HTML/uk/klipper/index.docbook -share/doc/HTML/uk/klipper/klipper-widget.png -share/doc/HTML/uk/klipper/screenshot.png -share/icons/hicolor/128x128/mimetypes/fonts-package.png -share/icons/hicolor/16x16/apps/kfontview.png -share/icons/hicolor/16x16/mimetypes/fonts-package.png -share/icons/hicolor/22x22/apps/kfontview.png -share/icons/hicolor/22x22/mimetypes/fonts-package.png -share/icons/hicolor/32x32/apps/kfontview.png -share/icons/hicolor/32x32/mimetypes/fonts-package.png -share/icons/hicolor/48x48/apps/kfontview.png -share/icons/hicolor/48x48/mimetypes/fonts-package.png -share/icons/hicolor/64x64/apps/kfontview.png -share/icons/hicolor/64x64/mimetypes/fonts-package.png -share/icons/hicolor/scalable/apps/preferences-desktop-font-installer.svgz -share/kconf_update/delete_cursor_old_default_size.pl -share/kconf_update/delete_cursor_old_default_size.upd -share/kconf_update/icons_remove_effects.upd -share/kconf_update/krunnerglobalshortcuts2.upd -share/kconf_update/krunnerhistory.upd -share/kconf_update/plasmashell-5.27-use-panel-thickness-in-default-group.upd -share/kconf_update/style_widgetstyle_default_breeze.pl -share/kconf_update/style_widgetstyle_default_breeze.upd -share/kfontinst/icons/hicolor/16x16/actions/addfont.png -share/kfontinst/icons/hicolor/16x16/actions/font-disable.png -share/kfontinst/icons/hicolor/16x16/actions/font-enable.png -share/kfontinst/icons/hicolor/16x16/actions/fontstatus.png -share/kfontinst/icons/hicolor/22x22/actions/addfont.png -share/kfontinst/icons/hicolor/22x22/actions/font-disable.png -share/kfontinst/icons/hicolor/22x22/actions/font-enable.png -share/kfontinst/icons/hicolor/22x22/actions/fontstatus.png -share/kglobalaccel/org.kde.krunner.desktop -share/kio/servicemenus/setaswallpaper.desktop -share/kio_desktop/directory.desktop -share/kio_desktop/directory.trash -share/knotifications5/devicenotifications.notifyrc -share/knotifications5/freespacenotifier.notifyrc -share/knotifications5/phonon.notifyrc -share/knsrcfiles/colorschemes.knsrc -share/knsrcfiles/gtk_themes.knsrc -share/knsrcfiles/icons.knsrc -share/knsrcfiles/kfontinst.knsrc -share/knsrcfiles/lookandfeel.knsrc -share/knsrcfiles/plasma-themes.knsrc -share/knsrcfiles/plasmoids.knsrc -share/knsrcfiles/wallpaper-mobile.knsrc -share/knsrcfiles/wallpaper.knsrc -share/knsrcfiles/wallpaperplugin.knsrc -share/knsrcfiles/xcursor.knsrc -share/konqsidebartng/virtual_folders/services/fonts.desktop -share/kpackage/kcms/kcm_autostart/contents/ui/main.qml -share/kpackage/kcms/kcm_colors/contents/ui/main.qml -share/kpackage/kcms/kcm_cursortheme/contents/ui/Delegate.qml -share/kpackage/kcms/kcm_cursortheme/contents/ui/LaunchFeedbackDialog.qml -share/kpackage/kcms/kcm_cursortheme/contents/ui/main.qml -share/kpackage/kcms/kcm_desktoptheme/contents/ui/Hand.qml -share/kpackage/kcms/kcm_desktoptheme/contents/ui/ThemePreview.qml -share/kpackage/kcms/kcm_desktoptheme/contents/ui/main.qml -share/kpackage/kcms/kcm_feedback/contents/ui/main.qml -share/kpackage/kcms/kcm_fonts/contents/ui/FontWidget.qml -share/kpackage/kcms/kcm_fonts/contents/ui/main.qml -share/kpackage/kcms/kcm_icons/contents/ui/IconSizePopup.qml -share/kpackage/kcms/kcm_icons/contents/ui/main.qml -share/kpackage/kcms/kcm_lookandfeel/contents/ui/MoreOptions.qml -share/kpackage/kcms/kcm_lookandfeel/contents/ui/SimpleOptions.qml -share/kpackage/kcms/kcm_lookandfeel/contents/ui/main.qml -share/kpackage/kcms/kcm_nightcolor/contents/ui/LocationsFixedView.qml -share/kpackage/kcms/kcm_nightcolor/contents/ui/NumberField.qml -share/kpackage/kcms/kcm_nightcolor/contents/ui/TimeField.qml -share/kpackage/kcms/kcm_nightcolor/contents/ui/TimingsView.qml -share/kpackage/kcms/kcm_nightcolor/contents/ui/main.qml -share/kpackage/kcms/kcm_notifications/contents/ui/ApplicationConfiguration.qml -share/kpackage/kcms/kcm_notifications/contents/ui/PopupPositionPage.qml -share/kpackage/kcms/kcm_notifications/contents/ui/ScreenPositionSelector.qml -share/kpackage/kcms/kcm_notifications/contents/ui/SourcesPage.qml -share/kpackage/kcms/kcm_notifications/contents/ui/main.qml -share/kpackage/kcms/kcm_regionandlang/contents/ui/AdvancedLanguageSelectPage.qml -share/kpackage/kcms/kcm_regionandlang/contents/ui/main.qml -share/kpackage/kcms/kcm_style/contents/ui/EffectSettingsPopup.qml -share/kpackage/kcms/kcm_style/contents/ui/GtkStylePage.qml -share/kpackage/kcms/kcm_style/contents/ui/main.qml -share/kpackage/kcms/kcm_users/contents/ui/ChangePassword.qml -share/kpackage/kcms/kcm_users/contents/ui/ChangeWalletPassword.qml -share/kpackage/kcms/kcm_users/contents/ui/CreateUser.qml -share/kpackage/kcms/kcm_users/contents/ui/Debouncer.qml -share/kpackage/kcms/kcm_users/contents/ui/FingerprintDialog.qml -share/kpackage/kcms/kcm_users/contents/ui/FingerprintProgressCircle.qml -share/kpackage/kcms/kcm_users/contents/ui/PicturesSheet.qml -share/kpackage/kcms/kcm_users/contents/ui/UserDetailsPage.qml -share/kpackage/kcms/kcm_users/contents/ui/hand-images/base.svg -share/kpackage/kcms/kcm_users/contents/ui/hand-images/base.svg.license -share/kpackage/kcms/kcm_users/contents/ui/hand-images/left-index-finger.svg -share/kpackage/kcms/kcm_users/contents/ui/hand-images/left-index-finger.svg.license -share/kpackage/kcms/kcm_users/contents/ui/hand-images/left-little-finger.svg -share/kpackage/kcms/kcm_users/contents/ui/hand-images/left-little-finger.svg.license -share/kpackage/kcms/kcm_users/contents/ui/hand-images/left-middle-finger.svg -share/kpackage/kcms/kcm_users/contents/ui/hand-images/left-middle-finger.svg.license -share/kpackage/kcms/kcm_users/contents/ui/hand-images/left-ring-finger.svg -share/kpackage/kcms/kcm_users/contents/ui/hand-images/left-ring-finger.svg.license -share/kpackage/kcms/kcm_users/contents/ui/hand-images/left-thumb.svg -share/kpackage/kcms/kcm_users/contents/ui/hand-images/left-thumb.svg.license -share/kpackage/kcms/kcm_users/contents/ui/hand-images/palm.svg -share/kpackage/kcms/kcm_users/contents/ui/hand-images/palm.svg.license -share/kpackage/kcms/kcm_users/contents/ui/hand-images/right-index-finger.svg -share/kpackage/kcms/kcm_users/contents/ui/hand-images/right-index-finger.svg.license -share/kpackage/kcms/kcm_users/contents/ui/hand-images/right-little-finger.svg -share/kpackage/kcms/kcm_users/contents/ui/hand-images/right-little-finger.svg.license -share/kpackage/kcms/kcm_users/contents/ui/hand-images/right-middle-finger.svg -share/kpackage/kcms/kcm_users/contents/ui/hand-images/right-middle-finger.svg.license -share/kpackage/kcms/kcm_users/contents/ui/hand-images/right-ring-finger.svg -share/kpackage/kcms/kcm_users/contents/ui/hand-images/right-ring-finger.svg.license -share/kpackage/kcms/kcm_users/contents/ui/hand-images/right-thumb.svg -share/kpackage/kcms/kcm_users/contents/ui/hand-images/right-thumb.svg.license -share/kpackage/kcms/kcm_users/contents/ui/main.qml -share/krunner/dbusplugins/plasma-runner-baloosearch.desktop -share/kservices5/ServiceMenus/installfont.desktop -share/kservicetypes5/plasma-layouttemplate.desktop -share/kstyle/themes/qtcde.themerc -share/kstyle/themes/qtcleanlooks.themerc -share/kstyle/themes/qtgtk.themerc -share/kstyle/themes/qtmotif.themerc -share/kstyle/themes/qtplastique.themerc -share/kstyle/themes/qtwindows.themerc -share/kxmlgui5/kfontview/kfontviewpart.rc -share/kxmlgui5/kfontview/kfontviewui.rc -share/locale/af/LC_MESSAGES/kcm_colors.mo -share/locale/af/LC_MESSAGES/kcm_cursortheme.mo -share/locale/af/LC_MESSAGES/kcm_fonts.mo -share/locale/af/LC_MESSAGES/kcm_icons.mo -share/locale/af/LC_MESSAGES/kcm_style.mo -share/locale/af/LC_MESSAGES/kfontinst.mo -share/locale/af/LC_MESSAGES/kio5_applications.mo -share/locale/af/LC_MESSAGES/klipper.mo -share/locale/af/LC_MESSAGES/krdb.mo -share/locale/af/LC_MESSAGES/ksmserver.mo -share/locale/ar/LC_MESSAGES/freespacenotifier.mo -share/locale/ar/LC_MESSAGES/kcm_autostart.mo -share/locale/ar/LC_MESSAGES/kcm_colors.mo -share/locale/ar/LC_MESSAGES/kcm_cursortheme.mo -share/locale/ar/LC_MESSAGES/kcm_desktoptheme.mo -share/locale/ar/LC_MESSAGES/kcm_feedback.mo -share/locale/ar/LC_MESSAGES/kcm_fonts.mo -share/locale/ar/LC_MESSAGES/kcm_icons.mo -share/locale/ar/LC_MESSAGES/kcm_lookandfeel.mo -share/locale/ar/LC_MESSAGES/kcm_nightcolor.mo -share/locale/ar/LC_MESSAGES/kcm_notifications.mo -share/locale/ar/LC_MESSAGES/kcm_regionandlang.mo -share/locale/ar/LC_MESSAGES/kcm_style.mo -share/locale/ar/LC_MESSAGES/kcm_users.mo -share/locale/ar/LC_MESSAGES/kcminit.mo -share/locale/ar/LC_MESSAGES/kfontinst.mo -share/locale/ar/LC_MESSAGES/kholidays_calendar_plugin.mo -share/locale/ar/LC_MESSAGES/kio5_applications.mo -share/locale/ar/LC_MESSAGES/kio_desktop.mo -share/locale/ar/LC_MESSAGES/klipper.mo -share/locale/ar/LC_MESSAGES/krdb.mo -share/locale/ar/LC_MESSAGES/krunner.mo -share/locale/ar/LC_MESSAGES/ksmserver.mo -share/locale/ar/LC_MESSAGES/libkicker.mo -share/locale/ar/LC_MESSAGES/libkworkspace.mo -share/locale/ar/LC_MESSAGES/libnotificationmanager.mo -share/locale/ar/LC_MESSAGES/phonon_kde_plugin.mo -share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.activitybar.mo -share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo -share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.appmenu.mo -share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo -share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo -share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo -share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo -share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo -share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.icon.mo -share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo -share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.manageinputmethod.mo -share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo -share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo -share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo -share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo -share/locale/ar/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.mo -share/locale/ar/LC_MESSAGES/plasma_containmentactions_applauncher.mo -share/locale/ar/LC_MESSAGES/plasma_containmentactions_contextmenu.mo -share/locale/ar/LC_MESSAGES/plasma_containmentactions_switchwindow.mo -share/locale/ar/LC_MESSAGES/plasma_engine_applicationjobs.mo -share/locale/ar/LC_MESSAGES/plasma_engine_devicenotifications.mo -share/locale/ar/LC_MESSAGES/plasma_engine_dict.mo -share/locale/ar/LC_MESSAGES/plasma_engine_hotplug.mo -share/locale/ar/LC_MESSAGES/plasma_engine_keystate.mo -share/locale/ar/LC_MESSAGES/plasma_engine_mpris2.mo -share/locale/ar/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/ar/LC_MESSAGES/plasma_engine_powermanagement.mo -share/locale/ar/LC_MESSAGES/plasma_engine_soliddevice.mo -share/locale/ar/LC_MESSAGES/plasma_engine_time.mo -share/locale/ar/LC_MESSAGES/plasma_engine_weather.mo -share/locale/ar/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo -share/locale/ar/LC_MESSAGES/plasma_package_plasmashell.mo -share/locale/ar/LC_MESSAGES/plasma_runner_appstream.mo -share/locale/ar/LC_MESSAGES/plasma_runner_baloosearch5.mo -share/locale/ar/LC_MESSAGES/plasma_runner_bookmarksrunner.mo -share/locale/ar/LC_MESSAGES/plasma_runner_calculatorrunner.mo -share/locale/ar/LC_MESSAGES/plasma_runner_kill.mo -share/locale/ar/LC_MESSAGES/plasma_runner_locations.mo -share/locale/ar/LC_MESSAGES/plasma_runner_placesrunner.mo -share/locale/ar/LC_MESSAGES/plasma_runner_powerdevil.mo -share/locale/ar/LC_MESSAGES/plasma_runner_recentdocuments.mo -share/locale/ar/LC_MESSAGES/plasma_runner_services.mo -share/locale/ar/LC_MESSAGES/plasma_runner_sessions.mo -share/locale/ar/LC_MESSAGES/plasma_runner_shell.mo -share/locale/ar/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/ar/LC_MESSAGES/plasma_runner_windowedwidgets.mo -share/locale/ar/LC_MESSAGES/plasma_wallpaper_org.kde.color.mo -share/locale/ar/LC_MESSAGES/plasma_wallpaper_org.kde.image.mo -share/locale/ar/LC_MESSAGES/plasmashell.mo -share/locale/ar/LC_MESSAGES/plasmashellprivateplugin.mo -share/locale/ar/LC_MESSAGES/soliduiserver5.mo -share/locale/ar/LC_MESSAGES/systemmonitor.mo -share/locale/az/LC_MESSAGES/freespacenotifier.mo -share/locale/az/LC_MESSAGES/kcm_autostart.mo -share/locale/az/LC_MESSAGES/kcm_colors.mo -share/locale/az/LC_MESSAGES/kcm_cursortheme.mo -share/locale/az/LC_MESSAGES/kcm_desktoptheme.mo -share/locale/az/LC_MESSAGES/kcm_feedback.mo -share/locale/az/LC_MESSAGES/kcm_fonts.mo -share/locale/az/LC_MESSAGES/kcm_icons.mo -share/locale/az/LC_MESSAGES/kcm_lookandfeel.mo -share/locale/az/LC_MESSAGES/kcm_nightcolor.mo -share/locale/az/LC_MESSAGES/kcm_notifications.mo -share/locale/az/LC_MESSAGES/kcm_regionandlang.mo -share/locale/az/LC_MESSAGES/kcm_style.mo -share/locale/az/LC_MESSAGES/kcm_users.mo -share/locale/az/LC_MESSAGES/kcminit.mo -share/locale/az/LC_MESSAGES/kfontinst.mo -share/locale/az/LC_MESSAGES/kholidays_calendar_plugin.mo -share/locale/az/LC_MESSAGES/kio5_applications.mo -share/locale/az/LC_MESSAGES/kio_desktop.mo -share/locale/az/LC_MESSAGES/klipper.mo -share/locale/az/LC_MESSAGES/krdb.mo -share/locale/az/LC_MESSAGES/krunner.mo -share/locale/az/LC_MESSAGES/ksmserver.mo -share/locale/az/LC_MESSAGES/libkicker.mo -share/locale/az/LC_MESSAGES/libkworkspace.mo -share/locale/az/LC_MESSAGES/libnotificationmanager.mo -share/locale/az/LC_MESSAGES/phonon_kde_plugin.mo -share/locale/az/LC_MESSAGES/plasma_applet_org.kde.plasma.activitybar.mo -share/locale/az/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo -share/locale/az/LC_MESSAGES/plasma_applet_org.kde.plasma.appmenu.mo -share/locale/az/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo -share/locale/az/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo -share/locale/az/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo -share/locale/az/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo -share/locale/az/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo -share/locale/az/LC_MESSAGES/plasma_applet_org.kde.plasma.icon.mo -share/locale/az/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo -share/locale/az/LC_MESSAGES/plasma_applet_org.kde.plasma.manageinputmethod.mo -share/locale/az/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo -share/locale/az/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo -share/locale/az/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo -share/locale/az/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo -share/locale/az/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.mo -share/locale/az/LC_MESSAGES/plasma_containmentactions_applauncher.mo -share/locale/az/LC_MESSAGES/plasma_containmentactions_contextmenu.mo -share/locale/az/LC_MESSAGES/plasma_containmentactions_switchwindow.mo -share/locale/az/LC_MESSAGES/plasma_engine_applicationjobs.mo -share/locale/az/LC_MESSAGES/plasma_engine_devicenotifications.mo -share/locale/az/LC_MESSAGES/plasma_engine_dict.mo -share/locale/az/LC_MESSAGES/plasma_engine_hotplug.mo -share/locale/az/LC_MESSAGES/plasma_engine_keystate.mo -share/locale/az/LC_MESSAGES/plasma_engine_mpris2.mo -share/locale/az/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/az/LC_MESSAGES/plasma_engine_powermanagement.mo -share/locale/az/LC_MESSAGES/plasma_engine_soliddevice.mo -share/locale/az/LC_MESSAGES/plasma_engine_time.mo -share/locale/az/LC_MESSAGES/plasma_engine_weather.mo -share/locale/az/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo -share/locale/az/LC_MESSAGES/plasma_package_plasmashell.mo -share/locale/az/LC_MESSAGES/plasma_runner_appstream.mo -share/locale/az/LC_MESSAGES/plasma_runner_baloosearch5.mo -share/locale/az/LC_MESSAGES/plasma_runner_bookmarksrunner.mo -share/locale/az/LC_MESSAGES/plasma_runner_calculatorrunner.mo -share/locale/az/LC_MESSAGES/plasma_runner_kill.mo -share/locale/az/LC_MESSAGES/plasma_runner_locations.mo -share/locale/az/LC_MESSAGES/plasma_runner_placesrunner.mo -share/locale/az/LC_MESSAGES/plasma_runner_powerdevil.mo -share/locale/az/LC_MESSAGES/plasma_runner_recentdocuments.mo -share/locale/az/LC_MESSAGES/plasma_runner_services.mo -share/locale/az/LC_MESSAGES/plasma_runner_sessions.mo -share/locale/az/LC_MESSAGES/plasma_runner_shell.mo -share/locale/az/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/az/LC_MESSAGES/plasma_runner_windowedwidgets.mo -share/locale/az/LC_MESSAGES/plasma_wallpaper_org.kde.color.mo -share/locale/az/LC_MESSAGES/plasma_wallpaper_org.kde.image.mo -share/locale/az/LC_MESSAGES/plasmashell.mo -share/locale/az/LC_MESSAGES/plasmashellprivateplugin.mo -share/locale/az/LC_MESSAGES/soliduiserver5.mo -share/locale/az/LC_MESSAGES/systemmonitor.mo -share/locale/be/LC_MESSAGES/freespacenotifier.mo -share/locale/be/LC_MESSAGES/kcm_autostart.mo -share/locale/be/LC_MESSAGES/kcm_colors.mo -share/locale/be/LC_MESSAGES/kcm_cursortheme.mo -share/locale/be/LC_MESSAGES/kcm_desktoptheme.mo -share/locale/be/LC_MESSAGES/kcm_feedback.mo -share/locale/be/LC_MESSAGES/kcm_fonts.mo -share/locale/be/LC_MESSAGES/kcm_icons.mo -share/locale/be/LC_MESSAGES/kcm_lookandfeel.mo -share/locale/be/LC_MESSAGES/kcm_nightcolor.mo -share/locale/be/LC_MESSAGES/kcm_notifications.mo -share/locale/be/LC_MESSAGES/kcm_regionandlang.mo -share/locale/be/LC_MESSAGES/kcm_style.mo -share/locale/be/LC_MESSAGES/kcm_users.mo -share/locale/be/LC_MESSAGES/kcminit.mo -share/locale/be/LC_MESSAGES/kfontinst.mo -share/locale/be/LC_MESSAGES/kholidays_calendar_plugin.mo -share/locale/be/LC_MESSAGES/kio5_applications.mo -share/locale/be/LC_MESSAGES/kio_desktop.mo -share/locale/be/LC_MESSAGES/klipper.mo -share/locale/be/LC_MESSAGES/krdb.mo -share/locale/be/LC_MESSAGES/krunner.mo -share/locale/be/LC_MESSAGES/ksmserver.mo -share/locale/be/LC_MESSAGES/libkicker.mo -share/locale/be/LC_MESSAGES/libkworkspace.mo -share/locale/be/LC_MESSAGES/libnotificationmanager.mo -share/locale/be/LC_MESSAGES/phonon_kde_plugin.mo -share/locale/be/LC_MESSAGES/plasma_applet_org.kde.plasma.activitybar.mo -share/locale/be/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo -share/locale/be/LC_MESSAGES/plasma_applet_org.kde.plasma.appmenu.mo -share/locale/be/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo -share/locale/be/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo -share/locale/be/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo -share/locale/be/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo -share/locale/be/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo -share/locale/be/LC_MESSAGES/plasma_applet_org.kde.plasma.icon.mo -share/locale/be/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo -share/locale/be/LC_MESSAGES/plasma_applet_org.kde.plasma.manageinputmethod.mo -share/locale/be/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo -share/locale/be/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo -share/locale/be/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo -share/locale/be/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo -share/locale/be/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.mo -share/locale/be/LC_MESSAGES/plasma_containmentactions_applauncher.mo -share/locale/be/LC_MESSAGES/plasma_containmentactions_contextmenu.mo -share/locale/be/LC_MESSAGES/plasma_containmentactions_switchwindow.mo -share/locale/be/LC_MESSAGES/plasma_engine_applicationjobs.mo -share/locale/be/LC_MESSAGES/plasma_engine_devicenotifications.mo -share/locale/be/LC_MESSAGES/plasma_engine_dict.mo -share/locale/be/LC_MESSAGES/plasma_engine_hotplug.mo -share/locale/be/LC_MESSAGES/plasma_engine_keystate.mo -share/locale/be/LC_MESSAGES/plasma_engine_mpris2.mo -share/locale/be/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/be/LC_MESSAGES/plasma_engine_powermanagement.mo -share/locale/be/LC_MESSAGES/plasma_engine_soliddevice.mo -share/locale/be/LC_MESSAGES/plasma_engine_time.mo -share/locale/be/LC_MESSAGES/plasma_engine_weather.mo -share/locale/be/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo -share/locale/be/LC_MESSAGES/plasma_package_plasmashell.mo -share/locale/be/LC_MESSAGES/plasma_runner_appstream.mo -share/locale/be/LC_MESSAGES/plasma_runner_baloosearch5.mo -share/locale/be/LC_MESSAGES/plasma_runner_bookmarksrunner.mo -share/locale/be/LC_MESSAGES/plasma_runner_calculatorrunner.mo -share/locale/be/LC_MESSAGES/plasma_runner_kill.mo -share/locale/be/LC_MESSAGES/plasma_runner_locations.mo -share/locale/be/LC_MESSAGES/plasma_runner_placesrunner.mo -share/locale/be/LC_MESSAGES/plasma_runner_powerdevil.mo -share/locale/be/LC_MESSAGES/plasma_runner_recentdocuments.mo -share/locale/be/LC_MESSAGES/plasma_runner_services.mo -share/locale/be/LC_MESSAGES/plasma_runner_sessions.mo -share/locale/be/LC_MESSAGES/plasma_runner_shell.mo -share/locale/be/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/be/LC_MESSAGES/plasma_runner_windowedwidgets.mo -share/locale/be/LC_MESSAGES/plasma_wallpaper_org.kde.color.mo -share/locale/be/LC_MESSAGES/plasma_wallpaper_org.kde.image.mo -share/locale/be/LC_MESSAGES/plasmashell.mo -share/locale/be/LC_MESSAGES/plasmashellprivateplugin.mo -share/locale/be/LC_MESSAGES/soliduiserver5.mo -share/locale/be/LC_MESSAGES/systemmonitor.mo -share/locale/be@latin/LC_MESSAGES/kcm_autostart.mo -share/locale/be@latin/LC_MESSAGES/kcm_colors.mo -share/locale/be@latin/LC_MESSAGES/kcm_icons.mo -share/locale/be@latin/LC_MESSAGES/kcminit.mo -share/locale/be@latin/LC_MESSAGES/kio5_applications.mo -share/locale/be@latin/LC_MESSAGES/klipper.mo -share/locale/be@latin/LC_MESSAGES/krdb.mo -share/locale/be@latin/LC_MESSAGES/libkworkspace.mo -share/locale/be@latin/LC_MESSAGES/phonon_kde_plugin.mo -share/locale/be@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo -share/locale/be@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo -share/locale/be@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo -share/locale/be@latin/LC_MESSAGES/plasma_engine_applicationjobs.mo -share/locale/be@latin/LC_MESSAGES/plasma_wallpaper_org.kde.image.mo -share/locale/be@latin/LC_MESSAGES/soliduiserver5.mo -share/locale/bg/LC_MESSAGES/freespacenotifier.mo -share/locale/bg/LC_MESSAGES/kcm_autostart.mo -share/locale/bg/LC_MESSAGES/kcm_colors.mo -share/locale/bg/LC_MESSAGES/kcm_cursortheme.mo -share/locale/bg/LC_MESSAGES/kcm_desktoptheme.mo -share/locale/bg/LC_MESSAGES/kcm_feedback.mo -share/locale/bg/LC_MESSAGES/kcm_fonts.mo -share/locale/bg/LC_MESSAGES/kcm_icons.mo -share/locale/bg/LC_MESSAGES/kcm_lookandfeel.mo -share/locale/bg/LC_MESSAGES/kcm_nightcolor.mo -share/locale/bg/LC_MESSAGES/kcm_notifications.mo -share/locale/bg/LC_MESSAGES/kcm_regionandlang.mo -share/locale/bg/LC_MESSAGES/kcm_style.mo -share/locale/bg/LC_MESSAGES/kcm_users.mo -share/locale/bg/LC_MESSAGES/kcminit.mo -share/locale/bg/LC_MESSAGES/kfontinst.mo -share/locale/bg/LC_MESSAGES/kholidays_calendar_plugin.mo -share/locale/bg/LC_MESSAGES/kio5_applications.mo -share/locale/bg/LC_MESSAGES/kio_desktop.mo -share/locale/bg/LC_MESSAGES/klipper.mo -share/locale/bg/LC_MESSAGES/krdb.mo -share/locale/bg/LC_MESSAGES/krunner.mo -share/locale/bg/LC_MESSAGES/ksmserver.mo -share/locale/bg/LC_MESSAGES/libkicker.mo -share/locale/bg/LC_MESSAGES/libkworkspace.mo -share/locale/bg/LC_MESSAGES/libnotificationmanager.mo -share/locale/bg/LC_MESSAGES/phonon_kde_plugin.mo -share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.plasma.activitybar.mo -share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo -share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.plasma.appmenu.mo -share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo -share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo -share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo -share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo -share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo -share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.plasma.icon.mo -share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo -share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.plasma.manageinputmethod.mo -share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo -share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo -share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo -share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo -share/locale/bg/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.mo -share/locale/bg/LC_MESSAGES/plasma_containmentactions_applauncher.mo -share/locale/bg/LC_MESSAGES/plasma_containmentactions_contextmenu.mo -share/locale/bg/LC_MESSAGES/plasma_containmentactions_switchwindow.mo -share/locale/bg/LC_MESSAGES/plasma_engine_applicationjobs.mo -share/locale/bg/LC_MESSAGES/plasma_engine_devicenotifications.mo -share/locale/bg/LC_MESSAGES/plasma_engine_dict.mo -share/locale/bg/LC_MESSAGES/plasma_engine_hotplug.mo -share/locale/bg/LC_MESSAGES/plasma_engine_keystate.mo -share/locale/bg/LC_MESSAGES/plasma_engine_mpris2.mo -share/locale/bg/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/bg/LC_MESSAGES/plasma_engine_powermanagement.mo -share/locale/bg/LC_MESSAGES/plasma_engine_soliddevice.mo -share/locale/bg/LC_MESSAGES/plasma_engine_time.mo -share/locale/bg/LC_MESSAGES/plasma_engine_weather.mo -share/locale/bg/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo -share/locale/bg/LC_MESSAGES/plasma_package_plasmashell.mo -share/locale/bg/LC_MESSAGES/plasma_runner_appstream.mo -share/locale/bg/LC_MESSAGES/plasma_runner_baloosearch5.mo -share/locale/bg/LC_MESSAGES/plasma_runner_bookmarksrunner.mo -share/locale/bg/LC_MESSAGES/plasma_runner_calculatorrunner.mo -share/locale/bg/LC_MESSAGES/plasma_runner_kill.mo -share/locale/bg/LC_MESSAGES/plasma_runner_locations.mo -share/locale/bg/LC_MESSAGES/plasma_runner_placesrunner.mo -share/locale/bg/LC_MESSAGES/plasma_runner_powerdevil.mo -share/locale/bg/LC_MESSAGES/plasma_runner_recentdocuments.mo -share/locale/bg/LC_MESSAGES/plasma_runner_services.mo -share/locale/bg/LC_MESSAGES/plasma_runner_sessions.mo -share/locale/bg/LC_MESSAGES/plasma_runner_shell.mo -share/locale/bg/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/bg/LC_MESSAGES/plasma_runner_windowedwidgets.mo -share/locale/bg/LC_MESSAGES/plasma_wallpaper_org.kde.color.mo -share/locale/bg/LC_MESSAGES/plasma_wallpaper_org.kde.image.mo -share/locale/bg/LC_MESSAGES/plasmashell.mo -share/locale/bg/LC_MESSAGES/plasmashellprivateplugin.mo -share/locale/bg/LC_MESSAGES/soliduiserver5.mo -share/locale/bg/LC_MESSAGES/systemmonitor.mo -share/locale/bn/LC_MESSAGES/kcm_fonts.mo -share/locale/bn/LC_MESSAGES/kcm_icons.mo -share/locale/bn/LC_MESSAGES/kcm_style.mo -share/locale/bn/LC_MESSAGES/kfontinst.mo -share/locale/bn/LC_MESSAGES/klipper.mo -share/locale/bn/LC_MESSAGES/ksmserver.mo -share/locale/bn/LC_MESSAGES/plasma_engine_weather.mo -share/locale/bn_IN/LC_MESSAGES/kcm_autostart.mo -share/locale/bn_IN/LC_MESSAGES/kcm_colors.mo -share/locale/bn_IN/LC_MESSAGES/kcm_desktoptheme.mo -share/locale/bn_IN/LC_MESSAGES/kcm_icons.mo -share/locale/bn_IN/LC_MESSAGES/kcm_style.mo -share/locale/bn_IN/LC_MESSAGES/kcminit.mo -share/locale/bn_IN/LC_MESSAGES/kfontinst.mo -share/locale/bn_IN/LC_MESSAGES/kio5_applications.mo -share/locale/bn_IN/LC_MESSAGES/klipper.mo -share/locale/bn_IN/LC_MESSAGES/krdb.mo -share/locale/bn_IN/LC_MESSAGES/ksmserver.mo -share/locale/bn_IN/LC_MESSAGES/libkworkspace.mo -share/locale/bn_IN/LC_MESSAGES/phonon_kde_plugin.mo -share/locale/bn_IN/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo -share/locale/bn_IN/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo -share/locale/bn_IN/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo -share/locale/bn_IN/LC_MESSAGES/plasma_engine_applicationjobs.mo -share/locale/bn_IN/LC_MESSAGES/plasma_engine_weather.mo -share/locale/bn_IN/LC_MESSAGES/plasma_runner_locations.mo -share/locale/bn_IN/LC_MESSAGES/plasma_runner_recentdocuments.mo -share/locale/bn_IN/LC_MESSAGES/plasma_runner_sessions.mo -share/locale/bn_IN/LC_MESSAGES/plasma_runner_shell.mo -share/locale/bn_IN/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/bn_IN/LC_MESSAGES/plasma_wallpaper_org.kde.image.mo -share/locale/bn_IN/LC_MESSAGES/soliduiserver5.mo -share/locale/br/LC_MESSAGES/kcm_colors.mo -share/locale/br/LC_MESSAGES/kcm_cursortheme.mo -share/locale/br/LC_MESSAGES/kcm_fonts.mo -share/locale/br/LC_MESSAGES/kcm_icons.mo -share/locale/br/LC_MESSAGES/kcm_style.mo -share/locale/br/LC_MESSAGES/kfontinst.mo -share/locale/br/LC_MESSAGES/kio5_applications.mo -share/locale/br/LC_MESSAGES/klipper.mo -share/locale/br/LC_MESSAGES/ksmserver.mo -share/locale/bs/LC_MESSAGES/freespacenotifier.mo -share/locale/bs/LC_MESSAGES/kcm_autostart.mo -share/locale/bs/LC_MESSAGES/kcm_colors.mo -share/locale/bs/LC_MESSAGES/kcm_cursortheme.mo -share/locale/bs/LC_MESSAGES/kcm_desktoptheme.mo -share/locale/bs/LC_MESSAGES/kcm_fonts.mo -share/locale/bs/LC_MESSAGES/kcm_icons.mo -share/locale/bs/LC_MESSAGES/kcm_lookandfeel.mo -share/locale/bs/LC_MESSAGES/kcm_style.mo -share/locale/bs/LC_MESSAGES/kcminit.mo -share/locale/bs/LC_MESSAGES/kfontinst.mo -share/locale/bs/LC_MESSAGES/kio5_applications.mo -share/locale/bs/LC_MESSAGES/klipper.mo -share/locale/bs/LC_MESSAGES/krdb.mo -share/locale/bs/LC_MESSAGES/krunner.mo -share/locale/bs/LC_MESSAGES/ksmserver.mo -share/locale/bs/LC_MESSAGES/libkicker.mo -share/locale/bs/LC_MESSAGES/libkworkspace.mo -share/locale/bs/LC_MESSAGES/phonon_kde_plugin.mo -share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo -share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo -share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo -share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo -share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo -share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo -share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo -share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo -share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo -share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo -share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo -share/locale/bs/LC_MESSAGES/plasma_containmentactions_contextmenu.mo -share/locale/bs/LC_MESSAGES/plasma_containmentactions_switchwindow.mo -share/locale/bs/LC_MESSAGES/plasma_engine_applicationjobs.mo -share/locale/bs/LC_MESSAGES/plasma_engine_keystate.mo -share/locale/bs/LC_MESSAGES/plasma_engine_mpris2.mo -share/locale/bs/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/bs/LC_MESSAGES/plasma_engine_powermanagement.mo -share/locale/bs/LC_MESSAGES/plasma_engine_soliddevice.mo -share/locale/bs/LC_MESSAGES/plasma_engine_time.mo -share/locale/bs/LC_MESSAGES/plasma_engine_weather.mo -share/locale/bs/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo -share/locale/bs/LC_MESSAGES/plasma_package_plasmashell.mo -share/locale/bs/LC_MESSAGES/plasma_runner_baloosearch5.mo -share/locale/bs/LC_MESSAGES/plasma_runner_bookmarksrunner.mo -share/locale/bs/LC_MESSAGES/plasma_runner_calculatorrunner.mo -share/locale/bs/LC_MESSAGES/plasma_runner_kill.mo -share/locale/bs/LC_MESSAGES/plasma_runner_locations.mo -share/locale/bs/LC_MESSAGES/plasma_runner_placesrunner.mo -share/locale/bs/LC_MESSAGES/plasma_runner_powerdevil.mo -share/locale/bs/LC_MESSAGES/plasma_runner_recentdocuments.mo -share/locale/bs/LC_MESSAGES/plasma_runner_services.mo -share/locale/bs/LC_MESSAGES/plasma_runner_sessions.mo -share/locale/bs/LC_MESSAGES/plasma_runner_shell.mo -share/locale/bs/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/bs/LC_MESSAGES/plasma_runner_windowedwidgets.mo -share/locale/bs/LC_MESSAGES/plasma_wallpaper_org.kde.color.mo -share/locale/bs/LC_MESSAGES/plasma_wallpaper_org.kde.image.mo -share/locale/bs/LC_MESSAGES/plasmashell.mo -share/locale/bs/LC_MESSAGES/plasmashellprivateplugin.mo -share/locale/bs/LC_MESSAGES/soliduiserver5.mo -share/locale/bs/LC_MESSAGES/systemmonitor.mo -share/locale/ca/LC_MESSAGES/freespacenotifier.mo -share/locale/ca/LC_MESSAGES/kcm_autostart.mo -share/locale/ca/LC_MESSAGES/kcm_colors.mo -share/locale/ca/LC_MESSAGES/kcm_cursortheme.mo -share/locale/ca/LC_MESSAGES/kcm_desktoptheme.mo -share/locale/ca/LC_MESSAGES/kcm_feedback.mo -share/locale/ca/LC_MESSAGES/kcm_fonts.mo -share/locale/ca/LC_MESSAGES/kcm_icons.mo -share/locale/ca/LC_MESSAGES/kcm_lookandfeel.mo -share/locale/ca/LC_MESSAGES/kcm_nightcolor.mo -share/locale/ca/LC_MESSAGES/kcm_notifications.mo -share/locale/ca/LC_MESSAGES/kcm_regionandlang.mo -share/locale/ca/LC_MESSAGES/kcm_style.mo -share/locale/ca/LC_MESSAGES/kcm_users.mo -share/locale/ca/LC_MESSAGES/kcminit.mo -share/locale/ca/LC_MESSAGES/kfontinst.mo -share/locale/ca/LC_MESSAGES/kholidays_calendar_plugin.mo -share/locale/ca/LC_MESSAGES/kio5_applications.mo -share/locale/ca/LC_MESSAGES/kio_desktop.mo -share/locale/ca/LC_MESSAGES/klipper.mo -share/locale/ca/LC_MESSAGES/krdb.mo -share/locale/ca/LC_MESSAGES/krunner.mo -share/locale/ca/LC_MESSAGES/ksmserver.mo -share/locale/ca/LC_MESSAGES/libkicker.mo -share/locale/ca/LC_MESSAGES/libkworkspace.mo -share/locale/ca/LC_MESSAGES/libnotificationmanager.mo -share/locale/ca/LC_MESSAGES/phonon_kde_plugin.mo -share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.activitybar.mo -share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo -share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.appmenu.mo -share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo -share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo -share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo -share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo -share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo -share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.icon.mo -share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo -share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.manageinputmethod.mo -share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo -share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo -share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo -share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo -share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.mo -share/locale/ca/LC_MESSAGES/plasma_containmentactions_applauncher.mo -share/locale/ca/LC_MESSAGES/plasma_containmentactions_contextmenu.mo -share/locale/ca/LC_MESSAGES/plasma_containmentactions_switchwindow.mo -share/locale/ca/LC_MESSAGES/plasma_engine_applicationjobs.mo -share/locale/ca/LC_MESSAGES/plasma_engine_devicenotifications.mo -share/locale/ca/LC_MESSAGES/plasma_engine_dict.mo -share/locale/ca/LC_MESSAGES/plasma_engine_hotplug.mo -share/locale/ca/LC_MESSAGES/plasma_engine_keystate.mo -share/locale/ca/LC_MESSAGES/plasma_engine_mpris2.mo -share/locale/ca/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/ca/LC_MESSAGES/plasma_engine_powermanagement.mo -share/locale/ca/LC_MESSAGES/plasma_engine_soliddevice.mo -share/locale/ca/LC_MESSAGES/plasma_engine_time.mo -share/locale/ca/LC_MESSAGES/plasma_engine_weather.mo -share/locale/ca/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo -share/locale/ca/LC_MESSAGES/plasma_package_plasmashell.mo -share/locale/ca/LC_MESSAGES/plasma_runner_appstream.mo -share/locale/ca/LC_MESSAGES/plasma_runner_baloosearch5.mo -share/locale/ca/LC_MESSAGES/plasma_runner_bookmarksrunner.mo -share/locale/ca/LC_MESSAGES/plasma_runner_calculatorrunner.mo -share/locale/ca/LC_MESSAGES/plasma_runner_kill.mo -share/locale/ca/LC_MESSAGES/plasma_runner_locations.mo -share/locale/ca/LC_MESSAGES/plasma_runner_placesrunner.mo -share/locale/ca/LC_MESSAGES/plasma_runner_powerdevil.mo -share/locale/ca/LC_MESSAGES/plasma_runner_recentdocuments.mo -share/locale/ca/LC_MESSAGES/plasma_runner_services.mo -share/locale/ca/LC_MESSAGES/plasma_runner_sessions.mo -share/locale/ca/LC_MESSAGES/plasma_runner_shell.mo -share/locale/ca/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/ca/LC_MESSAGES/plasma_runner_windowedwidgets.mo -share/locale/ca/LC_MESSAGES/plasma_wallpaper_org.kde.color.mo -share/locale/ca/LC_MESSAGES/plasma_wallpaper_org.kde.image.mo -share/locale/ca/LC_MESSAGES/plasmashell.mo -share/locale/ca/LC_MESSAGES/plasmashellprivateplugin.mo -share/locale/ca/LC_MESSAGES/soliduiserver5.mo -share/locale/ca/LC_MESSAGES/systemmonitor.mo -share/locale/ca@valencia/LC_MESSAGES/freespacenotifier.mo -share/locale/ca@valencia/LC_MESSAGES/kcm_autostart.mo -share/locale/ca@valencia/LC_MESSAGES/kcm_colors.mo -share/locale/ca@valencia/LC_MESSAGES/kcm_cursortheme.mo -share/locale/ca@valencia/LC_MESSAGES/kcm_desktoptheme.mo -share/locale/ca@valencia/LC_MESSAGES/kcm_feedback.mo -share/locale/ca@valencia/LC_MESSAGES/kcm_fonts.mo -share/locale/ca@valencia/LC_MESSAGES/kcm_icons.mo -share/locale/ca@valencia/LC_MESSAGES/kcm_lookandfeel.mo -share/locale/ca@valencia/LC_MESSAGES/kcm_nightcolor.mo -share/locale/ca@valencia/LC_MESSAGES/kcm_notifications.mo -share/locale/ca@valencia/LC_MESSAGES/kcm_regionandlang.mo -share/locale/ca@valencia/LC_MESSAGES/kcm_style.mo -share/locale/ca@valencia/LC_MESSAGES/kcm_users.mo -share/locale/ca@valencia/LC_MESSAGES/kcminit.mo -share/locale/ca@valencia/LC_MESSAGES/kfontinst.mo -share/locale/ca@valencia/LC_MESSAGES/kholidays_calendar_plugin.mo -share/locale/ca@valencia/LC_MESSAGES/kio5_applications.mo -share/locale/ca@valencia/LC_MESSAGES/kio_desktop.mo -share/locale/ca@valencia/LC_MESSAGES/klipper.mo -share/locale/ca@valencia/LC_MESSAGES/krdb.mo -share/locale/ca@valencia/LC_MESSAGES/krunner.mo -share/locale/ca@valencia/LC_MESSAGES/ksmserver.mo -share/locale/ca@valencia/LC_MESSAGES/libkicker.mo -share/locale/ca@valencia/LC_MESSAGES/libkworkspace.mo -share/locale/ca@valencia/LC_MESSAGES/libnotificationmanager.mo -share/locale/ca@valencia/LC_MESSAGES/phonon_kde_plugin.mo -share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.activitybar.mo -share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo -share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.appmenu.mo -share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo -share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo -share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo -share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo -share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo -share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.icon.mo -share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo -share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.manageinputmethod.mo -share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo -share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo -share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo -share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo -share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.mo -share/locale/ca@valencia/LC_MESSAGES/plasma_containmentactions_applauncher.mo -share/locale/ca@valencia/LC_MESSAGES/plasma_containmentactions_contextmenu.mo -share/locale/ca@valencia/LC_MESSAGES/plasma_containmentactions_switchwindow.mo -share/locale/ca@valencia/LC_MESSAGES/plasma_engine_applicationjobs.mo -share/locale/ca@valencia/LC_MESSAGES/plasma_engine_devicenotifications.mo -share/locale/ca@valencia/LC_MESSAGES/plasma_engine_dict.mo -share/locale/ca@valencia/LC_MESSAGES/plasma_engine_hotplug.mo -share/locale/ca@valencia/LC_MESSAGES/plasma_engine_keystate.mo -share/locale/ca@valencia/LC_MESSAGES/plasma_engine_mpris2.mo -share/locale/ca@valencia/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/ca@valencia/LC_MESSAGES/plasma_engine_powermanagement.mo -share/locale/ca@valencia/LC_MESSAGES/plasma_engine_soliddevice.mo -share/locale/ca@valencia/LC_MESSAGES/plasma_engine_time.mo -share/locale/ca@valencia/LC_MESSAGES/plasma_engine_weather.mo -share/locale/ca@valencia/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo -share/locale/ca@valencia/LC_MESSAGES/plasma_package_plasmashell.mo -share/locale/ca@valencia/LC_MESSAGES/plasma_runner_appstream.mo -share/locale/ca@valencia/LC_MESSAGES/plasma_runner_baloosearch5.mo -share/locale/ca@valencia/LC_MESSAGES/plasma_runner_bookmarksrunner.mo -share/locale/ca@valencia/LC_MESSAGES/plasma_runner_calculatorrunner.mo -share/locale/ca@valencia/LC_MESSAGES/plasma_runner_kill.mo -share/locale/ca@valencia/LC_MESSAGES/plasma_runner_locations.mo -share/locale/ca@valencia/LC_MESSAGES/plasma_runner_placesrunner.mo -share/locale/ca@valencia/LC_MESSAGES/plasma_runner_powerdevil.mo -share/locale/ca@valencia/LC_MESSAGES/plasma_runner_recentdocuments.mo -share/locale/ca@valencia/LC_MESSAGES/plasma_runner_services.mo -share/locale/ca@valencia/LC_MESSAGES/plasma_runner_sessions.mo -share/locale/ca@valencia/LC_MESSAGES/plasma_runner_shell.mo -share/locale/ca@valencia/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/ca@valencia/LC_MESSAGES/plasma_runner_windowedwidgets.mo -share/locale/ca@valencia/LC_MESSAGES/plasma_wallpaper_org.kde.color.mo -share/locale/ca@valencia/LC_MESSAGES/plasma_wallpaper_org.kde.image.mo -share/locale/ca@valencia/LC_MESSAGES/plasmashell.mo -share/locale/ca@valencia/LC_MESSAGES/plasmashellprivateplugin.mo -share/locale/ca@valencia/LC_MESSAGES/soliduiserver5.mo -share/locale/ca@valencia/LC_MESSAGES/systemmonitor.mo -share/locale/cs/LC_MESSAGES/freespacenotifier.mo -share/locale/cs/LC_MESSAGES/kcm_autostart.mo -share/locale/cs/LC_MESSAGES/kcm_colors.mo -share/locale/cs/LC_MESSAGES/kcm_cursortheme.mo -share/locale/cs/LC_MESSAGES/kcm_desktoptheme.mo -share/locale/cs/LC_MESSAGES/kcm_feedback.mo -share/locale/cs/LC_MESSAGES/kcm_fonts.mo -share/locale/cs/LC_MESSAGES/kcm_icons.mo -share/locale/cs/LC_MESSAGES/kcm_lookandfeel.mo -share/locale/cs/LC_MESSAGES/kcm_nightcolor.mo -share/locale/cs/LC_MESSAGES/kcm_notifications.mo -share/locale/cs/LC_MESSAGES/kcm_regionandlang.mo -share/locale/cs/LC_MESSAGES/kcm_style.mo -share/locale/cs/LC_MESSAGES/kcm_users.mo -share/locale/cs/LC_MESSAGES/kcminit.mo -share/locale/cs/LC_MESSAGES/kfontinst.mo -share/locale/cs/LC_MESSAGES/kholidays_calendar_plugin.mo -share/locale/cs/LC_MESSAGES/kio5_applications.mo -share/locale/cs/LC_MESSAGES/kio_desktop.mo -share/locale/cs/LC_MESSAGES/klipper.mo -share/locale/cs/LC_MESSAGES/krdb.mo -share/locale/cs/LC_MESSAGES/krunner.mo -share/locale/cs/LC_MESSAGES/ksmserver.mo -share/locale/cs/LC_MESSAGES/libkicker.mo -share/locale/cs/LC_MESSAGES/libkworkspace.mo -share/locale/cs/LC_MESSAGES/libnotificationmanager.mo -share/locale/cs/LC_MESSAGES/phonon_kde_plugin.mo -share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.activitybar.mo -share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo -share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.appmenu.mo -share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo -share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo -share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo -share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo -share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo -share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.icon.mo -share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo -share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.manageinputmethod.mo -share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo -share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo -share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo -share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo -share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.mo -share/locale/cs/LC_MESSAGES/plasma_containmentactions_applauncher.mo -share/locale/cs/LC_MESSAGES/plasma_containmentactions_contextmenu.mo -share/locale/cs/LC_MESSAGES/plasma_containmentactions_switchwindow.mo -share/locale/cs/LC_MESSAGES/plasma_engine_applicationjobs.mo -share/locale/cs/LC_MESSAGES/plasma_engine_devicenotifications.mo -share/locale/cs/LC_MESSAGES/plasma_engine_dict.mo -share/locale/cs/LC_MESSAGES/plasma_engine_hotplug.mo -share/locale/cs/LC_MESSAGES/plasma_engine_keystate.mo -share/locale/cs/LC_MESSAGES/plasma_engine_mpris2.mo -share/locale/cs/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/cs/LC_MESSAGES/plasma_engine_powermanagement.mo -share/locale/cs/LC_MESSAGES/plasma_engine_soliddevice.mo -share/locale/cs/LC_MESSAGES/plasma_engine_time.mo -share/locale/cs/LC_MESSAGES/plasma_engine_weather.mo -share/locale/cs/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo -share/locale/cs/LC_MESSAGES/plasma_package_plasmashell.mo -share/locale/cs/LC_MESSAGES/plasma_runner_appstream.mo -share/locale/cs/LC_MESSAGES/plasma_runner_baloosearch5.mo -share/locale/cs/LC_MESSAGES/plasma_runner_bookmarksrunner.mo -share/locale/cs/LC_MESSAGES/plasma_runner_calculatorrunner.mo -share/locale/cs/LC_MESSAGES/plasma_runner_kill.mo -share/locale/cs/LC_MESSAGES/plasma_runner_locations.mo -share/locale/cs/LC_MESSAGES/plasma_runner_placesrunner.mo -share/locale/cs/LC_MESSAGES/plasma_runner_powerdevil.mo -share/locale/cs/LC_MESSAGES/plasma_runner_recentdocuments.mo -share/locale/cs/LC_MESSAGES/plasma_runner_services.mo -share/locale/cs/LC_MESSAGES/plasma_runner_sessions.mo -share/locale/cs/LC_MESSAGES/plasma_runner_shell.mo -share/locale/cs/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/cs/LC_MESSAGES/plasma_runner_windowedwidgets.mo -share/locale/cs/LC_MESSAGES/plasma_wallpaper_org.kde.color.mo -share/locale/cs/LC_MESSAGES/plasma_wallpaper_org.kde.image.mo -share/locale/cs/LC_MESSAGES/plasmashell.mo -share/locale/cs/LC_MESSAGES/plasmashellprivateplugin.mo -share/locale/cs/LC_MESSAGES/soliduiserver5.mo -share/locale/cs/LC_MESSAGES/systemmonitor.mo -share/locale/csb/LC_MESSAGES/kcm_colors.mo -share/locale/csb/LC_MESSAGES/kcm_fonts.mo -share/locale/csb/LC_MESSAGES/kcm_icons.mo -share/locale/csb/LC_MESSAGES/kcm_style.mo -share/locale/csb/LC_MESSAGES/kcminit.mo -share/locale/csb/LC_MESSAGES/kfontinst.mo -share/locale/csb/LC_MESSAGES/kio5_applications.mo -share/locale/csb/LC_MESSAGES/klipper.mo -share/locale/csb/LC_MESSAGES/krdb.mo -share/locale/csb/LC_MESSAGES/ksmserver.mo -share/locale/csb/LC_MESSAGES/libkworkspace.mo -share/locale/csb/LC_MESSAGES/phonon_kde_plugin.mo -share/locale/csb/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo -share/locale/csb/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo -share/locale/csb/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo -share/locale/csb/LC_MESSAGES/plasma_engine_applicationjobs.mo -share/locale/csb/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/csb/LC_MESSAGES/plasma_engine_weather.mo -share/locale/csb/LC_MESSAGES/plasma_runner_bookmarksrunner.mo -share/locale/csb/LC_MESSAGES/plasma_runner_calculatorrunner.mo -share/locale/csb/LC_MESSAGES/plasma_runner_locations.mo -share/locale/csb/LC_MESSAGES/plasma_runner_placesrunner.mo -share/locale/csb/LC_MESSAGES/plasma_runner_powerdevil.mo -share/locale/csb/LC_MESSAGES/plasma_runner_recentdocuments.mo -share/locale/csb/LC_MESSAGES/plasma_runner_services.mo -share/locale/csb/LC_MESSAGES/plasma_runner_sessions.mo -share/locale/csb/LC_MESSAGES/plasma_runner_shell.mo -share/locale/csb/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/csb/LC_MESSAGES/plasma_wallpaper_org.kde.image.mo -share/locale/csb/LC_MESSAGES/soliduiserver5.mo -share/locale/cy/LC_MESSAGES/kcm_colors.mo -share/locale/cy/LC_MESSAGES/kcm_cursortheme.mo -share/locale/cy/LC_MESSAGES/kcm_fonts.mo -share/locale/cy/LC_MESSAGES/kcm_icons.mo -share/locale/cy/LC_MESSAGES/kcm_style.mo -share/locale/cy/LC_MESSAGES/kfontinst.mo -share/locale/cy/LC_MESSAGES/kio5_applications.mo -share/locale/cy/LC_MESSAGES/klipper.mo -share/locale/cy/LC_MESSAGES/krdb.mo -share/locale/cy/LC_MESSAGES/ksmserver.mo -share/locale/da/LC_MESSAGES/freespacenotifier.mo -share/locale/da/LC_MESSAGES/kcm_autostart.mo -share/locale/da/LC_MESSAGES/kcm_colors.mo -share/locale/da/LC_MESSAGES/kcm_cursortheme.mo -share/locale/da/LC_MESSAGES/kcm_desktoptheme.mo -share/locale/da/LC_MESSAGES/kcm_feedback.mo -share/locale/da/LC_MESSAGES/kcm_fonts.mo -share/locale/da/LC_MESSAGES/kcm_icons.mo -share/locale/da/LC_MESSAGES/kcm_lookandfeel.mo -share/locale/da/LC_MESSAGES/kcm_nightcolor.mo -share/locale/da/LC_MESSAGES/kcm_notifications.mo -share/locale/da/LC_MESSAGES/kcm_style.mo -share/locale/da/LC_MESSAGES/kcm_users.mo -share/locale/da/LC_MESSAGES/kcminit.mo -share/locale/da/LC_MESSAGES/kfontinst.mo -share/locale/da/LC_MESSAGES/kholidays_calendar_plugin.mo -share/locale/da/LC_MESSAGES/kio5_applications.mo -share/locale/da/LC_MESSAGES/kio_desktop.mo -share/locale/da/LC_MESSAGES/klipper.mo -share/locale/da/LC_MESSAGES/krdb.mo -share/locale/da/LC_MESSAGES/krunner.mo -share/locale/da/LC_MESSAGES/ksmserver.mo -share/locale/da/LC_MESSAGES/libkicker.mo -share/locale/da/LC_MESSAGES/libkworkspace.mo -share/locale/da/LC_MESSAGES/libnotificationmanager.mo -share/locale/da/LC_MESSAGES/phonon_kde_plugin.mo -share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo -share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.appmenu.mo -share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo -share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo -share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo -share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo -share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo -share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.icon.mo -share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo -share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo -share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo -share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo -share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo -share/locale/da/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.mo -share/locale/da/LC_MESSAGES/plasma_containmentactions_applauncher.mo -share/locale/da/LC_MESSAGES/plasma_containmentactions_contextmenu.mo -share/locale/da/LC_MESSAGES/plasma_containmentactions_switchwindow.mo -share/locale/da/LC_MESSAGES/plasma_engine_applicationjobs.mo -share/locale/da/LC_MESSAGES/plasma_engine_devicenotifications.mo -share/locale/da/LC_MESSAGES/plasma_engine_dict.mo -share/locale/da/LC_MESSAGES/plasma_engine_hotplug.mo -share/locale/da/LC_MESSAGES/plasma_engine_keystate.mo -share/locale/da/LC_MESSAGES/plasma_engine_mpris2.mo -share/locale/da/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/da/LC_MESSAGES/plasma_engine_powermanagement.mo -share/locale/da/LC_MESSAGES/plasma_engine_soliddevice.mo -share/locale/da/LC_MESSAGES/plasma_engine_time.mo -share/locale/da/LC_MESSAGES/plasma_engine_weather.mo -share/locale/da/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo -share/locale/da/LC_MESSAGES/plasma_package_plasmashell.mo -share/locale/da/LC_MESSAGES/plasma_runner_appstream.mo -share/locale/da/LC_MESSAGES/plasma_runner_baloosearch5.mo -share/locale/da/LC_MESSAGES/plasma_runner_bookmarksrunner.mo -share/locale/da/LC_MESSAGES/plasma_runner_calculatorrunner.mo -share/locale/da/LC_MESSAGES/plasma_runner_kill.mo -share/locale/da/LC_MESSAGES/plasma_runner_locations.mo -share/locale/da/LC_MESSAGES/plasma_runner_placesrunner.mo -share/locale/da/LC_MESSAGES/plasma_runner_powerdevil.mo -share/locale/da/LC_MESSAGES/plasma_runner_recentdocuments.mo -share/locale/da/LC_MESSAGES/plasma_runner_services.mo -share/locale/da/LC_MESSAGES/plasma_runner_sessions.mo -share/locale/da/LC_MESSAGES/plasma_runner_shell.mo -share/locale/da/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/da/LC_MESSAGES/plasma_runner_windowedwidgets.mo -share/locale/da/LC_MESSAGES/plasma_wallpaper_org.kde.color.mo -share/locale/da/LC_MESSAGES/plasma_wallpaper_org.kde.image.mo -share/locale/da/LC_MESSAGES/plasmashell.mo -share/locale/da/LC_MESSAGES/plasmashellprivateplugin.mo -share/locale/da/LC_MESSAGES/soliduiserver5.mo -share/locale/da/LC_MESSAGES/systemmonitor.mo -share/locale/de/LC_MESSAGES/freespacenotifier.mo -share/locale/de/LC_MESSAGES/kcm_autostart.mo -share/locale/de/LC_MESSAGES/kcm_colors.mo -share/locale/de/LC_MESSAGES/kcm_cursortheme.mo -share/locale/de/LC_MESSAGES/kcm_desktoptheme.mo -share/locale/de/LC_MESSAGES/kcm_feedback.mo -share/locale/de/LC_MESSAGES/kcm_fonts.mo -share/locale/de/LC_MESSAGES/kcm_icons.mo -share/locale/de/LC_MESSAGES/kcm_lookandfeel.mo -share/locale/de/LC_MESSAGES/kcm_nightcolor.mo -share/locale/de/LC_MESSAGES/kcm_notifications.mo -share/locale/de/LC_MESSAGES/kcm_regionandlang.mo -share/locale/de/LC_MESSAGES/kcm_style.mo -share/locale/de/LC_MESSAGES/kcm_users.mo -share/locale/de/LC_MESSAGES/kcminit.mo -share/locale/de/LC_MESSAGES/kfontinst.mo -share/locale/de/LC_MESSAGES/kholidays_calendar_plugin.mo -share/locale/de/LC_MESSAGES/kio5_applications.mo -share/locale/de/LC_MESSAGES/kio_desktop.mo -share/locale/de/LC_MESSAGES/klipper.mo -share/locale/de/LC_MESSAGES/krdb.mo -share/locale/de/LC_MESSAGES/krunner.mo -share/locale/de/LC_MESSAGES/ksmserver.mo -share/locale/de/LC_MESSAGES/libkicker.mo -share/locale/de/LC_MESSAGES/libkworkspace.mo -share/locale/de/LC_MESSAGES/libnotificationmanager.mo -share/locale/de/LC_MESSAGES/phonon_kde_plugin.mo -share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.activitybar.mo -share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo -share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.appmenu.mo -share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo -share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo -share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo -share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo -share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo -share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.icon.mo -share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo -share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.manageinputmethod.mo -share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo -share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo -share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo -share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo -share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.mo -share/locale/de/LC_MESSAGES/plasma_containmentactions_applauncher.mo -share/locale/de/LC_MESSAGES/plasma_containmentactions_contextmenu.mo -share/locale/de/LC_MESSAGES/plasma_containmentactions_switchwindow.mo -share/locale/de/LC_MESSAGES/plasma_engine_applicationjobs.mo -share/locale/de/LC_MESSAGES/plasma_engine_devicenotifications.mo -share/locale/de/LC_MESSAGES/plasma_engine_dict.mo -share/locale/de/LC_MESSAGES/plasma_engine_hotplug.mo -share/locale/de/LC_MESSAGES/plasma_engine_keystate.mo -share/locale/de/LC_MESSAGES/plasma_engine_mpris2.mo -share/locale/de/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/de/LC_MESSAGES/plasma_engine_powermanagement.mo -share/locale/de/LC_MESSAGES/plasma_engine_soliddevice.mo -share/locale/de/LC_MESSAGES/plasma_engine_time.mo -share/locale/de/LC_MESSAGES/plasma_engine_weather.mo -share/locale/de/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo -share/locale/de/LC_MESSAGES/plasma_package_plasmashell.mo -share/locale/de/LC_MESSAGES/plasma_runner_appstream.mo -share/locale/de/LC_MESSAGES/plasma_runner_baloosearch5.mo -share/locale/de/LC_MESSAGES/plasma_runner_bookmarksrunner.mo -share/locale/de/LC_MESSAGES/plasma_runner_calculatorrunner.mo -share/locale/de/LC_MESSAGES/plasma_runner_kill.mo -share/locale/de/LC_MESSAGES/plasma_runner_locations.mo -share/locale/de/LC_MESSAGES/plasma_runner_placesrunner.mo -share/locale/de/LC_MESSAGES/plasma_runner_powerdevil.mo -share/locale/de/LC_MESSAGES/plasma_runner_recentdocuments.mo -share/locale/de/LC_MESSAGES/plasma_runner_services.mo -share/locale/de/LC_MESSAGES/plasma_runner_sessions.mo -share/locale/de/LC_MESSAGES/plasma_runner_shell.mo -share/locale/de/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/de/LC_MESSAGES/plasma_runner_windowedwidgets.mo -share/locale/de/LC_MESSAGES/plasma_wallpaper_org.kde.color.mo -share/locale/de/LC_MESSAGES/plasma_wallpaper_org.kde.image.mo -share/locale/de/LC_MESSAGES/plasmashell.mo -share/locale/de/LC_MESSAGES/plasmashellprivateplugin.mo -share/locale/de/LC_MESSAGES/soliduiserver5.mo -share/locale/de/LC_MESSAGES/systemmonitor.mo -share/locale/el/LC_MESSAGES/freespacenotifier.mo -share/locale/el/LC_MESSAGES/kcm_autostart.mo -share/locale/el/LC_MESSAGES/kcm_colors.mo -share/locale/el/LC_MESSAGES/kcm_cursortheme.mo -share/locale/el/LC_MESSAGES/kcm_desktoptheme.mo -share/locale/el/LC_MESSAGES/kcm_fonts.mo -share/locale/el/LC_MESSAGES/kcm_icons.mo -share/locale/el/LC_MESSAGES/kcm_lookandfeel.mo -share/locale/el/LC_MESSAGES/kcm_style.mo -share/locale/el/LC_MESSAGES/kcminit.mo -share/locale/el/LC_MESSAGES/kfontinst.mo -share/locale/el/LC_MESSAGES/kholidays_calendar_plugin.mo -share/locale/el/LC_MESSAGES/kio5_applications.mo -share/locale/el/LC_MESSAGES/kio_desktop.mo -share/locale/el/LC_MESSAGES/klipper.mo -share/locale/el/LC_MESSAGES/krdb.mo -share/locale/el/LC_MESSAGES/krunner.mo -share/locale/el/LC_MESSAGES/ksmserver.mo -share/locale/el/LC_MESSAGES/libkicker.mo -share/locale/el/LC_MESSAGES/libkworkspace.mo -share/locale/el/LC_MESSAGES/phonon_kde_plugin.mo -share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo -share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.appmenu.mo -share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo -share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo -share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo -share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo -share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo -share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.icon.mo -share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo -share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo -share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo -share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo -share/locale/el/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo -share/locale/el/LC_MESSAGES/plasma_containmentactions_contextmenu.mo -share/locale/el/LC_MESSAGES/plasma_containmentactions_switchwindow.mo -share/locale/el/LC_MESSAGES/plasma_engine_applicationjobs.mo -share/locale/el/LC_MESSAGES/plasma_engine_devicenotifications.mo -share/locale/el/LC_MESSAGES/plasma_engine_keystate.mo -share/locale/el/LC_MESSAGES/plasma_engine_mpris2.mo -share/locale/el/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/el/LC_MESSAGES/plasma_engine_powermanagement.mo -share/locale/el/LC_MESSAGES/plasma_engine_soliddevice.mo -share/locale/el/LC_MESSAGES/plasma_engine_time.mo -share/locale/el/LC_MESSAGES/plasma_engine_weather.mo -share/locale/el/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo -share/locale/el/LC_MESSAGES/plasma_runner_baloosearch5.mo -share/locale/el/LC_MESSAGES/plasma_runner_bookmarksrunner.mo -share/locale/el/LC_MESSAGES/plasma_runner_calculatorrunner.mo -share/locale/el/LC_MESSAGES/plasma_runner_kill.mo -share/locale/el/LC_MESSAGES/plasma_runner_locations.mo -share/locale/el/LC_MESSAGES/plasma_runner_placesrunner.mo -share/locale/el/LC_MESSAGES/plasma_runner_powerdevil.mo -share/locale/el/LC_MESSAGES/plasma_runner_recentdocuments.mo -share/locale/el/LC_MESSAGES/plasma_runner_services.mo -share/locale/el/LC_MESSAGES/plasma_runner_sessions.mo -share/locale/el/LC_MESSAGES/plasma_runner_shell.mo -share/locale/el/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/el/LC_MESSAGES/plasma_runner_windowedwidgets.mo -share/locale/el/LC_MESSAGES/plasma_wallpaper_org.kde.color.mo -share/locale/el/LC_MESSAGES/plasma_wallpaper_org.kde.image.mo -share/locale/el/LC_MESSAGES/plasmashell.mo -share/locale/el/LC_MESSAGES/plasmashellprivateplugin.mo -share/locale/el/LC_MESSAGES/soliduiserver5.mo -share/locale/el/LC_MESSAGES/systemmonitor.mo -share/locale/en_GB/LC_MESSAGES/freespacenotifier.mo -share/locale/en_GB/LC_MESSAGES/kcm_autostart.mo -share/locale/en_GB/LC_MESSAGES/kcm_colors.mo -share/locale/en_GB/LC_MESSAGES/kcm_cursortheme.mo -share/locale/en_GB/LC_MESSAGES/kcm_desktoptheme.mo -share/locale/en_GB/LC_MESSAGES/kcm_feedback.mo -share/locale/en_GB/LC_MESSAGES/kcm_fonts.mo -share/locale/en_GB/LC_MESSAGES/kcm_icons.mo -share/locale/en_GB/LC_MESSAGES/kcm_lookandfeel.mo -share/locale/en_GB/LC_MESSAGES/kcm_nightcolor.mo -share/locale/en_GB/LC_MESSAGES/kcm_notifications.mo -share/locale/en_GB/LC_MESSAGES/kcm_regionandlang.mo -share/locale/en_GB/LC_MESSAGES/kcm_style.mo -share/locale/en_GB/LC_MESSAGES/kcm_users.mo -share/locale/en_GB/LC_MESSAGES/kcminit.mo -share/locale/en_GB/LC_MESSAGES/kfontinst.mo -share/locale/en_GB/LC_MESSAGES/kholidays_calendar_plugin.mo -share/locale/en_GB/LC_MESSAGES/kio5_applications.mo -share/locale/en_GB/LC_MESSAGES/kio_desktop.mo -share/locale/en_GB/LC_MESSAGES/klipper.mo -share/locale/en_GB/LC_MESSAGES/krdb.mo -share/locale/en_GB/LC_MESSAGES/krunner.mo -share/locale/en_GB/LC_MESSAGES/ksmserver.mo -share/locale/en_GB/LC_MESSAGES/libkicker.mo -share/locale/en_GB/LC_MESSAGES/libkworkspace.mo -share/locale/en_GB/LC_MESSAGES/libnotificationmanager.mo -share/locale/en_GB/LC_MESSAGES/phonon_kde_plugin.mo -share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.activitybar.mo -share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo -share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.appmenu.mo -share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo -share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo -share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo -share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo -share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo -share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.icon.mo -share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo -share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.manageinputmethod.mo -share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo -share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo -share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo -share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo -share/locale/en_GB/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.mo -share/locale/en_GB/LC_MESSAGES/plasma_containmentactions_applauncher.mo -share/locale/en_GB/LC_MESSAGES/plasma_containmentactions_contextmenu.mo -share/locale/en_GB/LC_MESSAGES/plasma_containmentactions_switchwindow.mo -share/locale/en_GB/LC_MESSAGES/plasma_engine_applicationjobs.mo -share/locale/en_GB/LC_MESSAGES/plasma_engine_devicenotifications.mo -share/locale/en_GB/LC_MESSAGES/plasma_engine_dict.mo -share/locale/en_GB/LC_MESSAGES/plasma_engine_hotplug.mo -share/locale/en_GB/LC_MESSAGES/plasma_engine_keystate.mo -share/locale/en_GB/LC_MESSAGES/plasma_engine_mpris2.mo -share/locale/en_GB/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/en_GB/LC_MESSAGES/plasma_engine_powermanagement.mo -share/locale/en_GB/LC_MESSAGES/plasma_engine_soliddevice.mo -share/locale/en_GB/LC_MESSAGES/plasma_engine_time.mo -share/locale/en_GB/LC_MESSAGES/plasma_engine_weather.mo -share/locale/en_GB/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo -share/locale/en_GB/LC_MESSAGES/plasma_package_plasmashell.mo -share/locale/en_GB/LC_MESSAGES/plasma_runner_appstream.mo -share/locale/en_GB/LC_MESSAGES/plasma_runner_baloosearch5.mo -share/locale/en_GB/LC_MESSAGES/plasma_runner_bookmarksrunner.mo -share/locale/en_GB/LC_MESSAGES/plasma_runner_calculatorrunner.mo -share/locale/en_GB/LC_MESSAGES/plasma_runner_kill.mo -share/locale/en_GB/LC_MESSAGES/plasma_runner_locations.mo -share/locale/en_GB/LC_MESSAGES/plasma_runner_placesrunner.mo -share/locale/en_GB/LC_MESSAGES/plasma_runner_powerdevil.mo -share/locale/en_GB/LC_MESSAGES/plasma_runner_recentdocuments.mo -share/locale/en_GB/LC_MESSAGES/plasma_runner_services.mo -share/locale/en_GB/LC_MESSAGES/plasma_runner_sessions.mo -share/locale/en_GB/LC_MESSAGES/plasma_runner_shell.mo -share/locale/en_GB/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/en_GB/LC_MESSAGES/plasma_runner_windowedwidgets.mo -share/locale/en_GB/LC_MESSAGES/plasma_wallpaper_org.kde.color.mo -share/locale/en_GB/LC_MESSAGES/plasma_wallpaper_org.kde.image.mo -share/locale/en_GB/LC_MESSAGES/plasmashell.mo -share/locale/en_GB/LC_MESSAGES/plasmashellprivateplugin.mo -share/locale/en_GB/LC_MESSAGES/soliduiserver5.mo -share/locale/en_GB/LC_MESSAGES/systemmonitor.mo -share/locale/eo/LC_MESSAGES/freespacenotifier.mo -share/locale/eo/LC_MESSAGES/kcm_autostart.mo -share/locale/eo/LC_MESSAGES/kcm_colors.mo -share/locale/eo/LC_MESSAGES/kcm_cursortheme.mo -share/locale/eo/LC_MESSAGES/kcm_desktoptheme.mo -share/locale/eo/LC_MESSAGES/kcm_feedback.mo -share/locale/eo/LC_MESSAGES/kcm_fonts.mo -share/locale/eo/LC_MESSAGES/kcm_icons.mo -share/locale/eo/LC_MESSAGES/kcm_lookandfeel.mo -share/locale/eo/LC_MESSAGES/kcm_nightcolor.mo -share/locale/eo/LC_MESSAGES/kcm_notifications.mo -share/locale/eo/LC_MESSAGES/kcm_regionandlang.mo -share/locale/eo/LC_MESSAGES/kcm_style.mo -share/locale/eo/LC_MESSAGES/kcm_users.mo -share/locale/eo/LC_MESSAGES/kcminit.mo -share/locale/eo/LC_MESSAGES/kfontinst.mo -share/locale/eo/LC_MESSAGES/kholidays_calendar_plugin.mo -share/locale/eo/LC_MESSAGES/kio5_applications.mo -share/locale/eo/LC_MESSAGES/kio_desktop.mo -share/locale/eo/LC_MESSAGES/klipper.mo -share/locale/eo/LC_MESSAGES/krdb.mo -share/locale/eo/LC_MESSAGES/krunner.mo -share/locale/eo/LC_MESSAGES/ksmserver.mo -share/locale/eo/LC_MESSAGES/libkicker.mo -share/locale/eo/LC_MESSAGES/libkworkspace.mo -share/locale/eo/LC_MESSAGES/libnotificationmanager.mo -share/locale/eo/LC_MESSAGES/phonon_kde_plugin.mo -share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.plasma.activitybar.mo -share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo -share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.plasma.appmenu.mo -share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo -share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo -share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo -share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo -share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo -share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.plasma.icon.mo -share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo -share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.plasma.manageinputmethod.mo -share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo -share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo -share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo -share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo -share/locale/eo/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.mo -share/locale/eo/LC_MESSAGES/plasma_containmentactions_applauncher.mo -share/locale/eo/LC_MESSAGES/plasma_containmentactions_contextmenu.mo -share/locale/eo/LC_MESSAGES/plasma_containmentactions_switchwindow.mo -share/locale/eo/LC_MESSAGES/plasma_engine_applicationjobs.mo -share/locale/eo/LC_MESSAGES/plasma_engine_devicenotifications.mo -share/locale/eo/LC_MESSAGES/plasma_engine_dict.mo -share/locale/eo/LC_MESSAGES/plasma_engine_hotplug.mo -share/locale/eo/LC_MESSAGES/plasma_engine_keystate.mo -share/locale/eo/LC_MESSAGES/plasma_engine_mpris2.mo -share/locale/eo/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/eo/LC_MESSAGES/plasma_engine_powermanagement.mo -share/locale/eo/LC_MESSAGES/plasma_engine_soliddevice.mo -share/locale/eo/LC_MESSAGES/plasma_engine_time.mo -share/locale/eo/LC_MESSAGES/plasma_engine_weather.mo -share/locale/eo/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo -share/locale/eo/LC_MESSAGES/plasma_package_plasmashell.mo -share/locale/eo/LC_MESSAGES/plasma_runner_appstream.mo -share/locale/eo/LC_MESSAGES/plasma_runner_baloosearch5.mo -share/locale/eo/LC_MESSAGES/plasma_runner_bookmarksrunner.mo -share/locale/eo/LC_MESSAGES/plasma_runner_calculatorrunner.mo -share/locale/eo/LC_MESSAGES/plasma_runner_kill.mo -share/locale/eo/LC_MESSAGES/plasma_runner_locations.mo -share/locale/eo/LC_MESSAGES/plasma_runner_placesrunner.mo -share/locale/eo/LC_MESSAGES/plasma_runner_powerdevil.mo -share/locale/eo/LC_MESSAGES/plasma_runner_recentdocuments.mo -share/locale/eo/LC_MESSAGES/plasma_runner_services.mo -share/locale/eo/LC_MESSAGES/plasma_runner_sessions.mo -share/locale/eo/LC_MESSAGES/plasma_runner_shell.mo -share/locale/eo/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/eo/LC_MESSAGES/plasma_runner_windowedwidgets.mo -share/locale/eo/LC_MESSAGES/plasma_wallpaper_org.kde.color.mo -share/locale/eo/LC_MESSAGES/plasma_wallpaper_org.kde.image.mo -share/locale/eo/LC_MESSAGES/plasmashell.mo -share/locale/eo/LC_MESSAGES/plasmashellprivateplugin.mo -share/locale/eo/LC_MESSAGES/soliduiserver5.mo -share/locale/es/LC_MESSAGES/freespacenotifier.mo -share/locale/es/LC_MESSAGES/kcm_autostart.mo -share/locale/es/LC_MESSAGES/kcm_colors.mo -share/locale/es/LC_MESSAGES/kcm_cursortheme.mo -share/locale/es/LC_MESSAGES/kcm_desktoptheme.mo -share/locale/es/LC_MESSAGES/kcm_feedback.mo -share/locale/es/LC_MESSAGES/kcm_fonts.mo -share/locale/es/LC_MESSAGES/kcm_icons.mo -share/locale/es/LC_MESSAGES/kcm_lookandfeel.mo -share/locale/es/LC_MESSAGES/kcm_nightcolor.mo -share/locale/es/LC_MESSAGES/kcm_notifications.mo -share/locale/es/LC_MESSAGES/kcm_regionandlang.mo -share/locale/es/LC_MESSAGES/kcm_style.mo -share/locale/es/LC_MESSAGES/kcm_users.mo -share/locale/es/LC_MESSAGES/kcminit.mo -share/locale/es/LC_MESSAGES/kfontinst.mo -share/locale/es/LC_MESSAGES/kholidays_calendar_plugin.mo -share/locale/es/LC_MESSAGES/kio5_applications.mo -share/locale/es/LC_MESSAGES/kio_desktop.mo -share/locale/es/LC_MESSAGES/klipper.mo -share/locale/es/LC_MESSAGES/krdb.mo -share/locale/es/LC_MESSAGES/krunner.mo -share/locale/es/LC_MESSAGES/ksmserver.mo -share/locale/es/LC_MESSAGES/libkicker.mo -share/locale/es/LC_MESSAGES/libkworkspace.mo -share/locale/es/LC_MESSAGES/libnotificationmanager.mo -share/locale/es/LC_MESSAGES/phonon_kde_plugin.mo -share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.activitybar.mo -share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo -share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.appmenu.mo -share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo -share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo -share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo -share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo -share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo -share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.icon.mo -share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo -share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.manageinputmethod.mo -share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo -share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo -share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo -share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo -share/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.mo -share/locale/es/LC_MESSAGES/plasma_containmentactions_applauncher.mo -share/locale/es/LC_MESSAGES/plasma_containmentactions_contextmenu.mo -share/locale/es/LC_MESSAGES/plasma_containmentactions_switchwindow.mo -share/locale/es/LC_MESSAGES/plasma_engine_applicationjobs.mo -share/locale/es/LC_MESSAGES/plasma_engine_devicenotifications.mo -share/locale/es/LC_MESSAGES/plasma_engine_dict.mo -share/locale/es/LC_MESSAGES/plasma_engine_hotplug.mo -share/locale/es/LC_MESSAGES/plasma_engine_keystate.mo -share/locale/es/LC_MESSAGES/plasma_engine_mpris2.mo -share/locale/es/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/es/LC_MESSAGES/plasma_engine_powermanagement.mo -share/locale/es/LC_MESSAGES/plasma_engine_soliddevice.mo -share/locale/es/LC_MESSAGES/plasma_engine_time.mo -share/locale/es/LC_MESSAGES/plasma_engine_weather.mo -share/locale/es/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo -share/locale/es/LC_MESSAGES/plasma_package_plasmashell.mo -share/locale/es/LC_MESSAGES/plasma_runner_appstream.mo -share/locale/es/LC_MESSAGES/plasma_runner_baloosearch5.mo -share/locale/es/LC_MESSAGES/plasma_runner_bookmarksrunner.mo -share/locale/es/LC_MESSAGES/plasma_runner_calculatorrunner.mo -share/locale/es/LC_MESSAGES/plasma_runner_kill.mo -share/locale/es/LC_MESSAGES/plasma_runner_locations.mo -share/locale/es/LC_MESSAGES/plasma_runner_placesrunner.mo -share/locale/es/LC_MESSAGES/plasma_runner_powerdevil.mo -share/locale/es/LC_MESSAGES/plasma_runner_recentdocuments.mo -share/locale/es/LC_MESSAGES/plasma_runner_services.mo -share/locale/es/LC_MESSAGES/plasma_runner_sessions.mo -share/locale/es/LC_MESSAGES/plasma_runner_shell.mo -share/locale/es/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/es/LC_MESSAGES/plasma_runner_windowedwidgets.mo -share/locale/es/LC_MESSAGES/plasma_wallpaper_org.kde.color.mo -share/locale/es/LC_MESSAGES/plasma_wallpaper_org.kde.image.mo -share/locale/es/LC_MESSAGES/plasmashell.mo -share/locale/es/LC_MESSAGES/plasmashellprivateplugin.mo -share/locale/es/LC_MESSAGES/soliduiserver5.mo -share/locale/es/LC_MESSAGES/systemmonitor.mo -share/locale/et/LC_MESSAGES/freespacenotifier.mo -share/locale/et/LC_MESSAGES/kcm_autostart.mo -share/locale/et/LC_MESSAGES/kcm_colors.mo -share/locale/et/LC_MESSAGES/kcm_cursortheme.mo -share/locale/et/LC_MESSAGES/kcm_desktoptheme.mo -share/locale/et/LC_MESSAGES/kcm_feedback.mo -share/locale/et/LC_MESSAGES/kcm_fonts.mo -share/locale/et/LC_MESSAGES/kcm_icons.mo -share/locale/et/LC_MESSAGES/kcm_lookandfeel.mo -share/locale/et/LC_MESSAGES/kcm_nightcolor.mo -share/locale/et/LC_MESSAGES/kcm_notifications.mo -share/locale/et/LC_MESSAGES/kcm_regionandlang.mo -share/locale/et/LC_MESSAGES/kcm_style.mo -share/locale/et/LC_MESSAGES/kcm_users.mo -share/locale/et/LC_MESSAGES/kcminit.mo -share/locale/et/LC_MESSAGES/kfontinst.mo -share/locale/et/LC_MESSAGES/kholidays_calendar_plugin.mo -share/locale/et/LC_MESSAGES/kio5_applications.mo -share/locale/et/LC_MESSAGES/kio_desktop.mo -share/locale/et/LC_MESSAGES/klipper.mo -share/locale/et/LC_MESSAGES/krdb.mo -share/locale/et/LC_MESSAGES/krunner.mo -share/locale/et/LC_MESSAGES/ksmserver.mo -share/locale/et/LC_MESSAGES/libkicker.mo -share/locale/et/LC_MESSAGES/libkworkspace.mo -share/locale/et/LC_MESSAGES/libnotificationmanager.mo -share/locale/et/LC_MESSAGES/phonon_kde_plugin.mo -share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo -share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.appmenu.mo -share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo -share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo -share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo -share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo -share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo -share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.icon.mo -share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo -share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo -share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo -share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo -share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo -share/locale/et/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.mo -share/locale/et/LC_MESSAGES/plasma_containmentactions_applauncher.mo -share/locale/et/LC_MESSAGES/plasma_containmentactions_contextmenu.mo -share/locale/et/LC_MESSAGES/plasma_containmentactions_switchwindow.mo -share/locale/et/LC_MESSAGES/plasma_engine_applicationjobs.mo -share/locale/et/LC_MESSAGES/plasma_engine_devicenotifications.mo -share/locale/et/LC_MESSAGES/plasma_engine_dict.mo -share/locale/et/LC_MESSAGES/plasma_engine_hotplug.mo -share/locale/et/LC_MESSAGES/plasma_engine_keystate.mo -share/locale/et/LC_MESSAGES/plasma_engine_mpris2.mo -share/locale/et/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/et/LC_MESSAGES/plasma_engine_powermanagement.mo -share/locale/et/LC_MESSAGES/plasma_engine_soliddevice.mo -share/locale/et/LC_MESSAGES/plasma_engine_time.mo -share/locale/et/LC_MESSAGES/plasma_engine_weather.mo -share/locale/et/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo -share/locale/et/LC_MESSAGES/plasma_package_plasmashell.mo -share/locale/et/LC_MESSAGES/plasma_runner_appstream.mo -share/locale/et/LC_MESSAGES/plasma_runner_baloosearch5.mo -share/locale/et/LC_MESSAGES/plasma_runner_bookmarksrunner.mo -share/locale/et/LC_MESSAGES/plasma_runner_calculatorrunner.mo -share/locale/et/LC_MESSAGES/plasma_runner_kill.mo -share/locale/et/LC_MESSAGES/plasma_runner_locations.mo -share/locale/et/LC_MESSAGES/plasma_runner_placesrunner.mo -share/locale/et/LC_MESSAGES/plasma_runner_powerdevil.mo -share/locale/et/LC_MESSAGES/plasma_runner_recentdocuments.mo -share/locale/et/LC_MESSAGES/plasma_runner_services.mo -share/locale/et/LC_MESSAGES/plasma_runner_sessions.mo -share/locale/et/LC_MESSAGES/plasma_runner_shell.mo -share/locale/et/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/et/LC_MESSAGES/plasma_runner_windowedwidgets.mo -share/locale/et/LC_MESSAGES/plasma_wallpaper_org.kde.color.mo -share/locale/et/LC_MESSAGES/plasma_wallpaper_org.kde.image.mo -share/locale/et/LC_MESSAGES/plasmashell.mo -share/locale/et/LC_MESSAGES/plasmashellprivateplugin.mo -share/locale/et/LC_MESSAGES/soliduiserver5.mo -share/locale/et/LC_MESSAGES/systemmonitor.mo -share/locale/eu/LC_MESSAGES/freespacenotifier.mo -share/locale/eu/LC_MESSAGES/kcm_autostart.mo -share/locale/eu/LC_MESSAGES/kcm_colors.mo -share/locale/eu/LC_MESSAGES/kcm_cursortheme.mo -share/locale/eu/LC_MESSAGES/kcm_desktoptheme.mo -share/locale/eu/LC_MESSAGES/kcm_feedback.mo -share/locale/eu/LC_MESSAGES/kcm_fonts.mo -share/locale/eu/LC_MESSAGES/kcm_icons.mo -share/locale/eu/LC_MESSAGES/kcm_lookandfeel.mo -share/locale/eu/LC_MESSAGES/kcm_nightcolor.mo -share/locale/eu/LC_MESSAGES/kcm_notifications.mo -share/locale/eu/LC_MESSAGES/kcm_regionandlang.mo -share/locale/eu/LC_MESSAGES/kcm_style.mo -share/locale/eu/LC_MESSAGES/kcm_users.mo -share/locale/eu/LC_MESSAGES/kcminit.mo -share/locale/eu/LC_MESSAGES/kfontinst.mo -share/locale/eu/LC_MESSAGES/kholidays_calendar_plugin.mo -share/locale/eu/LC_MESSAGES/kio5_applications.mo -share/locale/eu/LC_MESSAGES/kio_desktop.mo -share/locale/eu/LC_MESSAGES/klipper.mo -share/locale/eu/LC_MESSAGES/krdb.mo -share/locale/eu/LC_MESSAGES/krunner.mo -share/locale/eu/LC_MESSAGES/ksmserver.mo -share/locale/eu/LC_MESSAGES/libkicker.mo -share/locale/eu/LC_MESSAGES/libkworkspace.mo -share/locale/eu/LC_MESSAGES/libnotificationmanager.mo -share/locale/eu/LC_MESSAGES/phonon_kde_plugin.mo -share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.activitybar.mo -share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo -share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.appmenu.mo -share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo -share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo -share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo -share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo -share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo -share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.icon.mo -share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo -share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.manageinputmethod.mo -share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo -share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo -share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo -share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo -share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.mo -share/locale/eu/LC_MESSAGES/plasma_containmentactions_applauncher.mo -share/locale/eu/LC_MESSAGES/plasma_containmentactions_contextmenu.mo -share/locale/eu/LC_MESSAGES/plasma_containmentactions_switchwindow.mo -share/locale/eu/LC_MESSAGES/plasma_engine_applicationjobs.mo -share/locale/eu/LC_MESSAGES/plasma_engine_devicenotifications.mo -share/locale/eu/LC_MESSAGES/plasma_engine_dict.mo -share/locale/eu/LC_MESSAGES/plasma_engine_hotplug.mo -share/locale/eu/LC_MESSAGES/plasma_engine_keystate.mo -share/locale/eu/LC_MESSAGES/plasma_engine_mpris2.mo -share/locale/eu/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/eu/LC_MESSAGES/plasma_engine_powermanagement.mo -share/locale/eu/LC_MESSAGES/plasma_engine_soliddevice.mo -share/locale/eu/LC_MESSAGES/plasma_engine_time.mo -share/locale/eu/LC_MESSAGES/plasma_engine_weather.mo -share/locale/eu/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo -share/locale/eu/LC_MESSAGES/plasma_package_plasmashell.mo -share/locale/eu/LC_MESSAGES/plasma_runner_appstream.mo -share/locale/eu/LC_MESSAGES/plasma_runner_baloosearch5.mo -share/locale/eu/LC_MESSAGES/plasma_runner_bookmarksrunner.mo -share/locale/eu/LC_MESSAGES/plasma_runner_calculatorrunner.mo -share/locale/eu/LC_MESSAGES/plasma_runner_kill.mo -share/locale/eu/LC_MESSAGES/plasma_runner_locations.mo -share/locale/eu/LC_MESSAGES/plasma_runner_placesrunner.mo -share/locale/eu/LC_MESSAGES/plasma_runner_powerdevil.mo -share/locale/eu/LC_MESSAGES/plasma_runner_recentdocuments.mo -share/locale/eu/LC_MESSAGES/plasma_runner_services.mo -share/locale/eu/LC_MESSAGES/plasma_runner_sessions.mo -share/locale/eu/LC_MESSAGES/plasma_runner_shell.mo -share/locale/eu/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/eu/LC_MESSAGES/plasma_runner_windowedwidgets.mo -share/locale/eu/LC_MESSAGES/plasma_wallpaper_org.kde.color.mo -share/locale/eu/LC_MESSAGES/plasma_wallpaper_org.kde.image.mo -share/locale/eu/LC_MESSAGES/plasmashell.mo -share/locale/eu/LC_MESSAGES/plasmashellprivateplugin.mo -share/locale/eu/LC_MESSAGES/soliduiserver5.mo -share/locale/eu/LC_MESSAGES/systemmonitor.mo -share/locale/fa/LC_MESSAGES/freespacenotifier.mo -share/locale/fa/LC_MESSAGES/kcm_autostart.mo -share/locale/fa/LC_MESSAGES/kcm_colors.mo -share/locale/fa/LC_MESSAGES/kcm_cursortheme.mo -share/locale/fa/LC_MESSAGES/kcm_desktoptheme.mo -share/locale/fa/LC_MESSAGES/kcm_fonts.mo -share/locale/fa/LC_MESSAGES/kcm_icons.mo -share/locale/fa/LC_MESSAGES/kcm_style.mo -share/locale/fa/LC_MESSAGES/kcminit.mo -share/locale/fa/LC_MESSAGES/kfontinst.mo -share/locale/fa/LC_MESSAGES/kio5_applications.mo -share/locale/fa/LC_MESSAGES/klipper.mo -share/locale/fa/LC_MESSAGES/krdb.mo -share/locale/fa/LC_MESSAGES/ksmserver.mo -share/locale/fa/LC_MESSAGES/libkworkspace.mo -share/locale/fa/LC_MESSAGES/phonon_kde_plugin.mo -share/locale/fa/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo -share/locale/fa/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo -share/locale/fa/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo -share/locale/fa/LC_MESSAGES/plasma_containmentactions_contextmenu.mo -share/locale/fa/LC_MESSAGES/plasma_runner_locations.mo -share/locale/fa/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/fa/LC_MESSAGES/soliduiserver5.mo -share/locale/fi/LC_MESSAGES/freespacenotifier.mo -share/locale/fi/LC_MESSAGES/kcm_autostart.mo -share/locale/fi/LC_MESSAGES/kcm_colors.mo -share/locale/fi/LC_MESSAGES/kcm_cursortheme.mo -share/locale/fi/LC_MESSAGES/kcm_desktoptheme.mo -share/locale/fi/LC_MESSAGES/kcm_feedback.mo -share/locale/fi/LC_MESSAGES/kcm_fonts.mo -share/locale/fi/LC_MESSAGES/kcm_icons.mo -share/locale/fi/LC_MESSAGES/kcm_lookandfeel.mo -share/locale/fi/LC_MESSAGES/kcm_nightcolor.mo -share/locale/fi/LC_MESSAGES/kcm_notifications.mo -share/locale/fi/LC_MESSAGES/kcm_regionandlang.mo -share/locale/fi/LC_MESSAGES/kcm_style.mo -share/locale/fi/LC_MESSAGES/kcm_users.mo -share/locale/fi/LC_MESSAGES/kcminit.mo -share/locale/fi/LC_MESSAGES/kfontinst.mo -share/locale/fi/LC_MESSAGES/kholidays_calendar_plugin.mo -share/locale/fi/LC_MESSAGES/kio5_applications.mo -share/locale/fi/LC_MESSAGES/kio_desktop.mo -share/locale/fi/LC_MESSAGES/klipper.mo -share/locale/fi/LC_MESSAGES/krdb.mo -share/locale/fi/LC_MESSAGES/krunner.mo -share/locale/fi/LC_MESSAGES/ksmserver.mo -share/locale/fi/LC_MESSAGES/libkicker.mo -share/locale/fi/LC_MESSAGES/libkworkspace.mo -share/locale/fi/LC_MESSAGES/libnotificationmanager.mo -share/locale/fi/LC_MESSAGES/phonon_kde_plugin.mo -share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.activitybar.mo -share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo -share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.appmenu.mo -share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo -share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo -share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo -share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo -share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo -share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.icon.mo -share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo -share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.manageinputmethod.mo -share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo -share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo -share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo -share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo -share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.mo -share/locale/fi/LC_MESSAGES/plasma_containmentactions_applauncher.mo -share/locale/fi/LC_MESSAGES/plasma_containmentactions_contextmenu.mo -share/locale/fi/LC_MESSAGES/plasma_containmentactions_switchwindow.mo -share/locale/fi/LC_MESSAGES/plasma_engine_applicationjobs.mo -share/locale/fi/LC_MESSAGES/plasma_engine_devicenotifications.mo -share/locale/fi/LC_MESSAGES/plasma_engine_dict.mo -share/locale/fi/LC_MESSAGES/plasma_engine_hotplug.mo -share/locale/fi/LC_MESSAGES/plasma_engine_keystate.mo -share/locale/fi/LC_MESSAGES/plasma_engine_mpris2.mo -share/locale/fi/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/fi/LC_MESSAGES/plasma_engine_powermanagement.mo -share/locale/fi/LC_MESSAGES/plasma_engine_soliddevice.mo -share/locale/fi/LC_MESSAGES/plasma_engine_time.mo -share/locale/fi/LC_MESSAGES/plasma_engine_weather.mo -share/locale/fi/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo -share/locale/fi/LC_MESSAGES/plasma_package_plasmashell.mo -share/locale/fi/LC_MESSAGES/plasma_runner_appstream.mo -share/locale/fi/LC_MESSAGES/plasma_runner_baloosearch5.mo -share/locale/fi/LC_MESSAGES/plasma_runner_bookmarksrunner.mo -share/locale/fi/LC_MESSAGES/plasma_runner_calculatorrunner.mo -share/locale/fi/LC_MESSAGES/plasma_runner_kill.mo -share/locale/fi/LC_MESSAGES/plasma_runner_locations.mo -share/locale/fi/LC_MESSAGES/plasma_runner_placesrunner.mo -share/locale/fi/LC_MESSAGES/plasma_runner_powerdevil.mo -share/locale/fi/LC_MESSAGES/plasma_runner_recentdocuments.mo -share/locale/fi/LC_MESSAGES/plasma_runner_services.mo -share/locale/fi/LC_MESSAGES/plasma_runner_sessions.mo -share/locale/fi/LC_MESSAGES/plasma_runner_shell.mo -share/locale/fi/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/fi/LC_MESSAGES/plasma_runner_windowedwidgets.mo -share/locale/fi/LC_MESSAGES/plasma_wallpaper_org.kde.color.mo -share/locale/fi/LC_MESSAGES/plasma_wallpaper_org.kde.image.mo -share/locale/fi/LC_MESSAGES/plasmashell.mo -share/locale/fi/LC_MESSAGES/plasmashellprivateplugin.mo -share/locale/fi/LC_MESSAGES/soliduiserver5.mo -share/locale/fi/LC_MESSAGES/systemmonitor.mo -share/locale/fr/LC_MESSAGES/freespacenotifier.mo -share/locale/fr/LC_MESSAGES/kcm_autostart.mo -share/locale/fr/LC_MESSAGES/kcm_colors.mo -share/locale/fr/LC_MESSAGES/kcm_cursortheme.mo -share/locale/fr/LC_MESSAGES/kcm_desktoptheme.mo -share/locale/fr/LC_MESSAGES/kcm_feedback.mo -share/locale/fr/LC_MESSAGES/kcm_fonts.mo -share/locale/fr/LC_MESSAGES/kcm_icons.mo -share/locale/fr/LC_MESSAGES/kcm_lookandfeel.mo -share/locale/fr/LC_MESSAGES/kcm_nightcolor.mo -share/locale/fr/LC_MESSAGES/kcm_notifications.mo -share/locale/fr/LC_MESSAGES/kcm_regionandlang.mo -share/locale/fr/LC_MESSAGES/kcm_style.mo -share/locale/fr/LC_MESSAGES/kcm_users.mo -share/locale/fr/LC_MESSAGES/kcminit.mo -share/locale/fr/LC_MESSAGES/kfontinst.mo -share/locale/fr/LC_MESSAGES/kholidays_calendar_plugin.mo -share/locale/fr/LC_MESSAGES/kio5_applications.mo -share/locale/fr/LC_MESSAGES/kio_desktop.mo -share/locale/fr/LC_MESSAGES/klipper.mo -share/locale/fr/LC_MESSAGES/krdb.mo -share/locale/fr/LC_MESSAGES/krunner.mo -share/locale/fr/LC_MESSAGES/ksmserver.mo -share/locale/fr/LC_MESSAGES/libkicker.mo -share/locale/fr/LC_MESSAGES/libkworkspace.mo -share/locale/fr/LC_MESSAGES/libnotificationmanager.mo -share/locale/fr/LC_MESSAGES/phonon_kde_plugin.mo -share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.activitybar.mo -share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo -share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.appmenu.mo -share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo -share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo -share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo -share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo -share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo -share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.icon.mo -share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo -share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.manageinputmethod.mo -share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo -share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo -share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo -share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo -share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.mo -share/locale/fr/LC_MESSAGES/plasma_containmentactions_applauncher.mo -share/locale/fr/LC_MESSAGES/plasma_containmentactions_contextmenu.mo -share/locale/fr/LC_MESSAGES/plasma_containmentactions_switchwindow.mo -share/locale/fr/LC_MESSAGES/plasma_engine_applicationjobs.mo -share/locale/fr/LC_MESSAGES/plasma_engine_devicenotifications.mo -share/locale/fr/LC_MESSAGES/plasma_engine_dict.mo -share/locale/fr/LC_MESSAGES/plasma_engine_hotplug.mo -share/locale/fr/LC_MESSAGES/plasma_engine_keystate.mo -share/locale/fr/LC_MESSAGES/plasma_engine_mpris2.mo -share/locale/fr/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/fr/LC_MESSAGES/plasma_engine_powermanagement.mo -share/locale/fr/LC_MESSAGES/plasma_engine_soliddevice.mo -share/locale/fr/LC_MESSAGES/plasma_engine_time.mo -share/locale/fr/LC_MESSAGES/plasma_engine_weather.mo -share/locale/fr/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo -share/locale/fr/LC_MESSAGES/plasma_package_plasmashell.mo -share/locale/fr/LC_MESSAGES/plasma_runner_appstream.mo -share/locale/fr/LC_MESSAGES/plasma_runner_baloosearch5.mo -share/locale/fr/LC_MESSAGES/plasma_runner_bookmarksrunner.mo -share/locale/fr/LC_MESSAGES/plasma_runner_calculatorrunner.mo -share/locale/fr/LC_MESSAGES/plasma_runner_kill.mo -share/locale/fr/LC_MESSAGES/plasma_runner_locations.mo -share/locale/fr/LC_MESSAGES/plasma_runner_placesrunner.mo -share/locale/fr/LC_MESSAGES/plasma_runner_powerdevil.mo -share/locale/fr/LC_MESSAGES/plasma_runner_recentdocuments.mo -share/locale/fr/LC_MESSAGES/plasma_runner_services.mo -share/locale/fr/LC_MESSAGES/plasma_runner_sessions.mo -share/locale/fr/LC_MESSAGES/plasma_runner_shell.mo -share/locale/fr/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/fr/LC_MESSAGES/plasma_runner_windowedwidgets.mo -share/locale/fr/LC_MESSAGES/plasma_wallpaper_org.kde.color.mo -share/locale/fr/LC_MESSAGES/plasma_wallpaper_org.kde.image.mo -share/locale/fr/LC_MESSAGES/plasmashell.mo -share/locale/fr/LC_MESSAGES/plasmashellprivateplugin.mo -share/locale/fr/LC_MESSAGES/soliduiserver5.mo -share/locale/fr/LC_MESSAGES/systemmonitor.mo -share/locale/fy/LC_MESSAGES/kcm_autostart.mo -share/locale/fy/LC_MESSAGES/kcm_colors.mo -share/locale/fy/LC_MESSAGES/kcm_cursortheme.mo -share/locale/fy/LC_MESSAGES/kcm_desktoptheme.mo -share/locale/fy/LC_MESSAGES/kcm_fonts.mo -share/locale/fy/LC_MESSAGES/kcm_icons.mo -share/locale/fy/LC_MESSAGES/kcm_style.mo -share/locale/fy/LC_MESSAGES/kcminit.mo -share/locale/fy/LC_MESSAGES/kfontinst.mo -share/locale/fy/LC_MESSAGES/kio5_applications.mo -share/locale/fy/LC_MESSAGES/klipper.mo -share/locale/fy/LC_MESSAGES/krdb.mo -share/locale/fy/LC_MESSAGES/ksmserver.mo -share/locale/fy/LC_MESSAGES/libkworkspace.mo -share/locale/fy/LC_MESSAGES/phonon_kde_plugin.mo -share/locale/fy/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo -share/locale/fy/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo -share/locale/fy/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo -share/locale/fy/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo -share/locale/fy/LC_MESSAGES/plasma_engine_applicationjobs.mo -share/locale/fy/LC_MESSAGES/plasma_engine_keystate.mo -share/locale/fy/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/fy/LC_MESSAGES/plasma_engine_weather.mo -share/locale/fy/LC_MESSAGES/plasma_runner_bookmarksrunner.mo -share/locale/fy/LC_MESSAGES/plasma_runner_calculatorrunner.mo -share/locale/fy/LC_MESSAGES/plasma_runner_locations.mo -share/locale/fy/LC_MESSAGES/plasma_runner_placesrunner.mo -share/locale/fy/LC_MESSAGES/plasma_runner_powerdevil.mo -share/locale/fy/LC_MESSAGES/plasma_runner_recentdocuments.mo -share/locale/fy/LC_MESSAGES/plasma_runner_services.mo -share/locale/fy/LC_MESSAGES/plasma_runner_sessions.mo -share/locale/fy/LC_MESSAGES/plasma_runner_shell.mo -share/locale/fy/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/fy/LC_MESSAGES/plasma_wallpaper_org.kde.image.mo -share/locale/fy/LC_MESSAGES/soliduiserver5.mo -share/locale/ga/LC_MESSAGES/freespacenotifier.mo -share/locale/ga/LC_MESSAGES/kcm_autostart.mo -share/locale/ga/LC_MESSAGES/kcm_colors.mo -share/locale/ga/LC_MESSAGES/kcm_cursortheme.mo -share/locale/ga/LC_MESSAGES/kcm_desktoptheme.mo -share/locale/ga/LC_MESSAGES/kcm_fonts.mo -share/locale/ga/LC_MESSAGES/kcm_icons.mo -share/locale/ga/LC_MESSAGES/kcm_style.mo -share/locale/ga/LC_MESSAGES/kcminit.mo -share/locale/ga/LC_MESSAGES/kfontinst.mo -share/locale/ga/LC_MESSAGES/kio5_applications.mo -share/locale/ga/LC_MESSAGES/klipper.mo -share/locale/ga/LC_MESSAGES/krdb.mo -share/locale/ga/LC_MESSAGES/ksmserver.mo -share/locale/ga/LC_MESSAGES/libkicker.mo -share/locale/ga/LC_MESSAGES/libkworkspace.mo -share/locale/ga/LC_MESSAGES/phonon_kde_plugin.mo -share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo -share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo -share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo -share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo -share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo -share/locale/ga/LC_MESSAGES/plasma_containmentactions_contextmenu.mo -share/locale/ga/LC_MESSAGES/plasma_containmentactions_switchwindow.mo -share/locale/ga/LC_MESSAGES/plasma_engine_applicationjobs.mo -share/locale/ga/LC_MESSAGES/plasma_engine_keystate.mo -share/locale/ga/LC_MESSAGES/plasma_engine_mpris2.mo -share/locale/ga/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/ga/LC_MESSAGES/plasma_engine_soliddevice.mo -share/locale/ga/LC_MESSAGES/plasma_engine_weather.mo -share/locale/ga/LC_MESSAGES/plasma_runner_bookmarksrunner.mo -share/locale/ga/LC_MESSAGES/plasma_runner_calculatorrunner.mo -share/locale/ga/LC_MESSAGES/plasma_runner_kill.mo -share/locale/ga/LC_MESSAGES/plasma_runner_locations.mo -share/locale/ga/LC_MESSAGES/plasma_runner_placesrunner.mo -share/locale/ga/LC_MESSAGES/plasma_runner_powerdevil.mo -share/locale/ga/LC_MESSAGES/plasma_runner_recentdocuments.mo -share/locale/ga/LC_MESSAGES/plasma_runner_services.mo -share/locale/ga/LC_MESSAGES/plasma_runner_sessions.mo -share/locale/ga/LC_MESSAGES/plasma_runner_shell.mo -share/locale/ga/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/ga/LC_MESSAGES/plasma_runner_windowedwidgets.mo -share/locale/ga/LC_MESSAGES/plasma_wallpaper_org.kde.image.mo -share/locale/ga/LC_MESSAGES/soliduiserver5.mo -share/locale/gl/LC_MESSAGES/freespacenotifier.mo -share/locale/gl/LC_MESSAGES/kcm_autostart.mo -share/locale/gl/LC_MESSAGES/kcm_colors.mo -share/locale/gl/LC_MESSAGES/kcm_cursortheme.mo -share/locale/gl/LC_MESSAGES/kcm_desktoptheme.mo -share/locale/gl/LC_MESSAGES/kcm_feedback.mo -share/locale/gl/LC_MESSAGES/kcm_fonts.mo -share/locale/gl/LC_MESSAGES/kcm_icons.mo -share/locale/gl/LC_MESSAGES/kcm_lookandfeel.mo -share/locale/gl/LC_MESSAGES/kcm_nightcolor.mo -share/locale/gl/LC_MESSAGES/kcm_notifications.mo -share/locale/gl/LC_MESSAGES/kcm_style.mo -share/locale/gl/LC_MESSAGES/kcminit.mo -share/locale/gl/LC_MESSAGES/kfontinst.mo -share/locale/gl/LC_MESSAGES/kholidays_calendar_plugin.mo -share/locale/gl/LC_MESSAGES/kio5_applications.mo -share/locale/gl/LC_MESSAGES/kio_desktop.mo -share/locale/gl/LC_MESSAGES/klipper.mo -share/locale/gl/LC_MESSAGES/krdb.mo -share/locale/gl/LC_MESSAGES/krunner.mo -share/locale/gl/LC_MESSAGES/ksmserver.mo -share/locale/gl/LC_MESSAGES/libkicker.mo -share/locale/gl/LC_MESSAGES/libkworkspace.mo -share/locale/gl/LC_MESSAGES/libnotificationmanager.mo -share/locale/gl/LC_MESSAGES/phonon_kde_plugin.mo -share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.activitybar.mo -share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo -share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.appmenu.mo -share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo -share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo -share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo -share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo -share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo -share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.icon.mo -share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo -share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.manageinputmethod.mo -share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo -share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo -share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo -share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo -share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.mo -share/locale/gl/LC_MESSAGES/plasma_containmentactions_applauncher.mo -share/locale/gl/LC_MESSAGES/plasma_containmentactions_contextmenu.mo -share/locale/gl/LC_MESSAGES/plasma_containmentactions_switchwindow.mo -share/locale/gl/LC_MESSAGES/plasma_engine_applicationjobs.mo -share/locale/gl/LC_MESSAGES/plasma_engine_devicenotifications.mo -share/locale/gl/LC_MESSAGES/plasma_engine_dict.mo -share/locale/gl/LC_MESSAGES/plasma_engine_hotplug.mo -share/locale/gl/LC_MESSAGES/plasma_engine_keystate.mo -share/locale/gl/LC_MESSAGES/plasma_engine_mpris2.mo -share/locale/gl/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/gl/LC_MESSAGES/plasma_engine_powermanagement.mo -share/locale/gl/LC_MESSAGES/plasma_engine_soliddevice.mo -share/locale/gl/LC_MESSAGES/plasma_engine_time.mo -share/locale/gl/LC_MESSAGES/plasma_engine_weather.mo -share/locale/gl/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo -share/locale/gl/LC_MESSAGES/plasma_package_plasmashell.mo -share/locale/gl/LC_MESSAGES/plasma_runner_appstream.mo -share/locale/gl/LC_MESSAGES/plasma_runner_baloosearch5.mo -share/locale/gl/LC_MESSAGES/plasma_runner_bookmarksrunner.mo -share/locale/gl/LC_MESSAGES/plasma_runner_calculatorrunner.mo -share/locale/gl/LC_MESSAGES/plasma_runner_kill.mo -share/locale/gl/LC_MESSAGES/plasma_runner_locations.mo -share/locale/gl/LC_MESSAGES/plasma_runner_placesrunner.mo -share/locale/gl/LC_MESSAGES/plasma_runner_powerdevil.mo -share/locale/gl/LC_MESSAGES/plasma_runner_recentdocuments.mo -share/locale/gl/LC_MESSAGES/plasma_runner_services.mo -share/locale/gl/LC_MESSAGES/plasma_runner_sessions.mo -share/locale/gl/LC_MESSAGES/plasma_runner_shell.mo -share/locale/gl/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/gl/LC_MESSAGES/plasma_runner_windowedwidgets.mo -share/locale/gl/LC_MESSAGES/plasma_wallpaper_org.kde.color.mo -share/locale/gl/LC_MESSAGES/plasma_wallpaper_org.kde.image.mo -share/locale/gl/LC_MESSAGES/plasmashell.mo -share/locale/gl/LC_MESSAGES/plasmashellprivateplugin.mo -share/locale/gl/LC_MESSAGES/soliduiserver5.mo -share/locale/gl/LC_MESSAGES/systemmonitor.mo -share/locale/gu/LC_MESSAGES/freespacenotifier.mo -share/locale/gu/LC_MESSAGES/kcm_autostart.mo -share/locale/gu/LC_MESSAGES/kcm_colors.mo -share/locale/gu/LC_MESSAGES/kcm_cursortheme.mo -share/locale/gu/LC_MESSAGES/kcm_desktoptheme.mo -share/locale/gu/LC_MESSAGES/kcm_fonts.mo -share/locale/gu/LC_MESSAGES/kcm_icons.mo -share/locale/gu/LC_MESSAGES/kcm_style.mo -share/locale/gu/LC_MESSAGES/kcminit.mo -share/locale/gu/LC_MESSAGES/kfontinst.mo -share/locale/gu/LC_MESSAGES/kio5_applications.mo -share/locale/gu/LC_MESSAGES/klipper.mo -share/locale/gu/LC_MESSAGES/krdb.mo -share/locale/gu/LC_MESSAGES/ksmserver.mo -share/locale/gu/LC_MESSAGES/libkworkspace.mo -share/locale/gu/LC_MESSAGES/phonon_kde_plugin.mo -share/locale/gu/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo -share/locale/gu/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo -share/locale/gu/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo -share/locale/gu/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo -share/locale/gu/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo -share/locale/gu/LC_MESSAGES/plasma_containmentactions_contextmenu.mo -share/locale/gu/LC_MESSAGES/plasma_containmentactions_switchwindow.mo -share/locale/gu/LC_MESSAGES/plasma_engine_applicationjobs.mo -share/locale/gu/LC_MESSAGES/plasma_engine_keystate.mo -share/locale/gu/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/gu/LC_MESSAGES/plasma_engine_soliddevice.mo -share/locale/gu/LC_MESSAGES/plasma_engine_weather.mo -share/locale/gu/LC_MESSAGES/plasma_runner_bookmarksrunner.mo -share/locale/gu/LC_MESSAGES/plasma_runner_kill.mo -share/locale/gu/LC_MESSAGES/plasma_runner_locations.mo -share/locale/gu/LC_MESSAGES/plasma_runner_placesrunner.mo -share/locale/gu/LC_MESSAGES/plasma_runner_powerdevil.mo -share/locale/gu/LC_MESSAGES/plasma_runner_recentdocuments.mo -share/locale/gu/LC_MESSAGES/plasma_runner_services.mo -share/locale/gu/LC_MESSAGES/plasma_runner_sessions.mo -share/locale/gu/LC_MESSAGES/plasma_runner_shell.mo -share/locale/gu/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/gu/LC_MESSAGES/plasma_runner_windowedwidgets.mo -share/locale/gu/LC_MESSAGES/plasma_wallpaper_org.kde.image.mo -share/locale/gu/LC_MESSAGES/soliduiserver5.mo -share/locale/he/LC_MESSAGES/freespacenotifier.mo -share/locale/he/LC_MESSAGES/kcm_autostart.mo -share/locale/he/LC_MESSAGES/kcm_colors.mo -share/locale/he/LC_MESSAGES/kcm_cursortheme.mo -share/locale/he/LC_MESSAGES/kcm_desktoptheme.mo -share/locale/he/LC_MESSAGES/kcm_fonts.mo -share/locale/he/LC_MESSAGES/kcm_icons.mo -share/locale/he/LC_MESSAGES/kcm_lookandfeel.mo -share/locale/he/LC_MESSAGES/kcm_style.mo -share/locale/he/LC_MESSAGES/kcminit.mo -share/locale/he/LC_MESSAGES/kfontinst.mo -share/locale/he/LC_MESSAGES/kholidays_calendar_plugin.mo -share/locale/he/LC_MESSAGES/kio5_applications.mo -share/locale/he/LC_MESSAGES/kio_desktop.mo -share/locale/he/LC_MESSAGES/klipper.mo -share/locale/he/LC_MESSAGES/krdb.mo -share/locale/he/LC_MESSAGES/krunner.mo -share/locale/he/LC_MESSAGES/ksmserver.mo -share/locale/he/LC_MESSAGES/libkicker.mo -share/locale/he/LC_MESSAGES/libkworkspace.mo -share/locale/he/LC_MESSAGES/phonon_kde_plugin.mo -share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo -share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.appmenu.mo -share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo -share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo -share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo -share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo -share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo -share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.icon.mo -share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo -share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo -share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo -share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo -share/locale/he/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo -share/locale/he/LC_MESSAGES/plasma_containmentactions_contextmenu.mo -share/locale/he/LC_MESSAGES/plasma_containmentactions_switchwindow.mo -share/locale/he/LC_MESSAGES/plasma_engine_applicationjobs.mo -share/locale/he/LC_MESSAGES/plasma_engine_devicenotifications.mo -share/locale/he/LC_MESSAGES/plasma_engine_keystate.mo -share/locale/he/LC_MESSAGES/plasma_engine_mpris2.mo -share/locale/he/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/he/LC_MESSAGES/plasma_engine_powermanagement.mo -share/locale/he/LC_MESSAGES/plasma_engine_soliddevice.mo -share/locale/he/LC_MESSAGES/plasma_engine_time.mo -share/locale/he/LC_MESSAGES/plasma_engine_weather.mo -share/locale/he/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo -share/locale/he/LC_MESSAGES/plasma_runner_baloosearch5.mo -share/locale/he/LC_MESSAGES/plasma_runner_bookmarksrunner.mo -share/locale/he/LC_MESSAGES/plasma_runner_calculatorrunner.mo -share/locale/he/LC_MESSAGES/plasma_runner_kill.mo -share/locale/he/LC_MESSAGES/plasma_runner_locations.mo -share/locale/he/LC_MESSAGES/plasma_runner_placesrunner.mo -share/locale/he/LC_MESSAGES/plasma_runner_powerdevil.mo -share/locale/he/LC_MESSAGES/plasma_runner_recentdocuments.mo -share/locale/he/LC_MESSAGES/plasma_runner_services.mo -share/locale/he/LC_MESSAGES/plasma_runner_sessions.mo -share/locale/he/LC_MESSAGES/plasma_runner_shell.mo -share/locale/he/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/he/LC_MESSAGES/plasma_runner_windowedwidgets.mo -share/locale/he/LC_MESSAGES/plasma_wallpaper_org.kde.color.mo -share/locale/he/LC_MESSAGES/plasma_wallpaper_org.kde.image.mo -share/locale/he/LC_MESSAGES/plasmashell.mo -share/locale/he/LC_MESSAGES/plasmashellprivateplugin.mo -share/locale/he/LC_MESSAGES/soliduiserver5.mo -share/locale/he/LC_MESSAGES/systemmonitor.mo -share/locale/hi/LC_MESSAGES/freespacenotifier.mo -share/locale/hi/LC_MESSAGES/kcm_autostart.mo -share/locale/hi/LC_MESSAGES/kcm_colors.mo -share/locale/hi/LC_MESSAGES/kcm_cursortheme.mo -share/locale/hi/LC_MESSAGES/kcm_desktoptheme.mo -share/locale/hi/LC_MESSAGES/kcm_feedback.mo -share/locale/hi/LC_MESSAGES/kcm_fonts.mo -share/locale/hi/LC_MESSAGES/kcm_icons.mo -share/locale/hi/LC_MESSAGES/kcm_lookandfeel.mo -share/locale/hi/LC_MESSAGES/kcm_nightcolor.mo -share/locale/hi/LC_MESSAGES/kcm_notifications.mo -share/locale/hi/LC_MESSAGES/kcm_style.mo -share/locale/hi/LC_MESSAGES/kcm_users.mo -share/locale/hi/LC_MESSAGES/kcminit.mo -share/locale/hi/LC_MESSAGES/kfontinst.mo -share/locale/hi/LC_MESSAGES/kholidays_calendar_plugin.mo -share/locale/hi/LC_MESSAGES/kio5_applications.mo -share/locale/hi/LC_MESSAGES/kio_desktop.mo -share/locale/hi/LC_MESSAGES/klipper.mo -share/locale/hi/LC_MESSAGES/krdb.mo -share/locale/hi/LC_MESSAGES/krunner.mo -share/locale/hi/LC_MESSAGES/ksmserver.mo -share/locale/hi/LC_MESSAGES/libkicker.mo -share/locale/hi/LC_MESSAGES/libkworkspace.mo -share/locale/hi/LC_MESSAGES/libnotificationmanager.mo -share/locale/hi/LC_MESSAGES/phonon_kde_plugin.mo -share/locale/hi/LC_MESSAGES/plasma_applet_org.kde.plasma.activitybar.mo -share/locale/hi/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo -share/locale/hi/LC_MESSAGES/plasma_applet_org.kde.plasma.appmenu.mo -share/locale/hi/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo -share/locale/hi/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo -share/locale/hi/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo -share/locale/hi/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo -share/locale/hi/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo -share/locale/hi/LC_MESSAGES/plasma_applet_org.kde.plasma.icon.mo -share/locale/hi/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo -share/locale/hi/LC_MESSAGES/plasma_applet_org.kde.plasma.manageinputmethod.mo -share/locale/hi/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo -share/locale/hi/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo -share/locale/hi/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo -share/locale/hi/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo -share/locale/hi/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.mo -share/locale/hi/LC_MESSAGES/plasma_containmentactions_applauncher.mo -share/locale/hi/LC_MESSAGES/plasma_containmentactions_contextmenu.mo -share/locale/hi/LC_MESSAGES/plasma_containmentactions_switchwindow.mo -share/locale/hi/LC_MESSAGES/plasma_engine_applicationjobs.mo -share/locale/hi/LC_MESSAGES/plasma_engine_devicenotifications.mo -share/locale/hi/LC_MESSAGES/plasma_engine_dict.mo -share/locale/hi/LC_MESSAGES/plasma_engine_hotplug.mo -share/locale/hi/LC_MESSAGES/plasma_engine_keystate.mo -share/locale/hi/LC_MESSAGES/plasma_engine_mpris2.mo -share/locale/hi/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/hi/LC_MESSAGES/plasma_engine_powermanagement.mo -share/locale/hi/LC_MESSAGES/plasma_engine_soliddevice.mo -share/locale/hi/LC_MESSAGES/plasma_engine_time.mo -share/locale/hi/LC_MESSAGES/plasma_engine_weather.mo -share/locale/hi/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo -share/locale/hi/LC_MESSAGES/plasma_package_plasmashell.mo -share/locale/hi/LC_MESSAGES/plasma_runner_appstream.mo -share/locale/hi/LC_MESSAGES/plasma_runner_baloosearch5.mo -share/locale/hi/LC_MESSAGES/plasma_runner_bookmarksrunner.mo -share/locale/hi/LC_MESSAGES/plasma_runner_calculatorrunner.mo -share/locale/hi/LC_MESSAGES/plasma_runner_kill.mo -share/locale/hi/LC_MESSAGES/plasma_runner_locations.mo -share/locale/hi/LC_MESSAGES/plasma_runner_placesrunner.mo -share/locale/hi/LC_MESSAGES/plasma_runner_powerdevil.mo -share/locale/hi/LC_MESSAGES/plasma_runner_recentdocuments.mo -share/locale/hi/LC_MESSAGES/plasma_runner_services.mo -share/locale/hi/LC_MESSAGES/plasma_runner_sessions.mo -share/locale/hi/LC_MESSAGES/plasma_runner_shell.mo -share/locale/hi/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/hi/LC_MESSAGES/plasma_runner_windowedwidgets.mo -share/locale/hi/LC_MESSAGES/plasma_wallpaper_org.kde.color.mo -share/locale/hi/LC_MESSAGES/plasma_wallpaper_org.kde.image.mo -share/locale/hi/LC_MESSAGES/plasmashell.mo -share/locale/hi/LC_MESSAGES/plasmashellprivateplugin.mo -share/locale/hi/LC_MESSAGES/soliduiserver5.mo -share/locale/hi/LC_MESSAGES/systemmonitor.mo -share/locale/hne/LC_MESSAGES/kcm_autostart.mo -share/locale/hne/LC_MESSAGES/kcm_colors.mo -share/locale/hne/LC_MESSAGES/kcm_cursortheme.mo -share/locale/hne/LC_MESSAGES/kcm_fonts.mo -share/locale/hne/LC_MESSAGES/kcm_icons.mo -share/locale/hne/LC_MESSAGES/kcm_style.mo -share/locale/hne/LC_MESSAGES/kcminit.mo -share/locale/hne/LC_MESSAGES/kfontinst.mo -share/locale/hne/LC_MESSAGES/kio5_applications.mo -share/locale/hne/LC_MESSAGES/krdb.mo -share/locale/hne/LC_MESSAGES/ksmserver.mo -share/locale/hne/LC_MESSAGES/libkworkspace.mo -share/locale/hne/LC_MESSAGES/phonon_kde_plugin.mo -share/locale/hne/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo -share/locale/hne/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo -share/locale/hne/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo -share/locale/hne/LC_MESSAGES/plasma_runner_locations.mo -share/locale/hne/LC_MESSAGES/plasma_runner_sessions.mo -share/locale/hne/LC_MESSAGES/plasma_runner_shell.mo -share/locale/hne/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/hne/LC_MESSAGES/soliduiserver5.mo -share/locale/hr/LC_MESSAGES/freespacenotifier.mo -share/locale/hr/LC_MESSAGES/kcm_autostart.mo -share/locale/hr/LC_MESSAGES/kcm_colors.mo -share/locale/hr/LC_MESSAGES/kcm_cursortheme.mo -share/locale/hr/LC_MESSAGES/kcm_desktoptheme.mo -share/locale/hr/LC_MESSAGES/kcm_fonts.mo -share/locale/hr/LC_MESSAGES/kcm_icons.mo -share/locale/hr/LC_MESSAGES/kcm_style.mo -share/locale/hr/LC_MESSAGES/kcminit.mo -share/locale/hr/LC_MESSAGES/kfontinst.mo -share/locale/hr/LC_MESSAGES/kio5_applications.mo -share/locale/hr/LC_MESSAGES/klipper.mo -share/locale/hr/LC_MESSAGES/krdb.mo -share/locale/hr/LC_MESSAGES/ksmserver.mo -share/locale/hr/LC_MESSAGES/libkworkspace.mo -share/locale/hr/LC_MESSAGES/phonon_kde_plugin.mo -share/locale/hr/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo -share/locale/hr/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo -share/locale/hr/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo -share/locale/hr/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo -share/locale/hr/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo -share/locale/hr/LC_MESSAGES/plasma_containmentactions_contextmenu.mo -share/locale/hr/LC_MESSAGES/plasma_containmentactions_switchwindow.mo -share/locale/hr/LC_MESSAGES/plasma_engine_applicationjobs.mo -share/locale/hr/LC_MESSAGES/plasma_engine_keystate.mo -share/locale/hr/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/hr/LC_MESSAGES/plasma_engine_soliddevice.mo -share/locale/hr/LC_MESSAGES/plasma_engine_weather.mo -share/locale/hr/LC_MESSAGES/plasma_runner_bookmarksrunner.mo -share/locale/hr/LC_MESSAGES/plasma_runner_calculatorrunner.mo -share/locale/hr/LC_MESSAGES/plasma_runner_kill.mo -share/locale/hr/LC_MESSAGES/plasma_runner_locations.mo -share/locale/hr/LC_MESSAGES/plasma_runner_placesrunner.mo -share/locale/hr/LC_MESSAGES/plasma_runner_powerdevil.mo -share/locale/hr/LC_MESSAGES/plasma_runner_recentdocuments.mo -share/locale/hr/LC_MESSAGES/plasma_runner_services.mo -share/locale/hr/LC_MESSAGES/plasma_runner_sessions.mo -share/locale/hr/LC_MESSAGES/plasma_runner_shell.mo -share/locale/hr/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/hr/LC_MESSAGES/plasma_runner_windowedwidgets.mo -share/locale/hr/LC_MESSAGES/plasma_wallpaper_org.kde.image.mo -share/locale/hr/LC_MESSAGES/soliduiserver5.mo -share/locale/hsb/LC_MESSAGES/freespacenotifier.mo -share/locale/hsb/LC_MESSAGES/kcm_autostart.mo -share/locale/hsb/LC_MESSAGES/kcm_colors.mo -share/locale/hsb/LC_MESSAGES/kcm_cursortheme.mo -share/locale/hsb/LC_MESSAGES/kcm_desktoptheme.mo -share/locale/hsb/LC_MESSAGES/kcm_fonts.mo -share/locale/hsb/LC_MESSAGES/kcm_icons.mo -share/locale/hsb/LC_MESSAGES/kcm_style.mo -share/locale/hsb/LC_MESSAGES/kcminit.mo -share/locale/hsb/LC_MESSAGES/kfontinst.mo -share/locale/hsb/LC_MESSAGES/kio5_applications.mo -share/locale/hsb/LC_MESSAGES/klipper.mo -share/locale/hsb/LC_MESSAGES/krdb.mo -share/locale/hsb/LC_MESSAGES/ksmserver.mo -share/locale/hsb/LC_MESSAGES/libkicker.mo -share/locale/hsb/LC_MESSAGES/libkworkspace.mo -share/locale/hsb/LC_MESSAGES/phonon_kde_plugin.mo -share/locale/hsb/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo -share/locale/hsb/LC_MESSAGES/plasma_applet_org.kde.plasma.appmenu.mo -share/locale/hsb/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo -share/locale/hsb/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo -share/locale/hsb/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo -share/locale/hsb/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo -share/locale/hsb/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo -share/locale/hsb/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo -share/locale/hsb/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo -share/locale/hsb/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo -share/locale/hsb/LC_MESSAGES/plasma_runner_locations.mo -share/locale/hsb/LC_MESSAGES/plasma_runner_powerdevil.mo -share/locale/hsb/LC_MESSAGES/plasma_runner_recentdocuments.mo -share/locale/hsb/LC_MESSAGES/plasma_runner_sessions.mo -share/locale/hsb/LC_MESSAGES/plasma_runner_shell.mo -share/locale/hsb/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/hsb/LC_MESSAGES/plasma_wallpaper_org.kde.image.mo -share/locale/hsb/LC_MESSAGES/soliduiserver5.mo -share/locale/hu/LC_MESSAGES/freespacenotifier.mo -share/locale/hu/LC_MESSAGES/kcm_autostart.mo -share/locale/hu/LC_MESSAGES/kcm_colors.mo -share/locale/hu/LC_MESSAGES/kcm_cursortheme.mo -share/locale/hu/LC_MESSAGES/kcm_desktoptheme.mo -share/locale/hu/LC_MESSAGES/kcm_feedback.mo -share/locale/hu/LC_MESSAGES/kcm_fonts.mo -share/locale/hu/LC_MESSAGES/kcm_icons.mo -share/locale/hu/LC_MESSAGES/kcm_lookandfeel.mo -share/locale/hu/LC_MESSAGES/kcm_nightcolor.mo -share/locale/hu/LC_MESSAGES/kcm_notifications.mo -share/locale/hu/LC_MESSAGES/kcm_style.mo -share/locale/hu/LC_MESSAGES/kcm_users.mo -share/locale/hu/LC_MESSAGES/kcminit.mo -share/locale/hu/LC_MESSAGES/kfontinst.mo -share/locale/hu/LC_MESSAGES/kholidays_calendar_plugin.mo -share/locale/hu/LC_MESSAGES/kio5_applications.mo -share/locale/hu/LC_MESSAGES/kio_desktop.mo -share/locale/hu/LC_MESSAGES/klipper.mo -share/locale/hu/LC_MESSAGES/krdb.mo -share/locale/hu/LC_MESSAGES/krunner.mo -share/locale/hu/LC_MESSAGES/ksmserver.mo -share/locale/hu/LC_MESSAGES/libkicker.mo -share/locale/hu/LC_MESSAGES/libkworkspace.mo -share/locale/hu/LC_MESSAGES/libnotificationmanager.mo -share/locale/hu/LC_MESSAGES/phonon_kde_plugin.mo -share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.activitybar.mo -share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo -share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.appmenu.mo -share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo -share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo -share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo -share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo -share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo -share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.icon.mo -share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo -share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.manageinputmethod.mo -share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo -share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo -share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo -share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo -share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.mo -share/locale/hu/LC_MESSAGES/plasma_containmentactions_applauncher.mo -share/locale/hu/LC_MESSAGES/plasma_containmentactions_contextmenu.mo -share/locale/hu/LC_MESSAGES/plasma_containmentactions_switchwindow.mo -share/locale/hu/LC_MESSAGES/plasma_engine_applicationjobs.mo -share/locale/hu/LC_MESSAGES/plasma_engine_devicenotifications.mo -share/locale/hu/LC_MESSAGES/plasma_engine_dict.mo -share/locale/hu/LC_MESSAGES/plasma_engine_hotplug.mo -share/locale/hu/LC_MESSAGES/plasma_engine_keystate.mo -share/locale/hu/LC_MESSAGES/plasma_engine_mpris2.mo -share/locale/hu/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/hu/LC_MESSAGES/plasma_engine_powermanagement.mo -share/locale/hu/LC_MESSAGES/plasma_engine_soliddevice.mo -share/locale/hu/LC_MESSAGES/plasma_engine_time.mo -share/locale/hu/LC_MESSAGES/plasma_engine_weather.mo -share/locale/hu/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo -share/locale/hu/LC_MESSAGES/plasma_package_plasmashell.mo -share/locale/hu/LC_MESSAGES/plasma_runner_appstream.mo -share/locale/hu/LC_MESSAGES/plasma_runner_baloosearch5.mo -share/locale/hu/LC_MESSAGES/plasma_runner_bookmarksrunner.mo -share/locale/hu/LC_MESSAGES/plasma_runner_calculatorrunner.mo -share/locale/hu/LC_MESSAGES/plasma_runner_kill.mo -share/locale/hu/LC_MESSAGES/plasma_runner_locations.mo -share/locale/hu/LC_MESSAGES/plasma_runner_placesrunner.mo -share/locale/hu/LC_MESSAGES/plasma_runner_powerdevil.mo -share/locale/hu/LC_MESSAGES/plasma_runner_recentdocuments.mo -share/locale/hu/LC_MESSAGES/plasma_runner_services.mo -share/locale/hu/LC_MESSAGES/plasma_runner_sessions.mo -share/locale/hu/LC_MESSAGES/plasma_runner_shell.mo -share/locale/hu/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/hu/LC_MESSAGES/plasma_runner_windowedwidgets.mo -share/locale/hu/LC_MESSAGES/plasma_wallpaper_org.kde.color.mo -share/locale/hu/LC_MESSAGES/plasma_wallpaper_org.kde.image.mo -share/locale/hu/LC_MESSAGES/plasmashell.mo -share/locale/hu/LC_MESSAGES/plasmashellprivateplugin.mo -share/locale/hu/LC_MESSAGES/soliduiserver5.mo -share/locale/hu/LC_MESSAGES/systemmonitor.mo -share/locale/hy/LC_MESSAGES/kcminit.mo -share/locale/hy/LC_MESSAGES/kfontinst.mo -share/locale/hy/LC_MESSAGES/phonon_kde_plugin.mo -share/locale/hy/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo -share/locale/hy/LC_MESSAGES/plasma_runner_locations.mo -share/locale/ia/LC_MESSAGES/freespacenotifier.mo -share/locale/ia/LC_MESSAGES/kcm_autostart.mo -share/locale/ia/LC_MESSAGES/kcm_colors.mo -share/locale/ia/LC_MESSAGES/kcm_cursortheme.mo -share/locale/ia/LC_MESSAGES/kcm_desktoptheme.mo -share/locale/ia/LC_MESSAGES/kcm_feedback.mo -share/locale/ia/LC_MESSAGES/kcm_fonts.mo -share/locale/ia/LC_MESSAGES/kcm_icons.mo -share/locale/ia/LC_MESSAGES/kcm_lookandfeel.mo -share/locale/ia/LC_MESSAGES/kcm_nightcolor.mo -share/locale/ia/LC_MESSAGES/kcm_notifications.mo -share/locale/ia/LC_MESSAGES/kcm_regionandlang.mo -share/locale/ia/LC_MESSAGES/kcm_style.mo -share/locale/ia/LC_MESSAGES/kcm_users.mo -share/locale/ia/LC_MESSAGES/kcminit.mo -share/locale/ia/LC_MESSAGES/kfontinst.mo -share/locale/ia/LC_MESSAGES/kholidays_calendar_plugin.mo -share/locale/ia/LC_MESSAGES/kio5_applications.mo -share/locale/ia/LC_MESSAGES/kio_desktop.mo -share/locale/ia/LC_MESSAGES/klipper.mo -share/locale/ia/LC_MESSAGES/krdb.mo -share/locale/ia/LC_MESSAGES/krunner.mo -share/locale/ia/LC_MESSAGES/ksmserver.mo -share/locale/ia/LC_MESSAGES/libkicker.mo -share/locale/ia/LC_MESSAGES/libkworkspace.mo -share/locale/ia/LC_MESSAGES/libnotificationmanager.mo -share/locale/ia/LC_MESSAGES/phonon_kde_plugin.mo -share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.activitybar.mo -share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo -share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.appmenu.mo -share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo -share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo -share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo -share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo -share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo -share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.icon.mo -share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo -share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.manageinputmethod.mo -share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo -share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo -share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo -share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo -share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.mo -share/locale/ia/LC_MESSAGES/plasma_containmentactions_applauncher.mo -share/locale/ia/LC_MESSAGES/plasma_containmentactions_contextmenu.mo -share/locale/ia/LC_MESSAGES/plasma_containmentactions_switchwindow.mo -share/locale/ia/LC_MESSAGES/plasma_engine_applicationjobs.mo -share/locale/ia/LC_MESSAGES/plasma_engine_devicenotifications.mo -share/locale/ia/LC_MESSAGES/plasma_engine_dict.mo -share/locale/ia/LC_MESSAGES/plasma_engine_hotplug.mo -share/locale/ia/LC_MESSAGES/plasma_engine_keystate.mo -share/locale/ia/LC_MESSAGES/plasma_engine_mpris2.mo -share/locale/ia/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/ia/LC_MESSAGES/plasma_engine_powermanagement.mo -share/locale/ia/LC_MESSAGES/plasma_engine_soliddevice.mo -share/locale/ia/LC_MESSAGES/plasma_engine_time.mo -share/locale/ia/LC_MESSAGES/plasma_engine_weather.mo -share/locale/ia/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo -share/locale/ia/LC_MESSAGES/plasma_package_plasmashell.mo -share/locale/ia/LC_MESSAGES/plasma_runner_appstream.mo -share/locale/ia/LC_MESSAGES/plasma_runner_baloosearch5.mo -share/locale/ia/LC_MESSAGES/plasma_runner_bookmarksrunner.mo -share/locale/ia/LC_MESSAGES/plasma_runner_calculatorrunner.mo -share/locale/ia/LC_MESSAGES/plasma_runner_kill.mo -share/locale/ia/LC_MESSAGES/plasma_runner_locations.mo -share/locale/ia/LC_MESSAGES/plasma_runner_placesrunner.mo -share/locale/ia/LC_MESSAGES/plasma_runner_powerdevil.mo -share/locale/ia/LC_MESSAGES/plasma_runner_recentdocuments.mo -share/locale/ia/LC_MESSAGES/plasma_runner_services.mo -share/locale/ia/LC_MESSAGES/plasma_runner_sessions.mo -share/locale/ia/LC_MESSAGES/plasma_runner_shell.mo -share/locale/ia/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/ia/LC_MESSAGES/plasma_runner_windowedwidgets.mo -share/locale/ia/LC_MESSAGES/plasma_wallpaper_org.kde.color.mo -share/locale/ia/LC_MESSAGES/plasma_wallpaper_org.kde.image.mo -share/locale/ia/LC_MESSAGES/plasmashell.mo -share/locale/ia/LC_MESSAGES/plasmashellprivateplugin.mo -share/locale/ia/LC_MESSAGES/soliduiserver5.mo -share/locale/ia/LC_MESSAGES/systemmonitor.mo -share/locale/id/LC_MESSAGES/freespacenotifier.mo -share/locale/id/LC_MESSAGES/kcm_autostart.mo -share/locale/id/LC_MESSAGES/kcm_colors.mo -share/locale/id/LC_MESSAGES/kcm_cursortheme.mo -share/locale/id/LC_MESSAGES/kcm_desktoptheme.mo -share/locale/id/LC_MESSAGES/kcm_feedback.mo -share/locale/id/LC_MESSAGES/kcm_fonts.mo -share/locale/id/LC_MESSAGES/kcm_icons.mo -share/locale/id/LC_MESSAGES/kcm_lookandfeel.mo -share/locale/id/LC_MESSAGES/kcm_nightcolor.mo -share/locale/id/LC_MESSAGES/kcm_notifications.mo -share/locale/id/LC_MESSAGES/kcm_style.mo -share/locale/id/LC_MESSAGES/kcm_users.mo -share/locale/id/LC_MESSAGES/kcminit.mo -share/locale/id/LC_MESSAGES/kfontinst.mo -share/locale/id/LC_MESSAGES/kholidays_calendar_plugin.mo -share/locale/id/LC_MESSAGES/kio5_applications.mo -share/locale/id/LC_MESSAGES/kio_desktop.mo -share/locale/id/LC_MESSAGES/klipper.mo -share/locale/id/LC_MESSAGES/krdb.mo -share/locale/id/LC_MESSAGES/krunner.mo -share/locale/id/LC_MESSAGES/ksmserver.mo -share/locale/id/LC_MESSAGES/libkicker.mo -share/locale/id/LC_MESSAGES/libkworkspace.mo -share/locale/id/LC_MESSAGES/libnotificationmanager.mo -share/locale/id/LC_MESSAGES/phonon_kde_plugin.mo -share/locale/id/LC_MESSAGES/plasma_applet_org.kde.plasma.activitybar.mo -share/locale/id/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo -share/locale/id/LC_MESSAGES/plasma_applet_org.kde.plasma.appmenu.mo -share/locale/id/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo -share/locale/id/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo -share/locale/id/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo -share/locale/id/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo -share/locale/id/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo -share/locale/id/LC_MESSAGES/plasma_applet_org.kde.plasma.icon.mo -share/locale/id/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo -share/locale/id/LC_MESSAGES/plasma_applet_org.kde.plasma.manageinputmethod.mo -share/locale/id/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo -share/locale/id/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo -share/locale/id/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo -share/locale/id/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo -share/locale/id/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.mo -share/locale/id/LC_MESSAGES/plasma_containmentactions_applauncher.mo -share/locale/id/LC_MESSAGES/plasma_containmentactions_contextmenu.mo -share/locale/id/LC_MESSAGES/plasma_containmentactions_switchwindow.mo -share/locale/id/LC_MESSAGES/plasma_engine_applicationjobs.mo -share/locale/id/LC_MESSAGES/plasma_engine_devicenotifications.mo -share/locale/id/LC_MESSAGES/plasma_engine_dict.mo -share/locale/id/LC_MESSAGES/plasma_engine_hotplug.mo -share/locale/id/LC_MESSAGES/plasma_engine_keystate.mo -share/locale/id/LC_MESSAGES/plasma_engine_mpris2.mo -share/locale/id/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/id/LC_MESSAGES/plasma_engine_powermanagement.mo -share/locale/id/LC_MESSAGES/plasma_engine_soliddevice.mo -share/locale/id/LC_MESSAGES/plasma_engine_time.mo -share/locale/id/LC_MESSAGES/plasma_engine_weather.mo -share/locale/id/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo -share/locale/id/LC_MESSAGES/plasma_package_plasmashell.mo -share/locale/id/LC_MESSAGES/plasma_runner_appstream.mo -share/locale/id/LC_MESSAGES/plasma_runner_baloosearch5.mo -share/locale/id/LC_MESSAGES/plasma_runner_bookmarksrunner.mo -share/locale/id/LC_MESSAGES/plasma_runner_calculatorrunner.mo -share/locale/id/LC_MESSAGES/plasma_runner_kill.mo -share/locale/id/LC_MESSAGES/plasma_runner_locations.mo -share/locale/id/LC_MESSAGES/plasma_runner_placesrunner.mo -share/locale/id/LC_MESSAGES/plasma_runner_powerdevil.mo -share/locale/id/LC_MESSAGES/plasma_runner_recentdocuments.mo -share/locale/id/LC_MESSAGES/plasma_runner_services.mo -share/locale/id/LC_MESSAGES/plasma_runner_sessions.mo -share/locale/id/LC_MESSAGES/plasma_runner_shell.mo -share/locale/id/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/id/LC_MESSAGES/plasma_runner_windowedwidgets.mo -share/locale/id/LC_MESSAGES/plasma_wallpaper_org.kde.color.mo -share/locale/id/LC_MESSAGES/plasma_wallpaper_org.kde.image.mo -share/locale/id/LC_MESSAGES/plasmashell.mo -share/locale/id/LC_MESSAGES/plasmashellprivateplugin.mo -share/locale/id/LC_MESSAGES/soliduiserver5.mo -share/locale/id/LC_MESSAGES/systemmonitor.mo -share/locale/is/LC_MESSAGES/freespacenotifier.mo -share/locale/is/LC_MESSAGES/kcm_autostart.mo -share/locale/is/LC_MESSAGES/kcm_colors.mo -share/locale/is/LC_MESSAGES/kcm_cursortheme.mo -share/locale/is/LC_MESSAGES/kcm_desktoptheme.mo -share/locale/is/LC_MESSAGES/kcm_feedback.mo -share/locale/is/LC_MESSAGES/kcm_fonts.mo -share/locale/is/LC_MESSAGES/kcm_icons.mo -share/locale/is/LC_MESSAGES/kcm_lookandfeel.mo -share/locale/is/LC_MESSAGES/kcm_nightcolor.mo -share/locale/is/LC_MESSAGES/kcm_notifications.mo -share/locale/is/LC_MESSAGES/kcm_regionandlang.mo -share/locale/is/LC_MESSAGES/kcm_style.mo -share/locale/is/LC_MESSAGES/kcm_users.mo -share/locale/is/LC_MESSAGES/kcminit.mo -share/locale/is/LC_MESSAGES/kfontinst.mo -share/locale/is/LC_MESSAGES/kholidays_calendar_plugin.mo -share/locale/is/LC_MESSAGES/kio5_applications.mo -share/locale/is/LC_MESSAGES/kio_desktop.mo -share/locale/is/LC_MESSAGES/klipper.mo -share/locale/is/LC_MESSAGES/krdb.mo -share/locale/is/LC_MESSAGES/krunner.mo -share/locale/is/LC_MESSAGES/ksmserver.mo -share/locale/is/LC_MESSAGES/libkicker.mo -share/locale/is/LC_MESSAGES/libkworkspace.mo -share/locale/is/LC_MESSAGES/libnotificationmanager.mo -share/locale/is/LC_MESSAGES/phonon_kde_plugin.mo -share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma.activitybar.mo -share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo -share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma.appmenu.mo -share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo -share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo -share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo -share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo -share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo -share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma.icon.mo -share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo -share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma.manageinputmethod.mo -share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo -share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo -share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo -share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo -share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.mo -share/locale/is/LC_MESSAGES/plasma_containmentactions_applauncher.mo -share/locale/is/LC_MESSAGES/plasma_containmentactions_contextmenu.mo -share/locale/is/LC_MESSAGES/plasma_containmentactions_switchwindow.mo -share/locale/is/LC_MESSAGES/plasma_engine_applicationjobs.mo -share/locale/is/LC_MESSAGES/plasma_engine_devicenotifications.mo -share/locale/is/LC_MESSAGES/plasma_engine_dict.mo -share/locale/is/LC_MESSAGES/plasma_engine_hotplug.mo -share/locale/is/LC_MESSAGES/plasma_engine_keystate.mo -share/locale/is/LC_MESSAGES/plasma_engine_mpris2.mo -share/locale/is/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/is/LC_MESSAGES/plasma_engine_powermanagement.mo -share/locale/is/LC_MESSAGES/plasma_engine_soliddevice.mo -share/locale/is/LC_MESSAGES/plasma_engine_time.mo -share/locale/is/LC_MESSAGES/plasma_engine_weather.mo -share/locale/is/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo -share/locale/is/LC_MESSAGES/plasma_package_plasmashell.mo -share/locale/is/LC_MESSAGES/plasma_runner_appstream.mo -share/locale/is/LC_MESSAGES/plasma_runner_baloosearch5.mo -share/locale/is/LC_MESSAGES/plasma_runner_bookmarksrunner.mo -share/locale/is/LC_MESSAGES/plasma_runner_calculatorrunner.mo -share/locale/is/LC_MESSAGES/plasma_runner_kill.mo -share/locale/is/LC_MESSAGES/plasma_runner_locations.mo -share/locale/is/LC_MESSAGES/plasma_runner_placesrunner.mo -share/locale/is/LC_MESSAGES/plasma_runner_powerdevil.mo -share/locale/is/LC_MESSAGES/plasma_runner_recentdocuments.mo -share/locale/is/LC_MESSAGES/plasma_runner_services.mo -share/locale/is/LC_MESSAGES/plasma_runner_sessions.mo -share/locale/is/LC_MESSAGES/plasma_runner_shell.mo -share/locale/is/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/is/LC_MESSAGES/plasma_runner_windowedwidgets.mo -share/locale/is/LC_MESSAGES/plasma_wallpaper_org.kde.color.mo -share/locale/is/LC_MESSAGES/plasma_wallpaper_org.kde.image.mo -share/locale/is/LC_MESSAGES/plasmashell.mo -share/locale/is/LC_MESSAGES/plasmashellprivateplugin.mo -share/locale/is/LC_MESSAGES/soliduiserver5.mo -share/locale/is/LC_MESSAGES/systemmonitor.mo -share/locale/it/LC_MESSAGES/freespacenotifier.mo -share/locale/it/LC_MESSAGES/kcm_autostart.mo -share/locale/it/LC_MESSAGES/kcm_colors.mo -share/locale/it/LC_MESSAGES/kcm_cursortheme.mo -share/locale/it/LC_MESSAGES/kcm_desktoptheme.mo -share/locale/it/LC_MESSAGES/kcm_feedback.mo -share/locale/it/LC_MESSAGES/kcm_fonts.mo -share/locale/it/LC_MESSAGES/kcm_icons.mo -share/locale/it/LC_MESSAGES/kcm_lookandfeel.mo -share/locale/it/LC_MESSAGES/kcm_nightcolor.mo -share/locale/it/LC_MESSAGES/kcm_notifications.mo -share/locale/it/LC_MESSAGES/kcm_regionandlang.mo -share/locale/it/LC_MESSAGES/kcm_style.mo -share/locale/it/LC_MESSAGES/kcm_users.mo -share/locale/it/LC_MESSAGES/kcminit.mo -share/locale/it/LC_MESSAGES/kfontinst.mo -share/locale/it/LC_MESSAGES/kholidays_calendar_plugin.mo -share/locale/it/LC_MESSAGES/kio5_applications.mo -share/locale/it/LC_MESSAGES/kio_desktop.mo -share/locale/it/LC_MESSAGES/klipper.mo -share/locale/it/LC_MESSAGES/krdb.mo -share/locale/it/LC_MESSAGES/krunner.mo -share/locale/it/LC_MESSAGES/ksmserver.mo -share/locale/it/LC_MESSAGES/libkicker.mo -share/locale/it/LC_MESSAGES/libkworkspace.mo -share/locale/it/LC_MESSAGES/libnotificationmanager.mo -share/locale/it/LC_MESSAGES/phonon_kde_plugin.mo -share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.activitybar.mo -share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo -share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.appmenu.mo -share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo -share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo -share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo -share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo -share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo -share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.icon.mo -share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo -share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.manageinputmethod.mo -share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo -share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo -share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo -share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo -share/locale/it/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.mo -share/locale/it/LC_MESSAGES/plasma_containmentactions_applauncher.mo -share/locale/it/LC_MESSAGES/plasma_containmentactions_contextmenu.mo -share/locale/it/LC_MESSAGES/plasma_containmentactions_switchwindow.mo -share/locale/it/LC_MESSAGES/plasma_engine_applicationjobs.mo -share/locale/it/LC_MESSAGES/plasma_engine_devicenotifications.mo -share/locale/it/LC_MESSAGES/plasma_engine_dict.mo -share/locale/it/LC_MESSAGES/plasma_engine_hotplug.mo -share/locale/it/LC_MESSAGES/plasma_engine_keystate.mo -share/locale/it/LC_MESSAGES/plasma_engine_mpris2.mo -share/locale/it/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/it/LC_MESSAGES/plasma_engine_powermanagement.mo -share/locale/it/LC_MESSAGES/plasma_engine_soliddevice.mo -share/locale/it/LC_MESSAGES/plasma_engine_time.mo -share/locale/it/LC_MESSAGES/plasma_engine_weather.mo -share/locale/it/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo -share/locale/it/LC_MESSAGES/plasma_package_plasmashell.mo -share/locale/it/LC_MESSAGES/plasma_runner_appstream.mo -share/locale/it/LC_MESSAGES/plasma_runner_baloosearch5.mo -share/locale/it/LC_MESSAGES/plasma_runner_bookmarksrunner.mo -share/locale/it/LC_MESSAGES/plasma_runner_calculatorrunner.mo -share/locale/it/LC_MESSAGES/plasma_runner_kill.mo -share/locale/it/LC_MESSAGES/plasma_runner_locations.mo -share/locale/it/LC_MESSAGES/plasma_runner_placesrunner.mo -share/locale/it/LC_MESSAGES/plasma_runner_powerdevil.mo -share/locale/it/LC_MESSAGES/plasma_runner_recentdocuments.mo -share/locale/it/LC_MESSAGES/plasma_runner_services.mo -share/locale/it/LC_MESSAGES/plasma_runner_sessions.mo -share/locale/it/LC_MESSAGES/plasma_runner_shell.mo -share/locale/it/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/it/LC_MESSAGES/plasma_runner_windowedwidgets.mo -share/locale/it/LC_MESSAGES/plasma_wallpaper_org.kde.color.mo -share/locale/it/LC_MESSAGES/plasma_wallpaper_org.kde.image.mo -share/locale/it/LC_MESSAGES/plasmashell.mo -share/locale/it/LC_MESSAGES/plasmashellprivateplugin.mo -share/locale/it/LC_MESSAGES/soliduiserver5.mo -share/locale/it/LC_MESSAGES/systemmonitor.mo -share/locale/ja/LC_MESSAGES/freespacenotifier.mo -share/locale/ja/LC_MESSAGES/kcm_autostart.mo -share/locale/ja/LC_MESSAGES/kcm_colors.mo -share/locale/ja/LC_MESSAGES/kcm_cursortheme.mo -share/locale/ja/LC_MESSAGES/kcm_desktoptheme.mo -share/locale/ja/LC_MESSAGES/kcm_feedback.mo -share/locale/ja/LC_MESSAGES/kcm_fonts.mo -share/locale/ja/LC_MESSAGES/kcm_icons.mo -share/locale/ja/LC_MESSAGES/kcm_lookandfeel.mo -share/locale/ja/LC_MESSAGES/kcm_nightcolor.mo -share/locale/ja/LC_MESSAGES/kcm_notifications.mo -share/locale/ja/LC_MESSAGES/kcm_regionandlang.mo -share/locale/ja/LC_MESSAGES/kcm_style.mo -share/locale/ja/LC_MESSAGES/kcm_users.mo -share/locale/ja/LC_MESSAGES/kcminit.mo -share/locale/ja/LC_MESSAGES/kfontinst.mo -share/locale/ja/LC_MESSAGES/kholidays_calendar_plugin.mo -share/locale/ja/LC_MESSAGES/kio5_applications.mo -share/locale/ja/LC_MESSAGES/kio_desktop.mo -share/locale/ja/LC_MESSAGES/klipper.mo -share/locale/ja/LC_MESSAGES/krdb.mo -share/locale/ja/LC_MESSAGES/krunner.mo -share/locale/ja/LC_MESSAGES/ksmserver.mo -share/locale/ja/LC_MESSAGES/libkicker.mo -share/locale/ja/LC_MESSAGES/libkworkspace.mo -share/locale/ja/LC_MESSAGES/libnotificationmanager.mo -share/locale/ja/LC_MESSAGES/phonon_kde_plugin.mo -share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.activitybar.mo -share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo -share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.appmenu.mo -share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo -share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo -share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo -share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo -share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo -share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.icon.mo -share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo -share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.manageinputmethod.mo -share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo -share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo -share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo -share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo -share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.mo -share/locale/ja/LC_MESSAGES/plasma_containmentactions_applauncher.mo -share/locale/ja/LC_MESSAGES/plasma_containmentactions_contextmenu.mo -share/locale/ja/LC_MESSAGES/plasma_containmentactions_switchwindow.mo -share/locale/ja/LC_MESSAGES/plasma_engine_applicationjobs.mo -share/locale/ja/LC_MESSAGES/plasma_engine_devicenotifications.mo -share/locale/ja/LC_MESSAGES/plasma_engine_dict.mo -share/locale/ja/LC_MESSAGES/plasma_engine_hotplug.mo -share/locale/ja/LC_MESSAGES/plasma_engine_keystate.mo -share/locale/ja/LC_MESSAGES/plasma_engine_mpris2.mo -share/locale/ja/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/ja/LC_MESSAGES/plasma_engine_powermanagement.mo -share/locale/ja/LC_MESSAGES/plasma_engine_soliddevice.mo -share/locale/ja/LC_MESSAGES/plasma_engine_time.mo -share/locale/ja/LC_MESSAGES/plasma_engine_weather.mo -share/locale/ja/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo -share/locale/ja/LC_MESSAGES/plasma_package_plasmashell.mo -share/locale/ja/LC_MESSAGES/plasma_runner_appstream.mo -share/locale/ja/LC_MESSAGES/plasma_runner_baloosearch5.mo -share/locale/ja/LC_MESSAGES/plasma_runner_bookmarksrunner.mo -share/locale/ja/LC_MESSAGES/plasma_runner_calculatorrunner.mo -share/locale/ja/LC_MESSAGES/plasma_runner_kill.mo -share/locale/ja/LC_MESSAGES/plasma_runner_locations.mo -share/locale/ja/LC_MESSAGES/plasma_runner_placesrunner.mo -share/locale/ja/LC_MESSAGES/plasma_runner_powerdevil.mo -share/locale/ja/LC_MESSAGES/plasma_runner_recentdocuments.mo -share/locale/ja/LC_MESSAGES/plasma_runner_services.mo -share/locale/ja/LC_MESSAGES/plasma_runner_sessions.mo -share/locale/ja/LC_MESSAGES/plasma_runner_shell.mo -share/locale/ja/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/ja/LC_MESSAGES/plasma_runner_windowedwidgets.mo -share/locale/ja/LC_MESSAGES/plasma_wallpaper_org.kde.color.mo -share/locale/ja/LC_MESSAGES/plasma_wallpaper_org.kde.image.mo -share/locale/ja/LC_MESSAGES/plasmashell.mo -share/locale/ja/LC_MESSAGES/plasmashellprivateplugin.mo -share/locale/ja/LC_MESSAGES/soliduiserver5.mo -share/locale/ja/LC_MESSAGES/systemmonitor.mo -share/locale/ka/LC_MESSAGES/freespacenotifier.mo -share/locale/ka/LC_MESSAGES/kcm_autostart.mo -share/locale/ka/LC_MESSAGES/kcm_colors.mo -share/locale/ka/LC_MESSAGES/kcm_cursortheme.mo -share/locale/ka/LC_MESSAGES/kcm_desktoptheme.mo -share/locale/ka/LC_MESSAGES/kcm_feedback.mo -share/locale/ka/LC_MESSAGES/kcm_fonts.mo -share/locale/ka/LC_MESSAGES/kcm_icons.mo -share/locale/ka/LC_MESSAGES/kcm_lookandfeel.mo -share/locale/ka/LC_MESSAGES/kcm_nightcolor.mo -share/locale/ka/LC_MESSAGES/kcm_notifications.mo -share/locale/ka/LC_MESSAGES/kcm_regionandlang.mo -share/locale/ka/LC_MESSAGES/kcm_style.mo -share/locale/ka/LC_MESSAGES/kcm_users.mo -share/locale/ka/LC_MESSAGES/kcminit.mo -share/locale/ka/LC_MESSAGES/kfontinst.mo -share/locale/ka/LC_MESSAGES/kholidays_calendar_plugin.mo -share/locale/ka/LC_MESSAGES/kio5_applications.mo -share/locale/ka/LC_MESSAGES/kio_desktop.mo -share/locale/ka/LC_MESSAGES/klipper.mo -share/locale/ka/LC_MESSAGES/krdb.mo -share/locale/ka/LC_MESSAGES/krunner.mo -share/locale/ka/LC_MESSAGES/ksmserver.mo -share/locale/ka/LC_MESSAGES/libkicker.mo -share/locale/ka/LC_MESSAGES/libkworkspace.mo -share/locale/ka/LC_MESSAGES/libnotificationmanager.mo -share/locale/ka/LC_MESSAGES/phonon_kde_plugin.mo -share/locale/ka/LC_MESSAGES/plasma_applet_org.kde.plasma.activitybar.mo -share/locale/ka/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo -share/locale/ka/LC_MESSAGES/plasma_applet_org.kde.plasma.appmenu.mo -share/locale/ka/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo -share/locale/ka/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo -share/locale/ka/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo -share/locale/ka/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo -share/locale/ka/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo -share/locale/ka/LC_MESSAGES/plasma_applet_org.kde.plasma.icon.mo -share/locale/ka/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo -share/locale/ka/LC_MESSAGES/plasma_applet_org.kde.plasma.manageinputmethod.mo -share/locale/ka/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo -share/locale/ka/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo -share/locale/ka/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo -share/locale/ka/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo -share/locale/ka/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.mo -share/locale/ka/LC_MESSAGES/plasma_containmentactions_applauncher.mo -share/locale/ka/LC_MESSAGES/plasma_containmentactions_contextmenu.mo -share/locale/ka/LC_MESSAGES/plasma_containmentactions_switchwindow.mo -share/locale/ka/LC_MESSAGES/plasma_engine_applicationjobs.mo -share/locale/ka/LC_MESSAGES/plasma_engine_devicenotifications.mo -share/locale/ka/LC_MESSAGES/plasma_engine_dict.mo -share/locale/ka/LC_MESSAGES/plasma_engine_hotplug.mo -share/locale/ka/LC_MESSAGES/plasma_engine_keystate.mo -share/locale/ka/LC_MESSAGES/plasma_engine_mpris2.mo -share/locale/ka/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/ka/LC_MESSAGES/plasma_engine_powermanagement.mo -share/locale/ka/LC_MESSAGES/plasma_engine_soliddevice.mo -share/locale/ka/LC_MESSAGES/plasma_engine_time.mo -share/locale/ka/LC_MESSAGES/plasma_engine_weather.mo -share/locale/ka/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo -share/locale/ka/LC_MESSAGES/plasma_package_plasmashell.mo -share/locale/ka/LC_MESSAGES/plasma_runner_appstream.mo -share/locale/ka/LC_MESSAGES/plasma_runner_baloosearch5.mo -share/locale/ka/LC_MESSAGES/plasma_runner_bookmarksrunner.mo -share/locale/ka/LC_MESSAGES/plasma_runner_calculatorrunner.mo -share/locale/ka/LC_MESSAGES/plasma_runner_kill.mo -share/locale/ka/LC_MESSAGES/plasma_runner_locations.mo -share/locale/ka/LC_MESSAGES/plasma_runner_placesrunner.mo -share/locale/ka/LC_MESSAGES/plasma_runner_powerdevil.mo -share/locale/ka/LC_MESSAGES/plasma_runner_recentdocuments.mo -share/locale/ka/LC_MESSAGES/plasma_runner_services.mo -share/locale/ka/LC_MESSAGES/plasma_runner_sessions.mo -share/locale/ka/LC_MESSAGES/plasma_runner_shell.mo -share/locale/ka/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/ka/LC_MESSAGES/plasma_runner_windowedwidgets.mo -share/locale/ka/LC_MESSAGES/plasma_wallpaper_org.kde.color.mo -share/locale/ka/LC_MESSAGES/plasma_wallpaper_org.kde.image.mo -share/locale/ka/LC_MESSAGES/plasmashell.mo -share/locale/ka/LC_MESSAGES/plasmashellprivateplugin.mo -share/locale/ka/LC_MESSAGES/soliduiserver5.mo -share/locale/ka/LC_MESSAGES/systemmonitor.mo -share/locale/kk/LC_MESSAGES/freespacenotifier.mo -share/locale/kk/LC_MESSAGES/kcm_autostart.mo -share/locale/kk/LC_MESSAGES/kcm_colors.mo -share/locale/kk/LC_MESSAGES/kcm_cursortheme.mo -share/locale/kk/LC_MESSAGES/kcm_desktoptheme.mo -share/locale/kk/LC_MESSAGES/kcm_fonts.mo -share/locale/kk/LC_MESSAGES/kcm_icons.mo -share/locale/kk/LC_MESSAGES/kcm_style.mo -share/locale/kk/LC_MESSAGES/kcminit.mo -share/locale/kk/LC_MESSAGES/kfontinst.mo -share/locale/kk/LC_MESSAGES/kio5_applications.mo -share/locale/kk/LC_MESSAGES/klipper.mo -share/locale/kk/LC_MESSAGES/krdb.mo -share/locale/kk/LC_MESSAGES/ksmserver.mo -share/locale/kk/LC_MESSAGES/libkworkspace.mo -share/locale/kk/LC_MESSAGES/phonon_kde_plugin.mo -share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo -share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo -share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo -share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo -share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo -share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo -share/locale/kk/LC_MESSAGES/plasma_containmentactions_contextmenu.mo -share/locale/kk/LC_MESSAGES/plasma_containmentactions_switchwindow.mo -share/locale/kk/LC_MESSAGES/plasma_engine_applicationjobs.mo -share/locale/kk/LC_MESSAGES/plasma_engine_keystate.mo -share/locale/kk/LC_MESSAGES/plasma_engine_mpris2.mo -share/locale/kk/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/kk/LC_MESSAGES/plasma_engine_soliddevice.mo -share/locale/kk/LC_MESSAGES/plasma_engine_weather.mo -share/locale/kk/LC_MESSAGES/plasma_runner_bookmarksrunner.mo -share/locale/kk/LC_MESSAGES/plasma_runner_calculatorrunner.mo -share/locale/kk/LC_MESSAGES/plasma_runner_kill.mo -share/locale/kk/LC_MESSAGES/plasma_runner_locations.mo -share/locale/kk/LC_MESSAGES/plasma_runner_placesrunner.mo -share/locale/kk/LC_MESSAGES/plasma_runner_powerdevil.mo -share/locale/kk/LC_MESSAGES/plasma_runner_recentdocuments.mo -share/locale/kk/LC_MESSAGES/plasma_runner_services.mo -share/locale/kk/LC_MESSAGES/plasma_runner_sessions.mo -share/locale/kk/LC_MESSAGES/plasma_runner_shell.mo -share/locale/kk/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/kk/LC_MESSAGES/plasma_runner_windowedwidgets.mo -share/locale/kk/LC_MESSAGES/plasma_wallpaper_org.kde.image.mo -share/locale/kk/LC_MESSAGES/soliduiserver5.mo -share/locale/km/LC_MESSAGES/freespacenotifier.mo -share/locale/km/LC_MESSAGES/kcm_autostart.mo -share/locale/km/LC_MESSAGES/kcm_colors.mo -share/locale/km/LC_MESSAGES/kcm_cursortheme.mo -share/locale/km/LC_MESSAGES/kcm_desktoptheme.mo -share/locale/km/LC_MESSAGES/kcm_fonts.mo -share/locale/km/LC_MESSAGES/kcm_icons.mo -share/locale/km/LC_MESSAGES/kcm_style.mo -share/locale/km/LC_MESSAGES/kcminit.mo -share/locale/km/LC_MESSAGES/kfontinst.mo -share/locale/km/LC_MESSAGES/kio5_applications.mo -share/locale/km/LC_MESSAGES/klipper.mo -share/locale/km/LC_MESSAGES/krdb.mo -share/locale/km/LC_MESSAGES/ksmserver.mo -share/locale/km/LC_MESSAGES/libkworkspace.mo -share/locale/km/LC_MESSAGES/phonon_kde_plugin.mo -share/locale/km/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo -share/locale/km/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo -share/locale/km/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo -share/locale/km/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo -share/locale/km/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo -share/locale/km/LC_MESSAGES/plasma_containmentactions_contextmenu.mo -share/locale/km/LC_MESSAGES/plasma_containmentactions_switchwindow.mo -share/locale/km/LC_MESSAGES/plasma_engine_applicationjobs.mo -share/locale/km/LC_MESSAGES/plasma_engine_keystate.mo -share/locale/km/LC_MESSAGES/plasma_engine_mpris2.mo -share/locale/km/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/km/LC_MESSAGES/plasma_engine_soliddevice.mo -share/locale/km/LC_MESSAGES/plasma_engine_weather.mo -share/locale/km/LC_MESSAGES/plasma_runner_bookmarksrunner.mo -share/locale/km/LC_MESSAGES/plasma_runner_calculatorrunner.mo -share/locale/km/LC_MESSAGES/plasma_runner_kill.mo -share/locale/km/LC_MESSAGES/plasma_runner_locations.mo -share/locale/km/LC_MESSAGES/plasma_runner_placesrunner.mo -share/locale/km/LC_MESSAGES/plasma_runner_powerdevil.mo -share/locale/km/LC_MESSAGES/plasma_runner_recentdocuments.mo -share/locale/km/LC_MESSAGES/plasma_runner_services.mo -share/locale/km/LC_MESSAGES/plasma_runner_sessions.mo -share/locale/km/LC_MESSAGES/plasma_runner_shell.mo -share/locale/km/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/km/LC_MESSAGES/plasma_runner_windowedwidgets.mo -share/locale/km/LC_MESSAGES/plasma_wallpaper_org.kde.image.mo -share/locale/km/LC_MESSAGES/soliduiserver5.mo -share/locale/kn/LC_MESSAGES/freespacenotifier.mo -share/locale/kn/LC_MESSAGES/kcm_autostart.mo -share/locale/kn/LC_MESSAGES/kcm_colors.mo -share/locale/kn/LC_MESSAGES/kcm_cursortheme.mo -share/locale/kn/LC_MESSAGES/kcm_desktoptheme.mo -share/locale/kn/LC_MESSAGES/kcm_fonts.mo -share/locale/kn/LC_MESSAGES/kcm_icons.mo -share/locale/kn/LC_MESSAGES/kcm_style.mo -share/locale/kn/LC_MESSAGES/kcminit.mo -share/locale/kn/LC_MESSAGES/kfontinst.mo -share/locale/kn/LC_MESSAGES/kio5_applications.mo -share/locale/kn/LC_MESSAGES/klipper.mo -share/locale/kn/LC_MESSAGES/krdb.mo -share/locale/kn/LC_MESSAGES/ksmserver.mo -share/locale/kn/LC_MESSAGES/libkworkspace.mo -share/locale/kn/LC_MESSAGES/phonon_kde_plugin.mo -share/locale/kn/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo -share/locale/kn/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo -share/locale/kn/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo -share/locale/kn/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo -share/locale/kn/LC_MESSAGES/plasma_containmentactions_contextmenu.mo -share/locale/kn/LC_MESSAGES/plasma_containmentactions_switchwindow.mo -share/locale/kn/LC_MESSAGES/plasma_engine_applicationjobs.mo -share/locale/kn/LC_MESSAGES/plasma_engine_keystate.mo -share/locale/kn/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/kn/LC_MESSAGES/plasma_engine_weather.mo -share/locale/kn/LC_MESSAGES/plasma_runner_bookmarksrunner.mo -share/locale/kn/LC_MESSAGES/plasma_runner_calculatorrunner.mo -share/locale/kn/LC_MESSAGES/plasma_runner_kill.mo -share/locale/kn/LC_MESSAGES/plasma_runner_locations.mo -share/locale/kn/LC_MESSAGES/plasma_runner_placesrunner.mo -share/locale/kn/LC_MESSAGES/plasma_runner_powerdevil.mo -share/locale/kn/LC_MESSAGES/plasma_runner_recentdocuments.mo -share/locale/kn/LC_MESSAGES/plasma_runner_services.mo -share/locale/kn/LC_MESSAGES/plasma_runner_sessions.mo -share/locale/kn/LC_MESSAGES/plasma_runner_shell.mo -share/locale/kn/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/kn/LC_MESSAGES/soliduiserver5.mo -share/locale/ko/LC_MESSAGES/freespacenotifier.mo -share/locale/ko/LC_MESSAGES/kcm_autostart.mo -share/locale/ko/LC_MESSAGES/kcm_colors.mo -share/locale/ko/LC_MESSAGES/kcm_cursortheme.mo -share/locale/ko/LC_MESSAGES/kcm_desktoptheme.mo -share/locale/ko/LC_MESSAGES/kcm_feedback.mo -share/locale/ko/LC_MESSAGES/kcm_fonts.mo -share/locale/ko/LC_MESSAGES/kcm_icons.mo -share/locale/ko/LC_MESSAGES/kcm_lookandfeel.mo -share/locale/ko/LC_MESSAGES/kcm_nightcolor.mo -share/locale/ko/LC_MESSAGES/kcm_notifications.mo -share/locale/ko/LC_MESSAGES/kcm_regionandlang.mo -share/locale/ko/LC_MESSAGES/kcm_style.mo -share/locale/ko/LC_MESSAGES/kcm_users.mo -share/locale/ko/LC_MESSAGES/kcminit.mo -share/locale/ko/LC_MESSAGES/kfontinst.mo -share/locale/ko/LC_MESSAGES/kholidays_calendar_plugin.mo -share/locale/ko/LC_MESSAGES/kio5_applications.mo -share/locale/ko/LC_MESSAGES/kio_desktop.mo -share/locale/ko/LC_MESSAGES/klipper.mo -share/locale/ko/LC_MESSAGES/krdb.mo -share/locale/ko/LC_MESSAGES/krunner.mo -share/locale/ko/LC_MESSAGES/ksmserver.mo -share/locale/ko/LC_MESSAGES/libkicker.mo -share/locale/ko/LC_MESSAGES/libkworkspace.mo -share/locale/ko/LC_MESSAGES/libnotificationmanager.mo -share/locale/ko/LC_MESSAGES/phonon_kde_plugin.mo -share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.activitybar.mo -share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo -share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.appmenu.mo -share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo -share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo -share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo -share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo -share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo -share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.icon.mo -share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo -share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.manageinputmethod.mo -share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo -share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo -share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo -share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo -share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.mo -share/locale/ko/LC_MESSAGES/plasma_containmentactions_applauncher.mo -share/locale/ko/LC_MESSAGES/plasma_containmentactions_contextmenu.mo -share/locale/ko/LC_MESSAGES/plasma_containmentactions_switchwindow.mo -share/locale/ko/LC_MESSAGES/plasma_engine_applicationjobs.mo -share/locale/ko/LC_MESSAGES/plasma_engine_devicenotifications.mo -share/locale/ko/LC_MESSAGES/plasma_engine_dict.mo -share/locale/ko/LC_MESSAGES/plasma_engine_hotplug.mo -share/locale/ko/LC_MESSAGES/plasma_engine_keystate.mo -share/locale/ko/LC_MESSAGES/plasma_engine_mpris2.mo -share/locale/ko/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/ko/LC_MESSAGES/plasma_engine_powermanagement.mo -share/locale/ko/LC_MESSAGES/plasma_engine_soliddevice.mo -share/locale/ko/LC_MESSAGES/plasma_engine_time.mo -share/locale/ko/LC_MESSAGES/plasma_engine_weather.mo -share/locale/ko/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo -share/locale/ko/LC_MESSAGES/plasma_package_plasmashell.mo -share/locale/ko/LC_MESSAGES/plasma_runner_appstream.mo -share/locale/ko/LC_MESSAGES/plasma_runner_baloosearch5.mo -share/locale/ko/LC_MESSAGES/plasma_runner_bookmarksrunner.mo -share/locale/ko/LC_MESSAGES/plasma_runner_calculatorrunner.mo -share/locale/ko/LC_MESSAGES/plasma_runner_kill.mo -share/locale/ko/LC_MESSAGES/plasma_runner_locations.mo -share/locale/ko/LC_MESSAGES/plasma_runner_placesrunner.mo -share/locale/ko/LC_MESSAGES/plasma_runner_powerdevil.mo -share/locale/ko/LC_MESSAGES/plasma_runner_recentdocuments.mo -share/locale/ko/LC_MESSAGES/plasma_runner_services.mo -share/locale/ko/LC_MESSAGES/plasma_runner_sessions.mo -share/locale/ko/LC_MESSAGES/plasma_runner_shell.mo -share/locale/ko/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/ko/LC_MESSAGES/plasma_runner_windowedwidgets.mo -share/locale/ko/LC_MESSAGES/plasma_wallpaper_org.kde.color.mo -share/locale/ko/LC_MESSAGES/plasma_wallpaper_org.kde.image.mo -share/locale/ko/LC_MESSAGES/plasmashell.mo -share/locale/ko/LC_MESSAGES/plasmashellprivateplugin.mo -share/locale/ko/LC_MESSAGES/soliduiserver5.mo -share/locale/ko/LC_MESSAGES/systemmonitor.mo -share/locale/ku/LC_MESSAGES/kcm_autostart.mo -share/locale/ku/LC_MESSAGES/kcm_colors.mo -share/locale/ku/LC_MESSAGES/kcm_cursortheme.mo -share/locale/ku/LC_MESSAGES/kcm_desktoptheme.mo -share/locale/ku/LC_MESSAGES/kcm_fonts.mo -share/locale/ku/LC_MESSAGES/kcm_icons.mo -share/locale/ku/LC_MESSAGES/kcm_style.mo -share/locale/ku/LC_MESSAGES/kcminit.mo -share/locale/ku/LC_MESSAGES/kfontinst.mo -share/locale/ku/LC_MESSAGES/kio5_applications.mo -share/locale/ku/LC_MESSAGES/klipper.mo -share/locale/ku/LC_MESSAGES/krdb.mo -share/locale/ku/LC_MESSAGES/ksmserver.mo -share/locale/ku/LC_MESSAGES/libkworkspace.mo -share/locale/ku/LC_MESSAGES/phonon_kde_plugin.mo -share/locale/ku/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo -share/locale/ku/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo -share/locale/ku/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo -share/locale/ku/LC_MESSAGES/plasma_engine_applicationjobs.mo -share/locale/ku/LC_MESSAGES/plasma_runner_locations.mo -share/locale/ku/LC_MESSAGES/plasma_runner_powerdevil.mo -share/locale/ku/LC_MESSAGES/plasma_runner_recentdocuments.mo -share/locale/ku/LC_MESSAGES/plasma_runner_sessions.mo -share/locale/ku/LC_MESSAGES/plasma_runner_shell.mo -share/locale/ku/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/ku/LC_MESSAGES/plasma_wallpaper_org.kde.image.mo -share/locale/ku/LC_MESSAGES/soliduiserver5.mo -share/locale/lb/LC_MESSAGES/kio5_applications.mo -share/locale/lt/LC_MESSAGES/freespacenotifier.mo -share/locale/lt/LC_MESSAGES/kcm_autostart.mo -share/locale/lt/LC_MESSAGES/kcm_colors.mo -share/locale/lt/LC_MESSAGES/kcm_cursortheme.mo -share/locale/lt/LC_MESSAGES/kcm_desktoptheme.mo -share/locale/lt/LC_MESSAGES/kcm_feedback.mo -share/locale/lt/LC_MESSAGES/kcm_fonts.mo -share/locale/lt/LC_MESSAGES/kcm_icons.mo -share/locale/lt/LC_MESSAGES/kcm_lookandfeel.mo -share/locale/lt/LC_MESSAGES/kcm_nightcolor.mo -share/locale/lt/LC_MESSAGES/kcm_notifications.mo -share/locale/lt/LC_MESSAGES/kcm_style.mo -share/locale/lt/LC_MESSAGES/kcm_users.mo -share/locale/lt/LC_MESSAGES/kcminit.mo -share/locale/lt/LC_MESSAGES/kfontinst.mo -share/locale/lt/LC_MESSAGES/kholidays_calendar_plugin.mo -share/locale/lt/LC_MESSAGES/kio5_applications.mo -share/locale/lt/LC_MESSAGES/kio_desktop.mo -share/locale/lt/LC_MESSAGES/klipper.mo -share/locale/lt/LC_MESSAGES/krdb.mo -share/locale/lt/LC_MESSAGES/krunner.mo -share/locale/lt/LC_MESSAGES/ksmserver.mo -share/locale/lt/LC_MESSAGES/libkicker.mo -share/locale/lt/LC_MESSAGES/libkworkspace.mo -share/locale/lt/LC_MESSAGES/libnotificationmanager.mo -share/locale/lt/LC_MESSAGES/phonon_kde_plugin.mo -share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo -share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.appmenu.mo -share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo -share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo -share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo -share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo -share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo -share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.icon.mo -share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo -share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo -share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo -share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo -share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo -share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.mo -share/locale/lt/LC_MESSAGES/plasma_containmentactions_applauncher.mo -share/locale/lt/LC_MESSAGES/plasma_containmentactions_contextmenu.mo -share/locale/lt/LC_MESSAGES/plasma_containmentactions_switchwindow.mo -share/locale/lt/LC_MESSAGES/plasma_engine_applicationjobs.mo -share/locale/lt/LC_MESSAGES/plasma_engine_devicenotifications.mo -share/locale/lt/LC_MESSAGES/plasma_engine_dict.mo -share/locale/lt/LC_MESSAGES/plasma_engine_hotplug.mo -share/locale/lt/LC_MESSAGES/plasma_engine_keystate.mo -share/locale/lt/LC_MESSAGES/plasma_engine_mpris2.mo -share/locale/lt/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/lt/LC_MESSAGES/plasma_engine_powermanagement.mo -share/locale/lt/LC_MESSAGES/plasma_engine_soliddevice.mo -share/locale/lt/LC_MESSAGES/plasma_engine_time.mo -share/locale/lt/LC_MESSAGES/plasma_engine_weather.mo -share/locale/lt/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo -share/locale/lt/LC_MESSAGES/plasma_package_plasmashell.mo -share/locale/lt/LC_MESSAGES/plasma_runner_appstream.mo -share/locale/lt/LC_MESSAGES/plasma_runner_baloosearch5.mo -share/locale/lt/LC_MESSAGES/plasma_runner_bookmarksrunner.mo -share/locale/lt/LC_MESSAGES/plasma_runner_calculatorrunner.mo -share/locale/lt/LC_MESSAGES/plasma_runner_kill.mo -share/locale/lt/LC_MESSAGES/plasma_runner_locations.mo -share/locale/lt/LC_MESSAGES/plasma_runner_placesrunner.mo -share/locale/lt/LC_MESSAGES/plasma_runner_powerdevil.mo -share/locale/lt/LC_MESSAGES/plasma_runner_recentdocuments.mo -share/locale/lt/LC_MESSAGES/plasma_runner_services.mo -share/locale/lt/LC_MESSAGES/plasma_runner_sessions.mo -share/locale/lt/LC_MESSAGES/plasma_runner_shell.mo -share/locale/lt/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/lt/LC_MESSAGES/plasma_runner_windowedwidgets.mo -share/locale/lt/LC_MESSAGES/plasma_wallpaper_org.kde.color.mo -share/locale/lt/LC_MESSAGES/plasma_wallpaper_org.kde.image.mo -share/locale/lt/LC_MESSAGES/plasmashell.mo -share/locale/lt/LC_MESSAGES/plasmashellprivateplugin.mo -share/locale/lt/LC_MESSAGES/soliduiserver5.mo -share/locale/lt/LC_MESSAGES/systemmonitor.mo -share/locale/lv/LC_MESSAGES/freespacenotifier.mo -share/locale/lv/LC_MESSAGES/kcm_autostart.mo -share/locale/lv/LC_MESSAGES/kcm_colors.mo -share/locale/lv/LC_MESSAGES/kcm_cursortheme.mo -share/locale/lv/LC_MESSAGES/kcm_desktoptheme.mo -share/locale/lv/LC_MESSAGES/kcm_fonts.mo -share/locale/lv/LC_MESSAGES/kcm_icons.mo -share/locale/lv/LC_MESSAGES/kcm_style.mo -share/locale/lv/LC_MESSAGES/kcminit.mo -share/locale/lv/LC_MESSAGES/kfontinst.mo -share/locale/lv/LC_MESSAGES/kholidays_calendar_plugin.mo -share/locale/lv/LC_MESSAGES/kio5_applications.mo -share/locale/lv/LC_MESSAGES/kio_desktop.mo -share/locale/lv/LC_MESSAGES/klipper.mo -share/locale/lv/LC_MESSAGES/krdb.mo -share/locale/lv/LC_MESSAGES/ksmserver.mo -share/locale/lv/LC_MESSAGES/libkicker.mo -share/locale/lv/LC_MESSAGES/libkworkspace.mo -share/locale/lv/LC_MESSAGES/phonon_kde_plugin.mo -share/locale/lv/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo -share/locale/lv/LC_MESSAGES/plasma_applet_org.kde.plasma.appmenu.mo -share/locale/lv/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo -share/locale/lv/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo -share/locale/lv/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo -share/locale/lv/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo -share/locale/lv/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo -share/locale/lv/LC_MESSAGES/plasma_containmentactions_contextmenu.mo -share/locale/lv/LC_MESSAGES/plasma_containmentactions_switchwindow.mo -share/locale/lv/LC_MESSAGES/plasma_engine_applicationjobs.mo -share/locale/lv/LC_MESSAGES/plasma_engine_keystate.mo -share/locale/lv/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/lv/LC_MESSAGES/plasma_engine_powermanagement.mo -share/locale/lv/LC_MESSAGES/plasma_engine_soliddevice.mo -share/locale/lv/LC_MESSAGES/plasma_engine_weather.mo -share/locale/lv/LC_MESSAGES/plasma_runner_bookmarksrunner.mo -share/locale/lv/LC_MESSAGES/plasma_runner_calculatorrunner.mo -share/locale/lv/LC_MESSAGES/plasma_runner_kill.mo -share/locale/lv/LC_MESSAGES/plasma_runner_locations.mo -share/locale/lv/LC_MESSAGES/plasma_runner_placesrunner.mo -share/locale/lv/LC_MESSAGES/plasma_runner_powerdevil.mo -share/locale/lv/LC_MESSAGES/plasma_runner_recentdocuments.mo -share/locale/lv/LC_MESSAGES/plasma_runner_services.mo -share/locale/lv/LC_MESSAGES/plasma_runner_sessions.mo -share/locale/lv/LC_MESSAGES/plasma_runner_shell.mo -share/locale/lv/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/lv/LC_MESSAGES/plasma_wallpaper_org.kde.image.mo -share/locale/lv/LC_MESSAGES/plasmashell.mo -share/locale/lv/LC_MESSAGES/soliduiserver5.mo -share/locale/lv/LC_MESSAGES/systemmonitor.mo -share/locale/mai/LC_MESSAGES/freespacenotifier.mo -share/locale/mai/LC_MESSAGES/kcm_autostart.mo -share/locale/mai/LC_MESSAGES/kcm_colors.mo -share/locale/mai/LC_MESSAGES/kcm_cursortheme.mo -share/locale/mai/LC_MESSAGES/kcm_desktoptheme.mo -share/locale/mai/LC_MESSAGES/kcm_fonts.mo -share/locale/mai/LC_MESSAGES/kcm_icons.mo -share/locale/mai/LC_MESSAGES/kcm_style.mo -share/locale/mai/LC_MESSAGES/kcminit.mo -share/locale/mai/LC_MESSAGES/kfontinst.mo -share/locale/mai/LC_MESSAGES/kio5_applications.mo -share/locale/mai/LC_MESSAGES/klipper.mo -share/locale/mai/LC_MESSAGES/krdb.mo -share/locale/mai/LC_MESSAGES/ksmserver.mo -share/locale/mai/LC_MESSAGES/libkworkspace.mo -share/locale/mai/LC_MESSAGES/phonon_kde_plugin.mo -share/locale/mai/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo -share/locale/mai/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo -share/locale/mai/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo -share/locale/mai/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo -share/locale/mai/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo -share/locale/mai/LC_MESSAGES/plasma_containmentactions_contextmenu.mo -share/locale/mai/LC_MESSAGES/plasma_containmentactions_switchwindow.mo -share/locale/mai/LC_MESSAGES/plasma_engine_applicationjobs.mo -share/locale/mai/LC_MESSAGES/plasma_engine_keystate.mo -share/locale/mai/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/mai/LC_MESSAGES/plasma_engine_soliddevice.mo -share/locale/mai/LC_MESSAGES/plasma_engine_weather.mo -share/locale/mai/LC_MESSAGES/plasma_runner_bookmarksrunner.mo -share/locale/mai/LC_MESSAGES/plasma_runner_calculatorrunner.mo -share/locale/mai/LC_MESSAGES/plasma_runner_kill.mo -share/locale/mai/LC_MESSAGES/plasma_runner_locations.mo -share/locale/mai/LC_MESSAGES/plasma_runner_placesrunner.mo -share/locale/mai/LC_MESSAGES/plasma_runner_powerdevil.mo -share/locale/mai/LC_MESSAGES/plasma_runner_recentdocuments.mo -share/locale/mai/LC_MESSAGES/plasma_runner_services.mo -share/locale/mai/LC_MESSAGES/plasma_runner_sessions.mo -share/locale/mai/LC_MESSAGES/plasma_runner_shell.mo -share/locale/mai/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/mai/LC_MESSAGES/plasma_runner_windowedwidgets.mo -share/locale/mai/LC_MESSAGES/plasma_wallpaper_org.kde.image.mo -share/locale/mai/LC_MESSAGES/soliduiserver5.mo -share/locale/mk/LC_MESSAGES/kcm_autostart.mo -share/locale/mk/LC_MESSAGES/kcm_colors.mo -share/locale/mk/LC_MESSAGES/kcm_cursortheme.mo -share/locale/mk/LC_MESSAGES/kcm_desktoptheme.mo -share/locale/mk/LC_MESSAGES/kcm_fonts.mo -share/locale/mk/LC_MESSAGES/kcm_icons.mo -share/locale/mk/LC_MESSAGES/kcm_style.mo -share/locale/mk/LC_MESSAGES/kcminit.mo -share/locale/mk/LC_MESSAGES/kfontinst.mo -share/locale/mk/LC_MESSAGES/kio5_applications.mo -share/locale/mk/LC_MESSAGES/klipper.mo -share/locale/mk/LC_MESSAGES/krdb.mo -share/locale/mk/LC_MESSAGES/ksmserver.mo -share/locale/mk/LC_MESSAGES/libkworkspace.mo -share/locale/mk/LC_MESSAGES/phonon_kde_plugin.mo -share/locale/mk/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo -share/locale/mk/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo -share/locale/mk/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo -share/locale/mk/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo -share/locale/mk/LC_MESSAGES/plasma_runner_locations.mo -share/locale/mk/LC_MESSAGES/plasma_runner_powerdevil.mo -share/locale/mk/LC_MESSAGES/plasma_runner_recentdocuments.mo -share/locale/mk/LC_MESSAGES/plasma_runner_sessions.mo -share/locale/mk/LC_MESSAGES/plasma_runner_shell.mo -share/locale/mk/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/mk/LC_MESSAGES/plasma_wallpaper_org.kde.image.mo -share/locale/mk/LC_MESSAGES/soliduiserver5.mo -share/locale/ml/LC_MESSAGES/freespacenotifier.mo -share/locale/ml/LC_MESSAGES/kcm_autostart.mo -share/locale/ml/LC_MESSAGES/kcm_colors.mo -share/locale/ml/LC_MESSAGES/kcm_cursortheme.mo -share/locale/ml/LC_MESSAGES/kcm_desktoptheme.mo -share/locale/ml/LC_MESSAGES/kcm_feedback.mo -share/locale/ml/LC_MESSAGES/kcm_fonts.mo -share/locale/ml/LC_MESSAGES/kcm_icons.mo -share/locale/ml/LC_MESSAGES/kcm_lookandfeel.mo -share/locale/ml/LC_MESSAGES/kcm_nightcolor.mo -share/locale/ml/LC_MESSAGES/kcm_notifications.mo -share/locale/ml/LC_MESSAGES/kcm_style.mo -share/locale/ml/LC_MESSAGES/kcminit.mo -share/locale/ml/LC_MESSAGES/kfontinst.mo -share/locale/ml/LC_MESSAGES/kholidays_calendar_plugin.mo -share/locale/ml/LC_MESSAGES/kio5_applications.mo -share/locale/ml/LC_MESSAGES/kio_desktop.mo -share/locale/ml/LC_MESSAGES/klipper.mo -share/locale/ml/LC_MESSAGES/krdb.mo -share/locale/ml/LC_MESSAGES/krunner.mo -share/locale/ml/LC_MESSAGES/ksmserver.mo -share/locale/ml/LC_MESSAGES/libkicker.mo -share/locale/ml/LC_MESSAGES/libkworkspace.mo -share/locale/ml/LC_MESSAGES/libnotificationmanager.mo -share/locale/ml/LC_MESSAGES/phonon_kde_plugin.mo -share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo -share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.plasma.appmenu.mo -share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo -share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo -share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo -share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo -share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo -share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.plasma.icon.mo -share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo -share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo -share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo -share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo -share/locale/ml/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo -share/locale/ml/LC_MESSAGES/plasma_containmentactions_applauncher.mo -share/locale/ml/LC_MESSAGES/plasma_containmentactions_contextmenu.mo -share/locale/ml/LC_MESSAGES/plasma_containmentactions_switchwindow.mo -share/locale/ml/LC_MESSAGES/plasma_engine_applicationjobs.mo -share/locale/ml/LC_MESSAGES/plasma_engine_devicenotifications.mo -share/locale/ml/LC_MESSAGES/plasma_engine_dict.mo -share/locale/ml/LC_MESSAGES/plasma_engine_hotplug.mo -share/locale/ml/LC_MESSAGES/plasma_engine_keystate.mo -share/locale/ml/LC_MESSAGES/plasma_engine_mpris2.mo -share/locale/ml/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/ml/LC_MESSAGES/plasma_engine_powermanagement.mo -share/locale/ml/LC_MESSAGES/plasma_engine_soliddevice.mo -share/locale/ml/LC_MESSAGES/plasma_engine_time.mo -share/locale/ml/LC_MESSAGES/plasma_engine_weather.mo -share/locale/ml/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo -share/locale/ml/LC_MESSAGES/plasma_package_plasmashell.mo -share/locale/ml/LC_MESSAGES/plasma_runner_appstream.mo -share/locale/ml/LC_MESSAGES/plasma_runner_baloosearch5.mo -share/locale/ml/LC_MESSAGES/plasma_runner_bookmarksrunner.mo -share/locale/ml/LC_MESSAGES/plasma_runner_calculatorrunner.mo -share/locale/ml/LC_MESSAGES/plasma_runner_kill.mo -share/locale/ml/LC_MESSAGES/plasma_runner_locations.mo -share/locale/ml/LC_MESSAGES/plasma_runner_placesrunner.mo -share/locale/ml/LC_MESSAGES/plasma_runner_powerdevil.mo -share/locale/ml/LC_MESSAGES/plasma_runner_recentdocuments.mo -share/locale/ml/LC_MESSAGES/plasma_runner_services.mo -share/locale/ml/LC_MESSAGES/plasma_runner_sessions.mo -share/locale/ml/LC_MESSAGES/plasma_runner_shell.mo -share/locale/ml/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/ml/LC_MESSAGES/plasma_runner_windowedwidgets.mo -share/locale/ml/LC_MESSAGES/plasma_wallpaper_org.kde.color.mo -share/locale/ml/LC_MESSAGES/plasma_wallpaper_org.kde.image.mo -share/locale/ml/LC_MESSAGES/plasmashell.mo -share/locale/ml/LC_MESSAGES/plasmashellprivateplugin.mo -share/locale/ml/LC_MESSAGES/soliduiserver5.mo -share/locale/ml/LC_MESSAGES/systemmonitor.mo -share/locale/mr/LC_MESSAGES/freespacenotifier.mo -share/locale/mr/LC_MESSAGES/kcm_autostart.mo -share/locale/mr/LC_MESSAGES/kcm_colors.mo -share/locale/mr/LC_MESSAGES/kcm_cursortheme.mo -share/locale/mr/LC_MESSAGES/kcm_desktoptheme.mo -share/locale/mr/LC_MESSAGES/kcm_fonts.mo -share/locale/mr/LC_MESSAGES/kcm_icons.mo -share/locale/mr/LC_MESSAGES/kcm_style.mo -share/locale/mr/LC_MESSAGES/kcminit.mo -share/locale/mr/LC_MESSAGES/kfontinst.mo -share/locale/mr/LC_MESSAGES/kio5_applications.mo -share/locale/mr/LC_MESSAGES/klipper.mo -share/locale/mr/LC_MESSAGES/krdb.mo -share/locale/mr/LC_MESSAGES/ksmserver.mo -share/locale/mr/LC_MESSAGES/libkicker.mo -share/locale/mr/LC_MESSAGES/libkworkspace.mo -share/locale/mr/LC_MESSAGES/phonon_kde_plugin.mo -share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo -share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo -share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo -share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo -share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo -share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo -share/locale/mr/LC_MESSAGES/plasma_containmentactions_contextmenu.mo -share/locale/mr/LC_MESSAGES/plasma_containmentactions_switchwindow.mo -share/locale/mr/LC_MESSAGES/plasma_engine_applicationjobs.mo -share/locale/mr/LC_MESSAGES/plasma_engine_keystate.mo -share/locale/mr/LC_MESSAGES/plasma_engine_mpris2.mo -share/locale/mr/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/mr/LC_MESSAGES/plasma_engine_soliddevice.mo -share/locale/mr/LC_MESSAGES/plasma_engine_weather.mo -share/locale/mr/LC_MESSAGES/plasma_runner_bookmarksrunner.mo -share/locale/mr/LC_MESSAGES/plasma_runner_calculatorrunner.mo -share/locale/mr/LC_MESSAGES/plasma_runner_kill.mo -share/locale/mr/LC_MESSAGES/plasma_runner_locations.mo -share/locale/mr/LC_MESSAGES/plasma_runner_placesrunner.mo -share/locale/mr/LC_MESSAGES/plasma_runner_powerdevil.mo -share/locale/mr/LC_MESSAGES/plasma_runner_recentdocuments.mo -share/locale/mr/LC_MESSAGES/plasma_runner_services.mo -share/locale/mr/LC_MESSAGES/plasma_runner_sessions.mo -share/locale/mr/LC_MESSAGES/plasma_runner_shell.mo -share/locale/mr/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/mr/LC_MESSAGES/plasma_runner_windowedwidgets.mo -share/locale/mr/LC_MESSAGES/plasma_wallpaper_org.kde.image.mo -share/locale/mr/LC_MESSAGES/soliduiserver5.mo -share/locale/ms/LC_MESSAGES/freespacenotifier.mo -share/locale/ms/LC_MESSAGES/kcm_autostart.mo -share/locale/ms/LC_MESSAGES/kcm_colors.mo -share/locale/ms/LC_MESSAGES/kcm_cursortheme.mo -share/locale/ms/LC_MESSAGES/kcm_desktoptheme.mo -share/locale/ms/LC_MESSAGES/kcm_fonts.mo -share/locale/ms/LC_MESSAGES/kcm_icons.mo -share/locale/ms/LC_MESSAGES/kcm_style.mo -share/locale/ms/LC_MESSAGES/kcminit.mo -share/locale/ms/LC_MESSAGES/kfontinst.mo -share/locale/ms/LC_MESSAGES/kio5_applications.mo -share/locale/ms/LC_MESSAGES/klipper.mo -share/locale/ms/LC_MESSAGES/krdb.mo -share/locale/ms/LC_MESSAGES/ksmserver.mo -share/locale/ms/LC_MESSAGES/libkworkspace.mo -share/locale/ms/LC_MESSAGES/phonon_kde_plugin.mo -share/locale/ms/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo -share/locale/ms/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo -share/locale/ms/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo -share/locale/ms/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo -share/locale/ms/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo -share/locale/ms/LC_MESSAGES/plasma_containmentactions_contextmenu.mo -share/locale/ms/LC_MESSAGES/plasma_containmentactions_switchwindow.mo -share/locale/ms/LC_MESSAGES/plasma_engine_applicationjobs.mo -share/locale/ms/LC_MESSAGES/plasma_engine_keystate.mo -share/locale/ms/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/ms/LC_MESSAGES/plasma_engine_soliddevice.mo -share/locale/ms/LC_MESSAGES/plasma_engine_weather.mo -share/locale/ms/LC_MESSAGES/plasma_runner_bookmarksrunner.mo -share/locale/ms/LC_MESSAGES/plasma_runner_calculatorrunner.mo -share/locale/ms/LC_MESSAGES/plasma_runner_kill.mo -share/locale/ms/LC_MESSAGES/plasma_runner_locations.mo -share/locale/ms/LC_MESSAGES/plasma_runner_placesrunner.mo -share/locale/ms/LC_MESSAGES/plasma_runner_powerdevil.mo -share/locale/ms/LC_MESSAGES/plasma_runner_recentdocuments.mo -share/locale/ms/LC_MESSAGES/plasma_runner_services.mo -share/locale/ms/LC_MESSAGES/plasma_runner_sessions.mo -share/locale/ms/LC_MESSAGES/plasma_runner_shell.mo -share/locale/ms/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/ms/LC_MESSAGES/plasma_runner_windowedwidgets.mo -share/locale/ms/LC_MESSAGES/plasma_wallpaper_org.kde.image.mo -share/locale/ms/LC_MESSAGES/soliduiserver5.mo -share/locale/nb/LC_MESSAGES/freespacenotifier.mo -share/locale/nb/LC_MESSAGES/kcm_autostart.mo -share/locale/nb/LC_MESSAGES/kcm_colors.mo -share/locale/nb/LC_MESSAGES/kcm_cursortheme.mo -share/locale/nb/LC_MESSAGES/kcm_desktoptheme.mo -share/locale/nb/LC_MESSAGES/kcm_fonts.mo -share/locale/nb/LC_MESSAGES/kcm_icons.mo -share/locale/nb/LC_MESSAGES/kcm_lookandfeel.mo -share/locale/nb/LC_MESSAGES/kcm_style.mo -share/locale/nb/LC_MESSAGES/kcminit.mo -share/locale/nb/LC_MESSAGES/kfontinst.mo -share/locale/nb/LC_MESSAGES/kio5_applications.mo -share/locale/nb/LC_MESSAGES/kio_desktop.mo -share/locale/nb/LC_MESSAGES/klipper.mo -share/locale/nb/LC_MESSAGES/krdb.mo -share/locale/nb/LC_MESSAGES/krunner.mo -share/locale/nb/LC_MESSAGES/ksmserver.mo -share/locale/nb/LC_MESSAGES/libkicker.mo -share/locale/nb/LC_MESSAGES/libkworkspace.mo -share/locale/nb/LC_MESSAGES/phonon_kde_plugin.mo -share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo -share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.appmenu.mo -share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo -share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo -share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo -share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo -share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo -share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.icon.mo -share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo -share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo -share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo -share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo -share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo -share/locale/nb/LC_MESSAGES/plasma_containmentactions_applauncher.mo -share/locale/nb/LC_MESSAGES/plasma_containmentactions_contextmenu.mo -share/locale/nb/LC_MESSAGES/plasma_containmentactions_switchwindow.mo -share/locale/nb/LC_MESSAGES/plasma_engine_applicationjobs.mo -share/locale/nb/LC_MESSAGES/plasma_engine_devicenotifications.mo -share/locale/nb/LC_MESSAGES/plasma_engine_dict.mo -share/locale/nb/LC_MESSAGES/plasma_engine_keystate.mo -share/locale/nb/LC_MESSAGES/plasma_engine_mpris2.mo -share/locale/nb/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/nb/LC_MESSAGES/plasma_engine_powermanagement.mo -share/locale/nb/LC_MESSAGES/plasma_engine_soliddevice.mo -share/locale/nb/LC_MESSAGES/plasma_engine_time.mo -share/locale/nb/LC_MESSAGES/plasma_engine_weather.mo -share/locale/nb/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo -share/locale/nb/LC_MESSAGES/plasma_package_plasmashell.mo -share/locale/nb/LC_MESSAGES/plasma_runner_appstream.mo -share/locale/nb/LC_MESSAGES/plasma_runner_baloosearch5.mo -share/locale/nb/LC_MESSAGES/plasma_runner_bookmarksrunner.mo -share/locale/nb/LC_MESSAGES/plasma_runner_calculatorrunner.mo -share/locale/nb/LC_MESSAGES/plasma_runner_kill.mo -share/locale/nb/LC_MESSAGES/plasma_runner_locations.mo -share/locale/nb/LC_MESSAGES/plasma_runner_placesrunner.mo -share/locale/nb/LC_MESSAGES/plasma_runner_powerdevil.mo -share/locale/nb/LC_MESSAGES/plasma_runner_recentdocuments.mo -share/locale/nb/LC_MESSAGES/plasma_runner_services.mo -share/locale/nb/LC_MESSAGES/plasma_runner_sessions.mo -share/locale/nb/LC_MESSAGES/plasma_runner_shell.mo -share/locale/nb/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/nb/LC_MESSAGES/plasma_runner_windowedwidgets.mo -share/locale/nb/LC_MESSAGES/plasma_wallpaper_org.kde.color.mo -share/locale/nb/LC_MESSAGES/plasma_wallpaper_org.kde.image.mo -share/locale/nb/LC_MESSAGES/plasmashell.mo -share/locale/nb/LC_MESSAGES/plasmashellprivateplugin.mo -share/locale/nb/LC_MESSAGES/soliduiserver5.mo -share/locale/nb/LC_MESSAGES/systemmonitor.mo -share/locale/nds/LC_MESSAGES/freespacenotifier.mo -share/locale/nds/LC_MESSAGES/kcm_autostart.mo -share/locale/nds/LC_MESSAGES/kcm_colors.mo -share/locale/nds/LC_MESSAGES/kcm_cursortheme.mo -share/locale/nds/LC_MESSAGES/kcm_desktoptheme.mo -share/locale/nds/LC_MESSAGES/kcm_fonts.mo -share/locale/nds/LC_MESSAGES/kcm_icons.mo -share/locale/nds/LC_MESSAGES/kcm_lookandfeel.mo -share/locale/nds/LC_MESSAGES/kcm_style.mo -share/locale/nds/LC_MESSAGES/kcminit.mo -share/locale/nds/LC_MESSAGES/kfontinst.mo -share/locale/nds/LC_MESSAGES/kio5_applications.mo -share/locale/nds/LC_MESSAGES/klipper.mo -share/locale/nds/LC_MESSAGES/krdb.mo -share/locale/nds/LC_MESSAGES/krunner.mo -share/locale/nds/LC_MESSAGES/ksmserver.mo -share/locale/nds/LC_MESSAGES/libkicker.mo -share/locale/nds/LC_MESSAGES/libkworkspace.mo -share/locale/nds/LC_MESSAGES/phonon_kde_plugin.mo -share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo -share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo -share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo -share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo -share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo -share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo -share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo -share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo -share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo -share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo -share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo -share/locale/nds/LC_MESSAGES/plasma_containmentactions_contextmenu.mo -share/locale/nds/LC_MESSAGES/plasma_containmentactions_switchwindow.mo -share/locale/nds/LC_MESSAGES/plasma_engine_applicationjobs.mo -share/locale/nds/LC_MESSAGES/plasma_engine_keystate.mo -share/locale/nds/LC_MESSAGES/plasma_engine_mpris2.mo -share/locale/nds/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/nds/LC_MESSAGES/plasma_engine_powermanagement.mo -share/locale/nds/LC_MESSAGES/plasma_engine_soliddevice.mo -share/locale/nds/LC_MESSAGES/plasma_engine_time.mo -share/locale/nds/LC_MESSAGES/plasma_engine_weather.mo -share/locale/nds/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo -share/locale/nds/LC_MESSAGES/plasma_package_plasmashell.mo -share/locale/nds/LC_MESSAGES/plasma_runner_baloosearch5.mo -share/locale/nds/LC_MESSAGES/plasma_runner_bookmarksrunner.mo -share/locale/nds/LC_MESSAGES/plasma_runner_calculatorrunner.mo -share/locale/nds/LC_MESSAGES/plasma_runner_kill.mo -share/locale/nds/LC_MESSAGES/plasma_runner_locations.mo -share/locale/nds/LC_MESSAGES/plasma_runner_placesrunner.mo -share/locale/nds/LC_MESSAGES/plasma_runner_powerdevil.mo -share/locale/nds/LC_MESSAGES/plasma_runner_recentdocuments.mo -share/locale/nds/LC_MESSAGES/plasma_runner_services.mo -share/locale/nds/LC_MESSAGES/plasma_runner_sessions.mo -share/locale/nds/LC_MESSAGES/plasma_runner_shell.mo -share/locale/nds/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/nds/LC_MESSAGES/plasma_runner_windowedwidgets.mo -share/locale/nds/LC_MESSAGES/plasma_wallpaper_org.kde.color.mo -share/locale/nds/LC_MESSAGES/plasma_wallpaper_org.kde.image.mo -share/locale/nds/LC_MESSAGES/plasmashell.mo -share/locale/nds/LC_MESSAGES/plasmashellprivateplugin.mo -share/locale/nds/LC_MESSAGES/soliduiserver5.mo -share/locale/nds/LC_MESSAGES/systemmonitor.mo -share/locale/ne/LC_MESSAGES/kcm_colors.mo -share/locale/ne/LC_MESSAGES/kcm_cursortheme.mo -share/locale/ne/LC_MESSAGES/kcm_fonts.mo -share/locale/ne/LC_MESSAGES/kcm_icons.mo -share/locale/ne/LC_MESSAGES/kcm_style.mo -share/locale/ne/LC_MESSAGES/kcminit.mo -share/locale/ne/LC_MESSAGES/kfontinst.mo -share/locale/ne/LC_MESSAGES/kio5_applications.mo -share/locale/ne/LC_MESSAGES/klipper.mo -share/locale/ne/LC_MESSAGES/krdb.mo -share/locale/ne/LC_MESSAGES/ksmserver.mo -share/locale/ne/LC_MESSAGES/libkworkspace.mo -share/locale/ne/LC_MESSAGES/phonon_kde_plugin.mo -share/locale/ne/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo -share/locale/ne/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo -share/locale/ne/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo -share/locale/ne/LC_MESSAGES/soliduiserver5.mo -share/locale/nl/LC_MESSAGES/freespacenotifier.mo -share/locale/nl/LC_MESSAGES/kcm_autostart.mo -share/locale/nl/LC_MESSAGES/kcm_colors.mo -share/locale/nl/LC_MESSAGES/kcm_cursortheme.mo -share/locale/nl/LC_MESSAGES/kcm_desktoptheme.mo -share/locale/nl/LC_MESSAGES/kcm_feedback.mo -share/locale/nl/LC_MESSAGES/kcm_fonts.mo -share/locale/nl/LC_MESSAGES/kcm_icons.mo -share/locale/nl/LC_MESSAGES/kcm_lookandfeel.mo -share/locale/nl/LC_MESSAGES/kcm_nightcolor.mo -share/locale/nl/LC_MESSAGES/kcm_notifications.mo -share/locale/nl/LC_MESSAGES/kcm_regionandlang.mo -share/locale/nl/LC_MESSAGES/kcm_style.mo -share/locale/nl/LC_MESSAGES/kcm_users.mo -share/locale/nl/LC_MESSAGES/kcminit.mo -share/locale/nl/LC_MESSAGES/kfontinst.mo -share/locale/nl/LC_MESSAGES/kholidays_calendar_plugin.mo -share/locale/nl/LC_MESSAGES/kio5_applications.mo -share/locale/nl/LC_MESSAGES/kio_desktop.mo -share/locale/nl/LC_MESSAGES/klipper.mo -share/locale/nl/LC_MESSAGES/krdb.mo -share/locale/nl/LC_MESSAGES/krunner.mo -share/locale/nl/LC_MESSAGES/ksmserver.mo -share/locale/nl/LC_MESSAGES/libkicker.mo -share/locale/nl/LC_MESSAGES/libkworkspace.mo -share/locale/nl/LC_MESSAGES/libnotificationmanager.mo -share/locale/nl/LC_MESSAGES/phonon_kde_plugin.mo -share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.activitybar.mo -share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo -share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.appmenu.mo -share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo -share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo -share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo -share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo -share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo -share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.icon.mo -share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo -share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.manageinputmethod.mo -share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo -share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo -share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo -share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo -share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.mo -share/locale/nl/LC_MESSAGES/plasma_containmentactions_applauncher.mo -share/locale/nl/LC_MESSAGES/plasma_containmentactions_contextmenu.mo -share/locale/nl/LC_MESSAGES/plasma_containmentactions_switchwindow.mo -share/locale/nl/LC_MESSAGES/plasma_engine_applicationjobs.mo -share/locale/nl/LC_MESSAGES/plasma_engine_devicenotifications.mo -share/locale/nl/LC_MESSAGES/plasma_engine_dict.mo -share/locale/nl/LC_MESSAGES/plasma_engine_hotplug.mo -share/locale/nl/LC_MESSAGES/plasma_engine_keystate.mo -share/locale/nl/LC_MESSAGES/plasma_engine_mpris2.mo -share/locale/nl/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/nl/LC_MESSAGES/plasma_engine_powermanagement.mo -share/locale/nl/LC_MESSAGES/plasma_engine_soliddevice.mo -share/locale/nl/LC_MESSAGES/plasma_engine_time.mo -share/locale/nl/LC_MESSAGES/plasma_engine_weather.mo -share/locale/nl/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo -share/locale/nl/LC_MESSAGES/plasma_package_plasmashell.mo -share/locale/nl/LC_MESSAGES/plasma_runner_appstream.mo -share/locale/nl/LC_MESSAGES/plasma_runner_baloosearch5.mo -share/locale/nl/LC_MESSAGES/plasma_runner_bookmarksrunner.mo -share/locale/nl/LC_MESSAGES/plasma_runner_calculatorrunner.mo -share/locale/nl/LC_MESSAGES/plasma_runner_kill.mo -share/locale/nl/LC_MESSAGES/plasma_runner_locations.mo -share/locale/nl/LC_MESSAGES/plasma_runner_placesrunner.mo -share/locale/nl/LC_MESSAGES/plasma_runner_powerdevil.mo -share/locale/nl/LC_MESSAGES/plasma_runner_recentdocuments.mo -share/locale/nl/LC_MESSAGES/plasma_runner_services.mo -share/locale/nl/LC_MESSAGES/plasma_runner_sessions.mo -share/locale/nl/LC_MESSAGES/plasma_runner_shell.mo -share/locale/nl/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/nl/LC_MESSAGES/plasma_runner_windowedwidgets.mo -share/locale/nl/LC_MESSAGES/plasma_wallpaper_org.kde.color.mo -share/locale/nl/LC_MESSAGES/plasma_wallpaper_org.kde.image.mo -share/locale/nl/LC_MESSAGES/plasmashell.mo -share/locale/nl/LC_MESSAGES/plasmashellprivateplugin.mo -share/locale/nl/LC_MESSAGES/soliduiserver5.mo -share/locale/nl/LC_MESSAGES/systemmonitor.mo -share/locale/nn/LC_MESSAGES/freespacenotifier.mo -share/locale/nn/LC_MESSAGES/kcm_autostart.mo -share/locale/nn/LC_MESSAGES/kcm_colors.mo -share/locale/nn/LC_MESSAGES/kcm_cursortheme.mo -share/locale/nn/LC_MESSAGES/kcm_desktoptheme.mo -share/locale/nn/LC_MESSAGES/kcm_feedback.mo -share/locale/nn/LC_MESSAGES/kcm_fonts.mo -share/locale/nn/LC_MESSAGES/kcm_icons.mo -share/locale/nn/LC_MESSAGES/kcm_lookandfeel.mo -share/locale/nn/LC_MESSAGES/kcm_nightcolor.mo -share/locale/nn/LC_MESSAGES/kcm_notifications.mo -share/locale/nn/LC_MESSAGES/kcm_regionandlang.mo -share/locale/nn/LC_MESSAGES/kcm_style.mo -share/locale/nn/LC_MESSAGES/kcm_users.mo -share/locale/nn/LC_MESSAGES/kcminit.mo -share/locale/nn/LC_MESSAGES/kfontinst.mo -share/locale/nn/LC_MESSAGES/kholidays_calendar_plugin.mo -share/locale/nn/LC_MESSAGES/kio5_applications.mo -share/locale/nn/LC_MESSAGES/kio_desktop.mo -share/locale/nn/LC_MESSAGES/klipper.mo -share/locale/nn/LC_MESSAGES/krdb.mo -share/locale/nn/LC_MESSAGES/krunner.mo -share/locale/nn/LC_MESSAGES/ksmserver.mo -share/locale/nn/LC_MESSAGES/libkicker.mo -share/locale/nn/LC_MESSAGES/libkworkspace.mo -share/locale/nn/LC_MESSAGES/libnotificationmanager.mo -share/locale/nn/LC_MESSAGES/phonon_kde_plugin.mo -share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.activitybar.mo -share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo -share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.appmenu.mo -share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo -share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo -share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo -share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo -share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo -share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.icon.mo -share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo -share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.manageinputmethod.mo -share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo -share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo -share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo -share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo -share/locale/nn/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.mo -share/locale/nn/LC_MESSAGES/plasma_containmentactions_applauncher.mo -share/locale/nn/LC_MESSAGES/plasma_containmentactions_contextmenu.mo -share/locale/nn/LC_MESSAGES/plasma_containmentactions_switchwindow.mo -share/locale/nn/LC_MESSAGES/plasma_engine_applicationjobs.mo -share/locale/nn/LC_MESSAGES/plasma_engine_devicenotifications.mo -share/locale/nn/LC_MESSAGES/plasma_engine_dict.mo -share/locale/nn/LC_MESSAGES/plasma_engine_hotplug.mo -share/locale/nn/LC_MESSAGES/plasma_engine_keystate.mo -share/locale/nn/LC_MESSAGES/plasma_engine_mpris2.mo -share/locale/nn/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/nn/LC_MESSAGES/plasma_engine_powermanagement.mo -share/locale/nn/LC_MESSAGES/plasma_engine_soliddevice.mo -share/locale/nn/LC_MESSAGES/plasma_engine_time.mo -share/locale/nn/LC_MESSAGES/plasma_engine_weather.mo -share/locale/nn/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo -share/locale/nn/LC_MESSAGES/plasma_package_plasmashell.mo -share/locale/nn/LC_MESSAGES/plasma_runner_appstream.mo -share/locale/nn/LC_MESSAGES/plasma_runner_baloosearch5.mo -share/locale/nn/LC_MESSAGES/plasma_runner_bookmarksrunner.mo -share/locale/nn/LC_MESSAGES/plasma_runner_calculatorrunner.mo -share/locale/nn/LC_MESSAGES/plasma_runner_kill.mo -share/locale/nn/LC_MESSAGES/plasma_runner_locations.mo -share/locale/nn/LC_MESSAGES/plasma_runner_placesrunner.mo -share/locale/nn/LC_MESSAGES/plasma_runner_powerdevil.mo -share/locale/nn/LC_MESSAGES/plasma_runner_recentdocuments.mo -share/locale/nn/LC_MESSAGES/plasma_runner_services.mo -share/locale/nn/LC_MESSAGES/plasma_runner_sessions.mo -share/locale/nn/LC_MESSAGES/plasma_runner_shell.mo -share/locale/nn/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/nn/LC_MESSAGES/plasma_runner_windowedwidgets.mo -share/locale/nn/LC_MESSAGES/plasma_wallpaper_org.kde.color.mo -share/locale/nn/LC_MESSAGES/plasma_wallpaper_org.kde.image.mo -share/locale/nn/LC_MESSAGES/plasmashell.mo -share/locale/nn/LC_MESSAGES/plasmashellprivateplugin.mo -share/locale/nn/LC_MESSAGES/soliduiserver5.mo -share/locale/nn/LC_MESSAGES/systemmonitor.mo -share/locale/oc/LC_MESSAGES/kcm_colors.mo -share/locale/oc/LC_MESSAGES/kcm_cursortheme.mo -share/locale/oc/LC_MESSAGES/kcm_fonts.mo -share/locale/oc/LC_MESSAGES/kcm_icons.mo -share/locale/oc/LC_MESSAGES/kcm_style.mo -share/locale/oc/LC_MESSAGES/kcminit.mo -share/locale/oc/LC_MESSAGES/kfontinst.mo -share/locale/oc/LC_MESSAGES/kio5_applications.mo -share/locale/oc/LC_MESSAGES/klipper.mo -share/locale/oc/LC_MESSAGES/krdb.mo -share/locale/oc/LC_MESSAGES/ksmserver.mo -share/locale/oc/LC_MESSAGES/libkworkspace.mo -share/locale/oc/LC_MESSAGES/phonon_kde_plugin.mo -share/locale/oc/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo -share/locale/oc/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo -share/locale/oc/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo -share/locale/oc/LC_MESSAGES/soliduiserver5.mo -share/locale/or/LC_MESSAGES/kcm_autostart.mo -share/locale/or/LC_MESSAGES/kcm_colors.mo -share/locale/or/LC_MESSAGES/kcm_cursortheme.mo -share/locale/or/LC_MESSAGES/kcm_desktoptheme.mo -share/locale/or/LC_MESSAGES/kcm_fonts.mo -share/locale/or/LC_MESSAGES/kcm_icons.mo -share/locale/or/LC_MESSAGES/kcm_style.mo -share/locale/or/LC_MESSAGES/kcminit.mo -share/locale/or/LC_MESSAGES/kfontinst.mo -share/locale/or/LC_MESSAGES/kio5_applications.mo -share/locale/or/LC_MESSAGES/klipper.mo -share/locale/or/LC_MESSAGES/krdb.mo -share/locale/or/LC_MESSAGES/ksmserver.mo -share/locale/or/LC_MESSAGES/libkworkspace.mo -share/locale/or/LC_MESSAGES/phonon_kde_plugin.mo -share/locale/or/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo -share/locale/or/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo -share/locale/or/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo -share/locale/or/LC_MESSAGES/plasma_engine_applicationjobs.mo -share/locale/or/LC_MESSAGES/plasma_runner_locations.mo -share/locale/or/LC_MESSAGES/plasma_runner_powerdevil.mo -share/locale/or/LC_MESSAGES/plasma_runner_recentdocuments.mo -share/locale/or/LC_MESSAGES/plasma_runner_sessions.mo -share/locale/or/LC_MESSAGES/plasma_runner_shell.mo -share/locale/or/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/or/LC_MESSAGES/plasma_wallpaper_org.kde.image.mo -share/locale/or/LC_MESSAGES/soliduiserver5.mo -share/locale/pa/LC_MESSAGES/freespacenotifier.mo -share/locale/pa/LC_MESSAGES/kcm_autostart.mo -share/locale/pa/LC_MESSAGES/kcm_colors.mo -share/locale/pa/LC_MESSAGES/kcm_cursortheme.mo -share/locale/pa/LC_MESSAGES/kcm_desktoptheme.mo -share/locale/pa/LC_MESSAGES/kcm_feedback.mo -share/locale/pa/LC_MESSAGES/kcm_fonts.mo -share/locale/pa/LC_MESSAGES/kcm_icons.mo -share/locale/pa/LC_MESSAGES/kcm_lookandfeel.mo -share/locale/pa/LC_MESSAGES/kcm_nightcolor.mo -share/locale/pa/LC_MESSAGES/kcm_notifications.mo -share/locale/pa/LC_MESSAGES/kcm_style.mo -share/locale/pa/LC_MESSAGES/kcm_users.mo -share/locale/pa/LC_MESSAGES/kcminit.mo -share/locale/pa/LC_MESSAGES/kfontinst.mo -share/locale/pa/LC_MESSAGES/kholidays_calendar_plugin.mo -share/locale/pa/LC_MESSAGES/kio5_applications.mo -share/locale/pa/LC_MESSAGES/kio_desktop.mo -share/locale/pa/LC_MESSAGES/klipper.mo -share/locale/pa/LC_MESSAGES/krdb.mo -share/locale/pa/LC_MESSAGES/krunner.mo -share/locale/pa/LC_MESSAGES/ksmserver.mo -share/locale/pa/LC_MESSAGES/libkicker.mo -share/locale/pa/LC_MESSAGES/libkworkspace.mo -share/locale/pa/LC_MESSAGES/libnotificationmanager.mo -share/locale/pa/LC_MESSAGES/phonon_kde_plugin.mo -share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.activitybar.mo -share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo -share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.appmenu.mo -share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo -share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo -share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo -share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo -share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo -share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.icon.mo -share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo -share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.manageinputmethod.mo -share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo -share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo -share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo -share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo -share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.mo -share/locale/pa/LC_MESSAGES/plasma_containmentactions_applauncher.mo -share/locale/pa/LC_MESSAGES/plasma_containmentactions_contextmenu.mo -share/locale/pa/LC_MESSAGES/plasma_containmentactions_switchwindow.mo -share/locale/pa/LC_MESSAGES/plasma_engine_applicationjobs.mo -share/locale/pa/LC_MESSAGES/plasma_engine_devicenotifications.mo -share/locale/pa/LC_MESSAGES/plasma_engine_dict.mo -share/locale/pa/LC_MESSAGES/plasma_engine_hotplug.mo -share/locale/pa/LC_MESSAGES/plasma_engine_keystate.mo -share/locale/pa/LC_MESSAGES/plasma_engine_mpris2.mo -share/locale/pa/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/pa/LC_MESSAGES/plasma_engine_powermanagement.mo -share/locale/pa/LC_MESSAGES/plasma_engine_soliddevice.mo -share/locale/pa/LC_MESSAGES/plasma_engine_time.mo -share/locale/pa/LC_MESSAGES/plasma_engine_weather.mo -share/locale/pa/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo -share/locale/pa/LC_MESSAGES/plasma_package_plasmashell.mo -share/locale/pa/LC_MESSAGES/plasma_runner_baloosearch5.mo -share/locale/pa/LC_MESSAGES/plasma_runner_bookmarksrunner.mo -share/locale/pa/LC_MESSAGES/plasma_runner_calculatorrunner.mo -share/locale/pa/LC_MESSAGES/plasma_runner_kill.mo -share/locale/pa/LC_MESSAGES/plasma_runner_locations.mo -share/locale/pa/LC_MESSAGES/plasma_runner_placesrunner.mo -share/locale/pa/LC_MESSAGES/plasma_runner_powerdevil.mo -share/locale/pa/LC_MESSAGES/plasma_runner_recentdocuments.mo -share/locale/pa/LC_MESSAGES/plasma_runner_services.mo -share/locale/pa/LC_MESSAGES/plasma_runner_sessions.mo -share/locale/pa/LC_MESSAGES/plasma_runner_shell.mo -share/locale/pa/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/pa/LC_MESSAGES/plasma_runner_windowedwidgets.mo -share/locale/pa/LC_MESSAGES/plasma_wallpaper_org.kde.color.mo -share/locale/pa/LC_MESSAGES/plasma_wallpaper_org.kde.image.mo -share/locale/pa/LC_MESSAGES/plasmashell.mo -share/locale/pa/LC_MESSAGES/plasmashellprivateplugin.mo -share/locale/pa/LC_MESSAGES/soliduiserver5.mo -share/locale/pa/LC_MESSAGES/systemmonitor.mo -share/locale/pl/LC_MESSAGES/freespacenotifier.mo -share/locale/pl/LC_MESSAGES/kcm_autostart.mo -share/locale/pl/LC_MESSAGES/kcm_colors.mo -share/locale/pl/LC_MESSAGES/kcm_cursortheme.mo -share/locale/pl/LC_MESSAGES/kcm_desktoptheme.mo -share/locale/pl/LC_MESSAGES/kcm_feedback.mo -share/locale/pl/LC_MESSAGES/kcm_fonts.mo -share/locale/pl/LC_MESSAGES/kcm_icons.mo -share/locale/pl/LC_MESSAGES/kcm_lookandfeel.mo -share/locale/pl/LC_MESSAGES/kcm_nightcolor.mo -share/locale/pl/LC_MESSAGES/kcm_notifications.mo -share/locale/pl/LC_MESSAGES/kcm_regionandlang.mo -share/locale/pl/LC_MESSAGES/kcm_style.mo -share/locale/pl/LC_MESSAGES/kcm_users.mo -share/locale/pl/LC_MESSAGES/kcminit.mo -share/locale/pl/LC_MESSAGES/kfontinst.mo -share/locale/pl/LC_MESSAGES/kholidays_calendar_plugin.mo -share/locale/pl/LC_MESSAGES/kio5_applications.mo -share/locale/pl/LC_MESSAGES/kio_desktop.mo -share/locale/pl/LC_MESSAGES/klipper.mo -share/locale/pl/LC_MESSAGES/krdb.mo -share/locale/pl/LC_MESSAGES/krunner.mo -share/locale/pl/LC_MESSAGES/ksmserver.mo -share/locale/pl/LC_MESSAGES/libkicker.mo -share/locale/pl/LC_MESSAGES/libkworkspace.mo -share/locale/pl/LC_MESSAGES/libnotificationmanager.mo -share/locale/pl/LC_MESSAGES/phonon_kde_plugin.mo -share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.activitybar.mo -share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo -share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.appmenu.mo -share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo -share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo -share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo -share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo -share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo -share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.icon.mo -share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo -share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.manageinputmethod.mo -share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo -share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo -share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo -share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo -share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.mo -share/locale/pl/LC_MESSAGES/plasma_containmentactions_applauncher.mo -share/locale/pl/LC_MESSAGES/plasma_containmentactions_contextmenu.mo -share/locale/pl/LC_MESSAGES/plasma_containmentactions_switchwindow.mo -share/locale/pl/LC_MESSAGES/plasma_engine_applicationjobs.mo -share/locale/pl/LC_MESSAGES/plasma_engine_devicenotifications.mo -share/locale/pl/LC_MESSAGES/plasma_engine_dict.mo -share/locale/pl/LC_MESSAGES/plasma_engine_hotplug.mo -share/locale/pl/LC_MESSAGES/plasma_engine_keystate.mo -share/locale/pl/LC_MESSAGES/plasma_engine_mpris2.mo -share/locale/pl/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/pl/LC_MESSAGES/plasma_engine_powermanagement.mo -share/locale/pl/LC_MESSAGES/plasma_engine_soliddevice.mo -share/locale/pl/LC_MESSAGES/plasma_engine_time.mo -share/locale/pl/LC_MESSAGES/plasma_engine_weather.mo -share/locale/pl/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo -share/locale/pl/LC_MESSAGES/plasma_package_plasmashell.mo -share/locale/pl/LC_MESSAGES/plasma_runner_appstream.mo -share/locale/pl/LC_MESSAGES/plasma_runner_baloosearch5.mo -share/locale/pl/LC_MESSAGES/plasma_runner_bookmarksrunner.mo -share/locale/pl/LC_MESSAGES/plasma_runner_calculatorrunner.mo -share/locale/pl/LC_MESSAGES/plasma_runner_kill.mo -share/locale/pl/LC_MESSAGES/plasma_runner_locations.mo -share/locale/pl/LC_MESSAGES/plasma_runner_placesrunner.mo -share/locale/pl/LC_MESSAGES/plasma_runner_powerdevil.mo -share/locale/pl/LC_MESSAGES/plasma_runner_recentdocuments.mo -share/locale/pl/LC_MESSAGES/plasma_runner_services.mo -share/locale/pl/LC_MESSAGES/plasma_runner_sessions.mo -share/locale/pl/LC_MESSAGES/plasma_runner_shell.mo -share/locale/pl/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/pl/LC_MESSAGES/plasma_runner_windowedwidgets.mo -share/locale/pl/LC_MESSAGES/plasma_wallpaper_org.kde.color.mo -share/locale/pl/LC_MESSAGES/plasma_wallpaper_org.kde.image.mo -share/locale/pl/LC_MESSAGES/plasmashell.mo -share/locale/pl/LC_MESSAGES/plasmashellprivateplugin.mo -share/locale/pl/LC_MESSAGES/soliduiserver5.mo -share/locale/pl/LC_MESSAGES/systemmonitor.mo -share/locale/pt/LC_MESSAGES/freespacenotifier.mo -share/locale/pt/LC_MESSAGES/kcm_autostart.mo -share/locale/pt/LC_MESSAGES/kcm_colors.mo -share/locale/pt/LC_MESSAGES/kcm_cursortheme.mo -share/locale/pt/LC_MESSAGES/kcm_desktoptheme.mo -share/locale/pt/LC_MESSAGES/kcm_feedback.mo -share/locale/pt/LC_MESSAGES/kcm_fonts.mo -share/locale/pt/LC_MESSAGES/kcm_icons.mo -share/locale/pt/LC_MESSAGES/kcm_lookandfeel.mo -share/locale/pt/LC_MESSAGES/kcm_nightcolor.mo -share/locale/pt/LC_MESSAGES/kcm_notifications.mo -share/locale/pt/LC_MESSAGES/kcm_regionandlang.mo -share/locale/pt/LC_MESSAGES/kcm_style.mo -share/locale/pt/LC_MESSAGES/kcm_users.mo -share/locale/pt/LC_MESSAGES/kcminit.mo -share/locale/pt/LC_MESSAGES/kfontinst.mo -share/locale/pt/LC_MESSAGES/kholidays_calendar_plugin.mo -share/locale/pt/LC_MESSAGES/kio5_applications.mo -share/locale/pt/LC_MESSAGES/kio_desktop.mo -share/locale/pt/LC_MESSAGES/klipper.mo -share/locale/pt/LC_MESSAGES/krdb.mo -share/locale/pt/LC_MESSAGES/krunner.mo -share/locale/pt/LC_MESSAGES/ksmserver.mo -share/locale/pt/LC_MESSAGES/libkicker.mo -share/locale/pt/LC_MESSAGES/libkworkspace.mo -share/locale/pt/LC_MESSAGES/libnotificationmanager.mo -share/locale/pt/LC_MESSAGES/phonon_kde_plugin.mo -share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.activitybar.mo -share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo -share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.appmenu.mo -share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo -share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo -share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo -share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo -share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo -share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.icon.mo -share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo -share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.manageinputmethod.mo -share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo -share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo -share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo -share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo -share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.mo -share/locale/pt/LC_MESSAGES/plasma_containmentactions_applauncher.mo -share/locale/pt/LC_MESSAGES/plasma_containmentactions_contextmenu.mo -share/locale/pt/LC_MESSAGES/plasma_containmentactions_switchwindow.mo -share/locale/pt/LC_MESSAGES/plasma_engine_applicationjobs.mo -share/locale/pt/LC_MESSAGES/plasma_engine_devicenotifications.mo -share/locale/pt/LC_MESSAGES/plasma_engine_dict.mo -share/locale/pt/LC_MESSAGES/plasma_engine_hotplug.mo -share/locale/pt/LC_MESSAGES/plasma_engine_keystate.mo -share/locale/pt/LC_MESSAGES/plasma_engine_mpris2.mo -share/locale/pt/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/pt/LC_MESSAGES/plasma_engine_powermanagement.mo -share/locale/pt/LC_MESSAGES/plasma_engine_soliddevice.mo -share/locale/pt/LC_MESSAGES/plasma_engine_time.mo -share/locale/pt/LC_MESSAGES/plasma_engine_weather.mo -share/locale/pt/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo -share/locale/pt/LC_MESSAGES/plasma_package_plasmashell.mo -share/locale/pt/LC_MESSAGES/plasma_runner_appstream.mo -share/locale/pt/LC_MESSAGES/plasma_runner_baloosearch5.mo -share/locale/pt/LC_MESSAGES/plasma_runner_bookmarksrunner.mo -share/locale/pt/LC_MESSAGES/plasma_runner_calculatorrunner.mo -share/locale/pt/LC_MESSAGES/plasma_runner_kill.mo -share/locale/pt/LC_MESSAGES/plasma_runner_locations.mo -share/locale/pt/LC_MESSAGES/plasma_runner_placesrunner.mo -share/locale/pt/LC_MESSAGES/plasma_runner_powerdevil.mo -share/locale/pt/LC_MESSAGES/plasma_runner_recentdocuments.mo -share/locale/pt/LC_MESSAGES/plasma_runner_services.mo -share/locale/pt/LC_MESSAGES/plasma_runner_sessions.mo -share/locale/pt/LC_MESSAGES/plasma_runner_shell.mo -share/locale/pt/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/pt/LC_MESSAGES/plasma_runner_windowedwidgets.mo -share/locale/pt/LC_MESSAGES/plasma_wallpaper_org.kde.color.mo -share/locale/pt/LC_MESSAGES/plasma_wallpaper_org.kde.image.mo -share/locale/pt/LC_MESSAGES/plasmashell.mo -share/locale/pt/LC_MESSAGES/plasmashellprivateplugin.mo -share/locale/pt/LC_MESSAGES/soliduiserver5.mo -share/locale/pt/LC_MESSAGES/systemmonitor.mo -share/locale/pt_BR/LC_MESSAGES/freespacenotifier.mo -share/locale/pt_BR/LC_MESSAGES/kcm_autostart.mo -share/locale/pt_BR/LC_MESSAGES/kcm_colors.mo -share/locale/pt_BR/LC_MESSAGES/kcm_cursortheme.mo -share/locale/pt_BR/LC_MESSAGES/kcm_desktoptheme.mo -share/locale/pt_BR/LC_MESSAGES/kcm_feedback.mo -share/locale/pt_BR/LC_MESSAGES/kcm_fonts.mo -share/locale/pt_BR/LC_MESSAGES/kcm_icons.mo -share/locale/pt_BR/LC_MESSAGES/kcm_lookandfeel.mo -share/locale/pt_BR/LC_MESSAGES/kcm_nightcolor.mo -share/locale/pt_BR/LC_MESSAGES/kcm_notifications.mo -share/locale/pt_BR/LC_MESSAGES/kcm_regionandlang.mo -share/locale/pt_BR/LC_MESSAGES/kcm_style.mo -share/locale/pt_BR/LC_MESSAGES/kcm_users.mo -share/locale/pt_BR/LC_MESSAGES/kcminit.mo -share/locale/pt_BR/LC_MESSAGES/kfontinst.mo -share/locale/pt_BR/LC_MESSAGES/kholidays_calendar_plugin.mo -share/locale/pt_BR/LC_MESSAGES/kio5_applications.mo -share/locale/pt_BR/LC_MESSAGES/kio_desktop.mo -share/locale/pt_BR/LC_MESSAGES/klipper.mo -share/locale/pt_BR/LC_MESSAGES/krdb.mo -share/locale/pt_BR/LC_MESSAGES/krunner.mo -share/locale/pt_BR/LC_MESSAGES/ksmserver.mo -share/locale/pt_BR/LC_MESSAGES/libkicker.mo -share/locale/pt_BR/LC_MESSAGES/libkworkspace.mo -share/locale/pt_BR/LC_MESSAGES/libnotificationmanager.mo -share/locale/pt_BR/LC_MESSAGES/phonon_kde_plugin.mo -share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.activitybar.mo -share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo -share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.appmenu.mo -share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo -share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo -share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo -share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo -share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo -share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.icon.mo -share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo -share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.manageinputmethod.mo -share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo -share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo -share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo -share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo -share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.mo -share/locale/pt_BR/LC_MESSAGES/plasma_containmentactions_applauncher.mo -share/locale/pt_BR/LC_MESSAGES/plasma_containmentactions_contextmenu.mo -share/locale/pt_BR/LC_MESSAGES/plasma_containmentactions_switchwindow.mo -share/locale/pt_BR/LC_MESSAGES/plasma_engine_applicationjobs.mo -share/locale/pt_BR/LC_MESSAGES/plasma_engine_devicenotifications.mo -share/locale/pt_BR/LC_MESSAGES/plasma_engine_dict.mo -share/locale/pt_BR/LC_MESSAGES/plasma_engine_hotplug.mo -share/locale/pt_BR/LC_MESSAGES/plasma_engine_keystate.mo -share/locale/pt_BR/LC_MESSAGES/plasma_engine_mpris2.mo -share/locale/pt_BR/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/pt_BR/LC_MESSAGES/plasma_engine_powermanagement.mo -share/locale/pt_BR/LC_MESSAGES/plasma_engine_soliddevice.mo -share/locale/pt_BR/LC_MESSAGES/plasma_engine_time.mo -share/locale/pt_BR/LC_MESSAGES/plasma_engine_weather.mo -share/locale/pt_BR/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo -share/locale/pt_BR/LC_MESSAGES/plasma_package_plasmashell.mo -share/locale/pt_BR/LC_MESSAGES/plasma_runner_appstream.mo -share/locale/pt_BR/LC_MESSAGES/plasma_runner_baloosearch5.mo -share/locale/pt_BR/LC_MESSAGES/plasma_runner_bookmarksrunner.mo -share/locale/pt_BR/LC_MESSAGES/plasma_runner_calculatorrunner.mo -share/locale/pt_BR/LC_MESSAGES/plasma_runner_kill.mo -share/locale/pt_BR/LC_MESSAGES/plasma_runner_locations.mo -share/locale/pt_BR/LC_MESSAGES/plasma_runner_placesrunner.mo -share/locale/pt_BR/LC_MESSAGES/plasma_runner_powerdevil.mo -share/locale/pt_BR/LC_MESSAGES/plasma_runner_recentdocuments.mo -share/locale/pt_BR/LC_MESSAGES/plasma_runner_services.mo -share/locale/pt_BR/LC_MESSAGES/plasma_runner_sessions.mo -share/locale/pt_BR/LC_MESSAGES/plasma_runner_shell.mo -share/locale/pt_BR/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/pt_BR/LC_MESSAGES/plasma_runner_windowedwidgets.mo -share/locale/pt_BR/LC_MESSAGES/plasma_wallpaper_org.kde.color.mo -share/locale/pt_BR/LC_MESSAGES/plasma_wallpaper_org.kde.image.mo -share/locale/pt_BR/LC_MESSAGES/plasmashell.mo -share/locale/pt_BR/LC_MESSAGES/plasmashellprivateplugin.mo -share/locale/pt_BR/LC_MESSAGES/soliduiserver5.mo -share/locale/pt_BR/LC_MESSAGES/systemmonitor.mo -share/locale/ro/LC_MESSAGES/freespacenotifier.mo -share/locale/ro/LC_MESSAGES/kcm_autostart.mo -share/locale/ro/LC_MESSAGES/kcm_colors.mo -share/locale/ro/LC_MESSAGES/kcm_cursortheme.mo -share/locale/ro/LC_MESSAGES/kcm_desktoptheme.mo -share/locale/ro/LC_MESSAGES/kcm_feedback.mo -share/locale/ro/LC_MESSAGES/kcm_fonts.mo -share/locale/ro/LC_MESSAGES/kcm_icons.mo -share/locale/ro/LC_MESSAGES/kcm_lookandfeel.mo -share/locale/ro/LC_MESSAGES/kcm_nightcolor.mo -share/locale/ro/LC_MESSAGES/kcm_notifications.mo -share/locale/ro/LC_MESSAGES/kcm_regionandlang.mo -share/locale/ro/LC_MESSAGES/kcm_style.mo -share/locale/ro/LC_MESSAGES/kcm_users.mo -share/locale/ro/LC_MESSAGES/kcminit.mo -share/locale/ro/LC_MESSAGES/kfontinst.mo -share/locale/ro/LC_MESSAGES/kholidays_calendar_plugin.mo -share/locale/ro/LC_MESSAGES/kio5_applications.mo -share/locale/ro/LC_MESSAGES/kio_desktop.mo -share/locale/ro/LC_MESSAGES/klipper.mo -share/locale/ro/LC_MESSAGES/krdb.mo -share/locale/ro/LC_MESSAGES/krunner.mo -share/locale/ro/LC_MESSAGES/ksmserver.mo -share/locale/ro/LC_MESSAGES/libkicker.mo -share/locale/ro/LC_MESSAGES/libkworkspace.mo -share/locale/ro/LC_MESSAGES/libnotificationmanager.mo -share/locale/ro/LC_MESSAGES/phonon_kde_plugin.mo -share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.activitybar.mo -share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo -share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.appmenu.mo -share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo -share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo -share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo -share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo -share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo -share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.icon.mo -share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo -share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.manageinputmethod.mo -share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo -share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo -share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo -share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo -share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.mo -share/locale/ro/LC_MESSAGES/plasma_containmentactions_applauncher.mo -share/locale/ro/LC_MESSAGES/plasma_containmentactions_contextmenu.mo -share/locale/ro/LC_MESSAGES/plasma_containmentactions_switchwindow.mo -share/locale/ro/LC_MESSAGES/plasma_engine_applicationjobs.mo -share/locale/ro/LC_MESSAGES/plasma_engine_devicenotifications.mo -share/locale/ro/LC_MESSAGES/plasma_engine_dict.mo -share/locale/ro/LC_MESSAGES/plasma_engine_hotplug.mo -share/locale/ro/LC_MESSAGES/plasma_engine_keystate.mo -share/locale/ro/LC_MESSAGES/plasma_engine_mpris2.mo -share/locale/ro/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/ro/LC_MESSAGES/plasma_engine_powermanagement.mo -share/locale/ro/LC_MESSAGES/plasma_engine_soliddevice.mo -share/locale/ro/LC_MESSAGES/plasma_engine_time.mo -share/locale/ro/LC_MESSAGES/plasma_engine_weather.mo -share/locale/ro/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo -share/locale/ro/LC_MESSAGES/plasma_package_plasmashell.mo -share/locale/ro/LC_MESSAGES/plasma_runner_appstream.mo -share/locale/ro/LC_MESSAGES/plasma_runner_baloosearch5.mo -share/locale/ro/LC_MESSAGES/plasma_runner_bookmarksrunner.mo -share/locale/ro/LC_MESSAGES/plasma_runner_calculatorrunner.mo -share/locale/ro/LC_MESSAGES/plasma_runner_kill.mo -share/locale/ro/LC_MESSAGES/plasma_runner_locations.mo -share/locale/ro/LC_MESSAGES/plasma_runner_placesrunner.mo -share/locale/ro/LC_MESSAGES/plasma_runner_powerdevil.mo -share/locale/ro/LC_MESSAGES/plasma_runner_recentdocuments.mo -share/locale/ro/LC_MESSAGES/plasma_runner_services.mo -share/locale/ro/LC_MESSAGES/plasma_runner_sessions.mo -share/locale/ro/LC_MESSAGES/plasma_runner_shell.mo -share/locale/ro/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/ro/LC_MESSAGES/plasma_runner_windowedwidgets.mo -share/locale/ro/LC_MESSAGES/plasma_wallpaper_org.kde.color.mo -share/locale/ro/LC_MESSAGES/plasma_wallpaper_org.kde.image.mo -share/locale/ro/LC_MESSAGES/plasmashell.mo -share/locale/ro/LC_MESSAGES/plasmashellprivateplugin.mo -share/locale/ro/LC_MESSAGES/soliduiserver5.mo -share/locale/ro/LC_MESSAGES/systemmonitor.mo -share/locale/ru/LC_MESSAGES/freespacenotifier.mo -share/locale/ru/LC_MESSAGES/kcm_autostart.mo -share/locale/ru/LC_MESSAGES/kcm_colors.mo -share/locale/ru/LC_MESSAGES/kcm_cursortheme.mo -share/locale/ru/LC_MESSAGES/kcm_desktoptheme.mo -share/locale/ru/LC_MESSAGES/kcm_feedback.mo -share/locale/ru/LC_MESSAGES/kcm_fonts.mo -share/locale/ru/LC_MESSAGES/kcm_icons.mo -share/locale/ru/LC_MESSAGES/kcm_lookandfeel.mo -share/locale/ru/LC_MESSAGES/kcm_nightcolor.mo -share/locale/ru/LC_MESSAGES/kcm_notifications.mo -share/locale/ru/LC_MESSAGES/kcm_regionandlang.mo -share/locale/ru/LC_MESSAGES/kcm_style.mo -share/locale/ru/LC_MESSAGES/kcm_users.mo -share/locale/ru/LC_MESSAGES/kcminit.mo -share/locale/ru/LC_MESSAGES/kfontinst.mo -share/locale/ru/LC_MESSAGES/kholidays_calendar_plugin.mo -share/locale/ru/LC_MESSAGES/kio5_applications.mo -share/locale/ru/LC_MESSAGES/kio_desktop.mo -share/locale/ru/LC_MESSAGES/klipper.mo -share/locale/ru/LC_MESSAGES/krdb.mo -share/locale/ru/LC_MESSAGES/krunner.mo -share/locale/ru/LC_MESSAGES/ksmserver.mo -share/locale/ru/LC_MESSAGES/libkicker.mo -share/locale/ru/LC_MESSAGES/libkworkspace.mo -share/locale/ru/LC_MESSAGES/libnotificationmanager.mo -share/locale/ru/LC_MESSAGES/phonon_kde_plugin.mo -share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.activitybar.mo -share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo -share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.appmenu.mo -share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo -share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo -share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo -share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo -share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo -share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.icon.mo -share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo -share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.manageinputmethod.mo -share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo -share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo -share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo -share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo -share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.mo -share/locale/ru/LC_MESSAGES/plasma_containmentactions_applauncher.mo -share/locale/ru/LC_MESSAGES/plasma_containmentactions_contextmenu.mo -share/locale/ru/LC_MESSAGES/plasma_containmentactions_switchwindow.mo -share/locale/ru/LC_MESSAGES/plasma_engine_applicationjobs.mo -share/locale/ru/LC_MESSAGES/plasma_engine_devicenotifications.mo -share/locale/ru/LC_MESSAGES/plasma_engine_dict.mo -share/locale/ru/LC_MESSAGES/plasma_engine_hotplug.mo -share/locale/ru/LC_MESSAGES/plasma_engine_keystate.mo -share/locale/ru/LC_MESSAGES/plasma_engine_mpris2.mo -share/locale/ru/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/ru/LC_MESSAGES/plasma_engine_powermanagement.mo -share/locale/ru/LC_MESSAGES/plasma_engine_soliddevice.mo -share/locale/ru/LC_MESSAGES/plasma_engine_time.mo -share/locale/ru/LC_MESSAGES/plasma_engine_weather.mo -share/locale/ru/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo -share/locale/ru/LC_MESSAGES/plasma_package_plasmashell.mo -share/locale/ru/LC_MESSAGES/plasma_runner_appstream.mo -share/locale/ru/LC_MESSAGES/plasma_runner_baloosearch5.mo -share/locale/ru/LC_MESSAGES/plasma_runner_bookmarksrunner.mo -share/locale/ru/LC_MESSAGES/plasma_runner_calculatorrunner.mo -share/locale/ru/LC_MESSAGES/plasma_runner_kill.mo -share/locale/ru/LC_MESSAGES/plasma_runner_locations.mo -share/locale/ru/LC_MESSAGES/plasma_runner_placesrunner.mo -share/locale/ru/LC_MESSAGES/plasma_runner_powerdevil.mo -share/locale/ru/LC_MESSAGES/plasma_runner_recentdocuments.mo -share/locale/ru/LC_MESSAGES/plasma_runner_services.mo -share/locale/ru/LC_MESSAGES/plasma_runner_sessions.mo -share/locale/ru/LC_MESSAGES/plasma_runner_shell.mo -share/locale/ru/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/ru/LC_MESSAGES/plasma_runner_windowedwidgets.mo -share/locale/ru/LC_MESSAGES/plasma_wallpaper_org.kde.color.mo -share/locale/ru/LC_MESSAGES/plasma_wallpaper_org.kde.image.mo -share/locale/ru/LC_MESSAGES/plasmashell.mo -share/locale/ru/LC_MESSAGES/plasmashellprivateplugin.mo -share/locale/ru/LC_MESSAGES/soliduiserver5.mo -share/locale/ru/LC_MESSAGES/systemmonitor.mo -share/locale/se/LC_MESSAGES/kcm_colors.mo -share/locale/se/LC_MESSAGES/kcm_cursortheme.mo -share/locale/se/LC_MESSAGES/kcm_fonts.mo -share/locale/se/LC_MESSAGES/kcm_icons.mo -share/locale/se/LC_MESSAGES/kcm_style.mo -share/locale/se/LC_MESSAGES/kcminit.mo -share/locale/se/LC_MESSAGES/kfontinst.mo -share/locale/se/LC_MESSAGES/kio5_applications.mo -share/locale/se/LC_MESSAGES/klipper.mo -share/locale/se/LC_MESSAGES/krdb.mo -share/locale/se/LC_MESSAGES/krunner.mo -share/locale/se/LC_MESSAGES/ksmserver.mo -share/locale/se/LC_MESSAGES/libkworkspace.mo -share/locale/se/LC_MESSAGES/phonon_kde_plugin.mo -share/locale/se/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo -share/locale/se/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo -share/locale/se/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo -share/locale/se/LC_MESSAGES/plasma_engine_devicenotifications.mo -share/locale/se/LC_MESSAGES/soliduiserver5.mo -share/locale/si/LC_MESSAGES/kcm_autostart.mo -share/locale/si/LC_MESSAGES/kcm_colors.mo -share/locale/si/LC_MESSAGES/kcm_cursortheme.mo -share/locale/si/LC_MESSAGES/kcm_desktoptheme.mo -share/locale/si/LC_MESSAGES/kcm_fonts.mo -share/locale/si/LC_MESSAGES/kcm_icons.mo -share/locale/si/LC_MESSAGES/kcm_style.mo -share/locale/si/LC_MESSAGES/kcminit.mo -share/locale/si/LC_MESSAGES/kfontinst.mo -share/locale/si/LC_MESSAGES/kio5_applications.mo -share/locale/si/LC_MESSAGES/klipper.mo -share/locale/si/LC_MESSAGES/krdb.mo -share/locale/si/LC_MESSAGES/ksmserver.mo -share/locale/si/LC_MESSAGES/libkworkspace.mo -share/locale/si/LC_MESSAGES/phonon_kde_plugin.mo -share/locale/si/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo -share/locale/si/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo -share/locale/si/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo -share/locale/si/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo -share/locale/si/LC_MESSAGES/plasma_containmentactions_contextmenu.mo -share/locale/si/LC_MESSAGES/plasma_containmentactions_switchwindow.mo -share/locale/si/LC_MESSAGES/plasma_engine_applicationjobs.mo -share/locale/si/LC_MESSAGES/plasma_engine_keystate.mo -share/locale/si/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/si/LC_MESSAGES/plasma_engine_soliddevice.mo -share/locale/si/LC_MESSAGES/plasma_engine_weather.mo -share/locale/si/LC_MESSAGES/plasma_runner_bookmarksrunner.mo -share/locale/si/LC_MESSAGES/plasma_runner_calculatorrunner.mo -share/locale/si/LC_MESSAGES/plasma_runner_locations.mo -share/locale/si/LC_MESSAGES/plasma_runner_placesrunner.mo -share/locale/si/LC_MESSAGES/plasma_runner_powerdevil.mo -share/locale/si/LC_MESSAGES/plasma_runner_recentdocuments.mo -share/locale/si/LC_MESSAGES/plasma_runner_sessions.mo -share/locale/si/LC_MESSAGES/plasma_runner_shell.mo -share/locale/si/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/si/LC_MESSAGES/plasma_wallpaper_org.kde.image.mo -share/locale/si/LC_MESSAGES/soliduiserver5.mo -share/locale/sk/LC_MESSAGES/freespacenotifier.mo -share/locale/sk/LC_MESSAGES/kcm_autostart.mo -share/locale/sk/LC_MESSAGES/kcm_colors.mo -share/locale/sk/LC_MESSAGES/kcm_cursortheme.mo -share/locale/sk/LC_MESSAGES/kcm_desktoptheme.mo -share/locale/sk/LC_MESSAGES/kcm_feedback.mo -share/locale/sk/LC_MESSAGES/kcm_fonts.mo -share/locale/sk/LC_MESSAGES/kcm_icons.mo -share/locale/sk/LC_MESSAGES/kcm_lookandfeel.mo -share/locale/sk/LC_MESSAGES/kcm_nightcolor.mo -share/locale/sk/LC_MESSAGES/kcm_notifications.mo -share/locale/sk/LC_MESSAGES/kcm_regionandlang.mo -share/locale/sk/LC_MESSAGES/kcm_style.mo -share/locale/sk/LC_MESSAGES/kcm_users.mo -share/locale/sk/LC_MESSAGES/kcminit.mo -share/locale/sk/LC_MESSAGES/kfontinst.mo -share/locale/sk/LC_MESSAGES/kholidays_calendar_plugin.mo -share/locale/sk/LC_MESSAGES/kio5_applications.mo -share/locale/sk/LC_MESSAGES/kio_desktop.mo -share/locale/sk/LC_MESSAGES/klipper.mo -share/locale/sk/LC_MESSAGES/krdb.mo -share/locale/sk/LC_MESSAGES/krunner.mo -share/locale/sk/LC_MESSAGES/ksmserver.mo -share/locale/sk/LC_MESSAGES/libkicker.mo -share/locale/sk/LC_MESSAGES/libkworkspace.mo -share/locale/sk/LC_MESSAGES/libnotificationmanager.mo -share/locale/sk/LC_MESSAGES/phonon_kde_plugin.mo -share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.activitybar.mo -share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo -share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.appmenu.mo -share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo -share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo -share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo -share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo -share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo -share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.icon.mo -share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo -share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.manageinputmethod.mo -share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo -share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo -share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo -share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo -share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.mo -share/locale/sk/LC_MESSAGES/plasma_containmentactions_applauncher.mo -share/locale/sk/LC_MESSAGES/plasma_containmentactions_contextmenu.mo -share/locale/sk/LC_MESSAGES/plasma_containmentactions_switchwindow.mo -share/locale/sk/LC_MESSAGES/plasma_engine_applicationjobs.mo -share/locale/sk/LC_MESSAGES/plasma_engine_devicenotifications.mo -share/locale/sk/LC_MESSAGES/plasma_engine_dict.mo -share/locale/sk/LC_MESSAGES/plasma_engine_hotplug.mo -share/locale/sk/LC_MESSAGES/plasma_engine_keystate.mo -share/locale/sk/LC_MESSAGES/plasma_engine_mpris2.mo -share/locale/sk/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/sk/LC_MESSAGES/plasma_engine_powermanagement.mo -share/locale/sk/LC_MESSAGES/plasma_engine_soliddevice.mo -share/locale/sk/LC_MESSAGES/plasma_engine_time.mo -share/locale/sk/LC_MESSAGES/plasma_engine_weather.mo -share/locale/sk/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo -share/locale/sk/LC_MESSAGES/plasma_package_plasmashell.mo -share/locale/sk/LC_MESSAGES/plasma_runner_appstream.mo -share/locale/sk/LC_MESSAGES/plasma_runner_baloosearch5.mo -share/locale/sk/LC_MESSAGES/plasma_runner_bookmarksrunner.mo -share/locale/sk/LC_MESSAGES/plasma_runner_calculatorrunner.mo -share/locale/sk/LC_MESSAGES/plasma_runner_kill.mo -share/locale/sk/LC_MESSAGES/plasma_runner_locations.mo -share/locale/sk/LC_MESSAGES/plasma_runner_placesrunner.mo -share/locale/sk/LC_MESSAGES/plasma_runner_powerdevil.mo -share/locale/sk/LC_MESSAGES/plasma_runner_recentdocuments.mo -share/locale/sk/LC_MESSAGES/plasma_runner_services.mo -share/locale/sk/LC_MESSAGES/plasma_runner_sessions.mo -share/locale/sk/LC_MESSAGES/plasma_runner_shell.mo -share/locale/sk/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/sk/LC_MESSAGES/plasma_runner_windowedwidgets.mo -share/locale/sk/LC_MESSAGES/plasma_wallpaper_org.kde.color.mo -share/locale/sk/LC_MESSAGES/plasma_wallpaper_org.kde.image.mo -share/locale/sk/LC_MESSAGES/plasmashell.mo -share/locale/sk/LC_MESSAGES/plasmashellprivateplugin.mo -share/locale/sk/LC_MESSAGES/soliduiserver5.mo -share/locale/sk/LC_MESSAGES/systemmonitor.mo -share/locale/sl/LC_MESSAGES/freespacenotifier.mo -share/locale/sl/LC_MESSAGES/kcm_autostart.mo -share/locale/sl/LC_MESSAGES/kcm_colors.mo -share/locale/sl/LC_MESSAGES/kcm_cursortheme.mo -share/locale/sl/LC_MESSAGES/kcm_desktoptheme.mo -share/locale/sl/LC_MESSAGES/kcm_feedback.mo -share/locale/sl/LC_MESSAGES/kcm_fonts.mo -share/locale/sl/LC_MESSAGES/kcm_icons.mo -share/locale/sl/LC_MESSAGES/kcm_lookandfeel.mo -share/locale/sl/LC_MESSAGES/kcm_nightcolor.mo -share/locale/sl/LC_MESSAGES/kcm_notifications.mo -share/locale/sl/LC_MESSAGES/kcm_regionandlang.mo -share/locale/sl/LC_MESSAGES/kcm_style.mo -share/locale/sl/LC_MESSAGES/kcm_users.mo -share/locale/sl/LC_MESSAGES/kcminit.mo -share/locale/sl/LC_MESSAGES/kfontinst.mo -share/locale/sl/LC_MESSAGES/kholidays_calendar_plugin.mo -share/locale/sl/LC_MESSAGES/kio5_applications.mo -share/locale/sl/LC_MESSAGES/kio_desktop.mo -share/locale/sl/LC_MESSAGES/klipper.mo -share/locale/sl/LC_MESSAGES/krdb.mo -share/locale/sl/LC_MESSAGES/krunner.mo -share/locale/sl/LC_MESSAGES/ksmserver.mo -share/locale/sl/LC_MESSAGES/libkicker.mo -share/locale/sl/LC_MESSAGES/libkworkspace.mo -share/locale/sl/LC_MESSAGES/libnotificationmanager.mo -share/locale/sl/LC_MESSAGES/phonon_kde_plugin.mo -share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.activitybar.mo -share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo -share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.appmenu.mo -share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo -share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo -share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo -share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo -share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo -share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.icon.mo -share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo -share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.manageinputmethod.mo -share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo -share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo -share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo -share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo -share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.mo -share/locale/sl/LC_MESSAGES/plasma_containmentactions_applauncher.mo -share/locale/sl/LC_MESSAGES/plasma_containmentactions_contextmenu.mo -share/locale/sl/LC_MESSAGES/plasma_containmentactions_switchwindow.mo -share/locale/sl/LC_MESSAGES/plasma_engine_applicationjobs.mo -share/locale/sl/LC_MESSAGES/plasma_engine_devicenotifications.mo -share/locale/sl/LC_MESSAGES/plasma_engine_dict.mo -share/locale/sl/LC_MESSAGES/plasma_engine_hotplug.mo -share/locale/sl/LC_MESSAGES/plasma_engine_keystate.mo -share/locale/sl/LC_MESSAGES/plasma_engine_mpris2.mo -share/locale/sl/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/sl/LC_MESSAGES/plasma_engine_powermanagement.mo -share/locale/sl/LC_MESSAGES/plasma_engine_soliddevice.mo -share/locale/sl/LC_MESSAGES/plasma_engine_time.mo -share/locale/sl/LC_MESSAGES/plasma_engine_weather.mo -share/locale/sl/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo -share/locale/sl/LC_MESSAGES/plasma_package_plasmashell.mo -share/locale/sl/LC_MESSAGES/plasma_runner_appstream.mo -share/locale/sl/LC_MESSAGES/plasma_runner_baloosearch5.mo -share/locale/sl/LC_MESSAGES/plasma_runner_bookmarksrunner.mo -share/locale/sl/LC_MESSAGES/plasma_runner_calculatorrunner.mo -share/locale/sl/LC_MESSAGES/plasma_runner_kill.mo -share/locale/sl/LC_MESSAGES/plasma_runner_locations.mo -share/locale/sl/LC_MESSAGES/plasma_runner_placesrunner.mo -share/locale/sl/LC_MESSAGES/plasma_runner_powerdevil.mo -share/locale/sl/LC_MESSAGES/plasma_runner_recentdocuments.mo -share/locale/sl/LC_MESSAGES/plasma_runner_services.mo -share/locale/sl/LC_MESSAGES/plasma_runner_sessions.mo -share/locale/sl/LC_MESSAGES/plasma_runner_shell.mo -share/locale/sl/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/sl/LC_MESSAGES/plasma_runner_windowedwidgets.mo -share/locale/sl/LC_MESSAGES/plasma_wallpaper_org.kde.color.mo -share/locale/sl/LC_MESSAGES/plasma_wallpaper_org.kde.image.mo -share/locale/sl/LC_MESSAGES/plasmashell.mo -share/locale/sl/LC_MESSAGES/plasmashellprivateplugin.mo -share/locale/sl/LC_MESSAGES/soliduiserver5.mo -share/locale/sl/LC_MESSAGES/systemmonitor.mo -share/locale/sq/LC_MESSAGES/kcm_autostart.mo -share/locale/sq/LC_MESSAGES/kcm_colors.mo -share/locale/sq/LC_MESSAGES/kcm_cursortheme.mo -share/locale/sq/LC_MESSAGES/kcm_desktoptheme.mo -share/locale/sq/LC_MESSAGES/kcm_fonts.mo -share/locale/sq/LC_MESSAGES/kcm_icons.mo -share/locale/sq/LC_MESSAGES/kcm_style.mo -share/locale/sq/LC_MESSAGES/kcminit.mo -share/locale/sq/LC_MESSAGES/kfontinst.mo -share/locale/sq/LC_MESSAGES/kio5_applications.mo -share/locale/sq/LC_MESSAGES/klipper.mo -share/locale/sq/LC_MESSAGES/krdb.mo -share/locale/sq/LC_MESSAGES/ksmserver.mo -share/locale/sq/LC_MESSAGES/libkworkspace.mo -share/locale/sq/LC_MESSAGES/phonon_kde_plugin.mo -share/locale/sq/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo -share/locale/sq/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo -share/locale/sq/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo -share/locale/sq/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo -share/locale/sq/LC_MESSAGES/plasma_containmentactions_contextmenu.mo -share/locale/sq/LC_MESSAGES/plasma_containmentactions_switchwindow.mo -share/locale/sq/LC_MESSAGES/plasma_engine_applicationjobs.mo -share/locale/sq/LC_MESSAGES/plasma_engine_keystate.mo -share/locale/sq/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/sq/LC_MESSAGES/plasma_engine_weather.mo -share/locale/sq/LC_MESSAGES/plasma_runner_bookmarksrunner.mo -share/locale/sq/LC_MESSAGES/plasma_runner_calculatorrunner.mo -share/locale/sq/LC_MESSAGES/plasma_runner_locations.mo -share/locale/sq/LC_MESSAGES/plasma_runner_placesrunner.mo -share/locale/sq/LC_MESSAGES/plasma_runner_powerdevil.mo -share/locale/sq/LC_MESSAGES/plasma_runner_recentdocuments.mo -share/locale/sq/LC_MESSAGES/plasma_runner_services.mo -share/locale/sq/LC_MESSAGES/plasma_runner_sessions.mo -share/locale/sq/LC_MESSAGES/plasma_runner_shell.mo -share/locale/sq/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/sq/LC_MESSAGES/plasma_wallpaper_org.kde.image.mo -share/locale/sq/LC_MESSAGES/soliduiserver5.mo -share/locale/sr/LC_MESSAGES/freespacenotifier.mo -share/locale/sr/LC_MESSAGES/kcm_autostart.mo -share/locale/sr/LC_MESSAGES/kcm_colors.mo -share/locale/sr/LC_MESSAGES/kcm_cursortheme.mo -share/locale/sr/LC_MESSAGES/kcm_desktoptheme.mo -share/locale/sr/LC_MESSAGES/kcm_fonts.mo -share/locale/sr/LC_MESSAGES/kcm_icons.mo -share/locale/sr/LC_MESSAGES/kcm_lookandfeel.mo -share/locale/sr/LC_MESSAGES/kcm_nightcolor.mo -share/locale/sr/LC_MESSAGES/kcm_style.mo -share/locale/sr/LC_MESSAGES/kcminit.mo -share/locale/sr/LC_MESSAGES/kfontinst.mo -share/locale/sr/LC_MESSAGES/kholidays_calendar_plugin.mo -share/locale/sr/LC_MESSAGES/kio5_applications.mo -share/locale/sr/LC_MESSAGES/kio_desktop.mo -share/locale/sr/LC_MESSAGES/klipper.mo -share/locale/sr/LC_MESSAGES/krdb.mo -share/locale/sr/LC_MESSAGES/krunner.mo -share/locale/sr/LC_MESSAGES/ksmserver.mo -share/locale/sr/LC_MESSAGES/libkicker.mo -share/locale/sr/LC_MESSAGES/libkworkspace.mo -share/locale/sr/LC_MESSAGES/phonon_kde_plugin.mo -share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo -share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.appmenu.mo -share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo -share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo -share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo -share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo -share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo -share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.icon.mo -share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo -share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo -share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo -share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo -share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo -share/locale/sr/LC_MESSAGES/plasma_containmentactions_applauncher.mo -share/locale/sr/LC_MESSAGES/plasma_containmentactions_contextmenu.mo -share/locale/sr/LC_MESSAGES/plasma_containmentactions_switchwindow.mo -share/locale/sr/LC_MESSAGES/plasma_engine_applicationjobs.mo -share/locale/sr/LC_MESSAGES/plasma_engine_devicenotifications.mo -share/locale/sr/LC_MESSAGES/plasma_engine_dict.mo -share/locale/sr/LC_MESSAGES/plasma_engine_keystate.mo -share/locale/sr/LC_MESSAGES/plasma_engine_mpris2.mo -share/locale/sr/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/sr/LC_MESSAGES/plasma_engine_powermanagement.mo -share/locale/sr/LC_MESSAGES/plasma_engine_soliddevice.mo -share/locale/sr/LC_MESSAGES/plasma_engine_time.mo -share/locale/sr/LC_MESSAGES/plasma_engine_weather.mo -share/locale/sr/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo -share/locale/sr/LC_MESSAGES/plasma_package_plasmashell.mo -share/locale/sr/LC_MESSAGES/plasma_runner_baloosearch5.mo -share/locale/sr/LC_MESSAGES/plasma_runner_bookmarksrunner.mo -share/locale/sr/LC_MESSAGES/plasma_runner_calculatorrunner.mo -share/locale/sr/LC_MESSAGES/plasma_runner_kill.mo -share/locale/sr/LC_MESSAGES/plasma_runner_locations.mo -share/locale/sr/LC_MESSAGES/plasma_runner_placesrunner.mo -share/locale/sr/LC_MESSAGES/plasma_runner_powerdevil.mo -share/locale/sr/LC_MESSAGES/plasma_runner_recentdocuments.mo -share/locale/sr/LC_MESSAGES/plasma_runner_services.mo -share/locale/sr/LC_MESSAGES/plasma_runner_sessions.mo -share/locale/sr/LC_MESSAGES/plasma_runner_shell.mo -share/locale/sr/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/sr/LC_MESSAGES/plasma_runner_windowedwidgets.mo -share/locale/sr/LC_MESSAGES/plasma_wallpaper_org.kde.color.mo -share/locale/sr/LC_MESSAGES/plasma_wallpaper_org.kde.image.mo -share/locale/sr/LC_MESSAGES/plasmashell.mo -share/locale/sr/LC_MESSAGES/plasmashellprivateplugin.mo -share/locale/sr/LC_MESSAGES/soliduiserver5.mo -share/locale/sr/LC_MESSAGES/systemmonitor.mo -share/locale/sr@ijekavian/LC_MESSAGES/freespacenotifier.mo -share/locale/sr@ijekavian/LC_MESSAGES/kcm_autostart.mo -share/locale/sr@ijekavian/LC_MESSAGES/kcm_colors.mo -share/locale/sr@ijekavian/LC_MESSAGES/kcm_cursortheme.mo -share/locale/sr@ijekavian/LC_MESSAGES/kcm_desktoptheme.mo -share/locale/sr@ijekavian/LC_MESSAGES/kcm_fonts.mo -share/locale/sr@ijekavian/LC_MESSAGES/kcm_icons.mo -share/locale/sr@ijekavian/LC_MESSAGES/kcm_lookandfeel.mo -share/locale/sr@ijekavian/LC_MESSAGES/kcm_nightcolor.mo -share/locale/sr@ijekavian/LC_MESSAGES/kcm_style.mo -share/locale/sr@ijekavian/LC_MESSAGES/kcminit.mo -share/locale/sr@ijekavian/LC_MESSAGES/kfontinst.mo -share/locale/sr@ijekavian/LC_MESSAGES/kholidays_calendar_plugin.mo -share/locale/sr@ijekavian/LC_MESSAGES/kio5_applications.mo -share/locale/sr@ijekavian/LC_MESSAGES/kio_desktop.mo -share/locale/sr@ijekavian/LC_MESSAGES/klipper.mo -share/locale/sr@ijekavian/LC_MESSAGES/krdb.mo -share/locale/sr@ijekavian/LC_MESSAGES/krunner.mo -share/locale/sr@ijekavian/LC_MESSAGES/ksmserver.mo -share/locale/sr@ijekavian/LC_MESSAGES/libkicker.mo -share/locale/sr@ijekavian/LC_MESSAGES/libkworkspace.mo -share/locale/sr@ijekavian/LC_MESSAGES/phonon_kde_plugin.mo -share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo -share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.appmenu.mo -share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo -share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo -share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo -share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo -share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo -share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.icon.mo -share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo -share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo -share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo -share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo -share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo -share/locale/sr@ijekavian/LC_MESSAGES/plasma_containmentactions_applauncher.mo -share/locale/sr@ijekavian/LC_MESSAGES/plasma_containmentactions_contextmenu.mo -share/locale/sr@ijekavian/LC_MESSAGES/plasma_containmentactions_switchwindow.mo -share/locale/sr@ijekavian/LC_MESSAGES/plasma_engine_applicationjobs.mo -share/locale/sr@ijekavian/LC_MESSAGES/plasma_engine_devicenotifications.mo -share/locale/sr@ijekavian/LC_MESSAGES/plasma_engine_dict.mo -share/locale/sr@ijekavian/LC_MESSAGES/plasma_engine_keystate.mo -share/locale/sr@ijekavian/LC_MESSAGES/plasma_engine_mpris2.mo -share/locale/sr@ijekavian/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/sr@ijekavian/LC_MESSAGES/plasma_engine_powermanagement.mo -share/locale/sr@ijekavian/LC_MESSAGES/plasma_engine_soliddevice.mo -share/locale/sr@ijekavian/LC_MESSAGES/plasma_engine_time.mo -share/locale/sr@ijekavian/LC_MESSAGES/plasma_engine_weather.mo -share/locale/sr@ijekavian/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo -share/locale/sr@ijekavian/LC_MESSAGES/plasma_package_plasmashell.mo -share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_baloosearch5.mo -share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_bookmarksrunner.mo -share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_calculatorrunner.mo -share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_kill.mo -share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_locations.mo -share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_placesrunner.mo -share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_powerdevil.mo -share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_recentdocuments.mo -share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_services.mo -share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_sessions.mo -share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_shell.mo -share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_windowedwidgets.mo -share/locale/sr@ijekavian/LC_MESSAGES/plasma_wallpaper_org.kde.color.mo -share/locale/sr@ijekavian/LC_MESSAGES/plasma_wallpaper_org.kde.image.mo -share/locale/sr@ijekavian/LC_MESSAGES/plasmashell.mo -share/locale/sr@ijekavian/LC_MESSAGES/plasmashellprivateplugin.mo -share/locale/sr@ijekavian/LC_MESSAGES/soliduiserver5.mo -share/locale/sr@ijekavian/LC_MESSAGES/systemmonitor.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/freespacenotifier.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_autostart.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_colors.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_cursortheme.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_desktoptheme.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_fonts.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_icons.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_lookandfeel.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_nightcolor.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_style.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/kcminit.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/kfontinst.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/kholidays_calendar_plugin.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/kio5_applications.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/kio_desktop.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/klipper.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/krdb.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/krunner.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/ksmserver.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/libkicker.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/libkworkspace.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/phonon_kde_plugin.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.appmenu.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.icon.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_containmentactions_applauncher.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_containmentactions_contextmenu.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_containmentactions_switchwindow.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_engine_applicationjobs.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_engine_devicenotifications.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_engine_dict.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_engine_keystate.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_engine_mpris2.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_engine_powermanagement.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_engine_soliddevice.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_engine_time.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_engine_weather.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_package_plasmashell.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_baloosearch5.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_bookmarksrunner.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_calculatorrunner.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_kill.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_locations.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_placesrunner.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_powerdevil.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_recentdocuments.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_services.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_sessions.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_shell.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_windowedwidgets.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_wallpaper_org.kde.color.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_wallpaper_org.kde.image.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/plasmashell.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/plasmashellprivateplugin.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/soliduiserver5.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/systemmonitor.mo -share/locale/sr@latin/LC_MESSAGES/freespacenotifier.mo -share/locale/sr@latin/LC_MESSAGES/kcm_autostart.mo -share/locale/sr@latin/LC_MESSAGES/kcm_colors.mo -share/locale/sr@latin/LC_MESSAGES/kcm_cursortheme.mo -share/locale/sr@latin/LC_MESSAGES/kcm_desktoptheme.mo -share/locale/sr@latin/LC_MESSAGES/kcm_fonts.mo -share/locale/sr@latin/LC_MESSAGES/kcm_icons.mo -share/locale/sr@latin/LC_MESSAGES/kcm_lookandfeel.mo -share/locale/sr@latin/LC_MESSAGES/kcm_nightcolor.mo -share/locale/sr@latin/LC_MESSAGES/kcm_style.mo -share/locale/sr@latin/LC_MESSAGES/kcminit.mo -share/locale/sr@latin/LC_MESSAGES/kfontinst.mo -share/locale/sr@latin/LC_MESSAGES/kholidays_calendar_plugin.mo -share/locale/sr@latin/LC_MESSAGES/kio5_applications.mo -share/locale/sr@latin/LC_MESSAGES/kio_desktop.mo -share/locale/sr@latin/LC_MESSAGES/klipper.mo -share/locale/sr@latin/LC_MESSAGES/krdb.mo -share/locale/sr@latin/LC_MESSAGES/krunner.mo -share/locale/sr@latin/LC_MESSAGES/ksmserver.mo -share/locale/sr@latin/LC_MESSAGES/libkicker.mo -share/locale/sr@latin/LC_MESSAGES/libkworkspace.mo -share/locale/sr@latin/LC_MESSAGES/phonon_kde_plugin.mo -share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo -share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.appmenu.mo -share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo -share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo -share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo -share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo -share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo -share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.icon.mo -share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo -share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo -share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo -share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo -share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo -share/locale/sr@latin/LC_MESSAGES/plasma_containmentactions_applauncher.mo -share/locale/sr@latin/LC_MESSAGES/plasma_containmentactions_contextmenu.mo -share/locale/sr@latin/LC_MESSAGES/plasma_containmentactions_switchwindow.mo -share/locale/sr@latin/LC_MESSAGES/plasma_engine_applicationjobs.mo -share/locale/sr@latin/LC_MESSAGES/plasma_engine_devicenotifications.mo -share/locale/sr@latin/LC_MESSAGES/plasma_engine_dict.mo -share/locale/sr@latin/LC_MESSAGES/plasma_engine_keystate.mo -share/locale/sr@latin/LC_MESSAGES/plasma_engine_mpris2.mo -share/locale/sr@latin/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/sr@latin/LC_MESSAGES/plasma_engine_powermanagement.mo -share/locale/sr@latin/LC_MESSAGES/plasma_engine_soliddevice.mo -share/locale/sr@latin/LC_MESSAGES/plasma_engine_time.mo -share/locale/sr@latin/LC_MESSAGES/plasma_engine_weather.mo -share/locale/sr@latin/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo -share/locale/sr@latin/LC_MESSAGES/plasma_package_plasmashell.mo -share/locale/sr@latin/LC_MESSAGES/plasma_runner_baloosearch5.mo -share/locale/sr@latin/LC_MESSAGES/plasma_runner_bookmarksrunner.mo -share/locale/sr@latin/LC_MESSAGES/plasma_runner_calculatorrunner.mo -share/locale/sr@latin/LC_MESSAGES/plasma_runner_kill.mo -share/locale/sr@latin/LC_MESSAGES/plasma_runner_locations.mo -share/locale/sr@latin/LC_MESSAGES/plasma_runner_placesrunner.mo -share/locale/sr@latin/LC_MESSAGES/plasma_runner_powerdevil.mo -share/locale/sr@latin/LC_MESSAGES/plasma_runner_recentdocuments.mo -share/locale/sr@latin/LC_MESSAGES/plasma_runner_services.mo -share/locale/sr@latin/LC_MESSAGES/plasma_runner_sessions.mo -share/locale/sr@latin/LC_MESSAGES/plasma_runner_shell.mo -share/locale/sr@latin/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/sr@latin/LC_MESSAGES/plasma_runner_windowedwidgets.mo -share/locale/sr@latin/LC_MESSAGES/plasma_wallpaper_org.kde.color.mo -share/locale/sr@latin/LC_MESSAGES/plasma_wallpaper_org.kde.image.mo -share/locale/sr@latin/LC_MESSAGES/plasmashell.mo -share/locale/sr@latin/LC_MESSAGES/plasmashellprivateplugin.mo -share/locale/sr@latin/LC_MESSAGES/soliduiserver5.mo -share/locale/sr@latin/LC_MESSAGES/systemmonitor.mo -share/locale/sv/LC_MESSAGES/freespacenotifier.mo -share/locale/sv/LC_MESSAGES/kcm_autostart.mo -share/locale/sv/LC_MESSAGES/kcm_colors.mo -share/locale/sv/LC_MESSAGES/kcm_cursortheme.mo -share/locale/sv/LC_MESSAGES/kcm_desktoptheme.mo -share/locale/sv/LC_MESSAGES/kcm_feedback.mo -share/locale/sv/LC_MESSAGES/kcm_fonts.mo -share/locale/sv/LC_MESSAGES/kcm_icons.mo -share/locale/sv/LC_MESSAGES/kcm_lookandfeel.mo -share/locale/sv/LC_MESSAGES/kcm_nightcolor.mo -share/locale/sv/LC_MESSAGES/kcm_notifications.mo -share/locale/sv/LC_MESSAGES/kcm_regionandlang.mo -share/locale/sv/LC_MESSAGES/kcm_style.mo -share/locale/sv/LC_MESSAGES/kcm_users.mo -share/locale/sv/LC_MESSAGES/kcminit.mo -share/locale/sv/LC_MESSAGES/kfontinst.mo -share/locale/sv/LC_MESSAGES/kholidays_calendar_plugin.mo -share/locale/sv/LC_MESSAGES/kio5_applications.mo -share/locale/sv/LC_MESSAGES/kio_desktop.mo -share/locale/sv/LC_MESSAGES/klipper.mo -share/locale/sv/LC_MESSAGES/krdb.mo -share/locale/sv/LC_MESSAGES/krunner.mo -share/locale/sv/LC_MESSAGES/ksmserver.mo -share/locale/sv/LC_MESSAGES/libkicker.mo -share/locale/sv/LC_MESSAGES/libkworkspace.mo -share/locale/sv/LC_MESSAGES/libnotificationmanager.mo -share/locale/sv/LC_MESSAGES/phonon_kde_plugin.mo -share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.activitybar.mo -share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo -share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.appmenu.mo -share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo -share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo -share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo -share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo -share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo -share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.icon.mo -share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo -share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.manageinputmethod.mo -share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo -share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo -share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo -share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo -share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.mo -share/locale/sv/LC_MESSAGES/plasma_containmentactions_applauncher.mo -share/locale/sv/LC_MESSAGES/plasma_containmentactions_contextmenu.mo -share/locale/sv/LC_MESSAGES/plasma_containmentactions_switchwindow.mo -share/locale/sv/LC_MESSAGES/plasma_engine_applicationjobs.mo -share/locale/sv/LC_MESSAGES/plasma_engine_devicenotifications.mo -share/locale/sv/LC_MESSAGES/plasma_engine_dict.mo -share/locale/sv/LC_MESSAGES/plasma_engine_hotplug.mo -share/locale/sv/LC_MESSAGES/plasma_engine_keystate.mo -share/locale/sv/LC_MESSAGES/plasma_engine_mpris2.mo -share/locale/sv/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/sv/LC_MESSAGES/plasma_engine_powermanagement.mo -share/locale/sv/LC_MESSAGES/plasma_engine_soliddevice.mo -share/locale/sv/LC_MESSAGES/plasma_engine_time.mo -share/locale/sv/LC_MESSAGES/plasma_engine_weather.mo -share/locale/sv/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo -share/locale/sv/LC_MESSAGES/plasma_package_plasmashell.mo -share/locale/sv/LC_MESSAGES/plasma_runner_appstream.mo -share/locale/sv/LC_MESSAGES/plasma_runner_baloosearch5.mo -share/locale/sv/LC_MESSAGES/plasma_runner_bookmarksrunner.mo -share/locale/sv/LC_MESSAGES/plasma_runner_calculatorrunner.mo -share/locale/sv/LC_MESSAGES/plasma_runner_kill.mo -share/locale/sv/LC_MESSAGES/plasma_runner_locations.mo -share/locale/sv/LC_MESSAGES/plasma_runner_placesrunner.mo -share/locale/sv/LC_MESSAGES/plasma_runner_powerdevil.mo -share/locale/sv/LC_MESSAGES/plasma_runner_recentdocuments.mo -share/locale/sv/LC_MESSAGES/plasma_runner_services.mo -share/locale/sv/LC_MESSAGES/plasma_runner_sessions.mo -share/locale/sv/LC_MESSAGES/plasma_runner_shell.mo -share/locale/sv/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/sv/LC_MESSAGES/plasma_runner_windowedwidgets.mo -share/locale/sv/LC_MESSAGES/plasma_wallpaper_org.kde.color.mo -share/locale/sv/LC_MESSAGES/plasma_wallpaper_org.kde.image.mo -share/locale/sv/LC_MESSAGES/plasmashell.mo -share/locale/sv/LC_MESSAGES/plasmashellprivateplugin.mo -share/locale/sv/LC_MESSAGES/soliduiserver5.mo -share/locale/sv/LC_MESSAGES/systemmonitor.mo -share/locale/ta/LC_MESSAGES/freespacenotifier.mo -share/locale/ta/LC_MESSAGES/kcm_autostart.mo -share/locale/ta/LC_MESSAGES/kcm_colors.mo -share/locale/ta/LC_MESSAGES/kcm_cursortheme.mo -share/locale/ta/LC_MESSAGES/kcm_desktoptheme.mo -share/locale/ta/LC_MESSAGES/kcm_feedback.mo -share/locale/ta/LC_MESSAGES/kcm_fonts.mo -share/locale/ta/LC_MESSAGES/kcm_icons.mo -share/locale/ta/LC_MESSAGES/kcm_lookandfeel.mo -share/locale/ta/LC_MESSAGES/kcm_nightcolor.mo -share/locale/ta/LC_MESSAGES/kcm_notifications.mo -share/locale/ta/LC_MESSAGES/kcm_style.mo -share/locale/ta/LC_MESSAGES/kcm_users.mo -share/locale/ta/LC_MESSAGES/kcminit.mo -share/locale/ta/LC_MESSAGES/kfontinst.mo -share/locale/ta/LC_MESSAGES/kholidays_calendar_plugin.mo -share/locale/ta/LC_MESSAGES/kio5_applications.mo -share/locale/ta/LC_MESSAGES/kio_desktop.mo -share/locale/ta/LC_MESSAGES/klipper.mo -share/locale/ta/LC_MESSAGES/krdb.mo -share/locale/ta/LC_MESSAGES/krunner.mo -share/locale/ta/LC_MESSAGES/ksmserver.mo -share/locale/ta/LC_MESSAGES/libkicker.mo -share/locale/ta/LC_MESSAGES/libkworkspace.mo -share/locale/ta/LC_MESSAGES/libnotificationmanager.mo -share/locale/ta/LC_MESSAGES/phonon_kde_plugin.mo -share/locale/ta/LC_MESSAGES/plasma_applet_org.kde.plasma.activitybar.mo -share/locale/ta/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo -share/locale/ta/LC_MESSAGES/plasma_applet_org.kde.plasma.appmenu.mo -share/locale/ta/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo -share/locale/ta/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo -share/locale/ta/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo -share/locale/ta/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo -share/locale/ta/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo -share/locale/ta/LC_MESSAGES/plasma_applet_org.kde.plasma.icon.mo -share/locale/ta/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo -share/locale/ta/LC_MESSAGES/plasma_applet_org.kde.plasma.manageinputmethod.mo -share/locale/ta/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo -share/locale/ta/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo -share/locale/ta/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo -share/locale/ta/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo -share/locale/ta/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.mo -share/locale/ta/LC_MESSAGES/plasma_containmentactions_applauncher.mo -share/locale/ta/LC_MESSAGES/plasma_containmentactions_contextmenu.mo -share/locale/ta/LC_MESSAGES/plasma_containmentactions_switchwindow.mo -share/locale/ta/LC_MESSAGES/plasma_engine_applicationjobs.mo -share/locale/ta/LC_MESSAGES/plasma_engine_devicenotifications.mo -share/locale/ta/LC_MESSAGES/plasma_engine_dict.mo -share/locale/ta/LC_MESSAGES/plasma_engine_hotplug.mo -share/locale/ta/LC_MESSAGES/plasma_engine_keystate.mo -share/locale/ta/LC_MESSAGES/plasma_engine_mpris2.mo -share/locale/ta/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/ta/LC_MESSAGES/plasma_engine_powermanagement.mo -share/locale/ta/LC_MESSAGES/plasma_engine_soliddevice.mo -share/locale/ta/LC_MESSAGES/plasma_engine_time.mo -share/locale/ta/LC_MESSAGES/plasma_engine_weather.mo -share/locale/ta/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo -share/locale/ta/LC_MESSAGES/plasma_package_plasmashell.mo -share/locale/ta/LC_MESSAGES/plasma_runner_appstream.mo -share/locale/ta/LC_MESSAGES/plasma_runner_baloosearch5.mo -share/locale/ta/LC_MESSAGES/plasma_runner_bookmarksrunner.mo -share/locale/ta/LC_MESSAGES/plasma_runner_calculatorrunner.mo -share/locale/ta/LC_MESSAGES/plasma_runner_kill.mo -share/locale/ta/LC_MESSAGES/plasma_runner_locations.mo -share/locale/ta/LC_MESSAGES/plasma_runner_placesrunner.mo -share/locale/ta/LC_MESSAGES/plasma_runner_powerdevil.mo -share/locale/ta/LC_MESSAGES/plasma_runner_recentdocuments.mo -share/locale/ta/LC_MESSAGES/plasma_runner_services.mo -share/locale/ta/LC_MESSAGES/plasma_runner_sessions.mo -share/locale/ta/LC_MESSAGES/plasma_runner_shell.mo -share/locale/ta/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/ta/LC_MESSAGES/plasma_runner_windowedwidgets.mo -share/locale/ta/LC_MESSAGES/plasma_wallpaper_org.kde.color.mo -share/locale/ta/LC_MESSAGES/plasma_wallpaper_org.kde.image.mo -share/locale/ta/LC_MESSAGES/plasmashell.mo -share/locale/ta/LC_MESSAGES/plasmashellprivateplugin.mo -share/locale/ta/LC_MESSAGES/soliduiserver5.mo -share/locale/ta/LC_MESSAGES/systemmonitor.mo -share/locale/te/LC_MESSAGES/kcm_autostart.mo -share/locale/te/LC_MESSAGES/kcm_colors.mo -share/locale/te/LC_MESSAGES/kcm_cursortheme.mo -share/locale/te/LC_MESSAGES/kcm_desktoptheme.mo -share/locale/te/LC_MESSAGES/kcm_fonts.mo -share/locale/te/LC_MESSAGES/kcm_icons.mo -share/locale/te/LC_MESSAGES/kcm_style.mo -share/locale/te/LC_MESSAGES/kcminit.mo -share/locale/te/LC_MESSAGES/kfontinst.mo -share/locale/te/LC_MESSAGES/kio5_applications.mo -share/locale/te/LC_MESSAGES/klipper.mo -share/locale/te/LC_MESSAGES/krdb.mo -share/locale/te/LC_MESSAGES/ksmserver.mo -share/locale/te/LC_MESSAGES/libkworkspace.mo -share/locale/te/LC_MESSAGES/phonon_kde_plugin.mo -share/locale/te/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo -share/locale/te/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo -share/locale/te/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo -share/locale/te/LC_MESSAGES/plasma_engine_applicationjobs.mo -share/locale/te/LC_MESSAGES/plasma_runner_locations.mo -share/locale/te/LC_MESSAGES/plasma_runner_powerdevil.mo -share/locale/te/LC_MESSAGES/plasma_runner_recentdocuments.mo -share/locale/te/LC_MESSAGES/plasma_runner_sessions.mo -share/locale/te/LC_MESSAGES/plasma_runner_shell.mo -share/locale/te/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/te/LC_MESSAGES/plasma_wallpaper_org.kde.image.mo -share/locale/te/LC_MESSAGES/soliduiserver5.mo -share/locale/tg/LC_MESSAGES/freespacenotifier.mo -share/locale/tg/LC_MESSAGES/kcm_autostart.mo -share/locale/tg/LC_MESSAGES/kcm_colors.mo -share/locale/tg/LC_MESSAGES/kcm_cursortheme.mo -share/locale/tg/LC_MESSAGES/kcm_desktoptheme.mo -share/locale/tg/LC_MESSAGES/kcm_fonts.mo -share/locale/tg/LC_MESSAGES/kcm_icons.mo -share/locale/tg/LC_MESSAGES/kcm_lookandfeel.mo -share/locale/tg/LC_MESSAGES/kcm_notifications.mo -share/locale/tg/LC_MESSAGES/kcm_style.mo -share/locale/tg/LC_MESSAGES/kcm_users.mo -share/locale/tg/LC_MESSAGES/kcminit.mo -share/locale/tg/LC_MESSAGES/kfontinst.mo -share/locale/tg/LC_MESSAGES/kholidays_calendar_plugin.mo -share/locale/tg/LC_MESSAGES/kio5_applications.mo -share/locale/tg/LC_MESSAGES/kio_desktop.mo -share/locale/tg/LC_MESSAGES/klipper.mo -share/locale/tg/LC_MESSAGES/krdb.mo -share/locale/tg/LC_MESSAGES/krunner.mo -share/locale/tg/LC_MESSAGES/ksmserver.mo -share/locale/tg/LC_MESSAGES/libkicker.mo -share/locale/tg/LC_MESSAGES/libkworkspace.mo -share/locale/tg/LC_MESSAGES/libnotificationmanager.mo -share/locale/tg/LC_MESSAGES/phonon_kde_plugin.mo -share/locale/tg/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo -share/locale/tg/LC_MESSAGES/plasma_applet_org.kde.plasma.appmenu.mo -share/locale/tg/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo -share/locale/tg/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo -share/locale/tg/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo -share/locale/tg/LC_MESSAGES/plasma_applet_org.kde.plasma.icon.mo -share/locale/tg/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo -share/locale/tg/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo -share/locale/tg/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo -share/locale/tg/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo -share/locale/tg/LC_MESSAGES/plasma_containmentactions_applauncher.mo -share/locale/tg/LC_MESSAGES/plasma_containmentactions_contextmenu.mo -share/locale/tg/LC_MESSAGES/plasma_containmentactions_switchwindow.mo -share/locale/tg/LC_MESSAGES/plasma_engine_applicationjobs.mo -share/locale/tg/LC_MESSAGES/plasma_engine_dict.mo -share/locale/tg/LC_MESSAGES/plasma_engine_hotplug.mo -share/locale/tg/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/tg/LC_MESSAGES/plasma_engine_powermanagement.mo -share/locale/tg/LC_MESSAGES/plasma_engine_time.mo -share/locale/tg/LC_MESSAGES/plasma_engine_weather.mo -share/locale/tg/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo -share/locale/tg/LC_MESSAGES/plasma_runner_appstream.mo -share/locale/tg/LC_MESSAGES/plasma_runner_bookmarksrunner.mo -share/locale/tg/LC_MESSAGES/plasma_runner_calculatorrunner.mo -share/locale/tg/LC_MESSAGES/plasma_runner_locations.mo -share/locale/tg/LC_MESSAGES/plasma_runner_placesrunner.mo -share/locale/tg/LC_MESSAGES/plasma_runner_powerdevil.mo -share/locale/tg/LC_MESSAGES/plasma_runner_recentdocuments.mo -share/locale/tg/LC_MESSAGES/plasma_runner_services.mo -share/locale/tg/LC_MESSAGES/plasma_runner_sessions.mo -share/locale/tg/LC_MESSAGES/plasma_runner_shell.mo -share/locale/tg/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/tg/LC_MESSAGES/plasma_runner_windowedwidgets.mo -share/locale/tg/LC_MESSAGES/plasma_wallpaper_org.kde.color.mo -share/locale/tg/LC_MESSAGES/plasma_wallpaper_org.kde.image.mo -share/locale/tg/LC_MESSAGES/plasmashell.mo -share/locale/tg/LC_MESSAGES/soliduiserver5.mo -share/locale/tg/LC_MESSAGES/systemmonitor.mo -share/locale/th/LC_MESSAGES/freespacenotifier.mo -share/locale/th/LC_MESSAGES/kcm_autostart.mo -share/locale/th/LC_MESSAGES/kcm_colors.mo -share/locale/th/LC_MESSAGES/kcm_cursortheme.mo -share/locale/th/LC_MESSAGES/kcm_desktoptheme.mo -share/locale/th/LC_MESSAGES/kcm_fonts.mo -share/locale/th/LC_MESSAGES/kcm_icons.mo -share/locale/th/LC_MESSAGES/kcm_style.mo -share/locale/th/LC_MESSAGES/kcminit.mo -share/locale/th/LC_MESSAGES/kfontinst.mo -share/locale/th/LC_MESSAGES/kio5_applications.mo -share/locale/th/LC_MESSAGES/klipper.mo -share/locale/th/LC_MESSAGES/krdb.mo -share/locale/th/LC_MESSAGES/ksmserver.mo -share/locale/th/LC_MESSAGES/libkworkspace.mo -share/locale/th/LC_MESSAGES/phonon_kde_plugin.mo -share/locale/th/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo -share/locale/th/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo -share/locale/th/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo -share/locale/th/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo -share/locale/th/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo -share/locale/th/LC_MESSAGES/plasma_containmentactions_contextmenu.mo -share/locale/th/LC_MESSAGES/plasma_containmentactions_switchwindow.mo -share/locale/th/LC_MESSAGES/plasma_engine_applicationjobs.mo -share/locale/th/LC_MESSAGES/plasma_engine_keystate.mo -share/locale/th/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/th/LC_MESSAGES/plasma_engine_soliddevice.mo -share/locale/th/LC_MESSAGES/plasma_engine_weather.mo -share/locale/th/LC_MESSAGES/plasma_runner_bookmarksrunner.mo -share/locale/th/LC_MESSAGES/plasma_runner_calculatorrunner.mo -share/locale/th/LC_MESSAGES/plasma_runner_kill.mo -share/locale/th/LC_MESSAGES/plasma_runner_locations.mo -share/locale/th/LC_MESSAGES/plasma_runner_placesrunner.mo -share/locale/th/LC_MESSAGES/plasma_runner_powerdevil.mo -share/locale/th/LC_MESSAGES/plasma_runner_recentdocuments.mo -share/locale/th/LC_MESSAGES/plasma_runner_services.mo -share/locale/th/LC_MESSAGES/plasma_runner_sessions.mo -share/locale/th/LC_MESSAGES/plasma_runner_shell.mo -share/locale/th/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/th/LC_MESSAGES/plasma_runner_windowedwidgets.mo -share/locale/th/LC_MESSAGES/plasma_wallpaper_org.kde.image.mo -share/locale/th/LC_MESSAGES/soliduiserver5.mo -share/locale/tok/LC_MESSAGES/freespacenotifier.mo -share/locale/tok/LC_MESSAGES/kcm_autostart.mo -share/locale/tok/LC_MESSAGES/kcm_colors.mo -share/locale/tok/LC_MESSAGES/kcm_cursortheme.mo -share/locale/tok/LC_MESSAGES/kcm_desktoptheme.mo -share/locale/tok/LC_MESSAGES/kcm_feedback.mo -share/locale/tok/LC_MESSAGES/kcm_fonts.mo -share/locale/tok/LC_MESSAGES/kcm_icons.mo -share/locale/tok/LC_MESSAGES/kcm_lookandfeel.mo -share/locale/tok/LC_MESSAGES/kcm_nightcolor.mo -share/locale/tok/LC_MESSAGES/kcm_notifications.mo -share/locale/tok/LC_MESSAGES/kcm_regionandlang.mo -share/locale/tok/LC_MESSAGES/kcm_style.mo -share/locale/tok/LC_MESSAGES/kcm_users.mo -share/locale/tok/LC_MESSAGES/kcminit.mo -share/locale/tok/LC_MESSAGES/kfontinst.mo -share/locale/tok/LC_MESSAGES/kholidays_calendar_plugin.mo -share/locale/tok/LC_MESSAGES/kio5_applications.mo -share/locale/tok/LC_MESSAGES/kio_desktop.mo -share/locale/tok/LC_MESSAGES/klipper.mo -share/locale/tok/LC_MESSAGES/krdb.mo -share/locale/tok/LC_MESSAGES/krunner.mo -share/locale/tok/LC_MESSAGES/ksmserver.mo -share/locale/tok/LC_MESSAGES/libkicker.mo -share/locale/tok/LC_MESSAGES/libkworkspace.mo -share/locale/tok/LC_MESSAGES/libnotificationmanager.mo -share/locale/tok/LC_MESSAGES/phonon_kde_plugin.mo -share/locale/tok/LC_MESSAGES/plasma_applet_org.kde.plasma.activitybar.mo -share/locale/tok/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo -share/locale/tok/LC_MESSAGES/plasma_applet_org.kde.plasma.appmenu.mo -share/locale/tok/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo -share/locale/tok/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo -share/locale/tok/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo -share/locale/tok/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo -share/locale/tok/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo -share/locale/tok/LC_MESSAGES/plasma_applet_org.kde.plasma.icon.mo -share/locale/tok/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo -share/locale/tok/LC_MESSAGES/plasma_applet_org.kde.plasma.manageinputmethod.mo -share/locale/tok/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo -share/locale/tok/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo -share/locale/tok/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo -share/locale/tok/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo -share/locale/tok/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.mo -share/locale/tok/LC_MESSAGES/plasma_containmentactions_applauncher.mo -share/locale/tok/LC_MESSAGES/plasma_containmentactions_contextmenu.mo -share/locale/tok/LC_MESSAGES/plasma_containmentactions_switchwindow.mo -share/locale/tok/LC_MESSAGES/plasma_engine_applicationjobs.mo -share/locale/tok/LC_MESSAGES/plasma_engine_devicenotifications.mo -share/locale/tok/LC_MESSAGES/plasma_engine_dict.mo -share/locale/tok/LC_MESSAGES/plasma_engine_hotplug.mo -share/locale/tok/LC_MESSAGES/plasma_engine_keystate.mo -share/locale/tok/LC_MESSAGES/plasma_engine_mpris2.mo -share/locale/tok/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/tok/LC_MESSAGES/plasma_engine_powermanagement.mo -share/locale/tok/LC_MESSAGES/plasma_engine_soliddevice.mo -share/locale/tok/LC_MESSAGES/plasma_engine_time.mo -share/locale/tok/LC_MESSAGES/plasma_engine_weather.mo -share/locale/tok/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo -share/locale/tok/LC_MESSAGES/plasma_package_plasmashell.mo -share/locale/tok/LC_MESSAGES/plasma_runner_appstream.mo -share/locale/tok/LC_MESSAGES/plasma_runner_baloosearch5.mo -share/locale/tok/LC_MESSAGES/plasma_runner_bookmarksrunner.mo -share/locale/tok/LC_MESSAGES/plasma_runner_calculatorrunner.mo -share/locale/tok/LC_MESSAGES/plasma_runner_kill.mo -share/locale/tok/LC_MESSAGES/plasma_runner_locations.mo -share/locale/tok/LC_MESSAGES/plasma_runner_placesrunner.mo -share/locale/tok/LC_MESSAGES/plasma_runner_powerdevil.mo -share/locale/tok/LC_MESSAGES/plasma_runner_recentdocuments.mo -share/locale/tok/LC_MESSAGES/plasma_runner_services.mo -share/locale/tok/LC_MESSAGES/plasma_runner_sessions.mo -share/locale/tok/LC_MESSAGES/plasma_runner_shell.mo -share/locale/tok/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/tok/LC_MESSAGES/plasma_runner_windowedwidgets.mo -share/locale/tok/LC_MESSAGES/plasma_wallpaper_org.kde.color.mo -share/locale/tok/LC_MESSAGES/plasma_wallpaper_org.kde.image.mo -share/locale/tok/LC_MESSAGES/plasmashell.mo -share/locale/tok/LC_MESSAGES/plasmashellprivateplugin.mo -share/locale/tok/LC_MESSAGES/soliduiserver5.mo -share/locale/tok/LC_MESSAGES/systemmonitor.mo -share/locale/tr/LC_MESSAGES/freespacenotifier.mo -share/locale/tr/LC_MESSAGES/kcm_autostart.mo -share/locale/tr/LC_MESSAGES/kcm_colors.mo -share/locale/tr/LC_MESSAGES/kcm_cursortheme.mo -share/locale/tr/LC_MESSAGES/kcm_desktoptheme.mo -share/locale/tr/LC_MESSAGES/kcm_feedback.mo -share/locale/tr/LC_MESSAGES/kcm_fonts.mo -share/locale/tr/LC_MESSAGES/kcm_icons.mo -share/locale/tr/LC_MESSAGES/kcm_lookandfeel.mo -share/locale/tr/LC_MESSAGES/kcm_nightcolor.mo -share/locale/tr/LC_MESSAGES/kcm_notifications.mo -share/locale/tr/LC_MESSAGES/kcm_regionandlang.mo -share/locale/tr/LC_MESSAGES/kcm_style.mo -share/locale/tr/LC_MESSAGES/kcm_users.mo -share/locale/tr/LC_MESSAGES/kcminit.mo -share/locale/tr/LC_MESSAGES/kfontinst.mo -share/locale/tr/LC_MESSAGES/kholidays_calendar_plugin.mo -share/locale/tr/LC_MESSAGES/kio5_applications.mo -share/locale/tr/LC_MESSAGES/kio_desktop.mo -share/locale/tr/LC_MESSAGES/klipper.mo -share/locale/tr/LC_MESSAGES/krdb.mo -share/locale/tr/LC_MESSAGES/krunner.mo -share/locale/tr/LC_MESSAGES/ksmserver.mo -share/locale/tr/LC_MESSAGES/libkicker.mo -share/locale/tr/LC_MESSAGES/libkworkspace.mo -share/locale/tr/LC_MESSAGES/libnotificationmanager.mo -share/locale/tr/LC_MESSAGES/phonon_kde_plugin.mo -share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.activitybar.mo -share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo -share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.appmenu.mo -share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo -share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo -share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo -share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo -share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo -share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.icon.mo -share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo -share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.manageinputmethod.mo -share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo -share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo -share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo -share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo -share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.mo -share/locale/tr/LC_MESSAGES/plasma_containmentactions_applauncher.mo -share/locale/tr/LC_MESSAGES/plasma_containmentactions_contextmenu.mo -share/locale/tr/LC_MESSAGES/plasma_containmentactions_switchwindow.mo -share/locale/tr/LC_MESSAGES/plasma_engine_applicationjobs.mo -share/locale/tr/LC_MESSAGES/plasma_engine_devicenotifications.mo -share/locale/tr/LC_MESSAGES/plasma_engine_dict.mo -share/locale/tr/LC_MESSAGES/plasma_engine_hotplug.mo -share/locale/tr/LC_MESSAGES/plasma_engine_keystate.mo -share/locale/tr/LC_MESSAGES/plasma_engine_mpris2.mo -share/locale/tr/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/tr/LC_MESSAGES/plasma_engine_powermanagement.mo -share/locale/tr/LC_MESSAGES/plasma_engine_soliddevice.mo -share/locale/tr/LC_MESSAGES/plasma_engine_time.mo -share/locale/tr/LC_MESSAGES/plasma_engine_weather.mo -share/locale/tr/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo -share/locale/tr/LC_MESSAGES/plasma_package_plasmashell.mo -share/locale/tr/LC_MESSAGES/plasma_runner_appstream.mo -share/locale/tr/LC_MESSAGES/plasma_runner_baloosearch5.mo -share/locale/tr/LC_MESSAGES/plasma_runner_bookmarksrunner.mo -share/locale/tr/LC_MESSAGES/plasma_runner_calculatorrunner.mo -share/locale/tr/LC_MESSAGES/plasma_runner_kill.mo -share/locale/tr/LC_MESSAGES/plasma_runner_locations.mo -share/locale/tr/LC_MESSAGES/plasma_runner_placesrunner.mo -share/locale/tr/LC_MESSAGES/plasma_runner_powerdevil.mo -share/locale/tr/LC_MESSAGES/plasma_runner_recentdocuments.mo -share/locale/tr/LC_MESSAGES/plasma_runner_services.mo -share/locale/tr/LC_MESSAGES/plasma_runner_sessions.mo -share/locale/tr/LC_MESSAGES/plasma_runner_shell.mo -share/locale/tr/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/tr/LC_MESSAGES/plasma_runner_windowedwidgets.mo -share/locale/tr/LC_MESSAGES/plasma_wallpaper_org.kde.color.mo -share/locale/tr/LC_MESSAGES/plasma_wallpaper_org.kde.image.mo -share/locale/tr/LC_MESSAGES/plasmashell.mo -share/locale/tr/LC_MESSAGES/plasmashellprivateplugin.mo -share/locale/tr/LC_MESSAGES/soliduiserver5.mo -share/locale/tr/LC_MESSAGES/systemmonitor.mo -share/locale/ug/LC_MESSAGES/freespacenotifier.mo -share/locale/ug/LC_MESSAGES/kcm_autostart.mo -share/locale/ug/LC_MESSAGES/kcm_colors.mo -share/locale/ug/LC_MESSAGES/kcm_cursortheme.mo -share/locale/ug/LC_MESSAGES/kcm_desktoptheme.mo -share/locale/ug/LC_MESSAGES/kcm_fonts.mo -share/locale/ug/LC_MESSAGES/kcm_icons.mo -share/locale/ug/LC_MESSAGES/kcm_style.mo -share/locale/ug/LC_MESSAGES/kcminit.mo -share/locale/ug/LC_MESSAGES/kfontinst.mo -share/locale/ug/LC_MESSAGES/kio5_applications.mo -share/locale/ug/LC_MESSAGES/klipper.mo -share/locale/ug/LC_MESSAGES/krdb.mo -share/locale/ug/LC_MESSAGES/ksmserver.mo -share/locale/ug/LC_MESSAGES/libkicker.mo -share/locale/ug/LC_MESSAGES/libkworkspace.mo -share/locale/ug/LC_MESSAGES/phonon_kde_plugin.mo -share/locale/ug/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo -share/locale/ug/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo -share/locale/ug/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo -share/locale/ug/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo -share/locale/ug/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo -share/locale/ug/LC_MESSAGES/plasma_containmentactions_contextmenu.mo -share/locale/ug/LC_MESSAGES/plasma_containmentactions_switchwindow.mo -share/locale/ug/LC_MESSAGES/plasma_engine_applicationjobs.mo -share/locale/ug/LC_MESSAGES/plasma_engine_keystate.mo -share/locale/ug/LC_MESSAGES/plasma_engine_mpris2.mo -share/locale/ug/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/ug/LC_MESSAGES/plasma_engine_soliddevice.mo -share/locale/ug/LC_MESSAGES/plasma_engine_weather.mo -share/locale/ug/LC_MESSAGES/plasma_runner_bookmarksrunner.mo -share/locale/ug/LC_MESSAGES/plasma_runner_calculatorrunner.mo -share/locale/ug/LC_MESSAGES/plasma_runner_kill.mo -share/locale/ug/LC_MESSAGES/plasma_runner_locations.mo -share/locale/ug/LC_MESSAGES/plasma_runner_placesrunner.mo -share/locale/ug/LC_MESSAGES/plasma_runner_powerdevil.mo -share/locale/ug/LC_MESSAGES/plasma_runner_recentdocuments.mo -share/locale/ug/LC_MESSAGES/plasma_runner_services.mo -share/locale/ug/LC_MESSAGES/plasma_runner_sessions.mo -share/locale/ug/LC_MESSAGES/plasma_runner_shell.mo -share/locale/ug/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/ug/LC_MESSAGES/plasma_runner_windowedwidgets.mo -share/locale/ug/LC_MESSAGES/plasma_wallpaper_org.kde.image.mo -share/locale/ug/LC_MESSAGES/soliduiserver5.mo -share/locale/uk/LC_MESSAGES/freespacenotifier.mo -share/locale/uk/LC_MESSAGES/kcm_autostart.mo -share/locale/uk/LC_MESSAGES/kcm_colors.mo -share/locale/uk/LC_MESSAGES/kcm_cursortheme.mo -share/locale/uk/LC_MESSAGES/kcm_desktoptheme.mo -share/locale/uk/LC_MESSAGES/kcm_feedback.mo -share/locale/uk/LC_MESSAGES/kcm_fonts.mo -share/locale/uk/LC_MESSAGES/kcm_icons.mo -share/locale/uk/LC_MESSAGES/kcm_lookandfeel.mo -share/locale/uk/LC_MESSAGES/kcm_nightcolor.mo -share/locale/uk/LC_MESSAGES/kcm_notifications.mo -share/locale/uk/LC_MESSAGES/kcm_regionandlang.mo -share/locale/uk/LC_MESSAGES/kcm_style.mo -share/locale/uk/LC_MESSAGES/kcm_users.mo -share/locale/uk/LC_MESSAGES/kcminit.mo -share/locale/uk/LC_MESSAGES/kfontinst.mo -share/locale/uk/LC_MESSAGES/kholidays_calendar_plugin.mo -share/locale/uk/LC_MESSAGES/kio5_applications.mo -share/locale/uk/LC_MESSAGES/kio_desktop.mo -share/locale/uk/LC_MESSAGES/klipper.mo -share/locale/uk/LC_MESSAGES/krdb.mo -share/locale/uk/LC_MESSAGES/krunner.mo -share/locale/uk/LC_MESSAGES/ksmserver.mo -share/locale/uk/LC_MESSAGES/libkicker.mo -share/locale/uk/LC_MESSAGES/libkworkspace.mo -share/locale/uk/LC_MESSAGES/libnotificationmanager.mo -share/locale/uk/LC_MESSAGES/phonon_kde_plugin.mo -share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.activitybar.mo -share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo -share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.appmenu.mo -share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo -share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo -share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo -share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo -share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo -share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.icon.mo -share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo -share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.manageinputmethod.mo -share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo -share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo -share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo -share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo -share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.mo -share/locale/uk/LC_MESSAGES/plasma_containmentactions_applauncher.mo -share/locale/uk/LC_MESSAGES/plasma_containmentactions_contextmenu.mo -share/locale/uk/LC_MESSAGES/plasma_containmentactions_switchwindow.mo -share/locale/uk/LC_MESSAGES/plasma_engine_applicationjobs.mo -share/locale/uk/LC_MESSAGES/plasma_engine_devicenotifications.mo -share/locale/uk/LC_MESSAGES/plasma_engine_dict.mo -share/locale/uk/LC_MESSAGES/plasma_engine_hotplug.mo -share/locale/uk/LC_MESSAGES/plasma_engine_keystate.mo -share/locale/uk/LC_MESSAGES/plasma_engine_mpris2.mo -share/locale/uk/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/uk/LC_MESSAGES/plasma_engine_powermanagement.mo -share/locale/uk/LC_MESSAGES/plasma_engine_soliddevice.mo -share/locale/uk/LC_MESSAGES/plasma_engine_time.mo -share/locale/uk/LC_MESSAGES/plasma_engine_weather.mo -share/locale/uk/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo -share/locale/uk/LC_MESSAGES/plasma_package_plasmashell.mo -share/locale/uk/LC_MESSAGES/plasma_runner_appstream.mo -share/locale/uk/LC_MESSAGES/plasma_runner_baloosearch5.mo -share/locale/uk/LC_MESSAGES/plasma_runner_bookmarksrunner.mo -share/locale/uk/LC_MESSAGES/plasma_runner_calculatorrunner.mo -share/locale/uk/LC_MESSAGES/plasma_runner_kill.mo -share/locale/uk/LC_MESSAGES/plasma_runner_locations.mo -share/locale/uk/LC_MESSAGES/plasma_runner_placesrunner.mo -share/locale/uk/LC_MESSAGES/plasma_runner_powerdevil.mo -share/locale/uk/LC_MESSAGES/plasma_runner_recentdocuments.mo -share/locale/uk/LC_MESSAGES/plasma_runner_services.mo -share/locale/uk/LC_MESSAGES/plasma_runner_sessions.mo -share/locale/uk/LC_MESSAGES/plasma_runner_shell.mo -share/locale/uk/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/uk/LC_MESSAGES/plasma_runner_windowedwidgets.mo -share/locale/uk/LC_MESSAGES/plasma_wallpaper_org.kde.color.mo -share/locale/uk/LC_MESSAGES/plasma_wallpaper_org.kde.image.mo -share/locale/uk/LC_MESSAGES/plasmashell.mo -share/locale/uk/LC_MESSAGES/plasmashellprivateplugin.mo -share/locale/uk/LC_MESSAGES/soliduiserver5.mo -share/locale/uk/LC_MESSAGES/systemmonitor.mo -share/locale/uz/LC_MESSAGES/kcm_colors.mo -share/locale/uz/LC_MESSAGES/kcm_cursortheme.mo -share/locale/uz/LC_MESSAGES/kcm_fonts.mo -share/locale/uz/LC_MESSAGES/kcm_icons.mo -share/locale/uz/LC_MESSAGES/kcm_style.mo -share/locale/uz/LC_MESSAGES/kfontinst.mo -share/locale/uz/LC_MESSAGES/kio5_applications.mo -share/locale/uz/LC_MESSAGES/klipper.mo -share/locale/uz/LC_MESSAGES/ksmserver.mo -share/locale/uz@cyrillic/LC_MESSAGES/kcm_colors.mo -share/locale/uz@cyrillic/LC_MESSAGES/kcm_cursortheme.mo -share/locale/uz@cyrillic/LC_MESSAGES/kcm_fonts.mo -share/locale/uz@cyrillic/LC_MESSAGES/kcm_icons.mo -share/locale/uz@cyrillic/LC_MESSAGES/kcm_style.mo -share/locale/uz@cyrillic/LC_MESSAGES/kfontinst.mo -share/locale/uz@cyrillic/LC_MESSAGES/kio5_applications.mo -share/locale/uz@cyrillic/LC_MESSAGES/klipper.mo -share/locale/uz@cyrillic/LC_MESSAGES/ksmserver.mo -share/locale/uz@cyrillic/LC_MESSAGES/plasma_containmentactions_contextmenu.mo -share/locale/vi/LC_MESSAGES/freespacenotifier.mo -share/locale/vi/LC_MESSAGES/kcm_autostart.mo -share/locale/vi/LC_MESSAGES/kcm_colors.mo -share/locale/vi/LC_MESSAGES/kcm_cursortheme.mo -share/locale/vi/LC_MESSAGES/kcm_desktoptheme.mo -share/locale/vi/LC_MESSAGES/kcm_feedback.mo -share/locale/vi/LC_MESSAGES/kcm_fonts.mo -share/locale/vi/LC_MESSAGES/kcm_icons.mo -share/locale/vi/LC_MESSAGES/kcm_lookandfeel.mo -share/locale/vi/LC_MESSAGES/kcm_nightcolor.mo -share/locale/vi/LC_MESSAGES/kcm_notifications.mo -share/locale/vi/LC_MESSAGES/kcm_regionandlang.mo -share/locale/vi/LC_MESSAGES/kcm_style.mo -share/locale/vi/LC_MESSAGES/kcm_users.mo -share/locale/vi/LC_MESSAGES/kcminit.mo -share/locale/vi/LC_MESSAGES/kfontinst.mo -share/locale/vi/LC_MESSAGES/kholidays_calendar_plugin.mo -share/locale/vi/LC_MESSAGES/kio5_applications.mo -share/locale/vi/LC_MESSAGES/kio_desktop.mo -share/locale/vi/LC_MESSAGES/klipper.mo -share/locale/vi/LC_MESSAGES/krdb.mo -share/locale/vi/LC_MESSAGES/krunner.mo -share/locale/vi/LC_MESSAGES/ksmserver.mo -share/locale/vi/LC_MESSAGES/libkicker.mo -share/locale/vi/LC_MESSAGES/libkworkspace.mo -share/locale/vi/LC_MESSAGES/libnotificationmanager.mo -share/locale/vi/LC_MESSAGES/phonon_kde_plugin.mo -share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.plasma.activitybar.mo -share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo -share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.plasma.appmenu.mo -share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo -share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo -share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo -share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo -share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo -share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.plasma.icon.mo -share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo -share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.plasma.manageinputmethod.mo -share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo -share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo -share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo -share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo -share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.mo -share/locale/vi/LC_MESSAGES/plasma_containmentactions_applauncher.mo -share/locale/vi/LC_MESSAGES/plasma_containmentactions_contextmenu.mo -share/locale/vi/LC_MESSAGES/plasma_containmentactions_switchwindow.mo -share/locale/vi/LC_MESSAGES/plasma_engine_applicationjobs.mo -share/locale/vi/LC_MESSAGES/plasma_engine_devicenotifications.mo -share/locale/vi/LC_MESSAGES/plasma_engine_dict.mo -share/locale/vi/LC_MESSAGES/plasma_engine_hotplug.mo -share/locale/vi/LC_MESSAGES/plasma_engine_keystate.mo -share/locale/vi/LC_MESSAGES/plasma_engine_mpris2.mo -share/locale/vi/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/vi/LC_MESSAGES/plasma_engine_powermanagement.mo -share/locale/vi/LC_MESSAGES/plasma_engine_soliddevice.mo -share/locale/vi/LC_MESSAGES/plasma_engine_time.mo -share/locale/vi/LC_MESSAGES/plasma_engine_weather.mo -share/locale/vi/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo -share/locale/vi/LC_MESSAGES/plasma_package_plasmashell.mo -share/locale/vi/LC_MESSAGES/plasma_runner_appstream.mo -share/locale/vi/LC_MESSAGES/plasma_runner_baloosearch5.mo -share/locale/vi/LC_MESSAGES/plasma_runner_bookmarksrunner.mo -share/locale/vi/LC_MESSAGES/plasma_runner_calculatorrunner.mo -share/locale/vi/LC_MESSAGES/plasma_runner_kill.mo -share/locale/vi/LC_MESSAGES/plasma_runner_locations.mo -share/locale/vi/LC_MESSAGES/plasma_runner_placesrunner.mo -share/locale/vi/LC_MESSAGES/plasma_runner_powerdevil.mo -share/locale/vi/LC_MESSAGES/plasma_runner_recentdocuments.mo -share/locale/vi/LC_MESSAGES/plasma_runner_services.mo -share/locale/vi/LC_MESSAGES/plasma_runner_sessions.mo -share/locale/vi/LC_MESSAGES/plasma_runner_shell.mo -share/locale/vi/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/vi/LC_MESSAGES/plasma_runner_windowedwidgets.mo -share/locale/vi/LC_MESSAGES/plasma_wallpaper_org.kde.color.mo -share/locale/vi/LC_MESSAGES/plasma_wallpaper_org.kde.image.mo -share/locale/vi/LC_MESSAGES/plasmashell.mo -share/locale/vi/LC_MESSAGES/plasmashellprivateplugin.mo -share/locale/vi/LC_MESSAGES/soliduiserver5.mo -share/locale/vi/LC_MESSAGES/systemmonitor.mo -share/locale/wa/LC_MESSAGES/freespacenotifier.mo -share/locale/wa/LC_MESSAGES/kcm_autostart.mo -share/locale/wa/LC_MESSAGES/kcm_colors.mo -share/locale/wa/LC_MESSAGES/kcm_cursortheme.mo -share/locale/wa/LC_MESSAGES/kcm_desktoptheme.mo -share/locale/wa/LC_MESSAGES/kcm_fonts.mo -share/locale/wa/LC_MESSAGES/kcm_icons.mo -share/locale/wa/LC_MESSAGES/kcm_style.mo -share/locale/wa/LC_MESSAGES/kcminit.mo -share/locale/wa/LC_MESSAGES/kfontinst.mo -share/locale/wa/LC_MESSAGES/kio5_applications.mo -share/locale/wa/LC_MESSAGES/klipper.mo -share/locale/wa/LC_MESSAGES/krdb.mo -share/locale/wa/LC_MESSAGES/ksmserver.mo -share/locale/wa/LC_MESSAGES/libkworkspace.mo -share/locale/wa/LC_MESSAGES/phonon_kde_plugin.mo -share/locale/wa/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo -share/locale/wa/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo -share/locale/wa/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo -share/locale/wa/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo -share/locale/wa/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo -share/locale/wa/LC_MESSAGES/plasma_containmentactions_contextmenu.mo -share/locale/wa/LC_MESSAGES/plasma_containmentactions_switchwindow.mo -share/locale/wa/LC_MESSAGES/plasma_engine_applicationjobs.mo -share/locale/wa/LC_MESSAGES/plasma_engine_keystate.mo -share/locale/wa/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/wa/LC_MESSAGES/plasma_engine_soliddevice.mo -share/locale/wa/LC_MESSAGES/plasma_engine_weather.mo -share/locale/wa/LC_MESSAGES/plasma_runner_bookmarksrunner.mo -share/locale/wa/LC_MESSAGES/plasma_runner_calculatorrunner.mo -share/locale/wa/LC_MESSAGES/plasma_runner_kill.mo -share/locale/wa/LC_MESSAGES/plasma_runner_locations.mo -share/locale/wa/LC_MESSAGES/plasma_runner_placesrunner.mo -share/locale/wa/LC_MESSAGES/plasma_runner_powerdevil.mo -share/locale/wa/LC_MESSAGES/plasma_runner_recentdocuments.mo -share/locale/wa/LC_MESSAGES/plasma_runner_services.mo -share/locale/wa/LC_MESSAGES/plasma_runner_sessions.mo -share/locale/wa/LC_MESSAGES/plasma_runner_shell.mo -share/locale/wa/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/wa/LC_MESSAGES/plasma_runner_windowedwidgets.mo -share/locale/wa/LC_MESSAGES/plasma_wallpaper_org.kde.image.mo -share/locale/wa/LC_MESSAGES/soliduiserver5.mo -share/locale/xh/LC_MESSAGES/kcm_colors.mo -share/locale/xh/LC_MESSAGES/kcm_cursortheme.mo -share/locale/xh/LC_MESSAGES/kcm_fonts.mo -share/locale/xh/LC_MESSAGES/kcm_icons.mo -share/locale/xh/LC_MESSAGES/kcm_style.mo -share/locale/xh/LC_MESSAGES/kfontinst.mo -share/locale/xh/LC_MESSAGES/klipper.mo -share/locale/xh/LC_MESSAGES/krdb.mo -share/locale/xh/LC_MESSAGES/ksmserver.mo -share/locale/zh_CN/LC_MESSAGES/freespacenotifier.mo -share/locale/zh_CN/LC_MESSAGES/kcm_autostart.mo -share/locale/zh_CN/LC_MESSAGES/kcm_colors.mo -share/locale/zh_CN/LC_MESSAGES/kcm_cursortheme.mo -share/locale/zh_CN/LC_MESSAGES/kcm_desktoptheme.mo -share/locale/zh_CN/LC_MESSAGES/kcm_feedback.mo -share/locale/zh_CN/LC_MESSAGES/kcm_fonts.mo -share/locale/zh_CN/LC_MESSAGES/kcm_icons.mo -share/locale/zh_CN/LC_MESSAGES/kcm_lookandfeel.mo -share/locale/zh_CN/LC_MESSAGES/kcm_nightcolor.mo -share/locale/zh_CN/LC_MESSAGES/kcm_notifications.mo -share/locale/zh_CN/LC_MESSAGES/kcm_regionandlang.mo -share/locale/zh_CN/LC_MESSAGES/kcm_style.mo -share/locale/zh_CN/LC_MESSAGES/kcm_users.mo -share/locale/zh_CN/LC_MESSAGES/kcminit.mo -share/locale/zh_CN/LC_MESSAGES/kfontinst.mo -share/locale/zh_CN/LC_MESSAGES/kholidays_calendar_plugin.mo -share/locale/zh_CN/LC_MESSAGES/kio5_applications.mo -share/locale/zh_CN/LC_MESSAGES/kio_desktop.mo -share/locale/zh_CN/LC_MESSAGES/klipper.mo -share/locale/zh_CN/LC_MESSAGES/krdb.mo -share/locale/zh_CN/LC_MESSAGES/krunner.mo -share/locale/zh_CN/LC_MESSAGES/ksmserver.mo -share/locale/zh_CN/LC_MESSAGES/libkicker.mo -share/locale/zh_CN/LC_MESSAGES/libkworkspace.mo -share/locale/zh_CN/LC_MESSAGES/libnotificationmanager.mo -share/locale/zh_CN/LC_MESSAGES/phonon_kde_plugin.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.activitybar.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.appmenu.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.icon.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.manageinputmethod.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.mo -share/locale/zh_CN/LC_MESSAGES/plasma_containmentactions_applauncher.mo -share/locale/zh_CN/LC_MESSAGES/plasma_containmentactions_contextmenu.mo -share/locale/zh_CN/LC_MESSAGES/plasma_containmentactions_switchwindow.mo -share/locale/zh_CN/LC_MESSAGES/plasma_engine_applicationjobs.mo -share/locale/zh_CN/LC_MESSAGES/plasma_engine_devicenotifications.mo -share/locale/zh_CN/LC_MESSAGES/plasma_engine_dict.mo -share/locale/zh_CN/LC_MESSAGES/plasma_engine_hotplug.mo -share/locale/zh_CN/LC_MESSAGES/plasma_engine_keystate.mo -share/locale/zh_CN/LC_MESSAGES/plasma_engine_mpris2.mo -share/locale/zh_CN/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/zh_CN/LC_MESSAGES/plasma_engine_powermanagement.mo -share/locale/zh_CN/LC_MESSAGES/plasma_engine_soliddevice.mo -share/locale/zh_CN/LC_MESSAGES/plasma_engine_time.mo -share/locale/zh_CN/LC_MESSAGES/plasma_engine_weather.mo -share/locale/zh_CN/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo -share/locale/zh_CN/LC_MESSAGES/plasma_package_plasmashell.mo -share/locale/zh_CN/LC_MESSAGES/plasma_runner_appstream.mo -share/locale/zh_CN/LC_MESSAGES/plasma_runner_baloosearch5.mo -share/locale/zh_CN/LC_MESSAGES/plasma_runner_bookmarksrunner.mo -share/locale/zh_CN/LC_MESSAGES/plasma_runner_calculatorrunner.mo -share/locale/zh_CN/LC_MESSAGES/plasma_runner_kill.mo -share/locale/zh_CN/LC_MESSAGES/plasma_runner_locations.mo -share/locale/zh_CN/LC_MESSAGES/plasma_runner_placesrunner.mo -share/locale/zh_CN/LC_MESSAGES/plasma_runner_powerdevil.mo -share/locale/zh_CN/LC_MESSAGES/plasma_runner_recentdocuments.mo -share/locale/zh_CN/LC_MESSAGES/plasma_runner_services.mo -share/locale/zh_CN/LC_MESSAGES/plasma_runner_sessions.mo -share/locale/zh_CN/LC_MESSAGES/plasma_runner_shell.mo -share/locale/zh_CN/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/zh_CN/LC_MESSAGES/plasma_runner_windowedwidgets.mo -share/locale/zh_CN/LC_MESSAGES/plasma_wallpaper_org.kde.color.mo -share/locale/zh_CN/LC_MESSAGES/plasma_wallpaper_org.kde.image.mo -share/locale/zh_CN/LC_MESSAGES/plasmashell.mo -share/locale/zh_CN/LC_MESSAGES/plasmashellprivateplugin.mo -share/locale/zh_CN/LC_MESSAGES/soliduiserver5.mo -share/locale/zh_CN/LC_MESSAGES/systemmonitor.mo -share/locale/zh_TW/LC_MESSAGES/freespacenotifier.mo -share/locale/zh_TW/LC_MESSAGES/kcm_autostart.mo -share/locale/zh_TW/LC_MESSAGES/kcm_colors.mo -share/locale/zh_TW/LC_MESSAGES/kcm_cursortheme.mo -share/locale/zh_TW/LC_MESSAGES/kcm_desktoptheme.mo -share/locale/zh_TW/LC_MESSAGES/kcm_feedback.mo -share/locale/zh_TW/LC_MESSAGES/kcm_fonts.mo -share/locale/zh_TW/LC_MESSAGES/kcm_icons.mo -share/locale/zh_TW/LC_MESSAGES/kcm_lookandfeel.mo -share/locale/zh_TW/LC_MESSAGES/kcm_nightcolor.mo -share/locale/zh_TW/LC_MESSAGES/kcm_notifications.mo -share/locale/zh_TW/LC_MESSAGES/kcm_regionandlang.mo -share/locale/zh_TW/LC_MESSAGES/kcm_style.mo -share/locale/zh_TW/LC_MESSAGES/kcm_users.mo -share/locale/zh_TW/LC_MESSAGES/kcminit.mo -share/locale/zh_TW/LC_MESSAGES/kfontinst.mo -share/locale/zh_TW/LC_MESSAGES/kholidays_calendar_plugin.mo -share/locale/zh_TW/LC_MESSAGES/kio5_applications.mo -share/locale/zh_TW/LC_MESSAGES/kio_desktop.mo -share/locale/zh_TW/LC_MESSAGES/klipper.mo -share/locale/zh_TW/LC_MESSAGES/krdb.mo -share/locale/zh_TW/LC_MESSAGES/krunner.mo -share/locale/zh_TW/LC_MESSAGES/ksmserver.mo -share/locale/zh_TW/LC_MESSAGES/libkicker.mo -share/locale/zh_TW/LC_MESSAGES/libkworkspace.mo -share/locale/zh_TW/LC_MESSAGES/libnotificationmanager.mo -share/locale/zh_TW/LC_MESSAGES/phonon_kde_plugin.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.activitybar.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.appmenu.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.calendar.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.clipboard.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.devicenotifier.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.digitalclock.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.icon.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.lock_logout.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.manageinputmethod.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.mediacontroller.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.notifications.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.panelspacer.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.private.systemtray.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.plasma.systemmonitor.mo -share/locale/zh_TW/LC_MESSAGES/plasma_containmentactions_applauncher.mo -share/locale/zh_TW/LC_MESSAGES/plasma_containmentactions_contextmenu.mo -share/locale/zh_TW/LC_MESSAGES/plasma_containmentactions_switchwindow.mo -share/locale/zh_TW/LC_MESSAGES/plasma_engine_applicationjobs.mo -share/locale/zh_TW/LC_MESSAGES/plasma_engine_devicenotifications.mo -share/locale/zh_TW/LC_MESSAGES/plasma_engine_dict.mo -share/locale/zh_TW/LC_MESSAGES/plasma_engine_hotplug.mo -share/locale/zh_TW/LC_MESSAGES/plasma_engine_keystate.mo -share/locale/zh_TW/LC_MESSAGES/plasma_engine_mpris2.mo -share/locale/zh_TW/LC_MESSAGES/plasma_engine_notifications.mo -share/locale/zh_TW/LC_MESSAGES/plasma_engine_powermanagement.mo -share/locale/zh_TW/LC_MESSAGES/plasma_engine_soliddevice.mo -share/locale/zh_TW/LC_MESSAGES/plasma_engine_time.mo -share/locale/zh_TW/LC_MESSAGES/plasma_engine_weather.mo -share/locale/zh_TW/LC_MESSAGES/plasma_lookandfeel_org.kde.lookandfeel.mo -share/locale/zh_TW/LC_MESSAGES/plasma_package_plasmashell.mo -share/locale/zh_TW/LC_MESSAGES/plasma_runner_appstream.mo -share/locale/zh_TW/LC_MESSAGES/plasma_runner_baloosearch5.mo -share/locale/zh_TW/LC_MESSAGES/plasma_runner_bookmarksrunner.mo -share/locale/zh_TW/LC_MESSAGES/plasma_runner_calculatorrunner.mo -share/locale/zh_TW/LC_MESSAGES/plasma_runner_kill.mo -share/locale/zh_TW/LC_MESSAGES/plasma_runner_locations.mo -share/locale/zh_TW/LC_MESSAGES/plasma_runner_placesrunner.mo -share/locale/zh_TW/LC_MESSAGES/plasma_runner_powerdevil.mo -share/locale/zh_TW/LC_MESSAGES/plasma_runner_recentdocuments.mo -share/locale/zh_TW/LC_MESSAGES/plasma_runner_services.mo -share/locale/zh_TW/LC_MESSAGES/plasma_runner_sessions.mo -share/locale/zh_TW/LC_MESSAGES/plasma_runner_shell.mo -share/locale/zh_TW/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/zh_TW/LC_MESSAGES/plasma_runner_windowedwidgets.mo -share/locale/zh_TW/LC_MESSAGES/plasma_wallpaper_org.kde.color.mo -share/locale/zh_TW/LC_MESSAGES/plasma_wallpaper_org.kde.image.mo -share/locale/zh_TW/LC_MESSAGES/plasmashell.mo -share/locale/zh_TW/LC_MESSAGES/plasmashellprivateplugin.mo -share/locale/zh_TW/LC_MESSAGES/soliduiserver5.mo -share/locale/zh_TW/LC_MESSAGES/systemmonitor.mo -share/metainfo/org.kde.breeze.desktop.appdata.xml -share/metainfo/org.kde.breezedark.desktop.appdata.xml -share/metainfo/org.kde.breezetwilight.desktop.appdata.xml -share/metainfo/org.kde.color.appdata.xml -share/metainfo/org.kde.image.appdata.xml -share/metainfo/org.kde.plasma.activitybar.appdata.xml -share/metainfo/org.kde.plasma.analogclock.appdata.xml -share/metainfo/org.kde.plasma.appmenu.appdata.xml -share/metainfo/org.kde.plasma.battery.appdata.xml -share/metainfo/org.kde.plasma.calendar.appdata.xml -share/metainfo/org.kde.plasma.clipboard.appdata.xml -share/metainfo/org.kde.plasma.devicenotifier.appdata.xml -share/metainfo/org.kde.plasma.digitalclock.appdata.xml -share/metainfo/org.kde.plasma.lock_logout.appdata.xml -share/metainfo/org.kde.plasma.manage-inputmethod.appdata.xml -share/metainfo/org.kde.plasma.mediacontroller.appdata.xml -share/metainfo/org.kde.plasma.notifications.appdata.xml -share/metainfo/org.kde.plasma.systemmonitor.appdata.xml -share/metainfo/org.kde.plasma.systemmonitor.cpu.appdata.xml -share/metainfo/org.kde.plasma.systemmonitor.cpucore.appdata.xml -share/metainfo/org.kde.plasma.systemmonitor.diskactivity.appdata.xml -share/metainfo/org.kde.plasma.systemmonitor.diskusage.appdata.xml -share/metainfo/org.kde.plasma.systemmonitor.memory.appdata.xml -share/metainfo/org.kde.plasma.systemmonitor.net.appdata.xml -share/metainfo/org.kde.plasma.systemtray.appdata.xml -share/metainfo/org.kde.slideshow.appdata.xml -share/plasma/avatars/Artist Konqi.png -share/plasma/avatars/Bookworm Konqi.png -share/plasma/avatars/Boss Konqi.png -share/plasma/avatars/Bug Catcher Konqi.png -share/plasma/avatars/Card Shark Konqi.png -share/plasma/avatars/Hacker Konqi.png -share/plasma/avatars/Journalist Konqi.png -share/plasma/avatars/Katie.png -share/plasma/avatars/Konqi.png -share/plasma/avatars/Mechanic Konqi.png -share/plasma/avatars/Messenger Konqi.png -share/plasma/avatars/Musician Konqi.png -share/plasma/avatars/Office Worker Konqi.png -share/plasma/avatars/PC Builder Konqi.png -share/plasma/avatars/Scientist Konqi.png -share/plasma/avatars/Teacher Konqi.png -share/plasma/avatars/Virtual Reality Konqi.png -share/plasma/avatars/photos/Air Balloon.png -share/plasma/avatars/photos/Air Balloon.png.license -share/plasma/avatars/photos/Astronaut.png -share/plasma/avatars/photos/Astronaut.png.license -share/plasma/avatars/photos/Books.png -share/plasma/avatars/photos/Books.png.license -share/plasma/avatars/photos/Brushes.png -share/plasma/avatars/photos/Brushes.png.license -share/plasma/avatars/photos/Bulb.png -share/plasma/avatars/photos/Bulb.png.license -share/plasma/avatars/photos/Car.png -share/plasma/avatars/photos/Car.png.license -share/plasma/avatars/photos/Cat.png -share/plasma/avatars/photos/Cat.png.license -share/plasma/avatars/photos/Chameleon.png -share/plasma/avatars/photos/Chameleon.png.license -share/plasma/avatars/photos/Cocktail.png -share/plasma/avatars/photos/Cocktail.png.license -share/plasma/avatars/photos/Dog.png -share/plasma/avatars/photos/Dog.png.license -share/plasma/avatars/photos/Fish.png -share/plasma/avatars/photos/Fish.png.license -share/plasma/avatars/photos/Gamepad.png -share/plasma/avatars/photos/Gamepad.png.license -share/plasma/avatars/photos/Owl.png -share/plasma/avatars/photos/Owl.png.license -share/plasma/avatars/photos/Pancakes.png -share/plasma/avatars/photos/Pancakes.png.license -share/plasma/avatars/photos/Parrot.png -share/plasma/avatars/photos/Parrot.png.license -share/plasma/avatars/photos/Pencils.png -share/plasma/avatars/photos/Pencils.png.license -share/plasma/avatars/photos/Shuttle.png -share/plasma/avatars/photos/Shuttle.png.license -share/plasma/avatars/photos/Soccer.png -share/plasma/avatars/photos/Soccer.png.license -share/plasma/avatars/photos/Sunflower.png -share/plasma/avatars/photos/Sunflower.png.license -share/plasma/avatars/photos/Sushi.png -share/plasma/avatars/photos/Sushi.png.license -share/plasma/look-and-feel/org.kde.breeze.desktop/contents/components/ActionButton.qml -share/plasma/look-and-feel/org.kde.breeze.desktop/contents/components/Battery.qml -share/plasma/look-and-feel/org.kde.breeze.desktop/contents/components/Clock.qml -share/plasma/look-and-feel/org.kde.breeze.desktop/contents/components/SessionManagementScreen.qml -share/plasma/look-and-feel/org.kde.breeze.desktop/contents/components/UserDelegate.qml -share/plasma/look-and-feel/org.kde.breeze.desktop/contents/components/UserList.qml -share/plasma/look-and-feel/org.kde.breeze.desktop/contents/components/VirtualKeyboard.qml -share/plasma/look-and-feel/org.kde.breeze.desktop/contents/components/VirtualKeyboard_wayland.qml -share/plasma/look-and-feel/org.kde.breeze.desktop/contents/components/WallpaperFader.qml -share/plasma/look-and-feel/org.kde.breeze.desktop/contents/components/animation/RejectPasswordAnimation.qml -share/plasma/look-and-feel/org.kde.breeze.desktop/contents/components/animation/RejectPasswordPathAnimation.qml -share/plasma/look-and-feel/org.kde.breeze.desktop/contents/components/artwork/README.txt -share/plasma/look-and-feel/org.kde.breeze.desktop/contents/components/artwork/logout_primary.svgz -share/plasma/look-and-feel/org.kde.breeze.desktop/contents/components/artwork/restart_primary.svgz -share/plasma/look-and-feel/org.kde.breeze.desktop/contents/components/artwork/shutdown_primary.svgz -share/plasma/look-and-feel/org.kde.breeze.desktop/contents/defaults -share/plasma/look-and-feel/org.kde.breeze.desktop/contents/desktopswitcher/DesktopSwitcher.qml -share/plasma/look-and-feel/org.kde.breeze.desktop/contents/layouts/org.kde.plasma.desktop-layout.js -share/plasma/look-and-feel/org.kde.breeze.desktop/contents/lockscreen/LockOsd.qml -share/plasma/look-and-feel/org.kde.breeze.desktop/contents/lockscreen/LockScreen.qml -share/plasma/look-and-feel/org.kde.breeze.desktop/contents/lockscreen/LockScreenUi.qml -share/plasma/look-and-feel/org.kde.breeze.desktop/contents/lockscreen/MainBlock.qml -share/plasma/look-and-feel/org.kde.breeze.desktop/contents/lockscreen/MediaControls.qml -share/plasma/look-and-feel/org.kde.breeze.desktop/contents/lockscreen/NoPasswordUnlock.qml -share/plasma/look-and-feel/org.kde.breeze.desktop/contents/lockscreen/config.qml -share/plasma/look-and-feel/org.kde.breeze.desktop/contents/lockscreen/config.xml -share/plasma/look-and-feel/org.kde.breeze.desktop/contents/logout/Logout.qml -share/plasma/look-and-feel/org.kde.breeze.desktop/contents/logout/LogoutButton.qml -share/plasma/look-and-feel/org.kde.breeze.desktop/contents/logout/timer.js -share/plasma/look-and-feel/org.kde.breeze.desktop/contents/osd/Osd.qml -share/plasma/look-and-feel/org.kde.breeze.desktop/contents/osd/OsdItem.qml -share/plasma/look-and-feel/org.kde.breeze.desktop/contents/previews/desktopswitcher.png -share/plasma/look-and-feel/org.kde.breeze.desktop/contents/previews/fullscreenpreview.jpg -share/plasma/look-and-feel/org.kde.breeze.desktop/contents/previews/lockscreen.png -share/plasma/look-and-feel/org.kde.breeze.desktop/contents/previews/loginmanager.png -share/plasma/look-and-feel/org.kde.breeze.desktop/contents/previews/preview.png -share/plasma/look-and-feel/org.kde.breeze.desktop/contents/previews/runcommand.png -share/plasma/look-and-feel/org.kde.breeze.desktop/contents/previews/splash.png -share/plasma/look-and-feel/org.kde.breeze.desktop/contents/previews/userswitcher.png -share/plasma/look-and-feel/org.kde.breeze.desktop/contents/previews/windowdecoration.png -share/plasma/look-and-feel/org.kde.breeze.desktop/contents/previews/windowswitcher.png -share/plasma/look-and-feel/org.kde.breeze.desktop/contents/splash/Splash.qml -share/plasma/look-and-feel/org.kde.breeze.desktop/contents/splash/images/busywidget.svgz -share/plasma/look-and-feel/org.kde.breeze.desktop/contents/splash/images/kde.svgz -share/plasma/look-and-feel/org.kde.breeze.desktop/contents/splash/images/plasma.svgz -share/plasma/look-and-feel/org.kde.breeze.desktop/contents/systemdialog/SystemDialog.qml -share/plasma/look-and-feel/org.kde.breeze.desktop/contents/windowswitcher/WindowSwitcher.qml -share/plasma/look-and-feel/org.kde.breeze.desktop/metadata.json -share/plasma/look-and-feel/org.kde.breezedark.desktop/contents/defaults -share/plasma/look-and-feel/org.kde.breezedark.desktop/contents/layouts/org.kde.plasma.desktop-layout.js -share/plasma/look-and-feel/org.kde.breezedark.desktop/contents/previews/fullscreenpreview.jpg -share/plasma/look-and-feel/org.kde.breezedark.desktop/contents/previews/preview.png -share/plasma/look-and-feel/org.kde.breezedark.desktop/metadata.json -share/plasma/look-and-feel/org.kde.breezetwilight.desktop/contents/defaults -share/plasma/look-and-feel/org.kde.breezetwilight.desktop/contents/layouts/org.kde.plasma.desktop-layout.js -share/plasma/look-and-feel/org.kde.breezetwilight.desktop/contents/previews/fullscreenpreview.jpg -share/plasma/look-and-feel/org.kde.breezetwilight.desktop/contents/previews/preview.png -share/plasma/look-and-feel/org.kde.breezetwilight.desktop/metadata.json -share/plasma/nightcolor/worldmap.png -share/plasma/plasmoids/org.kde.plasma.activitybar/contents/ui/main.qml -share/plasma/plasmoids/org.kde.plasma.activitybar/metadata.json -share/plasma/plasmoids/org.kde.plasma.analogclock/contents/config/config.qml -share/plasma/plasmoids/org.kde.plasma.analogclock/contents/config/main.xml -share/plasma/plasmoids/org.kde.plasma.analogclock/contents/ui/Hand.qml -share/plasma/plasmoids/org.kde.plasma.analogclock/contents/ui/analogclock.qml -share/plasma/plasmoids/org.kde.plasma.analogclock/contents/ui/configGeneral.qml -share/plasma/plasmoids/org.kde.plasma.analogclock/metadata.json -share/plasma/plasmoids/org.kde.plasma.appmenu/contents/config/config.qml -share/plasma/plasmoids/org.kde.plasma.appmenu/contents/config/main.xml -share/plasma/plasmoids/org.kde.plasma.appmenu/contents/ui/MenuDelegate.qml -share/plasma/plasmoids/org.kde.plasma.appmenu/contents/ui/configGeneral.qml -share/plasma/plasmoids/org.kde.plasma.appmenu/contents/ui/main.qml -share/plasma/plasmoids/org.kde.plasma.appmenu/metadata.json -share/plasma/plasmoids/org.kde.plasma.battery/contents/config/main.xml -share/plasma/plasmoids/org.kde.plasma.battery/contents/ui/BatteryItem.qml -share/plasma/plasmoids/org.kde.plasma.battery/contents/ui/BrightnessItem.qml -share/plasma/plasmoids/org.kde.plasma.battery/contents/ui/CompactRepresentation.qml -share/plasma/plasmoids/org.kde.plasma.battery/contents/ui/InhibitionHint.qml -share/plasma/plasmoids/org.kde.plasma.battery/contents/ui/PopupDialog.qml -share/plasma/plasmoids/org.kde.plasma.battery/contents/ui/PowerManagementItem.qml -share/plasma/plasmoids/org.kde.plasma.battery/contents/ui/PowerProfileItem.qml -share/plasma/plasmoids/org.kde.plasma.battery/contents/ui/logic.js -share/plasma/plasmoids/org.kde.plasma.battery/contents/ui/main.qml -share/plasma/plasmoids/org.kde.plasma.battery/metadata.json -share/plasma/plasmoids/org.kde.plasma.calendar/contents/config/config.qml -share/plasma/plasmoids/org.kde.plasma.calendar/contents/config/main.xml -share/plasma/plasmoids/org.kde.plasma.calendar/contents/images/mini-calendar.svgz -share/plasma/plasmoids/org.kde.plasma.calendar/contents/ui/configGeneral.qml -share/plasma/plasmoids/org.kde.plasma.calendar/contents/ui/main.qml -share/plasma/plasmoids/org.kde.plasma.calendar/metadata.json -share/plasma/plasmoids/org.kde.plasma.clipboard/contents/config/main.xml -share/plasma/plasmoids/org.kde.plasma.clipboard/contents/ui/BarcodePage.qml -share/plasma/plasmoids/org.kde.plasma.clipboard/contents/ui/ClipboardItemDelegate.qml -share/plasma/plasmoids/org.kde.plasma.clipboard/contents/ui/ClipboardPage.qml -share/plasma/plasmoids/org.kde.plasma.clipboard/contents/ui/DelegateToolButtons.qml -share/plasma/plasmoids/org.kde.plasma.clipboard/contents/ui/EditPage.qml -share/plasma/plasmoids/org.kde.plasma.clipboard/contents/ui/ImageItemDelegate.qml -share/plasma/plasmoids/org.kde.plasma.clipboard/contents/ui/Menu.qml -share/plasma/plasmoids/org.kde.plasma.clipboard/contents/ui/TextItemDelegate.qml -share/plasma/plasmoids/org.kde.plasma.clipboard/contents/ui/UrlItemDelegate.qml -share/plasma/plasmoids/org.kde.plasma.clipboard/contents/ui/clipboard.qml -share/plasma/plasmoids/org.kde.plasma.clipboard/metadata.json -share/plasma/plasmoids/org.kde.plasma.devicenotifier/contents/config/main.xml -share/plasma/plasmoids/org.kde.plasma.devicenotifier/contents/ui/DeviceItem.qml -share/plasma/plasmoids/org.kde.plasma.devicenotifier/contents/ui/FullRepresentation.qml -share/plasma/plasmoids/org.kde.plasma.devicenotifier/contents/ui/main.qml -share/plasma/plasmoids/org.kde.plasma.devicenotifier/metadata.json -share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/config/config.qml -share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/config/main.xml -share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/ui/CalendarView.qml -share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/ui/DigitalClock.qml -share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/ui/MonthMenu.qml -share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/ui/Tooltip.qml -share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/ui/configAppearance.qml -share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/ui/configCalendar.qml -share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/ui/configTimeZones.qml -share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/ui/main.qml -share/plasma/plasmoids/org.kde.plasma.digitalclock/metadata.json -share/plasma/plasmoids/org.kde.plasma.icon/contents/config/main.xml -share/plasma/plasmoids/org.kde.plasma.icon/contents/ui/main.qml -share/plasma/plasmoids/org.kde.plasma.icon/metadata.json -share/plasma/plasmoids/org.kde.plasma.lock_logout/contents/config/config.qml -share/plasma/plasmoids/org.kde.plasma.lock_logout/contents/config/main.xml -share/plasma/plasmoids/org.kde.plasma.lock_logout/contents/ui/ConfigGeneral.qml -share/plasma/plasmoids/org.kde.plasma.lock_logout/contents/ui/data.js -share/plasma/plasmoids/org.kde.plasma.lock_logout/contents/ui/lockout.qml -share/plasma/plasmoids/org.kde.plasma.lock_logout/metadata.json -share/plasma/plasmoids/org.kde.plasma.manage-inputmethod/contents/ui/manage-inputmethod.qml -share/plasma/plasmoids/org.kde.plasma.manage-inputmethod/metadata.json -share/plasma/plasmoids/org.kde.plasma.mediacontroller/contents/ui/AlbumArtStackView.qml -share/plasma/plasmoids/org.kde.plasma.mediacontroller/contents/ui/CompactRepresentation.qml -share/plasma/plasmoids/org.kde.plasma.mediacontroller/contents/ui/ExpandedRepresentation.qml -share/plasma/plasmoids/org.kde.plasma.mediacontroller/contents/ui/main.qml -share/plasma/plasmoids/org.kde.plasma.mediacontroller/metadata.json -share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/CompactRepresentation.qml -share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/DraggableDelegate.qml -share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/DraggableFileArea.qml -share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/EditContextMenu.qml -share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/FullRepresentation.qml -share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/JobDetails.qml -share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/JobItem.qml -share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationHeader.qml -share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml -share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationPopup.qml -share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationReplyField.qml -share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/SelectableLabel.qml -share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/ThumbnailStrip.qml -share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml -share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/PulseAudio.qml -share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/qmldir -share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/main.qml -share/plasma/plasmoids/org.kde.plasma.notifications/metadata.json -share/plasma/plasmoids/org.kde.plasma.panelspacer/contents/config/main.xml -share/plasma/plasmoids/org.kde.plasma.panelspacer/contents/ui/main.qml -share/plasma/plasmoids/org.kde.plasma.panelspacer/metadata.json -share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/applet/CompactApplet.qml -share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/config/config.qml -share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/config/main.xml -share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/ConfigEntries.qml -share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/ConfigGeneral.qml -share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/CurrentItemHighLight.qml -share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/ExpandedRepresentation.qml -share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/ExpanderArrow.qml -share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/HiddenItemsView.qml -share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/PlasmoidPopupsContainer.qml -share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/SystemTrayState.qml -share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/items/AbstractItem.qml -share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/items/ItemLoader.qml -share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/items/PlasmoidItem.qml -share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/items/PulseAnimation.qml -share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/items/StatusNotifierItem.qml -share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/main.qml -share/plasma/plasmoids/org.kde.plasma.private.systemtray/metadata.json -share/plasma/plasmoids/org.kde.plasma.systemmonitor.cpu/contents/config/faceproperties -share/plasma/plasmoids/org.kde.plasma.systemmonitor.cpu/metadata.json -share/plasma/plasmoids/org.kde.plasma.systemmonitor.cpucore/contents/config/faceproperties -share/plasma/plasmoids/org.kde.plasma.systemmonitor.cpucore/metadata.json -share/plasma/plasmoids/org.kde.plasma.systemmonitor.diskactivity/contents/config/faceproperties -share/plasma/plasmoids/org.kde.plasma.systemmonitor.diskactivity/metadata.json -share/plasma/plasmoids/org.kde.plasma.systemmonitor.diskusage/contents/config/faceproperties -share/plasma/plasmoids/org.kde.plasma.systemmonitor.diskusage/metadata.json -share/plasma/plasmoids/org.kde.plasma.systemmonitor.memory/contents/config/faceproperties -share/plasma/plasmoids/org.kde.plasma.systemmonitor.memory/metadata.json -share/plasma/plasmoids/org.kde.plasma.systemmonitor.net/contents/config/faceproperties -share/plasma/plasmoids/org.kde.plasma.systemmonitor.net/metadata.json -share/plasma/plasmoids/org.kde.plasma.systemmonitor/contents/config/config.qml -share/plasma/plasmoids/org.kde.plasma.systemmonitor/contents/config/main.xml -share/plasma/plasmoids/org.kde.plasma.systemmonitor/contents/ui/CompactRepresentation.qml -share/plasma/plasmoids/org.kde.plasma.systemmonitor/contents/ui/FullRepresentation.qml -share/plasma/plasmoids/org.kde.plasma.systemmonitor/contents/ui/config/ConfigAppearance.qml -share/plasma/plasmoids/org.kde.plasma.systemmonitor/contents/ui/config/ConfigSensors.qml -share/plasma/plasmoids/org.kde.plasma.systemmonitor/contents/ui/config/FaceDetails.qml -share/plasma/plasmoids/org.kde.plasma.systemmonitor/contents/ui/main.qml -share/plasma/plasmoids/org.kde.plasma.systemmonitor/metadata.json -share/plasma/plasmoids/org.kde.plasma.systemtray/contents/ui/main.qml -share/plasma/plasmoids/org.kde.plasma.systemtray/metadata.json -share/plasma/services/activities.operations -share/plasma/services/applicationjobs.operations -share/plasma/services/apps.operations -share/plasma/services/hotplug.operations -share/plasma/services/modifierkeystate.operations -share/plasma/services/mpris2.operations -share/plasma/services/notifications.operations -share/plasma/services/org.kde.places.operations -share/plasma/services/org.kde.plasma.clipboard.operations -share/plasma/services/packagekit.operations -share/plasma/services/powermanagementservice.operations -share/plasma/services/soliddevice.operations -share/plasma/services/statusnotifieritem.operations -share/plasma/wallpapers/org.kde.color/contents/config/main.xml -share/plasma/wallpapers/org.kde.color/contents/ui/config.qml -share/plasma/wallpapers/org.kde.color/contents/ui/main.qml -share/plasma/wallpapers/org.kde.color/metadata.json -share/plasma/wallpapers/org.kde.image/contents/config/main.xml -share/plasma/wallpapers/org.kde.image/contents/ui/ImageStackView.qml -share/plasma/wallpapers/org.kde.image/contents/ui/ThumbnailsComponent.qml -share/plasma/wallpapers/org.kde.image/contents/ui/WallpaperDelegate.qml -share/plasma/wallpapers/org.kde.image/contents/ui/config.qml -share/plasma/wallpapers/org.kde.image/contents/ui/main.qml -share/plasma/wallpapers/org.kde.image/contents/ui/mediacomponent/AnimatedImageComponent.qml -share/plasma/wallpapers/org.kde.image/contents/ui/mediacomponent/BaseMediaComponent.qml -share/plasma/wallpapers/org.kde.image/contents/ui/mediacomponent/BlurComponent.qml -share/plasma/wallpapers/org.kde.image/contents/ui/mediacomponent/StaticImageComponent.qml -share/plasma/wallpapers/org.kde.image/metadata.json -share/plasma/wallpapers/org.kde.slideshow/contents/config/main.xml -share/plasma/wallpapers/org.kde.slideshow/contents/ui/ImageStackView.qml -share/plasma/wallpapers/org.kde.slideshow/contents/ui/SlideshowComponent.qml -share/plasma/wallpapers/org.kde.slideshow/contents/ui/ThumbnailsComponent.qml -share/plasma/wallpapers/org.kde.slideshow/contents/ui/WallpaperDelegate.qml -share/plasma/wallpapers/org.kde.slideshow/contents/ui/config.qml -share/plasma/wallpapers/org.kde.slideshow/contents/ui/main.qml -share/plasma/wallpapers/org.kde.slideshow/contents/ui/mediacomponent/AnimatedImageComponent.qml -share/plasma/wallpapers/org.kde.slideshow/contents/ui/mediacomponent/BaseMediaComponent.qml -share/plasma/wallpapers/org.kde.slideshow/contents/ui/mediacomponent/BlurComponent.qml -share/plasma/wallpapers/org.kde.slideshow/contents/ui/mediacomponent/StaticImageComponent.qml -share/plasma/wallpapers/org.kde.slideshow/metadata.json -share/polkit-1/actions/org.kde.fontinst.policy -share/qlogging-categories5/kcm_regionandlang.categories -share/qlogging-categories5/kcmusers.categories -share/qlogging-categories5/klipper.categories -share/qlogging-categories5/libnotificationmanager.categories -share/qlogging-categories5/myproject.categories -share/qlogging-categories5/plasma-workspace.categories -share/sddm/themes/breeze/Background.qml -share/sddm/themes/breeze/KeyboardButton.qml -share/sddm/themes/breeze/Login.qml -share/sddm/themes/breeze/Main.qml -share/sddm/themes/breeze/SessionButton.qml -share/sddm/themes/breeze/components/ActionButton.qml -share/sddm/themes/breeze/components/Battery.qml -share/sddm/themes/breeze/components/Clock.qml -share/sddm/themes/breeze/components/SessionManagementScreen.qml -share/sddm/themes/breeze/components/UserDelegate.qml -share/sddm/themes/breeze/components/UserList.qml -share/sddm/themes/breeze/components/VirtualKeyboard.qml -share/sddm/themes/breeze/components/VirtualKeyboard_wayland.qml -share/sddm/themes/breeze/components/WallpaperFader.qml -share/sddm/themes/breeze/components/animation/RejectPasswordAnimation.qml -share/sddm/themes/breeze/components/animation/RejectPasswordPathAnimation.qml -share/sddm/themes/breeze/components/artwork/logout_primary.svgz -share/sddm/themes/breeze/components/artwork/restart_primary.svgz -share/sddm/themes/breeze/components/artwork/shutdown_primary.svgz -share/sddm/themes/breeze/default-logo.svg -share/sddm/themes/breeze/faces/.face.icon -share/sddm/themes/breeze/metadata.desktop -share/sddm/themes/breeze/preview.png -share/sddm/themes/breeze/theme.conf -share/solid/actions/test-predicate-openinwindow.desktop -share/wayland-sessions/plasmawayland.desktop -share/xsessions/plasma.desktop -share/zsh/site-functions/_plasmashell diff --git a/x11/plasma5-plasma/Makefile b/x11/plasma5-plasma/Makefile deleted file mode 100644 index 73d67a5c705c..000000000000 --- a/x11/plasma5-plasma/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -PORTNAME= plasma -DISTVERSION= ${KDE_PLASMA_VERSION} -CATEGORIES= x11 kde -PKGNAMEPREFIX= plasma5- - -MAINTAINER= kde@FreeBSD.org -COMMENT= KDE5 plasma meta port -WWW= https://www.kde.org/plasma-desktop - -USES= kde:5 metaport qt:5 -# remove: -# * bluedevil we do not have bluez at all -# * plasma-pa no plasma-pa (pulseaudio) by default -USE_KDE= ${_USE_PLASMA_ALL:Nplasma-pa} - -OPTIONS_DEFINE= PHONON PULSEAUDIO -OPTIONS_DEFAULT= ${OPTIONS_DEFINE} - -# Different from PHONON, because this is about the output plugins -PHONON_DESC= Include phonon-vlc, for sound output - -PHONON_USE= KDE=phonon-backend:run -PULSEAUDIO_USE= KDE=plasma-pa:run - -.include <bsd.port.mk> diff --git a/x11/plasma5-plasma/pkg-descr b/x11/plasma5-plasma/pkg-descr deleted file mode 100644 index 2286781dc08e..000000000000 --- a/x11/plasma5-plasma/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -KDE5 Plasma Meta Port diff --git a/x11/plasma6-plasma-desktop/Makefile b/x11/plasma6-plasma-desktop/Makefile index 9667dd9baa53..926306802e35 100644 --- a/x11/plasma6-plasma-desktop/Makefile +++ b/x11/plasma6-plasma-desktop/Makefile @@ -1,5 +1,6 @@ PORTNAME= plasma-desktop DISTVERSION= ${KDE_PLASMA_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde kde-plasma MAINTAINER= kde@FreeBSD.org @@ -37,6 +38,12 @@ USE_KDE= activities activities-stats attica auth baloo bookmarks \ USE_QT= 5compat base declarative svg USE_XORG= x11 xcb xcursor xext xfixes xi xrender -#SHEBANG_FILES= kcms/keyboard/*.py kcms/ksmserver/kconf_update/*.py +OPTIONS_DEFINE= SDL +OPTIONS_SUB= yes + +SDL_DESC= Enable gamecontroller System Settings module (requires SDL) +SDL_USES= sdl +SDL_USE= sdl=sdl2 +SDL_CMAKE_OFF= -DCMAKE_DISABLE_FIND_PACKAGE_SDL2:BOOL=On .include <bsd.port.mk> diff --git a/x11/plasma6-plasma-desktop/pkg-plist b/x11/plasma6-plasma-desktop/pkg-plist index 5b6e7a3b155f..5774095a7eee 100644 --- a/x11/plasma6-plasma-desktop/pkg-plist +++ b/x11/plasma6-plasma-desktop/pkg-plist @@ -21,6 +21,7 @@ lib/libexec/kf6/kauth/kcmdatetimehelper %%QT_PLUGINDIR%%/plasma/kcms/systemsettings/kcm_baloofile.so %%QT_PLUGINDIR%%/plasma/kcms/systemsettings/kcm_componentchooser.so %%QT_PLUGINDIR%%/plasma/kcms/systemsettings/kcm_desktoppaths.so +%%SDL%%%%QT_PLUGINDIR%%/plasma/kcms/systemsettings/kcm_gamecontroller.so %%QT_PLUGINDIR%%/plasma/kcms/systemsettings/kcm_kded.so %%QT_PLUGINDIR%%/plasma/kcms/systemsettings/kcm_keyboard.so %%QT_PLUGINDIR%%/plasma/kcms/systemsettings/kcm_keys.so @@ -73,6 +74,7 @@ share/applications/kcm_baloofile.desktop share/applications/kcm_clock.desktop share/applications/kcm_componentchooser.desktop share/applications/kcm_desktoppaths.desktop +%%SDL%%share/applications/kcm_gamecontroller.desktop share/applications/kcm_kded.desktop share/applications/kcm_keyboard.desktop share/applications/kcm_keys.desktop @@ -4191,6 +4193,7 @@ share/plasma/shells/org.kde.plasma.desktop/contents/views/Panel.qml share/plasma/shells/org.kde.plasma.desktop/contents/views/PreviewBanner.qml share/plasma/shells/org.kde.plasma.desktop/metadata.json share/polkit-1/actions/org.kde.kcontrol.kcmclock.policy +%%SDL%%share/qlogging-categories6/kcm_gamecontroller.categories share/qlogging-categories6/kcm_kded.categories share/qlogging-categories6/kcm_keyboard.categories share/qlogging-categories6/kcm_mouse.categories diff --git a/x11/plasma6-plasma-workspace/pkg-plist b/x11/plasma6-plasma-workspace/pkg-plist index 3c501d065e5b..abad8aa2c81a 100644 --- a/x11/plasma6-plasma-workspace/pkg-plist +++ b/x11/plasma6-plasma-workspace/pkg-plist @@ -160,6 +160,7 @@ lib/libweather_ion.so.7.0.0 %%QT_PLUGINDIR%%/kf6/krunner/calculator.so %%QT_PLUGINDIR%%/kf6/krunner/helprunner.so %%QT_PLUGINDIR%%/kf6/krunner/kcms/kcm_krunner_kill.so +%%QT_PLUGINDIR%%/kf6/krunner/krunner_appstream.so %%QT_PLUGINDIR%%/kf6/krunner/krunner_bookmarksrunner.so %%QT_PLUGINDIR%%/kf6/krunner/krunner_kill.so %%QT_PLUGINDIR%%/kf6/krunner/krunner_placesrunner.so diff --git a/x11/plasma6-plasma/Makefile b/x11/plasma6-plasma/Makefile index f17ea8973203..05f8648b628a 100644 --- a/x11/plasma6-plasma/Makefile +++ b/x11/plasma6-plasma/Makefile @@ -9,10 +9,8 @@ WWW= https://www.kde.org/plasma-desktop USES= kde:6 metaport qt:6 # remove: -# * bluedevil we do not have bluez at all # * plasma-pa no plasma-pa (pulseaudio) by default -USE_KDE= \ - ${_USE_PLASMA_ALL:Nplasma-pa:Nhotkeys:Nksysguard:Nkwayland-integration:Ndiscover} +USE_KDE= ${_USE_PLASMA_ALL:Nplasma-pa} OPTIONS_DEFINE= PULSEAUDIO QT5 OPTIONS_DEFAULT= PULSEAUDIO diff --git a/x11/xwaylandvideobridge/Makefile b/x11/xwaylandvideobridge/Makefile index ef0694250987..92ade4d72263 100644 --- a/x11/xwaylandvideobridge/Makefile +++ b/x11/xwaylandvideobridge/Makefile @@ -1,5 +1,6 @@ PORTNAME= xwaylandvideobridge DISTVERSION= 0.4.0 +PORTREVISION= 1 CATEGORIES= x11 kde MASTER_SITES= KDE/stable/${PORTNAME}/ @@ -7,11 +8,12 @@ MAINTAINER= kde@FreeBSD.org COMMENT= Tool to share specific windows to X11 clients WWW= https://invent.kde.org/system/xwaylandvideobridge -USES= cmake kde:5 qt:5 tar:xz xorg -USE_KDE= coreaddons i18n kpipewire notifications windowsystem \ +USES= cmake compiler:c++20-lang gettext kde:6 qt:6 tar:xz xorg +USE_KDE= coreaddons i18n kpipewire notifications statusnotifieritem \ + windowsystem \ ecm:build -USE_QT= core dbus declarative gui network widgets x11extras \ - buildtools:build qmake:build +USE_QT= base declarative \ + tools:build USE_XORG= x11 xcb .include <bsd.port.mk> diff --git a/x11/xwaylandvideobridge/pkg-plist b/x11/xwaylandvideobridge/pkg-plist index ecd204520152..78c53aaeb22f 100644 --- a/x11/xwaylandvideobridge/pkg-plist +++ b/x11/xwaylandvideobridge/pkg-plist @@ -29,4 +29,4 @@ share/locale/tr/LC_MESSAGES/xwaylandvideobridge.mo share/locale/uk/LC_MESSAGES/xwaylandvideobridge.mo share/locale/zh_CN/LC_MESSAGES/xwaylandvideobridge.mo share/metainfo/org.kde.xwaylandvideobridge.appdata.xml -share/qlogging-categories5/xwaylandvideobridge.categories +share/qlogging-categories6/xwaylandvideobridge.categories diff --git a/x11/yakuake/Makefile b/x11/yakuake/Makefile index 1d603e2e2005..c7b660c15a31 100644 --- a/x11/yakuake/Makefile +++ b/x11/yakuake/Makefile @@ -10,15 +10,14 @@ LICENSE= GPLv2 RUN_DEPENDS= konsole:x11/konsole -USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz xorg -USE_KDE= attica auth archive codecs completion config configwidgets \ +USES= cmake compiler:c++11-lang gettext kde:6 qt:6 tar:xz xorg +USE_KDE= archive attica auth codecs completion config configwidgets \ coreaddons crash dbusaddons globalaccel i18n iconthemes \ jobwidgets kio newstuff notifications notifyconfig parts \ - service solid sonnet textwidgets wayland widgetsaddons windowsystem \ - xmlgui \ + service solid sonnet statusnotifieritem textwidgets wayland \ + widgetsaddons windowsystem xmlgui \ ecm:build -USE_QT= concurrent core dbus gui network widgets x11extras xml \ - buildtools:build qmake:build +USE_QT= base USE_XORG= x11 OPTIONS_DEFINE= DOCS diff --git a/x11/yakuake/distinfo b/x11/yakuake/distinfo index 18bfccb1d23c..d79f59c034ad 100644 --- a/x11/yakuake/distinfo +++ b/x11/yakuake/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1707889357 -SHA256 (KDE/release-service/23.08.5/yakuake-23.08.5.tar.xz) = 4c595894530a2c5248311e44fa50733245891667b6b2ebb33af2162db3a1eb24 -SIZE (KDE/release-service/23.08.5/yakuake-23.08.5.tar.xz) = 435320 +TIMESTAMP = 1734460399 +SHA256 (KDE/release-service/24.12.0/yakuake-24.12.0.tar.xz) = c485c67645f312e53e3e232be9a9bb72be033e6bb5dafe01c19aa3eb7e028466 +SIZE (KDE/release-service/24.12.0/yakuake-24.12.0.tar.xz) = 390128 diff --git a/x11/yakuake/pkg-plist b/x11/yakuake/pkg-plist index c1a35ab99c74..6b2f369f7600 100644 --- a/x11/yakuake/pkg-plist +++ b/x11/yakuake/pkg-plist @@ -8,9 +8,10 @@ share/icons/hicolor/256x256/apps/yakuake.png share/icons/hicolor/32x32/apps/yakuake.png share/icons/hicolor/48x48/apps/yakuake.png share/icons/hicolor/64x64/apps/yakuake.png -share/knotifications5/yakuake.notifyrc +share/knotifications6/yakuake.notifyrc share/knsrcfiles/yakuake.knsrc share/locale/ar/LC_MESSAGES/yakuake.mo +share/locale/ast/LC_MESSAGES/yakuake.mo share/locale/az/LC_MESSAGES/yakuake.mo share/locale/be/LC_MESSAGES/yakuake.mo share/locale/bg/LC_MESSAGES/yakuake.mo @@ -30,6 +31,7 @@ share/locale/fi/LC_MESSAGES/yakuake.mo share/locale/fr/LC_MESSAGES/yakuake.mo share/locale/ga/LC_MESSAGES/yakuake.mo share/locale/gl/LC_MESSAGES/yakuake.mo +share/locale/he/LC_MESSAGES/yakuake.mo share/locale/hi/LC_MESSAGES/yakuake.mo share/locale/hne/LC_MESSAGES/yakuake.mo share/locale/hr/LC_MESSAGES/yakuake.mo |
