Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

kwin6-lang-6.2.3-1.1 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: kwin6-lang Distribution: openSUSE Tumbleweed
Version: 6.2.3 Vendor: openSUSE
Release: 1.1 Build date: Tue Nov 5 14:29:57 2024
Group: System/Localization Build host: reproducible
Size: 10426725 Source RPM: kwin6-6.2.3-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://www.kde.org
Summary: Translations for package kwin6
Provides translations for the "kwin6" package.

Provides

Requires

License

GPL-2.0-or-later AND GPL-3.0-or-later

Changelog

* Tue Nov 05 2024 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to 6.2.3:
    * New bugfix release
    * For more details see https://kde.org/announcements/plasma/6/6.2.3
  - Changes since 6.2.2:
    * update version for new release
    * input: don't crash if the internal handle is nullptr (wheelEvent)
    * backends/x11: fix colormap leak
    * Update ExpoCell contentItem position upon its parent change (kde#495501)
    * scene: Fix item restacking repaints
    * xwayland: Fix a couple of file descriptor leaks (kde#442846)
    * plugins/keynotification: Fix event ID for notification (kde#495264)
    * backends/drm: don't set backlight brightness to 1 in HDR mode (kde#495242)
    * core/colorspace: ensure that we don't create elevated blacks with black point compensation (kde#494854)
    * autotests: test that ColorPipeline and OpenGL shader results at least somewhat match
    * core/colorpipeline: do ICtCp conversion the correct way around
    * core/colorpipeline: use PQ with min. luminance zero for tone mapping
    * core/colorpipeline: fix multiplier+matrix optimization
    * core/colorpipeline: don't transpose the ICtCp matrix
    * core/colorpipeline: fix tone mapping luminances being switched around
    * backends/drm: check if m_commits is empty after waiting for commitPending
    * use xcb_connection_has_error to check for failue
    * Fix "window to next desktop" shortcut during interactive move/resize session
    * backends/drm: add an environment variable to force glFinish on multi gpu copies
    * backends/drm: disable software brightness if there was ever a hardware brightness device assigned
* Tue Oct 22 2024 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to 6.2.2:
    * New bugfix release
    * For more details see https://kde.org/announcements/plasma/6/6.2.2
  - Changes since 6.2.1.1:
    * update version for new release
    * backends/drm: leave all outputs disabled by default, including VR headsets (kde#493148)
    * cmake: fix build with KWIN_BUILD_X11_BACKEND
    * cmake: don't try to build kwin_x11 when KWIN_BUILD_X11_BACKEND is turned off
    * ci: Switch to Qt 6.8
    * Initialize KCrash for kwin_x11 too
    * backends/drm: don't allow tearing until the cursor plane is disabled (kde#493166)
    * core: make sure we don't call a null buffer
    * Revert "temporarily revert version number for respin"
    * effect: Make opengl context current in OffscreenEffect::unredirect() and CrossFadeEffect::unredirect()
    * backends/drm: check for the output being active before setting legacy gamma
    * Avoid creating Unmanaged for reparented window
* Thu Oct 17 2024 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to 6.2.1.1:
    * New bugfix release
  - Changes since 6.2.1:
    * backends/drm: don't skip colorops when matching the pipeline (kde#494611)
    * backends/drm: transform damage to match the framebuffer (kde#494837)
    * Set WAYLAND_DISPLAY before starting wayland server
    * scene/itemrenderer_opengl: use the color pipeline to check if color transformations are needed (kde#493295)
    * temporarily revert version number for respin
    * backends/drm: don't scale infiniteRegion()
    * backends/drm: fix crash with multi gpu
    * ci: Require tests to pass only on Linux
    * Report correct input timestamps for popup keyboard events
    * backends/drm: disable hdr if we removed the capabilities for it (kde#494706)
    * wayland/color management: ignore obviously wrong HDR metadata (kde#494502)
    * update version for new release
* Tue Oct 15 2024 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to 6.2.1:
    * New bugfix release
    * For more details see https://kde.org/announcements/plasma/6/6.2.1
  - Too many changes to list here
* Sat Oct 05 2024 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to 6.2.0:
    * New bugfix release
    * For more details see https://kde.org/announcements/plasma/6/6.2.0
  - Too many changes to list here
* Tue Sep 17 2024 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to 6.1.90:
    * New feature release
    * For more details see https://kde.org/announcements/plasma/6/6.1.90
  - Too many changes to list here
* Tue Sep 10 2024 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to 6.1.5:
    * New bugfix release
    * For more details see https://kde.org/announcements/plasma/6/6.1.5
  - Changes since 6.1.4:
    * update version for new release
    * Don't process pad button events from a device that has been removed
    * workspace: don't rearrange immediately when a window with struts gets removed
    * input.cpp: initialize m_touchpadsEnabled in addInputDevice (kde#486763)
    * scene: Add an assert to debug crash in BlurEffect::prePaintWindow()
    * plugins/synchronizeskipswitcher: Fix Window::skipTaskbarChanged handler (kde#465600)
    * Fix null dereference in Workspace::workspaceEvent()
    * window: make setQuickTileMode more sane
    * effect: Refuse starting quick effect if keyboard cannot be grabbed
    * decorations: Show tooltip at current cursor position (kde#491143)
    * opengl/gltexture: Fix format for 565 textures
    * Fix a crash in computeLayer() (kde#491618)
    * Make Workspace::removeUnmanaged() keep the window in the stack
    * colorblindesscorrection: fix incorrect variable name in shader program
    * opengl: Fix a typo in GLTexture::upload()
    * backends/drm: allow triple buffering on NVidia if KWIN_DRM_DISABLE_TRIPLE_BUFFERING=0 is set
    * wayland: Fix a potential null dereference when sending current output device mode
    * platformsupport/scene/opengl: do test imports for external_only formats properly
    * opengl/egldisplay: add the invalid modifier to the correct list
    * scene: Fix SurfaceItemWayland::freeze()
    * placeholderinputeventfilter: don't block media keys (kde#491531)
    * plugins/trackmouse: listen to mouse events when active (kde#487820)
    * screenedge: allow activating clients in drag and drop (kde#450579)
    * update version for new release
* Tue Aug 06 2024 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to 6.1.4:
    * New bugfix release
    * For more details see https://kde.org/announcements/plasma/6/6.1.4
  - Changes since 6.1.3:
    * update version for new release
    * activation: fix X11 windows being stuck in should_get_focus more properly
    * plugins/buttonrebinds: correctly handle level 1 keys (kde#484367)
    * backends/drm: don't block direct scanout if color profile source isn't set to ICC
    * Fix checking whether GraphicsBufferView is null
    * backends/drm: don't apply the brightness factor without HDR
    * activation: don't add the active window to should_get_focus list (kde#484155)
    * core/renderloop: don't move the target presentation timestamp back when rescheduling (kde#488843)
    * core/renderloop: fix triple buffering hysteresis
    * scene/itemrenderer_opengl: reset OpenGL state for YUV conversion back to RGB
    * autotests: test placement to always put the titlebar on the screen
    * placement: keep the titlebar in the screen with centered placement (kde#489500)
    * placement: don't overwrite scheduled position change in cascadeIfCovering
    * Make Workspace::desktopResized() reassign outputs of uninitialized windows
    * wayland: Avoid klipper loop with existing but empty clipboards (kde#469644)
    * backends/drm: Fix a crash in DrmGpu::releaseBuffers()
    * wayland: Ignore plasma shell reposition requests during interactive move resize (kde#481829)
    * backends/drm: limit max_bpc to 8 by default with docks
    * compositor_wayland: count rendering time for all steps of compositing
    * xdgshellwindow: never request clients to resize to a negative size (kde#489983)
    * backends/libinput: Ignore redundant events for pointer buttons and keyboard keys when pressed/released on multiple devices (kde#486034)
    * backends/x11: Fix crash that happens when toggling compositing
    * plugins/stickykeys: Unlatch modifiers when locking
    * Fix sticky keys for AltGr
    * Test locking sticky keys for all modifiers
    * Release key in sticky key test
    * utils: Fix gaining realtime scheduling with musl (kde#487996)
    * core/renderloop: add some hysteresis to triple buffering
* Tue Jul 16 2024 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to 6.1.3:
    * New bugfix release
    * For more details see https://kde.org/announcements/plasma/6/6.1.3
  - Changes since 6.1.2:
    * update version for new release
    * plugins/nightlight: Relax custom times constraints (kde#489366)
    * wayland: Simplify XdgPopupWindow::sendRoleConfigure()
    * wayland: Dismiss XdgPopupWindow when the parent window is closed (kde#472013)
    * tiling: Don't put maximized windows in tile (kde#489463)
    * Input method window should not break showing desktop (kde#489057)
    * plugins/fadingpopups: don't block direct scanout (kde#487780)
    * backends/drm: test and apply all mode changes at once
    * autotests/drm: add test for vrr capability changing without a hotunplug
    * backends/drm: update output properties after they're created too (kde#486149)
    * use separation dep_version to build against, updated by release scripts
    * plugins/screencast: Don't download texture data if target size and texture size mismatch
    * plugins/screencast: Allocate offscreen texture in WindowScreenCastSource::render(QImage) as big as the memfd buffer (kde#489764)
    * autotests: Skip testScreencasting in CI
    * Foward modifiers after disabling sticky keys
    * plugins/screenshot: Port blitScreenshot() to glReadnPixels()
    * wayland: add error handling for QFile::open failure in org_kde_plasma_window_get_icon
    * placement: ignore the active output with place under mouse (kde#488110)
    * opengl: Add OpenGlContext::glGetnTexImage()
    * plugins/screencast: Prefer glReadnPixels() and glGetnTexImage()
    * WindowHeapDelegate: label topMargin to small, remove height padding (kde#489595)
    * plugins/glide: drop references to closed windows if they're not animated
    * update version for new release
    * plugins/screencast: Handle frame rate throttling timer firing a bit earlier
    * backends/drm: disable triple buffering on NVidia (kde#487833)
* Tue Jul 02 2024 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to 6.1.2:
    * New bugfix release
    * For more details see https://kde.org/announcements/plasma/6/6.1.2
  - Changes since 6.1.1.2:
    * Don't assert on null output
    * quicktiling: Reset layout when last quicktile ceases to exist (kde#465937)
    * wayland: Bump default max buffer size to 1 MiB
    * plugins/qpa: set deprecated functions option correctly
    * plugins/kdecoration: Fix MenuButton not accepting button press events (kde#488993)
    * plugins/colorcorrection: simplify the effect, merge the shader files and support color management
    * opengl: Reset OpenGlContext::currentContext() if it's destroyed (kde#488830)
    * window: adhere to window rules in checkWorkspacePosition (kde#489117)
    * plugins/hidecursor: show the cursor on tablet events (kde#489009)
* Thu Jun 27 2024 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to 6.1.1.2:
    * New bugfix release
  - Changes since 6.1.1:
    * 3rdparty: Reformat xcursor.{h,c}
    * utils: Load Xcursor themes using QFile (kde#489241)
    * 3rdparty: Drop xcursor write hook
    * plugins/hidecursor: Set minimum to allow disabling hiding cursor on inactivity
    * WindowHeapDelegate: Label text background (kde#483016)
    * plugins/backgroundcontrast,blur: correct support checks
    * opengl/glframebuffer: handle missing support for blits on Wayland (kde#484193)
    * opengl: glBufferStorage is not supported on GL ES by default
    * core/renderloop: assume high render times if the last frame has been a while ago
* Tue Jun 25 2024 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to 6.1.1:
    * New bugfix release
    * For more details see https://kde.org/announcements/plasma/6/6.1.1
  - Too many changes to list here
* Thu Jun 13 2024 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to 6.1.0:
    * New bugfix release
    * For more details see https://kde.org/announcements/plasma/6/6.1.0
  - Too many changes to list here
* Sat May 25 2024 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to 6.0.90.1:
    * New feature release
    * For more details see https://kde.org/announcements/plasma/6/6.0.90
  - Too many changes to list here
* Wed May 22 2024 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to 6.0.5:
    * New bugfix release
    * For more details see https://kde.org/announcements/plasma/6/6.0.5
  - Too many changes to list here
* Mon Apr 22 2024 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to 6.0.4.1:
    * New bugfix release
  - Changes since 6.0.4:
    * Fall back to breeze_cursors if neither configured nor default can be loaded
    * scene/workspacescene: don't check direct scanout candidates for a pixmap
      (kde#485639, kde#485730, kde#485712)
* Wed Apr 17 2024 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to 6.0.4:
    * New bugfix release
    * For more details see https://kde.org/announcements/plasma/6/6.0.4
  - Too many changes to list here
* Wed Mar 27 2024 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to 6.0.3.1:
    * New bugfix release
    * For more details see https://kde.org/announcements/plasma/6/6.0.3.1
  - Changes since 6.0.3:
    * plugins/screencast: Handle failing to import dmabuf
    * plugins/screencast: Simplify damage calculation in region screen cast source
    * plugins/screencast: Drop "stream" in ScreenCastStream::streamReady
    * plugins/screencast: Rename ScreenCastStream::stop() to close()
    * plugins/screencast: Pause/resume source when stream is paused/resumed
    * Fix oversights on shortcut handling within Overview/Grid effect (kde#482931)
    * tiles: Evacuate windows in CustomTile::remove()
    * tiles: Use deleteLater() in CustomTile::remove()
* Tue Mar 26 2024 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to 6.0.3:
    * New bugfix release
    * For more details see https://kde.org/announcements/plasma/6/6.0.3
  - Too many changes to list here
* Wed Mar 13 2024 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to 6.0.2:
    * New bugfix release
    * For more details see https://kde.org/announcements/plasma/6/6.0.2
  - Changes since 6.0.1:
    * plugins/screencast: fix the cursor being offset after changing the scale
    * xkb: fix testing if on keypad
    * wayland: Only send artificial mouse up events for xwayland drags
    * wayland: Only partially revert send pointer leave on drag
    * Properly intersect the shape with clipRect
    * core/colorspace: fix ColorDescription comparisons (kde#482809)
    * utils/xcbutils: Don't call toXNative with unsigned integer (kde#482687)
    * backends/drm: handle dumb buffer target correctly (kde#482859)
    * Port IdleDetector to QBasicTimer
    * Add timeout assert in IdleDetector
    * xdgshellwindow: Always update window position and size along all axes when fully miximizing window (kde#482086)
    * Fix sending window to all desktops (kde#482670)
    * backends/drm: also set legacy gamma after VT switches
    * backends/drm: don't set gamma with legacy unless really necessary
    * backends/drm: ignore ctm support on legacy (kde#482143)
    * Rename Workspace::updateClientArea as Workspace::rearrange
    * wayland: Fix windows shrinking when output layout changes
    * x11window: Skip strict geometry checks in isFullScreenable()
    * xwayland: Use correct key for key release events
    * xwayland: Send to xwayland even when no window is focussed (kde#478705)
    * update version for new release
* Wed Mar 06 2024 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to 6.0.1:
    * New bugfix release
    * For more details see https://kde.org/announcements/plasma/6/6.0.1
  - Too many changes to list here
  - Drop patches, now upstream:
    * intel-compositor-freeze.patch
* Mon Mar 04 2024 Christophe Marin <christophe@krop.fr>
  - Add Provides/Obsoletes to replace Plasma 5
* Thu Feb 29 2024 Bruno Pitrus <brunopitrus@hotmail.com>
  - Add backported intel-compositor-freeze.patch
    * fixes kde#481721
* Wed Feb 21 2024 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to 6.0.0:
    * New bugfix release
    * Release announcement not available yet
  - Too many changes to list here
* Wed Jan 31 2024 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to 5.93.0 (6.0 RC 2):
    * New bugfix release
    * See https://kde.org/announcements/megarelease/6/rc2/ for details
  - Too many changes to list here
* Mon Jan 15 2024 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to 5.92.0 (6.0 RC 1)
    * For more details please see:
      https://kde.org/announcements/megarelease/6/rc1/
* Thu Dec 28 2023 Neal Gompa <ngompa@opensuse.org>
  - Split X11 window manager into a subpackage
* Sat Jul 01 2023 Christophe Marin <christophe@krop.fr>
  - Init kwin6

Files

/usr/share/doc/HTML/ca/kcontrol
/usr/share/doc/HTML/ca/kcontrol/desktop
/usr/share/doc/HTML/ca/kcontrol/desktop/index.cache.bz2
/usr/share/doc/HTML/ca/kcontrol/desktop/index.docbook
/usr/share/doc/HTML/ca/kcontrol/kwindecoration
/usr/share/doc/HTML/ca/kcontrol/kwindecoration/button.png
/usr/share/doc/HTML/ca/kcontrol/kwindecoration/decoration.png
/usr/share/doc/HTML/ca/kcontrol/kwindecoration/index.cache.bz2
/usr/share/doc/HTML/ca/kcontrol/kwindecoration/index.docbook
/usr/share/doc/HTML/ca/kcontrol/kwindecoration/main.png
/usr/share/doc/HTML/ca/kcontrol/kwineffects
/usr/share/doc/HTML/ca/kcontrol/kwineffects/index.cache.bz2
/usr/share/doc/HTML/ca/kcontrol/kwineffects/index.docbook
/usr/share/doc/HTML/ca/kcontrol/kwinscreenedges
/usr/share/doc/HTML/ca/kcontrol/kwinscreenedges/index.cache.bz2
/usr/share/doc/HTML/ca/kcontrol/kwinscreenedges/index.docbook
/usr/share/doc/HTML/ca/kcontrol/kwintabbox
/usr/share/doc/HTML/ca/kcontrol/kwintabbox/index.cache.bz2
/usr/share/doc/HTML/ca/kcontrol/kwintabbox/index.docbook
/usr/share/doc/HTML/ca/kcontrol/kwintouchscreen
/usr/share/doc/HTML/ca/kcontrol/kwintouchscreen/index.cache.bz2
/usr/share/doc/HTML/ca/kcontrol/kwintouchscreen/index.docbook
/usr/share/doc/HTML/ca/kcontrol/kwinvirtualkeyboard
/usr/share/doc/HTML/ca/kcontrol/kwinvirtualkeyboard/index.cache.bz2
/usr/share/doc/HTML/ca/kcontrol/kwinvirtualkeyboard/index.docbook
/usr/share/doc/HTML/ca/kcontrol/windowbehaviour
/usr/share/doc/HTML/ca/kcontrol/windowbehaviour/index.cache.bz2
/usr/share/doc/HTML/ca/kcontrol/windowbehaviour/index.docbook
/usr/share/doc/HTML/ca/kcontrol/windowspecific
/usr/share/doc/HTML/ca/kcontrol/windowspecific/index.cache.bz2
/usr/share/doc/HTML/ca/kcontrol/windowspecific/index.docbook
/usr/share/doc/HTML/de/kcontrol
/usr/share/doc/HTML/de/kcontrol/desktop
/usr/share/doc/HTML/de/kcontrol/desktop/index.cache.bz2
/usr/share/doc/HTML/de/kcontrol/desktop/index.docbook
/usr/share/doc/HTML/de/kcontrol/kwindecoration
/usr/share/doc/HTML/de/kcontrol/kwindecoration/index.cache.bz2
/usr/share/doc/HTML/de/kcontrol/kwindecoration/index.docbook
/usr/share/doc/HTML/de/kcontrol/kwineffects
/usr/share/doc/HTML/de/kcontrol/kwineffects/index.cache.bz2
/usr/share/doc/HTML/de/kcontrol/kwineffects/index.docbook
/usr/share/doc/HTML/de/kcontrol/kwinscreenedges
/usr/share/doc/HTML/de/kcontrol/kwinscreenedges/index.cache.bz2
/usr/share/doc/HTML/de/kcontrol/kwinscreenedges/index.docbook
/usr/share/doc/HTML/de/kcontrol/kwintabbox
/usr/share/doc/HTML/de/kcontrol/kwintabbox/index.cache.bz2
/usr/share/doc/HTML/de/kcontrol/kwintabbox/index.docbook
/usr/share/doc/HTML/de/kcontrol/kwintouchscreen
/usr/share/doc/HTML/de/kcontrol/kwintouchscreen/index.cache.bz2
/usr/share/doc/HTML/de/kcontrol/kwintouchscreen/index.docbook
/usr/share/doc/HTML/de/kcontrol/kwinvirtualkeyboard
/usr/share/doc/HTML/de/kcontrol/kwinvirtualkeyboard/index.cache.bz2
/usr/share/doc/HTML/de/kcontrol/kwinvirtualkeyboard/index.docbook
/usr/share/doc/HTML/de/kcontrol/windowbehaviour
/usr/share/doc/HTML/de/kcontrol/windowbehaviour/index.cache.bz2
/usr/share/doc/HTML/de/kcontrol/windowbehaviour/index.docbook
/usr/share/doc/HTML/de/kcontrol/windowspecific
/usr/share/doc/HTML/de/kcontrol/windowspecific/index.cache.bz2
/usr/share/doc/HTML/de/kcontrol/windowspecific/index.docbook
/usr/share/doc/HTML/es/kcontrol
/usr/share/doc/HTML/es/kcontrol/desktop
/usr/share/doc/HTML/es/kcontrol/desktop/index.cache.bz2
/usr/share/doc/HTML/es/kcontrol/desktop/index.docbook
/usr/share/doc/HTML/es/kcontrol/kwindecoration
/usr/share/doc/HTML/es/kcontrol/kwindecoration/index.cache.bz2
/usr/share/doc/HTML/es/kcontrol/kwindecoration/index.docbook
/usr/share/doc/HTML/es/kcontrol/kwineffects
/usr/share/doc/HTML/es/kcontrol/kwineffects/index.cache.bz2
/usr/share/doc/HTML/es/kcontrol/kwineffects/index.docbook
/usr/share/doc/HTML/es/kcontrol/kwinscreenedges
/usr/share/doc/HTML/es/kcontrol/kwinscreenedges/index.cache.bz2
/usr/share/doc/HTML/es/kcontrol/kwinscreenedges/index.docbook
/usr/share/doc/HTML/es/kcontrol/kwintouchscreen
/usr/share/doc/HTML/es/kcontrol/kwintouchscreen/index.cache.bz2
/usr/share/doc/HTML/es/kcontrol/kwintouchscreen/index.docbook
/usr/share/doc/HTML/es/kcontrol/kwinvirtualkeyboard
/usr/share/doc/HTML/es/kcontrol/kwinvirtualkeyboard/index.cache.bz2
/usr/share/doc/HTML/es/kcontrol/kwinvirtualkeyboard/index.docbook
/usr/share/doc/HTML/fr/kcontrol
/usr/share/doc/HTML/fr/kcontrol/desktop
/usr/share/doc/HTML/fr/kcontrol/desktop/index.cache.bz2
/usr/share/doc/HTML/fr/kcontrol/desktop/index.docbook
/usr/share/doc/HTML/fr/kcontrol/kwindecoration
/usr/share/doc/HTML/fr/kcontrol/kwindecoration/index.cache.bz2
/usr/share/doc/HTML/fr/kcontrol/kwindecoration/index.docbook
/usr/share/doc/HTML/fr/kcontrol/kwinscreenedges
/usr/share/doc/HTML/fr/kcontrol/kwinscreenedges/index.cache.bz2
/usr/share/doc/HTML/fr/kcontrol/kwinscreenedges/index.docbook
/usr/share/doc/HTML/fr/kcontrol/kwintabbox
/usr/share/doc/HTML/fr/kcontrol/kwintabbox/index.cache.bz2
/usr/share/doc/HTML/fr/kcontrol/kwintabbox/index.docbook
/usr/share/doc/HTML/fr/kcontrol/windowspecific
/usr/share/doc/HTML/fr/kcontrol/windowspecific/index.cache.bz2
/usr/share/doc/HTML/fr/kcontrol/windowspecific/index.docbook
/usr/share/doc/HTML/id/kcontrol
/usr/share/doc/HTML/id/kcontrol/desktop
/usr/share/doc/HTML/id/kcontrol/desktop/index.cache.bz2
/usr/share/doc/HTML/id/kcontrol/desktop/index.docbook
/usr/share/doc/HTML/id/kcontrol/kwindecoration
/usr/share/doc/HTML/id/kcontrol/kwindecoration/index.cache.bz2
/usr/share/doc/HTML/id/kcontrol/kwindecoration/index.docbook
/usr/share/doc/HTML/id/kcontrol/kwineffects
/usr/share/doc/HTML/id/kcontrol/kwineffects/index.cache.bz2
/usr/share/doc/HTML/id/kcontrol/kwineffects/index.docbook
/usr/share/doc/HTML/id/kcontrol/kwinscreenedges
/usr/share/doc/HTML/id/kcontrol/kwinscreenedges/index.cache.bz2
/usr/share/doc/HTML/id/kcontrol/kwinscreenedges/index.docbook
/usr/share/doc/HTML/id/kcontrol/kwintabbox
/usr/share/doc/HTML/id/kcontrol/kwintabbox/index.cache.bz2
/usr/share/doc/HTML/id/kcontrol/kwintabbox/index.docbook
/usr/share/doc/HTML/id/kcontrol/windowbehaviour
/usr/share/doc/HTML/id/kcontrol/windowbehaviour/index.cache.bz2
/usr/share/doc/HTML/id/kcontrol/windowbehaviour/index.docbook
/usr/share/doc/HTML/id/kcontrol/windowspecific
/usr/share/doc/HTML/id/kcontrol/windowspecific/index.cache.bz2
/usr/share/doc/HTML/id/kcontrol/windowspecific/index.docbook
/usr/share/doc/HTML/it/kcontrol
/usr/share/doc/HTML/it/kcontrol/desktop
/usr/share/doc/HTML/it/kcontrol/desktop/index.cache.bz2
/usr/share/doc/HTML/it/kcontrol/desktop/index.docbook
/usr/share/doc/HTML/it/kcontrol/kwindecoration
/usr/share/doc/HTML/it/kcontrol/kwindecoration/index.cache.bz2
/usr/share/doc/HTML/it/kcontrol/kwindecoration/index.docbook
/usr/share/doc/HTML/it/kcontrol/kwineffects
/usr/share/doc/HTML/it/kcontrol/kwineffects/index.cache.bz2
/usr/share/doc/HTML/it/kcontrol/kwineffects/index.docbook
/usr/share/doc/HTML/it/kcontrol/kwinscreenedges
/usr/share/doc/HTML/it/kcontrol/kwinscreenedges/index.cache.bz2
/usr/share/doc/HTML/it/kcontrol/kwinscreenedges/index.docbook
/usr/share/doc/HTML/it/kcontrol/kwintabbox
/usr/share/doc/HTML/it/kcontrol/kwintabbox/index.cache.bz2
/usr/share/doc/HTML/it/kcontrol/kwintabbox/index.docbook
/usr/share/doc/HTML/it/kcontrol/kwintouchscreen
/usr/share/doc/HTML/it/kcontrol/kwintouchscreen/index.cache.bz2
/usr/share/doc/HTML/it/kcontrol/kwintouchscreen/index.docbook
/usr/share/doc/HTML/it/kcontrol/kwinvirtualkeyboard
/usr/share/doc/HTML/it/kcontrol/kwinvirtualkeyboard/index.cache.bz2
/usr/share/doc/HTML/it/kcontrol/kwinvirtualkeyboard/index.docbook
/usr/share/doc/HTML/it/kcontrol/windowbehaviour
/usr/share/doc/HTML/it/kcontrol/windowbehaviour/index.cache.bz2
/usr/share/doc/HTML/it/kcontrol/windowbehaviour/index.docbook
/usr/share/doc/HTML/it/kcontrol/windowspecific
/usr/share/doc/HTML/it/kcontrol/windowspecific/index.cache.bz2
/usr/share/doc/HTML/it/kcontrol/windowspecific/index.docbook
/usr/share/doc/HTML/nl/kcontrol
/usr/share/doc/HTML/nl/kcontrol/desktop
/usr/share/doc/HTML/nl/kcontrol/desktop/index.cache.bz2
/usr/share/doc/HTML/nl/kcontrol/desktop/index.docbook
/usr/share/doc/HTML/nl/kcontrol/kwindecoration
/usr/share/doc/HTML/nl/kcontrol/kwindecoration/index.cache.bz2
/usr/share/doc/HTML/nl/kcontrol/kwindecoration/index.docbook
/usr/share/doc/HTML/nl/kcontrol/kwineffects
/usr/share/doc/HTML/nl/kcontrol/kwineffects/index.cache.bz2
/usr/share/doc/HTML/nl/kcontrol/kwineffects/index.docbook
/usr/share/doc/HTML/nl/kcontrol/kwinscreenedges
/usr/share/doc/HTML/nl/kcontrol/kwinscreenedges/index.cache.bz2
/usr/share/doc/HTML/nl/kcontrol/kwinscreenedges/index.docbook
/usr/share/doc/HTML/nl/kcontrol/kwintabbox
/usr/share/doc/HTML/nl/kcontrol/kwintabbox/index.cache.bz2
/usr/share/doc/HTML/nl/kcontrol/kwintabbox/index.docbook
/usr/share/doc/HTML/nl/kcontrol/kwintouchscreen
/usr/share/doc/HTML/nl/kcontrol/kwintouchscreen/index.cache.bz2
/usr/share/doc/HTML/nl/kcontrol/kwintouchscreen/index.docbook
/usr/share/doc/HTML/nl/kcontrol/kwinvirtualkeyboard
/usr/share/doc/HTML/nl/kcontrol/kwinvirtualkeyboard/index.cache.bz2
/usr/share/doc/HTML/nl/kcontrol/kwinvirtualkeyboard/index.docbook
/usr/share/doc/HTML/nl/kcontrol/windowbehaviour
/usr/share/doc/HTML/nl/kcontrol/windowbehaviour/index.cache.bz2
/usr/share/doc/HTML/nl/kcontrol/windowbehaviour/index.docbook
/usr/share/doc/HTML/nl/kcontrol/windowspecific
/usr/share/doc/HTML/nl/kcontrol/windowspecific/index.cache.bz2
/usr/share/doc/HTML/nl/kcontrol/windowspecific/index.docbook
/usr/share/doc/HTML/pt/kcontrol
/usr/share/doc/HTML/pt/kcontrol/desktop
/usr/share/doc/HTML/pt/kcontrol/desktop/index.cache.bz2
/usr/share/doc/HTML/pt/kcontrol/desktop/index.docbook
/usr/share/doc/HTML/pt/kcontrol/kwindecoration
/usr/share/doc/HTML/pt/kcontrol/kwindecoration/index.cache.bz2
/usr/share/doc/HTML/pt/kcontrol/kwindecoration/index.docbook
/usr/share/doc/HTML/pt/kcontrol/kwineffects
/usr/share/doc/HTML/pt/kcontrol/kwineffects/index.cache.bz2
/usr/share/doc/HTML/pt/kcontrol/kwineffects/index.docbook
/usr/share/doc/HTML/pt/kcontrol/kwinscreenedges
/usr/share/doc/HTML/pt/kcontrol/kwinscreenedges/index.cache.bz2
/usr/share/doc/HTML/pt/kcontrol/kwinscreenedges/index.docbook
/usr/share/doc/HTML/pt/kcontrol/kwintabbox
/usr/share/doc/HTML/pt/kcontrol/kwintabbox/index.cache.bz2
/usr/share/doc/HTML/pt/kcontrol/kwintabbox/index.docbook
/usr/share/doc/HTML/pt/kcontrol/windowbehaviour
/usr/share/doc/HTML/pt/kcontrol/windowbehaviour/index.cache.bz2
/usr/share/doc/HTML/pt/kcontrol/windowbehaviour/index.docbook
/usr/share/doc/HTML/pt/kcontrol/windowspecific
/usr/share/doc/HTML/pt/kcontrol/windowspecific/index.cache.bz2
/usr/share/doc/HTML/pt/kcontrol/windowspecific/index.docbook
/usr/share/doc/HTML/pt_BR/kcontrol
/usr/share/doc/HTML/pt_BR/kcontrol/desktop
/usr/share/doc/HTML/pt_BR/kcontrol/desktop/index.cache.bz2
/usr/share/doc/HTML/pt_BR/kcontrol/desktop/index.docbook
/usr/share/doc/HTML/pt_BR/kcontrol/kwindecoration
/usr/share/doc/HTML/pt_BR/kcontrol/kwindecoration/configure.png
/usr/share/doc/HTML/pt_BR/kcontrol/kwindecoration/index.cache.bz2
/usr/share/doc/HTML/pt_BR/kcontrol/kwindecoration/index.docbook
/usr/share/doc/HTML/pt_BR/kcontrol/kwinscreenedges
/usr/share/doc/HTML/pt_BR/kcontrol/kwinscreenedges/index.cache.bz2
/usr/share/doc/HTML/pt_BR/kcontrol/kwinscreenedges/index.docbook
/usr/share/doc/HTML/pt_BR/kcontrol/kwintabbox
/usr/share/doc/HTML/pt_BR/kcontrol/kwintabbox/index.cache.bz2
/usr/share/doc/HTML/pt_BR/kcontrol/kwintabbox/index.docbook
/usr/share/doc/HTML/pt_BR/kcontrol/windowbehaviour
/usr/share/doc/HTML/pt_BR/kcontrol/windowbehaviour/index.cache.bz2
/usr/share/doc/HTML/pt_BR/kcontrol/windowbehaviour/index.docbook
/usr/share/doc/HTML/pt_BR/kcontrol/windowspecific
/usr/share/doc/HTML/pt_BR/kcontrol/windowspecific/index.cache.bz2
/usr/share/doc/HTML/pt_BR/kcontrol/windowspecific/index.docbook
/usr/share/doc/HTML/ru/kcontrol
/usr/share/doc/HTML/ru/kcontrol/desktop
/usr/share/doc/HTML/ru/kcontrol/desktop/index.cache.bz2
/usr/share/doc/HTML/ru/kcontrol/desktop/index.docbook
/usr/share/doc/HTML/ru/kcontrol/kwindecoration
/usr/share/doc/HTML/ru/kcontrol/kwindecoration/button.png
/usr/share/doc/HTML/ru/kcontrol/kwindecoration/configure.png
/usr/share/doc/HTML/ru/kcontrol/kwindecoration/decoration.png
/usr/share/doc/HTML/ru/kcontrol/kwindecoration/index.cache.bz2
/usr/share/doc/HTML/ru/kcontrol/kwindecoration/index.docbook
/usr/share/doc/HTML/ru/kcontrol/kwindecoration/main.png
/usr/share/doc/HTML/ru/kcontrol/kwineffects
/usr/share/doc/HTML/ru/kcontrol/kwineffects/index.cache.bz2
/usr/share/doc/HTML/ru/kcontrol/kwineffects/index.docbook
/usr/share/doc/HTML/ru/kcontrol/kwinscreenedges
/usr/share/doc/HTML/ru/kcontrol/kwinscreenedges/index.cache.bz2
/usr/share/doc/HTML/ru/kcontrol/kwinscreenedges/index.docbook
/usr/share/doc/HTML/ru/kcontrol/kwintabbox
/usr/share/doc/HTML/ru/kcontrol/kwintabbox/index.cache.bz2
/usr/share/doc/HTML/ru/kcontrol/kwintabbox/index.docbook
/usr/share/doc/HTML/ru/kcontrol/kwintouchscreen
/usr/share/doc/HTML/ru/kcontrol/kwintouchscreen/index.cache.bz2
/usr/share/doc/HTML/ru/kcontrol/kwintouchscreen/index.docbook
/usr/share/doc/HTML/ru/kcontrol/kwinvirtualkeyboard
/usr/share/doc/HTML/ru/kcontrol/kwinvirtualkeyboard/index.cache.bz2
/usr/share/doc/HTML/ru/kcontrol/kwinvirtualkeyboard/index.docbook
/usr/share/doc/HTML/ru/kcontrol/windowbehaviour
/usr/share/doc/HTML/ru/kcontrol/windowbehaviour/index.cache.bz2
/usr/share/doc/HTML/ru/kcontrol/windowbehaviour/index.docbook
/usr/share/doc/HTML/ru/kcontrol/windowspecific
/usr/share/doc/HTML/ru/kcontrol/windowspecific/akgregator-info.png
/usr/share/doc/HTML/ru/kcontrol/windowspecific/akregator-attributes.png
/usr/share/doc/HTML/ru/kcontrol/windowspecific/akregator-fav.png
/usr/share/doc/HTML/ru/kcontrol/windowspecific/config-win-behavior.png
/usr/share/doc/HTML/ru/kcontrol/windowspecific/emacs-attribute.png
/usr/share/doc/HTML/ru/kcontrol/windowspecific/emacs-info.png
/usr/share/doc/HTML/ru/kcontrol/windowspecific/focus-stealing-pop2top-attribute.png
/usr/share/doc/HTML/ru/kcontrol/windowspecific/index.cache.bz2
/usr/share/doc/HTML/ru/kcontrol/windowspecific/index.docbook
/usr/share/doc/HTML/ru/kcontrol/windowspecific/knotes-attribute.png
/usr/share/doc/HTML/ru/kcontrol/windowspecific/knotes-info.png
/usr/share/doc/HTML/ru/kcontrol/windowspecific/kopete-attribute-2.png
/usr/share/doc/HTML/ru/kcontrol/windowspecific/kopete-chat-attribute.png
/usr/share/doc/HTML/ru/kcontrol/windowspecific/kopete-chat-info.png
/usr/share/doc/HTML/ru/kcontrol/windowspecific/kopete-info.png
/usr/share/doc/HTML/ru/kcontrol/windowspecific/kwin-detect-window.png
/usr/share/doc/HTML/ru/kcontrol/windowspecific/kwin-kopete-rules.png
/usr/share/doc/HTML/ru/kcontrol/windowspecific/kwin-rule-editor.png
/usr/share/doc/HTML/ru/kcontrol/windowspecific/kwin-rules-main-n-akregator.png
/usr/share/doc/HTML/ru/kcontrol/windowspecific/kwin-rules-main.png
/usr/share/doc/HTML/ru/kcontrol/windowspecific/kwin-rules-ordering.png
/usr/share/doc/HTML/ru/kcontrol/windowspecific/kwin-window-attributes.png
/usr/share/doc/HTML/ru/kcontrol/windowspecific/kwin-window-matching.png
/usr/share/doc/HTML/ru/kcontrol/windowspecific/tbird-compose-attribute.png
/usr/share/doc/HTML/ru/kcontrol/windowspecific/tbird-compose-info.png
/usr/share/doc/HTML/ru/kcontrol/windowspecific/tbird-main-attribute.png
/usr/share/doc/HTML/ru/kcontrol/windowspecific/tbird-main-info.png
/usr/share/doc/HTML/ru/kcontrol/windowspecific/tbird-reminder-attribute-2.png
/usr/share/doc/HTML/ru/kcontrol/windowspecific/tbird-reminder-info.png
/usr/share/doc/HTML/ru/kcontrol/windowspecific/window-matching-emacs.png
/usr/share/doc/HTML/ru/kcontrol/windowspecific/window-matching-init.png
/usr/share/doc/HTML/ru/kcontrol/windowspecific/window-matching-knotes.png
/usr/share/doc/HTML/ru/kcontrol/windowspecific/window-matching-kopete-chat.png
/usr/share/doc/HTML/ru/kcontrol/windowspecific/window-matching-kopete.png
/usr/share/doc/HTML/ru/kcontrol/windowspecific/window-matching-ready-akregator.png
/usr/share/doc/HTML/ru/kcontrol/windowspecific/window-matching-tbird-compose.png
/usr/share/doc/HTML/ru/kcontrol/windowspecific/window-matching-tbird-main.png
/usr/share/doc/HTML/ru/kcontrol/windowspecific/window-matching-tbird-reminder.png
/usr/share/doc/HTML/sl/kcontrol
/usr/share/doc/HTML/sl/kcontrol/desktop
/usr/share/doc/HTML/sl/kcontrol/desktop/index.cache.bz2
/usr/share/doc/HTML/sl/kcontrol/desktop/index.docbook
/usr/share/doc/HTML/sl/kcontrol/kwindecoration
/usr/share/doc/HTML/sl/kcontrol/kwindecoration/index.cache.bz2
/usr/share/doc/HTML/sl/kcontrol/kwindecoration/index.docbook
/usr/share/doc/HTML/sl/kcontrol/kwineffects
/usr/share/doc/HTML/sl/kcontrol/kwineffects/index.cache.bz2
/usr/share/doc/HTML/sl/kcontrol/kwineffects/index.docbook
/usr/share/doc/HTML/sl/kcontrol/kwinscreenedges
/usr/share/doc/HTML/sl/kcontrol/kwinscreenedges/index.cache.bz2
/usr/share/doc/HTML/sl/kcontrol/kwinscreenedges/index.docbook
/usr/share/doc/HTML/sl/kcontrol/kwintabbox
/usr/share/doc/HTML/sl/kcontrol/kwintabbox/index.cache.bz2
/usr/share/doc/HTML/sl/kcontrol/kwintabbox/index.docbook
/usr/share/doc/HTML/sl/kcontrol/kwintouchscreen
/usr/share/doc/HTML/sl/kcontrol/kwintouchscreen/index.cache.bz2
/usr/share/doc/HTML/sl/kcontrol/kwintouchscreen/index.docbook
/usr/share/doc/HTML/sl/kcontrol/kwinvirtualkeyboard
/usr/share/doc/HTML/sl/kcontrol/kwinvirtualkeyboard/index.cache.bz2
/usr/share/doc/HTML/sl/kcontrol/kwinvirtualkeyboard/index.docbook
/usr/share/doc/HTML/sl/kcontrol/windowbehaviour
/usr/share/doc/HTML/sl/kcontrol/windowbehaviour/index.cache.bz2
/usr/share/doc/HTML/sl/kcontrol/windowbehaviour/index.docbook
/usr/share/doc/HTML/sr/kcontrol
/usr/share/doc/HTML/sr/kcontrol/desktop
/usr/share/doc/HTML/sr/kcontrol/desktop/index.cache.bz2
/usr/share/doc/HTML/sr/kcontrol/desktop/index.docbook
/usr/share/doc/HTML/sr@latin/kcontrol
/usr/share/doc/HTML/sr@latin/kcontrol/desktop
/usr/share/doc/HTML/sr@latin/kcontrol/desktop/index.cache.bz2
/usr/share/doc/HTML/sr@latin/kcontrol/desktop/index.docbook
/usr/share/doc/HTML/sv/kcontrol
/usr/share/doc/HTML/sv/kcontrol/desktop
/usr/share/doc/HTML/sv/kcontrol/desktop/index.cache.bz2
/usr/share/doc/HTML/sv/kcontrol/desktop/index.docbook
/usr/share/doc/HTML/sv/kcontrol/kwindecoration
/usr/share/doc/HTML/sv/kcontrol/kwindecoration/index.cache.bz2
/usr/share/doc/HTML/sv/kcontrol/kwindecoration/index.docbook
/usr/share/doc/HTML/sv/kcontrol/kwineffects
/usr/share/doc/HTML/sv/kcontrol/kwineffects/index.cache.bz2
/usr/share/doc/HTML/sv/kcontrol/kwineffects/index.docbook
/usr/share/doc/HTML/sv/kcontrol/kwinscreenedges
/usr/share/doc/HTML/sv/kcontrol/kwinscreenedges/index.cache.bz2
/usr/share/doc/HTML/sv/kcontrol/kwinscreenedges/index.docbook
/usr/share/doc/HTML/sv/kcontrol/kwintabbox
/usr/share/doc/HTML/sv/kcontrol/kwintabbox/index.cache.bz2
/usr/share/doc/HTML/sv/kcontrol/kwintabbox/index.docbook
/usr/share/doc/HTML/sv/kcontrol/kwintouchscreen
/usr/share/doc/HTML/sv/kcontrol/kwintouchscreen/index.cache.bz2
/usr/share/doc/HTML/sv/kcontrol/kwintouchscreen/index.docbook
/usr/share/doc/HTML/sv/kcontrol/kwinvirtualkeyboard
/usr/share/doc/HTML/sv/kcontrol/kwinvirtualkeyboard/index.cache.bz2
/usr/share/doc/HTML/sv/kcontrol/kwinvirtualkeyboard/index.docbook
/usr/share/doc/HTML/sv/kcontrol/windowbehaviour
/usr/share/doc/HTML/sv/kcontrol/windowbehaviour/index.cache.bz2
/usr/share/doc/HTML/sv/kcontrol/windowbehaviour/index.docbook
/usr/share/doc/HTML/sv/kcontrol/windowspecific
/usr/share/doc/HTML/sv/kcontrol/windowspecific/index.cache.bz2
/usr/share/doc/HTML/sv/kcontrol/windowspecific/index.docbook
/usr/share/doc/HTML/tr/kcontrol
/usr/share/doc/HTML/tr/kcontrol/desktop
/usr/share/doc/HTML/tr/kcontrol/desktop/index.cache.bz2
/usr/share/doc/HTML/tr/kcontrol/desktop/index.docbook
/usr/share/doc/HTML/tr/kcontrol/kwindecoration
/usr/share/doc/HTML/tr/kcontrol/kwindecoration/index.cache.bz2
/usr/share/doc/HTML/tr/kcontrol/kwindecoration/index.docbook
/usr/share/doc/HTML/tr/kcontrol/kwineffects
/usr/share/doc/HTML/tr/kcontrol/kwineffects/index.cache.bz2
/usr/share/doc/HTML/tr/kcontrol/kwineffects/index.docbook
/usr/share/doc/HTML/tr/kcontrol/kwinscreenedges
/usr/share/doc/HTML/tr/kcontrol/kwinscreenedges/index.cache.bz2
/usr/share/doc/HTML/tr/kcontrol/kwinscreenedges/index.docbook
/usr/share/doc/HTML/tr/kcontrol/kwintabbox
/usr/share/doc/HTML/tr/kcontrol/kwintabbox/index.cache.bz2
/usr/share/doc/HTML/tr/kcontrol/kwintabbox/index.docbook
/usr/share/doc/HTML/tr/kcontrol/kwintouchscreen
/usr/share/doc/HTML/tr/kcontrol/kwintouchscreen/index.cache.bz2
/usr/share/doc/HTML/tr/kcontrol/kwintouchscreen/index.docbook
/usr/share/doc/HTML/tr/kcontrol/kwinvirtualkeyboard
/usr/share/doc/HTML/tr/kcontrol/kwinvirtualkeyboard/index.cache.bz2
/usr/share/doc/HTML/tr/kcontrol/kwinvirtualkeyboard/index.docbook
/usr/share/doc/HTML/tr/kcontrol/windowbehaviour
/usr/share/doc/HTML/tr/kcontrol/windowbehaviour/index.cache.bz2
/usr/share/doc/HTML/tr/kcontrol/windowbehaviour/index.docbook
/usr/share/doc/HTML/tr/kcontrol/windowspecific
/usr/share/doc/HTML/tr/kcontrol/windowspecific/index.cache.bz2
/usr/share/doc/HTML/tr/kcontrol/windowspecific/index.docbook
/usr/share/doc/HTML/uk/kcontrol
/usr/share/doc/HTML/uk/kcontrol/desktop
/usr/share/doc/HTML/uk/kcontrol/desktop/index.cache.bz2
/usr/share/doc/HTML/uk/kcontrol/desktop/index.docbook
/usr/share/doc/HTML/uk/kcontrol/kwindecoration
/usr/share/doc/HTML/uk/kcontrol/kwindecoration/button.png
/usr/share/doc/HTML/uk/kcontrol/kwindecoration/decoration.png
/usr/share/doc/HTML/uk/kcontrol/kwindecoration/index.cache.bz2
/usr/share/doc/HTML/uk/kcontrol/kwindecoration/index.docbook
/usr/share/doc/HTML/uk/kcontrol/kwindecoration/main.png
/usr/share/doc/HTML/uk/kcontrol/kwineffects
/usr/share/doc/HTML/uk/kcontrol/kwineffects/index.cache.bz2
/usr/share/doc/HTML/uk/kcontrol/kwineffects/index.docbook
/usr/share/doc/HTML/uk/kcontrol/kwinscreenedges
/usr/share/doc/HTML/uk/kcontrol/kwinscreenedges/index.cache.bz2
/usr/share/doc/HTML/uk/kcontrol/kwinscreenedges/index.docbook
/usr/share/doc/HTML/uk/kcontrol/kwintabbox
/usr/share/doc/HTML/uk/kcontrol/kwintabbox/index.cache.bz2
/usr/share/doc/HTML/uk/kcontrol/kwintabbox/index.docbook
/usr/share/doc/HTML/uk/kcontrol/kwintouchscreen
/usr/share/doc/HTML/uk/kcontrol/kwintouchscreen/index.cache.bz2
/usr/share/doc/HTML/uk/kcontrol/kwintouchscreen/index.docbook
/usr/share/doc/HTML/uk/kcontrol/kwinvirtualkeyboard
/usr/share/doc/HTML/uk/kcontrol/kwinvirtualkeyboard/index.cache.bz2
/usr/share/doc/HTML/uk/kcontrol/kwinvirtualkeyboard/index.docbook
/usr/share/doc/HTML/uk/kcontrol/windowbehaviour
/usr/share/doc/HTML/uk/kcontrol/windowbehaviour/index.cache.bz2
/usr/share/doc/HTML/uk/kcontrol/windowbehaviour/index.docbook
/usr/share/doc/HTML/uk/kcontrol/windowspecific
/usr/share/doc/HTML/uk/kcontrol/windowspecific/index.cache.bz2
/usr/share/doc/HTML/uk/kcontrol/windowspecific/index.docbook
/usr/share/locale/af/LC_MESSAGES/kcm_kwindecoration.mo
/usr/share/locale/af/LC_MESSAGES/kcm_kwinrules.mo
/usr/share/locale/af/LC_MESSAGES/kcmkwm.mo
/usr/share/locale/af/LC_MESSAGES/kwin.mo
/usr/share/locale/ar/LC_MESSAGES/kcm_kwin_effects.mo
/usr/share/locale/ar/LC_MESSAGES/kcm_kwin_scripts.mo
/usr/share/locale/ar/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
/usr/share/locale/ar/LC_MESSAGES/kcm_kwindecoration.mo
/usr/share/locale/ar/LC_MESSAGES/kcm_kwinrules.mo
/usr/share/locale/ar/LC_MESSAGES/kcm_kwintabbox.mo
/usr/share/locale/ar/LC_MESSAGES/kcm_kwinxwayland.mo
/usr/share/locale/ar/LC_MESSAGES/kcm_virtualkeyboard.mo
/usr/share/locale/ar/LC_MESSAGES/kcmkwincommon.mo
/usr/share/locale/ar/LC_MESSAGES/kcmkwincompositing.mo
/usr/share/locale/ar/LC_MESSAGES/kcmkwinscreenedges.mo
/usr/share/locale/ar/LC_MESSAGES/kcmkwm.mo
/usr/share/locale/ar/LC_MESSAGES/kwin.mo
/usr/share/locale/as/LC_MESSAGES/kwin.mo
/usr/share/locale/ast/LC_MESSAGES/kcm_kwin_effects.mo
/usr/share/locale/ast/LC_MESSAGES/kcm_kwin_scripts.mo
/usr/share/locale/ast/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
/usr/share/locale/ast/LC_MESSAGES/kcm_kwindecoration.mo
/usr/share/locale/ast/LC_MESSAGES/kcm_kwinrules.mo
/usr/share/locale/ast/LC_MESSAGES/kcm_kwintabbox.mo
/usr/share/locale/ast/LC_MESSAGES/kcm_kwinxwayland.mo
/usr/share/locale/ast/LC_MESSAGES/kcm_virtualkeyboard.mo
/usr/share/locale/ast/LC_MESSAGES/kcmkwincommon.mo
/usr/share/locale/ast/LC_MESSAGES/kcmkwincompositing.mo
/usr/share/locale/ast/LC_MESSAGES/kcmkwinscreenedges.mo
/usr/share/locale/ast/LC_MESSAGES/kcmkwm.mo
/usr/share/locale/ast/LC_MESSAGES/kwin.mo
/usr/share/locale/az/LC_MESSAGES/kcm_kwin_effects.mo
/usr/share/locale/az/LC_MESSAGES/kcm_kwin_scripts.mo
/usr/share/locale/az/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
/usr/share/locale/az/LC_MESSAGES/kcm_kwindecoration.mo
/usr/share/locale/az/LC_MESSAGES/kcm_kwinrules.mo
/usr/share/locale/az/LC_MESSAGES/kcm_kwintabbox.mo
/usr/share/locale/az/LC_MESSAGES/kcm_virtualkeyboard.mo
/usr/share/locale/az/LC_MESSAGES/kcmkwincommon.mo
/usr/share/locale/az/LC_MESSAGES/kcmkwincompositing.mo
/usr/share/locale/az/LC_MESSAGES/kcmkwinscreenedges.mo
/usr/share/locale/az/LC_MESSAGES/kcmkwm.mo
/usr/share/locale/az/LC_MESSAGES/kwin.mo
/usr/share/locale/be/LC_MESSAGES/kcm_kwin_effects.mo
/usr/share/locale/be/LC_MESSAGES/kcm_kwin_scripts.mo
/usr/share/locale/be/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
/usr/share/locale/be/LC_MESSAGES/kcm_kwindecoration.mo
/usr/share/locale/be/LC_MESSAGES/kcm_kwinrules.mo
/usr/share/locale/be/LC_MESSAGES/kcm_kwintabbox.mo
/usr/share/locale/be/LC_MESSAGES/kcm_kwinxwayland.mo
/usr/share/locale/be/LC_MESSAGES/kcm_virtualkeyboard.mo
/usr/share/locale/be/LC_MESSAGES/kcmkwincommon.mo
/usr/share/locale/be/LC_MESSAGES/kcmkwincompositing.mo
/usr/share/locale/be/LC_MESSAGES/kcmkwinscreenedges.mo
/usr/share/locale/be/LC_MESSAGES/kcmkwm.mo
/usr/share/locale/be/LC_MESSAGES/kwin.mo
/usr/share/locale/be@latin/LC_MESSAGES/kwin.mo
/usr/share/locale/bg/LC_MESSAGES/kcm_kwin_effects.mo
/usr/share/locale/bg/LC_MESSAGES/kcm_kwin_scripts.mo
/usr/share/locale/bg/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
/usr/share/locale/bg/LC_MESSAGES/kcm_kwindecoration.mo
/usr/share/locale/bg/LC_MESSAGES/kcm_kwinrules.mo
/usr/share/locale/bg/LC_MESSAGES/kcm_kwintabbox.mo
/usr/share/locale/bg/LC_MESSAGES/kcm_kwinxwayland.mo
/usr/share/locale/bg/LC_MESSAGES/kcm_virtualkeyboard.mo
/usr/share/locale/bg/LC_MESSAGES/kcmkwincommon.mo
/usr/share/locale/bg/LC_MESSAGES/kcmkwincompositing.mo
/usr/share/locale/bg/LC_MESSAGES/kcmkwinscreenedges.mo
/usr/share/locale/bg/LC_MESSAGES/kcmkwm.mo
/usr/share/locale/bg/LC_MESSAGES/kwin.mo
/usr/share/locale/bn/LC_MESSAGES/kcmkwm.mo
/usr/share/locale/bn/LC_MESSAGES/kwin.mo
/usr/share/locale/bn_IN/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
/usr/share/locale/bn_IN/LC_MESSAGES/kcm_kwindecoration.mo
/usr/share/locale/bn_IN/LC_MESSAGES/kcm_kwinrules.mo
/usr/share/locale/bn_IN/LC_MESSAGES/kcmkwm.mo
/usr/share/locale/bn_IN/LC_MESSAGES/kwin.mo
/usr/share/locale/br/LC_MESSAGES/kcm_kwindecoration.mo
/usr/share/locale/br/LC_MESSAGES/kcm_kwinrules.mo
/usr/share/locale/br/LC_MESSAGES/kcmkwm.mo
/usr/share/locale/br/LC_MESSAGES/kwin.mo
/usr/share/locale/bs/LC_MESSAGES/kcm_kwin_scripts.mo
/usr/share/locale/bs/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
/usr/share/locale/bs/LC_MESSAGES/kcm_kwindecoration.mo
/usr/share/locale/bs/LC_MESSAGES/kcm_kwinrules.mo
/usr/share/locale/bs/LC_MESSAGES/kcm_kwintabbox.mo
/usr/share/locale/bs/LC_MESSAGES/kcmkwincompositing.mo
/usr/share/locale/bs/LC_MESSAGES/kcmkwinscreenedges.mo
/usr/share/locale/bs/LC_MESSAGES/kcmkwm.mo
/usr/share/locale/bs/LC_MESSAGES/kwin.mo
/usr/share/locale/ca/LC_MESSAGES/kcm_kwin_effects.mo
/usr/share/locale/ca/LC_MESSAGES/kcm_kwin_scripts.mo
/usr/share/locale/ca/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
/usr/share/locale/ca/LC_MESSAGES/kcm_kwindecoration.mo
/usr/share/locale/ca/LC_MESSAGES/kcm_kwinrules.mo
/usr/share/locale/ca/LC_MESSAGES/kcm_kwintabbox.mo
/usr/share/locale/ca/LC_MESSAGES/kcm_kwinxwayland.mo
/usr/share/locale/ca/LC_MESSAGES/kcm_virtualkeyboard.mo
/usr/share/locale/ca/LC_MESSAGES/kcmkwincommon.mo
/usr/share/locale/ca/LC_MESSAGES/kcmkwincompositing.mo
/usr/share/locale/ca/LC_MESSAGES/kcmkwinscreenedges.mo
/usr/share/locale/ca/LC_MESSAGES/kcmkwm.mo
/usr/share/locale/ca/LC_MESSAGES/kwin.mo
/usr/share/locale/ca@valencia/LC_MESSAGES/kcm_kwin_effects.mo
/usr/share/locale/ca@valencia/LC_MESSAGES/kcm_kwin_scripts.mo
/usr/share/locale/ca@valencia/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
/usr/share/locale/ca@valencia/LC_MESSAGES/kcm_kwindecoration.mo
/usr/share/locale/ca@valencia/LC_MESSAGES/kcm_kwinrules.mo
/usr/share/locale/ca@valencia/LC_MESSAGES/kcm_kwintabbox.mo
/usr/share/locale/ca@valencia/LC_MESSAGES/kcm_kwinxwayland.mo
/usr/share/locale/ca@valencia/LC_MESSAGES/kcm_virtualkeyboard.mo
/usr/share/locale/ca@valencia/LC_MESSAGES/kcmkwincommon.mo
/usr/share/locale/ca@valencia/LC_MESSAGES/kcmkwincompositing.mo
/usr/share/locale/ca@valencia/LC_MESSAGES/kcmkwinscreenedges.mo
/usr/share/locale/ca@valencia/LC_MESSAGES/kcmkwm.mo
/usr/share/locale/ca@valencia/LC_MESSAGES/kwin.mo
/usr/share/locale/cs/LC_MESSAGES/kcm_kwin_effects.mo
/usr/share/locale/cs/LC_MESSAGES/kcm_kwin_scripts.mo
/usr/share/locale/cs/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
/usr/share/locale/cs/LC_MESSAGES/kcm_kwindecoration.mo
/usr/share/locale/cs/LC_MESSAGES/kcm_kwinrules.mo
/usr/share/locale/cs/LC_MESSAGES/kcm_kwintabbox.mo
/usr/share/locale/cs/LC_MESSAGES/kcm_kwinxwayland.mo
/usr/share/locale/cs/LC_MESSAGES/kcm_virtualkeyboard.mo
/usr/share/locale/cs/LC_MESSAGES/kcmkwincommon.mo
/usr/share/locale/cs/LC_MESSAGES/kcmkwincompositing.mo
/usr/share/locale/cs/LC_MESSAGES/kcmkwinscreenedges.mo
/usr/share/locale/cs/LC_MESSAGES/kcmkwm.mo
/usr/share/locale/cs/LC_MESSAGES/kwin.mo
/usr/share/locale/cy/LC_MESSAGES/kcm_kwindecoration.mo
/usr/share/locale/cy/LC_MESSAGES/kcm_kwinrules.mo
/usr/share/locale/cy/LC_MESSAGES/kcmkwm.mo
/usr/share/locale/cy/LC_MESSAGES/kwin.mo
/usr/share/locale/da/LC_MESSAGES/kcm_kwin_effects.mo
/usr/share/locale/da/LC_MESSAGES/kcm_kwin_scripts.mo
/usr/share/locale/da/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
/usr/share/locale/da/LC_MESSAGES/kcm_kwindecoration.mo
/usr/share/locale/da/LC_MESSAGES/kcm_kwinrules.mo
/usr/share/locale/da/LC_MESSAGES/kcm_kwintabbox.mo
/usr/share/locale/da/LC_MESSAGES/kcmkwincommon.mo
/usr/share/locale/da/LC_MESSAGES/kcmkwincompositing.mo
/usr/share/locale/da/LC_MESSAGES/kcmkwinscreenedges.mo
/usr/share/locale/da/LC_MESSAGES/kcmkwm.mo
/usr/share/locale/da/LC_MESSAGES/kwin.mo
/usr/share/locale/de/LC_MESSAGES/kcm_kwin_effects.mo
/usr/share/locale/de/LC_MESSAGES/kcm_kwin_scripts.mo
/usr/share/locale/de/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
/usr/share/locale/de/LC_MESSAGES/kcm_kwindecoration.mo
/usr/share/locale/de/LC_MESSAGES/kcm_kwinrules.mo
/usr/share/locale/de/LC_MESSAGES/kcm_kwintabbox.mo
/usr/share/locale/de/LC_MESSAGES/kcm_kwinxwayland.mo
/usr/share/locale/de/LC_MESSAGES/kcm_virtualkeyboard.mo
/usr/share/locale/de/LC_MESSAGES/kcmkwincommon.mo
/usr/share/locale/de/LC_MESSAGES/kcmkwincompositing.mo
/usr/share/locale/de/LC_MESSAGES/kcmkwinscreenedges.mo
/usr/share/locale/de/LC_MESSAGES/kcmkwm.mo
/usr/share/locale/de/LC_MESSAGES/kwin.mo
/usr/share/locale/el/LC_MESSAGES/kcm_kwin_scripts.mo
/usr/share/locale/el/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
/usr/share/locale/el/LC_MESSAGES/kcm_kwindecoration.mo
/usr/share/locale/el/LC_MESSAGES/kcm_kwinrules.mo
/usr/share/locale/el/LC_MESSAGES/kcm_kwintabbox.mo
/usr/share/locale/el/LC_MESSAGES/kcmkwincompositing.mo
/usr/share/locale/el/LC_MESSAGES/kcmkwinscreenedges.mo
/usr/share/locale/el/LC_MESSAGES/kcmkwm.mo
/usr/share/locale/el/LC_MESSAGES/kwin.mo
/usr/share/locale/en_GB/LC_MESSAGES/kcm_kwin_effects.mo
/usr/share/locale/en_GB/LC_MESSAGES/kcm_kwin_scripts.mo
/usr/share/locale/en_GB/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
/usr/share/locale/en_GB/LC_MESSAGES/kcm_kwindecoration.mo
/usr/share/locale/en_GB/LC_MESSAGES/kcm_kwinrules.mo
/usr/share/locale/en_GB/LC_MESSAGES/kcm_kwintabbox.mo
/usr/share/locale/en_GB/LC_MESSAGES/kcm_kwinxwayland.mo
/usr/share/locale/en_GB/LC_MESSAGES/kcm_virtualkeyboard.mo
/usr/share/locale/en_GB/LC_MESSAGES/kcmkwincommon.mo
/usr/share/locale/en_GB/LC_MESSAGES/kcmkwincompositing.mo
/usr/share/locale/en_GB/LC_MESSAGES/kcmkwinscreenedges.mo
/usr/share/locale/en_GB/LC_MESSAGES/kcmkwm.mo
/usr/share/locale/en_GB/LC_MESSAGES/kwin.mo
/usr/share/locale/eo/LC_MESSAGES/kcm_kwin_effects.mo
/usr/share/locale/eo/LC_MESSAGES/kcm_kwin_scripts.mo
/usr/share/locale/eo/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
/usr/share/locale/eo/LC_MESSAGES/kcm_kwindecoration.mo
/usr/share/locale/eo/LC_MESSAGES/kcm_kwinrules.mo
/usr/share/locale/eo/LC_MESSAGES/kcm_kwintabbox.mo
/usr/share/locale/eo/LC_MESSAGES/kcm_kwinxwayland.mo
/usr/share/locale/eo/LC_MESSAGES/kcm_virtualkeyboard.mo
/usr/share/locale/eo/LC_MESSAGES/kcmkwincommon.mo
/usr/share/locale/eo/LC_MESSAGES/kcmkwincompositing.mo
/usr/share/locale/eo/LC_MESSAGES/kcmkwinscreenedges.mo
/usr/share/locale/eo/LC_MESSAGES/kcmkwm.mo
/usr/share/locale/eo/LC_MESSAGES/kwin.mo
/usr/share/locale/es/LC_MESSAGES/kcm_kwin_effects.mo
/usr/share/locale/es/LC_MESSAGES/kcm_kwin_scripts.mo
/usr/share/locale/es/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
/usr/share/locale/es/LC_MESSAGES/kcm_kwindecoration.mo
/usr/share/locale/es/LC_MESSAGES/kcm_kwinrules.mo
/usr/share/locale/es/LC_MESSAGES/kcm_kwintabbox.mo
/usr/share/locale/es/LC_MESSAGES/kcm_kwinxwayland.mo
/usr/share/locale/es/LC_MESSAGES/kcm_virtualkeyboard.mo
/usr/share/locale/es/LC_MESSAGES/kcmkwincommon.mo
/usr/share/locale/es/LC_MESSAGES/kcmkwincompositing.mo
/usr/share/locale/es/LC_MESSAGES/kcmkwinscreenedges.mo
/usr/share/locale/es/LC_MESSAGES/kcmkwm.mo
/usr/share/locale/es/LC_MESSAGES/kwin.mo
/usr/share/locale/et/LC_MESSAGES/kcm_kwin_effects.mo
/usr/share/locale/et/LC_MESSAGES/kcm_kwin_scripts.mo
/usr/share/locale/et/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
/usr/share/locale/et/LC_MESSAGES/kcm_kwindecoration.mo
/usr/share/locale/et/LC_MESSAGES/kcm_kwinrules.mo
/usr/share/locale/et/LC_MESSAGES/kcm_kwintabbox.mo
/usr/share/locale/et/LC_MESSAGES/kcmkwincommon.mo
/usr/share/locale/et/LC_MESSAGES/kcmkwincompositing.mo
/usr/share/locale/et/LC_MESSAGES/kcmkwinscreenedges.mo
/usr/share/locale/et/LC_MESSAGES/kcmkwm.mo
/usr/share/locale/et/LC_MESSAGES/kwin.mo
/usr/share/locale/eu/LC_MESSAGES/kcm_kwin_effects.mo
/usr/share/locale/eu/LC_MESSAGES/kcm_kwin_scripts.mo
/usr/share/locale/eu/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
/usr/share/locale/eu/LC_MESSAGES/kcm_kwindecoration.mo
/usr/share/locale/eu/LC_MESSAGES/kcm_kwinrules.mo
/usr/share/locale/eu/LC_MESSAGES/kcm_kwintabbox.mo
/usr/share/locale/eu/LC_MESSAGES/kcm_kwinxwayland.mo
/usr/share/locale/eu/LC_MESSAGES/kcm_virtualkeyboard.mo
/usr/share/locale/eu/LC_MESSAGES/kcmkwincommon.mo
/usr/share/locale/eu/LC_MESSAGES/kcmkwincompositing.mo
/usr/share/locale/eu/LC_MESSAGES/kcmkwinscreenedges.mo
/usr/share/locale/eu/LC_MESSAGES/kcmkwm.mo
/usr/share/locale/eu/LC_MESSAGES/kwin.mo
/usr/share/locale/fa/LC_MESSAGES/kcm_kwin_scripts.mo
/usr/share/locale/fa/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
/usr/share/locale/fa/LC_MESSAGES/kcm_kwindecoration.mo
/usr/share/locale/fa/LC_MESSAGES/kcm_kwinrules.mo
/usr/share/locale/fa/LC_MESSAGES/kcm_kwintabbox.mo
/usr/share/locale/fa/LC_MESSAGES/kcmkwincompositing.mo
/usr/share/locale/fa/LC_MESSAGES/kcmkwinscreenedges.mo
/usr/share/locale/fa/LC_MESSAGES/kcmkwm.mo
/usr/share/locale/fa/LC_MESSAGES/kwin.mo
/usr/share/locale/fi/LC_MESSAGES/kcm_kwin_effects.mo
/usr/share/locale/fi/LC_MESSAGES/kcm_kwin_scripts.mo
/usr/share/locale/fi/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
/usr/share/locale/fi/LC_MESSAGES/kcm_kwindecoration.mo
/usr/share/locale/fi/LC_MESSAGES/kcm_kwinrules.mo
/usr/share/locale/fi/LC_MESSAGES/kcm_kwintabbox.mo
/usr/share/locale/fi/LC_MESSAGES/kcm_kwinxwayland.mo
/usr/share/locale/fi/LC_MESSAGES/kcm_virtualkeyboard.mo
/usr/share/locale/fi/LC_MESSAGES/kcmkwincommon.mo
/usr/share/locale/fi/LC_MESSAGES/kcmkwincompositing.mo
/usr/share/locale/fi/LC_MESSAGES/kcmkwinscreenedges.mo
/usr/share/locale/fi/LC_MESSAGES/kcmkwm.mo
/usr/share/locale/fi/LC_MESSAGES/kwin.mo
/usr/share/locale/fr/LC_MESSAGES/kcm_kwin_effects.mo
/usr/share/locale/fr/LC_MESSAGES/kcm_kwin_scripts.mo
/usr/share/locale/fr/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
/usr/share/locale/fr/LC_MESSAGES/kcm_kwindecoration.mo
/usr/share/locale/fr/LC_MESSAGES/kcm_kwinrules.mo
/usr/share/locale/fr/LC_MESSAGES/kcm_kwintabbox.mo
/usr/share/locale/fr/LC_MESSAGES/kcm_kwinxwayland.mo
/usr/share/locale/fr/LC_MESSAGES/kcm_virtualkeyboard.mo
/usr/share/locale/fr/LC_MESSAGES/kcmkwincommon.mo
/usr/share/locale/fr/LC_MESSAGES/kcmkwincompositing.mo
/usr/share/locale/fr/LC_MESSAGES/kcmkwinscreenedges.mo
/usr/share/locale/fr/LC_MESSAGES/kcmkwm.mo
/usr/share/locale/fr/LC_MESSAGES/kwin.mo
/usr/share/locale/ga/LC_MESSAGES/kcm_kwin_scripts.mo
/usr/share/locale/ga/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
/usr/share/locale/ga/LC_MESSAGES/kcm_kwindecoration.mo
/usr/share/locale/ga/LC_MESSAGES/kcm_kwinrules.mo
/usr/share/locale/ga/LC_MESSAGES/kcm_kwintabbox.mo
/usr/share/locale/ga/LC_MESSAGES/kcmkwincompositing.mo
/usr/share/locale/ga/LC_MESSAGES/kcmkwinscreenedges.mo
/usr/share/locale/ga/LC_MESSAGES/kcmkwm.mo
/usr/share/locale/ga/LC_MESSAGES/kwin.mo
/usr/share/locale/gl/LC_MESSAGES/kcm_kwin_effects.mo
/usr/share/locale/gl/LC_MESSAGES/kcm_kwin_scripts.mo
/usr/share/locale/gl/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
/usr/share/locale/gl/LC_MESSAGES/kcm_kwindecoration.mo
/usr/share/locale/gl/LC_MESSAGES/kcm_kwinrules.mo
/usr/share/locale/gl/LC_MESSAGES/kcm_kwintabbox.mo
/usr/share/locale/gl/LC_MESSAGES/kcm_kwinxwayland.mo
/usr/share/locale/gl/LC_MESSAGES/kcm_virtualkeyboard.mo
/usr/share/locale/gl/LC_MESSAGES/kcmkwincommon.mo
/usr/share/locale/gl/LC_MESSAGES/kcmkwincompositing.mo
/usr/share/locale/gl/LC_MESSAGES/kcmkwinscreenedges.mo
/usr/share/locale/gl/LC_MESSAGES/kcmkwm.mo
/usr/share/locale/gl/LC_MESSAGES/kwin.mo
/usr/share/locale/gu/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
/usr/share/locale/gu/LC_MESSAGES/kcm_kwindecoration.mo
/usr/share/locale/gu/LC_MESSAGES/kcm_kwinrules.mo
/usr/share/locale/gu/LC_MESSAGES/kcm_kwintabbox.mo
/usr/share/locale/gu/LC_MESSAGES/kcmkwincompositing.mo
/usr/share/locale/gu/LC_MESSAGES/kcmkwinscreenedges.mo
/usr/share/locale/gu/LC_MESSAGES/kcmkwm.mo
/usr/share/locale/gu/LC_MESSAGES/kwin.mo
/usr/share/locale/he/LC_MESSAGES/kcm_kwin_effects.mo
/usr/share/locale/he/LC_MESSAGES/kcm_kwin_scripts.mo
/usr/share/locale/he/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
/usr/share/locale/he/LC_MESSAGES/kcm_kwindecoration.mo
/usr/share/locale/he/LC_MESSAGES/kcm_kwinrules.mo
/usr/share/locale/he/LC_MESSAGES/kcm_kwintabbox.mo
/usr/share/locale/he/LC_MESSAGES/kcm_kwinxwayland.mo
/usr/share/locale/he/LC_MESSAGES/kcm_virtualkeyboard.mo
/usr/share/locale/he/LC_MESSAGES/kcmkwincommon.mo
/usr/share/locale/he/LC_MESSAGES/kcmkwincompositing.mo
/usr/share/locale/he/LC_MESSAGES/kcmkwinscreenedges.mo
/usr/share/locale/he/LC_MESSAGES/kcmkwm.mo
/usr/share/locale/he/LC_MESSAGES/kwin.mo
/usr/share/locale/hi/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
/usr/share/locale/hi/LC_MESSAGES/kcm_kwindecoration.mo
/usr/share/locale/hi/LC_MESSAGES/kcm_kwinrules.mo
/usr/share/locale/hi/LC_MESSAGES/kcm_kwintabbox.mo
/usr/share/locale/hi/LC_MESSAGES/kcmkwincompositing.mo
/usr/share/locale/hi/LC_MESSAGES/kcmkwinscreenedges.mo
/usr/share/locale/hi/LC_MESSAGES/kcmkwm.mo
/usr/share/locale/hi/LC_MESSAGES/kwin.mo
/usr/share/locale/hr/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
/usr/share/locale/hr/LC_MESSAGES/kcm_kwindecoration.mo
/usr/share/locale/hr/LC_MESSAGES/kcm_kwinrules.mo
/usr/share/locale/hr/LC_MESSAGES/kcm_kwintabbox.mo
/usr/share/locale/hr/LC_MESSAGES/kcmkwincompositing.mo
/usr/share/locale/hr/LC_MESSAGES/kcmkwinscreenedges.mo
/usr/share/locale/hr/LC_MESSAGES/kcmkwm.mo
/usr/share/locale/hr/LC_MESSAGES/kwin.mo
/usr/share/locale/hu/LC_MESSAGES/kcm_kwin_effects.mo
/usr/share/locale/hu/LC_MESSAGES/kcm_kwin_scripts.mo
/usr/share/locale/hu/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
/usr/share/locale/hu/LC_MESSAGES/kcm_kwindecoration.mo
/usr/share/locale/hu/LC_MESSAGES/kcm_kwinrules.mo
/usr/share/locale/hu/LC_MESSAGES/kcm_kwintabbox.mo
/usr/share/locale/hu/LC_MESSAGES/kcm_kwinxwayland.mo
/usr/share/locale/hu/LC_MESSAGES/kcm_virtualkeyboard.mo
/usr/share/locale/hu/LC_MESSAGES/kcmkwincommon.mo
/usr/share/locale/hu/LC_MESSAGES/kcmkwincompositing.mo
/usr/share/locale/hu/LC_MESSAGES/kcmkwinscreenedges.mo
/usr/share/locale/hu/LC_MESSAGES/kcmkwm.mo
/usr/share/locale/hu/LC_MESSAGES/kwin.mo
/usr/share/locale/ia/LC_MESSAGES/kcm_kwin_effects.mo
/usr/share/locale/ia/LC_MESSAGES/kcm_kwin_scripts.mo
/usr/share/locale/ia/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
/usr/share/locale/ia/LC_MESSAGES/kcm_kwindecoration.mo
/usr/share/locale/ia/LC_MESSAGES/kcm_kwinrules.mo
/usr/share/locale/ia/LC_MESSAGES/kcm_kwintabbox.mo
/usr/share/locale/ia/LC_MESSAGES/kcm_kwinxwayland.mo
/usr/share/locale/ia/LC_MESSAGES/kcm_virtualkeyboard.mo
/usr/share/locale/ia/LC_MESSAGES/kcmkwincommon.mo
/usr/share/locale/ia/LC_MESSAGES/kcmkwincompositing.mo
/usr/share/locale/ia/LC_MESSAGES/kcmkwinscreenedges.mo
/usr/share/locale/ia/LC_MESSAGES/kcmkwm.mo
/usr/share/locale/ia/LC_MESSAGES/kwin.mo
/usr/share/locale/id/LC_MESSAGES/kcm_kwin_effects.mo
/usr/share/locale/id/LC_MESSAGES/kcm_kwin_scripts.mo
/usr/share/locale/id/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
/usr/share/locale/id/LC_MESSAGES/kcm_kwindecoration.mo
/usr/share/locale/id/LC_MESSAGES/kcm_kwinrules.mo
/usr/share/locale/id/LC_MESSAGES/kcm_kwintabbox.mo
/usr/share/locale/id/LC_MESSAGES/kcm_virtualkeyboard.mo
/usr/share/locale/id/LC_MESSAGES/kcmkwincommon.mo
/usr/share/locale/id/LC_MESSAGES/kcmkwincompositing.mo
/usr/share/locale/id/LC_MESSAGES/kcmkwinscreenedges.mo
/usr/share/locale/id/LC_MESSAGES/kcmkwm.mo
/usr/share/locale/id/LC_MESSAGES/kwin.mo
/usr/share/locale/is/LC_MESSAGES/kcm_kwin_effects.mo
/usr/share/locale/is/LC_MESSAGES/kcm_kwin_scripts.mo
/usr/share/locale/is/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
/usr/share/locale/is/LC_MESSAGES/kcm_kwindecoration.mo
/usr/share/locale/is/LC_MESSAGES/kcm_kwinrules.mo
/usr/share/locale/is/LC_MESSAGES/kcm_kwintabbox.mo
/usr/share/locale/is/LC_MESSAGES/kcm_kwinxwayland.mo
/usr/share/locale/is/LC_MESSAGES/kcm_virtualkeyboard.mo
/usr/share/locale/is/LC_MESSAGES/kcmkwincommon.mo
/usr/share/locale/is/LC_MESSAGES/kcmkwincompositing.mo
/usr/share/locale/is/LC_MESSAGES/kcmkwinscreenedges.mo
/usr/share/locale/is/LC_MESSAGES/kcmkwm.mo
/usr/share/locale/is/LC_MESSAGES/kwin.mo
/usr/share/locale/it/LC_MESSAGES/kcm_kwin_effects.mo
/usr/share/locale/it/LC_MESSAGES/kcm_kwin_scripts.mo
/usr/share/locale/it/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
/usr/share/locale/it/LC_MESSAGES/kcm_kwindecoration.mo
/usr/share/locale/it/LC_MESSAGES/kcm_kwinrules.mo
/usr/share/locale/it/LC_MESSAGES/kcm_kwintabbox.mo
/usr/share/locale/it/LC_MESSAGES/kcm_kwinxwayland.mo
/usr/share/locale/it/LC_MESSAGES/kcm_virtualkeyboard.mo
/usr/share/locale/it/LC_MESSAGES/kcmkwincommon.mo
/usr/share/locale/it/LC_MESSAGES/kcmkwincompositing.mo
/usr/share/locale/it/LC_MESSAGES/kcmkwinscreenedges.mo
/usr/share/locale/it/LC_MESSAGES/kcmkwm.mo
/usr/share/locale/it/LC_MESSAGES/kwin.mo
/usr/share/locale/ja/LC_MESSAGES/kcm_kwin_effects.mo
/usr/share/locale/ja/LC_MESSAGES/kcm_kwin_scripts.mo
/usr/share/locale/ja/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
/usr/share/locale/ja/LC_MESSAGES/kcm_kwindecoration.mo
/usr/share/locale/ja/LC_MESSAGES/kcm_kwinrules.mo
/usr/share/locale/ja/LC_MESSAGES/kcm_kwintabbox.mo
/usr/share/locale/ja/LC_MESSAGES/kcm_kwinxwayland.mo
/usr/share/locale/ja/LC_MESSAGES/kcm_virtualkeyboard.mo
/usr/share/locale/ja/LC_MESSAGES/kcmkwincommon.mo
/usr/share/locale/ja/LC_MESSAGES/kcmkwincompositing.mo
/usr/share/locale/ja/LC_MESSAGES/kcmkwinscreenedges.mo
/usr/share/locale/ja/LC_MESSAGES/kcmkwm.mo
/usr/share/locale/ja/LC_MESSAGES/kwin.mo
/usr/share/locale/ka/LC_MESSAGES/kcm_kwin_effects.mo
/usr/share/locale/ka/LC_MESSAGES/kcm_kwin_scripts.mo
/usr/share/locale/ka/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
/usr/share/locale/ka/LC_MESSAGES/kcm_kwindecoration.mo
/usr/share/locale/ka/LC_MESSAGES/kcm_kwinrules.mo
/usr/share/locale/ka/LC_MESSAGES/kcm_kwintabbox.mo
/usr/share/locale/ka/LC_MESSAGES/kcm_kwinxwayland.mo
/usr/share/locale/ka/LC_MESSAGES/kcm_virtualkeyboard.mo
/usr/share/locale/ka/LC_MESSAGES/kcmkwincommon.mo
/usr/share/locale/ka/LC_MESSAGES/kcmkwincompositing.mo
/usr/share/locale/ka/LC_MESSAGES/kcmkwinscreenedges.mo
/usr/share/locale/ka/LC_MESSAGES/kcmkwm.mo
/usr/share/locale/ka/LC_MESSAGES/kwin.mo
/usr/share/locale/kk/LC_MESSAGES/kcm_kwin_scripts.mo
/usr/share/locale/kk/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
/usr/share/locale/kk/LC_MESSAGES/kcm_kwindecoration.mo
/usr/share/locale/kk/LC_MESSAGES/kcm_kwinrules.mo
/usr/share/locale/kk/LC_MESSAGES/kcm_kwintabbox.mo
/usr/share/locale/kk/LC_MESSAGES/kcmkwincompositing.mo
/usr/share/locale/kk/LC_MESSAGES/kcmkwinscreenedges.mo
/usr/share/locale/kk/LC_MESSAGES/kcmkwm.mo
/usr/share/locale/kk/LC_MESSAGES/kwin.mo
/usr/share/locale/km/LC_MESSAGES/kcm_kwin_scripts.mo
/usr/share/locale/km/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
/usr/share/locale/km/LC_MESSAGES/kcm_kwindecoration.mo
/usr/share/locale/km/LC_MESSAGES/kcm_kwinrules.mo
/usr/share/locale/km/LC_MESSAGES/kcm_kwintabbox.mo
/usr/share/locale/km/LC_MESSAGES/kcmkwincompositing.mo
/usr/share/locale/km/LC_MESSAGES/kcmkwinscreenedges.mo
/usr/share/locale/km/LC_MESSAGES/kcmkwm.mo
/usr/share/locale/km/LC_MESSAGES/kwin.mo
/usr/share/locale/kn/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
/usr/share/locale/kn/LC_MESSAGES/kcm_kwindecoration.mo
/usr/share/locale/kn/LC_MESSAGES/kcm_kwinrules.mo
/usr/share/locale/kn/LC_MESSAGES/kcm_kwintabbox.mo
/usr/share/locale/kn/LC_MESSAGES/kcmkwincompositing.mo
/usr/share/locale/kn/LC_MESSAGES/kcmkwinscreenedges.mo
/usr/share/locale/kn/LC_MESSAGES/kcmkwm.mo
/usr/share/locale/kn/LC_MESSAGES/kwin.mo
/usr/share/locale/ko/LC_MESSAGES/kcm_kwin_effects.mo
/usr/share/locale/ko/LC_MESSAGES/kcm_kwin_scripts.mo
/usr/share/locale/ko/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
/usr/share/locale/ko/LC_MESSAGES/kcm_kwindecoration.mo
/usr/share/locale/ko/LC_MESSAGES/kcm_kwinrules.mo
/usr/share/locale/ko/LC_MESSAGES/kcm_kwintabbox.mo
/usr/share/locale/ko/LC_MESSAGES/kcm_kwinxwayland.mo
/usr/share/locale/ko/LC_MESSAGES/kcm_virtualkeyboard.mo
/usr/share/locale/ko/LC_MESSAGES/kcmkwincommon.mo
/usr/share/locale/ko/LC_MESSAGES/kcmkwincompositing.mo
/usr/share/locale/ko/LC_MESSAGES/kcmkwinscreenedges.mo
/usr/share/locale/ko/LC_MESSAGES/kcmkwm.mo
/usr/share/locale/ko/LC_MESSAGES/kwin.mo
/usr/share/locale/lt/LC_MESSAGES/kcm_kwin_effects.mo
/usr/share/locale/lt/LC_MESSAGES/kcm_kwin_scripts.mo
/usr/share/locale/lt/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
/usr/share/locale/lt/LC_MESSAGES/kcm_kwindecoration.mo
/usr/share/locale/lt/LC_MESSAGES/kcm_kwinrules.mo
/usr/share/locale/lt/LC_MESSAGES/kcm_kwintabbox.mo
/usr/share/locale/lt/LC_MESSAGES/kcm_kwinxwayland.mo
/usr/share/locale/lt/LC_MESSAGES/kcm_virtualkeyboard.mo
/usr/share/locale/lt/LC_MESSAGES/kcmkwincommon.mo
/usr/share/locale/lt/LC_MESSAGES/kcmkwincompositing.mo
/usr/share/locale/lt/LC_MESSAGES/kcmkwinscreenedges.mo
/usr/share/locale/lt/LC_MESSAGES/kcmkwm.mo
/usr/share/locale/lt/LC_MESSAGES/kwin.mo
/usr/share/locale/lv/LC_MESSAGES/kcm_kwin_effects.mo
/usr/share/locale/lv/LC_MESSAGES/kcm_kwin_scripts.mo
/usr/share/locale/lv/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
/usr/share/locale/lv/LC_MESSAGES/kcm_kwindecoration.mo
/usr/share/locale/lv/LC_MESSAGES/kcm_kwinrules.mo
/usr/share/locale/lv/LC_MESSAGES/kcm_kwintabbox.mo
/usr/share/locale/lv/LC_MESSAGES/kcm_kwinxwayland.mo
/usr/share/locale/lv/LC_MESSAGES/kcm_virtualkeyboard.mo
/usr/share/locale/lv/LC_MESSAGES/kcmkwincommon.mo
/usr/share/locale/lv/LC_MESSAGES/kcmkwincompositing.mo
/usr/share/locale/lv/LC_MESSAGES/kcmkwinscreenedges.mo
/usr/share/locale/lv/LC_MESSAGES/kcmkwm.mo
/usr/share/locale/lv/LC_MESSAGES/kwin.mo
/usr/share/locale/mai/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
/usr/share/locale/mai/LC_MESSAGES/kcm_kwindecoration.mo
/usr/share/locale/mai/LC_MESSAGES/kcm_kwinrules.mo
/usr/share/locale/mai/LC_MESSAGES/kcm_kwintabbox.mo
/usr/share/locale/mai/LC_MESSAGES/kcmkwincompositing.mo
/usr/share/locale/mai/LC_MESSAGES/kcmkwinscreenedges.mo
/usr/share/locale/mai/LC_MESSAGES/kcmkwm.mo
/usr/share/locale/mai/LC_MESSAGES/kwin.mo
/usr/share/locale/mk/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
/usr/share/locale/mk/LC_MESSAGES/kcm_kwindecoration.mo
/usr/share/locale/mk/LC_MESSAGES/kcm_kwinrules.mo
/usr/share/locale/mk/LC_MESSAGES/kcmkwincompositing.mo
/usr/share/locale/mk/LC_MESSAGES/kcmkwm.mo
/usr/share/locale/mk/LC_MESSAGES/kwin.mo
/usr/share/locale/ml/LC_MESSAGES/kcm_kwin_effects.mo
/usr/share/locale/ml/LC_MESSAGES/kcm_kwin_scripts.mo
/usr/share/locale/ml/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
/usr/share/locale/ml/LC_MESSAGES/kcm_kwindecoration.mo
/usr/share/locale/ml/LC_MESSAGES/kcm_kwinrules.mo
/usr/share/locale/ml/LC_MESSAGES/kcm_kwintabbox.mo
/usr/share/locale/ml/LC_MESSAGES/kcmkwincommon.mo
/usr/share/locale/ml/LC_MESSAGES/kcmkwincompositing.mo
/usr/share/locale/ml/LC_MESSAGES/kcmkwinscreenedges.mo
/usr/share/locale/ml/LC_MESSAGES/kcmkwm.mo
/usr/share/locale/ml/LC_MESSAGES/kwin.mo
/usr/share/locale/mr/LC_MESSAGES/kcm_kwin_scripts.mo
/usr/share/locale/mr/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
/usr/share/locale/mr/LC_MESSAGES/kcm_kwindecoration.mo
/usr/share/locale/mr/LC_MESSAGES/kcm_kwinrules.mo
/usr/share/locale/mr/LC_MESSAGES/kcm_kwintabbox.mo
/usr/share/locale/mr/LC_MESSAGES/kcmkwincompositing.mo
/usr/share/locale/mr/LC_MESSAGES/kcmkwinscreenedges.mo
/usr/share/locale/mr/LC_MESSAGES/kcmkwm.mo
/usr/share/locale/mr/LC_MESSAGES/kwin.mo
/usr/share/locale/ms/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
/usr/share/locale/ms/LC_MESSAGES/kcm_kwindecoration.mo
/usr/share/locale/ms/LC_MESSAGES/kcm_kwinrules.mo
/usr/share/locale/ms/LC_MESSAGES/kcm_kwintabbox.mo
/usr/share/locale/ms/LC_MESSAGES/kcmkwincompositing.mo
/usr/share/locale/ms/LC_MESSAGES/kcmkwinscreenedges.mo
/usr/share/locale/ms/LC_MESSAGES/kcmkwm.mo
/usr/share/locale/ms/LC_MESSAGES/kwin.mo
/usr/share/locale/nb/LC_MESSAGES/kcm_kwin_scripts.mo
/usr/share/locale/nb/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
/usr/share/locale/nb/LC_MESSAGES/kcm_kwindecoration.mo
/usr/share/locale/nb/LC_MESSAGES/kcm_kwinrules.mo
/usr/share/locale/nb/LC_MESSAGES/kcm_kwintabbox.mo
/usr/share/locale/nb/LC_MESSAGES/kcmkwincommon.mo
/usr/share/locale/nb/LC_MESSAGES/kcmkwincompositing.mo
/usr/share/locale/nb/LC_MESSAGES/kcmkwinscreenedges.mo
/usr/share/locale/nb/LC_MESSAGES/kcmkwm.mo
/usr/share/locale/nb/LC_MESSAGES/kwin.mo
/usr/share/locale/nds/LC_MESSAGES/kcm_kwin_scripts.mo
/usr/share/locale/nds/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
/usr/share/locale/nds/LC_MESSAGES/kcm_kwindecoration.mo
/usr/share/locale/nds/LC_MESSAGES/kcm_kwinrules.mo
/usr/share/locale/nds/LC_MESSAGES/kcm_kwintabbox.mo
/usr/share/locale/nds/LC_MESSAGES/kcmkwincompositing.mo
/usr/share/locale/nds/LC_MESSAGES/kcmkwinscreenedges.mo
/usr/share/locale/nds/LC_MESSAGES/kcmkwm.mo
/usr/share/locale/nds/LC_MESSAGES/kwin.mo
/usr/share/locale/ne/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
/usr/share/locale/ne/LC_MESSAGES/kcm_kwindecoration.mo
/usr/share/locale/ne/LC_MESSAGES/kcm_kwinrules.mo
/usr/share/locale/ne/LC_MESSAGES/kcmkwincompositing.mo
/usr/share/locale/ne/LC_MESSAGES/kcmkwm.mo
/usr/share/locale/ne/LC_MESSAGES/kwin.mo
/usr/share/locale/nl/LC_MESSAGES/kcm_kwin_effects.mo
/usr/share/locale/nl/LC_MESSAGES/kcm_kwin_scripts.mo
/usr/share/locale/nl/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
/usr/share/locale/nl/LC_MESSAGES/kcm_kwindecoration.mo
/usr/share/locale/nl/LC_MESSAGES/kcm_kwinrules.mo
/usr/share/locale/nl/LC_MESSAGES/kcm_kwintabbox.mo
/usr/share/locale/nl/LC_MESSAGES/kcm_kwinxwayland.mo
/usr/share/locale/nl/LC_MESSAGES/kcm_virtualkeyboard.mo
/usr/share/locale/nl/LC_MESSAGES/kcmkwincommon.mo
/usr/share/locale/nl/LC_MESSAGES/kcmkwincompositing.mo
/usr/share/locale/nl/LC_MESSAGES/kcmkwinscreenedges.mo
/usr/share/locale/nl/LC_MESSAGES/kcmkwm.mo
/usr/share/locale/nl/LC_MESSAGES/kwin.mo
/usr/share/locale/nn/LC_MESSAGES/kcm_kwin_effects.mo
/usr/share/locale/nn/LC_MESSAGES/kcm_kwin_scripts.mo
/usr/share/locale/nn/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
/usr/share/locale/nn/LC_MESSAGES/kcm_kwindecoration.mo
/usr/share/locale/nn/LC_MESSAGES/kcm_kwinrules.mo
/usr/share/locale/nn/LC_MESSAGES/kcm_kwintabbox.mo
/usr/share/locale/nn/LC_MESSAGES/kcm_kwinxwayland.mo
/usr/share/locale/nn/LC_MESSAGES/kcm_virtualkeyboard.mo
/usr/share/locale/nn/LC_MESSAGES/kcmkwincommon.mo
/usr/share/locale/nn/LC_MESSAGES/kcmkwincompositing.mo
/usr/share/locale/nn/LC_MESSAGES/kcmkwinscreenedges.mo
/usr/share/locale/nn/LC_MESSAGES/kcmkwm.mo
/usr/share/locale/nn/LC_MESSAGES/kwin.mo
/usr/share/locale/oc/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
/usr/share/locale/oc/LC_MESSAGES/kcm_kwindecoration.mo
/usr/share/locale/oc/LC_MESSAGES/kcm_kwinrules.mo
/usr/share/locale/oc/LC_MESSAGES/kcmkwincompositing.mo
/usr/share/locale/oc/LC_MESSAGES/kcmkwm.mo
/usr/share/locale/oc/LC_MESSAGES/kwin.mo
/usr/share/locale/or/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
/usr/share/locale/or/LC_MESSAGES/kcm_kwindecoration.mo
/usr/share/locale/or/LC_MESSAGES/kcm_kwinrules.mo
/usr/share/locale/or/LC_MESSAGES/kcmkwincompositing.mo
/usr/share/locale/or/LC_MESSAGES/kcmkwm.mo
/usr/share/locale/or/LC_MESSAGES/kwin.mo
/usr/share/locale/pa/LC_MESSAGES/kcm_kwin_effects.mo
/usr/share/locale/pa/LC_MESSAGES/kcm_kwin_scripts.mo
/usr/share/locale/pa/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
/usr/share/locale/pa/LC_MESSAGES/kcm_kwindecoration.mo
/usr/share/locale/pa/LC_MESSAGES/kcm_kwinrules.mo
/usr/share/locale/pa/LC_MESSAGES/kcm_kwintabbox.mo
/usr/share/locale/pa/LC_MESSAGES/kcm_kwinxwayland.mo
/usr/share/locale/pa/LC_MESSAGES/kcm_virtualkeyboard.mo
/usr/share/locale/pa/LC_MESSAGES/kcmkwincommon.mo
/usr/share/locale/pa/LC_MESSAGES/kcmkwincompositing.mo
/usr/share/locale/pa/LC_MESSAGES/kcmkwinscreenedges.mo
/usr/share/locale/pa/LC_MESSAGES/kcmkwm.mo
/usr/share/locale/pa/LC_MESSAGES/kwin.mo
/usr/share/locale/pl/LC_MESSAGES/kcm_kwin_effects.mo
/usr/share/locale/pl/LC_MESSAGES/kcm_kwin_scripts.mo
/usr/share/locale/pl/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
/usr/share/locale/pl/LC_MESSAGES/kcm_kwindecoration.mo
/usr/share/locale/pl/LC_MESSAGES/kcm_kwinrules.mo
/usr/share/locale/pl/LC_MESSAGES/kcm_kwintabbox.mo
/usr/share/locale/pl/LC_MESSAGES/kcm_kwinxwayland.mo
/usr/share/locale/pl/LC_MESSAGES/kcm_virtualkeyboard.mo
/usr/share/locale/pl/LC_MESSAGES/kcmkwincommon.mo
/usr/share/locale/pl/LC_MESSAGES/kcmkwincompositing.mo
/usr/share/locale/pl/LC_MESSAGES/kcmkwinscreenedges.mo
/usr/share/locale/pl/LC_MESSAGES/kcmkwm.mo
/usr/share/locale/pl/LC_MESSAGES/kwin.mo
/usr/share/locale/pt/LC_MESSAGES/kcm_kwin_effects.mo
/usr/share/locale/pt/LC_MESSAGES/kcm_kwin_scripts.mo
/usr/share/locale/pt/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
/usr/share/locale/pt/LC_MESSAGES/kcm_kwindecoration.mo
/usr/share/locale/pt/LC_MESSAGES/kcm_kwinrules.mo
/usr/share/locale/pt/LC_MESSAGES/kcm_kwintabbox.mo
/usr/share/locale/pt/LC_MESSAGES/kcm_kwinxwayland.mo
/usr/share/locale/pt/LC_MESSAGES/kcm_virtualkeyboard.mo
/usr/share/locale/pt/LC_MESSAGES/kcmkwincommon.mo
/usr/share/locale/pt/LC_MESSAGES/kcmkwincompositing.mo
/usr/share/locale/pt/LC_MESSAGES/kcmkwinscreenedges.mo
/usr/share/locale/pt/LC_MESSAGES/kcmkwm.mo
/usr/share/locale/pt/LC_MESSAGES/kwin.mo
/usr/share/locale/pt_BR/LC_MESSAGES/kcm_kwin_effects.mo
/usr/share/locale/pt_BR/LC_MESSAGES/kcm_kwin_scripts.mo
/usr/share/locale/pt_BR/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
/usr/share/locale/pt_BR/LC_MESSAGES/kcm_kwindecoration.mo
/usr/share/locale/pt_BR/LC_MESSAGES/kcm_kwinrules.mo
/usr/share/locale/pt_BR/LC_MESSAGES/kcm_kwintabbox.mo
/usr/share/locale/pt_BR/LC_MESSAGES/kcm_kwinxwayland.mo
/usr/share/locale/pt_BR/LC_MESSAGES/kcm_virtualkeyboard.mo
/usr/share/locale/pt_BR/LC_MESSAGES/kcmkwincommon.mo
/usr/share/locale/pt_BR/LC_MESSAGES/kcmkwincompositing.mo
/usr/share/locale/pt_BR/LC_MESSAGES/kcmkwinscreenedges.mo
/usr/share/locale/pt_BR/LC_MESSAGES/kcmkwm.mo
/usr/share/locale/pt_BR/LC_MESSAGES/kwin.mo
/usr/share/locale/ro/LC_MESSAGES/kcm_kwin_effects.mo
/usr/share/locale/ro/LC_MESSAGES/kcm_kwin_scripts.mo
/usr/share/locale/ro/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
/usr/share/locale/ro/LC_MESSAGES/kcm_kwindecoration.mo
/usr/share/locale/ro/LC_MESSAGES/kcm_kwinrules.mo
/usr/share/locale/ro/LC_MESSAGES/kcm_kwintabbox.mo
/usr/share/locale/ro/LC_MESSAGES/kcm_kwinxwayland.mo
/usr/share/locale/ro/LC_MESSAGES/kcm_virtualkeyboard.mo
/usr/share/locale/ro/LC_MESSAGES/kcmkwincommon.mo
/usr/share/locale/ro/LC_MESSAGES/kcmkwincompositing.mo
/usr/share/locale/ro/LC_MESSAGES/kcmkwinscreenedges.mo
/usr/share/locale/ro/LC_MESSAGES/kcmkwm.mo
/usr/share/locale/ro/LC_MESSAGES/kwin.mo
/usr/share/locale/ru/LC_MESSAGES/kcm_kwin_effects.mo
/usr/share/locale/ru/LC_MESSAGES/kcm_kwin_scripts.mo
/usr/share/locale/ru/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
/usr/share/locale/ru/LC_MESSAGES/kcm_kwindecoration.mo
/usr/share/locale/ru/LC_MESSAGES/kcm_kwinrules.mo
/usr/share/locale/ru/LC_MESSAGES/kcm_kwintabbox.mo
/usr/share/locale/ru/LC_MESSAGES/kcm_kwinxwayland.mo
/usr/share/locale/ru/LC_MESSAGES/kcm_virtualkeyboard.mo
/usr/share/locale/ru/LC_MESSAGES/kcmkwincommon.mo
/usr/share/locale/ru/LC_MESSAGES/kcmkwincompositing.mo
/usr/share/locale/ru/LC_MESSAGES/kcmkwinscreenedges.mo
/usr/share/locale/ru/LC_MESSAGES/kcmkwm.mo
/usr/share/locale/ru/LC_MESSAGES/kwin.mo
/usr/share/locale/si/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
/usr/share/locale/si/LC_MESSAGES/kcm_kwindecoration.mo
/usr/share/locale/si/LC_MESSAGES/kcm_kwinrules.mo
/usr/share/locale/si/LC_MESSAGES/kcm_kwintabbox.mo
/usr/share/locale/si/LC_MESSAGES/kcmkwincompositing.mo
/usr/share/locale/si/LC_MESSAGES/kcmkwinscreenedges.mo
/usr/share/locale/si/LC_MESSAGES/kcmkwm.mo
/usr/share/locale/si/LC_MESSAGES/kwin.mo
/usr/share/locale/sk/LC_MESSAGES/kcm_kwin_effects.mo
/usr/share/locale/sk/LC_MESSAGES/kcm_kwin_scripts.mo
/usr/share/locale/sk/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
/usr/share/locale/sk/LC_MESSAGES/kcm_kwindecoration.mo
/usr/share/locale/sk/LC_MESSAGES/kcm_kwinrules.mo
/usr/share/locale/sk/LC_MESSAGES/kcm_kwintabbox.mo
/usr/share/locale/sk/LC_MESSAGES/kcm_kwinxwayland.mo
/usr/share/locale/sk/LC_MESSAGES/kcm_virtualkeyboard.mo
/usr/share/locale/sk/LC_MESSAGES/kcmkwincommon.mo
/usr/share/locale/sk/LC_MESSAGES/kcmkwincompositing.mo
/usr/share/locale/sk/LC_MESSAGES/kcmkwinscreenedges.mo
/usr/share/locale/sk/LC_MESSAGES/kcmkwm.mo
/usr/share/locale/sk/LC_MESSAGES/kwin.mo
/usr/share/locale/sl/LC_MESSAGES/kcm_kwin_effects.mo
/usr/share/locale/sl/LC_MESSAGES/kcm_kwin_scripts.mo
/usr/share/locale/sl/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
/usr/share/locale/sl/LC_MESSAGES/kcm_kwindecoration.mo
/usr/share/locale/sl/LC_MESSAGES/kcm_kwinrules.mo
/usr/share/locale/sl/LC_MESSAGES/kcm_kwintabbox.mo
/usr/share/locale/sl/LC_MESSAGES/kcm_kwinxwayland.mo
/usr/share/locale/sl/LC_MESSAGES/kcm_virtualkeyboard.mo
/usr/share/locale/sl/LC_MESSAGES/kcmkwincommon.mo
/usr/share/locale/sl/LC_MESSAGES/kcmkwincompositing.mo
/usr/share/locale/sl/LC_MESSAGES/kcmkwinscreenedges.mo
/usr/share/locale/sl/LC_MESSAGES/kcmkwm.mo
/usr/share/locale/sl/LC_MESSAGES/kwin.mo
/usr/share/locale/sq/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
/usr/share/locale/sq/LC_MESSAGES/kcm_kwindecoration.mo
/usr/share/locale/sq/LC_MESSAGES/kcm_kwinrules.mo
/usr/share/locale/sq/LC_MESSAGES/kcmkwincompositing.mo
/usr/share/locale/sq/LC_MESSAGES/kcmkwinscreenedges.mo
/usr/share/locale/sq/LC_MESSAGES/kcmkwm.mo
/usr/share/locale/sq/LC_MESSAGES/kwin.mo
/usr/share/locale/sr/LC_MESSAGES/kcm_kwin_scripts.mo
/usr/share/locale/sr/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
/usr/share/locale/sr/LC_MESSAGES/kcm_kwindecoration.mo
/usr/share/locale/sr/LC_MESSAGES/kcm_kwinrules.mo
/usr/share/locale/sr/LC_MESSAGES/kcm_kwintabbox.mo
/usr/share/locale/sr/LC_MESSAGES/kcmkwincompositing.mo
/usr/share/locale/sr/LC_MESSAGES/kcmkwinscreenedges.mo
/usr/share/locale/sr/LC_MESSAGES/kcmkwm.mo
/usr/share/locale/sr/LC_MESSAGES/kwin.mo
/usr/share/locale/sr@ijekavian/LC_MESSAGES/kcm_kwin_scripts.mo
/usr/share/locale/sr@ijekavian/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
/usr/share/locale/sr@ijekavian/LC_MESSAGES/kcm_kwindecoration.mo
/usr/share/locale/sr@ijekavian/LC_MESSAGES/kcm_kwinrules.mo
/usr/share/locale/sr@ijekavian/LC_MESSAGES/kcm_kwintabbox.mo
/usr/share/locale/sr@ijekavian/LC_MESSAGES/kcmkwincompositing.mo
/usr/share/locale/sr@ijekavian/LC_MESSAGES/kcmkwinscreenedges.mo
/usr/share/locale/sr@ijekavian/LC_MESSAGES/kcmkwm.mo
/usr/share/locale/sr@ijekavian/LC_MESSAGES/kwin.mo
/usr/share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_kwin_scripts.mo
/usr/share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
/usr/share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_kwindecoration.mo
/usr/share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_kwinrules.mo
/usr/share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_kwintabbox.mo
/usr/share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmkwincompositing.mo
/usr/share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmkwinscreenedges.mo
/usr/share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmkwm.mo
/usr/share/locale/sr@ijekavianlatin/LC_MESSAGES/kwin.mo
/usr/share/locale/sr@latin/LC_MESSAGES/kcm_kwin_scripts.mo
/usr/share/locale/sr@latin/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
/usr/share/locale/sr@latin/LC_MESSAGES/kcm_kwindecoration.mo
/usr/share/locale/sr@latin/LC_MESSAGES/kcm_kwinrules.mo
/usr/share/locale/sr@latin/LC_MESSAGES/kcm_kwintabbox.mo
/usr/share/locale/sr@latin/LC_MESSAGES/kcmkwincompositing.mo
/usr/share/locale/sr@latin/LC_MESSAGES/kcmkwinscreenedges.mo
/usr/share/locale/sr@latin/LC_MESSAGES/kcmkwm.mo
/usr/share/locale/sr@latin/LC_MESSAGES/kwin.mo
/usr/share/locale/sv/LC_MESSAGES/kcm_kwin_effects.mo
/usr/share/locale/sv/LC_MESSAGES/kcm_kwin_scripts.mo
/usr/share/locale/sv/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
/usr/share/locale/sv/LC_MESSAGES/kcm_kwindecoration.mo
/usr/share/locale/sv/LC_MESSAGES/kcm_kwinrules.mo
/usr/share/locale/sv/LC_MESSAGES/kcm_kwintabbox.mo
/usr/share/locale/sv/LC_MESSAGES/kcm_kwinxwayland.mo
/usr/share/locale/sv/LC_MESSAGES/kcm_virtualkeyboard.mo
/usr/share/locale/sv/LC_MESSAGES/kcmkwincommon.mo
/usr/share/locale/sv/LC_MESSAGES/kcmkwincompositing.mo
/usr/share/locale/sv/LC_MESSAGES/kcmkwinscreenedges.mo
/usr/share/locale/sv/LC_MESSAGES/kcmkwm.mo
/usr/share/locale/sv/LC_MESSAGES/kwin.mo
/usr/share/locale/ta/LC_MESSAGES/kcm_kwin_effects.mo
/usr/share/locale/ta/LC_MESSAGES/kcm_kwin_scripts.mo
/usr/share/locale/ta/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
/usr/share/locale/ta/LC_MESSAGES/kcm_kwindecoration.mo
/usr/share/locale/ta/LC_MESSAGES/kcm_kwinrules.mo
/usr/share/locale/ta/LC_MESSAGES/kcm_kwintabbox.mo
/usr/share/locale/ta/LC_MESSAGES/kcm_kwinxwayland.mo
/usr/share/locale/ta/LC_MESSAGES/kcm_virtualkeyboard.mo
/usr/share/locale/ta/LC_MESSAGES/kcmkwincommon.mo
/usr/share/locale/ta/LC_MESSAGES/kcmkwincompositing.mo
/usr/share/locale/ta/LC_MESSAGES/kcmkwinscreenedges.mo
/usr/share/locale/ta/LC_MESSAGES/kcmkwm.mo
/usr/share/locale/ta/LC_MESSAGES/kwin.mo
/usr/share/locale/te/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
/usr/share/locale/te/LC_MESSAGES/kcm_kwindecoration.mo
/usr/share/locale/te/LC_MESSAGES/kcm_kwinrules.mo
/usr/share/locale/te/LC_MESSAGES/kcmkwincompositing.mo
/usr/share/locale/te/LC_MESSAGES/kcmkwm.mo
/usr/share/locale/te/LC_MESSAGES/kwin.mo
/usr/share/locale/th/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
/usr/share/locale/th/LC_MESSAGES/kcm_kwindecoration.mo
/usr/share/locale/th/LC_MESSAGES/kcm_kwinrules.mo
/usr/share/locale/th/LC_MESSAGES/kcm_kwintabbox.mo
/usr/share/locale/th/LC_MESSAGES/kcmkwincompositing.mo
/usr/share/locale/th/LC_MESSAGES/kcmkwinscreenedges.mo
/usr/share/locale/th/LC_MESSAGES/kcmkwm.mo
/usr/share/locale/th/LC_MESSAGES/kwin.mo
/usr/share/locale/tr/LC_MESSAGES/kcm_kwin_effects.mo
/usr/share/locale/tr/LC_MESSAGES/kcm_kwin_scripts.mo
/usr/share/locale/tr/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
/usr/share/locale/tr/LC_MESSAGES/kcm_kwindecoration.mo
/usr/share/locale/tr/LC_MESSAGES/kcm_kwinrules.mo
/usr/share/locale/tr/LC_MESSAGES/kcm_kwintabbox.mo
/usr/share/locale/tr/LC_MESSAGES/kcm_kwinxwayland.mo
/usr/share/locale/tr/LC_MESSAGES/kcm_virtualkeyboard.mo
/usr/share/locale/tr/LC_MESSAGES/kcmkwincommon.mo
/usr/share/locale/tr/LC_MESSAGES/kcmkwincompositing.mo
/usr/share/locale/tr/LC_MESSAGES/kcmkwinscreenedges.mo
/usr/share/locale/tr/LC_MESSAGES/kcmkwm.mo
/usr/share/locale/tr/LC_MESSAGES/kwin.mo
/usr/share/locale/ug/LC_MESSAGES/kcm_kwin_scripts.mo
/usr/share/locale/ug/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
/usr/share/locale/ug/LC_MESSAGES/kcm_kwindecoration.mo
/usr/share/locale/ug/LC_MESSAGES/kcm_kwinrules.mo
/usr/share/locale/ug/LC_MESSAGES/kcm_kwintabbox.mo
/usr/share/locale/ug/LC_MESSAGES/kcmkwincompositing.mo
/usr/share/locale/ug/LC_MESSAGES/kcmkwinscreenedges.mo
/usr/share/locale/ug/LC_MESSAGES/kcmkwm.mo
/usr/share/locale/ug/LC_MESSAGES/kwin.mo
/usr/share/locale/uk/LC_MESSAGES/kcm_kwin_effects.mo
/usr/share/locale/uk/LC_MESSAGES/kcm_kwin_scripts.mo
/usr/share/locale/uk/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
/usr/share/locale/uk/LC_MESSAGES/kcm_kwindecoration.mo
/usr/share/locale/uk/LC_MESSAGES/kcm_kwinrules.mo
/usr/share/locale/uk/LC_MESSAGES/kcm_kwintabbox.mo
/usr/share/locale/uk/LC_MESSAGES/kcm_kwinxwayland.mo
/usr/share/locale/uk/LC_MESSAGES/kcm_virtualkeyboard.mo
/usr/share/locale/uk/LC_MESSAGES/kcmkwincommon.mo
/usr/share/locale/uk/LC_MESSAGES/kcmkwincompositing.mo
/usr/share/locale/uk/LC_MESSAGES/kcmkwinscreenedges.mo
/usr/share/locale/uk/LC_MESSAGES/kcmkwm.mo
/usr/share/locale/uk/LC_MESSAGES/kwin.mo
/usr/share/locale/vi/LC_MESSAGES/kcm_kwin_effects.mo
/usr/share/locale/vi/LC_MESSAGES/kcm_kwin_scripts.mo
/usr/share/locale/vi/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
/usr/share/locale/vi/LC_MESSAGES/kcm_kwindecoration.mo
/usr/share/locale/vi/LC_MESSAGES/kcm_kwinrules.mo
/usr/share/locale/vi/LC_MESSAGES/kcm_kwintabbox.mo
/usr/share/locale/vi/LC_MESSAGES/kcm_kwinxwayland.mo
/usr/share/locale/vi/LC_MESSAGES/kcm_virtualkeyboard.mo
/usr/share/locale/vi/LC_MESSAGES/kcmkwincommon.mo
/usr/share/locale/vi/LC_MESSAGES/kcmkwincompositing.mo
/usr/share/locale/vi/LC_MESSAGES/kcmkwinscreenedges.mo
/usr/share/locale/vi/LC_MESSAGES/kcmkwm.mo
/usr/share/locale/vi/LC_MESSAGES/kwin.mo
/usr/share/locale/wa/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
/usr/share/locale/wa/LC_MESSAGES/kcm_kwindecoration.mo
/usr/share/locale/wa/LC_MESSAGES/kcm_kwinrules.mo
/usr/share/locale/wa/LC_MESSAGES/kcm_kwintabbox.mo
/usr/share/locale/wa/LC_MESSAGES/kcmkwincompositing.mo
/usr/share/locale/wa/LC_MESSAGES/kcmkwinscreenedges.mo
/usr/share/locale/wa/LC_MESSAGES/kcmkwm.mo
/usr/share/locale/wa/LC_MESSAGES/kwin.mo
/usr/share/locale/zh_CN/LC_MESSAGES/kcm_kwin_effects.mo
/usr/share/locale/zh_CN/LC_MESSAGES/kcm_kwin_scripts.mo
/usr/share/locale/zh_CN/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
/usr/share/locale/zh_CN/LC_MESSAGES/kcm_kwindecoration.mo
/usr/share/locale/zh_CN/LC_MESSAGES/kcm_kwinrules.mo
/usr/share/locale/zh_CN/LC_MESSAGES/kcm_kwintabbox.mo
/usr/share/locale/zh_CN/LC_MESSAGES/kcm_kwinxwayland.mo
/usr/share/locale/zh_CN/LC_MESSAGES/kcm_virtualkeyboard.mo
/usr/share/locale/zh_CN/LC_MESSAGES/kcmkwincommon.mo
/usr/share/locale/zh_CN/LC_MESSAGES/kcmkwincompositing.mo
/usr/share/locale/zh_CN/LC_MESSAGES/kcmkwinscreenedges.mo
/usr/share/locale/zh_CN/LC_MESSAGES/kcmkwm.mo
/usr/share/locale/zh_CN/LC_MESSAGES/kwin.mo
/usr/share/locale/zh_TW/LC_MESSAGES/kcm_kwin_effects.mo
/usr/share/locale/zh_TW/LC_MESSAGES/kcm_kwin_scripts.mo
/usr/share/locale/zh_TW/LC_MESSAGES/kcm_kwin_virtualdesktops.mo
/usr/share/locale/zh_TW/LC_MESSAGES/kcm_kwindecoration.mo
/usr/share/locale/zh_TW/LC_MESSAGES/kcm_kwinrules.mo
/usr/share/locale/zh_TW/LC_MESSAGES/kcm_kwintabbox.mo
/usr/share/locale/zh_TW/LC_MESSAGES/kcm_kwinxwayland.mo
/usr/share/locale/zh_TW/LC_MESSAGES/kcm_virtualkeyboard.mo
/usr/share/locale/zh_TW/LC_MESSAGES/kcmkwincommon.mo
/usr/share/locale/zh_TW/LC_MESSAGES/kcmkwincompositing.mo
/usr/share/locale/zh_TW/LC_MESSAGES/kcmkwinscreenedges.mo
/usr/share/locale/zh_TW/LC_MESSAGES/kcmkwm.mo
/usr/share/locale/zh_TW/LC_MESSAGES/kwin.mo


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Nov 16 23:53:07 2024