diff --git a/CHANGELOG.md b/CHANGELOG.md
old mode 100644
new mode 100755
index 5e82468..a5689be
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,100 @@
+
Version 0.2
+
+
SUMMARY:
+
+The folder structure has been modified to simplify things and prepare it for an eventual install script. Most changes are internal, fixing bugs and cleaning up the codebase. Updated to work with KDE Plasma 5.27.7.
+
+Major changes in this release include the addition of documentation, the reflection effect for KWin, a login splash screen, and a complete redesign of Seven Tasks' context menu. An important change is that AeroColorMixer has been deprecated in this release, and most of the codebase has been merged with the reflection effect. This change simplifies the process of applying accent colors to windows and eliminates the need to directly edit config files and SVG textures. Additionally, this change now lets the user see the accent color changing in real time as they configure the effect.
+
+An effort is being made to standardize the internal codebase as well as the internal folder structure. The documentation is not complete, but I feel that it's a good start.
+
+The install script is a very early WIP, and I don't recommend using it, I'm not particularly happy with its current state so I have chosen to leave it in the "Testing" folder. Initially I wanted to include an install script for this release of AeroThemePlasma, but ultimately I decided it would be best to keep working on it and hopefully come up with a more sophisticated solution than whatever this is right now. The same goes for the Global/Look and feel theme, it's still early in development and probably broken right now.
+
+Lastly, I'd like to apologize for the radio silence and for taking so long. I haven't been in the right space for a while now, and recovery has taken up most of my time and energy, I hope that's understandable. Regardless, thank you for your patience if you've waited this long.
+
+
NEW:
+
+- Added Aero Splash Screen (io.gitgud.wackyideas.aerosplashscreen).
+- Added documentation for various components of this project.
+- Added a KWin reflection effect.
+- Added a KWin task switcher (Thumbnail Seven).
+- Added a new color in the list of predefined accent colors (Sunset).
+- Deprecated AeroColorMixer, code has been merged with the reflection effect.
+
+
CHANGED:
+
+
Meta:
+
+- [INSTALL.md](./INSTALL.md) has been updated to reflect the new changes in the internal folder structure.
+- Most folders now have underscores instead of spaces in their names for easier handling for the future install script.
+- Most plasmoids have been renamed in a more standardized fashion.
+- Most plasmoids no longer have their own folder, and they're now only separated between User and System widgets.
+- Color scheme has been renamed to AeroColorScheme.
+- The icon and cursor themes are provided as tar archives.
+- Most plasmoids now use their own internal SVG textures instead of pulling them from Seven-Black. In the future, Seven-Black will get rid of these non-standard SVG elements.
+- Removed the accent color in all SVG textures from Seven-Black, as that is now handled by the reflection effect.
+- Most plasmoids now have updated default configs, reducing the amount of work needed during installation.
+- Minor changes done to the Plasma style.
+
+
Icon theme:
+
+- The icon theme now optionally depends on the [Oxygen icon theme](https://invent.kde.org/frameworks/oxygen-icons5).
+- Updated a lot of icons, mainly related to icons related to Office and development.
+
+
Seven Start:
+
+- Start menu orbs are now included within the project itself and are provided as a default option.
+- Start menu orbs now behave more like Windows 7's menu orbs, removing the animated transition between hovered and pressed states, as it was causing weird visual bugs.
+- Sidebar items can now be toggled on or off.
+- When adding the widget, it won't add default favorite items anymore.
+- The entire start menu now has basic keyboard navigation support. It's still a bit rough around the edges, but everything works.
+- The profile icon now sticks out of the start menu when compositing is enabled. When compositing is disabled, the icon is moved fully inside the start menu.
+- The profile icon now crossfades into icons depending on the selected sidebar item.
+- The search text box now has a decorative magnifying glass icon on the right.
+
+
Desktop containment:
+
+- Tooltips no longer show the icon of the hovered item.
+- Reduced padding as a result of text alignment.
+- The textbox that appears when renaming an item is now properly aligned.
+
+
DigitalClockLite:
+
+- Added a link label at the top of the expanded representation representing the currently selected date. Clicking on it will select the current day.
+
+
Kvantum:
+
+- Changed the tooltip to look more like Windows 7's tooltip design.
+
+
Seven Tasks:
+
+- Completely redesigned the context menu to match the appearance from Windows Vista and 7.
+- The context menu won't aggressively grab key inputs anymore, unlike standard context menus.
+- Seven Tasks will no longer create pinned tasks when adding the plasmoid to a panel.
+- Tooltips now have a dedicated SVG texture for the close button.
+- Tooltips that display cover art now have a textured frame around the blurred background of the cover art.
+
+
Smaragd Seven:
+
+- Updated to provide a correct blur region.
+- Smaragd Seven no longer requires the reflection texture to function, as that is now handled by KWin's reflection effect.
+
+
FIXED:
+
+- Added higher resolution icons so certain plasmoids don't display their low resolution counterparts.
+- In the expanded view of the system tray, the icon highlight won't get stuck anymore when the mouse exits an icon.
+- Clicking on an icon in the compact view of the system tray will now always close the expanded representation, if applicable.
+- Seven Start now accepts key inputs more consistently and will no longer accept unprintable characters to the search text box.
+- Seven Start will no longer try to open Dolphin when opening sidebar entries. Instead, it will open the directories using the default file manager on the system.
+- Fixed bug in the Desktop containment where the symlink icon in the corner is drawn smaller than it should be when the icon is provided by a thumbnailer plugin.
+- Smaragd Seven no longer renders the fake reflection effect.
+- Kvantum will no longer attempt to blur certain elements like tooltips.
+- Updated plasmoids to work with the latest version of KDE.
+- Minor visual enhancements in various aspects of this project.
+- Certain tooltips are no longer rendered incorrectly (this could have just been a problem on my machine)
+- Seven-Black has updated panel margins so that panels now render correctly on newer versions of KDE.
+- Minor bugfixes and fixing deprecated code.
+- The color mixer window (formerly AeroColorMixer) has been fixed to work with Wayland.
Version 0.1 (Formal release)
@@ -9,10 +106,6 @@ The biggest changes were made to the Start Menu, System Tray, the Date & Time, a
This release also features a new Qt visual style for Kvantum, which is supposed to replace QGtkStyle for Qt applications. The GTK2 theme is still available for GTK2 applications, and can optionally still be used for Qt applications as well.
-**Authors of forked projects are all credited in the README.md file. **
-
-The full list of all additions, changes and fixes:
-
NEW:
- The following plasmoids have been added:
diff --git a/DOCUMENTATION.md b/DOCUMENTATION.md
new file mode 100755
index 0000000..c40e045
--- /dev/null
+++ b/DOCUMENTATION.md
@@ -0,0 +1,111 @@
+# AEROTHEMEPLASMA DOCUMENTATION
+
+## TABLE OF CONTENTS
+
+1. [Introduction](#intro)
+2. [List of components](#list-of-components)
+3. [Components to be implemented](#todo)
+
+## Introduction
+
+The purpose of this documentation is to provide a detailed explanation of elements that contribute to the look, feel and functionality of this project.
+Since this project features a large variety of components, ranging from simple themes to
+entire applications, documentation will be organized into multiple categories based on the
+language the component is written in (plasmoids, applications) or the standard that defines it (themes). Components will categorized in the following way:
+
+- **Themes**
+ - [Plasma theme (Seven-Black)](./Documentation/Themes/Seven-Black.md)
+ - [Window decoration theme (Emerald/Smaragd)](./Documentation/Themes/Smaragd-Theme.md)
+- **Software**
+ - Plasmoids
+ - [System tray (org.kde.plasma.private.systemtray)](./Documentation/Software/Plasmoids/System-Tray.md)
+ - [Desktop icons (org.kde.desktopcontainment)](./Documentation/Software/Plasmoids/DesktopContainment.md)
+ - [SevenStart (io.gitgud.wackyideas.SevenStart)](./Documentation/Software/Plasmoids/SevenStart.md)
+ - [SevenTasks (io.gitgud.wackyideas.seventasks)](./Documentation/Software/Plasmoids/SevenTasks.md)
+ - KWin
+ - [Smaragd](./Documentation/Software/KWin/Smaragd.md)
+ - [Reflection effect](./Documentation/Software/KWin/Reflection.md)
+
+To keep the documentation condensed and to prevent redundancy, components that don't require documentation or are out of scope for this project (as in, documentation exists elsewhere) will not be documented here:
+
+- Date and time (io.gitgud.wackyideas.digitalclocklite)
+- Show desktop (Aero) (io.gitgud.wackyideas.win7showdesktop)
+- Keyboard switcher (org.kde.plasma.keyboardlayout)
+- Splash screen (aero-splash-screen)
+- Plasma tooltip (DefaultToolTip.qml)
+- Wine theme (Windows Style Builder)
+- Color scheme ([KDE's docs](https://docs.kde.org/stable5/en/plasma-workspace/kcontrol/colors/index.html), [Video guide](https://www.youtube.com/watch?v=6VW--o7CEEA))
+- Icon theme ([Freedesktop](https://specifications.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html) [specification](https://specifications.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html))
+- Cursor theme ([Freedesktop specification](https://www.freedesktop.org/wiki/Specifications/cursor-spec/))
+- Sound theme (KDE system settings)
+- GTK2 theme ([GTK2](https://wiki.gnome.org/Attic/GnomeArt/Tutorials/GtkThemes) [theme details](https://www.orford.org/gtk/))
+- Kvantum theme* ([Kvantum](https://raw.githubusercontent.com/tsujan/Kvantum/master/Kvantum/doc/Theme-Making.pdf) [documentation](https://raw.githubusercontent.com/tsujan/Kvantum/master/Kvantum/doc/Theme-Config.pdf))
+
+*While Kvantum won't be discussed here, one important detail worth mentioning is that Kvantum does not respect KDE's color schemes for the most part and that this sometimes leads to unexpected visual results. Still, it's recommended to apply a KDE color scheme alongside Kvantum for maximum compatibility.
+
+In the future, some components might receive their dedicated documentation, in case it's required.
+
+## List of components
+
+This is a list of components that are included in this project, as well as their completion status. Note that finished components are still subject to bugs, general enhancements and maintenance, but they are "more or less" feature complete. The forked column links to the original projects and their authors. Please consider taking a look at their work, because without them, this project would not be possible.
+
+### Plasmoids
+
+|Name |Description |System|Finished|Fork |
+|-----------------------|-----------------------------------------------------------------------------------------|------|--------|--------|
+|DigitalClockLite Seven |Displays a calendar, time, events and holidays. |N |Y |[Intika](https://www.kde-look.org/p/1225135/)|
+|SevenStart |An application launcher made to look like Windows 7's Start menu. |N |N |[adhe](https://store.kde.org/p/1386465/), [oKcerG](https://github.com/oKcerG/QuickBehaviors), [SnoutBug](https://store.kde.org/p/1720532)|
+|SevenTasks |Task manager made to look like Windows 7's taskbar buttons. |N |N |[KDE](https://invent.kde.org/plasma/plasma-desktop/-/tree/master/applets/taskmanager)|
+|Show Desktop (Aero) |Textured button that shows the desktop when clicked. Supports peeking. |N |Y |[Zren](https://www.kde-look.org/p/1100895/)|
+|DefaultToolTip.qml |QML component used for displaying tooltips. Reduced padding and size. |Y |Y |[KDE](https://api.kde.org/frameworks/plasma-framework/html/DefaultToolTip_8qml_source.html)|
+|Desktop icons |Improved desktop shell that reduces padding between icons. |Y |Y |[KDE](https://invent.kde.org/plasma/plasma-desktop)|
+|Keyboard layout switcher|Textured button for switching layouts, with reduced size and better alignment. |Y|Y|[KDE](https://invent.kde.org/plasma/plasma-desktop)|
+|System tray|Redesigned with reorganized placement, floating panels, hoverable icons and reduced size and padding.|Y|Y|[KDE](https://invent.kde.org/plasma/plasma-workspace/-/tree/master/applets/systemtray)|
+
+
+### Themes
+
+|Name |Description |Finished|Fork|
+|------------------|------------------------------------------------------------------------------------------------------------------|--------|----|
+|Aero cursors |Cursor pack for KDE. Currently only has the small size (96 DPI). |N |[Moony](https://store.kde.org/p/999972/)|
+|SevenBlack |Windows 7 theme for KDE Plasma. Contains non-standard theme elements. |N |[Mirko Gennari](https://kde-look.org/p/998614), [DrGordBord](https://store.kde.org/p/1722560/), [bionegative](https://www.pling.com/p/998823)|
+|Sound collection |Sounds taken from Windows 7 directly. |Y |Microsoft|
+|VistaVG Wine theme|Msstyle used for theming Wine applications. |Y |[Vishal Gupta](https://www.deviantart.com/vishal-gupta/art/VistaVG-Ultimate-57715902)|
+|Win2-7 |Windows 7 theme for GTK2 applications. Adapted to work better with QGtkStyle. |Y |[Juandejesuss](https://www.gnome-look.org/p/1012465)|
+|Windows 7 Kvantum |Fixed certain padding and sizing issues, added more textures. |Y |[DrGordBord](https://store.kde.org/p/1679903)|
+|WindowsIcons |Windows 8.1 icon pack adapted to fit KDE better while also changing certain icons to their Windows 7 counterparts.|N |[B00merang team](https://b00merang.weebly.com/icon-themes.html)|
+
+
+### KWin
+
+|Name |Description |Finished|Fork|
+|-----------------|------------------------------------------------------------------------------------------------------------------------------|--------|----|
+|Aero Emerald |Custom, non-standard Emerald theme made to work with Smaragd Seven. |Y |[nicu96](https://store.kde.org/p/1003826/)|
+|Reflection Effect|Effect that renders a glassy texture under windows. |N |[KDE](https://invent.kde.org/plasma/kwin/-/tree/master/src/plugins/blur)|
+|Smaragd Seven |KWin decoration theme which uses Emerald themes as a basis, with some Aero specific changes and bugfixes. Lacks HiDPI support.|N |[KDE](https://invent.kde.org/plasma/smaragd)|
+|Thumbnail Seven |KWin task switcher that mostly replicates the look and behavior of Windows 7's task switcher|N|[KDE](https://invent.kde.org/plasma/kwin/-/tree/master/src/tabbox/switchers/thumbnail_grid)|
+
+### Applications
+
+|Name |Description |Finished|Fork|
+|--------------|-----------------------------------------------------------------------|--------|----|
+|AeroColorMixer|Program designed for changing the accent color across the entire theme. (NOTE: This program is now deprecated and has been moved into the reflection effect.)|Y |N/A |
+
+### Miscellaneous
+
+|Name |Description |Finished|Fork|
+|-------------------|--------------------------------|--------|----|
+|Aero Splash Screen |Aero themed login splash screen.|Y |[Matias Saibene](https://store.kde.org/p/1920070/)|
+
+
+
+
+## Components to be implemented
+
+These components are listed from highest priority to lowest priority.
+
+- **Qt visual style based on reading Msstyle themes (Like QWindowsVistaStyle)**
+- **Proper sound theme (upcoming in KDE Plasma 6)**
+- **SDDM Login theme and lock screen**
+- **Better folder thumbnailer plugin**
+- **Plymouth theme(?)**
diff --git a/Documentation/Software/KWin/AeroColorMixer.md b/Documentation/Software/KWin/AeroColorMixer.md
new file mode 100755
index 0000000..d331a18
--- /dev/null
+++ b/Documentation/Software/KWin/AeroColorMixer.md
@@ -0,0 +1,138 @@
+# AEROCOLORMIXER (DEPRECATED)
+
+## TABLE OF CONTENTS
+
+1. [Detailed description](#desc)
+2. [Configuration file](#config)
+3. [List of files modified by AeroColorMixer](#files)
+4. [Notes](#notes)
+
+
+## Detailed description
+
+The appearance of transparent glass textures in this theme is managed by two separate programs that define color information differently. KDE Plasma's shell renders many of its elements by loading in SVG files as textures, while KWin's window decorations are managed by Smaragd.
+
+AeroColorMixer manages both Smaragd and Plasma's shell at the same time in order to provide a unified accent color across the entire desktop. It is designed to look and function like Windows 7's Personalization menu, including the accent colors found on Windows 7. The accent colors were directly pulled from the following registry key:
+
+```[ HKEY_CURRENT_USER\Software\Microsoft\Windows\DWM\ColorizationColor ]```
+
+On Windows Vista, 7 and 8.1, this registry key holds the currently applied accent color, stored in the hexadecimal AARRGGBB format. The predefined colors are:
+
+
+|Color|Name|Value|
+|-----|----|-----|
+||Sky|#6b74b8fc|
+||Twilight|#a80046ad|
+||Sea|#8032cdcd|
+||Leaf|#6614a600|
+||Lime|#6697d937|
+||Sun|#54fadc0e|
+||Pumpkin|#80ff9c00|
+||Ruby|#a8ce0f0f|
+||Fuchsia|#66ff0099|
+||Blush|#70fcc7f8|
+||Violet|#856e3ba1|
+||Lavander|#528d5a94|
+||Taupe|#6698844c|
+||Chocolate|#a84f1b1b|
+||Slate|#80555555|
+||Frost|#54fcfcfc|
+||Sunset|#89e61f8c|
+
+Sunset is a predefined color exclusive to AeroThemePlasma, as it wasn't featured in Windows 7.
+
+Windows Vista and 8.1 feature a unique selection of colors as well. Vista features significantly less colors than Windows 7, with a lot more straightforward color names:
+
+
+|Color|Name|Value|
+|-----|----|-----|
+||Default|#45409efe|
+||Graphite|#a3000000|
+||Blue|#a8004ade|
+||Teal|#82008ca5|
+||Red|#9cce0c0f|
+||Orange|#a6ff7700|
+||Pink|#49f93ee7|
+||Frost|#cceff7f7|
+
+Windows 8.1 features almost the same number of colors as Windows 7 (albeit with very disappointing names) and includes a new feature that can determine the accent color from the wallpaper by choosing its dominant color:
+
+
+|Color|Value|
+|-----|-----|
+||#c48f8f8f|
+||#c484c6ff|
+||#c4f276c9|
+||#c4f0c300|
+||#c492cb2a|
+||#c44ccdcd|
+||#c4ff981d|
+||#c4ff4040|
+||#c4ff57ab|
+||#c40abf46|
+||#c4c071ff|
+||#c454afff|
+||#c48c90ff|
+||#c4b09d8b|
+||#c4ffffff|
+
+
+While not very conclusive, [here](https://stackoverflow.com/questions/3560890/vista-7-how-to-get-glass-color) is a useful thread for more information on how accent colors work in Aero, focused mainly on Windows 7.
+
+
+## Configuration file
+
+AeroColorMixer has a configuration file found in:
+
+```$ ~/.config/.aerorc```
+
+which has the following format:
+
+```
+transparency={0,1} # Tells AeroColorMixer if transparency is enabled or not.
+red=[0,255] # The red component of the custom accent color.
+green=[0,255] # The green component of the custom accent color.
+blue=[0,255] # The blue component of the custom accent color.
+alpha=[0,255] # The alpha component of the custom accent color.
+color=[0,17] # Tells AeroColorMixer which color is being used. If the value is 0, then the custom accent color is used.
+```
+
+This configuration file is not meant to be edited by hand, as the file only directly effects AeroColorMixer, but won't actually change the accent color on the fly.
+
+
+## List of files modified by AeroColorMixer
+
+When AeroColorMixer applies the accent color across the entire theme, it writes to the following files:
+
+```$ ~/.local/share/plasma/desktoptheme/Seven-Black/widgets/panel-background.svg```
+
+```$ ~/.local/share/plasma/desktoptheme/Seven-Black/widgets/tooltip.svg```
+
+```$ ~/.local/share/plasma/desktoptheme/Seven-Black/dialogs/background.svg```
+
+```$ ~/.local/share/plasma/desktoptheme/Seven-Black/solid/dialogs/background.svg```
+
+```$ ~/.emerald/theme/theme.ini```
+
+On startup, AeroColorMixer will check if these files exist on the system. If at least one SVG file is missing from the system, the program will assume the Plasma theme is not installed, and will only make changes to the Smaragd decoration instead. If the Smaragd theme is not present, then it will only write to the SVG files, and if neither are present on the system, the program will simply close.
+
+
+## Notes
+
+- AeroColorMixer has an option to enable or disable transparency when applying the accent color, however this option does not affect compositing at all. Disabling transparency in AeroColorMixer will instead make the applied accent color opaque, and blends the color with rgb(235, 235, 235), where alpha defines the percentage of the color mixing.
+- AeroColorMixer will not write to SVG files that can be found in the "opaque" and "transparent" folders of the Plasma theme.
+- When transparency is enabled, the color intensity slider won't actually make the accent color fully opaque or fully transparent when the slider is set to the minimum or maximum value.
+- Due to certain limitations, the reflection effect will not be visible at all if transparency is disabled in AeroColorMixer.*
+
+*One idea would be to blend the accent color with the blur during rendering which would keep the reflections visible, but this would potentially break applications which rely on custom blur regions that are colored differently from the rest of the desktop (for example, Konsole).
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Documentation/Software/KWin/Reflection.md b/Documentation/Software/KWin/Reflection.md
new file mode 100755
index 0000000..180966a
--- /dev/null
+++ b/Documentation/Software/KWin/Reflection.md
@@ -0,0 +1,155 @@
+# REFLECTION EFFECT FOR KWIN
+
+## TABLE OF CONTENTS
+
+1. [Detailed description](#description)
+2. [List of excluded windows](#excluded-windows)
+3. [Reflection algorithm](#algorithm)
+4. [Colorization](#colorization)
+5. [Configuration menu](#config)
+
+
+## Detailed description
+
+This is a KWin effect forked from the internal blur effect. It provides the reflection and colorization effect from Windows Vista and 7. These two effects achieve a "tinted glass" effect which is applied to most transparent graphical effects. Despite being a fork of the internal blur effect from KWin, all of the blurring functionality has been stripped out, as this effect is designed to be used alongside the blur effect, rather than being a drop-in replacement.
+
+Before the introduction of this effect, this project didn't have proper reflections and colorization was done in a rather inefficient way, having to directly edit SVG files and the Emerald theme config file in order to change the accent color across KDE. Furthermore, real time changes weren't possible through this method, instead having to reload the Plasma style and restart the compositor in order to apply the changes. AeroColorMixer did all of this under the hood, and would often break after subsequent updates.
+
+AeroColorMixer as a standalone program is now deprecated and most of the underlying code has been removed, while the rest has been moved to this effect's settings menu. With this, the following changes have been made to simplify the process of applying accent colors:
+
+1. SVG files are no longer edited and elements that are supposed to be colorized are now completely transparent.
+2. Likewise, the Emerald theme is also no longer edited and elements that are supposed to be colorized are now completely transparent.
+3. Changes to the accent color and transparency are instant and rely on shared memory between the effect and the config menu.
+4. Everything is contained within the configuration of this effect. Because of this, ```~/.config/.aerorc``` is no longer used.
+
+The rendering priority relative to the blur effect, assuming no other active effects, goes like this:
+
+1. Blur
+2. Colorization
+3. Reflections
+4. Decorations
+
+This ensures that reflections are always visible regardless of transparency options, which was a limitation of the previous approach to applying accent colors.
+
+The user can provide their own reflection texture in the config menu for the effect, in a PNG format. A default reflection texture is already provided by the effect, which also acts as a fallback in case the provided texture file is invalid, doesn't exist or the path itself is invalid.
+
+## List of excluded windows
+
+Reflections will not render on certain types of windows, even if they are normally allowed to have blur behind them. Here's the list of windows that are not affected by this effect, as defined by the method ```isWindowValid(KWin::EffectWindow*)```:
+
+- The desktop shell
+- Toolbars
+- Tooltips
+- Menus
+- Dropdown menus
+- Popup menus
+- Splash screens
+- Normal and critical notifications
+- OSDs
+- Combo boxes
+- Do not disturb icons
+- Windows specifically excluded by the user
+
+The user can define a list of programs that should be excluded by this effect. The programs are identified by their X11 window class, separated by a semicolon (;) in the config menu.
+
+The colorization effect can also be ignored for programs defined by the user in the same manner as above, however it should be noted that the colorization is applied to all server-side decorations regardless of the defined restrictions.
+
+## Reflection algorithm
+
+As the reflection effect from Windows Vista and 7 is closed source, this is merely an effort to recreate the effect based on what can be deduced just by looking at what the effect does. At its core, the effect is very simple; it works as if the reflection texture is stretched across the monitor (or across multiple monitors) and transparent windows render the portion of the texture that they're "hovering above".
+
+Of course, as the monitor configuration changes in any way (resolution, monitor placement), the texture is "stretched" again to cover all monitors. This may cause the texture to scale and distort out of proportion. Some examples of how the effect stretches the texture across different monitor configurations are shown below.
+
+
+
+In the fragment shader, as the window draws the texture, the fragment coordinates are normalized relative to the screen geometry, and then used to sample the reflection texture. It should be noted that the sampling is done with a bilinear filter, and the alpha blending is done using ```glBlendFunc(GL_CONSTANT_ALPHA, GL_ONE_MINUS_SRC_ALPHA)```.
+
+There is also a secondary part of the reflection effect, which is a subtle horizontal offset that makes the reflection appear to move as the window is moved, creating a sort of parallax effect. This offset is calculated independently for every window by subtracing the horizontal midpoint of the screen with the horizontal midpoint of the window, and dividing that difference by some constant. Through some experimentation, a constant with the value of 10 gives acceptable results.
+
+This additional parallax effect can be toggled in the config menu by the user.
+
+## Colorization
+
+Colorization is the effect of rendering a color over the blurred background behind windows, causing a tinted appearance. The color can be either semi-transparent or opaque, and depending on the option set by the user, the accent color is altered in the following way:
+
+1. If transparency is enabled, the color is blended using ```glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA)``` as it's being rendered.
+2. If transparency is disabled, the color is mixed with a base color ```#e1e1e1``` and the alpha component is treated as the percentage of mixing.
+
+It should be noted that if transparency is disabled, this won't affect compositing, and it will also not guarantee that all graphical elements will be rendered with an opaque color due to user-defined exclusions of colorization. For example, Konsole can still render blur behind its custom blur region, if it is included in the exclusion list.
+
+The accent color also changes depending on the window's focus state:
+
+1. If transparency is enabled, the alpha component of the accent color gets halved when the window is out of focus.
+2. If transparency is disabled, the saturation component (HSL) gets halved when the window is out of focus.
+
+This only applies to regular windows (most windows with server-side decorations).
+
+## Configuration menu
+
+The accent color can be edited in real time through the configuration menu. Internally, the color is stored in the RGB color model as that's what OpenGL expects during rendering. The color mixer window is designed to look and function like Windows 7's Personalization menu, and includes the accent colors found on Windows 7, which were directly pulled from the following registry key:
+
+
+```[ HKEY_CURRENT_USER\Software\Microsoft\Windows\DWM\ColorizationColor ]```
+
+On Windows Vista, 7 and 8.1, this registry key holds the currently applied accent color, stored in the #AARRGGBB format. The predefined colors are:
+
+
+|Color|Name|Value|
+|-----|----|-----|
+||Sky|#6b74b8fc|
+||Twilight|#a80046ad|
+||Sea|#8032cdcd|
+||Leaf|#6614a600|
+||Lime|#6697d937|
+||Sun|#54fadc0e|
+||Pumpkin|#80ff9c00|
+||Ruby|#a8ce0f0f|
+||Fuchsia|#66ff0099|
+||Blush|#70fcc7f8|
+||Violet|#856e3ba1|
+||Lavander|#528d5a94|
+||Taupe|#6698844c|
+||Chocolate|#a84f1b1b|
+||Slate|#80555555|
+||Frost|#54fcfcfc|
+||Sunset|#89e61f8c|
+
+Sunset is a predefined color exclusive to AeroThemePlasma.
+
+Windows Vista and 8.1 feature a unique selection of colors as well. Vista features significantly less colors than Windows 7, with a lot more straightforward color names:
+
+
+|Color|Name|Value|
+|-----|----|-----|
+||Default|#45409efe|
+||Graphite|#a3000000|
+||Blue|#a8004ade|
+||Teal|#82008ca5|
+||Red|#9cce0c0f|
+||Orange|#a6ff7700|
+||Pink|#49f93ee7|
+||Frost|#cceff7f7|
+
+Windows 8.1 features a slightly more pastel variety of colors compared to Windows 7 and includes a new feature that can determine the accent color from the wallpaper by choosing its dominant color:
+
+
+|Color|Value|
+|-----|-----|
+||#c48f8f8f|
+||#c484c6ff|
+||#c4f276c9|
+||#c4f0c300|
+||#c492cb2a|
+||#c44ccdcd|
+||#c4ff981d|
+||#c4ff4040|
+||#c4ff57ab|
+||#c40abf46|
+||#c4c071ff|
+||#c454afff|
+||#c48c90ff|
+||#c4b09d8b|
+||#c4ffffff|
+
+
+While not very conclusive, [here](https://stackoverflow.com/questions/3560890/vista-7-how-to-get-glass-color) is a useful thread for more information on how accent colors work in Aero, focusing mainly on Windows 7.
\ No newline at end of file
diff --git a/Documentation/Software/KWin/Smaragd.md b/Documentation/Software/KWin/Smaragd.md
new file mode 100755
index 0000000..0aeeb3b
--- /dev/null
+++ b/Documentation/Software/KWin/Smaragd.md
@@ -0,0 +1,43 @@
+# SMARAGD SEVEN KDECORATION2 ENGINE
+
+## TABLE OF CONTENTS
+
+1. [Detailed description](#desc)
+2. [Compiling](#compiling)
+3. [File structure](#files)
+4. [Notes](#notes)
+
+## Detailed description
+
+Smaragd Seven is a fork of the [Smaragd](https://invent.kde.org/plasma/smaragd) window decoration plugin. Originally designed to allow Emerald themes to be used with KWin, this fork focuses specifically on making KWin's decorations look like the decorations found on Windows Vista and 7.
+
+The motive for forking Smaragd in particular was simply because Emerald already has fairly good Aero themes available on sites like [Pling](https://www.pling.com/), and Smaragd seemed to fit the bill perfectly. Emerald as a (collection of) decoration engine(s) still has a few limitations that prevent it from being able to replicate Aero window decorations faithfully (not to mention that Smaragd introduces a few compatibility issues of its own), so forking Smaragd was the next step.
+
+This document contains information about the window decoration engine, for more information about the extended Emerald theme used by this project, see [Smaragd-Theme.md](../Themes/Smaragd-Theme.md).
+
+Smaragd Seven differs from the original in the following ways:
+
+- The glow effect behind the title text is now correctly implemented using code from [this thread](https://stackoverflow.com/questions/28918230/qt-how-to-create-a-clearly-visible-glow-effect-for-a-qlabel-e-g-using-qgraph).
+- Caption buttons won't get rendered if they are disabled by the application, and will reappear correctly in case they're enabled again.
+- Fixes some minor margin issues, mostly having to do with the maximized window state.
+- Renders additional textures on the sides and upper corners of the decoration.
+- It's more limited in scope and sacrifices the general purpose functionality of using different Emerald themes. This could be fixed later down the line.
+
+## Compiling
+
+Dependencies, and compiling instructions are provided in [INSTALL.md](../../INSTALL.md), under the **Window Manager** section.
+
+## File structure
+
+The most significant changes can be found in the following files:
+
+|Name |Description |
+|----------------|-----------------|
+|kwin_smaragd.h |Main header file.|
+|kwin_smaragd.cpp|Implementation of the main header file.|
+|qgraphicsgloweffect.h|Header file for QGraphicsGlowEffect. Used to render the glow effect behind text.|
+|qgraphicsgloweffect.cpp|Implementation of the header file for QGraphicsGlowEffect.|
+
+## Notes
+
+- Smaragd Seven also fixes the original glow effect used by the vrunner engine, however this feature has been disabled in favor of using QGraphicsGlowEffect, as it enables a more layered way of rendering visual elements.
\ No newline at end of file
diff --git a/Documentation/Software/Plasmoids/DesktopContainment.md b/Documentation/Software/Plasmoids/DesktopContainment.md
new file mode 100755
index 0000000..e69de29
diff --git a/Documentation/Software/Plasmoids/SevenStart.md b/Documentation/Software/Plasmoids/SevenStart.md
new file mode 100755
index 0000000..720ae03
--- /dev/null
+++ b/Documentation/Software/Plasmoids/SevenStart.md
@@ -0,0 +1,90 @@
+# SEVENSTART
+
+## TABLE OF CONTENTS
+1. [Detailed description](#description)
+2. [File structure](#files)
+
+## Detailed description
+
+SevenStart is an application launcher designed to look and feel like the Windows 7 start menu. While not a perfect recreation of the start menu, SevenStart implements the following features:
+
+1. Animated menu orb, configurable much like Classic/Open Shell.
+2. Layout similar to Windows 7's Start menu.
+3. Sidebar with configurable entries.
+4. User profile icon that sticks out of the menu when compositing is enabled.
+5. Crossfading icons between the user profile icon and sidebar entries.
+6. Search results that are organized into separate categories.
+
+As SevenStart uses code from other application launchers in KDE, it improves upon the original start menu mainly in the search department, as SevenStart will show results from available KRunner search plugins installed on the system.
+
+SevenStart (and other plasmoids) can use internal resources for components such as FrameSvgItems through the use of ```Qt.resolveUrl(path)```, where ```path``` is a relative path to a file or directory. The path provided is relative to the internal source code of the plasmoid, so where ```main.qml``` is located. The function returns a ```url``` that ends up being the absolute path to the file.
+This is heavily used throughout most other AeroThemePlasma's plasmoids in order to use custom SVGs without having to resort to workarounds such as polluting the Plasma style, however SevenStart arguably uses it the most.
+
+### CompactRepresentation
+
+The first notable thing about SevenStart is the use of animated icons or "orbs" as they're called on Windows. Since QtQuick doesn't offer image crossfading by default, the effect is achieved "manually", using three separate images and gradually changing their opacities and visibility.
+
+In earlier versions of SevenStart, only two images were used, but now three images are used due to upstream updates causing subtle timing issues that would cause undesirable visual effects. Using three images did end up allowing SevenStart to replicate the effects of Vista and 7's Start menu more accurately. By default, SevenStart uses internal icons if no external icons are provided in the configuration window.
+
+Another notable thing about the compact representation is that it is used in an unusual way compared to how plasmoids are generally designed to behave. Plasmoids have two representations:
+
+1. Compact representation, which is used when the plasmoid is in a panel.
+2. Full representation, which is used when the plasmoid is either activated from the panel, or placed on the desktop.
+
+In practice, compact representations are just icons that get highlighted when hovered over with the mouse, with a tooltip explaining what the icon is supposed to be.
+If the compact representation is set to null, then the plasmoid will be presented in its full representation regardless of its parent object. This is useful for application launchers, which typically should always have their main menu hidden behind a clickable button, regardless of its placement and hierarchy. However, this means that the main dialog window, which would normally be the full representation, now has to be handled manually by the plasmoid, and it's up to the developer on how to make it appear on the screen.
+
+### User icon
+
+The user icon in SevenStart is actually just another dialog window that is placed on top of the full representation, which is also a dialog window. To prevent the dialog from rendering its background, the ```backgroundHints``` property is set to ```PlasmaCore.Types.NoBackground```, which also disables shadows and blur. In a similar fashion, other plasmoids in this project use this property to change the appearance of their dialog windows, setting the property to ```PlasmaCore.Types.SolidBackground```.
+
+The window flag ```Qt.X11BypassWindowManagerHint``` is used to prevent the dialog from animating its opacity when its visibility is changed directly, and ```Qt.Popup``` is used to ensure that it's
+above the parent dialog window.
+
+Setting the location to "Floating" means that we can use manual positioning for the dialog
+which is important as positioning a dialog like this is tricky at best and unpredictable
+at worst. Positioning of this dialog window can only be done reliably when:
+
+1. The parent dialog window is visible, this ensures that the positioning of the window is actually initialized and not simply declared.
+2. The width and height of the parent dialog window are properly initialized as well.
+
+This is why the position of this window is determined on the ```onHeightChanged``` slot of the
+parent window, as by then both the position and size of the parent are well defined*.
+The ```firstTimePopup``` boolean is used to make sure that the dialog window has its correct position values before it is made visible to the user.
+
+*It should be noted that the position values for any dialog window are gonna become
+properly initialized once the visibility of the window is enabled, at least from what
+I could figure out. Anything before that and the properties won't behave well. To comment on [MMcK Launcher](https://store.kde.org/p/1720532)'s implementation, this is likely why positioning of the floating
+avatar is so weird and unreliable. Using uninitialized values always leads to
+unpredictable behavior, which leads to positioning being all over the place.
+
+## File structure
+
+While this section won't cover all of the files, it will cover the most important ones.
+
+Directories:
+
+|Location|Description|
+|--------|-----------|
+|config/ |Contains the configuration properties and the loader QML file.|
+|pics/ |Contains raster images used by this plasmoid.|
+|ui/ |Most of the QML source code can be found here.|
+|ui/svgs/|SVG textures used by this plasmoid.|
+|ui/orbs/|Default orb textures for the compact representation.|
+|ui/code/|Helper JS code used by various parts of this plasmoid.|
+
+Files:
+
+|Name|Description|
+|----|-----------|
+|main.qml|Main QML file used to run the plasmoid.|
+|CompactRepresentation.qml|Compact representation which displays the animated orb icons.|
+|MenuRepresentation.qml|The expanded representation which is the application launcher itself.|
+|KickoffListView.qml|Generic list view used by most views of this plasmoid.|
+|CrossFadeBehavior.qml|Behavior used when crossfading two or more images.|
+|IconPicker.qml|Used for opening and selecting icons. Used for selecting different icons.|
+|SearchView.qml|Used to display the search results.|
+|FavoritesView.qml|Used to display favorite programs.|
+|OftenUsedView.qml|Used to display recently opened programs.|
+|SidePanelItemDelegate.qml|Displays and holds information about the sidebar menu entries.|
+|ApplicationsView.qml|Used to display all applications installed on the system.|
diff --git a/Documentation/Software/Plasmoids/SevenTasks.md b/Documentation/Software/Plasmoids/SevenTasks.md
new file mode 100755
index 0000000..72e6ccf
--- /dev/null
+++ b/Documentation/Software/Plasmoids/SevenTasks.md
@@ -0,0 +1,164 @@
+# SEVENTASKS
+
+## TABLE OF CONTENTS
+1. [Detailed description](#description)
+ 1. [Hot tracking](#hottracking)
+ 2. [Context menu](#contextmenu)
+3. [File structure](#files)
+4. [File details](#details)
+
+## Detailed description
+
+Under KDE Plasma, a task manager is any plasmoid that shows a list of windows (tasks) that are rendered by the window manager. A task manager also handles things like grouping tasks together, allowing the user to see a preview of any window, controlling tasks and many other things. SevenTasks forks the default task manager, while adding significant visual and functional changes.
+
+The default task manager from KDE comes in two different variants: regular and icons-only. If the user decided to switch between the two, they would have to replace the plasmoid completely with the other variant. SevenTasks merges both plasmoids together, and instead makes showing labels an option that can be toggled in the settings.
+
+While most of these changes were possible to implement in pure QML, some effects couldn't have been implemented without adding an additional layer of complexity in the form of a compiled C++ part.
+
+### Hot tracking
+
+Under Windows 7, 8 and 8.1, tasks featured a visual effect known as "Hot tracking", where upon hovering over a task, a glowing light would appear that would follow the mouse horizontally (or vertically if the taskbar is oriented vertically). Additionally, a subtle glowing border would also appear around the hovered task.
+
+Both of these effects share the same color, and that color is determined by the "dominant" color of the task icon. Interestingly enough, the algorithm that calculates the dominant color of an icon seems to be different between Windows 7 and 8/8.1, and as the source code and implementation details aren't public, SevenTasks has its own implementation that tries to be faithful to Windows 7's implementation, but sometimes comes up with different results.
+
+The details regarding the general algorithm can be found [here](https://superuser.com/questions/730804/how-does-windows-7-calculate-the-color-to-use-for-taskbar-color-hot-tracking), and the following algorithm is implemented by SevenTasks:
+
+1. We define the default highlight color as rgb(55, 176, 255). ( )
+2. If the icon doesn't exist (null), the icon is replaced with the icon associated with 'exec'.
+3. We define a histogram, which is just a 3x3x3 list of colors, we can think of this as 27 neatly ordered buckets which represent a certain range of colors.
+4. For the given icon, iteratively find the closest icon size that matches 32x32 pixels, going up in size with each unsuccessful iteration. 32x32 was chosen as the base resolution as most icons have it and it's a nice balance between accuracy and performance.
+5. For every pixel in the icon, the color is separated into its red, green and blue components.
+6. Every color component is then transformed into indexes in the range [0, 2]. Values within the range [0,60) return 0, [60, 200) return 1, and [200, 255] return 2.
+7. If all three indexes are the same value after transformation, the pixel isn't added to any bucket. Otherwise, add the pixel to the bucket at the calculated indexes.
+8. Find the bucket with the highest number of pixels. If the indexes of the bucket are all equal, discard it and return the default highlight color.
+9. Iterate through the bucket and calculate a "minimum" and "maximum" color. The minimum/maximum color is formed by finding the minimum/maximum of each color component independently.
+10. Calculate an average color by averaging the minimum and maximum color together (Averaging their color components respectively).
+11. If the average color's HSV saturation is less than 32, return the default highlight color.
+12. If the average color's HSV value is less than 85, return the default highlight color.
+13. Multiply the saturation and value of the average color by 1.5 (clamping it into range [0, 255]), return the resulting color with an alpha value of 200.
+
+Here are some examples, comparing Windows 7 (top) with SevenTasks (bottom):
+
+
+
+### Context menu
+
+SevenTasks features a complete reimplementation of the context menu found in Vista, 7, and 8/8.1, while retaining KDE specific features.
+
+
+
+Internally, the new context menu is based on PlasmaCore.Dialog, with the solid visual appearance. As it is meant to act as a context menu, it needs to fulfill the following criteria:
+
+- The context menu grabs *all* mouse and key inputs.
+- The context menu must disappear if an event outside of it causes it to lose focus.
+- The context menu must disappear if a menu item has been activated either with the mouse or the keyboard.
+- The context menu must disappear if the user clicks away from it or the Escape key is pressed on the keyboard.
+
+The current implementation accomplishes all of these except for grabbing all inputs from the keyboard, as that isn't necessary for the context menu to work properly. As such, the context menu is more forgiving when it comes to performing actions such as pressing global keyboard shortcuts. Note that this only applies when the main context menu is in focus, as child context menus are just regular Qt context menus which do grab every kind of input.
+
+Additional notes:
+
+- Getting the dialog window to grab mouse events will only work when either no mouse event is currently being handled, or if there is, it has to be the released or clicked event.
+- The code makes a few redundant function calls to ensure the context menu really does grab the mouse, most notably with a timer that runs shortly after the context menu is shown.
+- Despite the context menu being initialized, most of its visual properties are not well behaved until the visible property is set to true. Most notably, the x position may sometimes be reset to 0. As such, the code makes a few redundant calls in order to correctly set the x position and ensure it isn't reset.
+- Certain actions (unpinning, closing tasks, activities) are delayed in order to prevent the context menu from being immediately removed, instead letting the menu fade out as it is freed from memory gracefully.
+- Blur behind the window is only active once all animations are finished and the context menu is fully visible.
+- PlasmaComponents.MenuItem elements are not renderable or interactable outside of PlasmaComponents.ContextMenu. As such, menu items visible in the context menu are made from a wrapper item, which consists of the PlasmaComponents.MenuItem and a child TasksMenuItem which does the actual rendering.
+- The original ContextMenu file is still available in the source code, and can still be activated by commenting out and editing the necessary code. The regular context menu is deprecated, and will be removed in the future. (TODO)
+
+## File structure
+
+This section lists the locations of modified files and a short description of their roles.
+
+
+|Name |Location |Description |
+|--------------------------|------------------|-------------------------------------------------------------------|
+|seventasks.cpp |src/ |Implementation of the dominant color algorithm.|
+|seventasks.h |src/ |Header file of the C++ source file.|
+|main.xml |src/package/contents/config/|Contains the default settings for the plasmoid configuration.|
+|ConfigBehavior.qml|src/package/contents/ui/ |Defines the plasmoid settings' graphical interface.|
+|main.qml |src/package/contents/ui/ |The main file of the plasmoid.|
+|Task.qml|src/package/contents/ui/ |The base task item.|
+|TasksMenu.qml|src/package/contents/ui/|Reimplemented context menu.|
+|TasksMenuItem.qml|src/package/contents/ui/|Renderable and interactable part of the context menu item.|
+|TasksMenuItemSeparator.qml|src/package/contents/ui/|Separator items for the context menu.|
+|TasksMenuItemWrapper.qml|src/package/contents/ui/|PlasmaComponents.MenuItem with an embedded TasksMenuItem element and shortcut component.|
+|ToolTipDelegate.qml|src/package/contents/ui/ |An item that strings together grouped task previews.|
+|ToolTipInstance.qml|src/package/contents/ui/ |A single instance of a task preview.|
+|ToolTipWindowMouseArea.qml|src/package/contents/ui/|Highlight that appears on a task preview.|
+
+
+## File details
+
+### main.xml & ConfigBehavior.qml
+
+Plasmoids with settings make use of the main.xml file to define entries and their default values. Entries are categorized into groups, and each entry has a name and type attribute. Some basic types include:
+
+- Bool
+- Enum
+- Int
+- String
+- StringList
+- Url
+
+While entries can include other additional elements, most of them include a label and default tag. A label describes what the settings entry is for, while the default tag defines the default value for the entry.
+
+SevenTasks adds the following entry to the settings:
+
+```
+
+
+ false
+
+```
+
+Every entry needs a matching control to be defined in QML. In ConfigBehavior.qml, the following is added for toggling this entry:
+
+```
+//...
+property alias cfg_labelVisible: labelVisible.checked
+//...
+CheckBox {
+ id: labelVisible
+ Kirigami.FormData.label: i18n("Labels:")
+ text: i18n("Show labels next to task icons")
+}
+```
+
+### seventasks.h & seventasks.cpp
+
+Public methods:
+
+
+|Type|Name|Description|
+|------|------------------------------|-----------|
+|void|disableBlurBehind(QWindow*)|Disables the blur behind a window. Used to make the fade out effect of the context menu closing more visually pleasing.|
+|QColor|getDominantColor(QVariant src)|Returns the dominant color of the icon. Even though the argument a QVariant, the expected data type is QIcon.|
+|QPoint|getPosition(QWindow*)|Gets the local mouse coordinates with respect to the QWindow.|
+|bool|isActiveWindow(int wid)|Returns if the window identified by the provided wId is active.|
+|void|setMouseGrab(bool arg, QWindow* w)|Makes a QWindow object grab all mouse events from the system. Additionally installs the singleton Applet class to the provided QWindow object as an event filter. More details are in the source code.|
+
+
+Protected methods:
+
+
+|Type|Name|Description|
+|----|----|-----------|
+|bool|eventFilter(QObject* watched, QEvent\* event)|Filters mouse click events in order to notify the context menu that the mouse has been clicked.|
+
+Signals:
+
+
+|Name|Description|
+|----|-----------|
+|mouseEventDetected()|This signal is emitted when the event filter detects a mouse click event.|
+
+Functions:
+
+
+|Type|Name|Description|
+|----|----|-----------|
+|QRgb|averageColor(QRgb a, QRgb b)|Mixes the two provided colors by doing an average of every color component.|
+|unsigned int|mapColorChannel(int channel)|Transforms the provided integer from the range [0,255] to [0,2] according to the algorithm described above.|
+|unsigned char|max(unsigned char a, unsigned char b)|Returns the maximum between the two arguments.|
+|unsigned char|min(unsigned char a, unsigned char b)|Returns the minimum between the two arguments.|
diff --git a/Documentation/Software/Plasmoids/System-Tray.md b/Documentation/Software/Plasmoids/System-Tray.md
new file mode 100755
index 0000000..6ab6f61
--- /dev/null
+++ b/Documentation/Software/Plasmoids/System-Tray.md
@@ -0,0 +1,46 @@
+# SYSTEM TRAY
+
+## TABLE OF CONTENTS
+1. [Detailed description](#description)
+2. [File structure](#files)
+3. [File details](#details)
+
+## Detailed description
+
+The system tray is a special plasmoid in KDE Plasma that essentially contains a collection of other widgets and displays them within the popup panel. This plasmoid also features third party tray icons from other programs, which is standard across many desktop environments.
+
+Because of the complexity of this plasmoid, this document won't explain everything in detail (as it would be out of scope for this project), instead only showing and explaining the changes done to the source code. Additionally, the source code of this fork hasn't been regularly synchronised with the upstream, so any noticeable differences in the source code not specified here are the result of that. The modifications featured in this fork are purely visual, without altering the core functionality.
+
+Here is the list of visual changes done to the plasmoid:
+
+**Compact representation:**
+
+- The "Show hidden icons" button has been moved to the left, and features a button texture for the hover, press and active states.
+- The "small" icon size has been reduced even more to the resolution of 16x16 pixels.
+- Each tray icon has an animated hover and press state, removing the transition animation when the user clicks from one tray icon to another.
+- Additionally, the indicator texture no longer gets rendered when the user clicks on the "Show hidden icons" button.
+- The "pop" animation has been removed from the tray icon (the PulseAnimation that happens when a tray icon needs attention is retained).
+
+**Expanded representation:**
+
+- The popup panel is now a floating panel that has is slightly padded from the bottom.
+- The popup panel now uses the solid dialog panel SVG texture.
+- The popup panel is now smaller in both width and height.
+- The header text is smaller and more consistent in size.
+- The internal plasmoid also has some additional small padding between itself and the panel borders.
+- In the "Status and Notifications" view, the item highlight no longer lingers when no item is highlighted by the mouse.
+
+## File structure
+
+This section lists the locations of modified files and a short description of their roles. Further documentation is provided in each source file.
+
+
+|Name |Location |Description |
+|--------------------------|------------------|-------------------------------------------------------------------|
+|AbstractItem.qml |contents/ui/items/|Skeleton code for all tray icons. |
+|CurrentItemHighLight.qml |contents/ui/ |The texture that appears around a tray icon when it's pressed. |
+|ExpanderArrow.qml |contents/ui/ |The "Show hidden items" button in the compact representation. |
+|ExpandedRepresentation.qml|contents/ui/ |The floating dialog panel that appears when expanding the plasmoid.|
+|main.qml |contents/ui/ |The main file of the plasmoid. |
+
+
diff --git a/Documentation/Software/img/contextmenu.png b/Documentation/Software/img/contextmenu.png
new file mode 100755
index 0000000..02c4bdb
Binary files /dev/null and b/Documentation/Software/img/contextmenu.png differ
diff --git a/Documentation/Software/img/reflection_mockup.png b/Documentation/Software/img/reflection_mockup.png
new file mode 100755
index 0000000..4b195ea
Binary files /dev/null and b/Documentation/Software/img/reflection_mockup.png differ
diff --git a/Documentation/Software/img/tasks.png b/Documentation/Software/img/tasks.png
new file mode 100755
index 0000000..c715814
Binary files /dev/null and b/Documentation/Software/img/tasks.png differ
diff --git a/Documentation/Themes/Seven-Black.md b/Documentation/Themes/Seven-Black.md
new file mode 100755
index 0000000..bc7bbe6
--- /dev/null
+++ b/Documentation/Themes/Seven-Black.md
@@ -0,0 +1,226 @@
+# SEVEN-BLACK KDE PLASMA THEME
+
+## TABLE OF CONTENTS
+
+1. [Detailed description](#description)
+2. [File structure](#files)
+3. [Nonstandard SVGs](#svgs)
+
+## Detailed description
+
+Seven-Black is the theme for KDE Plasma's shell, responsible for defining the appearance of panels, plasmoids, dialog windows, tooltips, etc. This includes almost all components written in QML that make use of KDE's API (PlasmaComponents, PlasmaExtras).
+
+KDE Plasma styles consist of SVG files which define the appearance of shell components and basic graphical elements. The program **Plasma Theme Explorer** can be used to examine the theme and to get a description of where each SVG file is used. The color scheme of the style can also be examined. A more detailed explanation on Plasma styles can be seen [here](https://develop.kde.org/docs/plasma/theme/theme-details/). More documentation about KDE Plasma in general can be seen [here](https://develop.kde.org/docs/plasma/).
+
+Windows following Plasma's API can have three general appearances depending on certain system settings:
+
+1. Default - Compositing is enabled and background contrast is disabled
+2. Transparent - Compositing is enabled and background contrast is enabled
+3. Opaque - Compositing is disabled, background contrast doesn't matter here
+
+KDE Plasma will read different SVG files depending on which appearance is currently active. This theme completely ignores the transparent appearance state, so it's recommended to keep the background contrast setting off.
+
+### Solid appearance
+
+The solid appearance is a fourth appearance state that doesn't depend on how the system is configured, instead it is used on demand by plasmoids. Going by KDE's official documentation, this appearance state should be used for completely opaque elements, and in practice, most other themes don't include any kind of dedicated SVG here, simply letting Plasma render solid elements with a single color.
+
+However, compositing effects are still applied to these elements, and more importantly, any SVG file can be provided for the solid appearance state, regardless if the texture is detailed, transparent or opaque. This theme takes advantage of that at the cost of using this state in an unintended, nonstandard way. Being a relatively rare method of rendering things, it's considered a worthy tradeoff.
+
+
+
+This project uses solid textures for the system tray, as well as DigitalClockLite. The design of the solid panel texture is meant to replicate the floating panels from the system tray as seen in Windows 7. However, due to certain limitations in the way Plasma handles theming, the text in these dialog windows cannot be drawn with a black color (or at least, definitely not easily), hence why a stylized blue background has been placed instead, to provide readability while keeping in line with Aero's aesthetics.
+
+Regular textures are used for all other windows (plasmoids, OSD popups, task switchers, side menus and notification popups).
+
+The opaque appearance state aims to be a recreation of Aero Basic (WIP). Currently, only plasmoids using solid textures and the window manager don't comply with the aesthetic, but everything else does. A potential solution is to detect a change in compositing in plasmoids that use solid textures, change the dialog type to ```NoBackground``` and display a custom texture as the background while compositing is disabled. A similar solution can also be applied to the window manager.
+
+### Icons
+
+This theme also features a small set of icons used mainly by plasmoids like the system tray. Most of these icons are simply just scaled down variants of icons taken from Breeze, while other icons are taken directly from the main icon theme of this project.
+
+Following the release of KDE Plasma 6, this part of the Plasma theme will become deprecated.
+
+## File structure
+
+This section will focus on files that are affected by the colorization effect, files that represent the Aero Basic style, as well as files that are used only by this project. It should be noted that these nonstandard files are now decoupled from Seven-Black and are located in their respective plasmoids' source code, so that they can be used without having to rely on this specific Plasma style. As such, these nonstandard files will be removed completely from Seven-Black in future releases.
+
+The "Unique" column describes if the file itself is exclusive to Seven-Black.
+
+
+
+|Name |Location |Description |Has accent color|Standard|Unique|
+|----------------------|---------------|----------------------------------------------------|----------------|--------|------|
+|background.svg |dialogs/ |Default dialog texture. |Y |Y |N |
+|panel-background.svg |widgets/ |Default taskbar texture. |Y |Y |N |
+|tooltip.svg |widgets/ |Default tooltip texture. |Y |Y |N |
+|button-close.svg |widgets/ |Close button icon used in SevenTasks. |N |N |Y |
+|menuitem.svg |widgets/ |Texture used for menu items in SevenStart and SevenTasks|N |N |Y |
+|showdesktop.svg |widgets/ |Texture used for the Show desktop plasmoid. |N |N |Y |
+|sidebaritem.svg |widgets/ |Texture used for sidebar entries in SevenStart. |N |N |Y |
+|startmenu-buttons.svg |widgets/ |Texture used for the shut down button in SevenStart.|N |N |Y |
+|system-lock-screen.svg|widgets/ |Lock icon used in SevenStart. |N |N |Y |
+|systray.svgs |widgets/ |Texture used for the expander arrow button in the system tray.|N |N |Y |
+|taskbarhover.svg |widgets/ |Texture used for hovered tooltips in SevenTasks. |N |N |Y |
+|arrows.svgz |widgets/ |Used mainly by SevenStart and the system tray. |N |N |N |
+|button.svg |widgets/ |Used by the keyboard layout switcher plasmoid. |N |N |N |
+|tabbar.svgz |widgets/ |Used mainly by SevenTasks and the system tray. |N |N |N |
+|tasks.svg |widgets/ |Used by SevenTasks for custom grouped tasks. |N |N |N |
+|viewitem.svgs |widgets/ |Used by the desktop containment. |N |N |N |
+|background.svg |opaque/dialogs/|Used when compositing is disabled. |N |Y |N |
+|panel-background.svg |opaque/widgets/|Used when compositing is disabled. |N |Y |N |
+|tooltip.svg |opaque/widgets/|Used when compositing is disabled. |N |Y |N |
+|background.svg |solid/dialogs/ |Used by the system tray and date and time plasmoid. |Y |Y |N |
+
+## Nonstandard SVGs
+
+This section will go through every nonstandard SVG file used by various plasmoids featured by AeroThemePlasma. As these files have now been relocated, for every file listed here there will be a list of plasmoids from this project that use the file.
+
+### system-lock-screen.svg
+
+Used in: SevenStart (io.gitgud.wackyideas.SevenStart)
+
+Used for displaying the lock button next to the Shut Down button. The SVG itself has two elements - "dark-lock" and "light-lock", so that SevenStart can toggle between them as the user enters or exits the search view.
+
+
+
+### button-close.svg
+
+Used in: SevenTasks (io.gitgud.wackyideas.seventasks)
+
+It has three prefix states:
+
+- Default (no prefix)
+- Hovered (hover-)
+- Pressed (pressed-)
+
+Used in the tooltip popup when a task is hovered over with the mouse.
+
+
+
+### showdesktop.svg
+
+Used in: Show Desktop (Aero) (io.gitgud.wackyideas.win7showdesktop)
+
+It has three prefix states:
+
+- Normal (normal-)
+- Hovered (hover-)
+- Selected (selected-)
+
+Used to give the button a scalable texture.
+
+
+
+### sidebaritem.svg
+
+Used in: SevenStart (io.gitgud.wackyideas.SevenStart)
+
+It doesn't have any states other than the default, as it is only visible when hovered over or focused during keyboard navigation. It is used in SevenStart as a texture for the sidebar menu entires.
+
+
+
+### startmenu-buttons.svg
+
+Used in: SevenStart (io.gitgud.wackyideas.SevenStart)
+
+This is a set of two 9 segment textures used as FrameSvgItems. Both textures have the following states, with the right-oriented button additionally having a ```rtl-``` prefix:
+
+- Normal (normal-)
+- Hovered (hover-)
+- Pressed (pressed-)
+
+Used for the shut down and lock screen buttons.
+
+
+
+### taskbarhover.svg
+
+Used in: SevenTasks (io.gitgud.wackyideas.seventasks)
+
+It has two states:
+
+- Normal (normal-)
+- Active (active-)
+
+It is used as a tooltip hover indicator. It will appear in its active state when the task's window is active. Otherwise, the tooltip is in its normal state and invisible by default. The texture is rendered with different opacities, depending on the mouse state (hovered and clicked states).
+
+
+
+### arrows.svgz
+
+Used in: SevenStart (io.gitgud.wackyideas.SevenStart)
+
+Apart from the standard four oriented arrows, two variants have been added:
+
+- Hovered (with a hover- prefix)
+- Black (with a -black suffix)
+
+Used in the application view and in other minor graphical elements.
+
+
+
+### button.svg
+
+Used in: Keyboard Layout (org.kde.plasma.keyboardlayout)
+
+A 9 segment button texture has been added with two states:
+
+- Hover (keyboard-hover-)
+- Pressed (keyboard-pressed-)
+
+Used to give the layout switcher a button appearance.
+
+
+
+### tabbar.svgz
+
+Used in: SevenTasks (io.gitgud.wackyideas.seventasks), DigitalClockLite (io.gitgud.wackyideas.digitalclocklite)
+
+This SVG contains 9 segment textures with three states:
+
+- Active (active-)
+- Pressed (pressed-)
+- North active (north-active-)
+
+The north active state is typically used for actual tabs, which is why it has a distinct look from the other two states. The regular active state is used when the user hovers over an element.
+
+
+
+
+### tasks.svg
+
+Used in: SevenTasks (io.gitgud.wackyideas.seventasks)
+
+The biggest modification to this SVG file is the addition of a stacked modifier to each state, defined with the "stacked+" suffix. These are mostly blank 9 segment textures with the right borders kept visible. Used for grouping multiple tasks together, achieving a graphical effect of "stacking" multiple elements on top of each other.
+
+
+
+### viewitem.svg
+
+Used in: Desktop containment (org.kde.desktopcontainment)
+
+It has three states:
+
+- Hover (hover-)
+- Selected (selected-)
+- Selected+Hover (selected+hover-)
+
+Used for signifying the highlight and selected state for icons on the desktop.
+
+
+
+### menuitem.svg
+
+Used in: SevenStart (io.gitgud.wackyideas.SevenStart), SevenTasks (io.gitgud.wackyideas.seventasks)
+
+It has three states:
+
+- Hover (hover-)
+- Selected (selected-)
+- Selected+Hover (selected+hover-)
+
+Used for all menu items in the start menu, as well as menu items in the context menu for SevenTasks.
+
+
+
+
diff --git a/Documentation/Themes/Smaragd-Theme.md b/Documentation/Themes/Smaragd-Theme.md
new file mode 100755
index 0000000..91dc793
--- /dev/null
+++ b/Documentation/Themes/Smaragd-Theme.md
@@ -0,0 +1,74 @@
+# SMARAGD SEVEN WINDOW DECORATION THEME
+
+## TABLE OF CONTENTS
+
+1. [Detailed description](#description)
+2. [Theme configuration](#theme)
+3. [File structure](#files)
+
+## Detailed description
+
+This is the theme component of Smaragd Seven based on Emerald, the window decorator for Compiz. For a basic introduction on Emerald in the context of Compiz and regular Smaragd, click [here](http://wiki.compiz.org/Decorators/Emerald).
+
+Despite the use of non-standard textures, this theme is still compatible with regular Compiz, which just ignores the files specific to Smaragd Seven. When used with Smaragd Seven, the theme provides additional textures for the following elements:
+
+- Side gradients
+- Left side glow
+- Right side glow
+
+
+
+One element that is rendered by Smaragd Seven independently of the Emerald theme is the glowing effect behind the text of the window. Changing settings related to this effect in the theme configuration file will not alter its behavior. It should also be pointed out that reflections are not rendered by Smaragd Seven, but rather the Reflection KWin effect.
+
+One notable difference compared to the default Windows 7 look is that the titlebar height and window buttons are sized differently. The sizing has been set to look more like Windows Vista's default settings instead. (Top - Vista, Bottom - 7)
+
+
+
+One last important detail is that the window decoration itself is fully transparent. Instead, the decoration is colored by the reflection effect, while Smaragd Seven provides the transparent texture that is rendered on top of the reflections.
+
+## Theme configuration
+
+Certain details about the theme are dictated by the `theme.ini` configuration file. It's not recommended to edit this file, either manually or through the Emerald Theme Manager, as most values don't have an effect anymore when using Smaragd Seven, some are configured with non-standard values, and most other values are already configured to achieve this specific look. Some relevant settings include:
+
+```
+[engine]
+# Tells the decorator to use the vrunner engine for rendering the window decoration texture.
+engine=vrunner
+
+[vrunner_settings]
+...
+# Windows will have rounded corners with the radius of 6 pixels.
+radius=6
+
+[buttons]
+...
+# Caption buttons will be offset by 2 pixels to the right, to align them with
+# the right window border. Negative values here are not supported, as opening up Emerald Theme Manager
+# will simply reset this value back to 0, not allowing negative values.
+horizontal_offset=-2
+
+[titlebar]
+min_titlebar_height=21
+# This defines the standard item layout for the titlebar (Icon, window title, minimize, maximize and close)
+title_object_layout=I(2)T::NXC:Normal Layout
+```
+
+## File structure
+
+|Name |Description |Standard|
+|-------------------------|-------------------------------------------------------------------------------|--------|
+|buttons.close.png |Contains textures for the close button for both active and inactive windows. |Y |
+|buttons.glow.png |Contains glow textures for all the buttons when the window is active. |Y |
+|buttons.inactive_glow.png|Contains glow textures for all the buttons when the window is inactive. |Y |
+|buttons.max.png |Contains textures for the maximize button for both active and inactive windows.|Y |
+|buttons.min.png |Contains textures for the minimize button for both active and inactive windows.|Y |
+|buttons.restore.png |Contains textures for the restore button for both active and inactive windows. |Y |
+|reflection.png |The default reflection texture for the Reflection KWin effect. |N |
+|sidebar.png |Texture for the side border gradients when the window is active. |N |
+|sidebar_unfocus.png |Texture for the side border gradients when the window is inactive. |N |
+|sideglow_left.png |Texture for the left side glow effect of the window. |N |
+|sideglow_right.png |Texture for the right side glow effect of the window. |N |
+
+
+
+
diff --git a/Documentation/Themes/img/arrows.png b/Documentation/Themes/img/arrows.png
new file mode 100755
index 0000000..d7350ad
Binary files /dev/null and b/Documentation/Themes/img/arrows.png differ
diff --git a/Documentation/Themes/img/close.png b/Documentation/Themes/img/close.png
new file mode 100755
index 0000000..d264cf0
Binary files /dev/null and b/Documentation/Themes/img/close.png differ
diff --git a/Documentation/Themes/img/desktop_icons.png b/Documentation/Themes/img/desktop_icons.png
new file mode 100755
index 0000000..af78f18
Binary files /dev/null and b/Documentation/Themes/img/desktop_icons.png differ
diff --git a/Documentation/Themes/img/lock.png b/Documentation/Themes/img/lock.png
new file mode 100755
index 0000000..f7908e6
Binary files /dev/null and b/Documentation/Themes/img/lock.png differ
diff --git a/Documentation/Themes/img/menuitem.png b/Documentation/Themes/img/menuitem.png
new file mode 100755
index 0000000..9ef601e
Binary files /dev/null and b/Documentation/Themes/img/menuitem.png differ
diff --git a/Documentation/Themes/img/menuitem2.png b/Documentation/Themes/img/menuitem2.png
new file mode 100755
index 0000000..577db05
Binary files /dev/null and b/Documentation/Themes/img/menuitem2.png differ
diff --git a/Documentation/Themes/img/showdesktop.png b/Documentation/Themes/img/showdesktop.png
new file mode 100755
index 0000000..6232e88
Binary files /dev/null and b/Documentation/Themes/img/showdesktop.png differ
diff --git a/Documentation/Themes/img/shutdown.png b/Documentation/Themes/img/shutdown.png
new file mode 100755
index 0000000..48cdc81
Binary files /dev/null and b/Documentation/Themes/img/shutdown.png differ
diff --git a/Documentation/Themes/img/sidebar.png b/Documentation/Themes/img/sidebar.png
new file mode 100755
index 0000000..698b7fd
Binary files /dev/null and b/Documentation/Themes/img/sidebar.png differ
diff --git a/Documentation/Themes/img/solid.png b/Documentation/Themes/img/solid.png
new file mode 100755
index 0000000..5031ae5
Binary files /dev/null and b/Documentation/Themes/img/solid.png differ
diff --git a/Documentation/Themes/img/switcher.png b/Documentation/Themes/img/switcher.png
new file mode 100755
index 0000000..923903d
Binary files /dev/null and b/Documentation/Themes/img/switcher.png differ
diff --git a/Documentation/Themes/img/tabbar.png b/Documentation/Themes/img/tabbar.png
new file mode 100755
index 0000000..0ce8f45
Binary files /dev/null and b/Documentation/Themes/img/tabbar.png differ
diff --git a/Documentation/Themes/img/tabbar2.png b/Documentation/Themes/img/tabbar2.png
new file mode 100755
index 0000000..cd09543
Binary files /dev/null and b/Documentation/Themes/img/tabbar2.png differ
diff --git a/Documentation/Themes/img/taskbarhover.png b/Documentation/Themes/img/taskbarhover.png
new file mode 100755
index 0000000..42972b5
Binary files /dev/null and b/Documentation/Themes/img/taskbarhover.png differ
diff --git a/Documentation/Themes/img/tasks.png b/Documentation/Themes/img/tasks.png
new file mode 100755
index 0000000..442bd8c
Binary files /dev/null and b/Documentation/Themes/img/tasks.png differ
diff --git a/Documentation/Themes/img/window.png b/Documentation/Themes/img/window.png
new file mode 100755
index 0000000..44ba723
Binary files /dev/null and b/Documentation/Themes/img/window.png differ
diff --git a/Documentation/Themes/img/winver.png b/Documentation/Themes/img/winver.png
new file mode 100755
index 0000000..86eb643
Binary files /dev/null and b/Documentation/Themes/img/winver.png differ
diff --git a/INSTALL.md b/INSTALL.md
old mode 100644
new mode 100755
index 062bfe2..056847b
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -3,72 +3,61 @@
## TABLE OF CONTENTS
1. [Prerequisites](#preq)
-2. [KDE Plasma Settings](#plasma-settings)
-3. [KDE Plasma Theme](#plasma-theme)
-4. [Icons and cursors](#icons)
-5. [Aero Color Mixer](#aeromixer)
-6. [Qt Visual Style](#application-theme)
-7. [Fonts](#fonts)
-8. [Window Manager](#wm)
-9. [Plasma Widgets](#widgets)
-10. [Task Switcher](#task-switcher)
-11. [Sounds](#sounds)
-12. [Wine](#wine)
-13. [Video Guide](#video-guide)
+1. [KDE Plasma Settings](#plasma-settings)
+1. [KDE Plasma Theme](#plasma-theme)
+1. [Icons and cursors](#icons)
+1. [Qt Visual Style](#application-theme)
+1. [Fonts](#fonts)
+1. [Window Manager](#wm)
+1. [Reflection Effect](#reflection)
+1. [Plasma Widgets](#widgets)
+1. [Task Switcher](#task-switcher)
+1. [Splash Screen](#splash-screen)
+1. [Sounds](#sounds)
+1. [Wine](#wine)
+1. [Terminal](#terminal)
+
### Prerequisites
The following software is required for this project:
- KDE Plasma
-- KWinFT/KWin with compositing support enabled
-- Kvantum/QGtkStyle/Both (QGtkStyle is included in the package ```qt5-styleplugins```)
- - If using QGtkStyle, ```gtk-chtheme``` is recommended for switching between GTK2 themes
-- Qt5 Graphicaleffects package (```qt5-graphicaleffects``` on Arch and derivatives)
+- KWinFT/KWin with compositing support for blur and other effects
+- Kvantum
+- Some program to change the GTK2 theme, like ```gtk-chtheme```.
+- Qt5 GraphicalEffects package (```qt5-graphicaleffects``` on Arch)
Optional programs:
-- KMix
-- Wine
-
-Optional components which are deprecated and/or not supported:
-
-- Compiz with Emerald
-- QtCurve
-
-**Detailed explanation:**
-
-This project looks best when used with sofware which uses the Qt framework.
-
-The Qt visual style can be set to either Kvantum or QGtkStyle. Kvantum offers a simple to customise SVG-based theme of Aero with perks such as animated transitions, scaling support and better Qt integration, while QGtkStyle renders Qt as if it were a GTK2 style, which makes GTK2 and Qt programs look more unified. It is up to the user's personal preference to choose between either visual style.
-
-**NOTE: From now on, paths starting with a period (```.```) will refer to paths within this git repository.**
+- KMix, for a volume menu that looks more like Windows 7. For Pipewire users it might be better to just use the default volume plasmoid KDE provides.
### KDE Plasma Settings
-Starting off with the simplest modifications, this is a list of recommended settings which are configurable in System Settings, to make Plasma behave closely like Windows 7. Of course, these settings are optional and simply personal preference.
-
+Starting off with the simplest modifications, this is a list of recommended settings which are configurable in the system settings, to make Plasma behave more like Windows 7:
- Under Workspace Behaviour:
-
- Under General Behaviour:
- Clicking files or folders: Selects them
- Under Desktop Effects:
- - Disable Background contrast *(This theme does not make use of this option #9)*
- - Blur, set Blur strength to 2, and Noise strength to 0
- - Desaturate Unresponsive Applications
- - Fading popups
- - Login
- - Logout
- - Morphing popups
- - Translucency (Turn this off if it makes moving windows transparent)
- - Glide:
- - Duration: 300ms
+ - Disable 'Background contrast' *(This theme does not make use of this option #9)*
+ - Enable 'Blur', set Blur strength to 2, and Noise strength to 0
+ - Enable 'Desaturate unresponsive applications'
+ - Enable 'Fading popups'
+ - Enable 'Login', check 'Fade to black' *(Apparently this effect is currently broken? It won't actually fade to black.)*
+ - Enable 'Logout'
+ - Enable 'Morphing popups'
+ - Disable 'Sliding Popups'
+ - Disable 'Translucency'
+ - Enable 'Glide':
+ - Duration: 200ms
- Window Open Animation: Top, 8, 20
- Window Close Animation: Bottom, 15, 30
- - Window Aperture
- - If using KWinFT, enable Flip Switch; Set Flip animation duration to 200, and Angle to 45°.
- - Scale (Window Open/Close Animation)
+ - Enable 'Window Aperture'
+ - If using KWinFT, enable 'Flip Switch':
+ - Flip animation duration: 200
+ - Angle: 45°.
+ - Enable 'Scale' (Appearance)
- Under Screen Edges:
- Turn off all 8 screen edges
- Under Touch Screen:
@@ -81,214 +70,231 @@ Starting off with the simplest modifications, this is a list of recommended sett
- Under Window Actions:
- Modifier key: Meta
- Under KWin Scripts:
- - Enable MinimizeAll script
+ - Enable 'MinimizeAll'
When editing Plasma's bottom panel, make sure its width is set to 40 pixels.
### KDE Plasma Theme
-The Seven-Black Plasma theme is the main theme for KDE Plasma's shell. Put it in the following directory:
-```~/.local/share/plasma/desktoptheme/Seven-Black```
+Seven-Black is the theme for Plasma's shell. To install it, put it in the following directory (create it if it doesn't exist):
+```
+$ ~/.local/share/plasma/desktoptheme/
+```
To apply it, go to ```System Settings -> Appearance -> Plasma Style``` to find it and select it.
### Icons and cursors
-The folder ```windowsicon``` is the icon theme, while ```aero-cursors``` is the cursor theme. Both of these belong in
-the following directory:
-```/usr/share/icons``` (Requires root privileges)
+The icon theme is ```windowsicon```, while ```aero-cursors``` is the cursor theme. Extract the tar archives and move the folders in the following directory:
+```
+$ ~/.local/share/icons/
+```
-To apply them, go to ```System Settings -> Appearance -> Icons``` and ```System Settings -> Appearance -> Cursors``` respectively.
+To apply them, go to ```System Settings -> Appearance -> Icons``` and ```System Settings -> Appearance -> Cursors``` respectively to select them.
-### Aero Color Mixer
-
-AeroColorMixer is a configuration utility meant for customising this Aero theme to your liking. It is built based on the Personalisation features from Windows 7, with the ability to change the accent color of the glassy visual effects. The colors and names features within the program are taken from Windows 7, while it is also possible to adjust the color to your own liking.
-
-The binary for AeroColorMixer is located in the build folder of the source code:
-
-```./Plasma/KDE Plasma Theme/AeroColorMixer/build```
-
-No installation is required, however it is advised to place the binary in a path listed in the user's PATH, like:
-
-```/usr/bin``` (Requires root privileges)
-
-A few notes regarding AeroColorMixer:
-
-- The configuration file is stored in: ```~/.config/.aerorc``` and it stores information regarding the custom color, transparency settings, and which color is currently applied.
-- Directly editing this configuration file DOES NOT change your theme's colors, instead it is used for the utility to load itself into a known state.
-- Toggling the transparency setting inside this program does not affect compositing settings on your window manager.
-
-Both the source code and binaries are provided, and the binary is compiled with Qt version 5.15.5, glibc 2.36 and on the x86_64 architecture.
-
-**NOTE: This program is meant to work only with this theme, and it assumes that you have both the Plasma theme and the Emerald theme installed on your system.**
+It is also strongly recommended to install the [Oxygen](https://invent.kde.org/frameworks/oxygen-icons5) icon theme if it's not already installed on your system, as this project's icon theme optionally depends on it.
### Qt Visual Style
-Installing QGtkStyle requires installing the package ```qt5-styleplugins``` which is available in the AUR for Arch users and the galaxy repository for Artix users.
-
-Installing Kvantum requires installing the package ```kvantum``` which is available in the community repository.
+Installing Kvantum requires installing the package ```kvantum``` which is available in the community repository for Arch, and is available on most other Linux distributions as well.
To install the GTK2 theme, locate and move the following directory:
-```./Qt/Application Theme/QGtkStyle/win27pixmap```
+```
+$ ./Qt/Application_Theme/QGtkStyle/win27pixmap/
+```
-to the following directory:
+to this directory (create it if it doesn't exist):
-```~/.themes```
+```
+$ ~/.themes/
+```
-If this directory does not exist, simply make it.
-
-Installing the Kvantum theme is simply done through Kvantum Manager.
+Installing the Kvantum theme is simply done through Kvantum's settings. Afterwards, Kvantum can be set as the visual style in ```System Settings -> Appearance -> Application Style```.
**Applying the GTK2 theme:**
-To use the GTK2 theme for Qt programs, it must be selected in ```System Settings -> Appearance -> Application Style```, and it must be applied as a regular GTK2 theme as well. To do this, use a program like ```gtk-chtheme``` to set it for all GTK2 programs. Be sure to set the font to Segoe UI, size 9.
+Through a utility program like ```gtk-chtheme```, set the GTK2 theme to Win2-7. When configuring GTK2, make sure to set the font to the same font as configured in the system settings (for this theme, the default is Segoe UI, size 9).
In case the GTK2 theme isn't persistent throughout sessions, in order to keep it applied, add the following line:
-```GTK2_RC_FILES=/home/[username]/.themes/win27pixmap/gtk-2.0/gtkrc```
+```
+GTK2_RC_FILES=/home/[username]/.themes/win27pixmap/gtk-2.0/gtkrc
+```
-in ```/etc/environment```. This requires root privileges. Replace ```[username]``` with your own user name. Restart your Plasma session to see the effect.
+in
+
+```
+# /etc/environment
+```
+
+Replace ```[username]``` with your own user name. Restart the Plasma session to see the effect.
**Installing the color scheme:**
-To install the color scheme, go to ```System Settings -> Appearance -> Colors```, and click "Install from file.". Locate the following file and select it:
+To install the color scheme, go to ```System Settings -> Appearance -> Colors``` and click "Install from file". Locate the following file and select it:
-```./Plasma/Color Scheme/KvCurvesLight.colors```
+```
+./Plasma/Color_Scheme/AeroColorScheme.colors
+```
Select the color scheme and apply it.
### Fonts
-For the sake of keeping this theme pack relatively compact, and due to licensing issues, this project won't include the Microsoft Windows fonts, but you can get them if you have a Windows installation.
-Windows fonts are stored in the following directory:
+For the sake of keeping this theme pack relatively compact, and to avoid potential licensing issues, this repository won't include Windows fonts, but acquiring them from an already present Windows installation is easy.
+On Windows, fonts are stored in the following directory:
-```C:\Windows\Fonts\```
+```
+C:\Windows\Fonts\
+```
-If you have an existing Windows installation, you can simply copy them over to the following directory:
+If you have an existing Windows installation, you can simply copy the fonts over to the following directory (note that this will install the fonts across the entire system):
-```/usr/share/fonts/windows``` (Requires root privileges)
+```
+# /usr/share/fonts/windows/
+```
-Make sure to keep them all tidy in a separate folder from the rest.
-As for the actual font configurations, in System settings, go to ```Appearance -> Fonts```, and then apply the following
-settings:
+It might be necessary to also update the fontconfig cache:
+
+```
+$ fc-cache
+```
+
+As for the actual font rendering configuration, in ```System Settings -> Appearance -> Fonts``` apply the following settings:
- General: Segoe UI 9pt
-- Fixed width: Fixedsys 11pt (Can be any monospace font)
+- Fixed width: Fixedsys 11pt
- Small: Segoe UI 8pt
- Toolbar: Segoe UI 9pt
- Menu: Segoe UI 9pt
- Window title: Segoe UI 9pt
- Anti-aliasing: Enable
-- Sub-pixel rendering: RGB
+- Sub-pixel rendering: RGB *(This may vary depending on the monitor, choose the setting that looks best for your monitor and eyes.)*
- Hinting: Slight
-Tweak these settings around as you'd like.
-Since KDE isn't that stable you may have to restart it in order to actually see the real results - KDE tends to
-butcher font rendering upon changing settings. I don't know why.
+Relog into a new Plasma session to see the results.
-Note: [Font rendering on Linux is largely broken now and has been for several years](https://www.phoronix.com/news/HarfBuzz-Hinting-Woe). This is because Pango no longer uses FreeType for font rendering, using HarfBuzz instead. As a result, **all** font hinting options are broken except for slight font hinting, and HiDPI rendering. Despite the backlash, the developers arrogantly suggest using only HiDPI screens from now on, or "to get used to it". This regression has taken away the aggressive font hinting which was nearly identical to ClearType on Windows 7.
+Note: Font rendering on Linux is [largely broken now](https://gitlab.gnome.org/GNOME/pango/-/issues/656) [and has been](https://gitlab.gnome.org/GNOME/pango/-/issues/463) [for](https://gitlab.gnome.org/GNOME/pango/-/issues/404) [several](https://github.com/harfbuzz/harfbuzz/issues/2394) [years](https://www.phoronix.com/news/HarfBuzz-Hinting-Woe). As a result, **pretty much all** font hinting options are broken except for **slight** font hinting and HiDPI rendering (because at that point, subpixel rendering isn't even needed). This regression has taken away the aggressive font hinting which made rendering nearly identical to ClearType on Windows 7. Currently, full font hinting _should technically work again_, but certain glyphs aren't horizontally aligned correctly, which still makes text unreadable. Until this issue is resolved, the only viable choice is to use slight font hinting.
### Window Manager
-To install Smaragd, move the file:
+To install the window decoration, move the file:
-```./KWin/bin/kwin_smaragd.so```
+```
+$ ./KWin/smaragd_bin/kwin_smaragd.so
+```
to:
-```/usr/lib/qt/plugins/org.kde.kdecoration2/kwin_smaragd.so``` (Requires root privileges)
+```
+# /usr/lib/qt/plugins/org.kde.kdecoration2/
+```
-To install the theme in question, move the following directory:
+The window decoration requires an Emerald theme to be present as well. To install the theme, move the following directory (If it doesn't appear, enable viewing hidden files):
-```./KWin/.emerald``` (If it doesn't appear, turn on 'Show hidden files')
+```
+$ ./KWin/.emerald/
+```
-to:
+to the home directory.
-```~/.emerald```
-
-To apply Smaragd, select it in ```System settings -> Appearance -> Window Decorations```.
-
-Any changes made to the theme will be nearly instant. The changes are applied as soon as the window is updated (resizing, maximizing/restoring the window). It is not recommended to edit the theme file by hand.
+To apply the window decoration, go to ```System settings -> Appearance -> Window Decorations``` and select Smaragd.
#### Compiling instructions
-Compiling on Arch Linux requires a few dependencies to be present on your system:
+Compiling Smaragd on Arch Linux requires a few dependencies to be installed on the system:
- cmake
- cairo
- glib2
- kdebase-runtime
-- kdelibs 4.14.X
+- kdelibs 4.14.x
-The last two dependencies are available as prebuilt packages in this repository. The package `kdebase-runtime` doesn't exist anymore for Arch, not even the AUR, and so the only place to find it outside of this repository is through [this](https://archive.org/details/archlinux_pkg_kdebase-runtime) link. The package `kdelibs` can be installed through the AUR, however I recommend against it as compiling the package takes very long, and as of right now, building the package seems impossible. Other distributions will likely be better in terms of offering legacy packages.
+The last two dependencies are provided in this repository as prebuilt Arch packages. The package `kdebase-runtime` doesn't exist anymore for Arch, not even the AUR, so the only place to find it outside of this repository is through [this](https://archive.org/details/archlinux_pkg_kdebase-runtime) link. The package `kdelibs` can be installed through the AUR, however it isn't recommended as compiling the package takes very long, and as of right now, building the package seems to fail. Distributions like Debian might be better in terms of offering legacy packages.
-To compile Smaragd, do the following in the terminal:
+To compile Smaragd from the terminal:
-1. `cd smaragd-0.1.1`
-2. `mkdir build` (You can delete the build directory that already exists, or use a different name)
-3. `cd build`
-4. ```cmake -DCMAKE_INSTALL_PREFIX=`kf5-config --prefix` ..```
-5. `make`
-6. `sudo make install`
+```bash
+cd smaragd-0.1.1
+mkdir build #You can delete the build directory that already exists, or use a different name
+cd build
+cmake -DCMAKE_INSTALL_PREFIX=`kf5-config --prefix` ..
+make
+sudo make install
+```
If compiling multiple times, only the last step is required. Steps 1-4. are for setting the environment up for the first time.
-To see new changes, restart KWin (Assuming Smaragd has been installed for the first time, and has been selected in the settings).
+To see the changes after compiling and setting Smaragd in the System Settings, simply restart KWin.
+
+### Reflection Effect
+
+To install the reflection effect, it's recommended to build it from source. The required dependencies are:
+
+- cmake
+- extra-cmake-modules
+
+Then, go to the folder:
+
+```
+cd ./KWin/kwin_reflect/
+sh install.sh
+```
+
+After it has been compiled, you can log out or restart plasma and kwin, then go to ```System settings -> Workspace Behavior -> Desktop Effects``` and enable the effect.
+
### Plasma widgets
### User plasmoids
-These plasmoids do not require root privileges or editing system files to install. Installing them can be done by moving the plasmoid folders found in the following directory:
+These plasmoids do not require root privileges or editing system files to install. Installing them can be done by moving the plasmoid folder found in the following directory:
-```./Plasma/Plasma Widgets/User```
+```
+$ ./Plasma/Plasma_Widgets/User/
+```
to:
-```~/.local/share/plasma/plasmoids```
+```
+$ ~/.local/share/plasma/plasmoids/
+```
Example:
To install Seven Start, move the directory:
-```./Plasma/Plasma Widgets/User/Start Menu/SevenStart```
+```
+$ ./Plasma/Plasma_Widgets/User/io.wackyideas.SevenStart/
+```
to:
-```~/.local/share/plasma/plasmoids/SevenStart```
-
-Also, it is necessary to have the KDE Plasma theme installed and applied beforehand, or else the plasmoids will not display correctly.
-
-The following segments will explain how to configure these widgets.
-
-
-#### Seven Start
-
-After installing and adding this widget to the main panel, you will notice that it has no icon. It is necessary to open the configuration window and set the icons as shown in the screenshot below:
-
-
-
-The icons are located in:
-
-```./Plasma/Plasma Widgets/User/Start Menu/Orbs```
+```
+$ ~/.local/share/plasma/plasmoids/
+```
#### Seven Tasks
-Seven Tasks requires an additional install step which requires root privileges. It is necessary to complete this step first before installing and using this plasmoid. To complete the installation, move the following file:
+Before installing this plasmoid normally, it requires moving a file to a directory which requires root privileges. Move this file:
-```./Plasma/Plasma Widgets/User/Task Icons/bin/plasma_applet_seventasks.so```
+```
+$ ./Plasma/Plasma_Widgets/User/plasma_applet_seventasks.so
+```
to:
-```/usr/lib/qt/plugins/plasma/applets/plasma_applet_seventasks.so``` (Requires root privileges)
+```
+# /usr/lib/qt/plugins/plasma/applets/plasma_applet_seventasks.so
+```
-This library is used to create the hot tracking glow effect.
+This library is used to create [this effect](https://superuser.com/questions/730804/how-does-windows-7-calculate-the-color-to-use-for-taskbar-color-hot-tracking) from Windows 7.
-It is possible to toggle showing labels on the fly by checking the "Show labels on taskbar buttons" option in the configuration window like this:
+It is possible to toggle showing labels by toggling the "Show labels on taskbar buttons" option in the configuration window like this:
@@ -297,93 +303,104 @@ It is possible to toggle showing labels on the fly by checking the "Show labels
This plasmoid doesn't require additional configuration after installation if other steps have been completed. If for some reason the font and size do not look appropriate, set them to the following:
- Font size px: 9
-- Font style: Segoe UI
-
-You can tweak the other settings to your liking.
-
-#### Show Desktop (Win7, custom)
-
-Set the following properties to the following values:
-
-In Look:
-
-- Size: 13px;
-
-In Click:
-
- - Run Command: ```qdbus org.kde.kglobalaccel /component/kwin invokeShortcut "MinimizeAll"```
- (Note: in order for this to work, the ```MinimizeAll``` KWin script must be installed and enabled)
-
-In Peek:
-
-- Show desktop on hover: Enable
-- Peek threshold: 750ms
-
-Other properties can be configured to your liking.
+- Font style: Segoe UI Light, bold
### System modifications
-These plasmoids and QML modifications require root privileges to install, as well as replacing/modifying system files which may or may not break KDE as a result. **Be sure to make backups before replacing system files on your computer. A simple rename of the files or directories that would be modified is enough.**
+These plasmoids and QML modifications require root privileges to install. It's recommended to move the original files somewhere safe as a backup, instead of replacing them directly. **Always make backups before replacing system files.**
-Another thing to note is that these changes will be reset after each system update, meaning that it is necessary to reinstall these modifications after every update.
+An important thing to keep in mind is that these changes will be reset everytime KDE is updated, meaning that it is necessary to perform this part of the installation after every update.
#### Modified System Tray
-To install, move or copy the following directory:
+To install, move the following directory:
-```./Plasma/Plasma Widgets/System/System Tray/org.kde.plasma.private.systemtray```
+```
+$ ./Plasma/Plasma_Widgets/System/org.kde.plasma.private.systemtray/
+```
to:
-```/usr/share/plasma/plasmoids/org.kde.plasma.private.systemtray``` (Requires root privileges)
+```
+# /usr/share/plasma/plasmoids/
+```
Restart plasma to apply changes. If necessary, set the icon size to "Small" in the configuration window.
#### Modified Keyboard Layout Switcher
-To install, move or copy the following directory:
+To install, move the following directory:
-```./Plasma/Plasma Widgets/System/Keyboard Switcher/org.kde.plasma.keyboardlayout```
+```
+$ ./Plasma/Plasma_Widgets/System/org.kde.plasma.keyboardlayout
+```
to:
-```/usr/share/plasma/plasmoids/org.kde.plasma.keyboardlayout``` (Requires root privileges)
+```
+# /usr/share/plasma/plasmoids/
+```
-Restart plasma to apply changes. No further configuration is needed.
+Restart plasma to apply changes.
#### Desktop icons
-To install, move or copy the following directory:
+To install, move the following directory:
-```./Plasma/Plasma Widgets/System/Desktop Icons/org.kde.desktopcontainment```
+```
+$ ./Plasma/Plasma_Widgets/System/org.kde.desktopcontainment
+```
to:
-```/usr/share/plasma/plasmoids/org.kde.desktopcontainment``` (Requires root privileges)
+```
+# /usr/share/plasma/plasmoids/
+```
-Restart plasma to apply changes. No further configuration is needed.
+Restart plasma to apply changes.
+
+To make the desktop look more like Windows 7 by default, right click on the desktop and click "Configure Desktop and Wallpaper...", change the following settings:
+
+- Icons:
+ - Icon size: 2
+ - Label width: Narrow
+ - Features: All checked except for "Folder preview popups"
#### Plasma tooltips
-To install, move or copy the following file:
+To install, move the following file:
-```./Plasma/Plasma Widgets/System/Tooltips/DefaultTooltip.qml```
+```
+$ ./Plasma/Plasma_Widgets/System/Tooltips/DefaultTooltip.qml
+```
to:
-```/usr/lib/qt/qml/org/kde/plasma/core/private/DefaultTooltip.qml```
+```
+# /usr/lib/qt/qml/org/kde/plasma/core/private/
+```
-Restart plasma to apply changes. No further configuration is needed.
+Restart plasma to apply changes.
### Task Switcher
-
+To install, move the following folder:
+
+```
+$ ./KWin/thumbnail_seven
+```
+
+to:
+
+```
+$ ~/.local/share/kwin/tabbox/
+```
In ```System Settings -> Window Management -> Task Switcher```, set the following:
In Main:
-- Visualization: Set "Thumbnails" as the visualization style.
+- Visualization: Set "Thumbnail Seven" as the visualization style.
- Shortcuts (for All Windows):
- Forward: Alt + Tab
- Backward: Alt + Shift + Tab
@@ -397,62 +414,92 @@ In Alternative:
- Backward: Meta + Shift + Tab
- Check "Include "Show Desktop" icon"
-Configuration options for the Flip Switch style are described in [KDE Plasma Settings](#plasma-settings).
+### Splash Screen
+
+To install the splash screen, move the folder:
+
+```
+$ ./Plasma/Splash_Screen/io.gitgud.wackyideas.aerosplashscreen
+```
+
+To the following directory:
+
+```
+$ ~/.local/share/plasma/look-and-feel/
+```
+
+Create the directory in case it doesn't exist.
+
+Set the splash screen in ```System Settings -> Appearance -> Splash Screen```.
### Sounds
-On Windows, the full set of sound files is located in the following directory:
+On Windows, system sound files are located in:
-```C:\Windows\Media```
+```
+C:\Windows\Media
+```
To install the sound files bundled with this project, move the two following directories:
-```./Plasma/Sounds/media_windows```
- and
-```./Plasma/Sounds/stereo_windows```
+```
+$ ./Plasma/Sounds/media_windows
+$ ./Plasma/Sounds/stereo_windows
+```
to:
-```/usr/share/sounds/media_windows```
-and
- ```/usr/share/sounds/stereo_windows```
+```
+# /usr/share/sounds/
+```
-respectively.
-
-To select and apply them, go to ```System Settings -> Notifications```. There, click on the ```Configure...```
-button on the bottom. Scroll down to ```Plasma Workspace```, and click on the ```Configure Events...``` button.
+To apply them, go to ```System Settings -> Notifications```. There, click on the 'Configure'
+button. Scroll down to ```Plasma Workspace```, and click on the 'Configure Events' button.
Set the sounds for the following notifications:
- - Notification: ```/usr/share/sounds/stereo_windows/dialog-information.ogg```
- - Warning Message: ```/usr/share/sounds/stereo_windows/dialog-warning.ogg```
- - Fatal Error, Catastrophe: ```/usr/share/sounds/stereo_windows/dialog-error.ogg```
- - Logout: ```/usr/share/sounds/stereo_windows/desktop-logout.ogg```
- - Question: ```/usr/share/sounds/stereo_windows/dialog-question.ogg```
- - Login: ```/usr/share/sounds/stereo_windows/desktop-login.ogg```
- - Warning: ```/usr/share/sounds/stereo_windows/dialog-warning.ogg```
- - Trash: Emptied: ```/usr/share/sounds/media_windows/Windows Recycle.wav```
- - Critical Message: ```/usr/share/sounds/stereo_windows/dialog-warning.ogg```
- - Information Message: ```/usr/share/sounds/stereo_windows/dialog-information.ogg```
- - Beep: ```/usr/share/sounds/stereo_windows/button-pressed.ogg```
+|Sound |File |
+|-------------------------|-------------------------------------------------------------|
+|Notification |```/usr/share/sounds/stereo_windows/dialog-information.ogg```|
+|Warning Message |```/usr/share/sounds/stereo_windows/dialog-warning.ogg``` |
+|Fatal Error, Catastrophe |```/usr/share/sounds/stereo_windows/dialog-error.ogg``` |
+|Logout |```/usr/share/sounds/stereo_windows/desktop-logout.ogg``` |
+|Question |```/usr/share/sounds/stereo_windows/dialog-question.ogg``` |
+|Login |```/usr/share/sounds/stereo_windows/desktop-login.ogg``` |
+|Warning |```/usr/share/sounds/stereo_windows/dialog-warning.ogg``` |
+|Trash, Emptied |```/usr/share/sounds/media_windows/Windows Recycle.wav``` |
+|Critical Message |```/usr/share/sounds/stereo_windows/dialog-warning.ogg``` |
+|Information Message |```/usr/share/sounds/stereo_windows/dialog-information.ogg```|
+|Beep |```/usr/share/sounds/stereo_windows/button-pressed.ogg``` |
-Then, under ```Power Management```, click on the ```Configure Events...``` button. Set the sounds for the following
+Then, under ```Power Management```, click on the 'Configure Events' button. Set the sounds for the following
notifications:
- - Battery Low, Peripheral Battery Low: ```/usr/share/sounds/media_windows/Windows Battery Low.wav```
- - Battery Critical: ```/usr/share/sounds/media_windows/Windows Battery Critical.wav```
+|Sound |File |
+|-----------------------------------|------------------------------------------------------------------|
+|Battery Low, Peripheral Battery Low|```/usr/share/sounds/media_windows/Windows Battery Low.wav``` |
+|Battery Critical |```/usr/share/sounds/media_windows/Windows Battery Critical.wav```|
### Wine
-To install and configure, run ```winecfg```, and under the ```Desktop Integration``` tab, click ```Install theme...``` and choose the following file:
+To install the msstyle for Wine applications, run ```winecfg```, and under the 'Desktop Integration' tab, click 'Install theme' and choose the following file:
-```./Wine/VistaVG Ultimate/VistaVG Ultimate.msstyles```
+```
+$ ./Wine/VistaVG Ultimate/vistavg_ultimate.msstyles
+```
-After that, go through all elements in the "Item" list, and change the font everywhere to match:
+After that, go through the entire 'Item' list, and change the font everywhere to:
- Font: Segoe UI
- Size: 9pt
-### Video Guide
+### Terminal
-Video created by Bleeplo:
+To make your terminal emulator of choice look a bit more like the command prompt from Windows, do the following:
-[![Video guide](https://i.ytimg.com/vi/KFr4tqk7Mvg/mqdefault.jpg)](https://youtu.be/KFr4tqk7Mvg)
+- Hide the menu bar
+- Hide the tab bar if there's only one tab available
+- Set the terminal font to Fixedsys (Excelsior 3.01), 11pt.
+- Add the following line to `~/.bashrc`:
+
+```printf 'Microsoft Windows [Version 6.1.7601] \nCopyright 2009 Microsoft Corporation. All rights reserved.\n\n'```
+
+The last part will print the provided string every time a new bash session is started.
diff --git a/Icons and cursors/aero-cursors.tar.gz b/Icons and cursors/aero-cursors.tar.gz
new file mode 100755
index 0000000..19c1b1d
Binary files /dev/null and b/Icons and cursors/aero-cursors.tar.gz differ
diff --git a/Icons and cursors/aero-cursors/cursors/00008160000006810000408080010102 b/Icons and cursors/aero-cursors/cursors/00008160000006810000408080010102
deleted file mode 120000
index da1a989..0000000
--- a/Icons and cursors/aero-cursors/cursors/00008160000006810000408080010102
+++ /dev/null
@@ -1 +0,0 @@
-2870a09082c103050810ffdffffe0204
\ No newline at end of file
diff --git a/Icons and cursors/aero-cursors/cursors/028006030e0e7ebffc7f7070c0600140 b/Icons and cursors/aero-cursors/cursors/028006030e0e7ebffc7f7070c0600140
deleted file mode 120000
index ab27933..0000000
--- a/Icons and cursors/aero-cursors/cursors/028006030e0e7ebffc7f7070c0600140
+++ /dev/null
@@ -1 +0,0 @@
-14fef782d02440884392942c11205230
\ No newline at end of file
diff --git a/Icons and cursors/aero-cursors/cursors/03b6e0fcb3499374a867c041f52298f0 b/Icons and cursors/aero-cursors/cursors/03b6e0fcb3499374a867c041f52298f0
deleted file mode 100644
index 2b2b04d..0000000
Binary files a/Icons and cursors/aero-cursors/cursors/03b6e0fcb3499374a867c041f52298f0 and /dev/null differ
diff --git a/Icons and cursors/aero-cursors/cursors/08e8e1c95fe2fc01f976f1e063a24ccd b/Icons and cursors/aero-cursors/cursors/08e8e1c95fe2fc01f976f1e063a24ccd
deleted file mode 120000
index 54e2199..0000000
--- a/Icons and cursors/aero-cursors/cursors/08e8e1c95fe2fc01f976f1e063a24ccd
+++ /dev/null
@@ -1 +0,0 @@
-3ecb610c1bf2410f44200f48c40d3599
\ No newline at end of file
diff --git a/Icons and cursors/aero-cursors/cursors/14fef782d02440884392942c11205230 b/Icons and cursors/aero-cursors/cursors/14fef782d02440884392942c11205230
deleted file mode 100644
index 7ce655a..0000000
Binary files a/Icons and cursors/aero-cursors/cursors/14fef782d02440884392942c11205230 and /dev/null differ
diff --git a/Icons and cursors/aero-cursors/cursors/2870a09082c103050810ffdffffe0204 b/Icons and cursors/aero-cursors/cursors/2870a09082c103050810ffdffffe0204
deleted file mode 100644
index ae4e9da..0000000
Binary files a/Icons and cursors/aero-cursors/cursors/2870a09082c103050810ffdffffe0204 and /dev/null differ
diff --git a/Icons and cursors/aero-cursors/cursors/3ecb610c1bf2410f44200f48c40d3599 b/Icons and cursors/aero-cursors/cursors/3ecb610c1bf2410f44200f48c40d3599
deleted file mode 100644
index 55826c4..0000000
Binary files a/Icons and cursors/aero-cursors/cursors/3ecb610c1bf2410f44200f48c40d3599 and /dev/null differ
diff --git a/Icons and cursors/aero-cursors/cursors/4498f0e0c1937ffe01fd06f973665830 b/Icons and cursors/aero-cursors/cursors/4498f0e0c1937ffe01fd06f973665830
deleted file mode 100644
index 526ecfd..0000000
Binary files a/Icons and cursors/aero-cursors/cursors/4498f0e0c1937ffe01fd06f973665830 and /dev/null differ
diff --git a/Icons and cursors/aero-cursors/cursors/9d800788f1b08800ae810202380a0822 b/Icons and cursors/aero-cursors/cursors/9d800788f1b08800ae810202380a0822
deleted file mode 120000
index 1e0d357..0000000
--- a/Icons and cursors/aero-cursors/cursors/9d800788f1b08800ae810202380a0822
+++ /dev/null
@@ -1 +0,0 @@
-e29285e634086352946a0e7090d73106
\ No newline at end of file
diff --git a/Icons and cursors/aero-cursors/cursors/X_cursor b/Icons and cursors/aero-cursors/cursors/X_cursor
deleted file mode 120000
index 8f6590c..0000000
--- a/Icons and cursors/aero-cursors/cursors/X_cursor
+++ /dev/null
@@ -1 +0,0 @@
-4498f0e0c1937ffe01fd06f973665830
\ No newline at end of file
diff --git a/Icons and cursors/aero-cursors/cursors/bd_double_arrow b/Icons and cursors/aero-cursors/cursors/bd_double_arrow
deleted file mode 120000
index f25eda0..0000000
--- a/Icons and cursors/aero-cursors/cursors/bd_double_arrow
+++ /dev/null
@@ -1 +0,0 @@
-c7088f0f3e6c8088236ef8e1e3e70000
\ No newline at end of file
diff --git a/Icons and cursors/aero-cursors/cursors/bottom_left_corner b/Icons and cursors/aero-cursors/cursors/bottom_left_corner
deleted file mode 120000
index c3414f5..0000000
--- a/Icons and cursors/aero-cursors/cursors/bottom_left_corner
+++ /dev/null
@@ -1 +0,0 @@
-fcf1c3c7cd4491d801f1e1c78f100000
\ No newline at end of file
diff --git a/Icons and cursors/aero-cursors/cursors/bottom_right_corner b/Icons and cursors/aero-cursors/cursors/bottom_right_corner
deleted file mode 120000
index f25eda0..0000000
--- a/Icons and cursors/aero-cursors/cursors/bottom_right_corner
+++ /dev/null
@@ -1 +0,0 @@
-c7088f0f3e6c8088236ef8e1e3e70000
\ No newline at end of file
diff --git a/Icons and cursors/aero-cursors/cursors/bottom_side b/Icons and cursors/aero-cursors/cursors/bottom_side
deleted file mode 120000
index da1a989..0000000
--- a/Icons and cursors/aero-cursors/cursors/bottom_side
+++ /dev/null
@@ -1 +0,0 @@
-2870a09082c103050810ffdffffe0204
\ No newline at end of file
diff --git a/Icons and cursors/aero-cursors/cursors/c7088f0f3e6c8088236ef8e1e3e70000 b/Icons and cursors/aero-cursors/cursors/c7088f0f3e6c8088236ef8e1e3e70000
deleted file mode 100644
index e5a79f0..0000000
Binary files a/Icons and cursors/aero-cursors/cursors/c7088f0f3e6c8088236ef8e1e3e70000 and /dev/null differ
diff --git a/Icons and cursors/aero-cursors/cursors/center_ptr b/Icons and cursors/aero-cursors/cursors/center_ptr
deleted file mode 100644
index 2134006..0000000
Binary files a/Icons and cursors/aero-cursors/cursors/center_ptr and /dev/null differ
diff --git a/Icons and cursors/aero-cursors/cursors/cross b/Icons and cursors/aero-cursors/cursors/cross
deleted file mode 120000
index 8ea8796..0000000
--- a/Icons and cursors/aero-cursors/cursors/cross
+++ /dev/null
@@ -1 +0,0 @@
-draped_box
\ No newline at end of file
diff --git a/Icons and cursors/aero-cursors/cursors/cross_reverse b/Icons and cursors/aero-cursors/cursors/cross_reverse
deleted file mode 120000
index 8ea8796..0000000
--- a/Icons and cursors/aero-cursors/cursors/cross_reverse
+++ /dev/null
@@ -1 +0,0 @@
-draped_box
\ No newline at end of file
diff --git a/Icons and cursors/aero-cursors/cursors/crossed_circle b/Icons and cursors/aero-cursors/cursors/crossed_circle
deleted file mode 120000
index 2f0e526..0000000
--- a/Icons and cursors/aero-cursors/cursors/crossed_circle
+++ /dev/null
@@ -1 +0,0 @@
-03b6e0fcb3499374a867c041f52298f0
\ No newline at end of file
diff --git a/Icons and cursors/aero-cursors/cursors/crosshair b/Icons and cursors/aero-cursors/cursors/crosshair
deleted file mode 120000
index 8ea8796..0000000
--- a/Icons and cursors/aero-cursors/cursors/crosshair
+++ /dev/null
@@ -1 +0,0 @@
-draped_box
\ No newline at end of file
diff --git a/Icons and cursors/aero-cursors/cursors/d9ce0ab605698f320427677b458ad60b b/Icons and cursors/aero-cursors/cursors/d9ce0ab605698f320427677b458ad60b
deleted file mode 100644
index 91fcd9d..0000000
Binary files a/Icons and cursors/aero-cursors/cursors/d9ce0ab605698f320427677b458ad60b and /dev/null differ
diff --git a/Icons and cursors/aero-cursors/cursors/double_arrow b/Icons and cursors/aero-cursors/cursors/double_arrow
deleted file mode 120000
index da1a989..0000000
--- a/Icons and cursors/aero-cursors/cursors/double_arrow
+++ /dev/null
@@ -1 +0,0 @@
-2870a09082c103050810ffdffffe0204
\ No newline at end of file
diff --git a/Icons and cursors/aero-cursors/cursors/draped_box b/Icons and cursors/aero-cursors/cursors/draped_box
deleted file mode 100644
index 59e1314..0000000
Binary files a/Icons and cursors/aero-cursors/cursors/draped_box and /dev/null differ
diff --git a/Icons and cursors/aero-cursors/cursors/e29285e634086352946a0e7090d73106 b/Icons and cursors/aero-cursors/cursors/e29285e634086352946a0e7090d73106
deleted file mode 100644
index 92edcb3..0000000
Binary files a/Icons and cursors/aero-cursors/cursors/e29285e634086352946a0e7090d73106 and /dev/null differ
diff --git a/Icons and cursors/aero-cursors/cursors/fcf1c3c7cd4491d801f1e1c78f100000 b/Icons and cursors/aero-cursors/cursors/fcf1c3c7cd4491d801f1e1c78f100000
deleted file mode 100644
index f033c27..0000000
Binary files a/Icons and cursors/aero-cursors/cursors/fcf1c3c7cd4491d801f1e1c78f100000 and /dev/null differ
diff --git a/Icons and cursors/aero-cursors/cursors/fd_double_arrow b/Icons and cursors/aero-cursors/cursors/fd_double_arrow
deleted file mode 120000
index c3414f5..0000000
--- a/Icons and cursors/aero-cursors/cursors/fd_double_arrow
+++ /dev/null
@@ -1 +0,0 @@
-fcf1c3c7cd4491d801f1e1c78f100000
\ No newline at end of file
diff --git a/Icons and cursors/aero-cursors/cursors/fleur b/Icons and cursors/aero-cursors/cursors/fleur
deleted file mode 100644
index fc66aff..0000000
Binary files a/Icons and cursors/aero-cursors/cursors/fleur and /dev/null differ
diff --git a/Icons and cursors/aero-cursors/cursors/h_double_arrow b/Icons and cursors/aero-cursors/cursors/h_double_arrow
deleted file mode 120000
index ab27933..0000000
--- a/Icons and cursors/aero-cursors/cursors/h_double_arrow
+++ /dev/null
@@ -1 +0,0 @@
-14fef782d02440884392942c11205230
\ No newline at end of file
diff --git a/Icons and cursors/aero-cursors/cursors/hand b/Icons and cursors/aero-cursors/cursors/hand
deleted file mode 120000
index 1e0d357..0000000
--- a/Icons and cursors/aero-cursors/cursors/hand
+++ /dev/null
@@ -1 +0,0 @@
-e29285e634086352946a0e7090d73106
\ No newline at end of file
diff --git a/Icons and cursors/aero-cursors/cursors/hand1 b/Icons and cursors/aero-cursors/cursors/hand1
deleted file mode 120000
index 1e0d357..0000000
--- a/Icons and cursors/aero-cursors/cursors/hand1
+++ /dev/null
@@ -1 +0,0 @@
-e29285e634086352946a0e7090d73106
\ No newline at end of file
diff --git a/Icons and cursors/aero-cursors/cursors/hand2 b/Icons and cursors/aero-cursors/cursors/hand2
deleted file mode 120000
index 1e0d357..0000000
--- a/Icons and cursors/aero-cursors/cursors/hand2
+++ /dev/null
@@ -1 +0,0 @@
-e29285e634086352946a0e7090d73106
\ No newline at end of file
diff --git a/Icons and cursors/aero-cursors/cursors/left_ptr b/Icons and cursors/aero-cursors/cursors/left_ptr
deleted file mode 120000
index 8f6590c..0000000
--- a/Icons and cursors/aero-cursors/cursors/left_ptr
+++ /dev/null
@@ -1 +0,0 @@
-4498f0e0c1937ffe01fd06f973665830
\ No newline at end of file
diff --git a/Icons and cursors/aero-cursors/cursors/left_ptr_watch b/Icons and cursors/aero-cursors/cursors/left_ptr_watch
deleted file mode 120000
index 54e2199..0000000
--- a/Icons and cursors/aero-cursors/cursors/left_ptr_watch
+++ /dev/null
@@ -1 +0,0 @@
-3ecb610c1bf2410f44200f48c40d3599
\ No newline at end of file
diff --git a/Icons and cursors/aero-cursors/cursors/left_side b/Icons and cursors/aero-cursors/cursors/left_side
deleted file mode 120000
index ab27933..0000000
--- a/Icons and cursors/aero-cursors/cursors/left_side
+++ /dev/null
@@ -1 +0,0 @@
-14fef782d02440884392942c11205230
\ No newline at end of file
diff --git a/Icons and cursors/aero-cursors/cursors/ll_angle b/Icons and cursors/aero-cursors/cursors/ll_angle
deleted file mode 120000
index c3414f5..0000000
--- a/Icons and cursors/aero-cursors/cursors/ll_angle
+++ /dev/null
@@ -1 +0,0 @@
-fcf1c3c7cd4491d801f1e1c78f100000
\ No newline at end of file
diff --git a/Icons and cursors/aero-cursors/cursors/lr_angle b/Icons and cursors/aero-cursors/cursors/lr_angle
deleted file mode 120000
index f25eda0..0000000
--- a/Icons and cursors/aero-cursors/cursors/lr_angle
+++ /dev/null
@@ -1 +0,0 @@
-c7088f0f3e6c8088236ef8e1e3e70000
\ No newline at end of file
diff --git a/Icons and cursors/aero-cursors/cursors/move b/Icons and cursors/aero-cursors/cursors/move
deleted file mode 120000
index 8f6590c..0000000
--- a/Icons and cursors/aero-cursors/cursors/move
+++ /dev/null
@@ -1 +0,0 @@
-4498f0e0c1937ffe01fd06f973665830
\ No newline at end of file
diff --git a/Icons and cursors/aero-cursors/cursors/pencil b/Icons and cursors/aero-cursors/cursors/pencil
deleted file mode 100644
index 72e0226..0000000
Binary files a/Icons and cursors/aero-cursors/cursors/pencil and /dev/null differ
diff --git a/Icons and cursors/aero-cursors/cursors/question_arrow b/Icons and cursors/aero-cursors/cursors/question_arrow
deleted file mode 120000
index 97fd420..0000000
--- a/Icons and cursors/aero-cursors/cursors/question_arrow
+++ /dev/null
@@ -1 +0,0 @@
-d9ce0ab605698f320427677b458ad60b
\ No newline at end of file
diff --git a/Icons and cursors/aero-cursors/cursors/right_ptr b/Icons and cursors/aero-cursors/cursors/right_ptr
deleted file mode 120000
index 8f6590c..0000000
--- a/Icons and cursors/aero-cursors/cursors/right_ptr
+++ /dev/null
@@ -1 +0,0 @@
-4498f0e0c1937ffe01fd06f973665830
\ No newline at end of file
diff --git a/Icons and cursors/aero-cursors/cursors/right_side b/Icons and cursors/aero-cursors/cursors/right_side
deleted file mode 120000
index ab27933..0000000
--- a/Icons and cursors/aero-cursors/cursors/right_side
+++ /dev/null
@@ -1 +0,0 @@
-14fef782d02440884392942c11205230
\ No newline at end of file
diff --git a/Icons and cursors/aero-cursors/cursors/sb_h_double_arrow b/Icons and cursors/aero-cursors/cursors/sb_h_double_arrow
deleted file mode 120000
index ab27933..0000000
--- a/Icons and cursors/aero-cursors/cursors/sb_h_double_arrow
+++ /dev/null
@@ -1 +0,0 @@
-14fef782d02440884392942c11205230
\ No newline at end of file
diff --git a/Icons and cursors/aero-cursors/cursors/sb_v_double_arrow b/Icons and cursors/aero-cursors/cursors/sb_v_double_arrow
deleted file mode 120000
index da1a989..0000000
--- a/Icons and cursors/aero-cursors/cursors/sb_v_double_arrow
+++ /dev/null
@@ -1 +0,0 @@
-2870a09082c103050810ffdffffe0204
\ No newline at end of file
diff --git a/Icons and cursors/aero-cursors/cursors/tcross b/Icons and cursors/aero-cursors/cursors/tcross
deleted file mode 120000
index 8ea8796..0000000
--- a/Icons and cursors/aero-cursors/cursors/tcross
+++ /dev/null
@@ -1 +0,0 @@
-draped_box
\ No newline at end of file
diff --git a/Icons and cursors/aero-cursors/cursors/top_left_arrow b/Icons and cursors/aero-cursors/cursors/top_left_arrow
deleted file mode 120000
index 8f6590c..0000000
--- a/Icons and cursors/aero-cursors/cursors/top_left_arrow
+++ /dev/null
@@ -1 +0,0 @@
-4498f0e0c1937ffe01fd06f973665830
\ No newline at end of file
diff --git a/Icons and cursors/aero-cursors/cursors/top_left_corner b/Icons and cursors/aero-cursors/cursors/top_left_corner
deleted file mode 120000
index f25eda0..0000000
--- a/Icons and cursors/aero-cursors/cursors/top_left_corner
+++ /dev/null
@@ -1 +0,0 @@
-c7088f0f3e6c8088236ef8e1e3e70000
\ No newline at end of file
diff --git a/Icons and cursors/aero-cursors/cursors/top_right_corner b/Icons and cursors/aero-cursors/cursors/top_right_corner
deleted file mode 120000
index c3414f5..0000000
--- a/Icons and cursors/aero-cursors/cursors/top_right_corner
+++ /dev/null
@@ -1 +0,0 @@
-fcf1c3c7cd4491d801f1e1c78f100000
\ No newline at end of file
diff --git a/Icons and cursors/aero-cursors/cursors/top_side b/Icons and cursors/aero-cursors/cursors/top_side
deleted file mode 120000
index da1a989..0000000
--- a/Icons and cursors/aero-cursors/cursors/top_side
+++ /dev/null
@@ -1 +0,0 @@
-2870a09082c103050810ffdffffe0204
\ No newline at end of file
diff --git a/Icons and cursors/aero-cursors/cursors/v_double_arrow b/Icons and cursors/aero-cursors/cursors/v_double_arrow
deleted file mode 120000
index da1a989..0000000
--- a/Icons and cursors/aero-cursors/cursors/v_double_arrow
+++ /dev/null
@@ -1 +0,0 @@
-2870a09082c103050810ffdffffe0204
\ No newline at end of file
diff --git a/Icons and cursors/aero-cursors/cursors/watch b/Icons and cursors/aero-cursors/cursors/watch
deleted file mode 100644
index a1f6438..0000000
Binary files a/Icons and cursors/aero-cursors/cursors/watch and /dev/null differ
diff --git a/Icons and cursors/aero-cursors/cursors/xterm b/Icons and cursors/aero-cursors/cursors/xterm
deleted file mode 100644
index 78643a2..0000000
Binary files a/Icons and cursors/aero-cursors/cursors/xterm and /dev/null differ
diff --git a/Icons and cursors/aero-cursors/cursors/zoom-in b/Icons and cursors/aero-cursors/cursors/zoom-in
deleted file mode 100644
index 312ea3d..0000000
Binary files a/Icons and cursors/aero-cursors/cursors/zoom-in and /dev/null differ
diff --git a/Icons and cursors/aero-cursors/cursors/zoom-out b/Icons and cursors/aero-cursors/cursors/zoom-out
deleted file mode 100644
index 86264f3..0000000
Binary files a/Icons and cursors/aero-cursors/cursors/zoom-out and /dev/null differ
diff --git a/Icons and cursors/aero-cursors/index.theme b/Icons and cursors/aero-cursors/index.theme
deleted file mode 100644
index 56a92c7..0000000
--- a/Icons and cursors/aero-cursors/index.theme
+++ /dev/null
@@ -1,5 +0,0 @@
-[Icon Theme]
-Name=aero-drop
-Comment= Converted with ms2sd - Converted by sd2xc-2.3.pl
-Example=left_ptr
-Inherits=core
diff --git a/Icons and cursors/windowsicon.tar.gz b/Icons and cursors/windowsicon.tar.gz
new file mode 100644
index 0000000..0bdca5c
Binary files /dev/null and b/Icons and cursors/windowsicon.tar.gz differ
diff --git a/Icons and cursors/windowsicon/128x128/actions/application-menu.png b/Icons and cursors/windowsicon/128x128/actions/application-menu.png
deleted file mode 100644
index 84f2b09..0000000
Binary files a/Icons and cursors/windowsicon/128x128/actions/application-menu.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/128x128/actions/button_cancel.png b/Icons and cursors/windowsicon/128x128/actions/button_cancel.png
deleted file mode 100644
index c19a37c..0000000
Binary files a/Icons and cursors/windowsicon/128x128/actions/button_cancel.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/128x128/actions/cancel.png b/Icons and cursors/windowsicon/128x128/actions/cancel.png
deleted file mode 100644
index c19a37c..0000000
Binary files a/Icons and cursors/windowsicon/128x128/actions/cancel.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/128x128/actions/configure-toolbars.png b/Icons and cursors/windowsicon/128x128/actions/configure-toolbars.png
deleted file mode 100644
index a054b70..0000000
Binary files a/Icons and cursors/windowsicon/128x128/actions/configure-toolbars.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/128x128/actions/configure.png b/Icons and cursors/windowsicon/128x128/actions/configure.png
deleted file mode 100644
index a054b70..0000000
Binary files a/Icons and cursors/windowsicon/128x128/actions/configure.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/128x128/actions/configure_kile.png b/Icons and cursors/windowsicon/128x128/actions/configure_kile.png
deleted file mode 100644
index a054b70..0000000
Binary files a/Icons and cursors/windowsicon/128x128/actions/configure_kile.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/128x128/actions/configure_project.png b/Icons and cursors/windowsicon/128x128/actions/configure_project.png
deleted file mode 100644
index a054b70..0000000
Binary files a/Icons and cursors/windowsicon/128x128/actions/configure_project.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/128x128/actions/dialog-cancel.png b/Icons and cursors/windowsicon/128x128/actions/dialog-cancel.png
deleted file mode 100644
index c19a37c..0000000
Binary files a/Icons and cursors/windowsicon/128x128/actions/dialog-cancel.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/128x128/actions/edit-clear.png b/Icons and cursors/windowsicon/128x128/actions/edit-clear.png
deleted file mode 100644
index f42a936..0000000
Binary files a/Icons and cursors/windowsicon/128x128/actions/edit-clear.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/128x128/actions/editclear.png b/Icons and cursors/windowsicon/128x128/actions/editclear.png
deleted file mode 100644
index f42a936..0000000
Binary files a/Icons and cursors/windowsicon/128x128/actions/editclear.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/128x128/actions/filter.png b/Icons and cursors/windowsicon/128x128/actions/filter.png
deleted file mode 100644
index 2396f0c..0000000
Binary files a/Icons and cursors/windowsicon/128x128/actions/filter.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/128x128/actions/menu_new.png b/Icons and cursors/windowsicon/128x128/actions/menu_new.png
deleted file mode 100644
index 84f2b09..0000000
Binary files a/Icons and cursors/windowsicon/128x128/actions/menu_new.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/128x128/actions/pin.png b/Icons and cursors/windowsicon/128x128/actions/pin.png
deleted file mode 100644
index e9b78b5..0000000
Binary files a/Icons and cursors/windowsicon/128x128/actions/pin.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/128x128/actions/settings-configure.png b/Icons and cursors/windowsicon/128x128/actions/settings-configure.png
deleted file mode 100644
index a054b70..0000000
Binary files a/Icons and cursors/windowsicon/128x128/actions/settings-configure.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/128x128/actions/stock_filter-data-by-criteria.png b/Icons and cursors/windowsicon/128x128/actions/stock_filter-data-by-criteria.png
deleted file mode 100644
index 2396f0c..0000000
Binary files a/Icons and cursors/windowsicon/128x128/actions/stock_filter-data-by-criteria.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/128x128/actions/stock_filter-navigator.png b/Icons and cursors/windowsicon/128x128/actions/stock_filter-navigator.png
deleted file mode 100644
index 2396f0c..0000000
Binary files a/Icons and cursors/windowsicon/128x128/actions/stock_filter-navigator.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/128x128/actions/stock_mail-filters-apply.png b/Icons and cursors/windowsicon/128x128/actions/stock_mail-filters-apply.png
deleted file mode 100644
index 2396f0c..0000000
Binary files a/Icons and cursors/windowsicon/128x128/actions/stock_mail-filters-apply.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/128x128/actions/window-pin.png b/Icons and cursors/windowsicon/128x128/actions/window-pin.png
deleted file mode 100644
index e9b78b5..0000000
Binary files a/Icons and cursors/windowsicon/128x128/actions/window-pin.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/128x128/apps/gnome-help.png b/Icons and cursors/windowsicon/128x128/apps/gnome-help.png
deleted file mode 100644
index ad339ff..0000000
Binary files a/Icons and cursors/windowsicon/128x128/apps/gnome-help.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/128x128/apps/help-browser.png b/Icons and cursors/windowsicon/128x128/apps/help-browser.png
deleted file mode 100644
index ad339ff..0000000
Binary files a/Icons and cursors/windowsicon/128x128/apps/help-browser.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/128x128/apps/khelpcenter.png b/Icons and cursors/windowsicon/128x128/apps/khelpcenter.png
deleted file mode 100644
index ad339ff..0000000
Binary files a/Icons and cursors/windowsicon/128x128/apps/khelpcenter.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/128x128/apps/libreoffice-base.png b/Icons and cursors/windowsicon/128x128/apps/libreoffice-base.png
deleted file mode 100644
index d59caa6..0000000
Binary files a/Icons and cursors/windowsicon/128x128/apps/libreoffice-base.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/128x128/apps/libreoffice-calc.png b/Icons and cursors/windowsicon/128x128/apps/libreoffice-calc.png
deleted file mode 100644
index a528e53..0000000
Binary files a/Icons and cursors/windowsicon/128x128/apps/libreoffice-calc.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/128x128/apps/libreoffice-draw.png b/Icons and cursors/windowsicon/128x128/apps/libreoffice-draw.png
deleted file mode 100644
index d0f9282..0000000
Binary files a/Icons and cursors/windowsicon/128x128/apps/libreoffice-draw.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/128x128/apps/libreoffice-impress.png b/Icons and cursors/windowsicon/128x128/apps/libreoffice-impress.png
deleted file mode 100644
index 712d4ca..0000000
Binary files a/Icons and cursors/windowsicon/128x128/apps/libreoffice-impress.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/128x128/apps/libreoffice-main.png b/Icons and cursors/windowsicon/128x128/apps/libreoffice-main.png
deleted file mode 100644
index 2537c6b..0000000
Binary files a/Icons and cursors/windowsicon/128x128/apps/libreoffice-main.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/128x128/apps/libreoffice-math.png b/Icons and cursors/windowsicon/128x128/apps/libreoffice-math.png
deleted file mode 100644
index 3d47af3..0000000
Binary files a/Icons and cursors/windowsicon/128x128/apps/libreoffice-math.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/128x128/apps/libreoffice-startcenter.png b/Icons and cursors/windowsicon/128x128/apps/libreoffice-startcenter.png
deleted file mode 100644
index 2537c6b..0000000
Binary files a/Icons and cursors/windowsicon/128x128/apps/libreoffice-startcenter.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/128x128/apps/libreoffice-writer.png b/Icons and cursors/windowsicon/128x128/apps/libreoffice-writer.png
deleted file mode 100644
index 8fe30fe..0000000
Binary files a/Icons and cursors/windowsicon/128x128/apps/libreoffice-writer.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/128x128/apps/susehelpcenter.png b/Icons and cursors/windowsicon/128x128/apps/susehelpcenter.png
deleted file mode 100644
index ad339ff..0000000
Binary files a/Icons and cursors/windowsicon/128x128/apps/susehelpcenter.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/128x128/apps/user-info.png b/Icons and cursors/windowsicon/128x128/apps/user-info.png
deleted file mode 100644
index 900f326..0000000
Binary files a/Icons and cursors/windowsicon/128x128/apps/user-info.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/128x128/apps/waiting.png b/Icons and cursors/windowsicon/128x128/apps/waiting.png
deleted file mode 100644
index f42a936..0000000
Binary files a/Icons and cursors/windowsicon/128x128/apps/waiting.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/128x128/apps/xfce-man.png b/Icons and cursors/windowsicon/128x128/apps/xfce-man.png
deleted file mode 100644
index ad339ff..0000000
Binary files a/Icons and cursors/windowsicon/128x128/apps/xfce-man.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/128x128/mimetypes/application-octet-stream.png b/Icons and cursors/windowsicon/128x128/mimetypes/application-octet-stream.png
deleted file mode 100644
index 57252fc..0000000
Binary files a/Icons and cursors/windowsicon/128x128/mimetypes/application-octet-stream.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/128x128/mimetypes/application-x-7z-compressed.png b/Icons and cursors/windowsicon/128x128/mimetypes/application-x-7z-compressed.png
deleted file mode 100644
index b9d5c56..0000000
Binary files a/Icons and cursors/windowsicon/128x128/mimetypes/application-x-7z-compressed.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/128x128/mimetypes/application-x-kdenlivetitle.png b/Icons and cursors/windowsicon/128x128/mimetypes/application-x-kdenlivetitle.png
deleted file mode 100644
index 4159828..0000000
Binary files a/Icons and cursors/windowsicon/128x128/mimetypes/application-x-kdenlivetitle.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/128x128/mimetypes/application-x-krita.png b/Icons and cursors/windowsicon/128x128/mimetypes/application-x-krita.png
deleted file mode 100644
index b972149..0000000
Binary files a/Icons and cursors/windowsicon/128x128/mimetypes/application-x-krita.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/128x128/mimetypes/copy.sh b/Icons and cursors/windowsicon/128x128/mimetypes/copy.sh
deleted file mode 100644
index f81ff5d..0000000
--- a/Icons and cursors/windowsicon/128x128/mimetypes/copy.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-sudo cp zip.png application-gzip.png
-sudo cp zip.png application-x-bzip-compressed-tar.png
-sudo cp zip.png application-x-bzip
-sudo cp zip.png application-x-gzip
-sudo cp zip.png application-x-zip-compressed-fb2.png
-sudo cp zip.png application-zip
-sudo cp zip.png application-vnd.rar.png
-sudo cp zip.png application-x-rar.png
-
diff --git a/Icons and cursors/windowsicon/128x128/mimetypes/document.png b/Icons and cursors/windowsicon/128x128/mimetypes/document.png
deleted file mode 100644
index af18b40..0000000
Binary files a/Icons and cursors/windowsicon/128x128/mimetypes/document.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/128x128/mimetypes/libreoffice-oasis-database.png b/Icons and cursors/windowsicon/128x128/mimetypes/libreoffice-oasis-database.png
deleted file mode 100644
index 462ed10..0000000
Binary files a/Icons and cursors/windowsicon/128x128/mimetypes/libreoffice-oasis-database.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/128x128/mimetypes/libreoffice-oasis-drawing-template.png b/Icons and cursors/windowsicon/128x128/mimetypes/libreoffice-oasis-drawing-template.png
deleted file mode 100644
index 4802e2e..0000000
Binary files a/Icons and cursors/windowsicon/128x128/mimetypes/libreoffice-oasis-drawing-template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/128x128/mimetypes/libreoffice-oasis-drawing.png b/Icons and cursors/windowsicon/128x128/mimetypes/libreoffice-oasis-drawing.png
deleted file mode 100644
index 4802e2e..0000000
Binary files a/Icons and cursors/windowsicon/128x128/mimetypes/libreoffice-oasis-drawing.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/128x128/mimetypes/libreoffice-oasis-formula.png b/Icons and cursors/windowsicon/128x128/mimetypes/libreoffice-oasis-formula.png
deleted file mode 100644
index 3d47af3..0000000
Binary files a/Icons and cursors/windowsicon/128x128/mimetypes/libreoffice-oasis-formula.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/128x128/mimetypes/libreoffice-oasis-master-document.png b/Icons and cursors/windowsicon/128x128/mimetypes/libreoffice-oasis-master-document.png
deleted file mode 100644
index 2537c6b..0000000
Binary files a/Icons and cursors/windowsicon/128x128/mimetypes/libreoffice-oasis-master-document.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/128x128/mimetypes/libreoffice-oasis-presentation-template.png b/Icons and cursors/windowsicon/128x128/mimetypes/libreoffice-oasis-presentation-template.png
deleted file mode 100644
index 0c28a01..0000000
Binary files a/Icons and cursors/windowsicon/128x128/mimetypes/libreoffice-oasis-presentation-template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/128x128/mimetypes/libreoffice-oasis-presentation.png b/Icons and cursors/windowsicon/128x128/mimetypes/libreoffice-oasis-presentation.png
deleted file mode 100644
index 7889f55..0000000
Binary files a/Icons and cursors/windowsicon/128x128/mimetypes/libreoffice-oasis-presentation.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/128x128/mimetypes/libreoffice-oasis-spreadsheet-template.png b/Icons and cursors/windowsicon/128x128/mimetypes/libreoffice-oasis-spreadsheet-template.png
deleted file mode 100644
index d550f38..0000000
Binary files a/Icons and cursors/windowsicon/128x128/mimetypes/libreoffice-oasis-spreadsheet-template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/128x128/mimetypes/libreoffice-oasis-spreadsheet.png b/Icons and cursors/windowsicon/128x128/mimetypes/libreoffice-oasis-spreadsheet.png
deleted file mode 100644
index 577a087..0000000
Binary files a/Icons and cursors/windowsicon/128x128/mimetypes/libreoffice-oasis-spreadsheet.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/128x128/mimetypes/libreoffice-oasis-text-template.png b/Icons and cursors/windowsicon/128x128/mimetypes/libreoffice-oasis-text-template.png
deleted file mode 100644
index 2cbf4d3..0000000
Binary files a/Icons and cursors/windowsicon/128x128/mimetypes/libreoffice-oasis-text-template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/128x128/mimetypes/libreoffice-oasis-text.png b/Icons and cursors/windowsicon/128x128/mimetypes/libreoffice-oasis-text.png
deleted file mode 100644
index 423397a..0000000
Binary files a/Icons and cursors/windowsicon/128x128/mimetypes/libreoffice-oasis-text.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/128x128/mimetypes/libreoffice-oasis-web-template.png b/Icons and cursors/windowsicon/128x128/mimetypes/libreoffice-oasis-web-template.png
deleted file mode 100644
index 4e5c01d..0000000
Binary files a/Icons and cursors/windowsicon/128x128/mimetypes/libreoffice-oasis-web-template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/128x128/status/avatar-default.png b/Icons and cursors/windowsicon/128x128/status/avatar-default.png
deleted file mode 100644
index 900f326..0000000
Binary files a/Icons and cursors/windowsicon/128x128/status/avatar-default.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/128x128/status/dialog-information.png b/Icons and cursors/windowsicon/128x128/status/dialog-information.png
deleted file mode 100644
index 307f7d9..0000000
Binary files a/Icons and cursors/windowsicon/128x128/status/dialog-information.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/128x128/status/dialog-question.png b/Icons and cursors/windowsicon/128x128/status/dialog-question.png
deleted file mode 100644
index ad339ff..0000000
Binary files a/Icons and cursors/windowsicon/128x128/status/dialog-question.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/128x128/status/gtk-dialog-info.png b/Icons and cursors/windowsicon/128x128/status/gtk-dialog-info.png
deleted file mode 100644
index 307f7d9..0000000
Binary files a/Icons and cursors/windowsicon/128x128/status/gtk-dialog-info.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/128x128/status/gtk-dialog-question.png b/Icons and cursors/windowsicon/128x128/status/gtk-dialog-question.png
deleted file mode 100644
index ad339ff..0000000
Binary files a/Icons and cursors/windowsicon/128x128/status/gtk-dialog-question.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/128x128/status/info.png b/Icons and cursors/windowsicon/128x128/status/info.png
deleted file mode 100644
index 307f7d9..0000000
Binary files a/Icons and cursors/windowsicon/128x128/status/info.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/128x128/status/messagebox_info.png b/Icons and cursors/windowsicon/128x128/status/messagebox_info.png
deleted file mode 100644
index 307f7d9..0000000
Binary files a/Icons and cursors/windowsicon/128x128/status/messagebox_info.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/128x128/status/software-update-available.png b/Icons and cursors/windowsicon/128x128/status/software-update-available.png
deleted file mode 100644
index fc3d9ae..0000000
Binary files a/Icons and cursors/windowsicon/128x128/status/software-update-available.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/128x128/status/software-update-urgent.png b/Icons and cursors/windowsicon/128x128/status/software-update-urgent.png
deleted file mode 100644
index 99bf37e..0000000
Binary files a/Icons and cursors/windowsicon/128x128/status/software-update-urgent.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/128x128/status/stock_dialog-info.png b/Icons and cursors/windowsicon/128x128/status/stock_dialog-info.png
deleted file mode 100644
index 307f7d9..0000000
Binary files a/Icons and cursors/windowsicon/128x128/status/stock_dialog-info.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/128x128/status/stock_dialog-question.png b/Icons and cursors/windowsicon/128x128/status/stock_dialog-question.png
deleted file mode 100644
index ad339ff..0000000
Binary files a/Icons and cursors/windowsicon/128x128/status/stock_dialog-question.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/account-logged-in.png b/Icons and cursors/windowsicon/16x16/actions/account-logged-in.png
deleted file mode 100755
index 8d0f342..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/account-logged-in.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/add.png b/Icons and cursors/windowsicon/16x16/actions/add.png
deleted file mode 120000
index 7d4c878..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/add.png
+++ /dev/null
@@ -1 +0,0 @@
-list-add.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/address-book-new.png b/Icons and cursors/windowsicon/16x16/actions/address-book-new.png
deleted file mode 100644
index b962d67..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/address-book-new.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/application-exit.png b/Icons and cursors/windowsicon/16x16/actions/application-exit.png
deleted file mode 100755
index 1faef5d..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/application-exit.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/application-menu.png b/Icons and cursors/windowsicon/16x16/actions/application-menu.png
deleted file mode 100644
index 7ff23ee..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/application-menu.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/appointment-new.png b/Icons and cursors/windowsicon/16x16/actions/appointment-new.png
deleted file mode 100644
index 7d97539..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/appointment-new.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/back.png b/Icons and cursors/windowsicon/16x16/actions/back.png
deleted file mode 100755
index c4dcd25..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/back.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/back1.png b/Icons and cursors/windowsicon/16x16/actions/back1.png
deleted file mode 100755
index 6c5b5b0..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/back1.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/bookmark-new.png b/Icons and cursors/windowsicon/16x16/actions/bookmark-new.png
deleted file mode 120000
index 03c03e5..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/bookmark-new.png
+++ /dev/null
@@ -1 +0,0 @@
-bookmark_add.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/bookmark.png b/Icons and cursors/windowsicon/16x16/actions/bookmark.png
deleted file mode 120000
index 03c03e5..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/bookmark.png
+++ /dev/null
@@ -1 +0,0 @@
-bookmark_add.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/bookmark_add.png b/Icons and cursors/windowsicon/16x16/actions/bookmark_add.png
deleted file mode 100755
index 50612e0..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/bookmark_add.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/bookmarks.png b/Icons and cursors/windowsicon/16x16/actions/bookmarks.png
deleted file mode 100755
index 67bbfcc..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/bookmarks.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/bookmarks_list_add.png b/Icons and cursors/windowsicon/16x16/actions/bookmarks_list_add.png
deleted file mode 120000
index 03c03e5..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/bookmarks_list_add.png
+++ /dev/null
@@ -1 +0,0 @@
-bookmark_add.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/browser-download.png b/Icons and cursors/windowsicon/16x16/actions/browser-download.png
deleted file mode 120000
index 35f8a40..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/browser-download.png
+++ /dev/null
@@ -1 +0,0 @@
-go-download.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/button_cancel.png b/Icons and cursors/windowsicon/16x16/actions/button_cancel.png
deleted file mode 120000
index acf5b5e..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/button_cancel.png
+++ /dev/null
@@ -1 +0,0 @@
-dialog-cancel.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/call-stop.png b/Icons and cursors/windowsicon/16x16/actions/call-stop.png
deleted file mode 100644
index 712059e..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/call-stop.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/cancel.png b/Icons and cursors/windowsicon/16x16/actions/cancel.png
deleted file mode 120000
index acf5b5e..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/cancel.png
+++ /dev/null
@@ -1 +0,0 @@
-dialog-cancel.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/configure-toolbars.png b/Icons and cursors/windowsicon/16x16/actions/configure-toolbars.png
deleted file mode 100644
index b893074..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/configure-toolbars.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/configure.png b/Icons and cursors/windowsicon/16x16/actions/configure.png
deleted file mode 100644
index b893074..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/configure.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/configure_kile.png b/Icons and cursors/windowsicon/16x16/actions/configure_kile.png
deleted file mode 100644
index b893074..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/configure_kile.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/configure_project.png b/Icons and cursors/windowsicon/16x16/actions/configure_project.png
deleted file mode 100644
index b893074..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/configure_project.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/contact-new.png b/Icons and cursors/windowsicon/16x16/actions/contact-new.png
deleted file mode 100644
index 0310d4b..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/contact-new.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/dialog-apply.png b/Icons and cursors/windowsicon/16x16/actions/dialog-apply.png
deleted file mode 100755
index 8d0f342..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/dialog-apply.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/dialog-cancel.png b/Icons and cursors/windowsicon/16x16/actions/dialog-cancel.png
deleted file mode 100755
index 7fd4f96..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/dialog-cancel.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/document-new.png b/Icons and cursors/windowsicon/16x16/actions/document-new.png
deleted file mode 100755
index 5240ca5..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/document-new.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/document-open-recent.png b/Icons and cursors/windowsicon/16x16/actions/document-open-recent.png
deleted file mode 100755
index de8d32e..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/document-open-recent.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/document-open.png b/Icons and cursors/windowsicon/16x16/actions/document-open.png
deleted file mode 100755
index 239778a..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/document-open.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/document-open_normal.png b/Icons and cursors/windowsicon/16x16/actions/document-open_normal.png
deleted file mode 100755
index 239778a..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/document-open_normal.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/document-page-setup.png b/Icons and cursors/windowsicon/16x16/actions/document-page-setup.png
deleted file mode 100755
index 1c4bee3..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/document-page-setup.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/document-print-preview.png b/Icons and cursors/windowsicon/16x16/actions/document-print-preview.png
deleted file mode 100755
index 9ec5d95..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/document-print-preview.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/document-print.png b/Icons and cursors/windowsicon/16x16/actions/document-print.png
deleted file mode 100755
index 538dc08..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/document-print.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/document-properties.png b/Icons and cursors/windowsicon/16x16/actions/document-properties.png
deleted file mode 100755
index 7b8d614..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/document-properties.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/document-revert-rtl.png b/Icons and cursors/windowsicon/16x16/actions/document-revert-rtl.png
deleted file mode 100644
index 4284d9d..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/document-revert-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/document-revert.png b/Icons and cursors/windowsicon/16x16/actions/document-revert.png
deleted file mode 100644
index 8a57db5..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/document-revert.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/document-save-as.png b/Icons and cursors/windowsicon/16x16/actions/document-save-as.png
deleted file mode 100755
index 69f69c3..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/document-save-as.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/document-save.png b/Icons and cursors/windowsicon/16x16/actions/document-save.png
deleted file mode 100755
index 7f628c9..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/document-save.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/document-send.png b/Icons and cursors/windowsicon/16x16/actions/document-send.png
deleted file mode 100755
index f8cb324..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/document-send.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/download.png b/Icons and cursors/windowsicon/16x16/actions/download.png
deleted file mode 120000
index 35f8a40..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/download.png
+++ /dev/null
@@ -1 +0,0 @@
-go-download.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/edit-clear.png b/Icons and cursors/windowsicon/16x16/actions/edit-clear.png
deleted file mode 100644
index 3e3131b..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/edit-clear.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/edit-copy.png b/Icons and cursors/windowsicon/16x16/actions/edit-copy.png
deleted file mode 100755
index 76463c4..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/edit-copy.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/edit-cut.png b/Icons and cursors/windowsicon/16x16/actions/edit-cut.png
deleted file mode 100755
index b70405c..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/edit-cut.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/edit-delete.png b/Icons and cursors/windowsicon/16x16/actions/edit-delete.png
deleted file mode 100755
index 7a2dab2..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/edit-delete.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/edit-find-replace.png b/Icons and cursors/windowsicon/16x16/actions/edit-find-replace.png
deleted file mode 100755
index c548d5f..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/edit-find-replace.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/edit-find.png b/Icons and cursors/windowsicon/16x16/actions/edit-find.png
deleted file mode 100755
index ce58812..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/edit-find.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/edit-paste.png b/Icons and cursors/windowsicon/16x16/actions/edit-paste.png
deleted file mode 100755
index d0d4284..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/edit-paste.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/edit-select-all.png b/Icons and cursors/windowsicon/16x16/actions/edit-select-all.png
deleted file mode 100644
index 88fb713..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/edit-select-all.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/edit-undo-rtl.png b/Icons and cursors/windowsicon/16x16/actions/edit-undo-rtl.png
deleted file mode 100644
index aeda7ba..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/edit-undo-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/edit-undo.png b/Icons and cursors/windowsicon/16x16/actions/edit-undo.png
deleted file mode 100644
index d93d4ce..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/edit-undo.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/editclear.png b/Icons and cursors/windowsicon/16x16/actions/editclear.png
deleted file mode 100644
index 3e3131b..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/editclear.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/editcopy.png b/Icons and cursors/windowsicon/16x16/actions/editcopy.png
deleted file mode 120000
index e106cb5..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/editcopy.png
+++ /dev/null
@@ -1 +0,0 @@
-edit-copy.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/editcut.png b/Icons and cursors/windowsicon/16x16/actions/editcut.png
deleted file mode 120000
index 32b0302..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/editcut.png
+++ /dev/null
@@ -1 +0,0 @@
-edit-cut.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/editdelete.png b/Icons and cursors/windowsicon/16x16/actions/editdelete.png
deleted file mode 120000
index bb0a74a..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/editdelete.png
+++ /dev/null
@@ -1 +0,0 @@
-edit-delete.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/editpaste.png b/Icons and cursors/windowsicon/16x16/actions/editpaste.png
deleted file mode 120000
index 2f55649..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/editpaste.png
+++ /dev/null
@@ -1 +0,0 @@
-edit-paste.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/emblem-downloads.png b/Icons and cursors/windowsicon/16x16/actions/emblem-downloads.png
deleted file mode 120000
index 35f8a40..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/emblem-downloads.png
+++ /dev/null
@@ -1 +0,0 @@
-go-download.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/emblem-new.png b/Icons and cursors/windowsicon/16x16/actions/emblem-new.png
deleted file mode 120000
index 03c03e5..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/emblem-new.png
+++ /dev/null
@@ -1 +0,0 @@
-bookmark_add.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/empathy-starred.png b/Icons and cursors/windowsicon/16x16/actions/empathy-starred.png
deleted file mode 120000
index 03c03e5..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/empathy-starred.png
+++ /dev/null
@@ -1 +0,0 @@
-bookmark_add.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/empathy-unstarred.png b/Icons and cursors/windowsicon/16x16/actions/empathy-unstarred.png
deleted file mode 100755
index 4cb8505..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/empathy-unstarred.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/exit.png b/Icons and cursors/windowsicon/16x16/actions/exit.png
deleted file mode 120000
index 0ecb0b9..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/exit.png
+++ /dev/null
@@ -1 +0,0 @@
-application-exit.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/favorites.png b/Icons and cursors/windowsicon/16x16/actions/favorites.png
deleted file mode 120000
index 03c03e5..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/favorites.png
+++ /dev/null
@@ -1 +0,0 @@
-bookmark_add.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/filefind.png b/Icons and cursors/windowsicon/16x16/actions/filefind.png
deleted file mode 120000
index dd41368..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/filefind.png
+++ /dev/null
@@ -1 +0,0 @@
-edit-find.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/filenew.png b/Icons and cursors/windowsicon/16x16/actions/filenew.png
deleted file mode 120000
index 446977d..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/filenew.png
+++ /dev/null
@@ -1 +0,0 @@
-document-new.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/fileopen.png b/Icons and cursors/windowsicon/16x16/actions/fileopen.png
deleted file mode 120000
index f58170c..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/fileopen.png
+++ /dev/null
@@ -1 +0,0 @@
-document-open.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/fileprint.png b/Icons and cursors/windowsicon/16x16/actions/fileprint.png
deleted file mode 120000
index 863a49f..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/fileprint.png
+++ /dev/null
@@ -1 +0,0 @@
-document-print.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/filequickprint.png b/Icons and cursors/windowsicon/16x16/actions/filequickprint.png
deleted file mode 120000
index 9dfea71..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/filequickprint.png
+++ /dev/null
@@ -1 +0,0 @@
-document-print-preview.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/filesave.png b/Icons and cursors/windowsicon/16x16/actions/filesave.png
deleted file mode 120000
index b1240e1..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/filesave.png
+++ /dev/null
@@ -1 +0,0 @@
-document-save.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/filesaveas.png b/Icons and cursors/windowsicon/16x16/actions/filesaveas.png
deleted file mode 120000
index 6f80888..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/filesaveas.png
+++ /dev/null
@@ -1 +0,0 @@
-document-save-as.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/filter.png b/Icons and cursors/windowsicon/16x16/actions/filter.png
deleted file mode 100644
index 77434c0..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/filter.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/find.png b/Icons and cursors/windowsicon/16x16/actions/find.png
deleted file mode 120000
index dd41368..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/find.png
+++ /dev/null
@@ -1 +0,0 @@
-edit-find.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/folder-new.png b/Icons and cursors/windowsicon/16x16/actions/folder-new.png
deleted file mode 100755
index b23f5a4..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/folder-new.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/folder_new.png b/Icons and cursors/windowsicon/16x16/actions/folder_new.png
deleted file mode 120000
index e3ded23..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/folder_new.png
+++ /dev/null
@@ -1 +0,0 @@
-folder-new.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/format-indent-less-rtl.png b/Icons and cursors/windowsicon/16x16/actions/format-indent-less-rtl.png
deleted file mode 100644
index 81b267a..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/format-indent-less-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/format-indent-less.png b/Icons and cursors/windowsicon/16x16/actions/format-indent-less.png
deleted file mode 100644
index 4c6d541..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/format-indent-less.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/format-indent-more-rtl.png b/Icons and cursors/windowsicon/16x16/actions/format-indent-more-rtl.png
deleted file mode 100644
index 4c6d541..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/format-indent-more-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/format-indent-more.png b/Icons and cursors/windowsicon/16x16/actions/format-indent-more.png
deleted file mode 100644
index 81b267a..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/format-indent-more.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/format-justify-center.png b/Icons and cursors/windowsicon/16x16/actions/format-justify-center.png
deleted file mode 100644
index 802e1fb..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/format-justify-center.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/format-justify-left.png b/Icons and cursors/windowsicon/16x16/actions/format-justify-left.png
deleted file mode 100644
index b7c15aa..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/format-justify-left.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/format-justify-right.png b/Icons and cursors/windowsicon/16x16/actions/format-justify-right.png
deleted file mode 100644
index c8e359d..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/format-justify-right.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/format-text-bold.png b/Icons and cursors/windowsicon/16x16/actions/format-text-bold.png
deleted file mode 100644
index 133941e..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/format-text-bold.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/format-text-direction-ltr.png b/Icons and cursors/windowsicon/16x16/actions/format-text-direction-ltr.png
deleted file mode 100644
index 92dec16..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/format-text-direction-ltr.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/format-text-direction-rtl.png b/Icons and cursors/windowsicon/16x16/actions/format-text-direction-rtl.png
deleted file mode 100644
index b5f80db..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/format-text-direction-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/format-text-italic.png b/Icons and cursors/windowsicon/16x16/actions/format-text-italic.png
deleted file mode 100644
index ec7852d..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/format-text-italic.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/format-text-underline.png b/Icons and cursors/windowsicon/16x16/actions/format-text-underline.png
deleted file mode 100644
index 92e15ac..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/format-text-underline.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/forward.png b/Icons and cursors/windowsicon/16x16/actions/forward.png
deleted file mode 100755
index be092ac..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/forward.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/forward1.png b/Icons and cursors/windowsicon/16x16/actions/forward1.png
deleted file mode 100755
index a795d5e..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/forward1.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/gnome-app-install-star.png b/Icons and cursors/windowsicon/16x16/actions/gnome-app-install-star.png
deleted file mode 120000
index 03c03e5..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/gnome-app-install-star.png
+++ /dev/null
@@ -1 +0,0 @@
-bookmark_add.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/gnome-searchtool.png b/Icons and cursors/windowsicon/16x16/actions/gnome-searchtool.png
deleted file mode 120000
index 46c673f..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/gnome-searchtool.png
+++ /dev/null
@@ -1 +0,0 @@
-system-search.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/go-bottom.png b/Icons and cursors/windowsicon/16x16/actions/go-bottom.png
deleted file mode 100644
index d69e3cb..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/go-bottom.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/go-down.png b/Icons and cursors/windowsicon/16x16/actions/go-down.png
deleted file mode 100644
index 0a0cd9c..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/go-down.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/go-download.png b/Icons and cursors/windowsicon/16x16/actions/go-download.png
deleted file mode 100755
index 1e76954..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/go-download.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/go-first.png b/Icons and cursors/windowsicon/16x16/actions/go-first.png
deleted file mode 100644
index 7e3e806..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/go-first.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/go-home.png b/Icons and cursors/windowsicon/16x16/actions/go-home.png
deleted file mode 120000
index f31e777..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/go-home.png
+++ /dev/null
@@ -1 +0,0 @@
-gohome.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/go-jump.png b/Icons and cursors/windowsicon/16x16/actions/go-jump.png
deleted file mode 100644
index da21a35..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/go-jump.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/go-last.png b/Icons and cursors/windowsicon/16x16/actions/go-last.png
deleted file mode 100644
index fa01069..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/go-last.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/go-next-rtl.png b/Icons and cursors/windowsicon/16x16/actions/go-next-rtl.png
deleted file mode 100644
index af552de..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/go-next-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/go-next.png b/Icons and cursors/windowsicon/16x16/actions/go-next.png
deleted file mode 120000
index 82a2075..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/go-next.png
+++ /dev/null
@@ -1 +0,0 @@
-forward.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/go-previous-rtl.png b/Icons and cursors/windowsicon/16x16/actions/go-previous-rtl.png
deleted file mode 100644
index 93628a0..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/go-previous-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/go-previous.png b/Icons and cursors/windowsicon/16x16/actions/go-previous.png
deleted file mode 120000
index 4277762..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/go-previous.png
+++ /dev/null
@@ -1 +0,0 @@
-back.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/go-up.png b/Icons and cursors/windowsicon/16x16/actions/go-up.png
deleted file mode 100644
index 55b103c..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/go-up.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/gohome.png b/Icons and cursors/windowsicon/16x16/actions/gohome.png
deleted file mode 100755
index c9bd5b6..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/gohome.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/gtk-about.png b/Icons and cursors/windowsicon/16x16/actions/gtk-about.png
deleted file mode 120000
index 03c03e5..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/gtk-about.png
+++ /dev/null
@@ -1 +0,0 @@
-bookmark_add.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/gtk-close.png b/Icons and cursors/windowsicon/16x16/actions/gtk-close.png
deleted file mode 120000
index 0ecb0b9..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/gtk-close.png
+++ /dev/null
@@ -1 +0,0 @@
-application-exit.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/gtk-copy.png b/Icons and cursors/windowsicon/16x16/actions/gtk-copy.png
deleted file mode 120000
index e106cb5..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/gtk-copy.png
+++ /dev/null
@@ -1 +0,0 @@
-edit-copy.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/gtk-download.png b/Icons and cursors/windowsicon/16x16/actions/gtk-download.png
deleted file mode 120000
index 35f8a40..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/gtk-download.png
+++ /dev/null
@@ -1 +0,0 @@
-go-download.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/gtk-fullscreen.png b/Icons and cursors/windowsicon/16x16/actions/gtk-fullscreen.png
deleted file mode 120000
index 37aaf87..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/gtk-fullscreen.png
+++ /dev/null
@@ -1 +0,0 @@
-view-fullscreen.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/gtk-go-back-ltr.png b/Icons and cursors/windowsicon/16x16/actions/gtk-go-back-ltr.png
deleted file mode 120000
index 4277762..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/gtk-go-back-ltr.png
+++ /dev/null
@@ -1 +0,0 @@
-back.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/gtk-go-back-rtl.png b/Icons and cursors/windowsicon/16x16/actions/gtk-go-back-rtl.png
deleted file mode 120000
index 82a2075..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/gtk-go-back-rtl.png
+++ /dev/null
@@ -1 +0,0 @@
-forward.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/gtk-go-back.png b/Icons and cursors/windowsicon/16x16/actions/gtk-go-back.png
deleted file mode 120000
index 4277762..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/gtk-go-back.png
+++ /dev/null
@@ -1 +0,0 @@
-back.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/gtk-go-forward-ltr.png b/Icons and cursors/windowsicon/16x16/actions/gtk-go-forward-ltr.png
deleted file mode 120000
index 82a2075..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/gtk-go-forward-ltr.png
+++ /dev/null
@@ -1 +0,0 @@
-forward.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/gtk-go-forward-rtl.png b/Icons and cursors/windowsicon/16x16/actions/gtk-go-forward-rtl.png
deleted file mode 120000
index 4277762..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/gtk-go-forward-rtl.png
+++ /dev/null
@@ -1 +0,0 @@
-back.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/gtk-go-forward.png b/Icons and cursors/windowsicon/16x16/actions/gtk-go-forward.png
deleted file mode 120000
index 4277762..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/gtk-go-forward.png
+++ /dev/null
@@ -1 +0,0 @@
-back.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/gtk-home.png b/Icons and cursors/windowsicon/16x16/actions/gtk-home.png
deleted file mode 100755
index 0bef8b8..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/gtk-home.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/gtk-new-tab.png b/Icons and cursors/windowsicon/16x16/actions/gtk-new-tab.png
deleted file mode 120000
index 6fdf770..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/gtk-new-tab.png
+++ /dev/null
@@ -1 +0,0 @@
-tab-new.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/gtk-new.png b/Icons and cursors/windowsicon/16x16/actions/gtk-new.png
deleted file mode 120000
index 446977d..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/gtk-new.png
+++ /dev/null
@@ -1 +0,0 @@
-document-new.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/gtk-open.png b/Icons and cursors/windowsicon/16x16/actions/gtk-open.png
deleted file mode 120000
index f58170c..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/gtk-open.png
+++ /dev/null
@@ -1 +0,0 @@
-document-open.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/gtk-paste.png b/Icons and cursors/windowsicon/16x16/actions/gtk-paste.png
deleted file mode 120000
index 2f55649..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/gtk-paste.png
+++ /dev/null
@@ -1 +0,0 @@
-edit-paste.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/gtk-print-preview.png b/Icons and cursors/windowsicon/16x16/actions/gtk-print-preview.png
deleted file mode 120000
index 9dfea71..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/gtk-print-preview.png
+++ /dev/null
@@ -1 +0,0 @@
-document-print-preview.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/gtk-print.png b/Icons and cursors/windowsicon/16x16/actions/gtk-print.png
deleted file mode 120000
index 863a49f..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/gtk-print.png
+++ /dev/null
@@ -1 +0,0 @@
-document-print.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/gtk-properties.png b/Icons and cursors/windowsicon/16x16/actions/gtk-properties.png
deleted file mode 120000
index b447aa2..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/gtk-properties.png
+++ /dev/null
@@ -1 +0,0 @@
-document-properties.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/gtk-refresh.png b/Icons and cursors/windowsicon/16x16/actions/gtk-refresh.png
deleted file mode 120000
index 521b94e..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/gtk-refresh.png
+++ /dev/null
@@ -1 +0,0 @@
-view-refresh.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/gtk-stop.png b/Icons and cursors/windowsicon/16x16/actions/gtk-stop.png
deleted file mode 100755
index 88c5984..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/gtk-stop.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/help-about.png b/Icons and cursors/windowsicon/16x16/actions/help-about.png
deleted file mode 120000
index 03c03e5..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/help-about.png
+++ /dev/null
@@ -1 +0,0 @@
-bookmark_add.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/help-contents.png b/Icons and cursors/windowsicon/16x16/actions/help-contents.png
deleted file mode 100644
index 6ec1411..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/help-contents.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/insert-image.png b/Icons and cursors/windowsicon/16x16/actions/insert-image.png
deleted file mode 100644
index 1fce978..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/insert-image.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/insert-link.png b/Icons and cursors/windowsicon/16x16/actions/insert-link.png
deleted file mode 100644
index c69fe55..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/insert-link.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/insert-object.png b/Icons and cursors/windowsicon/16x16/actions/insert-object.png
deleted file mode 100644
index e520ccf..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/insert-object.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/insert-text.png b/Icons and cursors/windowsicon/16x16/actions/insert-text.png
deleted file mode 100644
index 79dee94..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/insert-text.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/list-add.png b/Icons and cursors/windowsicon/16x16/actions/list-add.png
deleted file mode 100755
index c9a2182..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/list-add.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/list-remove.png b/Icons and cursors/windowsicon/16x16/actions/list-remove.png
deleted file mode 100755
index 12cd067..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/list-remove.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/lpi-translate.png b/Icons and cursors/windowsicon/16x16/actions/lpi-translate.png
deleted file mode 100755
index 23673bd..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/lpi-translate.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/mail-forward.png b/Icons and cursors/windowsicon/16x16/actions/mail-forward.png
deleted file mode 100755
index 5c5da91..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/mail-forward.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/mail-mark-important.png b/Icons and cursors/windowsicon/16x16/actions/mail-mark-important.png
deleted file mode 100644
index abf6cbe..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/mail-mark-important.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/mail-mark-junk.png b/Icons and cursors/windowsicon/16x16/actions/mail-mark-junk.png
deleted file mode 100755
index e59bfc7..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/mail-mark-junk.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/mail-mark-notjunk.png b/Icons and cursors/windowsicon/16x16/actions/mail-mark-notjunk.png
deleted file mode 100644
index 56296d7..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/mail-mark-notjunk.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/mail-mark-read.png b/Icons and cursors/windowsicon/16x16/actions/mail-mark-read.png
deleted file mode 100644
index 11ebed9..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/mail-mark-read.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/mail-mark-unread.png b/Icons and cursors/windowsicon/16x16/actions/mail-mark-unread.png
deleted file mode 100644
index 1f54403..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/mail-mark-unread.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/mail-message-new.png b/Icons and cursors/windowsicon/16x16/actions/mail-message-new.png
deleted file mode 100755
index 01539bd..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/mail-message-new.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/mail-reply-all.png b/Icons and cursors/windowsicon/16x16/actions/mail-reply-all.png
deleted file mode 100644
index 0686fbb..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/mail-reply-all.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/mail-reply-sender.png b/Icons and cursors/windowsicon/16x16/actions/mail-reply-sender.png
deleted file mode 100644
index 2c7afed..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/mail-reply-sender.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/mail-send-receive.png b/Icons and cursors/windowsicon/16x16/actions/mail-send-receive.png
deleted file mode 100644
index 3b020e1..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/mail-send-receive.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/mail-send.png b/Icons and cursors/windowsicon/16x16/actions/mail-send.png
deleted file mode 100644
index 8c10f08..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/mail-send.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/mail.png b/Icons and cursors/windowsicon/16x16/actions/mail.png
deleted file mode 100755
index cd742d6..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/mail.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/mail_forward.png b/Icons and cursors/windowsicon/16x16/actions/mail_forward.png
deleted file mode 100755
index 5c5da91..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/mail_forward.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/mail_new.png b/Icons and cursors/windowsicon/16x16/actions/mail_new.png
deleted file mode 100755
index 01539bd..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/mail_new.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/mailappt.png b/Icons and cursors/windowsicon/16x16/actions/mailappt.png
deleted file mode 100755
index cd742d6..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/mailappt.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/media-eject.png b/Icons and cursors/windowsicon/16x16/actions/media-eject.png
deleted file mode 100644
index b40793b..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/media-eject.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/media-playback-pause.png b/Icons and cursors/windowsicon/16x16/actions/media-playback-pause.png
deleted file mode 100644
index f20b381..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/media-playback-pause.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/media-playback-start-rtl.png b/Icons and cursors/windowsicon/16x16/actions/media-playback-start-rtl.png
deleted file mode 100644
index 8eb32dd..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/media-playback-start-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/media-playback-start.png b/Icons and cursors/windowsicon/16x16/actions/media-playback-start.png
deleted file mode 100644
index 8d920ba..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/media-playback-start.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/media-playback-stop.png b/Icons and cursors/windowsicon/16x16/actions/media-playback-stop.png
deleted file mode 100644
index 9f18a93..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/media-playback-stop.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/media-record.png b/Icons and cursors/windowsicon/16x16/actions/media-record.png
deleted file mode 100644
index 04a2ead..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/media-record.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/media-seek-backward-rtl.png b/Icons and cursors/windowsicon/16x16/actions/media-seek-backward-rtl.png
deleted file mode 100644
index 452210b..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/media-seek-backward-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/media-seek-backward.png b/Icons and cursors/windowsicon/16x16/actions/media-seek-backward.png
deleted file mode 100644
index be72fd5..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/media-seek-backward.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/media-seek-forward-rtl.png b/Icons and cursors/windowsicon/16x16/actions/media-seek-forward-rtl.png
deleted file mode 100644
index be72fd5..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/media-seek-forward-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/media-seek-forward.png b/Icons and cursors/windowsicon/16x16/actions/media-seek-forward.png
deleted file mode 100644
index 452210b..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/media-seek-forward.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/media-skip-backward-rtl.png b/Icons and cursors/windowsicon/16x16/actions/media-skip-backward-rtl.png
deleted file mode 100644
index cedd6ed..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/media-skip-backward-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/media-skip-backward.png b/Icons and cursors/windowsicon/16x16/actions/media-skip-backward.png
deleted file mode 100644
index ecd71fd..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/media-skip-backward.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/media-skip-forward-rtl.png b/Icons and cursors/windowsicon/16x16/actions/media-skip-forward-rtl.png
deleted file mode 100644
index ecd71fd..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/media-skip-forward-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/media-skip-forward.png b/Icons and cursors/windowsicon/16x16/actions/media-skip-forward.png
deleted file mode 100644
index cedd6ed..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/media-skip-forward.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/menu_new.png b/Icons and cursors/windowsicon/16x16/actions/menu_new.png
deleted file mode 100644
index 7ff23ee..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/menu_new.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/network-connect.png b/Icons and cursors/windowsicon/16x16/actions/network-connect.png
deleted file mode 100755
index 948bbf4..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/network-connect.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/network-disconnect.png b/Icons and cursors/windowsicon/16x16/actions/network-disconnect.png
deleted file mode 100755
index cc4bb0d..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/network-disconnect.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/next.png b/Icons and cursors/windowsicon/16x16/actions/next.png
deleted file mode 120000
index 82a2075..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/next.png
+++ /dev/null
@@ -1 +0,0 @@
-forward.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/object-flip-horizontal.png b/Icons and cursors/windowsicon/16x16/actions/object-flip-horizontal.png
deleted file mode 100755
index 66192fb..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/object-flip-horizontal.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/object-flip-vertical.png b/Icons and cursors/windowsicon/16x16/actions/object-flip-vertical.png
deleted file mode 100755
index c236499..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/object-flip-vertical.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/object-rotate-180.png b/Icons and cursors/windowsicon/16x16/actions/object-rotate-180.png
deleted file mode 100755
index 5871b2e..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/object-rotate-180.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/object-rotate-left.png b/Icons and cursors/windowsicon/16x16/actions/object-rotate-left.png
deleted file mode 100755
index 551dcd0..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/object-rotate-left.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/object-rotate-right.png b/Icons and cursors/windowsicon/16x16/actions/object-rotate-right.png
deleted file mode 100755
index 6ca7543..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/object-rotate-right.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/pin.png b/Icons and cursors/windowsicon/16x16/actions/pin.png
deleted file mode 100644
index a3b6de1..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/pin.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/process-stop.png b/Icons and cursors/windowsicon/16x16/actions/process-stop.png
deleted file mode 120000
index a3ced3a..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/process-stop.png
+++ /dev/null
@@ -1 +0,0 @@
-gtk-close.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/redhat-home.png b/Icons and cursors/windowsicon/16x16/actions/redhat-home.png
deleted file mode 120000
index 718c1b2..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/redhat-home.png
+++ /dev/null
@@ -1 +0,0 @@
-go-home.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/rhythmbox-set-star.png b/Icons and cursors/windowsicon/16x16/actions/rhythmbox-set-star.png
deleted file mode 120000
index 03c03e5..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/rhythmbox-set-star.png
+++ /dev/null
@@ -1 +0,0 @@
-bookmark_add.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/rightjust.png b/Icons and cursors/windowsicon/16x16/actions/rightjust.png
deleted file mode 100755
index 2411b1f..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/rightjust.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/search.png b/Icons and cursors/windowsicon/16x16/actions/search.png
deleted file mode 120000
index 46c673f..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/search.png
+++ /dev/null
@@ -1 +0,0 @@
-system-search.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/setroubleshoot_icon.png b/Icons and cursors/windowsicon/16x16/actions/setroubleshoot_icon.png
deleted file mode 120000
index 03c03e5..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/setroubleshoot_icon.png
+++ /dev/null
@@ -1 +0,0 @@
-bookmark_add.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/settings-configure.png b/Icons and cursors/windowsicon/16x16/actions/settings-configure.png
deleted file mode 100644
index b893074..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/settings-configure.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/stock_about.png b/Icons and cursors/windowsicon/16x16/actions/stock_about.png
deleted file mode 120000
index 03c03e5..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/stock_about.png
+++ /dev/null
@@ -1 +0,0 @@
-bookmark_add.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/stock_add-bookmark.png b/Icons and cursors/windowsicon/16x16/actions/stock_add-bookmark.png
deleted file mode 120000
index 03c03e5..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/stock_add-bookmark.png
+++ /dev/null
@@ -1 +0,0 @@
-bookmark_add.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/stock_calc-cancel.png b/Icons and cursors/windowsicon/16x16/actions/stock_calc-cancel.png
deleted file mode 120000
index a3ced3a..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/stock_calc-cancel.png
+++ /dev/null
@@ -1 +0,0 @@
-gtk-close.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/stock_copy.png b/Icons and cursors/windowsicon/16x16/actions/stock_copy.png
deleted file mode 120000
index e106cb5..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/stock_copy.png
+++ /dev/null
@@ -1 +0,0 @@
-edit-copy.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/stock_cut.png b/Icons and cursors/windowsicon/16x16/actions/stock_cut.png
deleted file mode 120000
index 32b0302..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/stock_cut.png
+++ /dev/null
@@ -1 +0,0 @@
-edit-cut.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/stock_file-properties.png b/Icons and cursors/windowsicon/16x16/actions/stock_file-properties.png
deleted file mode 120000
index b447aa2..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/stock_file-properties.png
+++ /dev/null
@@ -1 +0,0 @@
-document-properties.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/stock_filter-data-by-criteria.png b/Icons and cursors/windowsicon/16x16/actions/stock_filter-data-by-criteria.png
deleted file mode 100644
index 77434c0..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/stock_filter-data-by-criteria.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/stock_filter-navigator.png b/Icons and cursors/windowsicon/16x16/actions/stock_filter-navigator.png
deleted file mode 100644
index 77434c0..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/stock_filter-navigator.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/stock_fullscreen.png b/Icons and cursors/windowsicon/16x16/actions/stock_fullscreen.png
deleted file mode 120000
index 37aaf87..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/stock_fullscreen.png
+++ /dev/null
@@ -1 +0,0 @@
-view-fullscreen.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/stock_help-add-bookmark.png b/Icons and cursors/windowsicon/16x16/actions/stock_help-add-bookmark.png
deleted file mode 120000
index 03c03e5..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/stock_help-add-bookmark.png
+++ /dev/null
@@ -1 +0,0 @@
-bookmark_add.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/stock_home.png b/Icons and cursors/windowsicon/16x16/actions/stock_home.png
deleted file mode 120000
index 718c1b2..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/stock_home.png
+++ /dev/null
@@ -1 +0,0 @@
-go-home.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/stock_left.png b/Icons and cursors/windowsicon/16x16/actions/stock_left.png
deleted file mode 120000
index 4277762..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/stock_left.png
+++ /dev/null
@@ -1 +0,0 @@
-back.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/stock_mail-filters-apply.png b/Icons and cursors/windowsicon/16x16/actions/stock_mail-filters-apply.png
deleted file mode 100644
index 77434c0..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/stock_mail-filters-apply.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/stock_navigator.png b/Icons and cursors/windowsicon/16x16/actions/stock_navigator.png
deleted file mode 120000
index 03c03e5..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/stock_navigator.png
+++ /dev/null
@@ -1 +0,0 @@
-bookmark_add.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/stock_new-address-book.png b/Icons and cursors/windowsicon/16x16/actions/stock_new-address-book.png
deleted file mode 100755
index 9dde296..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/stock_new-address-book.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/stock_new-bcard.png b/Icons and cursors/windowsicon/16x16/actions/stock_new-bcard.png
deleted file mode 100755
index e5f8d72..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/stock_new-bcard.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/stock_new-dir.png b/Icons and cursors/windowsicon/16x16/actions/stock_new-dir.png
deleted file mode 120000
index e3ded23..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/stock_new-dir.png
+++ /dev/null
@@ -1 +0,0 @@
-folder-new.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/stock_new-tab.png b/Icons and cursors/windowsicon/16x16/actions/stock_new-tab.png
deleted file mode 120000
index 6fdf770..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/stock_new-tab.png
+++ /dev/null
@@ -1 +0,0 @@
-tab-new.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/stock_new-text.png b/Icons and cursors/windowsicon/16x16/actions/stock_new-text.png
deleted file mode 120000
index 446977d..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/stock_new-text.png
+++ /dev/null
@@ -1 +0,0 @@
-document-new.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/stock_new-window.png b/Icons and cursors/windowsicon/16x16/actions/stock_new-window.png
deleted file mode 120000
index 30b601d..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/stock_new-window.png
+++ /dev/null
@@ -1 +0,0 @@
-window-new.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/stock_next.png b/Icons and cursors/windowsicon/16x16/actions/stock_next.png
deleted file mode 120000
index 82a2075..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/stock_next.png
+++ /dev/null
@@ -1 +0,0 @@
-forward.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/stock_paste.png b/Icons and cursors/windowsicon/16x16/actions/stock_paste.png
deleted file mode 120000
index 2f55649..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/stock_paste.png
+++ /dev/null
@@ -1 +0,0 @@
-edit-paste.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/stock_previous.png b/Icons and cursors/windowsicon/16x16/actions/stock_previous.png
deleted file mode 120000
index 4277762..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/stock_previous.png
+++ /dev/null
@@ -1 +0,0 @@
-back.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/stock_print-preview.png b/Icons and cursors/windowsicon/16x16/actions/stock_print-preview.png
deleted file mode 100755
index 7441695..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/stock_print-preview.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/stock_print-setup.png b/Icons and cursors/windowsicon/16x16/actions/stock_print-setup.png
deleted file mode 120000
index 68a9613..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/stock_print-setup.png
+++ /dev/null
@@ -1 +0,0 @@
-document-page-setup.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/stock_print.png b/Icons and cursors/windowsicon/16x16/actions/stock_print.png
deleted file mode 100755
index 9fdc4d6..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/stock_print.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/stock_properties.png b/Icons and cursors/windowsicon/16x16/actions/stock_properties.png
deleted file mode 120000
index b447aa2..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/stock_properties.png
+++ /dev/null
@@ -1 +0,0 @@
-document-properties.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/stock_refresh.png b/Icons and cursors/windowsicon/16x16/actions/stock_refresh.png
deleted file mode 120000
index 521b94e..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/stock_refresh.png
+++ /dev/null
@@ -1 +0,0 @@
-view-refresh.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/stock_right.png b/Icons and cursors/windowsicon/16x16/actions/stock_right.png
deleted file mode 120000
index 82a2075..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/stock_right.png
+++ /dev/null
@@ -1 +0,0 @@
-forward.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/stock_save-as.png b/Icons and cursors/windowsicon/16x16/actions/stock_save-as.png
deleted file mode 120000
index 6f80888..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/stock_save-as.png
+++ /dev/null
@@ -1 +0,0 @@
-document-save-as.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/stock_save.png b/Icons and cursors/windowsicon/16x16/actions/stock_save.png
deleted file mode 120000
index b1240e1..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/stock_save.png
+++ /dev/null
@@ -1 +0,0 @@
-document-save.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/stock_search-and-replace.png b/Icons and cursors/windowsicon/16x16/actions/stock_search-and-replace.png
deleted file mode 120000
index e4057af..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/stock_search-and-replace.png
+++ /dev/null
@@ -1 +0,0 @@
-edit-find-replace.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/stock_search.png b/Icons and cursors/windowsicon/16x16/actions/stock_search.png
deleted file mode 120000
index dd41368..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/stock_search.png
+++ /dev/null
@@ -1 +0,0 @@
-edit-find.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/stock_select-all.png b/Icons and cursors/windowsicon/16x16/actions/stock_select-all.png
deleted file mode 100755
index 386f77a..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/stock_select-all.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/stock_task.png b/Icons and cursors/windowsicon/16x16/actions/stock_task.png
deleted file mode 100755
index ea213f7..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/stock_task.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/stock_text_center.png b/Icons and cursors/windowsicon/16x16/actions/stock_text_center.png
deleted file mode 100755
index 1196e53..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/stock_text_center.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/stock_text_indent.png b/Icons and cursors/windowsicon/16x16/actions/stock_text_indent.png
deleted file mode 100755
index 24c8094..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/stock_text_indent.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/stock_text_justify.png b/Icons and cursors/windowsicon/16x16/actions/stock_text_justify.png
deleted file mode 100755
index 7548cb7..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/stock_text_justify.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/stock_text_left.png b/Icons and cursors/windowsicon/16x16/actions/stock_text_left.png
deleted file mode 100755
index 7fbdb0f..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/stock_text_left.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/stock_text_right.png b/Icons and cursors/windowsicon/16x16/actions/stock_text_right.png
deleted file mode 100755
index 2411b1f..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/stock_text_right.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/stop.png b/Icons and cursors/windowsicon/16x16/actions/stop.png
deleted file mode 120000
index a3ced3a..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/stop.png
+++ /dev/null
@@ -1 +0,0 @@
-gtk-close.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/system-lock-screen.png b/Icons and cursors/windowsicon/16x16/actions/system-lock-screen.png
deleted file mode 100755
index cd83391..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/system-lock-screen.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/system-log-out.png b/Icons and cursors/windowsicon/16x16/actions/system-log-out.png
deleted file mode 100644
index 2ce7965..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/system-log-out.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/system-run.png b/Icons and cursors/windowsicon/16x16/actions/system-run.png
deleted file mode 100644
index 5a7d057..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/system-run.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/system-search.png b/Icons and cursors/windowsicon/16x16/actions/system-search.png
deleted file mode 100755
index e91d24c..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/system-search.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/system-shutdown-panel-restart.png b/Icons and cursors/windowsicon/16x16/actions/system-shutdown-panel-restart.png
deleted file mode 100755
index c2fa3ab..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/system-shutdown-panel-restart.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/system-shutdown-panel.png b/Icons and cursors/windowsicon/16x16/actions/system-shutdown-panel.png
deleted file mode 100755
index c2fa3ab..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/system-shutdown-panel.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/system-shutdown.png b/Icons and cursors/windowsicon/16x16/actions/system-shutdown.png
deleted file mode 100755
index c2fa3ab..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/system-shutdown.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/tab-new.png b/Icons and cursors/windowsicon/16x16/actions/tab-new.png
deleted file mode 100755
index 4daa2e6..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/tab-new.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/tab.png b/Icons and cursors/windowsicon/16x16/actions/tab.png
deleted file mode 100755
index 5a1e697..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/tab.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/tab_new.png b/Icons and cursors/windowsicon/16x16/actions/tab_new.png
deleted file mode 120000
index 6fdf770..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/tab_new.png
+++ /dev/null
@@ -1 +0,0 @@
-tab-new.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/tools-check-spelling.png b/Icons and cursors/windowsicon/16x16/actions/tools-check-spelling.png
deleted file mode 100644
index 5a05a85..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/tools-check-spelling.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/view-file-columns.png b/Icons and cursors/windowsicon/16x16/actions/view-file-columns.png
deleted file mode 100755
index 05e4f24..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/view-file-columns.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/view-fullscreen.png b/Icons and cursors/windowsicon/16x16/actions/view-fullscreen.png
deleted file mode 100755
index 51a6723..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/view-fullscreen.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/view-left-close.png b/Icons and cursors/windowsicon/16x16/actions/view-left-close.png
deleted file mode 100755
index 39f9379..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/view-left-close.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/view-list-details.png b/Icons and cursors/windowsicon/16x16/actions/view-list-details.png
deleted file mode 100755
index 09091bb..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/view-list-details.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/view-list-icons.png b/Icons and cursors/windowsicon/16x16/actions/view-list-icons.png
deleted file mode 100755
index 711d996..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/view-list-icons.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/view-presentation.png b/Icons and cursors/windowsicon/16x16/actions/view-presentation.png
deleted file mode 100755
index a4a3a13..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/view-presentation.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/view-preview.png b/Icons and cursors/windowsicon/16x16/actions/view-preview.png
deleted file mode 100755
index 2dbf623..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/view-preview.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/view-refresh.png b/Icons and cursors/windowsicon/16x16/actions/view-refresh.png
deleted file mode 100755
index f1274f0..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/view-refresh.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/view-refresh1.png b/Icons and cursors/windowsicon/16x16/actions/view-refresh1.png
deleted file mode 100755
index 123dba6..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/view-refresh1.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/view-restore.png b/Icons and cursors/windowsicon/16x16/actions/view-restore.png
deleted file mode 100644
index 0c19b99..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/view-restore.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/view-right-close.png b/Icons and cursors/windowsicon/16x16/actions/view-right-close.png
deleted file mode 100755
index 02b6cbd..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/view-right-close.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/view-right-new.png b/Icons and cursors/windowsicon/16x16/actions/view-right-new.png
deleted file mode 100755
index 6d96968..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/view-right-new.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/view-sidetree.png b/Icons and cursors/windowsicon/16x16/actions/view-sidetree.png
deleted file mode 100755
index 75e04f1..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/view-sidetree.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/view-sort-ascending.png b/Icons and cursors/windowsicon/16x16/actions/view-sort-ascending.png
deleted file mode 100644
index c3e0049..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/view-sort-ascending.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/view-sort-descending.png b/Icons and cursors/windowsicon/16x16/actions/view-sort-descending.png
deleted file mode 100644
index 191074d..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/view-sort-descending.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/view-window-new.png b/Icons and cursors/windowsicon/16x16/actions/view-window-new.png
deleted file mode 120000
index 30b601d..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/view-window-new.png
+++ /dev/null
@@ -1 +0,0 @@
-window-new.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/view-window_new.png b/Icons and cursors/windowsicon/16x16/actions/view-window_new.png
deleted file mode 120000
index 30b601d..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/view-window_new.png
+++ /dev/null
@@ -1 +0,0 @@
-window-new.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/view_fullscreen.png b/Icons and cursors/windowsicon/16x16/actions/view_fullscreen.png
deleted file mode 100755
index a6e428b..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/view_fullscreen.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/window-close.png b/Icons and cursors/windowsicon/16x16/actions/window-close.png
deleted file mode 100644
index db10d27..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/window-close.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/window-new.png b/Icons and cursors/windowsicon/16x16/actions/window-new.png
deleted file mode 100755
index ce61fa1..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/window-new.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/window-pin.png b/Icons and cursors/windowsicon/16x16/actions/window-pin.png
deleted file mode 100644
index a3b6de1..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/window-pin.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/window.png b/Icons and cursors/windowsicon/16x16/actions/window.png
deleted file mode 100755
index 0cdc4b1..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/window.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/window_fullscreen.png b/Icons and cursors/windowsicon/16x16/actions/window_fullscreen.png
deleted file mode 120000
index 37aaf87..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/window_fullscreen.png
+++ /dev/null
@@ -1 +0,0 @@
-view-fullscreen.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/window_new.png b/Icons and cursors/windowsicon/16x16/actions/window_new.png
deleted file mode 120000
index 30b601d..0000000
--- a/Icons and cursors/windowsicon/16x16/actions/window_new.png
+++ /dev/null
@@ -1 +0,0 @@
-window-new.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/actions/zoom-fit-best.png b/Icons and cursors/windowsicon/16x16/actions/zoom-fit-best.png
deleted file mode 100644
index 49b6da5..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/zoom-fit-best.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/zoom-in.png b/Icons and cursors/windowsicon/16x16/actions/zoom-in.png
deleted file mode 100644
index 9a4538d..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/zoom-in.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/zoom-original.png b/Icons and cursors/windowsicon/16x16/actions/zoom-original.png
deleted file mode 100644
index 1ebcd8a..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/zoom-original.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/actions/zoom-out.png b/Icons and cursors/windowsicon/16x16/actions/zoom-out.png
deleted file mode 100644
index e7a0136..0000000
Binary files a/Icons and cursors/windowsicon/16x16/actions/zoom-out.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/animations/hb-working0.png b/Icons and cursors/windowsicon/16x16/animations/hb-working0.png
deleted file mode 100644
index 8d4ac66..0000000
Binary files a/Icons and cursors/windowsicon/16x16/animations/hb-working0.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/animations/hb-working1.png b/Icons and cursors/windowsicon/16x16/animations/hb-working1.png
deleted file mode 100644
index 5e80f97..0000000
Binary files a/Icons and cursors/windowsicon/16x16/animations/hb-working1.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/animations/hb-working2.png b/Icons and cursors/windowsicon/16x16/animations/hb-working2.png
deleted file mode 100644
index 0757bf5..0000000
Binary files a/Icons and cursors/windowsicon/16x16/animations/hb-working2.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/animations/hb-working3.png b/Icons and cursors/windowsicon/16x16/animations/hb-working3.png
deleted file mode 100644
index 516f01a..0000000
Binary files a/Icons and cursors/windowsicon/16x16/animations/hb-working3.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/animations/hb-working4.png b/Icons and cursors/windowsicon/16x16/animations/hb-working4.png
deleted file mode 100644
index c9b725f..0000000
Binary files a/Icons and cursors/windowsicon/16x16/animations/hb-working4.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/animations/hb-working5.png b/Icons and cursors/windowsicon/16x16/animations/hb-working5.png
deleted file mode 100644
index 6d4c112..0000000
Binary files a/Icons and cursors/windowsicon/16x16/animations/hb-working5.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/animations/process-working.png b/Icons and cursors/windowsicon/16x16/animations/process-working.png
deleted file mode 100644
index 6e646e5..0000000
Binary files a/Icons and cursors/windowsicon/16x16/animations/process-working.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/access.png b/Icons and cursors/windowsicon/16x16/apps/access.png
deleted file mode 100644
index 084e44f..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/access.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/accessibility-directory.png b/Icons and cursors/windowsicon/16x16/apps/accessibility-directory.png
deleted file mode 100644
index 084e44f..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/accessibility-directory.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/accessories-calculator.png b/Icons and cursors/windowsicon/16x16/apps/accessories-calculator.png
deleted file mode 100644
index 8171bb3..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/accessories-calculator.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/accessories-character-map.png b/Icons and cursors/windowsicon/16x16/apps/accessories-character-map.png
deleted file mode 100644
index 56c28a5..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/accessories-character-map.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/accessories-dictionary.png b/Icons and cursors/windowsicon/16x16/apps/accessories-dictionary.png
deleted file mode 100644
index e3bfeb9..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/accessories-dictionary.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/accessories-text-editor.png b/Icons and cursors/windowsicon/16x16/apps/accessories-text-editor.png
deleted file mode 100644
index 5453e7f..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/accessories-text-editor.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/alacarte.png b/Icons and cursors/windowsicon/16x16/apps/alacarte.png
deleted file mode 100644
index 356b1f8..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/alacarte.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/applets-screenshooter.png b/Icons and cursors/windowsicon/16x16/apps/applets-screenshooter.png
deleted file mode 100644
index 0e43519..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/applets-screenshooter.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/apport.png b/Icons and cursors/windowsicon/16x16/apps/apport.png
deleted file mode 100644
index a55d95b..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/apport.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/arts.png b/Icons and cursors/windowsicon/16x16/apps/arts.png
deleted file mode 100644
index 7fce727..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/arts.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/background.png b/Icons and cursors/windowsicon/16x16/apps/background.png
deleted file mode 100644
index a60ffb9..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/background.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/baobab.png b/Icons and cursors/windowsicon/16x16/apps/baobab.png
deleted file mode 100644
index a7db6b7..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/baobab.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/bleachbit.png b/Icons and cursors/windowsicon/16x16/apps/bleachbit.png
deleted file mode 100644
index 1348c7e..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/bleachbit.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/bluetooth.png b/Icons and cursors/windowsicon/16x16/apps/bluetooth.png
deleted file mode 100644
index dc12960..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/bluetooth.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/brasero.png b/Icons and cursors/windowsicon/16x16/apps/brasero.png
deleted file mode 100644
index 3eddcf6..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/brasero.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/calc.png b/Icons and cursors/windowsicon/16x16/apps/calc.png
deleted file mode 100644
index 8171bb3..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/calc.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/cheese.png b/Icons and cursors/windowsicon/16x16/apps/cheese.png
deleted file mode 100644
index b05981b..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/cheese.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/config-language.png b/Icons and cursors/windowsicon/16x16/apps/config-language.png
deleted file mode 100644
index f77f053..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/config-language.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/config-users.png b/Icons and cursors/windowsicon/16x16/apps/config-users.png
deleted file mode 100644
index f748815..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/config-users.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-applets.png b/Icons and cursors/windowsicon/16x16/apps/cs-applets.png
deleted file mode 100644
index b4f62af..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-applets.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-backgrounds.png b/Icons and cursors/windowsicon/16x16/apps/cs-backgrounds.png
deleted file mode 100644
index 71a711d..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-backgrounds.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-bluetooth.png b/Icons and cursors/windowsicon/16x16/apps/cs-bluetooth.png
deleted file mode 100644
index 2a35748..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-bluetooth.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-cat-admin.png b/Icons and cursors/windowsicon/16x16/apps/cs-cat-admin.png
deleted file mode 100644
index 650368a..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-cat-admin.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-cat-appearance.png b/Icons and cursors/windowsicon/16x16/apps/cs-cat-appearance.png
deleted file mode 100644
index 3dedf3d..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-cat-appearance.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-cat-hardware.png b/Icons and cursors/windowsicon/16x16/apps/cs-cat-hardware.png
deleted file mode 100644
index c4e44f4..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-cat-hardware.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-cat-prefs.png b/Icons and cursors/windowsicon/16x16/apps/cs-cat-prefs.png
deleted file mode 100644
index e57c9a7..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-cat-prefs.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-cat-themes.png b/Icons and cursors/windowsicon/16x16/apps/cs-cat-themes.png
deleted file mode 100644
index 3dedf3d..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-cat-themes.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-color.png b/Icons and cursors/windowsicon/16x16/apps/cs-color.png
deleted file mode 100644
index 6036bd3..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-color.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-date-time.png b/Icons and cursors/windowsicon/16x16/apps/cs-date-time.png
deleted file mode 100644
index 9fdee7e..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-date-time.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-default-applications.png b/Icons and cursors/windowsicon/16x16/apps/cs-default-applications.png
deleted file mode 100644
index ad9ade1..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-default-applications.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-desklets.png b/Icons and cursors/windowsicon/16x16/apps/cs-desklets.png
deleted file mode 100644
index b4f62af..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-desklets.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-desktop-effects.png b/Icons and cursors/windowsicon/16x16/apps/cs-desktop-effects.png
deleted file mode 100644
index 71a711d..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-desktop-effects.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-desktop.png b/Icons and cursors/windowsicon/16x16/apps/cs-desktop.png
deleted file mode 100644
index 71a711d..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-desktop.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-details.png b/Icons and cursors/windowsicon/16x16/apps/cs-details.png
deleted file mode 100644
index 64bea1a..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-details.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-display.png b/Icons and cursors/windowsicon/16x16/apps/cs-display.png
deleted file mode 100644
index 8da96b5..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-display.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-drivers.png b/Icons and cursors/windowsicon/16x16/apps/cs-drivers.png
deleted file mode 100644
index c4e44f4..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-drivers.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-extensions.png b/Icons and cursors/windowsicon/16x16/apps/cs-extensions.png
deleted file mode 100644
index c1253b0..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-extensions.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-firewall.png b/Icons and cursors/windowsicon/16x16/apps/cs-firewall.png
deleted file mode 100644
index 4a5c55b..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-firewall.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-fonts.png b/Icons and cursors/windowsicon/16x16/apps/cs-fonts.png
deleted file mode 100644
index 00e5f2d..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-fonts.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-general.png b/Icons and cursors/windowsicon/16x16/apps/cs-general.png
deleted file mode 100644
index 6bd0bad..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-general.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-keyboard.png b/Icons and cursors/windowsicon/16x16/apps/cs-keyboard.png
deleted file mode 100644
index 3e86814..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-keyboard.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-language.png b/Icons and cursors/windowsicon/16x16/apps/cs-language.png
deleted file mode 100644
index 1f2fd7d..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-language.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-login.png b/Icons and cursors/windowsicon/16x16/apps/cs-login.png
deleted file mode 100644
index a67aa73..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-login.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-mouse.png b/Icons and cursors/windowsicon/16x16/apps/cs-mouse.png
deleted file mode 100644
index 82167e6..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-mouse.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-network.png b/Icons and cursors/windowsicon/16x16/apps/cs-network.png
deleted file mode 100644
index 05c9210..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-network.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-notifications.png b/Icons and cursors/windowsicon/16x16/apps/cs-notifications.png
deleted file mode 100644
index 17e65b2..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-notifications.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-overview.png b/Icons and cursors/windowsicon/16x16/apps/cs-overview.png
deleted file mode 100644
index 5cf5a16..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-overview.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-panel.png b/Icons and cursors/windowsicon/16x16/apps/cs-panel.png
deleted file mode 100644
index c1253b0..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-panel.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-power.png b/Icons and cursors/windowsicon/16x16/apps/cs-power.png
deleted file mode 100644
index f71bab1..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-power.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-printer.png b/Icons and cursors/windowsicon/16x16/apps/cs-printer.png
deleted file mode 100644
index c1ef654..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-printer.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-privacy.png b/Icons and cursors/windowsicon/16x16/apps/cs-privacy.png
deleted file mode 100644
index ebbe149..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-privacy.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-region.png b/Icons and cursors/windowsicon/16x16/apps/cs-region.png
deleted file mode 100644
index 1f2fd7d..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-region.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-screen.png b/Icons and cursors/windowsicon/16x16/apps/cs-screen.png
deleted file mode 100644
index 5cf5a16..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-screen.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-screensaver.png b/Icons and cursors/windowsicon/16x16/apps/cs-screensaver.png
deleted file mode 100644
index 972630a..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-screensaver.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-software-properties.png b/Icons and cursors/windowsicon/16x16/apps/cs-software-properties.png
deleted file mode 100644
index 85dc635..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-software-properties.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-sound.png b/Icons and cursors/windowsicon/16x16/apps/cs-sound.png
deleted file mode 100644
index 46cf65d..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-sound.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-sources.png b/Icons and cursors/windowsicon/16x16/apps/cs-sources.png
deleted file mode 100644
index 85dc635..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-sources.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-startup-programs.png b/Icons and cursors/windowsicon/16x16/apps/cs-startup-programs.png
deleted file mode 100644
index 0f2e13c..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-startup-programs.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-tablet.png b/Icons and cursors/windowsicon/16x16/apps/cs-tablet.png
deleted file mode 100644
index 7fe956b..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-tablet.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-themes.png b/Icons and cursors/windowsicon/16x16/apps/cs-themes.png
deleted file mode 100644
index 2ab5d58..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-themes.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-tiling.png b/Icons and cursors/windowsicon/16x16/apps/cs-tiling.png
deleted file mode 100644
index 5cf5a16..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-tiling.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-universal-access.png b/Icons and cursors/windowsicon/16x16/apps/cs-universal-access.png
deleted file mode 100644
index 9471139..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-universal-access.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-user-accounts.png b/Icons and cursors/windowsicon/16x16/apps/cs-user-accounts.png
deleted file mode 100644
index a67aa73..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-user-accounts.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-user.png b/Icons and cursors/windowsicon/16x16/apps/cs-user.png
deleted file mode 100644
index 48afbef..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-user.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-windows.png b/Icons and cursors/windowsicon/16x16/apps/cs-windows.png
deleted file mode 100644
index 0f2e13c..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-windows.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-workspaces.png b/Icons and cursors/windowsicon/16x16/apps/cs-workspaces.png
deleted file mode 100644
index 0f2e13c..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-workspaces.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/dconf-editor.png b/Icons and cursors/windowsicon/16x16/apps/dconf-editor.png
deleted file mode 100644
index 35b3508..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/dconf-editor.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/deja-dup.png b/Icons and cursors/windowsicon/16x16/apps/deja-dup.png
deleted file mode 100644
index a57dfcb..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/deja-dup.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/empathy.png b/Icons and cursors/windowsicon/16x16/apps/empathy.png
deleted file mode 100644
index 1460120..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/empathy.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/eog.png b/Icons and cursors/windowsicon/16x16/apps/eog.png
deleted file mode 100644
index b35d7af..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/eog.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/epiphany.png b/Icons and cursors/windowsicon/16x16/apps/epiphany.png
deleted file mode 100755
index e1f0768..0000000
--- a/Icons and cursors/windowsicon/16x16/apps/epiphany.png
+++ /dev/null
@@ -1 +0,0 @@
-web-browser.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/apps/evince.png b/Icons and cursors/windowsicon/16x16/apps/evince.png
deleted file mode 100644
index a359cd8..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/evince.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/evolution.png b/Icons and cursors/windowsicon/16x16/apps/evolution.png
deleted file mode 100644
index dd226c3..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/evolution.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/file-manager.png b/Icons and cursors/windowsicon/16x16/apps/file-manager.png
deleted file mode 100644
index fca71be..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/file-manager.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/file-roller.png b/Icons and cursors/windowsicon/16x16/apps/file-roller.png
deleted file mode 100644
index e0242c9..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/file-roller.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/fonts.png b/Icons and cursors/windowsicon/16x16/apps/fonts.png
deleted file mode 100644
index 38109dc..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/fonts.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/gedit.png b/Icons and cursors/windowsicon/16x16/apps/gedit.png
deleted file mode 100755
index 24614cf..0000000
--- a/Icons and cursors/windowsicon/16x16/apps/gedit.png
+++ /dev/null
@@ -1 +0,0 @@
-accessories-text-editor.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/apps/gnome-aisleriot.png b/Icons and cursors/windowsicon/16x16/apps/gnome-aisleriot.png
deleted file mode 100644
index e298bf3..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/gnome-aisleriot.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/gnome-calculator.png b/Icons and cursors/windowsicon/16x16/apps/gnome-calculator.png
deleted file mode 100644
index 8171bb3..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/gnome-calculator.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/gnome-character-map.png b/Icons and cursors/windowsicon/16x16/apps/gnome-character-map.png
deleted file mode 100644
index 56c28a5..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/gnome-character-map.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/gnome-disks.png b/Icons and cursors/windowsicon/16x16/apps/gnome-disks.png
deleted file mode 100644
index 42427cd..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/gnome-disks.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/gnome-documents.png b/Icons and cursors/windowsicon/16x16/apps/gnome-documents.png
deleted file mode 100644
index 2e58e1b..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/gnome-documents.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/gnome-help.png b/Icons and cursors/windowsicon/16x16/apps/gnome-help.png
deleted file mode 100644
index 4fb4181..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/gnome-help.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/gnome-mahjongg.png b/Icons and cursors/windowsicon/16x16/apps/gnome-mahjongg.png
deleted file mode 100644
index debbec3..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/gnome-mahjongg.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/gnome-mines.png b/Icons and cursors/windowsicon/16x16/apps/gnome-mines.png
deleted file mode 100644
index 1f49e8d..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/gnome-mines.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/gnome-mixer.png b/Icons and cursors/windowsicon/16x16/apps/gnome-mixer.png
deleted file mode 100644
index 7fce727..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/gnome-mixer.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/gnome-monitor.png b/Icons and cursors/windowsicon/16x16/apps/gnome-monitor.png
deleted file mode 100644
index 5b91efa..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/gnome-monitor.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/gnome-power-manager.png b/Icons and cursors/windowsicon/16x16/apps/gnome-power-manager.png
deleted file mode 100644
index 17e1e48..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/gnome-power-manager.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/gnome-remote-desktop.png b/Icons and cursors/windowsicon/16x16/apps/gnome-remote-desktop.png
deleted file mode 100644
index e731d52..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/gnome-remote-desktop.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/gnome-settings-accessibility-technologies.png b/Icons and cursors/windowsicon/16x16/apps/gnome-settings-accessibility-technologies.png
deleted file mode 100644
index 084e44f..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/gnome-settings-accessibility-technologies.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/gnome-settings-background.png b/Icons and cursors/windowsicon/16x16/apps/gnome-settings-background.png
deleted file mode 100644
index a60ffb9..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/gnome-settings-background.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/gnome-settings-font.png b/Icons and cursors/windowsicon/16x16/apps/gnome-settings-font.png
deleted file mode 100644
index 38109dc..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/gnome-settings-font.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/gnome-settings-keybindings.png b/Icons and cursors/windowsicon/16x16/apps/gnome-settings-keybindings.png
deleted file mode 100644
index 852b809..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/gnome-settings-keybindings.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/gnome-settings-theme.png b/Icons and cursors/windowsicon/16x16/apps/gnome-settings-theme.png
deleted file mode 100644
index 2bd6ea4..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/gnome-settings-theme.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/gnome-sound-recorder.png b/Icons and cursors/windowsicon/16x16/apps/gnome-sound-recorder.png
deleted file mode 100644
index 2a53f24..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/gnome-sound-recorder.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/gnome-sudoku.png b/Icons and cursors/windowsicon/16x16/apps/gnome-sudoku.png
deleted file mode 100644
index 29448bf..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/gnome-sudoku.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/gnome-terminal.png b/Icons and cursors/windowsicon/16x16/apps/gnome-terminal.png
deleted file mode 100644
index 2c64f4d..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/gnome-terminal.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/gnome-tweak-tool.png b/Icons and cursors/windowsicon/16x16/apps/gnome-tweak-tool.png
deleted file mode 100644
index 2e3fff4..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/gnome-tweak-tool.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/gnome-window-manager.png b/Icons and cursors/windowsicon/16x16/apps/gnome-window-manager.png
deleted file mode 100644
index 21302c1..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/gnome-window-manager.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/goa-panel.png b/Icons and cursors/windowsicon/16x16/apps/goa-panel.png
deleted file mode 100644
index f04a61d..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/goa-panel.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/gp.png b/Icons and cursors/windowsicon/16x16/apps/gp.png
deleted file mode 100644
index f5afe2b..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/gp.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/gucharmap.png b/Icons and cursors/windowsicon/16x16/apps/gucharmap.png
deleted file mode 100644
index 56c28a5..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/gucharmap.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/help-browser.png b/Icons and cursors/windowsicon/16x16/apps/help-browser.png
deleted file mode 100644
index 4fb4181..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/help-browser.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/jockey.png b/Icons and cursors/windowsicon/16x16/apps/jockey.png
deleted file mode 100644
index 99dddd7..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/jockey.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/kcalc.png b/Icons and cursors/windowsicon/16x16/apps/kcalc.png
deleted file mode 100644
index 8171bb3..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/kcalc.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/kcharselect.png b/Icons and cursors/windowsicon/16x16/apps/kcharselect.png
deleted file mode 100644
index 56c28a5..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/kcharselect.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/kcmkwm.png b/Icons and cursors/windowsicon/16x16/apps/kcmkwm.png
deleted file mode 100644
index 21302c1..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/kcmkwm.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/kcmsound.png b/Icons and cursors/windowsicon/16x16/apps/kcmsound.png
deleted file mode 100644
index 7fce727..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/kcmsound.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/kedit.png b/Icons and cursors/windowsicon/16x16/apps/kedit.png
deleted file mode 100644
index 5453e7f..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/kedit.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/key_bindings.png b/Icons and cursors/windowsicon/16x16/apps/key_bindings.png
deleted file mode 100644
index 852b809..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/key_bindings.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/kfm.png b/Icons and cursors/windowsicon/16x16/apps/kfm.png
deleted file mode 100644
index fca71be..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/kfm.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/khelpcenter.png b/Icons and cursors/windowsicon/16x16/apps/khelpcenter.png
deleted file mode 100644
index 4fb4181..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/khelpcenter.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/konsole.png b/Icons and cursors/windowsicon/16x16/apps/konsole.png
deleted file mode 100644
index 2c64f4d..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/konsole.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/krfb.png b/Icons and cursors/windowsicon/16x16/apps/krfb.png
deleted file mode 100644
index e731d52..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/krfb.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/kscreensaver.png b/Icons and cursors/windowsicon/16x16/apps/kscreensaver.png
deleted file mode 100644
index dedeaab..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/kscreensaver.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/ksysguard.png b/Icons and cursors/windowsicon/16x16/apps/ksysguard.png
deleted file mode 100644
index 5b91efa..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/ksysguard.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/kuser.png b/Icons and cursors/windowsicon/16x16/apps/kuser.png
deleted file mode 100644
index f748815..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/kuser.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/kwin.png b/Icons and cursors/windowsicon/16x16/apps/kwin.png
deleted file mode 100644
index 21302c1..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/kwin.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/libreoffice-base.png b/Icons and cursors/windowsicon/16x16/apps/libreoffice-base.png
deleted file mode 100644
index 989ebd0..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/libreoffice-base.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/libreoffice-calc.png b/Icons and cursors/windowsicon/16x16/apps/libreoffice-calc.png
deleted file mode 100644
index b43024e..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/libreoffice-calc.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/libreoffice-draw.png b/Icons and cursors/windowsicon/16x16/apps/libreoffice-draw.png
deleted file mode 100644
index af88891..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/libreoffice-draw.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/libreoffice-impress.png b/Icons and cursors/windowsicon/16x16/apps/libreoffice-impress.png
deleted file mode 100644
index 55b1fa4..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/libreoffice-impress.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/libreoffice-main.png b/Icons and cursors/windowsicon/16x16/apps/libreoffice-main.png
deleted file mode 100644
index 50765a2..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/libreoffice-main.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/libreoffice-math.png b/Icons and cursors/windowsicon/16x16/apps/libreoffice-math.png
deleted file mode 100644
index 307e0db..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/libreoffice-math.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/libreoffice-startcenter.png b/Icons and cursors/windowsicon/16x16/apps/libreoffice-startcenter.png
deleted file mode 100644
index 50765a2..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/libreoffice-startcenter.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/libreoffice-writer.png b/Icons and cursors/windowsicon/16x16/apps/libreoffice-writer.png
deleted file mode 100644
index 02c9761..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/libreoffice-writer.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/locale.png b/Icons and cursors/windowsicon/16x16/apps/locale.png
deleted file mode 100644
index f77f053..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/locale.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/logview.png b/Icons and cursors/windowsicon/16x16/apps/logview.png
deleted file mode 100644
index c23cc4a..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/logview.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/multimedia-volume-control.png b/Icons and cursors/windowsicon/16x16/apps/multimedia-volume-control.png
deleted file mode 100644
index 7fce727..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/multimedia-volume-control.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/multimedia.png b/Icons and cursors/windowsicon/16x16/apps/multimedia.png
deleted file mode 100644
index 7fce727..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/multimedia.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/nautilus.png b/Icons and cursors/windowsicon/16x16/apps/nautilus.png
deleted file mode 100755
index b9df032..0000000
--- a/Icons and cursors/windowsicon/16x16/apps/nautilus.png
+++ /dev/null
@@ -1 +0,0 @@
-file-manager.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/apps/openshot.png b/Icons and cursors/windowsicon/16x16/apps/openshot.png
deleted file mode 100644
index e2a2df3..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/openshot.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/openterm.png b/Icons and cursors/windowsicon/16x16/apps/openterm.png
deleted file mode 100644
index 2c64f4d..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/openterm.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/orca.png b/Icons and cursors/windowsicon/16x16/apps/orca.png
deleted file mode 100644
index 084e44f..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/orca.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/org.gnome.Epiphany.png b/Icons and cursors/windowsicon/16x16/apps/org.gnome.Epiphany.png
deleted file mode 100755
index e1f0768..0000000
--- a/Icons and cursors/windowsicon/16x16/apps/org.gnome.Epiphany.png
+++ /dev/null
@@ -1 +0,0 @@
-web-browser.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/apps/org.gnome.Nautilus.png b/Icons and cursors/windowsicon/16x16/apps/org.gnome.Nautilus.png
deleted file mode 100755
index b9df032..0000000
--- a/Icons and cursors/windowsicon/16x16/apps/org.gnome.Nautilus.png
+++ /dev/null
@@ -1 +0,0 @@
-file-manager.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/apps/org.gnome.Tweaks.png b/Icons and cursors/windowsicon/16x16/apps/org.gnome.Tweaks.png
deleted file mode 100755
index 87752ff..0000000
--- a/Icons and cursors/windowsicon/16x16/apps/org.gnome.Tweaks.png
+++ /dev/null
@@ -1 +0,0 @@
-gnome-tweak-tool.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/apps/org.gnome.gedit.png b/Icons and cursors/windowsicon/16x16/apps/org.gnome.gedit.png
deleted file mode 100755
index 24614cf..0000000
--- a/Icons and cursors/windowsicon/16x16/apps/org.gnome.gedit.png
+++ /dev/null
@@ -1 +0,0 @@
-accessories-text-editor.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/apps/org.gnome.tweaks.png b/Icons and cursors/windowsicon/16x16/apps/org.gnome.tweaks.png
deleted file mode 100755
index 87752ff..0000000
--- a/Icons and cursors/windowsicon/16x16/apps/org.gnome.tweaks.png
+++ /dev/null
@@ -1 +0,0 @@
-gnome-tweak-tool.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/16x16/apps/preferences-color.png b/Icons and cursors/windowsicon/16x16/apps/preferences-color.png
deleted file mode 100644
index 58addaf..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/preferences-color.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/preferences-desktop-accessibility.png b/Icons and cursors/windowsicon/16x16/apps/preferences-desktop-accessibility.png
deleted file mode 100644
index 084e44f..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/preferences-desktop-accessibility.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/preferences-desktop-display.png b/Icons and cursors/windowsicon/16x16/apps/preferences-desktop-display.png
deleted file mode 100644
index 52b99ff..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/preferences-desktop-display.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/preferences-desktop-font.png b/Icons and cursors/windowsicon/16x16/apps/preferences-desktop-font.png
deleted file mode 100644
index 38109dc..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/preferences-desktop-font.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/preferences-desktop-keyboard-shortcuts.png b/Icons and cursors/windowsicon/16x16/apps/preferences-desktop-keyboard-shortcuts.png
deleted file mode 100644
index 852b809..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/preferences-desktop-keyboard-shortcuts.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/preferences-desktop-keyboard.png b/Icons and cursors/windowsicon/16x16/apps/preferences-desktop-keyboard.png
deleted file mode 100644
index 315f68c..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/preferences-desktop-keyboard.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/preferences-desktop-locale.png b/Icons and cursors/windowsicon/16x16/apps/preferences-desktop-locale.png
deleted file mode 100644
index f77f053..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/preferences-desktop-locale.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/preferences-desktop-remote-desktop.png b/Icons and cursors/windowsicon/16x16/apps/preferences-desktop-remote-desktop.png
deleted file mode 100644
index e731d52..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/preferences-desktop-remote-desktop.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/preferences-desktop-screensaver.png b/Icons and cursors/windowsicon/16x16/apps/preferences-desktop-screensaver.png
deleted file mode 100644
index dedeaab..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/preferences-desktop-screensaver.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/preferences-desktop-theme.png b/Icons and cursors/windowsicon/16x16/apps/preferences-desktop-theme.png
deleted file mode 100644
index 2bd6ea4..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/preferences-desktop-theme.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/preferences-desktop-wallpaper.png b/Icons and cursors/windowsicon/16x16/apps/preferences-desktop-wallpaper.png
deleted file mode 100644
index a60ffb9..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/preferences-desktop-wallpaper.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/preferences-system-notifications.png b/Icons and cursors/windowsicon/16x16/apps/preferences-system-notifications.png
deleted file mode 100644
index 90694b9..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/preferences-system-notifications.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/preferences-system-privacy.png b/Icons and cursors/windowsicon/16x16/apps/preferences-system-privacy.png
deleted file mode 100644
index ae52bf9..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/preferences-system-privacy.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/preferences-system-search.png b/Icons and cursors/windowsicon/16x16/apps/preferences-system-search.png
deleted file mode 100644
index 3d8bf8b..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/preferences-system-search.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/preferences-system-sharing.png b/Icons and cursors/windowsicon/16x16/apps/preferences-system-sharing.png
deleted file mode 100644
index ae202f3..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/preferences-system-sharing.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/preferences-system-time.png b/Icons and cursors/windowsicon/16x16/apps/preferences-system-time.png
deleted file mode 100644
index df8704a..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/preferences-system-time.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/preferences-system-windows.png b/Icons and cursors/windowsicon/16x16/apps/preferences-system-windows.png
deleted file mode 100644
index 21302c1..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/preferences-system-windows.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/redhat-filemanager.png b/Icons and cursors/windowsicon/16x16/apps/redhat-filemanager.png
deleted file mode 100644
index fca71be..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/redhat-filemanager.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/remmina.png b/Icons and cursors/windowsicon/16x16/apps/remmina.png
deleted file mode 100644
index e731d52..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/remmina.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/rhythmbox.png b/Icons and cursors/windowsicon/16x16/apps/rhythmbox.png
deleted file mode 100644
index 537fced..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/rhythmbox.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/screensaver.png b/Icons and cursors/windowsicon/16x16/apps/screensaver.png
deleted file mode 100644
index dedeaab..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/screensaver.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/seahorse.png b/Icons and cursors/windowsicon/16x16/apps/seahorse.png
deleted file mode 100644
index f5983f2..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/seahorse.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/session-properties.png b/Icons and cursors/windowsicon/16x16/apps/session-properties.png
deleted file mode 100644
index 21e73a2..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/session-properties.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/shotwell.png b/Icons and cursors/windowsicon/16x16/apps/shotwell.png
deleted file mode 100644
index 4a2967f..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/shotwell.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/software-properties.png b/Icons and cursors/windowsicon/16x16/apps/software-properties.png
deleted file mode 100644
index bcf2c6e..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/software-properties.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/softwarecenter.png b/Icons and cursors/windowsicon/16x16/apps/softwarecenter.png
deleted file mode 100644
index fb8e499..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/softwarecenter.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/style.png b/Icons and cursors/windowsicon/16x16/apps/style.png
deleted file mode 100644
index 2bd6ea4..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/style.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/susehelpcenter.png b/Icons and cursors/windowsicon/16x16/apps/susehelpcenter.png
deleted file mode 100644
index 4fb4181..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/susehelpcenter.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/system-config-users.png b/Icons and cursors/windowsicon/16x16/apps/system-config-users.png
deleted file mode 100644
index f748815..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/system-config-users.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/system-file-manager.png b/Icons and cursors/windowsicon/16x16/apps/system-file-manager.png
deleted file mode 100644
index fca71be..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/system-file-manager.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/system-software-install.png b/Icons and cursors/windowsicon/16x16/apps/system-software-install.png
deleted file mode 100644
index 5b5d699..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/system-software-install.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/system-software-update.png b/Icons and cursors/windowsicon/16x16/apps/system-software-update.png
deleted file mode 100644
index 70034fc..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/system-software-update.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/system-users.png b/Icons and cursors/windowsicon/16x16/apps/system-users.png
deleted file mode 100644
index f748815..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/system-users.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/terminal.png b/Icons and cursors/windowsicon/16x16/apps/terminal.png
deleted file mode 100644
index 2c64f4d..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/terminal.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/text-editor.png b/Icons and cursors/windowsicon/16x16/apps/text-editor.png
deleted file mode 100644
index 5453e7f..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/text-editor.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/totem.png b/Icons and cursors/windowsicon/16x16/apps/totem.png
deleted file mode 100644
index c52d76b..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/totem.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/transmission.png b/Icons and cursors/windowsicon/16x16/apps/transmission.png
deleted file mode 100644
index 2898139..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/transmission.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/update-manager.png b/Icons and cursors/windowsicon/16x16/apps/update-manager.png
deleted file mode 100644
index 70034fc..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/update-manager.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/usb-creator-gtk.png b/Icons and cursors/windowsicon/16x16/apps/usb-creator-gtk.png
deleted file mode 100644
index 7eaf978..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/usb-creator-gtk.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/user-info.png b/Icons and cursors/windowsicon/16x16/apps/user-info.png
deleted file mode 100644
index 90ce05a..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/user-info.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/utilities-system-monitor.png b/Icons and cursors/windowsicon/16x16/apps/utilities-system-monitor.png
deleted file mode 100644
index 5b91efa..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/utilities-system-monitor.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/utilities-terminal.png b/Icons and cursors/windowsicon/16x16/apps/utilities-terminal.png
deleted file mode 100644
index 2c64f4d..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/utilities-terminal.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/volume-knob.png b/Icons and cursors/windowsicon/16x16/apps/volume-knob.png
deleted file mode 100644
index 7fce727..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/volume-knob.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/waiting.png b/Icons and cursors/windowsicon/16x16/apps/waiting.png
deleted file mode 100644
index 3e3131b..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/waiting.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/wallpaper.png b/Icons and cursors/windowsicon/16x16/apps/wallpaper.png
deleted file mode 100644
index a60ffb9..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/wallpaper.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/web-browser.png b/Icons and cursors/windowsicon/16x16/apps/web-browser.png
deleted file mode 100644
index e84c36a..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/web-browser.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/xdiagnose.png b/Icons and cursors/windowsicon/16x16/apps/xdiagnose.png
deleted file mode 100644
index 1af2506..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/xdiagnose.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/xfce-edit.png b/Icons and cursors/windowsicon/16x16/apps/xfce-edit.png
deleted file mode 100644
index 5453e7f..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/xfce-edit.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/xfce-filemanager.png b/Icons and cursors/windowsicon/16x16/apps/xfce-filemanager.png
deleted file mode 100644
index fca71be..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/xfce-filemanager.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/xfce-man.png b/Icons and cursors/windowsicon/16x16/apps/xfce-man.png
deleted file mode 100644
index 4fb4181..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/xfce-man.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/xfce-terminal.png b/Icons and cursors/windowsicon/16x16/apps/xfce-terminal.png
deleted file mode 100644
index 2c64f4d..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/xfce-terminal.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/xfce4-backdrop.png b/Icons and cursors/windowsicon/16x16/apps/xfce4-backdrop.png
deleted file mode 100644
index a60ffb9..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/xfce4-backdrop.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/xfce4-mixer.png b/Icons and cursors/windowsicon/16x16/apps/xfce4-mixer.png
deleted file mode 100644
index 7fce727..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/xfce4-mixer.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/xfce4-ui.png b/Icons and cursors/windowsicon/16x16/apps/xfce4-ui.png
deleted file mode 100644
index 2bd6ea4..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/xfce4-ui.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/xfwm4.png b/Icons and cursors/windowsicon/16x16/apps/xfwm4.png
deleted file mode 100644
index 21302c1..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/xfwm4.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/xscreensaver.png b/Icons and cursors/windowsicon/16x16/apps/xscreensaver.png
deleted file mode 100644
index dedeaab..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/xscreensaver.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/xterm-color.png b/Icons and cursors/windowsicon/16x16/apps/xterm-color.png
deleted file mode 100644
index 47c92e6..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/xterm-color.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/apps/zen-icon.png b/Icons and cursors/windowsicon/16x16/apps/zen-icon.png
deleted file mode 100644
index 70034fc..0000000
Binary files a/Icons and cursors/windowsicon/16x16/apps/zen-icon.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/categories/applications-accessories.png b/Icons and cursors/windowsicon/16x16/categories/applications-accessories.png
deleted file mode 100644
index ff44f4d..0000000
Binary files a/Icons and cursors/windowsicon/16x16/categories/applications-accessories.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/categories/applications-development.png b/Icons and cursors/windowsicon/16x16/categories/applications-development.png
deleted file mode 100644
index 875c4d1..0000000
Binary files a/Icons and cursors/windowsicon/16x16/categories/applications-development.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/categories/applications-electronics.png b/Icons and cursors/windowsicon/16x16/categories/applications-electronics.png
deleted file mode 100644
index 99dddd7..0000000
Binary files a/Icons and cursors/windowsicon/16x16/categories/applications-electronics.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/categories/applications-engineering.png b/Icons and cursors/windowsicon/16x16/categories/applications-engineering.png
deleted file mode 100644
index 05e8c7b..0000000
Binary files a/Icons and cursors/windowsicon/16x16/categories/applications-engineering.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/categories/applications-games.png b/Icons and cursors/windowsicon/16x16/categories/applications-games.png
deleted file mode 100644
index 29448bf..0000000
Binary files a/Icons and cursors/windowsicon/16x16/categories/applications-games.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/categories/applications-graphics.png b/Icons and cursors/windowsicon/16x16/categories/applications-graphics.png
deleted file mode 100644
index 36ae11b..0000000
Binary files a/Icons and cursors/windowsicon/16x16/categories/applications-graphics.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/categories/applications-internet.png b/Icons and cursors/windowsicon/16x16/categories/applications-internet.png
deleted file mode 100644
index 2e1b725..0000000
Binary files a/Icons and cursors/windowsicon/16x16/categories/applications-internet.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/categories/applications-multimedia.png b/Icons and cursors/windowsicon/16x16/categories/applications-multimedia.png
deleted file mode 100644
index 6715019..0000000
Binary files a/Icons and cursors/windowsicon/16x16/categories/applications-multimedia.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/categories/applications-office.png b/Icons and cursors/windowsicon/16x16/categories/applications-office.png
deleted file mode 100644
index 28417be..0000000
Binary files a/Icons and cursors/windowsicon/16x16/categories/applications-office.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/categories/applications-other.png b/Icons and cursors/windowsicon/16x16/categories/applications-other.png
deleted file mode 100644
index a167b28..0000000
Binary files a/Icons and cursors/windowsicon/16x16/categories/applications-other.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/categories/applications-science.png b/Icons and cursors/windowsicon/16x16/categories/applications-science.png
deleted file mode 100644
index 9598e3e..0000000
Binary files a/Icons and cursors/windowsicon/16x16/categories/applications-science.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/categories/applications-system.png b/Icons and cursors/windowsicon/16x16/categories/applications-system.png
deleted file mode 100644
index e22f813..0000000
Binary files a/Icons and cursors/windowsicon/16x16/categories/applications-system.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/categories/applications-utilities.png b/Icons and cursors/windowsicon/16x16/categories/applications-utilities.png
deleted file mode 100644
index 43593d2..0000000
Binary files a/Icons and cursors/windowsicon/16x16/categories/applications-utilities.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/categories/gnome-applications.png b/Icons and cursors/windowsicon/16x16/categories/gnome-applications.png
deleted file mode 100644
index 28417be..0000000
Binary files a/Icons and cursors/windowsicon/16x16/categories/gnome-applications.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/categories/gnome-control-center.png b/Icons and cursors/windowsicon/16x16/categories/gnome-control-center.png
deleted file mode 100644
index d5e22a8..0000000
Binary files a/Icons and cursors/windowsicon/16x16/categories/gnome-control-center.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/categories/gnome-devel.png b/Icons and cursors/windowsicon/16x16/categories/gnome-devel.png
deleted file mode 100644
index 875c4d1..0000000
Binary files a/Icons and cursors/windowsicon/16x16/categories/gnome-devel.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/categories/gnome-globe.png b/Icons and cursors/windowsicon/16x16/categories/gnome-globe.png
deleted file mode 100644
index 2e1b725..0000000
Binary files a/Icons and cursors/windowsicon/16x16/categories/gnome-globe.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/categories/gnome-graphics.png b/Icons and cursors/windowsicon/16x16/categories/gnome-graphics.png
deleted file mode 100644
index 36ae11b..0000000
Binary files a/Icons and cursors/windowsicon/16x16/categories/gnome-graphics.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/categories/gnome-joystick.png b/Icons and cursors/windowsicon/16x16/categories/gnome-joystick.png
deleted file mode 100644
index 29448bf..0000000
Binary files a/Icons and cursors/windowsicon/16x16/categories/gnome-joystick.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/categories/gnome-multimedia.png b/Icons and cursors/windowsicon/16x16/categories/gnome-multimedia.png
deleted file mode 100644
index 6715019..0000000
Binary files a/Icons and cursors/windowsicon/16x16/categories/gnome-multimedia.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/categories/gnome-other.png b/Icons and cursors/windowsicon/16x16/categories/gnome-other.png
deleted file mode 100644
index a167b28..0000000
Binary files a/Icons and cursors/windowsicon/16x16/categories/gnome-other.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/categories/gnome-settings.png b/Icons and cursors/windowsicon/16x16/categories/gnome-settings.png
deleted file mode 100644
index d5e22a8..0000000
Binary files a/Icons and cursors/windowsicon/16x16/categories/gnome-settings.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/categories/gnome-system.png b/Icons and cursors/windowsicon/16x16/categories/gnome-system.png
deleted file mode 100644
index e22f813..0000000
Binary files a/Icons and cursors/windowsicon/16x16/categories/gnome-system.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/categories/gnome-util.png b/Icons and cursors/windowsicon/16x16/categories/gnome-util.png
deleted file mode 100644
index ff44f4d..0000000
Binary files a/Icons and cursors/windowsicon/16x16/categories/gnome-util.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/categories/gtk-preferences.png b/Icons and cursors/windowsicon/16x16/categories/gtk-preferences.png
deleted file mode 100644
index d5e22a8..0000000
Binary files a/Icons and cursors/windowsicon/16x16/categories/gtk-preferences.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/categories/input_devices_settings.png b/Icons and cursors/windowsicon/16x16/categories/input_devices_settings.png
deleted file mode 100644
index d7daa29..0000000
Binary files a/Icons and cursors/windowsicon/16x16/categories/input_devices_settings.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/categories/kcontrol.png b/Icons and cursors/windowsicon/16x16/categories/kcontrol.png
deleted file mode 100644
index d5e22a8..0000000
Binary files a/Icons and cursors/windowsicon/16x16/categories/kcontrol.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/categories/package_development.png b/Icons and cursors/windowsicon/16x16/categories/package_development.png
deleted file mode 100644
index 875c4d1..0000000
Binary files a/Icons and cursors/windowsicon/16x16/categories/package_development.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/categories/package_games.png b/Icons and cursors/windowsicon/16x16/categories/package_games.png
deleted file mode 100644
index 29448bf..0000000
Binary files a/Icons and cursors/windowsicon/16x16/categories/package_games.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/categories/package_graphics.png b/Icons and cursors/windowsicon/16x16/categories/package_graphics.png
deleted file mode 100644
index 36ae11b..0000000
Binary files a/Icons and cursors/windowsicon/16x16/categories/package_graphics.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/categories/package_multimedia.png b/Icons and cursors/windowsicon/16x16/categories/package_multimedia.png
deleted file mode 100644
index 6715019..0000000
Binary files a/Icons and cursors/windowsicon/16x16/categories/package_multimedia.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/categories/package_network.png b/Icons and cursors/windowsicon/16x16/categories/package_network.png
deleted file mode 100644
index 2e1b725..0000000
Binary files a/Icons and cursors/windowsicon/16x16/categories/package_network.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/categories/package_office.png b/Icons and cursors/windowsicon/16x16/categories/package_office.png
deleted file mode 100644
index 28417be..0000000
Binary files a/Icons and cursors/windowsicon/16x16/categories/package_office.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/categories/package_settings.png b/Icons and cursors/windowsicon/16x16/categories/package_settings.png
deleted file mode 100644
index 3aa29ed..0000000
Binary files a/Icons and cursors/windowsicon/16x16/categories/package_settings.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/categories/package_system.png b/Icons and cursors/windowsicon/16x16/categories/package_system.png
deleted file mode 100644
index e22f813..0000000
Binary files a/Icons and cursors/windowsicon/16x16/categories/package_system.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/categories/package_utilities.png b/Icons and cursors/windowsicon/16x16/categories/package_utilities.png
deleted file mode 100644
index ff44f4d..0000000
Binary files a/Icons and cursors/windowsicon/16x16/categories/package_utilities.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/categories/preferences-desktop-peripherals.png b/Icons and cursors/windowsicon/16x16/categories/preferences-desktop-peripherals.png
deleted file mode 100644
index d7daa29..0000000
Binary files a/Icons and cursors/windowsicon/16x16/categories/preferences-desktop-peripherals.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/categories/preferences-desktop-personal.png b/Icons and cursors/windowsicon/16x16/categories/preferences-desktop-personal.png
deleted file mode 100644
index 11df2b8..0000000
Binary files a/Icons and cursors/windowsicon/16x16/categories/preferences-desktop-personal.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/categories/preferences-desktop.png b/Icons and cursors/windowsicon/16x16/categories/preferences-desktop.png
deleted file mode 100644
index d5e22a8..0000000
Binary files a/Icons and cursors/windowsicon/16x16/categories/preferences-desktop.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/categories/preferences-other.png b/Icons and cursors/windowsicon/16x16/categories/preferences-other.png
deleted file mode 100644
index 57ac6c4..0000000
Binary files a/Icons and cursors/windowsicon/16x16/categories/preferences-other.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/categories/preferences-system-network.png b/Icons and cursors/windowsicon/16x16/categories/preferences-system-network.png
deleted file mode 100644
index 427fcc9..0000000
Binary files a/Icons and cursors/windowsicon/16x16/categories/preferences-system-network.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/categories/preferences-system.png b/Icons and cursors/windowsicon/16x16/categories/preferences-system.png
deleted file mode 100644
index 3aa29ed..0000000
Binary files a/Icons and cursors/windowsicon/16x16/categories/preferences-system.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/categories/redhat-accessories.png b/Icons and cursors/windowsicon/16x16/categories/redhat-accessories.png
deleted file mode 100644
index ff44f4d..0000000
Binary files a/Icons and cursors/windowsicon/16x16/categories/redhat-accessories.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/categories/redhat-games.png b/Icons and cursors/windowsicon/16x16/categories/redhat-games.png
deleted file mode 100644
index 29448bf..0000000
Binary files a/Icons and cursors/windowsicon/16x16/categories/redhat-games.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/categories/redhat-graphics.png b/Icons and cursors/windowsicon/16x16/categories/redhat-graphics.png
deleted file mode 100644
index 36ae11b..0000000
Binary files a/Icons and cursors/windowsicon/16x16/categories/redhat-graphics.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/categories/redhat-internet.png b/Icons and cursors/windowsicon/16x16/categories/redhat-internet.png
deleted file mode 100644
index 2e1b725..0000000
Binary files a/Icons and cursors/windowsicon/16x16/categories/redhat-internet.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/categories/redhat-office.png b/Icons and cursors/windowsicon/16x16/categories/redhat-office.png
deleted file mode 100644
index 28417be..0000000
Binary files a/Icons and cursors/windowsicon/16x16/categories/redhat-office.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/categories/redhat-preferences.png b/Icons and cursors/windowsicon/16x16/categories/redhat-preferences.png
deleted file mode 100644
index d5e22a8..0000000
Binary files a/Icons and cursors/windowsicon/16x16/categories/redhat-preferences.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/categories/redhat-programming.png b/Icons and cursors/windowsicon/16x16/categories/redhat-programming.png
deleted file mode 100644
index 875c4d1..0000000
Binary files a/Icons and cursors/windowsicon/16x16/categories/redhat-programming.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/categories/redhat-sound_video.png b/Icons and cursors/windowsicon/16x16/categories/redhat-sound_video.png
deleted file mode 100644
index 6715019..0000000
Binary files a/Icons and cursors/windowsicon/16x16/categories/redhat-sound_video.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/categories/redhat-system_settings.png b/Icons and cursors/windowsicon/16x16/categories/redhat-system_settings.png
deleted file mode 100644
index 3aa29ed..0000000
Binary files a/Icons and cursors/windowsicon/16x16/categories/redhat-system_settings.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/categories/redhat-system_tools.png b/Icons and cursors/windowsicon/16x16/categories/redhat-system_tools.png
deleted file mode 100644
index e22f813..0000000
Binary files a/Icons and cursors/windowsicon/16x16/categories/redhat-system_tools.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/categories/stock_internet.png b/Icons and cursors/windowsicon/16x16/categories/stock_internet.png
deleted file mode 100644
index 2e1b725..0000000
Binary files a/Icons and cursors/windowsicon/16x16/categories/stock_internet.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/categories/system-help.png b/Icons and cursors/windowsicon/16x16/categories/system-help.png
deleted file mode 100644
index e2c329a..0000000
Binary files a/Icons and cursors/windowsicon/16x16/categories/system-help.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/categories/xfce-devel.png b/Icons and cursors/windowsicon/16x16/categories/xfce-devel.png
deleted file mode 100644
index 875c4d1..0000000
Binary files a/Icons and cursors/windowsicon/16x16/categories/xfce-devel.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/categories/xfce-games.png b/Icons and cursors/windowsicon/16x16/categories/xfce-games.png
deleted file mode 100644
index 29448bf..0000000
Binary files a/Icons and cursors/windowsicon/16x16/categories/xfce-games.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/categories/xfce-graphics.png b/Icons and cursors/windowsicon/16x16/categories/xfce-graphics.png
deleted file mode 100644
index 36ae11b..0000000
Binary files a/Icons and cursors/windowsicon/16x16/categories/xfce-graphics.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/categories/xfce-internet.png b/Icons and cursors/windowsicon/16x16/categories/xfce-internet.png
deleted file mode 100644
index 2e1b725..0000000
Binary files a/Icons and cursors/windowsicon/16x16/categories/xfce-internet.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/categories/xfce-multimedia.png b/Icons and cursors/windowsicon/16x16/categories/xfce-multimedia.png
deleted file mode 100644
index 6715019..0000000
Binary files a/Icons and cursors/windowsicon/16x16/categories/xfce-multimedia.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/categories/xfce-office.png b/Icons and cursors/windowsicon/16x16/categories/xfce-office.png
deleted file mode 100644
index 28417be..0000000
Binary files a/Icons and cursors/windowsicon/16x16/categories/xfce-office.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/categories/xfce-system-settings.png b/Icons and cursors/windowsicon/16x16/categories/xfce-system-settings.png
deleted file mode 100644
index 3aa29ed..0000000
Binary files a/Icons and cursors/windowsicon/16x16/categories/xfce-system-settings.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/categories/xfce-system.png b/Icons and cursors/windowsicon/16x16/categories/xfce-system.png
deleted file mode 100644
index e22f813..0000000
Binary files a/Icons and cursors/windowsicon/16x16/categories/xfce-system.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/categories/xfce-utils.png b/Icons and cursors/windowsicon/16x16/categories/xfce-utils.png
deleted file mode 100644
index ff44f4d..0000000
Binary files a/Icons and cursors/windowsicon/16x16/categories/xfce-utils.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/categories/xfce4-settings.png b/Icons and cursors/windowsicon/16x16/categories/xfce4-settings.png
deleted file mode 100644
index d5e22a8..0000000
Binary files a/Icons and cursors/windowsicon/16x16/categories/xfce4-settings.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/3floppy_unmount.png b/Icons and cursors/windowsicon/16x16/devices/3floppy_unmount.png
deleted file mode 100644
index 77829b8..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/3floppy_unmount.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/ac-adapter.png b/Icons and cursors/windowsicon/16x16/devices/ac-adapter.png
deleted file mode 100644
index e89d3c9..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/ac-adapter.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/audio-card.png b/Icons and cursors/windowsicon/16x16/devices/audio-card.png
deleted file mode 100644
index 99dddd7..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/audio-card.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/audio-headphones.png b/Icons and cursors/windowsicon/16x16/devices/audio-headphones.png
deleted file mode 100644
index 280c10b..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/audio-headphones.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/audio-headset.png b/Icons and cursors/windowsicon/16x16/devices/audio-headset.png
deleted file mode 100644
index 82d09c8..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/audio-headset.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/audio-input-microphone.png b/Icons and cursors/windowsicon/16x16/devices/audio-input-microphone.png
deleted file mode 100644
index 3f7c464..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/audio-input-microphone.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/audio-speakers.png b/Icons and cursors/windowsicon/16x16/devices/audio-speakers.png
deleted file mode 100644
index 7fce727..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/audio-speakers.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/battery.png b/Icons and cursors/windowsicon/16x16/devices/battery.png
deleted file mode 100644
index 479afdf..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/battery.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/camera-photo.png b/Icons and cursors/windowsicon/16x16/devices/camera-photo.png
deleted file mode 100644
index 0e43519..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/camera-photo.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/camera-video.png b/Icons and cursors/windowsicon/16x16/devices/camera-video.png
deleted file mode 100644
index 5d179c0..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/camera-video.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/camera-web.png b/Icons and cursors/windowsicon/16x16/devices/camera-web.png
deleted file mode 100644
index b05981b..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/camera-web.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/camera.png b/Icons and cursors/windowsicon/16x16/devices/camera.png
deleted file mode 100644
index 0e43519..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/camera.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/camera_unmount.png b/Icons and cursors/windowsicon/16x16/devices/camera_unmount.png
deleted file mode 100644
index 0e43519..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/camera_unmount.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/cdrom_unmount.png b/Icons and cursors/windowsicon/16x16/devices/cdrom_unmount.png
deleted file mode 100644
index fcde63f..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/cdrom_unmount.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/cdwriter_unmount.png b/Icons and cursors/windowsicon/16x16/devices/cdwriter_unmount.png
deleted file mode 100644
index fcde63f..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/cdwriter_unmount.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/chardevice.png b/Icons and cursors/windowsicon/16x16/devices/chardevice.png
deleted file mode 100644
index 94fdea1..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/chardevice.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/colorimeter-colorhug.png b/Icons and cursors/windowsicon/16x16/devices/colorimeter-colorhug.png
deleted file mode 100644
index dfef979..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/colorimeter-colorhug.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/computer-apple-ipad.png b/Icons and cursors/windowsicon/16x16/devices/computer-apple-ipad.png
deleted file mode 100644
index eac3df3..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/computer-apple-ipad.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/computer.png b/Icons and cursors/windowsicon/16x16/devices/computer.png
deleted file mode 100644
index ceb1eda..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/computer.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/display.png b/Icons and cursors/windowsicon/16x16/devices/display.png
deleted file mode 100644
index 94fdea1..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/display.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/drive-cdrom.png b/Icons and cursors/windowsicon/16x16/devices/drive-cdrom.png
deleted file mode 100644
index e0c8bb5..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/drive-cdrom.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/drive-harddisk-ieee1394.png b/Icons and cursors/windowsicon/16x16/devices/drive-harddisk-ieee1394.png
deleted file mode 100644
index 274f3de..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/drive-harddisk-ieee1394.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/drive-harddisk-solidstate.png b/Icons and cursors/windowsicon/16x16/devices/drive-harddisk-solidstate.png
deleted file mode 100644
index 70a4889..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/drive-harddisk-solidstate.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/drive-harddisk-system-solidstate.png b/Icons and cursors/windowsicon/16x16/devices/drive-harddisk-system-solidstate.png
deleted file mode 100644
index 8c21a0d..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/drive-harddisk-system-solidstate.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/drive-harddisk-system.png b/Icons and cursors/windowsicon/16x16/devices/drive-harddisk-system.png
deleted file mode 100644
index 4a4000b..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/drive-harddisk-system.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/drive-harddisk-usb.png b/Icons and cursors/windowsicon/16x16/devices/drive-harddisk-usb.png
deleted file mode 100644
index 83f4297..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/drive-harddisk-usb.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/drive-harddisk.png b/Icons and cursors/windowsicon/16x16/devices/drive-harddisk.png
deleted file mode 100644
index 243ef27..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/drive-harddisk.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/drive-multidisk.png b/Icons and cursors/windowsicon/16x16/devices/drive-multidisk.png
deleted file mode 100644
index 0b2e459..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/drive-multidisk.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/drive-optical.png b/Icons and cursors/windowsicon/16x16/devices/drive-optical.png
deleted file mode 100644
index e0c8bb5..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/drive-optical.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/drive-removable-media.png b/Icons and cursors/windowsicon/16x16/devices/drive-removable-media.png
deleted file mode 100644
index ab3773b..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/drive-removable-media.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/dvd_unmount.png b/Icons and cursors/windowsicon/16x16/devices/dvd_unmount.png
deleted file mode 100644
index fcde63f..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/dvd_unmount.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-battery.png b/Icons and cursors/windowsicon/16x16/devices/gnome-dev-battery.png
deleted file mode 100644
index 479afdf..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-battery.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-cdrom-audio.png b/Icons and cursors/windowsicon/16x16/devices/gnome-dev-cdrom-audio.png
deleted file mode 100644
index fcde63f..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-cdrom-audio.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-cdrom.png b/Icons and cursors/windowsicon/16x16/devices/gnome-dev-cdrom.png
deleted file mode 100644
index e0c8bb5..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-cdrom.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-computer.png b/Icons and cursors/windowsicon/16x16/devices/gnome-dev-computer.png
deleted file mode 100644
index ceb1eda..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-computer.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-disc-cdr.png b/Icons and cursors/windowsicon/16x16/devices/gnome-dev-disc-cdr.png
deleted file mode 100644
index fcde63f..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-disc-cdr.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-disc-cdrw.png b/Icons and cursors/windowsicon/16x16/devices/gnome-dev-disc-cdrw.png
deleted file mode 100644
index fcde63f..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-disc-cdrw.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-disc-dvdr-plus.png b/Icons and cursors/windowsicon/16x16/devices/gnome-dev-disc-dvdr-plus.png
deleted file mode 100644
index fcde63f..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-disc-dvdr-plus.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-disc-dvdr.png b/Icons and cursors/windowsicon/16x16/devices/gnome-dev-disc-dvdr.png
deleted file mode 100644
index fcde63f..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-disc-dvdr.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-disc-dvdram.png b/Icons and cursors/windowsicon/16x16/devices/gnome-dev-disc-dvdram.png
deleted file mode 100644
index fcde63f..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-disc-dvdram.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-disc-dvdrom.png b/Icons and cursors/windowsicon/16x16/devices/gnome-dev-disc-dvdrom.png
deleted file mode 100644
index fcde63f..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-disc-dvdrom.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-disc-dvdrw.png b/Icons and cursors/windowsicon/16x16/devices/gnome-dev-disc-dvdrw.png
deleted file mode 100644
index fcde63f..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-disc-dvdrw.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-dvd.png b/Icons and cursors/windowsicon/16x16/devices/gnome-dev-dvd.png
deleted file mode 100644
index e0c8bb5..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-dvd.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-ethernet.png b/Icons and cursors/windowsicon/16x16/devices/gnome-dev-ethernet.png
deleted file mode 100644
index 112ecc4..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-ethernet.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-floppy.png b/Icons and cursors/windowsicon/16x16/devices/gnome-dev-floppy.png
deleted file mode 100644
index 77829b8..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-floppy.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-harddisk-1394.png b/Icons and cursors/windowsicon/16x16/devices/gnome-dev-harddisk-1394.png
deleted file mode 100644
index 243ef27..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-harddisk-1394.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-harddisk-usb.png b/Icons and cursors/windowsicon/16x16/devices/gnome-dev-harddisk-usb.png
deleted file mode 100644
index 243ef27..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-harddisk-usb.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-harddisk.png b/Icons and cursors/windowsicon/16x16/devices/gnome-dev-harddisk.png
deleted file mode 100644
index 243ef27..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-harddisk.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-ipod.png b/Icons and cursors/windowsicon/16x16/devices/gnome-dev-ipod.png
deleted file mode 100644
index 8a341f4..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-ipod.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-keyboard.png b/Icons and cursors/windowsicon/16x16/devices/gnome-dev-keyboard.png
deleted file mode 100644
index 2c9e5ac..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-keyboard.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-media-cf.png b/Icons and cursors/windowsicon/16x16/devices/gnome-dev-media-cf.png
deleted file mode 100644
index 721c90c..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-media-cf.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-media-ms.png b/Icons and cursors/windowsicon/16x16/devices/gnome-dev-media-ms.png
deleted file mode 100644
index 721c90c..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-media-ms.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-media-sdmmc.png b/Icons and cursors/windowsicon/16x16/devices/gnome-dev-media-sdmmc.png
deleted file mode 100644
index 721c90c..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-media-sdmmc.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-media-sm.png b/Icons and cursors/windowsicon/16x16/devices/gnome-dev-media-sm.png
deleted file mode 100644
index 721c90c..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-media-sm.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-mouse-ball.png b/Icons and cursors/windowsicon/16x16/devices/gnome-dev-mouse-ball.png
deleted file mode 100644
index a66427f..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-mouse-ball.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-mouse-optical.png b/Icons and cursors/windowsicon/16x16/devices/gnome-dev-mouse-optical.png
deleted file mode 100644
index a66427f..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-mouse-optical.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-printer.png b/Icons and cursors/windowsicon/16x16/devices/gnome-dev-printer.png
deleted file mode 100644
index 64a3d56..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-printer.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-removable-1394.png b/Icons and cursors/windowsicon/16x16/devices/gnome-dev-removable-1394.png
deleted file mode 100644
index ab3773b..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-removable-1394.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-removable-usb.png b/Icons and cursors/windowsicon/16x16/devices/gnome-dev-removable-usb.png
deleted file mode 100644
index ab3773b..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-removable-usb.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-removable.png b/Icons and cursors/windowsicon/16x16/devices/gnome-dev-removable.png
deleted file mode 100644
index ab3773b..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-removable.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-wavelan.png b/Icons and cursors/windowsicon/16x16/devices/gnome-dev-wavelan.png
deleted file mode 100644
index d6b01f8..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-wavelan.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/gnome-fs-client.png b/Icons and cursors/windowsicon/16x16/devices/gnome-fs-client.png
deleted file mode 100644
index ceb1eda..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/gnome-fs-client.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/gnome-modem.png b/Icons and cursors/windowsicon/16x16/devices/gnome-modem.png
deleted file mode 100644
index 3fb060d..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/gnome-modem.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/gnome-stock-mic.png b/Icons and cursors/windowsicon/16x16/devices/gnome-stock-mic.png
deleted file mode 100644
index 3f7c464..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/gnome-stock-mic.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/gtk-cdrom.png b/Icons and cursors/windowsicon/16x16/devices/gtk-cdrom.png
deleted file mode 100644
index fcde63f..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/gtk-cdrom.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/gtk-floppy.png b/Icons and cursors/windowsicon/16x16/devices/gtk-floppy.png
deleted file mode 100644
index 77829b8..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/gtk-floppy.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/gtk-harddisk.png b/Icons and cursors/windowsicon/16x16/devices/gtk-harddisk.png
deleted file mode 100644
index 243ef27..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/gtk-harddisk.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/harddrive.png b/Icons and cursors/windowsicon/16x16/devices/harddrive.png
deleted file mode 100644
index 243ef27..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/harddrive.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/hdd_unmount.png b/Icons and cursors/windowsicon/16x16/devices/hdd_unmount.png
deleted file mode 100644
index 243ef27..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/hdd_unmount.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/input-dialpad.png b/Icons and cursors/windowsicon/16x16/devices/input-dialpad.png
deleted file mode 100644
index 9d26eda..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/input-dialpad.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/input-gaming.png b/Icons and cursors/windowsicon/16x16/devices/input-gaming.png
deleted file mode 100644
index 37056a8..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/input-gaming.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/input-keyboard.png b/Icons and cursors/windowsicon/16x16/devices/input-keyboard.png
deleted file mode 100644
index 2c9e5ac..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/input-keyboard.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/input-mouse.png b/Icons and cursors/windowsicon/16x16/devices/input-mouse.png
deleted file mode 100644
index a66427f..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/input-mouse.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/input-tablet.png b/Icons and cursors/windowsicon/16x16/devices/input-tablet.png
deleted file mode 100644
index c0f24a9..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/input-tablet.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/input-touchpad.png b/Icons and cursors/windowsicon/16x16/devices/input-touchpad.png
deleted file mode 100644
index b0871ad..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/input-touchpad.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/ipod_mount.png b/Icons and cursors/windowsicon/16x16/devices/ipod_mount.png
deleted file mode 100644
index 8a341f4..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/ipod_mount.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/joystick.png b/Icons and cursors/windowsicon/16x16/devices/joystick.png
deleted file mode 100644
index 37056a8..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/joystick.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/keyboard.png b/Icons and cursors/windowsicon/16x16/devices/keyboard.png
deleted file mode 100644
index 2c9e5ac..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/keyboard.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/kjobviewer.png b/Icons and cursors/windowsicon/16x16/devices/kjobviewer.png
deleted file mode 100644
index 64a3d56..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/kjobviewer.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/kxkb.png b/Icons and cursors/windowsicon/16x16/devices/kxkb.png
deleted file mode 100644
index 2c9e5ac..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/kxkb.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/media-cdrom.png b/Icons and cursors/windowsicon/16x16/devices/media-cdrom.png
deleted file mode 100644
index fcde63f..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/media-cdrom.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/media-flash.png b/Icons and cursors/windowsicon/16x16/devices/media-flash.png
deleted file mode 100644
index 721c90c..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/media-flash.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/media-floppy.png b/Icons and cursors/windowsicon/16x16/devices/media-floppy.png
deleted file mode 100644
index 77829b8..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/media-floppy.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/media-optical-bd.png b/Icons and cursors/windowsicon/16x16/devices/media-optical-bd.png
deleted file mode 100644
index c220c3b..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/media-optical-bd.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/media-optical-cd-audio.png b/Icons and cursors/windowsicon/16x16/devices/media-optical-cd-audio.png
deleted file mode 100644
index fe560d0..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/media-optical-cd-audio.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/media-optical-dvd.png b/Icons and cursors/windowsicon/16x16/devices/media-optical-dvd.png
deleted file mode 100644
index c220c3b..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/media-optical-dvd.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/media-optical.png b/Icons and cursors/windowsicon/16x16/devices/media-optical.png
deleted file mode 100644
index fcde63f..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/media-optical.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/media-removable.png b/Icons and cursors/windowsicon/16x16/devices/media-removable.png
deleted file mode 100644
index b6c19f9..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/media-removable.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/media-tape.png b/Icons and cursors/windowsicon/16x16/devices/media-tape.png
deleted file mode 100644
index b1563f5..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/media-tape.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/media-zip.png b/Icons and cursors/windowsicon/16x16/devices/media-zip.png
deleted file mode 100644
index 269df57..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/media-zip.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/modem.png b/Icons and cursors/windowsicon/16x16/devices/modem.png
deleted file mode 100644
index 3fb060d..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/modem.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/mouse.png b/Icons and cursors/windowsicon/16x16/devices/mouse.png
deleted file mode 100644
index a66427f..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/mouse.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/multimedia-player-apple-ipod-touch.png b/Icons and cursors/windowsicon/16x16/devices/multimedia-player-apple-ipod-touch.png
deleted file mode 100644
index a9e9faf..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/multimedia-player-apple-ipod-touch.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/multimedia-player.png b/Icons and cursors/windowsicon/16x16/devices/multimedia-player.png
deleted file mode 100644
index 8a341f4..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/multimedia-player.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/network-vpn.png b/Icons and cursors/windowsicon/16x16/devices/network-vpn.png
deleted file mode 100644
index 4d1816f..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/network-vpn.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/network-wired.png b/Icons and cursors/windowsicon/16x16/devices/network-wired.png
deleted file mode 100644
index 112ecc4..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/network-wired.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/network-wireless.png b/Icons and cursors/windowsicon/16x16/devices/network-wireless.png
deleted file mode 100644
index d6b01f8..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/network-wireless.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/nm-adhoc.png b/Icons and cursors/windowsicon/16x16/devices/nm-adhoc.png
deleted file mode 100644
index d6b01f8..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/nm-adhoc.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/nm-device-wired.png b/Icons and cursors/windowsicon/16x16/devices/nm-device-wired.png
deleted file mode 100644
index 112ecc4..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/nm-device-wired.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/nm-device-wireless.png b/Icons and cursors/windowsicon/16x16/devices/nm-device-wireless.png
deleted file mode 100644
index d6b01f8..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/nm-device-wireless.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/pda.png b/Icons and cursors/windowsicon/16x16/devices/pda.png
deleted file mode 100644
index c493ea8..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/pda.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/phone-apple-iphone.png b/Icons and cursors/windowsicon/16x16/devices/phone-apple-iphone.png
deleted file mode 100644
index 377fa39..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/phone-apple-iphone.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/phone-google-nexus-one.png b/Icons and cursors/windowsicon/16x16/devices/phone-google-nexus-one.png
deleted file mode 100644
index 2c47b63..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/phone-google-nexus-one.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/phone-htc-g1-white.png b/Icons and cursors/windowsicon/16x16/devices/phone-htc-g1-white.png
deleted file mode 100644
index 6c0a024..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/phone-htc-g1-white.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/phone-palm-pre.png b/Icons and cursors/windowsicon/16x16/devices/phone-palm-pre.png
deleted file mode 100644
index 97f02b5..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/phone-palm-pre.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/phone-samsung-galaxy-s.png b/Icons and cursors/windowsicon/16x16/devices/phone-samsung-galaxy-s.png
deleted file mode 100644
index 284ed89..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/phone-samsung-galaxy-s.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/phone.png b/Icons and cursors/windowsicon/16x16/devices/phone.png
deleted file mode 100644
index 8d38320..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/phone.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/printer-network.png b/Icons and cursors/windowsicon/16x16/devices/printer-network.png
deleted file mode 100644
index 2308ffb..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/printer-network.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/printer-remote.png b/Icons and cursors/windowsicon/16x16/devices/printer-remote.png
deleted file mode 100644
index 64a3d56..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/printer-remote.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/printer.png b/Icons and cursors/windowsicon/16x16/devices/printer.png
deleted file mode 100644
index 64a3d56..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/printer.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/printer1.png b/Icons and cursors/windowsicon/16x16/devices/printer1.png
deleted file mode 100644
index 64a3d56..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/printer1.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/printmgr.png b/Icons and cursors/windowsicon/16x16/devices/printmgr.png
deleted file mode 100644
index 64a3d56..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/printmgr.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/scanner.png b/Icons and cursors/windowsicon/16x16/devices/scanner.png
deleted file mode 100644
index 85a85a5..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/scanner.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/stock_cell-phone.png b/Icons and cursors/windowsicon/16x16/devices/stock_cell-phone.png
deleted file mode 100644
index 8d38320..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/stock_cell-phone.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/stock_mic.png b/Icons and cursors/windowsicon/16x16/devices/stock_mic.png
deleted file mode 100644
index 3f7c464..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/stock_mic.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/stock_printers.png b/Icons and cursors/windowsicon/16x16/devices/stock_printers.png
deleted file mode 100644
index 64a3d56..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/stock_printers.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/system-floppy.png b/Icons and cursors/windowsicon/16x16/devices/system-floppy.png
deleted file mode 100644
index 77829b8..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/system-floppy.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/system.png b/Icons and cursors/windowsicon/16x16/devices/system.png
deleted file mode 100644
index ceb1eda..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/system.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/uninterruptible-power-supply.png b/Icons and cursors/windowsicon/16x16/devices/uninterruptible-power-supply.png
deleted file mode 100644
index d22b87b..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/uninterruptible-power-supply.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/usbpendrive_unmount.png b/Icons and cursors/windowsicon/16x16/devices/usbpendrive_unmount.png
deleted file mode 100644
index ab3773b..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/usbpendrive_unmount.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/video-display.png b/Icons and cursors/windowsicon/16x16/devices/video-display.png
deleted file mode 100644
index 94fdea1..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/video-display.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/xfce-printer.png b/Icons and cursors/windowsicon/16x16/devices/xfce-printer.png
deleted file mode 100644
index 64a3d56..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/xfce-printer.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/xfce4-display.png b/Icons and cursors/windowsicon/16x16/devices/xfce4-display.png
deleted file mode 100644
index 94fdea1..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/xfce4-display.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/xfce4-keyboard.png b/Icons and cursors/windowsicon/16x16/devices/xfce4-keyboard.png
deleted file mode 100644
index 2c9e5ac..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/xfce4-keyboard.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/xfce4-mouse.png b/Icons and cursors/windowsicon/16x16/devices/xfce4-mouse.png
deleted file mode 100644
index a66427f..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/xfce4-mouse.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/yast_HD.png b/Icons and cursors/windowsicon/16x16/devices/yast_HD.png
deleted file mode 100644
index 243ef27..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/yast_HD.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/yast_idetude.png b/Icons and cursors/windowsicon/16x16/devices/yast_idetude.png
deleted file mode 100644
index 243ef27..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/yast_idetude.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/yast_joystick.png b/Icons and cursors/windowsicon/16x16/devices/yast_joystick.png
deleted file mode 100644
index 37056a8..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/yast_joystick.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/yast_mouse.png b/Icons and cursors/windowsicon/16x16/devices/yast_mouse.png
deleted file mode 100644
index a66427f..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/yast_mouse.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/yast_printer.png b/Icons and cursors/windowsicon/16x16/devices/yast_printer.png
deleted file mode 100644
index 64a3d56..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/yast_printer.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/devices/yast_soundcard.png b/Icons and cursors/windowsicon/16x16/devices/yast_soundcard.png
deleted file mode 100644
index 99dddd7..0000000
Binary files a/Icons and cursors/windowsicon/16x16/devices/yast_soundcard.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/emblems/emblem-default.png b/Icons and cursors/windowsicon/16x16/emblems/emblem-default.png
deleted file mode 100644
index cf1197d..0000000
Binary files a/Icons and cursors/windowsicon/16x16/emblems/emblem-default.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/emblems/emblem-documents.png b/Icons and cursors/windowsicon/16x16/emblems/emblem-documents.png
deleted file mode 100644
index c04abab..0000000
Binary files a/Icons and cursors/windowsicon/16x16/emblems/emblem-documents.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/emblems/emblem-downloads.png b/Icons and cursors/windowsicon/16x16/emblems/emblem-downloads.png
deleted file mode 100644
index 3e8fa2e..0000000
Binary files a/Icons and cursors/windowsicon/16x16/emblems/emblem-downloads.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/emblems/emblem-favorite.png b/Icons and cursors/windowsicon/16x16/emblems/emblem-favorite.png
deleted file mode 100644
index bfd0266..0000000
Binary files a/Icons and cursors/windowsicon/16x16/emblems/emblem-favorite.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/emblems/emblem-generic.png b/Icons and cursors/windowsicon/16x16/emblems/emblem-generic.png
deleted file mode 100644
index 1eb727f..0000000
Binary files a/Icons and cursors/windowsicon/16x16/emblems/emblem-generic.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/emblems/emblem-important.png b/Icons and cursors/windowsicon/16x16/emblems/emblem-important.png
deleted file mode 100644
index 30ab791..0000000
Binary files a/Icons and cursors/windowsicon/16x16/emblems/emblem-important.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/emblems/emblem-mail.png b/Icons and cursors/windowsicon/16x16/emblems/emblem-mail.png
deleted file mode 100644
index af7a5ae..0000000
Binary files a/Icons and cursors/windowsicon/16x16/emblems/emblem-mail.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/emblems/emblem-new.png b/Icons and cursors/windowsicon/16x16/emblems/emblem-new.png
deleted file mode 100644
index 4579577..0000000
Binary files a/Icons and cursors/windowsicon/16x16/emblems/emblem-new.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/emblems/emblem-noread.png b/Icons and cursors/windowsicon/16x16/emblems/emblem-noread.png
deleted file mode 100644
index 3b4ce92..0000000
Binary files a/Icons and cursors/windowsicon/16x16/emblems/emblem-noread.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/emblems/emblem-nowrite.png b/Icons and cursors/windowsicon/16x16/emblems/emblem-nowrite.png
deleted file mode 100644
index 187c0b2..0000000
Binary files a/Icons and cursors/windowsicon/16x16/emblems/emblem-nowrite.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/emblems/emblem-package.png b/Icons and cursors/windowsicon/16x16/emblems/emblem-package.png
deleted file mode 100644
index e0242c9..0000000
Binary files a/Icons and cursors/windowsicon/16x16/emblems/emblem-package.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/emblems/emblem-photos.png b/Icons and cursors/windowsicon/16x16/emblems/emblem-photos.png
deleted file mode 100644
index 9dfa8d6..0000000
Binary files a/Icons and cursors/windowsicon/16x16/emblems/emblem-photos.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/emblems/emblem-readonly.png b/Icons and cursors/windowsicon/16x16/emblems/emblem-readonly.png
deleted file mode 100644
index 187c0b2..0000000
Binary files a/Icons and cursors/windowsicon/16x16/emblems/emblem-readonly.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/emblems/emblem-shared.png b/Icons and cursors/windowsicon/16x16/emblems/emblem-shared.png
deleted file mode 100644
index f7ff3b1..0000000
Binary files a/Icons and cursors/windowsicon/16x16/emblems/emblem-shared.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/emblems/emblem-symbolic-link.png b/Icons and cursors/windowsicon/16x16/emblems/emblem-symbolic-link.png
deleted file mode 100644
index 7795895..0000000
Binary files a/Icons and cursors/windowsicon/16x16/emblems/emblem-symbolic-link.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/emblems/emblem-synchronizing.png b/Icons and cursors/windowsicon/16x16/emblems/emblem-synchronizing.png
deleted file mode 100644
index 42aa318..0000000
Binary files a/Icons and cursors/windowsicon/16x16/emblems/emblem-synchronizing.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/emblems/emblem-system.png b/Icons and cursors/windowsicon/16x16/emblems/emblem-system.png
deleted file mode 100644
index a6700a6..0000000
Binary files a/Icons and cursors/windowsicon/16x16/emblems/emblem-system.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/emblems/emblem-unreadable.png b/Icons and cursors/windowsicon/16x16/emblems/emblem-unreadable.png
deleted file mode 100644
index 3b4ce92..0000000
Binary files a/Icons and cursors/windowsicon/16x16/emblems/emblem-unreadable.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/emblems/emblem-urgent.png b/Icons and cursors/windowsicon/16x16/emblems/emblem-urgent.png
deleted file mode 100644
index 36fcff0..0000000
Binary files a/Icons and cursors/windowsicon/16x16/emblems/emblem-urgent.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/emblems/emblem-web.png b/Icons and cursors/windowsicon/16x16/emblems/emblem-web.png
deleted file mode 100644
index 20d8d64..0000000
Binary files a/Icons and cursors/windowsicon/16x16/emblems/emblem-web.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/emotes/face-angel.png b/Icons and cursors/windowsicon/16x16/emotes/face-angel.png
deleted file mode 100644
index ced0ab8..0000000
Binary files a/Icons and cursors/windowsicon/16x16/emotes/face-angel.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/emotes/face-angry.png b/Icons and cursors/windowsicon/16x16/emotes/face-angry.png
deleted file mode 100644
index 50da21f..0000000
Binary files a/Icons and cursors/windowsicon/16x16/emotes/face-angry.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/emotes/face-cool.png b/Icons and cursors/windowsicon/16x16/emotes/face-cool.png
deleted file mode 100644
index b2f24e6..0000000
Binary files a/Icons and cursors/windowsicon/16x16/emotes/face-cool.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/emotes/face-crying.png b/Icons and cursors/windowsicon/16x16/emotes/face-crying.png
deleted file mode 100644
index 59d8c07..0000000
Binary files a/Icons and cursors/windowsicon/16x16/emotes/face-crying.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/emotes/face-devilish.png b/Icons and cursors/windowsicon/16x16/emotes/face-devilish.png
deleted file mode 100644
index d09172d..0000000
Binary files a/Icons and cursors/windowsicon/16x16/emotes/face-devilish.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/emotes/face-embarrassed.png b/Icons and cursors/windowsicon/16x16/emotes/face-embarrassed.png
deleted file mode 100644
index 0df7c0b..0000000
Binary files a/Icons and cursors/windowsicon/16x16/emotes/face-embarrassed.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/emotes/face-glasses.png b/Icons and cursors/windowsicon/16x16/emotes/face-glasses.png
deleted file mode 100644
index 4b3e418..0000000
Binary files a/Icons and cursors/windowsicon/16x16/emotes/face-glasses.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/emotes/face-kiss.png b/Icons and cursors/windowsicon/16x16/emotes/face-kiss.png
deleted file mode 100644
index 574f1fa..0000000
Binary files a/Icons and cursors/windowsicon/16x16/emotes/face-kiss.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/emotes/face-laugh.png b/Icons and cursors/windowsicon/16x16/emotes/face-laugh.png
deleted file mode 100644
index 95dbefe..0000000
Binary files a/Icons and cursors/windowsicon/16x16/emotes/face-laugh.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/emotes/face-monkey.png b/Icons and cursors/windowsicon/16x16/emotes/face-monkey.png
deleted file mode 100644
index 74b7216..0000000
Binary files a/Icons and cursors/windowsicon/16x16/emotes/face-monkey.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/emotes/face-plain.png b/Icons and cursors/windowsicon/16x16/emotes/face-plain.png
deleted file mode 100644
index 72d3ccb..0000000
Binary files a/Icons and cursors/windowsicon/16x16/emotes/face-plain.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/emotes/face-raspberry.png b/Icons and cursors/windowsicon/16x16/emotes/face-raspberry.png
deleted file mode 100644
index 69bc618..0000000
Binary files a/Icons and cursors/windowsicon/16x16/emotes/face-raspberry.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/emotes/face-sad.png b/Icons and cursors/windowsicon/16x16/emotes/face-sad.png
deleted file mode 100644
index f07d7b6..0000000
Binary files a/Icons and cursors/windowsicon/16x16/emotes/face-sad.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/emotes/face-sick.png b/Icons and cursors/windowsicon/16x16/emotes/face-sick.png
deleted file mode 100644
index 5857a2a..0000000
Binary files a/Icons and cursors/windowsicon/16x16/emotes/face-sick.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/emotes/face-smile-big.png b/Icons and cursors/windowsicon/16x16/emotes/face-smile-big.png
deleted file mode 100644
index 96ede78..0000000
Binary files a/Icons and cursors/windowsicon/16x16/emotes/face-smile-big.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/emotes/face-smile.png b/Icons and cursors/windowsicon/16x16/emotes/face-smile.png
deleted file mode 100644
index e5dab5a..0000000
Binary files a/Icons and cursors/windowsicon/16x16/emotes/face-smile.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/emotes/face-smirk.png b/Icons and cursors/windowsicon/16x16/emotes/face-smirk.png
deleted file mode 100644
index 6ae38d2..0000000
Binary files a/Icons and cursors/windowsicon/16x16/emotes/face-smirk.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/emotes/face-surprise.png b/Icons and cursors/windowsicon/16x16/emotes/face-surprise.png
deleted file mode 100644
index 8852f2d..0000000
Binary files a/Icons and cursors/windowsicon/16x16/emotes/face-surprise.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/emotes/face-tired.png b/Icons and cursors/windowsicon/16x16/emotes/face-tired.png
deleted file mode 100644
index 799114e..0000000
Binary files a/Icons and cursors/windowsicon/16x16/emotes/face-tired.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/emotes/face-uncertain.png b/Icons and cursors/windowsicon/16x16/emotes/face-uncertain.png
deleted file mode 100644
index cd9aa5f..0000000
Binary files a/Icons and cursors/windowsicon/16x16/emotes/face-uncertain.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/emotes/face-wink.png b/Icons and cursors/windowsicon/16x16/emotes/face-wink.png
deleted file mode 100644
index 5c28048..0000000
Binary files a/Icons and cursors/windowsicon/16x16/emotes/face-wink.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/emotes/face-worried.png b/Icons and cursors/windowsicon/16x16/emotes/face-worried.png
deleted file mode 100644
index f13fa27..0000000
Binary files a/Icons and cursors/windowsicon/16x16/emotes/face-worried.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/emotes/stock_smiley-1.png b/Icons and cursors/windowsicon/16x16/emotes/stock_smiley-1.png
deleted file mode 100644
index e5dab5a..0000000
Binary files a/Icons and cursors/windowsicon/16x16/emotes/stock_smiley-1.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/emotes/stock_smiley-10.png b/Icons and cursors/windowsicon/16x16/emotes/stock_smiley-10.png
deleted file mode 100644
index 69bc618..0000000
Binary files a/Icons and cursors/windowsicon/16x16/emotes/stock_smiley-10.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/emotes/stock_smiley-11.png b/Icons and cursors/windowsicon/16x16/emotes/stock_smiley-11.png
deleted file mode 100644
index 59d8c07..0000000
Binary files a/Icons and cursors/windowsicon/16x16/emotes/stock_smiley-11.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/emotes/stock_smiley-13.png b/Icons and cursors/windowsicon/16x16/emotes/stock_smiley-13.png
deleted file mode 100644
index 574f1fa..0000000
Binary files a/Icons and cursors/windowsicon/16x16/emotes/stock_smiley-13.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/emotes/stock_smiley-15.png b/Icons and cursors/windowsicon/16x16/emotes/stock_smiley-15.png
deleted file mode 100644
index b2f24e6..0000000
Binary files a/Icons and cursors/windowsicon/16x16/emotes/stock_smiley-15.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/emotes/stock_smiley-18.png b/Icons and cursors/windowsicon/16x16/emotes/stock_smiley-18.png
deleted file mode 100644
index ced0ab8..0000000
Binary files a/Icons and cursors/windowsicon/16x16/emotes/stock_smiley-18.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/emotes/stock_smiley-2.png b/Icons and cursors/windowsicon/16x16/emotes/stock_smiley-2.png
deleted file mode 100644
index e5dab5a..0000000
Binary files a/Icons and cursors/windowsicon/16x16/emotes/stock_smiley-2.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/emotes/stock_smiley-22.png b/Icons and cursors/windowsicon/16x16/emotes/stock_smiley-22.png
deleted file mode 100644
index 74b7216..0000000
Binary files a/Icons and cursors/windowsicon/16x16/emotes/stock_smiley-22.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/emotes/stock_smiley-3.png b/Icons and cursors/windowsicon/16x16/emotes/stock_smiley-3.png
deleted file mode 100644
index 5c28048..0000000
Binary files a/Icons and cursors/windowsicon/16x16/emotes/stock_smiley-3.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/emotes/stock_smiley-4.png b/Icons and cursors/windowsicon/16x16/emotes/stock_smiley-4.png
deleted file mode 100644
index f07d7b6..0000000
Binary files a/Icons and cursors/windowsicon/16x16/emotes/stock_smiley-4.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/emotes/stock_smiley-5.png b/Icons and cursors/windowsicon/16x16/emotes/stock_smiley-5.png
deleted file mode 100644
index 8852f2d..0000000
Binary files a/Icons and cursors/windowsicon/16x16/emotes/stock_smiley-5.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/emotes/stock_smiley-6.png b/Icons and cursors/windowsicon/16x16/emotes/stock_smiley-6.png
deleted file mode 100644
index 96ede78..0000000
Binary files a/Icons and cursors/windowsicon/16x16/emotes/stock_smiley-6.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/emotes/stock_smiley-7.png b/Icons and cursors/windowsicon/16x16/emotes/stock_smiley-7.png
deleted file mode 100644
index e5dab5a..0000000
Binary files a/Icons and cursors/windowsicon/16x16/emotes/stock_smiley-7.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/emotes/stock_smiley-8.png b/Icons and cursors/windowsicon/16x16/emotes/stock_smiley-8.png
deleted file mode 100644
index 72d3ccb..0000000
Binary files a/Icons and cursors/windowsicon/16x16/emotes/stock_smiley-8.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/application-certificate.png b/Icons and cursors/windowsicon/16x16/mimetypes/application-certificate.png
deleted file mode 100644
index 9b71718..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/application-certificate.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/application-gzip.png b/Icons and cursors/windowsicon/16x16/mimetypes/application-gzip.png
deleted file mode 100644
index 266d8be..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/application-gzip.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/application-octet-stream.png b/Icons and cursors/windowsicon/16x16/mimetypes/application-octet-stream.png
deleted file mode 100644
index bd6353f..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/application-octet-stream.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/application-rss.xml.png b/Icons and cursors/windowsicon/16x16/mimetypes/application-rss.xml.png
deleted file mode 100644
index a0af88e..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/application-rss.xml.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/application-vnd.ms-excel.sheet.macroEnabled.12.png b/Icons and cursors/windowsicon/16x16/mimetypes/application-vnd.ms-excel.sheet.macroEnabled.12.png
deleted file mode 100644
index a5aee47..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/application-vnd.ms-excel.sheet.macroEnabled.12.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/application-vnd.ms-powerpoint.presentation.macroEnabled.12.png b/Icons and cursors/windowsicon/16x16/mimetypes/application-vnd.ms-powerpoint.presentation.macroEnabled.12.png
deleted file mode 100644
index 45ee800..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/application-vnd.ms-powerpoint.presentation.macroEnabled.12.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/application-vnd.ms-word.document.macroEnabled.12.png b/Icons and cursors/windowsicon/16x16/mimetypes/application-vnd.ms-word.document.macroEnabled.12.png
deleted file mode 100644
index 88f42cc..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/application-vnd.ms-word.document.macroEnabled.12.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/application-vnd.openofficeorg.extension.png b/Icons and cursors/windowsicon/16x16/mimetypes/application-vnd.openofficeorg.extension.png
deleted file mode 100644
index 281e3a3..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/application-vnd.openofficeorg.extension.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.presentation.png b/Icons and cursors/windowsicon/16x16/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.presentation.png
deleted file mode 100644
index 45ee800..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.presentation.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.template.png b/Icons and cursors/windowsicon/16x16/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.template.png
deleted file mode 100644
index 1ea9d7d..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png b/Icons and cursors/windowsicon/16x16/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png
deleted file mode 100644
index a5aee47..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.template.png b/Icons and cursors/windowsicon/16x16/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.template.png
deleted file mode 100644
index 0a56702..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png b/Icons and cursors/windowsicon/16x16/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png
deleted file mode 100644
index 88f42cc..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.template.png b/Icons and cursors/windowsicon/16x16/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.template.png
deleted file mode 100644
index b5a7ee9..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/application-vnd.rar.png b/Icons and cursors/windowsicon/16x16/mimetypes/application-vnd.rar.png
deleted file mode 100644
index 266d8be..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/application-vnd.rar.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/application-x-7z-compressed.png b/Icons and cursors/windowsicon/16x16/mimetypes/application-x-7z-compressed.png
deleted file mode 100644
index d0a10ce..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/application-x-7z-compressed.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/application-x-addon.png b/Icons and cursors/windowsicon/16x16/mimetypes/application-x-addon.png
deleted file mode 100644
index 3cc7392..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/application-x-addon.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/application-x-blender.png b/Icons and cursors/windowsicon/16x16/mimetypes/application-x-blender.png
deleted file mode 100644
index 831333b..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/application-x-blender.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/application-x-bzip-compressed-tar.png b/Icons and cursors/windowsicon/16x16/mimetypes/application-x-bzip-compressed-tar.png
deleted file mode 100644
index 266d8be..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/application-x-bzip-compressed-tar.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/application-x-bzip.png b/Icons and cursors/windowsicon/16x16/mimetypes/application-x-bzip.png
deleted file mode 100644
index 266d8be..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/application-x-bzip.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/application-x-cd-image.png b/Icons and cursors/windowsicon/16x16/mimetypes/application-x-cd-image.png
deleted file mode 100644
index 0946a80..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/application-x-cd-image.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/application-x-executable.png b/Icons and cursors/windowsicon/16x16/mimetypes/application-x-executable.png
deleted file mode 100644
index d7af263..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/application-x-executable.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/application-x-gzip.png b/Icons and cursors/windowsicon/16x16/mimetypes/application-x-gzip.png
deleted file mode 100644
index 266d8be..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/application-x-gzip.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/application-x-kdenlivetitle.png b/Icons and cursors/windowsicon/16x16/mimetypes/application-x-kdenlivetitle.png
deleted file mode 100644
index 5808dad..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/application-x-kdenlivetitle.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/application-x-krita.png b/Icons and cursors/windowsicon/16x16/mimetypes/application-x-krita.png
deleted file mode 100644
index 9dced4f..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/application-x-krita.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/application-x-mono-develop-xib.png b/Icons and cursors/windowsicon/16x16/mimetypes/application-x-mono-develop-xib.png
deleted file mode 100644
index 64933c4..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/application-x-mono-develop-xib.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/application-x-rar.png b/Icons and cursors/windowsicon/16x16/mimetypes/application-x-rar.png
deleted file mode 100644
index 266d8be..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/application-x-rar.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/application-x-zip-compressed-fb2.png b/Icons and cursors/windowsicon/16x16/mimetypes/application-x-zip-compressed-fb2.png
deleted file mode 100644
index 266d8be..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/application-x-zip-compressed-fb2.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/application-zip.png b/Icons and cursors/windowsicon/16x16/mimetypes/application-zip.png
deleted file mode 100644
index 266d8be..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/application-zip.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/ascii.png b/Icons and cursors/windowsicon/16x16/mimetypes/ascii.png
deleted file mode 100644
index 6647c4e..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/ascii.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/audio-x-generic.png b/Icons and cursors/windowsicon/16x16/mimetypes/audio-x-generic.png
deleted file mode 100644
index 767530f..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/audio-x-generic.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/binary.png b/Icons and cursors/windowsicon/16x16/mimetypes/binary.png
deleted file mode 100644
index d7af263..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/binary.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/contents2.png b/Icons and cursors/windowsicon/16x16/mimetypes/contents2.png
deleted file mode 100644
index ae679a4..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/contents2.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/copy.sh b/Icons and cursors/windowsicon/16x16/mimetypes/copy.sh
deleted file mode 100644
index 8f70cec..0000000
--- a/Icons and cursors/windowsicon/16x16/mimetypes/copy.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-sudo mv application-x-bzip application-x-bzip.png
-sudo mv application-x-gzip application-x-gzip.png
-sudo mv application-zip application-zip.png
-
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/deb.png b/Icons and cursors/windowsicon/16x16/mimetypes/deb.png
deleted file mode 100644
index 266d8be..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/deb.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/document.png b/Icons and cursors/windowsicon/16x16/mimetypes/document.png
deleted file mode 100644
index b40fd4b..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/document.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/empty.png b/Icons and cursors/windowsicon/16x16/mimetypes/empty.png
deleted file mode 100644
index 6647c4e..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/empty.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/exec.png b/Icons and cursors/windowsicon/16x16/mimetypes/exec.png
deleted file mode 100644
index d7af263..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/exec.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/folder_tar.png b/Icons and cursors/windowsicon/16x16/mimetypes/folder_tar.png
deleted file mode 100644
index 266d8be..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/folder_tar.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/font-x-generic.png b/Icons and cursors/windowsicon/16x16/mimetypes/font-x-generic.png
deleted file mode 100644
index eaae287..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/font-x-generic.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/font.png b/Icons and cursors/windowsicon/16x16/mimetypes/font.png
deleted file mode 100644
index eaae287..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/font.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/font_bitmap.png b/Icons and cursors/windowsicon/16x16/mimetypes/font_bitmap.png
deleted file mode 100644
index eaae287..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/font_bitmap.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/font_truetype.png b/Icons and cursors/windowsicon/16x16/mimetypes/font_truetype.png
deleted file mode 100644
index eaae287..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/font_truetype.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/font_type1.png b/Icons and cursors/windowsicon/16x16/mimetypes/font_type1.png
deleted file mode 100644
index eaae287..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/font_type1.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-fs-executable.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-fs-executable.png
deleted file mode 100644
index d7af263..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-fs-executable.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-fs-regular.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-fs-regular.png
deleted file mode 100644
index 0cce08a..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-fs-regular.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-magicpoint.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-magicpoint.png
deleted file mode 100644
index 45ee800..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-magicpoint.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-msword.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-msword.png
deleted file mode 100644
index 88f42cc..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-msword.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-ogg.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-ogg.png
deleted file mode 100644
index 767530f..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-ogg.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-pdf.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-pdf.png
deleted file mode 100644
index 88f42cc..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-pdf.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-postscript.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-postscript.png
deleted file mode 100644
index 88f42cc..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-postscript.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-rtf.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-rtf.png
deleted file mode 100644
index 88f42cc..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-rtf.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.lotus-1-2-3.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.lotus-1-2-3.png
deleted file mode 100644
index a5aee47..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.lotus-1-2-3.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.ms-excel.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.ms-excel.png
deleted file mode 100644
index a5aee47..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.ms-excel.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png
deleted file mode 100644
index 45ee800..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics-template.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics-template.png
deleted file mode 100644
index 5ade518..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics-template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics.png
deleted file mode 100644
index 5ade518..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.image.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.image.png
deleted file mode 100644
index 5ade518..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.image.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation-template.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation-template.png
deleted file mode 100644
index 1ea9d7d..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation-template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation.png
deleted file mode 100644
index 45ee800..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet-template.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet-template.png
deleted file mode 100644
index 0a56702..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet-template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png
deleted file mode 100644
index a5aee47..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-template.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-template.png
deleted file mode 100644
index b5a7ee9..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-web.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-web.png
deleted file mode 100644
index 9c8fa62..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-web.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text.png
deleted file mode 100644
index 88f42cc..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.png
deleted file mode 100644
index cdbf84f..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.png
deleted file mode 100644
index cdbf84f..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.rn-realmedia.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.rn-realmedia.png
deleted file mode 100644
index cdbf84f..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.rn-realmedia.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.stardivision.calc.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.stardivision.calc.png
deleted file mode 100644
index a5aee47..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.stardivision.calc.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.stardivision.impress.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.stardivision.impress.png
deleted file mode 100644
index 45ee800..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.stardivision.impress.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.stardivision.writer.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.stardivision.writer.png
deleted file mode 100644
index 88f42cc..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.stardivision.writer.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.calc.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.calc.png
deleted file mode 100644
index a5aee47..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.calc.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.calc.template.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.calc.template.png
deleted file mode 100644
index 0a56702..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.calc.template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.draw.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.draw.png
deleted file mode 100644
index 5ade518..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.draw.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.draw.template.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.draw.template.png
deleted file mode 100644
index 5ade518..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.draw.template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.impress.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.impress.png
deleted file mode 100644
index 45ee800..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.impress.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.impress.template.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.impress.template.png
deleted file mode 100644
index 1ea9d7d..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.impress.template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.writer.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.writer.png
deleted file mode 100644
index 88f42cc..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.writer.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.writer.template.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.writer.template.png
deleted file mode 100644
index b5a7ee9..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.writer.template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-wordperfect.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-wordperfect.png
deleted file mode 100644
index 88f42cc..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-wordperfect.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-7z-compressed.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-7z-compressed.png
deleted file mode 100644
index 266d8be..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-7z-compressed.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-abiword.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-abiword.png
deleted file mode 100644
index 88f42cc..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-abiword.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-applix-spreadsheet.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-applix-spreadsheet.png
deleted file mode 100644
index a5aee47..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-applix-spreadsheet.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-applix-word.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-applix-word.png
deleted file mode 100644
index 88f42cc..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-applix-word.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-archive.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-archive.png
deleted file mode 100644
index 266d8be..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-archive.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-arj.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-arj.png
deleted file mode 100644
index 266d8be..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-arj.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-bzip-compressed-tar.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-bzip-compressed-tar.png
deleted file mode 100644
index 266d8be..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-bzip-compressed-tar.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-bzip.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-bzip.png
deleted file mode 100644
index 266d8be..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-bzip.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-compress.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-compress.png
deleted file mode 100644
index 266d8be..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-compress.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-compressed-tar.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-compressed-tar.png
deleted file mode 100644
index 266d8be..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-compressed-tar.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-cpio-compressed.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-cpio-compressed.png
deleted file mode 100644
index 266d8be..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-cpio-compressed.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-cpio.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-cpio.png
deleted file mode 100644
index 266d8be..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-cpio.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-deb.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-deb.png
deleted file mode 100644
index 266d8be..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-deb.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-dvi.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-dvi.png
deleted file mode 100644
index 88f42cc..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-dvi.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-executable.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-executable.png
deleted file mode 100644
index d7af263..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-executable.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-font-afm.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-font-afm.png
deleted file mode 100644
index eaae287..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-font-afm.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-font-bdf.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-font-bdf.png
deleted file mode 100644
index eaae287..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-font-bdf.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-font-linux-psf.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-font-linux-psf.png
deleted file mode 100644
index eaae287..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-font-linux-psf.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-font-pcf.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-font-pcf.png
deleted file mode 100644
index eaae287..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-font-pcf.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-font-sunos-news.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-font-sunos-news.png
deleted file mode 100644
index eaae287..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-font-sunos-news.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-font-ttf.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-font-ttf.png
deleted file mode 100644
index eaae287..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-font-ttf.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-gnumeric.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-gnumeric.png
deleted file mode 100644
index a5aee47..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-gnumeric.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-gzip.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-gzip.png
deleted file mode 100644
index 266d8be..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-gzip.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-gzpostscript.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-gzpostscript.png
deleted file mode 100644
index 88f42cc..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-gzpostscript.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-jar.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-jar.png
deleted file mode 100644
index 266d8be..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-jar.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-killustrator.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-killustrator.png
deleted file mode 100644
index 06bd467..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-killustrator.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-kpresenter.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-kpresenter.png
deleted file mode 100644
index 45ee800..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-kpresenter.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-kspread.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-kspread.png
deleted file mode 100644
index a5aee47..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-kspread.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-kword.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-kword.png
deleted file mode 100644
index 88f42cc..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-kword.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-lha.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-lha.png
deleted file mode 100644
index 266d8be..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-lha.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-lhz.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-lhz.png
deleted file mode 100644
index 266d8be..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-lhz.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-lzma-compressed-tar.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-lzma-compressed-tar.png
deleted file mode 100644
index 266d8be..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-lzma-compressed-tar.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-lzma.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-lzma.png
deleted file mode 100644
index 266d8be..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-lzma.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-ms-dos-executable.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-ms-dos-executable.png
deleted file mode 100644
index d7af263..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-ms-dos-executable.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-perl.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-perl.png
deleted file mode 100644
index bd43ecf..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-perl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-php.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-php.png
deleted file mode 100644
index 9c8fa62..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-php.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-python-bytecode.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-python-bytecode.png
deleted file mode 100644
index bd43ecf..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-python-bytecode.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-rar.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-rar.png
deleted file mode 100644
index 266d8be..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-rar.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-rpm.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-rpm.png
deleted file mode 100644
index 266d8be..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-rpm.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-scribus.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-scribus.png
deleted file mode 100644
index 88f42cc..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-scribus.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-shellscript.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-shellscript.png
deleted file mode 100644
index bd43ecf..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-shellscript.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-shockwave-flash.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-shockwave-flash.png
deleted file mode 100644
index cdbf84f..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-shockwave-flash.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-stuffit.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-stuffit.png
deleted file mode 100644
index 266d8be..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-stuffit.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-tar.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-tar.png
deleted file mode 100644
index 266d8be..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-tar.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-tarz.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-tarz.png
deleted file mode 100644
index 266d8be..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-tarz.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-tex.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-tex.png
deleted file mode 100644
index 88f42cc..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-tex.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-xhtml.xml.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-xhtml.xml.png
deleted file mode 100644
index 9c8fa62..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-xhtml.xml.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-zip.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-zip.png
deleted file mode 100644
index 266d8be..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-zip.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-audio.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-audio.png
deleted file mode 100644
index 767530f..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-audio.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-image.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-image.png
deleted file mode 100644
index 06bd467..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-image.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-text-html.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-text-html.png
deleted file mode 100644
index 9c8fa62..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-text-html.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-text-vnd.wap.wml.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-text-vnd.wap.wml.png
deleted file mode 100644
index 9c8fa62..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-text-vnd.wap.wml.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-text-x-csh.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-text-x-csh.png
deleted file mode 100644
index bd43ecf..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-text-x-csh.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-text-x-python.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-text-x-python.png
deleted file mode 100644
index bd43ecf..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-text-x-python.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-text-x-sh.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-text-x-sh.png
deleted file mode 100644
index bd43ecf..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-text-x-sh.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-text-x-vcalendar.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-text-x-vcalendar.png
deleted file mode 100644
index f8b0dea..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-text-x-vcalendar.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-text-x-vcard.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-text-x-vcard.png
deleted file mode 100644
index ae679a4..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-text-x-vcard.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-text-x-zsh.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-text-x-zsh.png
deleted file mode 100644
index bd43ecf..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-text-x-zsh.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-text.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-text.png
deleted file mode 100644
index 6647c4e..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-text.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-video.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-video.png
deleted file mode 100644
index cdbf84f..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-video.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-x-font-afm.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-x-font-afm.png
deleted file mode 100644
index eaae287..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-x-font-afm.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-package.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-package.png
deleted file mode 100644
index 266d8be..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-package.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gtk-file.png b/Icons and cursors/windowsicon/16x16/mimetypes/gtk-file.png
deleted file mode 100644
index 0cce08a..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gtk-file.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/html.png b/Icons and cursors/windowsicon/16x16/mimetypes/html.png
deleted file mode 100644
index 9c8fa62..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/html.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/image-x-generic.png b/Icons and cursors/windowsicon/16x16/mimetypes/image-x-generic.png
deleted file mode 100644
index 06bd467..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/image-x-generic.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/image.png b/Icons and cursors/windowsicon/16x16/mimetypes/image.png
deleted file mode 100644
index 06bd467..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/image.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/kpresenter_kpr.png b/Icons and cursors/windowsicon/16x16/mimetypes/kpresenter_kpr.png
deleted file mode 100644
index 45ee800..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/kpresenter_kpr.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-database.png b/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-database.png
deleted file mode 100644
index a1844a5..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-database.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-drawing-template.png b/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-drawing-template.png
deleted file mode 100644
index 1e0bf11..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-drawing-template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-drawing.png b/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-drawing.png
deleted file mode 100644
index 936f97f..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-drawing.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-extension.png b/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-extension.png
deleted file mode 100644
index 915c625..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-extension.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-formula.png b/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-formula.png
deleted file mode 100644
index 3f11af3..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-formula.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-master-document.png b/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-master-document.png
deleted file mode 100644
index 417a2d1..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-master-document.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-oasis-database.png b/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-oasis-database.png
deleted file mode 100644
index 4419120..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-oasis-database.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-oasis-drawing-template.png b/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-oasis-drawing-template.png
deleted file mode 100644
index 5ade518..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-oasis-drawing-template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-oasis-drawing.png b/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-oasis-drawing.png
deleted file mode 100644
index 5ade518..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-oasis-drawing.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-oasis-formula.png b/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-oasis-formula.png
deleted file mode 100644
index 307e0db..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-oasis-formula.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-oasis-master-document.png b/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-oasis-master-document.png
deleted file mode 100644
index 28417be..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-oasis-master-document.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-oasis-presentation-template.png b/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-oasis-presentation-template.png
deleted file mode 100644
index 1ea9d7d..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-oasis-presentation-template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-oasis-presentation.png b/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-oasis-presentation.png
deleted file mode 100644
index 45ee800..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-oasis-presentation.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-oasis-spreadsheet-template.png b/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-oasis-spreadsheet-template.png
deleted file mode 100644
index 0a56702..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-oasis-spreadsheet-template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-oasis-spreadsheet.png b/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-oasis-spreadsheet.png
deleted file mode 100644
index a5aee47..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-oasis-spreadsheet.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-oasis-text-template.png b/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-oasis-text-template.png
deleted file mode 100644
index b5a7ee9..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-oasis-text-template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-oasis-text.png b/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-oasis-text.png
deleted file mode 100644
index 88f42cc..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-oasis-text.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-oasis-web-template.png b/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-oasis-web-template.png
deleted file mode 100644
index 3d5f008..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-oasis-web-template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-presentation-template.png b/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-presentation-template.png
deleted file mode 100644
index e652110..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-presentation-template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-presentation.png b/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-presentation.png
deleted file mode 100644
index 48ba173..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-presentation.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-spreadsheet-template.png b/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-spreadsheet-template.png
deleted file mode 100644
index 793a33d..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-spreadsheet-template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-spreadsheet.png b/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-spreadsheet.png
deleted file mode 100644
index da7f0fa..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-spreadsheet.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-text-template.png b/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-text-template.png
deleted file mode 100644
index 232794e..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-text-template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-text.png b/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-text.png
deleted file mode 100644
index 4e7bc87..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-text.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/mime_ascii.png b/Icons and cursors/windowsicon/16x16/mimetypes/mime_ascii.png
deleted file mode 100644
index 6647c4e..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/mime_ascii.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/misc.png b/Icons and cursors/windowsicon/16x16/mimetypes/misc.png
deleted file mode 100644
index 6647c4e..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/misc.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/package-x-generic.png b/Icons and cursors/windowsicon/16x16/mimetypes/package-x-generic.png
deleted file mode 100644
index 266d8be..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/package-x-generic.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/package.png b/Icons and cursors/windowsicon/16x16/mimetypes/package.png
deleted file mode 100644
index 266d8be..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/package.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/package_editors.png b/Icons and cursors/windowsicon/16x16/mimetypes/package_editors.png
deleted file mode 100644
index 6647c4e..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/package_editors.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/package_wordprocessing.png b/Icons and cursors/windowsicon/16x16/mimetypes/package_wordprocessing.png
deleted file mode 100644
index 88f42cc..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/package_wordprocessing.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/plan.png b/Icons and cursors/windowsicon/16x16/mimetypes/plan.png
deleted file mode 100644
index f8b0dea..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/plan.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/rpm.png b/Icons and cursors/windowsicon/16x16/mimetypes/rpm.png
deleted file mode 100644
index 266d8be..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/rpm.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/shellscript.png b/Icons and cursors/windowsicon/16x16/mimetypes/shellscript.png
deleted file mode 100644
index bd43ecf..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/shellscript.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/sound.png b/Icons and cursors/windowsicon/16x16/mimetypes/sound.png
deleted file mode 100644
index 767530f..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/sound.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/spreadsheet.png b/Icons and cursors/windowsicon/16x16/mimetypes/spreadsheet.png
deleted file mode 100644
index a5aee47..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/spreadsheet.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/stock_addressbook.png b/Icons and cursors/windowsicon/16x16/mimetypes/stock_addressbook.png
deleted file mode 100644
index ae679a4..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/stock_addressbook.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/stock_calendar.png b/Icons and cursors/windowsicon/16x16/mimetypes/stock_calendar.png
deleted file mode 100644
index f8b0dea..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/stock_calendar.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/stock_certificate.png b/Icons and cursors/windowsicon/16x16/mimetypes/stock_certificate.png
deleted file mode 100644
index 9b71718..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/stock_certificate.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/stock_script.png b/Icons and cursors/windowsicon/16x16/mimetypes/stock_script.png
deleted file mode 100644
index bd43ecf..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/stock_script.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/tar.png b/Icons and cursors/windowsicon/16x16/mimetypes/tar.png
deleted file mode 100644
index 266d8be..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/tar.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/template_source.png b/Icons and cursors/windowsicon/16x16/mimetypes/template_source.png
deleted file mode 100644
index 8f566d9..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/template_source.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/text-html.png b/Icons and cursors/windowsicon/16x16/mimetypes/text-html.png
deleted file mode 100644
index 9c8fa62..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/text-html.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/text-x-generic-template.png b/Icons and cursors/windowsicon/16x16/mimetypes/text-x-generic-template.png
deleted file mode 100644
index 8f566d9..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/text-x-generic-template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/text-x-generic.png b/Icons and cursors/windowsicon/16x16/mimetypes/text-x-generic.png
deleted file mode 100644
index 6647c4e..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/text-x-generic.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/text-x-opml.xml.png b/Icons and cursors/windowsicon/16x16/mimetypes/text-x-opml.xml.png
deleted file mode 100644
index dbb9751..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/text-x-opml.xml.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/text-x-preview.png b/Icons and cursors/windowsicon/16x16/mimetypes/text-x-preview.png
deleted file mode 100644
index 0cce08a..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/text-x-preview.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/text-x-script.png b/Icons and cursors/windowsicon/16x16/mimetypes/text-x-script.png
deleted file mode 100644
index bd43ecf..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/text-x-script.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/tgz.png b/Icons and cursors/windowsicon/16x16/mimetypes/tgz.png
deleted file mode 100644
index 266d8be..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/tgz.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/txt.png b/Icons and cursors/windowsicon/16x16/mimetypes/txt.png
deleted file mode 100644
index 6647c4e..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/txt.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/txt2.png b/Icons and cursors/windowsicon/16x16/mimetypes/txt2.png
deleted file mode 100644
index 6647c4e..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/txt2.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/unknown.png b/Icons and cursors/windowsicon/16x16/mimetypes/unknown.png
deleted file mode 100644
index 6647c4e..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/unknown.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/vcalendar.png b/Icons and cursors/windowsicon/16x16/mimetypes/vcalendar.png
deleted file mode 100644
index f8b0dea..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/vcalendar.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/vcard.png b/Icons and cursors/windowsicon/16x16/mimetypes/vcard.png
deleted file mode 100644
index ae679a4..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/vcard.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/video-x-generic.png b/Icons and cursors/windowsicon/16x16/mimetypes/video-x-generic.png
deleted file mode 100644
index cdbf84f..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/video-x-generic.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/video.png b/Icons and cursors/windowsicon/16x16/mimetypes/video.png
deleted file mode 100644
index cdbf84f..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/video.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/wordprocessing.png b/Icons and cursors/windowsicon/16x16/mimetypes/wordprocessing.png
deleted file mode 100644
index 88f42cc..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/wordprocessing.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/www.png b/Icons and cursors/windowsicon/16x16/mimetypes/www.png
deleted file mode 100644
index 9c8fa62..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/www.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/x-office-address-book.png b/Icons and cursors/windowsicon/16x16/mimetypes/x-office-address-book.png
deleted file mode 100644
index ae679a4..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/x-office-address-book.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/x-office-calendar.png b/Icons and cursors/windowsicon/16x16/mimetypes/x-office-calendar.png
deleted file mode 100644
index f8b0dea..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/x-office-calendar.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/x-office-document-template.png b/Icons and cursors/windowsicon/16x16/mimetypes/x-office-document-template.png
deleted file mode 100644
index b5a7ee9..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/x-office-document-template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/x-office-document.png b/Icons and cursors/windowsicon/16x16/mimetypes/x-office-document.png
deleted file mode 100644
index 88f42cc..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/x-office-document.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/x-office-drawing-template.png b/Icons and cursors/windowsicon/16x16/mimetypes/x-office-drawing-template.png
deleted file mode 100644
index 5ade518..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/x-office-drawing-template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/x-office-drawing.png b/Icons and cursors/windowsicon/16x16/mimetypes/x-office-drawing.png
deleted file mode 100644
index 5ade518..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/x-office-drawing.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/x-office-presentation-template.png b/Icons and cursors/windowsicon/16x16/mimetypes/x-office-presentation-template.png
deleted file mode 100644
index 1ea9d7d..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/x-office-presentation-template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/x-office-presentation.png b/Icons and cursors/windowsicon/16x16/mimetypes/x-office-presentation.png
deleted file mode 100644
index 45ee800..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/x-office-presentation.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/x-office-spreadsheet-template.png b/Icons and cursors/windowsicon/16x16/mimetypes/x-office-spreadsheet-template.png
deleted file mode 100644
index 0a56702..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/x-office-spreadsheet-template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/x-office-spreadsheet.png b/Icons and cursors/windowsicon/16x16/mimetypes/x-office-spreadsheet.png
deleted file mode 100644
index a5aee47..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/x-office-spreadsheet.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/x-package-repository.png b/Icons and cursors/windowsicon/16x16/mimetypes/x-package-repository.png
deleted file mode 100644
index 81f12e3..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/x-package-repository.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/xorg.png b/Icons and cursors/windowsicon/16x16/mimetypes/xorg.png
deleted file mode 100644
index d7af263..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/xorg.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/zip.png b/Icons and cursors/windowsicon/16x16/mimetypes/zip.png
deleted file mode 100644
index 266d8be..0000000
Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/zip.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/places/application-x-gnome-saved-search.png b/Icons and cursors/windowsicon/16x16/places/application-x-gnome-saved-search.png
deleted file mode 100644
index 2580a7a..0000000
Binary files a/Icons and cursors/windowsicon/16x16/places/application-x-gnome-saved-search.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/places/debian-swirl.png b/Icons and cursors/windowsicon/16x16/places/debian-swirl.png
deleted file mode 100644
index 607c6d5..0000000
Binary files a/Icons and cursors/windowsicon/16x16/places/debian-swirl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/places/desktop.png b/Icons and cursors/windowsicon/16x16/places/desktop.png
deleted file mode 100644
index 0fa4f16..0000000
Binary files a/Icons and cursors/windowsicon/16x16/places/desktop.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/places/emptytrash.png b/Icons and cursors/windowsicon/16x16/places/emptytrash.png
deleted file mode 100644
index 4f9d3b5..0000000
Binary files a/Icons and cursors/windowsicon/16x16/places/emptytrash.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/places/folder-documents.png b/Icons and cursors/windowsicon/16x16/places/folder-documents.png
deleted file mode 100644
index 5aacc4c..0000000
Binary files a/Icons and cursors/windowsicon/16x16/places/folder-documents.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/places/folder-download.png b/Icons and cursors/windowsicon/16x16/places/folder-download.png
deleted file mode 100644
index de75a74..0000000
Binary files a/Icons and cursors/windowsicon/16x16/places/folder-download.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/places/folder-music.png b/Icons and cursors/windowsicon/16x16/places/folder-music.png
deleted file mode 100644
index 9c86179..0000000
Binary files a/Icons and cursors/windowsicon/16x16/places/folder-music.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/places/folder-pictures.png b/Icons and cursors/windowsicon/16x16/places/folder-pictures.png
deleted file mode 100644
index 5bc2c8a..0000000
Binary files a/Icons and cursors/windowsicon/16x16/places/folder-pictures.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/places/folder-publicshare.png b/Icons and cursors/windowsicon/16x16/places/folder-publicshare.png
deleted file mode 100644
index 2b5c594..0000000
Binary files a/Icons and cursors/windowsicon/16x16/places/folder-publicshare.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/places/folder-remote.png b/Icons and cursors/windowsicon/16x16/places/folder-remote.png
deleted file mode 100644
index 8da8e5e..0000000
Binary files a/Icons and cursors/windowsicon/16x16/places/folder-remote.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/places/folder-saved-search.png b/Icons and cursors/windowsicon/16x16/places/folder-saved-search.png
deleted file mode 100644
index 2580a7a..0000000
Binary files a/Icons and cursors/windowsicon/16x16/places/folder-saved-search.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/places/folder-templates.png b/Icons and cursors/windowsicon/16x16/places/folder-templates.png
deleted file mode 100644
index d81a2c8..0000000
Binary files a/Icons and cursors/windowsicon/16x16/places/folder-templates.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/places/folder-videos.png b/Icons and cursors/windowsicon/16x16/places/folder-videos.png
deleted file mode 100644
index f43bbdd..0000000
Binary files a/Icons and cursors/windowsicon/16x16/places/folder-videos.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/places/folder.png b/Icons and cursors/windowsicon/16x16/places/folder.png
deleted file mode 100644
index 31019e4..0000000
Binary files a/Icons and cursors/windowsicon/16x16/places/folder.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/places/folder_home.png b/Icons and cursors/windowsicon/16x16/places/folder_home.png
deleted file mode 100644
index 6f38ffb..0000000
Binary files a/Icons and cursors/windowsicon/16x16/places/folder_home.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/places/gnome-foot.png b/Icons and cursors/windowsicon/16x16/places/gnome-foot.png
deleted file mode 100644
index eee495f..0000000
Binary files a/Icons and cursors/windowsicon/16x16/places/gnome-foot.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/places/gnome-fs-desktop.png b/Icons and cursors/windowsicon/16x16/places/gnome-fs-desktop.png
deleted file mode 100644
index 0fa4f16..0000000
Binary files a/Icons and cursors/windowsicon/16x16/places/gnome-fs-desktop.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/places/gnome-fs-directory.png b/Icons and cursors/windowsicon/16x16/places/gnome-fs-directory.png
deleted file mode 100644
index 31019e4..0000000
Binary files a/Icons and cursors/windowsicon/16x16/places/gnome-fs-directory.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/places/gnome-fs-ftp.png b/Icons and cursors/windowsicon/16x16/places/gnome-fs-ftp.png
deleted file mode 100644
index 8da8e5e..0000000
Binary files a/Icons and cursors/windowsicon/16x16/places/gnome-fs-ftp.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/places/gnome-fs-home.png b/Icons and cursors/windowsicon/16x16/places/gnome-fs-home.png
deleted file mode 100644
index 6f38ffb..0000000
Binary files a/Icons and cursors/windowsicon/16x16/places/gnome-fs-home.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/places/gnome-fs-network.png b/Icons and cursors/windowsicon/16x16/places/gnome-fs-network.png
deleted file mode 100644
index 74347c7..0000000
Binary files a/Icons and cursors/windowsicon/16x16/places/gnome-fs-network.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/places/gnome-fs-nfs.png b/Icons and cursors/windowsicon/16x16/places/gnome-fs-nfs.png
deleted file mode 100644
index 8da8e5e..0000000
Binary files a/Icons and cursors/windowsicon/16x16/places/gnome-fs-nfs.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/places/gnome-fs-server.png b/Icons and cursors/windowsicon/16x16/places/gnome-fs-server.png
deleted file mode 100644
index 94fdea1..0000000
Binary files a/Icons and cursors/windowsicon/16x16/places/gnome-fs-server.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/places/gnome-fs-share.png b/Icons and cursors/windowsicon/16x16/places/gnome-fs-share.png
deleted file mode 100644
index 8da8e5e..0000000
Binary files a/Icons and cursors/windowsicon/16x16/places/gnome-fs-share.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/places/gnome-fs-smb.png b/Icons and cursors/windowsicon/16x16/places/gnome-fs-smb.png
deleted file mode 100644
index 8da8e5e..0000000
Binary files a/Icons and cursors/windowsicon/16x16/places/gnome-fs-smb.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/places/gnome-fs-ssh.png b/Icons and cursors/windowsicon/16x16/places/gnome-fs-ssh.png
deleted file mode 100644
index 8da8e5e..0000000
Binary files a/Icons and cursors/windowsicon/16x16/places/gnome-fs-ssh.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/places/gnome-fs-trash-empty.png b/Icons and cursors/windowsicon/16x16/places/gnome-fs-trash-empty.png
deleted file mode 100644
index 4f9d3b5..0000000
Binary files a/Icons and cursors/windowsicon/16x16/places/gnome-fs-trash-empty.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/places/gnome-mime-x-directory-nfs-server.png b/Icons and cursors/windowsicon/16x16/places/gnome-mime-x-directory-nfs-server.png
deleted file mode 100644
index 94fdea1..0000000
Binary files a/Icons and cursors/windowsicon/16x16/places/gnome-mime-x-directory-nfs-server.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/places/gnome-mime-x-directory-smb-server.png b/Icons and cursors/windowsicon/16x16/places/gnome-mime-x-directory-smb-server.png
deleted file mode 100644
index 94fdea1..0000000
Binary files a/Icons and cursors/windowsicon/16x16/places/gnome-mime-x-directory-smb-server.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/places/gnome-mime-x-directory-smb-share.png b/Icons and cursors/windowsicon/16x16/places/gnome-mime-x-directory-smb-share.png
deleted file mode 100644
index 8da8e5e..0000000
Binary files a/Icons and cursors/windowsicon/16x16/places/gnome-mime-x-directory-smb-share.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/places/gnome-mime-x-directory-smb-workgroup.png b/Icons and cursors/windowsicon/16x16/places/gnome-mime-x-directory-smb-workgroup.png
deleted file mode 100644
index 74347c7..0000000
Binary files a/Icons and cursors/windowsicon/16x16/places/gnome-mime-x-directory-smb-workgroup.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/places/gnome-stock-trash.png b/Icons and cursors/windowsicon/16x16/places/gnome-stock-trash.png
deleted file mode 100644
index 4f9d3b5..0000000
Binary files a/Icons and cursors/windowsicon/16x16/places/gnome-stock-trash.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/places/gtk-directory.png b/Icons and cursors/windowsicon/16x16/places/gtk-directory.png
deleted file mode 100644
index 31019e4..0000000
Binary files a/Icons and cursors/windowsicon/16x16/places/gtk-directory.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/places/gtk-network.png b/Icons and cursors/windowsicon/16x16/places/gtk-network.png
deleted file mode 100644
index 74347c7..0000000
Binary files a/Icons and cursors/windowsicon/16x16/places/gtk-network.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/places/inode-directory.png b/Icons and cursors/windowsicon/16x16/places/inode-directory.png
deleted file mode 100644
index 31019e4..0000000
Binary files a/Icons and cursors/windowsicon/16x16/places/inode-directory.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/places/network-server.png b/Icons and cursors/windowsicon/16x16/places/network-server.png
deleted file mode 100644
index 94fdea1..0000000
Binary files a/Icons and cursors/windowsicon/16x16/places/network-server.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/places/network-workgroup.png b/Icons and cursors/windowsicon/16x16/places/network-workgroup.png
deleted file mode 100644
index 74347c7..0000000
Binary files a/Icons and cursors/windowsicon/16x16/places/network-workgroup.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/places/network.png b/Icons and cursors/windowsicon/16x16/places/network.png
deleted file mode 100644
index 8da8e5e..0000000
Binary files a/Icons and cursors/windowsicon/16x16/places/network.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/places/network_local.png b/Icons and cursors/windowsicon/16x16/places/network_local.png
deleted file mode 100644
index 74347c7..0000000
Binary files a/Icons and cursors/windowsicon/16x16/places/network_local.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/places/redhat-network-server.png b/Icons and cursors/windowsicon/16x16/places/redhat-network-server.png
deleted file mode 100644
index 94fdea1..0000000
Binary files a/Icons and cursors/windowsicon/16x16/places/redhat-network-server.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/places/server.png b/Icons and cursors/windowsicon/16x16/places/server.png
deleted file mode 100644
index 94fdea1..0000000
Binary files a/Icons and cursors/windowsicon/16x16/places/server.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/places/stock_folder.png b/Icons and cursors/windowsicon/16x16/places/stock_folder.png
deleted file mode 100644
index 31019e4..0000000
Binary files a/Icons and cursors/windowsicon/16x16/places/stock_folder.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/places/trashcan_empty.png b/Icons and cursors/windowsicon/16x16/places/trashcan_empty.png
deleted file mode 100644
index 4f9d3b5..0000000
Binary files a/Icons and cursors/windowsicon/16x16/places/trashcan_empty.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/places/ubuntu-logo.png b/Icons and cursors/windowsicon/16x16/places/ubuntu-logo.png
deleted file mode 100644
index 697badc..0000000
Binary files a/Icons and cursors/windowsicon/16x16/places/ubuntu-logo.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/places/user-bookmarks.png b/Icons and cursors/windowsicon/16x16/places/user-bookmarks.png
deleted file mode 100644
index a3da091..0000000
Binary files a/Icons and cursors/windowsicon/16x16/places/user-bookmarks.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/places/user-desktop.png b/Icons and cursors/windowsicon/16x16/places/user-desktop.png
deleted file mode 100644
index 0fa4f16..0000000
Binary files a/Icons and cursors/windowsicon/16x16/places/user-desktop.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/places/user-home.png b/Icons and cursors/windowsicon/16x16/places/user-home.png
deleted file mode 100644
index 6f38ffb..0000000
Binary files a/Icons and cursors/windowsicon/16x16/places/user-home.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/places/user-trash.png b/Icons and cursors/windowsicon/16x16/places/user-trash.png
deleted file mode 100644
index 4f9d3b5..0000000
Binary files a/Icons and cursors/windowsicon/16x16/places/user-trash.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/places/xfce-trash_empty.png b/Icons and cursors/windowsicon/16x16/places/xfce-trash_empty.png
deleted file mode 100644
index 4f9d3b5..0000000
Binary files a/Icons and cursors/windowsicon/16x16/places/xfce-trash_empty.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/appointment-missed.png b/Icons and cursors/windowsicon/16x16/status/appointment-missed.png
deleted file mode 100644
index 1ab1dc1..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/appointment-missed.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/appointment-soon.png b/Icons and cursors/windowsicon/16x16/status/appointment-soon.png
deleted file mode 100644
index f818fe0..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/appointment-soon.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/audio-volume-high.png b/Icons and cursors/windowsicon/16x16/status/audio-volume-high.png
deleted file mode 100644
index 701b17c..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/audio-volume-high.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/audio-volume-low.png b/Icons and cursors/windowsicon/16x16/status/audio-volume-low.png
deleted file mode 100644
index 789c612..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/audio-volume-low.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/audio-volume-medium.png b/Icons and cursors/windowsicon/16x16/status/audio-volume-medium.png
deleted file mode 100644
index 6a03d37..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/audio-volume-medium.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/audio-volume-muted.png b/Icons and cursors/windowsicon/16x16/status/audio-volume-muted.png
deleted file mode 100644
index 45e1af1..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/audio-volume-muted.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/avatar-default.png b/Icons and cursors/windowsicon/16x16/status/avatar-default.png
deleted file mode 100644
index 90ce05a..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/avatar-default.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/battery-caution-charging.png b/Icons and cursors/windowsicon/16x16/status/battery-caution-charging.png
deleted file mode 100644
index 3305394..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/battery-caution-charging.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/battery-caution.png b/Icons and cursors/windowsicon/16x16/status/battery-caution.png
deleted file mode 100644
index 36963ef..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/battery-caution.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/battery-empty-charging.png b/Icons and cursors/windowsicon/16x16/status/battery-empty-charging.png
deleted file mode 100644
index 29a770f..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/battery-empty-charging.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/battery-empty.png b/Icons and cursors/windowsicon/16x16/status/battery-empty.png
deleted file mode 100644
index 90e342e..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/battery-empty.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/battery-full-charged.png b/Icons and cursors/windowsicon/16x16/status/battery-full-charged.png
deleted file mode 100644
index 271400d..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/battery-full-charged.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/battery-full-charging.png b/Icons and cursors/windowsicon/16x16/status/battery-full-charging.png
deleted file mode 100644
index 271400d..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/battery-full-charging.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/battery-full.png b/Icons and cursors/windowsicon/16x16/status/battery-full.png
deleted file mode 100644
index 35e9026..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/battery-full.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/battery-good-charging.png b/Icons and cursors/windowsicon/16x16/status/battery-good-charging.png
deleted file mode 100644
index b207fd8..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/battery-good-charging.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/battery-good.png b/Icons and cursors/windowsicon/16x16/status/battery-good.png
deleted file mode 100644
index a9a919b..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/battery-good.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/battery-low-charging.png b/Icons and cursors/windowsicon/16x16/status/battery-low-charging.png
deleted file mode 100644
index 67e38eb..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/battery-low-charging.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/battery-low.png b/Icons and cursors/windowsicon/16x16/status/battery-low.png
deleted file mode 100644
index 9fc0bcb..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/battery-low.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/battery-missing.png b/Icons and cursors/windowsicon/16x16/status/battery-missing.png
deleted file mode 100644
index 17a8810..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/battery-missing.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/changes-allow.png b/Icons and cursors/windowsicon/16x16/status/changes-allow.png
deleted file mode 100644
index 19b6161..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/changes-allow.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/changes-prevent.png b/Icons and cursors/windowsicon/16x16/status/changes-prevent.png
deleted file mode 100644
index 0a3379a..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/changes-prevent.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/computer-fail.png b/Icons and cursors/windowsicon/16x16/status/computer-fail.png
deleted file mode 100644
index da217f9..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/computer-fail.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/connect_creating.png b/Icons and cursors/windowsicon/16x16/status/connect_creating.png
deleted file mode 100644
index 6672740..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/connect_creating.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/connect_established.png b/Icons and cursors/windowsicon/16x16/status/connect_established.png
deleted file mode 100644
index 6672740..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/connect_established.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/connect_no.png b/Icons and cursors/windowsicon/16x16/status/connect_no.png
deleted file mode 100644
index 1df2fa4..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/connect_no.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/dialog-error.png b/Icons and cursors/windowsicon/16x16/status/dialog-error.png
deleted file mode 100644
index 3b4ce92..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/dialog-error.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/dialog-information.png b/Icons and cursors/windowsicon/16x16/status/dialog-information.png
deleted file mode 100644
index dc14d68..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/dialog-information.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/dialog-password.png b/Icons and cursors/windowsicon/16x16/status/dialog-password.png
deleted file mode 100644
index 759761e..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/dialog-password.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/dialog-question.png b/Icons and cursors/windowsicon/16x16/status/dialog-question.png
deleted file mode 100644
index 4fb4181..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/dialog-question.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/dialog-warning.png b/Icons and cursors/windowsicon/16x16/status/dialog-warning.png
deleted file mode 100644
index 30ab791..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/dialog-warning.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/edittrash.png b/Icons and cursors/windowsicon/16x16/status/edittrash.png
deleted file mode 100644
index e361e4d..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/edittrash.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/error.png b/Icons and cursors/windowsicon/16x16/status/error.png
deleted file mode 100644
index 3b4ce92..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/error.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/folder-drag-accept.png b/Icons and cursors/windowsicon/16x16/status/folder-drag-accept.png
deleted file mode 100644
index 2199239..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/folder-drag-accept.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/folder-open.png b/Icons and cursors/windowsicon/16x16/status/folder-open.png
deleted file mode 100644
index 2199239..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/folder-open.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/folder-visiting.png b/Icons and cursors/windowsicon/16x16/status/folder-visiting.png
deleted file mode 100644
index 0dfdcb8..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/folder-visiting.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/folder_open.png b/Icons and cursors/windowsicon/16x16/status/folder_open.png
deleted file mode 100644
index 2199239..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/folder_open.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/gnome-dev-wavelan-encrypted.png b/Icons and cursors/windowsicon/16x16/status/gnome-dev-wavelan-encrypted.png
deleted file mode 100644
index 34358cb..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/gnome-dev-wavelan-encrypted.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/gnome-fs-directory-accept.png b/Icons and cursors/windowsicon/16x16/status/gnome-fs-directory-accept.png
deleted file mode 100644
index 2199239..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/gnome-fs-directory-accept.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/gnome-fs-directory-visiting.png b/Icons and cursors/windowsicon/16x16/status/gnome-fs-directory-visiting.png
deleted file mode 100644
index 0dfdcb8..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/gnome-fs-directory-visiting.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/gnome-fs-loading-icon.png b/Icons and cursors/windowsicon/16x16/status/gnome-fs-loading-icon.png
deleted file mode 100644
index 902aedb..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/gnome-fs-loading-icon.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/gnome-fs-trash-full.png b/Icons and cursors/windowsicon/16x16/status/gnome-fs-trash-full.png
deleted file mode 100644
index e361e4d..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/gnome-fs-trash-full.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/gnome-netstatus-disconn.png b/Icons and cursors/windowsicon/16x16/status/gnome-netstatus-disconn.png
deleted file mode 100644
index 1df2fa4..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/gnome-netstatus-disconn.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/gnome-netstatus-error.png b/Icons and cursors/windowsicon/16x16/status/gnome-netstatus-error.png
deleted file mode 100644
index 1541859..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/gnome-netstatus-error.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/gnome-netstatus-idle.png b/Icons and cursors/windowsicon/16x16/status/gnome-netstatus-idle.png
deleted file mode 100644
index 6672740..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/gnome-netstatus-idle.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/gnome-netstatus-rx.png b/Icons and cursors/windowsicon/16x16/status/gnome-netstatus-rx.png
deleted file mode 100644
index 6672740..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/gnome-netstatus-rx.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/gnome-netstatus-tx.png b/Icons and cursors/windowsicon/16x16/status/gnome-netstatus-tx.png
deleted file mode 100644
index 6672740..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/gnome-netstatus-tx.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/gnome-netstatus-txrx.png b/Icons and cursors/windowsicon/16x16/status/gnome-netstatus-txrx.png
deleted file mode 100644
index 6672740..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/gnome-netstatus-txrx.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/gnome-stock-trash-full.png b/Icons and cursors/windowsicon/16x16/status/gnome-stock-trash-full.png
deleted file mode 100644
index e361e4d..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/gnome-stock-trash-full.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/gtk-dialog-authentication.png b/Icons and cursors/windowsicon/16x16/status/gtk-dialog-authentication.png
deleted file mode 100644
index 759761e..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/gtk-dialog-authentication.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/gtk-dialog-error.png b/Icons and cursors/windowsicon/16x16/status/gtk-dialog-error.png
deleted file mode 100644
index 3b4ce92..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/gtk-dialog-error.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/gtk-dialog-info.png b/Icons and cursors/windowsicon/16x16/status/gtk-dialog-info.png
deleted file mode 100644
index dc14d68..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/gtk-dialog-info.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/gtk-dialog-question.png b/Icons and cursors/windowsicon/16x16/status/gtk-dialog-question.png
deleted file mode 100644
index 4fb4181..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/gtk-dialog-question.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/gtk-dialog-warning.png b/Icons and cursors/windowsicon/16x16/status/gtk-dialog-warning.png
deleted file mode 100644
index 30ab791..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/gtk-dialog-warning.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/gtk-directory.png b/Icons and cursors/windowsicon/16x16/status/gtk-directory.png
deleted file mode 100644
index 2199239..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/gtk-directory.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/gtk-missing-image.png b/Icons and cursors/windowsicon/16x16/status/gtk-missing-image.png
deleted file mode 100644
index 06bd467..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/gtk-missing-image.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/image-loading.png b/Icons and cursors/windowsicon/16x16/status/image-loading.png
deleted file mode 100644
index 902aedb..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/image-loading.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/image-missing.png b/Icons and cursors/windowsicon/16x16/status/image-missing.png
deleted file mode 100644
index 06bd467..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/image-missing.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/important.png b/Icons and cursors/windowsicon/16x16/status/important.png
deleted file mode 100644
index 30ab791..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/important.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/info.png b/Icons and cursors/windowsicon/16x16/status/info.png
deleted file mode 100644
index dc14d68..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/info.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/mail-attachment.png b/Icons and cursors/windowsicon/16x16/status/mail-attachment.png
deleted file mode 100644
index 10d81b4..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/mail-attachment.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/mail-read.png b/Icons and cursors/windowsicon/16x16/status/mail-read.png
deleted file mode 100644
index 11ebed9..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/mail-read.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/mail-replied.png b/Icons and cursors/windowsicon/16x16/status/mail-replied.png
deleted file mode 100644
index 2c7afed..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/mail-replied.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/mail-signed-verified.png b/Icons and cursors/windowsicon/16x16/status/mail-signed-verified.png
deleted file mode 100644
index 2baeae5..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/mail-signed-verified.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/mail-signed.png b/Icons and cursors/windowsicon/16x16/status/mail-signed.png
deleted file mode 100644
index 2baeae5..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/mail-signed.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/mail-unread.png b/Icons and cursors/windowsicon/16x16/status/mail-unread.png
deleted file mode 100644
index 1f54403..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/mail-unread.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/media-playlist-repeat.png b/Icons and cursors/windowsicon/16x16/status/media-playlist-repeat.png
deleted file mode 100644
index fcb217e..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/media-playlist-repeat.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/media-playlist-shuffle.png b/Icons and cursors/windowsicon/16x16/status/media-playlist-shuffle.png
deleted file mode 100644
index b6e9a45..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/media-playlist-shuffle.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/messagebox_critical.png b/Icons and cursors/windowsicon/16x16/status/messagebox_critical.png
deleted file mode 100644
index 3b4ce92..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/messagebox_critical.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/messagebox_info.png b/Icons and cursors/windowsicon/16x16/status/messagebox_info.png
deleted file mode 100644
index dc14d68..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/messagebox_info.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/messagebox_warning.png b/Icons and cursors/windowsicon/16x16/status/messagebox_warning.png
deleted file mode 100644
index 30ab791..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/messagebox_warning.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/microphone-sensitivity-high.png b/Icons and cursors/windowsicon/16x16/status/microphone-sensitivity-high.png
deleted file mode 100644
index c64a1f0..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/microphone-sensitivity-high.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/microphone-sensitivity-low.png b/Icons and cursors/windowsicon/16x16/status/microphone-sensitivity-low.png
deleted file mode 100644
index 0678b16..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/microphone-sensitivity-low.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/microphone-sensitivity-medium.png b/Icons and cursors/windowsicon/16x16/status/microphone-sensitivity-medium.png
deleted file mode 100644
index 787dfa7..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/microphone-sensitivity-medium.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/microphone-sensitivity-muted.png b/Icons and cursors/windowsicon/16x16/status/microphone-sensitivity-muted.png
deleted file mode 100644
index 88d98cd..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/microphone-sensitivity-muted.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/network-cellular-connected.png b/Icons and cursors/windowsicon/16x16/status/network-cellular-connected.png
deleted file mode 100644
index 6667fec..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/network-cellular-connected.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/network-error.png b/Icons and cursors/windowsicon/16x16/status/network-error.png
deleted file mode 100644
index 1541859..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/network-error.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/network-idle.png b/Icons and cursors/windowsicon/16x16/status/network-idle.png
deleted file mode 100644
index 6672740..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/network-idle.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/network-offline.png b/Icons and cursors/windowsicon/16x16/status/network-offline.png
deleted file mode 100644
index 1df2fa4..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/network-offline.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/network-receive.png b/Icons and cursors/windowsicon/16x16/status/network-receive.png
deleted file mode 100644
index 6672740..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/network-receive.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/network-transmit-receive.png b/Icons and cursors/windowsicon/16x16/status/network-transmit-receive.png
deleted file mode 100644
index 6672740..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/network-transmit-receive.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/network-transmit.png b/Icons and cursors/windowsicon/16x16/status/network-transmit.png
deleted file mode 100644
index 6672740..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/network-transmit.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/network-wired-disconnected.png b/Icons and cursors/windowsicon/16x16/status/network-wired-disconnected.png
deleted file mode 100644
index 1df2fa4..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/network-wired-disconnected.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/network-wireless-encrypted.png b/Icons and cursors/windowsicon/16x16/status/network-wireless-encrypted.png
deleted file mode 100644
index 34358cb..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/network-wireless-encrypted.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/nm-no-connection.png b/Icons and cursors/windowsicon/16x16/status/nm-no-connection.png
deleted file mode 100644
index 1df2fa4..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/nm-no-connection.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/non-starred.png b/Icons and cursors/windowsicon/16x16/status/non-starred.png
deleted file mode 100644
index c8e8e64..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/non-starred.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/printer-error.png b/Icons and cursors/windowsicon/16x16/status/printer-error.png
deleted file mode 100644
index e2bedbd..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/printer-error.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/printer-printing.png b/Icons and cursors/windowsicon/16x16/status/printer-printing.png
deleted file mode 100644
index baeecbf..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/printer-printing.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/security-high.png b/Icons and cursors/windowsicon/16x16/status/security-high.png
deleted file mode 100644
index 004a5e5..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/security-high.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/security-low.png b/Icons and cursors/windowsicon/16x16/status/security-low.png
deleted file mode 100644
index 3983df6..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/security-low.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/security-medium.png b/Icons and cursors/windowsicon/16x16/status/security-medium.png
deleted file mode 100644
index f27249b..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/security-medium.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/semi-starred-rtl.png b/Icons and cursors/windowsicon/16x16/status/semi-starred-rtl.png
deleted file mode 100644
index 7601210..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/semi-starred-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/semi-starred.png b/Icons and cursors/windowsicon/16x16/status/semi-starred.png
deleted file mode 100644
index a0b69a1..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/semi-starred.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/software-update-available.png b/Icons and cursors/windowsicon/16x16/status/software-update-available.png
deleted file mode 100644
index d221400..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/software-update-available.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/software-update-urgent.png b/Icons and cursors/windowsicon/16x16/status/software-update-urgent.png
deleted file mode 100644
index 0f48b45..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/software-update-urgent.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/starred.png b/Icons and cursors/windowsicon/16x16/status/starred.png
deleted file mode 100644
index f58a308..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/starred.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/stock_appointment-reminder-excl.png b/Icons and cursors/windowsicon/16x16/status/stock_appointment-reminder-excl.png
deleted file mode 100644
index 1ab1dc1..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/stock_appointment-reminder-excl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/stock_appointment-reminder.png b/Icons and cursors/windowsicon/16x16/status/stock_appointment-reminder.png
deleted file mode 100644
index f818fe0..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/stock_appointment-reminder.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/stock_attach.png b/Icons and cursors/windowsicon/16x16/status/stock_attach.png
deleted file mode 100644
index 10d81b4..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/stock_attach.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/stock_dialog-error.png b/Icons and cursors/windowsicon/16x16/status/stock_dialog-error.png
deleted file mode 100644
index 3b4ce92..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/stock_dialog-error.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/stock_dialog-info.png b/Icons and cursors/windowsicon/16x16/status/stock_dialog-info.png
deleted file mode 100644
index dc14d68..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/stock_dialog-info.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/stock_dialog-question.png b/Icons and cursors/windowsicon/16x16/status/stock_dialog-question.png
deleted file mode 100644
index 4fb4181..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/stock_dialog-question.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/stock_dialog-warning.png b/Icons and cursors/windowsicon/16x16/status/stock_dialog-warning.png
deleted file mode 100644
index 30ab791..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/stock_dialog-warning.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/stock_lock-broken.png b/Icons and cursors/windowsicon/16x16/status/stock_lock-broken.png
deleted file mode 100644
index 3983df6..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/stock_lock-broken.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/stock_lock-ok.png b/Icons and cursors/windowsicon/16x16/status/stock_lock-ok.png
deleted file mode 100644
index 004a5e5..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/stock_lock-ok.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/stock_lock-open.png b/Icons and cursors/windowsicon/16x16/status/stock_lock-open.png
deleted file mode 100644
index 3983df6..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/stock_lock-open.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/stock_lock.png b/Icons and cursors/windowsicon/16x16/status/stock_lock.png
deleted file mode 100644
index f27249b..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/stock_lock.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/stock_mail-open.png b/Icons and cursors/windowsicon/16x16/status/stock_mail-open.png
deleted file mode 100644
index 11ebed9..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/stock_mail-open.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/stock_mail-replied.png b/Icons and cursors/windowsicon/16x16/status/stock_mail-replied.png
deleted file mode 100644
index 2c7afed..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/stock_mail-replied.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/stock_mail-unread.png b/Icons and cursors/windowsicon/16x16/status/stock_mail-unread.png
deleted file mode 100644
index 1f54403..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/stock_mail-unread.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/stock_open.png b/Icons and cursors/windowsicon/16x16/status/stock_open.png
deleted file mode 100644
index 2199239..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/stock_open.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/stock_repeat.png b/Icons and cursors/windowsicon/16x16/status/stock_repeat.png
deleted file mode 100644
index f354e3f..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/stock_repeat.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/stock_shuffle.png b/Icons and cursors/windowsicon/16x16/status/stock_shuffle.png
deleted file mode 100644
index 197b5fe..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/stock_shuffle.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/stock_trash_full.png b/Icons and cursors/windowsicon/16x16/status/stock_trash_full.png
deleted file mode 100644
index e361e4d..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/stock_trash_full.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/stock_volume-0.png b/Icons and cursors/windowsicon/16x16/status/stock_volume-0.png
deleted file mode 100644
index 789c612..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/stock_volume-0.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/stock_volume-max.png b/Icons and cursors/windowsicon/16x16/status/stock_volume-max.png
deleted file mode 100644
index 701b17c..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/stock_volume-max.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/stock_volume-med.png b/Icons and cursors/windowsicon/16x16/status/stock_volume-med.png
deleted file mode 100644
index 6a03d37..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/stock_volume-med.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/stock_volume-min.png b/Icons and cursors/windowsicon/16x16/status/stock_volume-min.png
deleted file mode 100644
index 789c612..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/stock_volume-min.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/stock_volume-mute.png b/Icons and cursors/windowsicon/16x16/status/stock_volume-mute.png
deleted file mode 100644
index 45e1af1..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/stock_volume-mute.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/stock_volume.png b/Icons and cursors/windowsicon/16x16/status/stock_volume.png
deleted file mode 100644
index 701b17c..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/stock_volume.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/stock_weather-cloudy.png b/Icons and cursors/windowsicon/16x16/status/stock_weather-cloudy.png
deleted file mode 100644
index 53a05a0..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/stock_weather-cloudy.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/stock_weather-few-clouds.png b/Icons and cursors/windowsicon/16x16/status/stock_weather-few-clouds.png
deleted file mode 100644
index 9652fbf..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/stock_weather-few-clouds.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/stock_weather-fog.png b/Icons and cursors/windowsicon/16x16/status/stock_weather-fog.png
deleted file mode 100644
index 73ac79d..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/stock_weather-fog.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/stock_weather-night-clear.png b/Icons and cursors/windowsicon/16x16/status/stock_weather-night-clear.png
deleted file mode 100644
index 1634589..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/stock_weather-night-clear.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/stock_weather-night-few-clouds.png b/Icons and cursors/windowsicon/16x16/status/stock_weather-night-few-clouds.png
deleted file mode 100644
index 405ea51..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/stock_weather-night-few-clouds.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/stock_weather-showers.png b/Icons and cursors/windowsicon/16x16/status/stock_weather-showers.png
deleted file mode 100644
index 609f187..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/stock_weather-showers.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/stock_weather-snow.png b/Icons and cursors/windowsicon/16x16/status/stock_weather-snow.png
deleted file mode 100644
index ccee1e5..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/stock_weather-snow.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/stock_weather-storm.png b/Icons and cursors/windowsicon/16x16/status/stock_weather-storm.png
deleted file mode 100644
index 897765e..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/stock_weather-storm.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/stock_weather-sunny.png b/Icons and cursors/windowsicon/16x16/status/stock_weather-sunny.png
deleted file mode 100644
index 88dc46a..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/stock_weather-sunny.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/sunny.png b/Icons and cursors/windowsicon/16x16/status/sunny.png
deleted file mode 100644
index 88dc46a..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/sunny.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/task-due.png b/Icons and cursors/windowsicon/16x16/status/task-due.png
deleted file mode 100644
index f60bbe2..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/task-due.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/task-past-due.png b/Icons and cursors/windowsicon/16x16/status/task-past-due.png
deleted file mode 100644
index c8d2959..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/task-past-due.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/trashcan_full.png b/Icons and cursors/windowsicon/16x16/status/trashcan_full.png
deleted file mode 100644
index e361e4d..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/trashcan_full.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/trophy-bronze.png b/Icons and cursors/windowsicon/16x16/status/trophy-bronze.png
deleted file mode 100644
index 2fd756b..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/trophy-bronze.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/trophy-gold.png b/Icons and cursors/windowsicon/16x16/status/trophy-gold.png
deleted file mode 100644
index cb68f0e..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/trophy-gold.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/trophy-silver.png b/Icons and cursors/windowsicon/16x16/status/trophy-silver.png
deleted file mode 100644
index 0d7f7cc..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/trophy-silver.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/user-available.png b/Icons and cursors/windowsicon/16x16/status/user-available.png
deleted file mode 100644
index d91a094..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/user-available.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/user-away.png b/Icons and cursors/windowsicon/16x16/status/user-away.png
deleted file mode 100644
index d1f4438..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/user-away.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/user-busy.png b/Icons and cursors/windowsicon/16x16/status/user-busy.png
deleted file mode 100644
index 5fa1ce9..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/user-busy.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/user-idle.png b/Icons and cursors/windowsicon/16x16/status/user-idle.png
deleted file mode 100644
index fd66947..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/user-idle.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/user-invisible.png b/Icons and cursors/windowsicon/16x16/status/user-invisible.png
deleted file mode 100644
index 3002b09..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/user-invisible.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/user-offline.png b/Icons and cursors/windowsicon/16x16/status/user-offline.png
deleted file mode 100644
index 8feb941..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/user-offline.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/user-trash-full.png b/Icons and cursors/windowsicon/16x16/status/user-trash-full.png
deleted file mode 100644
index e361e4d..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/user-trash-full.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-000.png b/Icons and cursors/windowsicon/16x16/status/weather-clear-night-000.png
deleted file mode 100644
index 1f23b42..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-000.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-010.png b/Icons and cursors/windowsicon/16x16/status/weather-clear-night-010.png
deleted file mode 100644
index 77a2aaa..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-010.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-020.png b/Icons and cursors/windowsicon/16x16/status/weather-clear-night-020.png
deleted file mode 100644
index c53539f..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-020.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-030.png b/Icons and cursors/windowsicon/16x16/status/weather-clear-night-030.png
deleted file mode 100644
index 8546a5f..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-030.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-040.png b/Icons and cursors/windowsicon/16x16/status/weather-clear-night-040.png
deleted file mode 100644
index f5dfda5..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-040.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-050.png b/Icons and cursors/windowsicon/16x16/status/weather-clear-night-050.png
deleted file mode 100644
index 7e50d81..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-050.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-060.png b/Icons and cursors/windowsicon/16x16/status/weather-clear-night-060.png
deleted file mode 100644
index c6e5e16..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-060.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-070.png b/Icons and cursors/windowsicon/16x16/status/weather-clear-night-070.png
deleted file mode 100644
index 0bba49d..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-070.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-080.png b/Icons and cursors/windowsicon/16x16/status/weather-clear-night-080.png
deleted file mode 100644
index 1ef6bff..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-080.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-090.png b/Icons and cursors/windowsicon/16x16/status/weather-clear-night-090.png
deleted file mode 100644
index 09b7d51..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-090.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-100.png b/Icons and cursors/windowsicon/16x16/status/weather-clear-night-100.png
deleted file mode 100644
index c62b925..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-100.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-110.png b/Icons and cursors/windowsicon/16x16/status/weather-clear-night-110.png
deleted file mode 100644
index a8bee3b..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-110.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-120.png b/Icons and cursors/windowsicon/16x16/status/weather-clear-night-120.png
deleted file mode 100644
index 2a9f008..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-120.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-130.png b/Icons and cursors/windowsicon/16x16/status/weather-clear-night-130.png
deleted file mode 100644
index 3337e86..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-130.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-140.png b/Icons and cursors/windowsicon/16x16/status/weather-clear-night-140.png
deleted file mode 100644
index c91b249..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-140.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-150.png b/Icons and cursors/windowsicon/16x16/status/weather-clear-night-150.png
deleted file mode 100644
index ae2fc77..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-150.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-160.png b/Icons and cursors/windowsicon/16x16/status/weather-clear-night-160.png
deleted file mode 100644
index 2678aca..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-160.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-170.png b/Icons and cursors/windowsicon/16x16/status/weather-clear-night-170.png
deleted file mode 100644
index b0b67dd..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-170.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-190.png b/Icons and cursors/windowsicon/16x16/status/weather-clear-night-190.png
deleted file mode 100644
index 12cae39..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-190.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-200.png b/Icons and cursors/windowsicon/16x16/status/weather-clear-night-200.png
deleted file mode 100644
index 9187205..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-200.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-210.png b/Icons and cursors/windowsicon/16x16/status/weather-clear-night-210.png
deleted file mode 100644
index 8da2dc3..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-210.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-220.png b/Icons and cursors/windowsicon/16x16/status/weather-clear-night-220.png
deleted file mode 100644
index ba89b2b..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-220.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-230.png b/Icons and cursors/windowsicon/16x16/status/weather-clear-night-230.png
deleted file mode 100644
index 58e424f..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-230.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-240.png b/Icons and cursors/windowsicon/16x16/status/weather-clear-night-240.png
deleted file mode 100644
index a477930..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-240.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-250.png b/Icons and cursors/windowsicon/16x16/status/weather-clear-night-250.png
deleted file mode 100644
index 770439a..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-250.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-260.png b/Icons and cursors/windowsicon/16x16/status/weather-clear-night-260.png
deleted file mode 100644
index 57a06d9..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-260.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-270.png b/Icons and cursors/windowsicon/16x16/status/weather-clear-night-270.png
deleted file mode 100644
index ca66f73..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-270.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-280.png b/Icons and cursors/windowsicon/16x16/status/weather-clear-night-280.png
deleted file mode 100644
index bc68334..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-280.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-290.png b/Icons and cursors/windowsicon/16x16/status/weather-clear-night-290.png
deleted file mode 100644
index 68ebb55..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-290.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-300.png b/Icons and cursors/windowsicon/16x16/status/weather-clear-night-300.png
deleted file mode 100644
index c2b8328..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-300.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-310.png b/Icons and cursors/windowsicon/16x16/status/weather-clear-night-310.png
deleted file mode 100644
index e4ac2de..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-310.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-320.png b/Icons and cursors/windowsicon/16x16/status/weather-clear-night-320.png
deleted file mode 100644
index ebc9edc..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-320.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-330.png b/Icons and cursors/windowsicon/16x16/status/weather-clear-night-330.png
deleted file mode 100644
index 1ea499e..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-330.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-340.png b/Icons and cursors/windowsicon/16x16/status/weather-clear-night-340.png
deleted file mode 100644
index 881c26b..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-340.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-350.png b/Icons and cursors/windowsicon/16x16/status/weather-clear-night-350.png
deleted file mode 100644
index 673e5a1..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-350.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/weather-clear-night.png b/Icons and cursors/windowsicon/16x16/status/weather-clear-night.png
deleted file mode 100644
index 1634589..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/weather-clear-night.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/weather-clear.png b/Icons and cursors/windowsicon/16x16/status/weather-clear.png
deleted file mode 100644
index 88dc46a..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/weather-clear.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-000.png b/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-000.png
deleted file mode 100644
index 1ccc9da..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-000.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-010.png b/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-010.png
deleted file mode 100644
index aff0855..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-010.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-020.png b/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-020.png
deleted file mode 100644
index 457a4e8..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-020.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-030.png b/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-030.png
deleted file mode 100644
index d66497f..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-030.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-040.png b/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-040.png
deleted file mode 100644
index c086059..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-040.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-050.png b/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-050.png
deleted file mode 100644
index 8cead00..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-050.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-060.png b/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-060.png
deleted file mode 100644
index 60525af..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-060.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-070.png b/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-070.png
deleted file mode 100644
index c0c4b06..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-070.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-080.png b/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-080.png
deleted file mode 100644
index 61f9825..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-080.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-090.png b/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-090.png
deleted file mode 100644
index e9a7438..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-090.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-110.png b/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-110.png
deleted file mode 100644
index 0a87807..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-110.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-120.png b/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-120.png
deleted file mode 100644
index ce432fa..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-120.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-130.png b/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-130.png
deleted file mode 100644
index f769b87..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-130.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-140.png b/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-140.png
deleted file mode 100644
index f4384ce..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-140.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-150.png b/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-150.png
deleted file mode 100644
index f0ecbb5..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-150.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-160.png b/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-160.png
deleted file mode 100644
index 87df25d..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-160.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-200.png b/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-200.png
deleted file mode 100644
index 6a4cafb..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-200.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-210.png b/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-210.png
deleted file mode 100644
index e208005..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-210.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-220.png b/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-220.png
deleted file mode 100644
index 6c9cb77..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-220.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-230.png b/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-230.png
deleted file mode 100644
index 1fa0d43..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-230.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-240.png b/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-240.png
deleted file mode 100644
index d52bb0b..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-240.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-250.png b/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-250.png
deleted file mode 100644
index 9952d01..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-250.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-260.png b/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-260.png
deleted file mode 100644
index e3e098a..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-260.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-270.png b/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-270.png
deleted file mode 100644
index 86e1c22..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-270.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-280.png b/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-280.png
deleted file mode 100644
index 49de98c..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-280.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-290.png b/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-290.png
deleted file mode 100644
index 5b4de33..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-290.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-300.png b/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-300.png
deleted file mode 100644
index 30c0946..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-300.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-310.png b/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-310.png
deleted file mode 100644
index 858153a..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-310.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-320.png b/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-320.png
deleted file mode 100644
index 1ac11fb..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-320.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-330.png b/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-330.png
deleted file mode 100644
index f581ef5..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-330.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-340.png b/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-340.png
deleted file mode 100644
index 9b276ca..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-340.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-350.png b/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-350.png
deleted file mode 100644
index 8ccc0af..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-350.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night.png b/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night.png
deleted file mode 100644
index 405ea51..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds.png b/Icons and cursors/windowsicon/16x16/status/weather-few-clouds.png
deleted file mode 100644
index 9652fbf..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/weather-fog.png b/Icons and cursors/windowsicon/16x16/status/weather-fog.png
deleted file mode 100644
index 73ac79d..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/weather-fog.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/weather-overcast.png b/Icons and cursors/windowsicon/16x16/status/weather-overcast.png
deleted file mode 100644
index 53a05a0..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/weather-overcast.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/weather-severe-alert.png b/Icons and cursors/windowsicon/16x16/status/weather-severe-alert.png
deleted file mode 100644
index 84ffb6b..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/weather-severe-alert.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/weather-showers-scattered.png b/Icons and cursors/windowsicon/16x16/status/weather-showers-scattered.png
deleted file mode 100644
index 865173e..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/weather-showers-scattered.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/weather-showers.png b/Icons and cursors/windowsicon/16x16/status/weather-showers.png
deleted file mode 100644
index 609f187..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/weather-showers.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/weather-snow.png b/Icons and cursors/windowsicon/16x16/status/weather-snow.png
deleted file mode 100644
index ccee1e5..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/weather-snow.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/weather-storm.png b/Icons and cursors/windowsicon/16x16/status/weather-storm.png
deleted file mode 100644
index 897765e..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/weather-storm.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/16x16/status/xfce-trash_full.png b/Icons and cursors/windowsicon/16x16/status/xfce-trash_full.png
deleted file mode 100644
index e361e4d..0000000
Binary files a/Icons and cursors/windowsicon/16x16/status/xfce-trash_full.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/add.png b/Icons and cursors/windowsicon/22x22/actions/add.png
deleted file mode 100644
index 910ff84..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/add.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/address-book-new.png b/Icons and cursors/windowsicon/22x22/actions/address-book-new.png
deleted file mode 100644
index f89ca4d..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/address-book-new.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/application-exit.png b/Icons and cursors/windowsicon/22x22/actions/application-exit.png
deleted file mode 100644
index 6954a43..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/application-exit.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/application-menu.png b/Icons and cursors/windowsicon/22x22/actions/application-menu.png
deleted file mode 100644
index b3b5fe4..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/application-menu.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/appointment-new.png b/Icons and cursors/windowsicon/22x22/actions/appointment-new.png
deleted file mode 100644
index aa2c033..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/appointment-new.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/appointment.png b/Icons and cursors/windowsicon/22x22/actions/appointment.png
deleted file mode 100644
index aa2c033..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/appointment.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/back.png b/Icons and cursors/windowsicon/22x22/actions/back.png
deleted file mode 100644
index b984c5f..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/back.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/bookmark-new.png b/Icons and cursors/windowsicon/22x22/actions/bookmark-new.png
deleted file mode 100644
index f40b6f0..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/bookmark-new.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/bookmark_add.png b/Icons and cursors/windowsicon/22x22/actions/bookmark_add.png
deleted file mode 100644
index f40b6f0..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/bookmark_add.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/bookmarks_list_add.png b/Icons and cursors/windowsicon/22x22/actions/bookmarks_list_add.png
deleted file mode 100644
index f40b6f0..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/bookmarks_list_add.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/bottom.png b/Icons and cursors/windowsicon/22x22/actions/bottom.png
deleted file mode 100644
index 5520b8e..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/bottom.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/button_cancel.png b/Icons and cursors/windowsicon/22x22/actions/button_cancel.png
deleted file mode 100644
index 6d765d7..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/button_cancel.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/call-start.png b/Icons and cursors/windowsicon/22x22/actions/call-start.png
deleted file mode 100644
index d89f30e..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/call-start.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/call-stop.png b/Icons and cursors/windowsicon/22x22/actions/call-stop.png
deleted file mode 100644
index 08d369f..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/call-stop.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/cancel.png b/Icons and cursors/windowsicon/22x22/actions/cancel.png
deleted file mode 100644
index 6d765d7..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/cancel.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/centrejust.png b/Icons and cursors/windowsicon/22x22/actions/centrejust.png
deleted file mode 100644
index 76b06b9..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/centrejust.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/configure-toolbars.png b/Icons and cursors/windowsicon/22x22/actions/configure-toolbars.png
deleted file mode 100644
index 9f96d7d..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/configure-toolbars.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/configure.png b/Icons and cursors/windowsicon/22x22/actions/configure.png
deleted file mode 100644
index 9f96d7d..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/configure.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/configure_kile.png b/Icons and cursors/windowsicon/22x22/actions/configure_kile.png
deleted file mode 100644
index 9f96d7d..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/configure_kile.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/configure_project.png b/Icons and cursors/windowsicon/22x22/actions/configure_project.png
deleted file mode 100644
index 9f96d7d..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/configure_project.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/contact-new.png b/Icons and cursors/windowsicon/22x22/actions/contact-new.png
deleted file mode 100644
index a68c482..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/contact-new.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/dialog-cancel.png b/Icons and cursors/windowsicon/22x22/actions/dialog-cancel.png
deleted file mode 100644
index 6d765d7..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/dialog-cancel.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/document-new.png b/Icons and cursors/windowsicon/22x22/actions/document-new.png
deleted file mode 100644
index 89498c3..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/document-new.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/document-open-recent.png b/Icons and cursors/windowsicon/22x22/actions/document-open-recent.png
deleted file mode 100644
index f9952e4..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/document-open-recent.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/document-open.png b/Icons and cursors/windowsicon/22x22/actions/document-open.png
deleted file mode 100644
index 375b2b8..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/document-open.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/document-page-setup.png b/Icons and cursors/windowsicon/22x22/actions/document-page-setup.png
deleted file mode 100644
index e98b716..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/document-page-setup.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/document-print-preview.png b/Icons and cursors/windowsicon/22x22/actions/document-print-preview.png
deleted file mode 100644
index cf47520..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/document-print-preview.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/document-print.png b/Icons and cursors/windowsicon/22x22/actions/document-print.png
deleted file mode 100644
index f0a5a7d..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/document-print.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/document-properties.png b/Icons and cursors/windowsicon/22x22/actions/document-properties.png
deleted file mode 100644
index 50b827d..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/document-properties.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/document-revert-rtl.png b/Icons and cursors/windowsicon/22x22/actions/document-revert-rtl.png
deleted file mode 100644
index f324117..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/document-revert-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/document-revert.png b/Icons and cursors/windowsicon/22x22/actions/document-revert.png
deleted file mode 100644
index 5cdadba..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/document-revert.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/document-save-as.png b/Icons and cursors/windowsicon/22x22/actions/document-save-as.png
deleted file mode 100644
index 91bfca0..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/document-save-as.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/document-save.png b/Icons and cursors/windowsicon/22x22/actions/document-save.png
deleted file mode 100644
index 5d08ae0..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/document-save.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/document-send.png b/Icons and cursors/windowsicon/22x22/actions/document-send.png
deleted file mode 100644
index c22bfee..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/document-send.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/down.png b/Icons and cursors/windowsicon/22x22/actions/down.png
deleted file mode 100644
index 5520b8e..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/down.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/edit-clear.png b/Icons and cursors/windowsicon/22x22/actions/edit-clear.png
deleted file mode 100644
index 1949036..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/edit-clear.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/edit-copy.png b/Icons and cursors/windowsicon/22x22/actions/edit-copy.png
deleted file mode 100644
index 5257482..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/edit-copy.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/edit-cut.png b/Icons and cursors/windowsicon/22x22/actions/edit-cut.png
deleted file mode 100644
index cf13875..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/edit-cut.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/edit-delete.png b/Icons and cursors/windowsicon/22x22/actions/edit-delete.png
deleted file mode 100644
index 013cbb6..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/edit-delete.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/edit-find-replace.png b/Icons and cursors/windowsicon/22x22/actions/edit-find-replace.png
deleted file mode 100644
index 9edf9e7..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/edit-find-replace.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/edit-find.png b/Icons and cursors/windowsicon/22x22/actions/edit-find.png
deleted file mode 100644
index da7672f..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/edit-find.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/edit-paste.png b/Icons and cursors/windowsicon/22x22/actions/edit-paste.png
deleted file mode 100644
index aa70503..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/edit-paste.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/edit-redo-rtl.png b/Icons and cursors/windowsicon/22x22/actions/edit-redo-rtl.png
deleted file mode 100644
index 538358d..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/edit-redo-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/edit-redo.png b/Icons and cursors/windowsicon/22x22/actions/edit-redo.png
deleted file mode 100644
index a8deedb..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/edit-redo.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/edit-select-all.png b/Icons and cursors/windowsicon/22x22/actions/edit-select-all.png
deleted file mode 100644
index 18d9b30..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/edit-select-all.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/edit-undo-rtl.png b/Icons and cursors/windowsicon/22x22/actions/edit-undo-rtl.png
deleted file mode 100644
index a8deedb..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/edit-undo-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/edit-undo.png b/Icons and cursors/windowsicon/22x22/actions/edit-undo.png
deleted file mode 100644
index 538358d..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/edit-undo.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/editclear.png b/Icons and cursors/windowsicon/22x22/actions/editclear.png
deleted file mode 100644
index 1949036..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/editclear.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/editcopy.png b/Icons and cursors/windowsicon/22x22/actions/editcopy.png
deleted file mode 100644
index 5257482..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/editcopy.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/editcut.png b/Icons and cursors/windowsicon/22x22/actions/editcut.png
deleted file mode 100644
index cf13875..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/editcut.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/editdelete.png b/Icons and cursors/windowsicon/22x22/actions/editdelete.png
deleted file mode 100644
index 013cbb6..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/editdelete.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/editpaste.png b/Icons and cursors/windowsicon/22x22/actions/editpaste.png
deleted file mode 100644
index aa70503..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/editpaste.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/exit.png b/Icons and cursors/windowsicon/22x22/actions/exit.png
deleted file mode 100644
index 6954a43..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/exit.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/filefind.png b/Icons and cursors/windowsicon/22x22/actions/filefind.png
deleted file mode 100644
index da7672f..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/filefind.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/filenew.png b/Icons and cursors/windowsicon/22x22/actions/filenew.png
deleted file mode 100644
index 89498c3..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/filenew.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/fileopen.png b/Icons and cursors/windowsicon/22x22/actions/fileopen.png
deleted file mode 100644
index 375b2b8..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/fileopen.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/fileprint.png b/Icons and cursors/windowsicon/22x22/actions/fileprint.png
deleted file mode 100644
index f0a5a7d..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/fileprint.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/filequickprint.png b/Icons and cursors/windowsicon/22x22/actions/filequickprint.png
deleted file mode 100644
index cf47520..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/filequickprint.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/filesave.png b/Icons and cursors/windowsicon/22x22/actions/filesave.png
deleted file mode 100644
index 5d08ae0..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/filesave.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/filesaveas.png b/Icons and cursors/windowsicon/22x22/actions/filesaveas.png
deleted file mode 100644
index 91bfca0..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/filesaveas.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/filter.png b/Icons and cursors/windowsicon/22x22/actions/filter.png
deleted file mode 100644
index f9d8586..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/filter.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/find.png b/Icons and cursors/windowsicon/22x22/actions/find.png
deleted file mode 100644
index da7672f..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/find.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/finish.png b/Icons and cursors/windowsicon/22x22/actions/finish.png
deleted file mode 100644
index 3d6db4a..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/finish.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/folder-new.png b/Icons and cursors/windowsicon/22x22/actions/folder-new.png
deleted file mode 100644
index a88eb5d..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/folder-new.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/folder_new.png b/Icons and cursors/windowsicon/22x22/actions/folder_new.png
deleted file mode 100644
index a88eb5d..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/folder_new.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/format-indent-less-rtl.png b/Icons and cursors/windowsicon/22x22/actions/format-indent-less-rtl.png
deleted file mode 100644
index 33163f3..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/format-indent-less-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/format-indent-less.png b/Icons and cursors/windowsicon/22x22/actions/format-indent-less.png
deleted file mode 100644
index ac32349..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/format-indent-less.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/format-indent-more-rtl.png b/Icons and cursors/windowsicon/22x22/actions/format-indent-more-rtl.png
deleted file mode 100644
index ac32349..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/format-indent-more-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/format-indent-more.png b/Icons and cursors/windowsicon/22x22/actions/format-indent-more.png
deleted file mode 100644
index 33163f3..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/format-indent-more.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/format-justify-center.png b/Icons and cursors/windowsicon/22x22/actions/format-justify-center.png
deleted file mode 100644
index 76b06b9..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/format-justify-center.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/format-justify-fill.png b/Icons and cursors/windowsicon/22x22/actions/format-justify-fill.png
deleted file mode 100644
index 9c12619..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/format-justify-fill.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/format-justify-left.png b/Icons and cursors/windowsicon/22x22/actions/format-justify-left.png
deleted file mode 100644
index b41fa5c..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/format-justify-left.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/format-justify-right.png b/Icons and cursors/windowsicon/22x22/actions/format-justify-right.png
deleted file mode 100644
index 3084a15..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/format-justify-right.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/format-text-bold.png b/Icons and cursors/windowsicon/22x22/actions/format-text-bold.png
deleted file mode 100644
index 977da5d..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/format-text-bold.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/format-text-direction-ltr.png b/Icons and cursors/windowsicon/22x22/actions/format-text-direction-ltr.png
deleted file mode 100644
index 12fd96c..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/format-text-direction-ltr.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/format-text-direction-rtl.png b/Icons and cursors/windowsicon/22x22/actions/format-text-direction-rtl.png
deleted file mode 100644
index f251e61..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/format-text-direction-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/format-text-italic.png b/Icons and cursors/windowsicon/22x22/actions/format-text-italic.png
deleted file mode 100644
index 1e479d9..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/format-text-italic.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/format-text-strikethrough.png b/Icons and cursors/windowsicon/22x22/actions/format-text-strikethrough.png
deleted file mode 100644
index 612bcb1..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/format-text-strikethrough.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/format-text-underline.png b/Icons and cursors/windowsicon/22x22/actions/format-text-underline.png
deleted file mode 100644
index 1b4cd29..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/format-text-underline.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/forward.png b/Icons and cursors/windowsicon/22x22/actions/forward.png
deleted file mode 100644
index 51e1b52..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/forward.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gnome-lockscreen.png b/Icons and cursors/windowsicon/22x22/actions/gnome-lockscreen.png
deleted file mode 100644
index 16ba3b8..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gnome-lockscreen.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gnome-logout.png b/Icons and cursors/windowsicon/22x22/actions/gnome-logout.png
deleted file mode 100644
index 098c844..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gnome-logout.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gnome-run.png b/Icons and cursors/windowsicon/22x22/actions/gnome-run.png
deleted file mode 100644
index 9dbb174..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gnome-run.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gnome-searchtool.png b/Icons and cursors/windowsicon/22x22/actions/gnome-searchtool.png
deleted file mode 100644
index ac230e1..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gnome-searchtool.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gnome-session-logout.png b/Icons and cursors/windowsicon/22x22/actions/gnome-session-logout.png
deleted file mode 100644
index 098c844..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gnome-session-logout.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gnome-shutdown.png b/Icons and cursors/windowsicon/22x22/actions/gnome-shutdown.png
deleted file mode 100644
index 5697bf2..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gnome-shutdown.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gnome-stock-mail-fwd.png b/Icons and cursors/windowsicon/22x22/actions/gnome-stock-mail-fwd.png
deleted file mode 100644
index 290214a..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gnome-stock-mail-fwd.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gnome-stock-mail-new.png b/Icons and cursors/windowsicon/22x22/actions/gnome-stock-mail-new.png
deleted file mode 100644
index 476a159..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gnome-stock-mail-new.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gnome-stock-mail-rpl.png b/Icons and cursors/windowsicon/22x22/actions/gnome-stock-mail-rpl.png
deleted file mode 100644
index a71841f..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gnome-stock-mail-rpl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gnome-stock-mail-snd.png b/Icons and cursors/windowsicon/22x22/actions/gnome-stock-mail-snd.png
deleted file mode 100644
index 025ca47..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gnome-stock-mail-snd.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gnome-stock-text-indent.png b/Icons and cursors/windowsicon/22x22/actions/gnome-stock-text-indent.png
deleted file mode 100644
index 33163f3..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gnome-stock-text-indent.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gnome-stock-text-unindent.png b/Icons and cursors/windowsicon/22x22/actions/gnome-stock-text-unindent.png
deleted file mode 100644
index ac32349..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gnome-stock-text-unindent.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/go-bottom.png b/Icons and cursors/windowsicon/22x22/actions/go-bottom.png
deleted file mode 100644
index 5520b8e..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/go-bottom.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/go-down.png b/Icons and cursors/windowsicon/22x22/actions/go-down.png
deleted file mode 100644
index 5520b8e..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/go-down.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/go-first-rtl.png b/Icons and cursors/windowsicon/22x22/actions/go-first-rtl.png
deleted file mode 100644
index 3d6db4a..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/go-first-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/go-first.png b/Icons and cursors/windowsicon/22x22/actions/go-first.png
deleted file mode 100644
index 55063bc..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/go-first.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/go-home.png b/Icons and cursors/windowsicon/22x22/actions/go-home.png
deleted file mode 100644
index deff24e..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/go-home.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/go-jump.png b/Icons and cursors/windowsicon/22x22/actions/go-jump.png
deleted file mode 100644
index 2137915..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/go-jump.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/go-last-rtl.png b/Icons and cursors/windowsicon/22x22/actions/go-last-rtl.png
deleted file mode 100644
index 55063bc..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/go-last-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/go-last.png b/Icons and cursors/windowsicon/22x22/actions/go-last.png
deleted file mode 100644
index 3d6db4a..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/go-last.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/go-next-rtl.png b/Icons and cursors/windowsicon/22x22/actions/go-next-rtl.png
deleted file mode 100644
index 55063bc..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/go-next-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/go-next.png b/Icons and cursors/windowsicon/22x22/actions/go-next.png
deleted file mode 100644
index 51e1b52..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/go-next.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/go-previous-rtl.png b/Icons and cursors/windowsicon/22x22/actions/go-previous-rtl.png
deleted file mode 100644
index 3d6db4a..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/go-previous-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/go-previous.png b/Icons and cursors/windowsicon/22x22/actions/go-previous.png
deleted file mode 100644
index 40a842b..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/go-previous.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/go-top.png b/Icons and cursors/windowsicon/22x22/actions/go-top.png
deleted file mode 100644
index 87a5c03..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/go-top.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/go-up.png b/Icons and cursors/windowsicon/22x22/actions/go-up.png
deleted file mode 100644
index 87a5c03..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/go-up.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gohome.png b/Icons and cursors/windowsicon/22x22/actions/gohome.png
deleted file mode 100644
index deff24e..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gohome.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-about.png b/Icons and cursors/windowsicon/22x22/actions/gtk-about.png
deleted file mode 100644
index e75a94c..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-about.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-add.png b/Icons and cursors/windowsicon/22x22/actions/gtk-add.png
deleted file mode 100644
index 910ff84..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-add.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-bold.png b/Icons and cursors/windowsicon/22x22/actions/gtk-bold.png
deleted file mode 100644
index 977da5d..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-bold.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-cancel.png b/Icons and cursors/windowsicon/22x22/actions/gtk-cancel.png
deleted file mode 100644
index 0f2715d..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-cancel.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-clear.png b/Icons and cursors/windowsicon/22x22/actions/gtk-clear.png
deleted file mode 100644
index 7631627..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-clear.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-close.png b/Icons and cursors/windowsicon/22x22/actions/gtk-close.png
deleted file mode 100644
index 7221472..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-close.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-copy.png b/Icons and cursors/windowsicon/22x22/actions/gtk-copy.png
deleted file mode 100644
index 5257482..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-copy.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-cut.png b/Icons and cursors/windowsicon/22x22/actions/gtk-cut.png
deleted file mode 100644
index cf13875..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-cut.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-delete.png b/Icons and cursors/windowsicon/22x22/actions/gtk-delete.png
deleted file mode 100644
index 013cbb6..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-delete.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-execute.png b/Icons and cursors/windowsicon/22x22/actions/gtk-execute.png
deleted file mode 100644
index 9dbb174..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-execute.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-find-and-replace.png b/Icons and cursors/windowsicon/22x22/actions/gtk-find-and-replace.png
deleted file mode 100644
index 9edf9e7..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-find-and-replace.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-find.png b/Icons and cursors/windowsicon/22x22/actions/gtk-find.png
deleted file mode 100644
index da7672f..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-find.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-fullscreen.png b/Icons and cursors/windowsicon/22x22/actions/gtk-fullscreen.png
deleted file mode 100644
index 643bb26..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-fullscreen.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-go-back-ltr.png b/Icons and cursors/windowsicon/22x22/actions/gtk-go-back-ltr.png
deleted file mode 100644
index 40a842b..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-go-back-ltr.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-go-back-rtl.png b/Icons and cursors/windowsicon/22x22/actions/gtk-go-back-rtl.png
deleted file mode 100644
index 51e1b52..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-go-back-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-go-down.png b/Icons and cursors/windowsicon/22x22/actions/gtk-go-down.png
deleted file mode 100644
index 5520b8e..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-go-down.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-go-forward-ltr.png b/Icons and cursors/windowsicon/22x22/actions/gtk-go-forward-ltr.png
deleted file mode 100644
index 51e1b52..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-go-forward-ltr.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-go-forward-rtl.png b/Icons and cursors/windowsicon/22x22/actions/gtk-go-forward-rtl.png
deleted file mode 100644
index 40a842b..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-go-forward-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-go-up.png b/Icons and cursors/windowsicon/22x22/actions/gtk-go-up.png
deleted file mode 100644
index 87a5c03..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-go-up.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-goto-bottom.png b/Icons and cursors/windowsicon/22x22/actions/gtk-goto-bottom.png
deleted file mode 100644
index 5520b8e..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-goto-bottom.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-goto-first-ltr.png b/Icons and cursors/windowsicon/22x22/actions/gtk-goto-first-ltr.png
deleted file mode 100644
index 55063bc..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-goto-first-ltr.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-goto-first-rtl.png b/Icons and cursors/windowsicon/22x22/actions/gtk-goto-first-rtl.png
deleted file mode 100644
index 3d6db4a..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-goto-first-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-goto-last-ltr.png b/Icons and cursors/windowsicon/22x22/actions/gtk-goto-last-ltr.png
deleted file mode 100644
index 3d6db4a..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-goto-last-ltr.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-goto-last-rtl.png b/Icons and cursors/windowsicon/22x22/actions/gtk-goto-last-rtl.png
deleted file mode 100644
index 55063bc..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-goto-last-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-goto-top.png b/Icons and cursors/windowsicon/22x22/actions/gtk-goto-top.png
deleted file mode 100644
index 87a5c03..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-goto-top.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-help.png b/Icons and cursors/windowsicon/22x22/actions/gtk-help.png
deleted file mode 100644
index 4ed7d8e..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-help.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-home.png b/Icons and cursors/windowsicon/22x22/actions/gtk-home.png
deleted file mode 100644
index deff24e..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-home.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-indent-ltr.png b/Icons and cursors/windowsicon/22x22/actions/gtk-indent-ltr.png
deleted file mode 100644
index 33163f3..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-indent-ltr.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-indent-rtl.png b/Icons and cursors/windowsicon/22x22/actions/gtk-indent-rtl.png
deleted file mode 100644
index ac32349..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-indent-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-italic.png b/Icons and cursors/windowsicon/22x22/actions/gtk-italic.png
deleted file mode 100644
index 1e479d9..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-italic.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-jump-to-ltr.png b/Icons and cursors/windowsicon/22x22/actions/gtk-jump-to-ltr.png
deleted file mode 100644
index 2137915..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-jump-to-ltr.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-jump-to-rtl.png b/Icons and cursors/windowsicon/22x22/actions/gtk-jump-to-rtl.png
deleted file mode 100644
index 2137915..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-jump-to-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-justify-center.png b/Icons and cursors/windowsicon/22x22/actions/gtk-justify-center.png
deleted file mode 100644
index 76b06b9..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-justify-center.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-justify-fill.png b/Icons and cursors/windowsicon/22x22/actions/gtk-justify-fill.png
deleted file mode 100644
index 9c12619..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-justify-fill.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-justify-left.png b/Icons and cursors/windowsicon/22x22/actions/gtk-justify-left.png
deleted file mode 100644
index b41fa5c..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-justify-left.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-justify-right.png b/Icons and cursors/windowsicon/22x22/actions/gtk-justify-right.png
deleted file mode 100644
index 3084a15..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-justify-right.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-leave-fullscreen.png b/Icons and cursors/windowsicon/22x22/actions/gtk-leave-fullscreen.png
deleted file mode 100644
index bceb999..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-leave-fullscreen.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-media-forward-ltr.png b/Icons and cursors/windowsicon/22x22/actions/gtk-media-forward-ltr.png
deleted file mode 100644
index 4be2656..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-media-forward-ltr.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-media-forward-rtl.png b/Icons and cursors/windowsicon/22x22/actions/gtk-media-forward-rtl.png
deleted file mode 100644
index 93dd4a9..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-media-forward-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-media-next-ltr.png b/Icons and cursors/windowsicon/22x22/actions/gtk-media-next-ltr.png
deleted file mode 100644
index 153c991..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-media-next-ltr.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-media-next-rtl.png b/Icons and cursors/windowsicon/22x22/actions/gtk-media-next-rtl.png
deleted file mode 100644
index 20019d4..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-media-next-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-media-pause.png b/Icons and cursors/windowsicon/22x22/actions/gtk-media-pause.png
deleted file mode 100644
index 9e1a52d..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-media-pause.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-media-play-ltr.png b/Icons and cursors/windowsicon/22x22/actions/gtk-media-play-ltr.png
deleted file mode 100644
index c5edb59..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-media-play-ltr.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-media-previous-ltr.png b/Icons and cursors/windowsicon/22x22/actions/gtk-media-previous-ltr.png
deleted file mode 100644
index 20019d4..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-media-previous-ltr.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-media-previous-rtl.png b/Icons and cursors/windowsicon/22x22/actions/gtk-media-previous-rtl.png
deleted file mode 100644
index 153c991..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-media-previous-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-media-record.png b/Icons and cursors/windowsicon/22x22/actions/gtk-media-record.png
deleted file mode 100644
index eff3077..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-media-record.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-media-rewind-ltr.png b/Icons and cursors/windowsicon/22x22/actions/gtk-media-rewind-ltr.png
deleted file mode 100644
index 93dd4a9..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-media-rewind-ltr.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-media-rewind-rtl.png b/Icons and cursors/windowsicon/22x22/actions/gtk-media-rewind-rtl.png
deleted file mode 100644
index 4be2656..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-media-rewind-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-media-stop.png b/Icons and cursors/windowsicon/22x22/actions/gtk-media-stop.png
deleted file mode 100644
index 8ceadbd..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-media-stop.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-new.png b/Icons and cursors/windowsicon/22x22/actions/gtk-new.png
deleted file mode 100644
index 89498c3..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-new.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-open.png b/Icons and cursors/windowsicon/22x22/actions/gtk-open.png
deleted file mode 100644
index 375b2b8..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-open.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-paste.png b/Icons and cursors/windowsicon/22x22/actions/gtk-paste.png
deleted file mode 100644
index aa70503..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-paste.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-print-preview.png b/Icons and cursors/windowsicon/22x22/actions/gtk-print-preview.png
deleted file mode 100644
index cf47520..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-print-preview.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-print.png b/Icons and cursors/windowsicon/22x22/actions/gtk-print.png
deleted file mode 100644
index f0a5a7d..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-print.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-properties.png b/Icons and cursors/windowsicon/22x22/actions/gtk-properties.png
deleted file mode 100644
index 50b827d..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-properties.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-quit.png b/Icons and cursors/windowsicon/22x22/actions/gtk-quit.png
deleted file mode 100644
index 6954a43..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-quit.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-redo-ltr.png b/Icons and cursors/windowsicon/22x22/actions/gtk-redo-ltr.png
deleted file mode 100644
index a8deedb..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-redo-ltr.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-refresh.png b/Icons and cursors/windowsicon/22x22/actions/gtk-refresh.png
deleted file mode 100644
index 3bf8f8c..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-refresh.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-remove.png b/Icons and cursors/windowsicon/22x22/actions/gtk-remove.png
deleted file mode 100644
index a83b010..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-remove.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-revert-to-saved-ltr.png b/Icons and cursors/windowsicon/22x22/actions/gtk-revert-to-saved-ltr.png
deleted file mode 100644
index 5cdadba..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-revert-to-saved-ltr.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-revert-to-saved-rtl.png b/Icons and cursors/windowsicon/22x22/actions/gtk-revert-to-saved-rtl.png
deleted file mode 100644
index 5cdadba..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-revert-to-saved-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-save-as.png b/Icons and cursors/windowsicon/22x22/actions/gtk-save-as.png
deleted file mode 100644
index 91bfca0..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-save-as.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-save.png b/Icons and cursors/windowsicon/22x22/actions/gtk-save.png
deleted file mode 100644
index 5d08ae0..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-save.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-select-all.png b/Icons and cursors/windowsicon/22x22/actions/gtk-select-all.png
deleted file mode 100644
index 18d9b30..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-select-all.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-sort-ascending.png b/Icons and cursors/windowsicon/22x22/actions/gtk-sort-ascending.png
deleted file mode 100644
index 36bf1cd..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-sort-ascending.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-sort-descending.png b/Icons and cursors/windowsicon/22x22/actions/gtk-sort-descending.png
deleted file mode 100644
index 94649c7..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-sort-descending.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-spell-check.png b/Icons and cursors/windowsicon/22x22/actions/gtk-spell-check.png
deleted file mode 100644
index 545c3e9..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-spell-check.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-stop.png b/Icons and cursors/windowsicon/22x22/actions/gtk-stop.png
deleted file mode 100644
index 0f2715d..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-stop.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-strikethrough.png b/Icons and cursors/windowsicon/22x22/actions/gtk-strikethrough.png
deleted file mode 100644
index 612bcb1..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-strikethrough.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-underline.png b/Icons and cursors/windowsicon/22x22/actions/gtk-underline.png
deleted file mode 100644
index 1b4cd29..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-underline.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-undo-ltr.png b/Icons and cursors/windowsicon/22x22/actions/gtk-undo-ltr.png
deleted file mode 100644
index 538358d..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-undo-ltr.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-unindent-ltr.png b/Icons and cursors/windowsicon/22x22/actions/gtk-unindent-ltr.png
deleted file mode 100644
index ac32349..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-unindent-ltr.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-unindent-rtl.png b/Icons and cursors/windowsicon/22x22/actions/gtk-unindent-rtl.png
deleted file mode 100644
index 33163f3..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-unindent-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-zoom-100.png b/Icons and cursors/windowsicon/22x22/actions/gtk-zoom-100.png
deleted file mode 100644
index b3f628c..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-zoom-100.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-zoom-fit.png b/Icons and cursors/windowsicon/22x22/actions/gtk-zoom-fit.png
deleted file mode 100644
index 38fde94..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-zoom-fit.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-zoom-in.png b/Icons and cursors/windowsicon/22x22/actions/gtk-zoom-in.png
deleted file mode 100644
index b47b7a1..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-zoom-in.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-zoom-out.png b/Icons and cursors/windowsicon/22x22/actions/gtk-zoom-out.png
deleted file mode 100644
index b0fc621..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-zoom-out.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/help-about.png b/Icons and cursors/windowsicon/22x22/actions/help-about.png
deleted file mode 100644
index e75a94c..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/help-about.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/help-contents.png b/Icons and cursors/windowsicon/22x22/actions/help-contents.png
deleted file mode 100644
index 4ed7d8e..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/help-contents.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/help-faq.png b/Icons and cursors/windowsicon/22x22/actions/help-faq.png
deleted file mode 100644
index 90cbabe..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/help-faq.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/help.png b/Icons and cursors/windowsicon/22x22/actions/help.png
deleted file mode 100644
index 4ed7d8e..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/help.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/insert-image.png b/Icons and cursors/windowsicon/22x22/actions/insert-image.png
deleted file mode 100644
index a2fa323..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/insert-image.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/insert-link.png b/Icons and cursors/windowsicon/22x22/actions/insert-link.png
deleted file mode 100644
index e139ef5..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/insert-link.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/insert-object.png b/Icons and cursors/windowsicon/22x22/actions/insert-object.png
deleted file mode 100644
index e9ef0e3..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/insert-object.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/insert-text.png b/Icons and cursors/windowsicon/22x22/actions/insert-text.png
deleted file mode 100644
index f423282..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/insert-text.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/kfind.png b/Icons and cursors/windowsicon/22x22/actions/kfind.png
deleted file mode 100644
index ac230e1..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/kfind.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/kfm_home.png b/Icons and cursors/windowsicon/22x22/actions/kfm_home.png
deleted file mode 100644
index deff24e..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/kfm_home.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/leftjust.png b/Icons and cursors/windowsicon/22x22/actions/leftjust.png
deleted file mode 100644
index b41fa5c..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/leftjust.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/list-add.png b/Icons and cursors/windowsicon/22x22/actions/list-add.png
deleted file mode 100644
index 910ff84..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/list-add.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/list-remove.png b/Icons and cursors/windowsicon/22x22/actions/list-remove.png
deleted file mode 100644
index a83b010..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/list-remove.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/lock.png b/Icons and cursors/windowsicon/22x22/actions/lock.png
deleted file mode 100644
index 16ba3b8..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/lock.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/mail-forward.png b/Icons and cursors/windowsicon/22x22/actions/mail-forward.png
deleted file mode 100644
index 290214a..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/mail-forward.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/mail-mark-important.png b/Icons and cursors/windowsicon/22x22/actions/mail-mark-important.png
deleted file mode 100644
index db2de6a..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/mail-mark-important.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/mail-mark-junk.png b/Icons and cursors/windowsicon/22x22/actions/mail-mark-junk.png
deleted file mode 100644
index a2da7e9..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/mail-mark-junk.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/mail-mark-notjunk.png b/Icons and cursors/windowsicon/22x22/actions/mail-mark-notjunk.png
deleted file mode 100644
index 3dfb54d..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/mail-mark-notjunk.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/mail-mark-read.png b/Icons and cursors/windowsicon/22x22/actions/mail-mark-read.png
deleted file mode 100644
index 77baf6a..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/mail-mark-read.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/mail-mark-unread.png b/Icons and cursors/windowsicon/22x22/actions/mail-mark-unread.png
deleted file mode 100644
index a4f65d7..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/mail-mark-unread.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/mail-message-new.png b/Icons and cursors/windowsicon/22x22/actions/mail-message-new.png
deleted file mode 100644
index 476a159..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/mail-message-new.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/mail-reply-all.png b/Icons and cursors/windowsicon/22x22/actions/mail-reply-all.png
deleted file mode 100644
index 2bdf369..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/mail-reply-all.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/mail-reply-sender.png b/Icons and cursors/windowsicon/22x22/actions/mail-reply-sender.png
deleted file mode 100644
index a71841f..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/mail-reply-sender.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/mail-send-receive.png b/Icons and cursors/windowsicon/22x22/actions/mail-send-receive.png
deleted file mode 100644
index 2928dda..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/mail-send-receive.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/mail-send.png b/Icons and cursors/windowsicon/22x22/actions/mail-send.png
deleted file mode 100644
index 025ca47..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/mail-send.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/mail_forward.png b/Icons and cursors/windowsicon/22x22/actions/mail_forward.png
deleted file mode 100644
index 290214a..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/mail_forward.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/mail_new.png b/Icons and cursors/windowsicon/22x22/actions/mail_new.png
deleted file mode 100644
index 476a159..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/mail_new.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/mail_reply.png b/Icons and cursors/windowsicon/22x22/actions/mail_reply.png
deleted file mode 100644
index a71841f..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/mail_reply.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/mail_replyall.png b/Icons and cursors/windowsicon/22x22/actions/mail_replyall.png
deleted file mode 100644
index 2bdf369..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/mail_replyall.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/mail_send.png b/Icons and cursors/windowsicon/22x22/actions/mail_send.png
deleted file mode 100644
index 025ca47..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/mail_send.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/mail_spam.png b/Icons and cursors/windowsicon/22x22/actions/mail_spam.png
deleted file mode 100644
index a2da7e9..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/mail_spam.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/media-eject.png b/Icons and cursors/windowsicon/22x22/actions/media-eject.png
deleted file mode 100644
index d654458..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/media-eject.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/media-playback-pause.png b/Icons and cursors/windowsicon/22x22/actions/media-playback-pause.png
deleted file mode 100644
index 9e1a52d..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/media-playback-pause.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/media-playback-start-rtl.png b/Icons and cursors/windowsicon/22x22/actions/media-playback-start-rtl.png
deleted file mode 100644
index ca5fe55..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/media-playback-start-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/media-playback-start.png b/Icons and cursors/windowsicon/22x22/actions/media-playback-start.png
deleted file mode 100644
index c5edb59..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/media-playback-start.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/media-playback-stop.png b/Icons and cursors/windowsicon/22x22/actions/media-playback-stop.png
deleted file mode 100644
index 8ceadbd..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/media-playback-stop.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/media-record.png b/Icons and cursors/windowsicon/22x22/actions/media-record.png
deleted file mode 100644
index eff3077..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/media-record.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/media-seek-backward-rtl.png b/Icons and cursors/windowsicon/22x22/actions/media-seek-backward-rtl.png
deleted file mode 100644
index 4be2656..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/media-seek-backward-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/media-seek-backward.png b/Icons and cursors/windowsicon/22x22/actions/media-seek-backward.png
deleted file mode 100644
index 93dd4a9..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/media-seek-backward.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/media-seek-forward-rtl.png b/Icons and cursors/windowsicon/22x22/actions/media-seek-forward-rtl.png
deleted file mode 100644
index 93dd4a9..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/media-seek-forward-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/media-seek-forward.png b/Icons and cursors/windowsicon/22x22/actions/media-seek-forward.png
deleted file mode 100644
index 4be2656..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/media-seek-forward.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/media-skip-backward-rtl.png b/Icons and cursors/windowsicon/22x22/actions/media-skip-backward-rtl.png
deleted file mode 100644
index 153c991..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/media-skip-backward-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/media-skip-backward.png b/Icons and cursors/windowsicon/22x22/actions/media-skip-backward.png
deleted file mode 100644
index 20019d4..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/media-skip-backward.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/media-skip-forward-rtl.png b/Icons and cursors/windowsicon/22x22/actions/media-skip-forward-rtl.png
deleted file mode 100644
index 20019d4..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/media-skip-forward-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/media-skip-forward.png b/Icons and cursors/windowsicon/22x22/actions/media-skip-forward.png
deleted file mode 100644
index 153c991..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/media-skip-forward.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/menu_new.png b/Icons and cursors/windowsicon/22x22/actions/menu_new.png
deleted file mode 100644
index b3b5fe4..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/menu_new.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/next.png b/Icons and cursors/windowsicon/22x22/actions/next.png
deleted file mode 100644
index 51e1b52..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/next.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/object-flip-horizontal.png b/Icons and cursors/windowsicon/22x22/actions/object-flip-horizontal.png
deleted file mode 100644
index 111e4bc..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/object-flip-horizontal.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/object-flip-vertical.png b/Icons and cursors/windowsicon/22x22/actions/object-flip-vertical.png
deleted file mode 100644
index 9ba8935..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/object-flip-vertical.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/object-rotate-left.png b/Icons and cursors/windowsicon/22x22/actions/object-rotate-left.png
deleted file mode 100644
index bd5756e..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/object-rotate-left.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/object-rotate-right.png b/Icons and cursors/windowsicon/22x22/actions/object-rotate-right.png
deleted file mode 100644
index 9f93e69..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/object-rotate-right.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/pin.png b/Icons and cursors/windowsicon/22x22/actions/pin.png
deleted file mode 100644
index fb0e664..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/pin.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/player_eject.png b/Icons and cursors/windowsicon/22x22/actions/player_eject.png
deleted file mode 100644
index d654458..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/player_eject.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/player_end.png b/Icons and cursors/windowsicon/22x22/actions/player_end.png
deleted file mode 100644
index 153c991..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/player_end.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/player_fwd.png b/Icons and cursors/windowsicon/22x22/actions/player_fwd.png
deleted file mode 100644
index 4be2656..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/player_fwd.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/player_pause.png b/Icons and cursors/windowsicon/22x22/actions/player_pause.png
deleted file mode 100644
index 9e1a52d..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/player_pause.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/player_play.png b/Icons and cursors/windowsicon/22x22/actions/player_play.png
deleted file mode 100644
index c5edb59..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/player_play.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/player_record.png b/Icons and cursors/windowsicon/22x22/actions/player_record.png
deleted file mode 100644
index eff3077..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/player_record.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/player_rew.png b/Icons and cursors/windowsicon/22x22/actions/player_rew.png
deleted file mode 100644
index 93dd4a9..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/player_rew.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/player_start.png b/Icons and cursors/windowsicon/22x22/actions/player_start.png
deleted file mode 100644
index 20019d4..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/player_start.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/player_stop.png b/Icons and cursors/windowsicon/22x22/actions/player_stop.png
deleted file mode 100644
index 8ceadbd..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/player_stop.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/previous.png b/Icons and cursors/windowsicon/22x22/actions/previous.png
deleted file mode 100644
index 40a842b..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/previous.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/process-stop.png b/Icons and cursors/windowsicon/22x22/actions/process-stop.png
deleted file mode 100644
index 0f2715d..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/process-stop.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/redhat-home.png b/Icons and cursors/windowsicon/22x22/actions/redhat-home.png
deleted file mode 100644
index deff24e..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/redhat-home.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/redo.png b/Icons and cursors/windowsicon/22x22/actions/redo.png
deleted file mode 100644
index a8deedb..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/redo.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/reload.png b/Icons and cursors/windowsicon/22x22/actions/reload.png
deleted file mode 100644
index 3bf8f8c..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/reload.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/reload3.png b/Icons and cursors/windowsicon/22x22/actions/reload3.png
deleted file mode 100644
index 3bf8f8c..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/reload3.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/reload_all_tabs.png b/Icons and cursors/windowsicon/22x22/actions/reload_all_tabs.png
deleted file mode 100644
index 3bf8f8c..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/reload_all_tabs.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/reload_page.png b/Icons and cursors/windowsicon/22x22/actions/reload_page.png
deleted file mode 100644
index 3bf8f8c..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/reload_page.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/remove.png b/Icons and cursors/windowsicon/22x22/actions/remove.png
deleted file mode 100644
index a83b010..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/remove.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/revert.png b/Icons and cursors/windowsicon/22x22/actions/revert.png
deleted file mode 100644
index 5cdadba..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/revert.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/rightjust.png b/Icons and cursors/windowsicon/22x22/actions/rightjust.png
deleted file mode 100644
index 3084a15..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/rightjust.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/search.png b/Icons and cursors/windowsicon/22x22/actions/search.png
deleted file mode 100644
index ac230e1..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/search.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/settings-configure.png b/Icons and cursors/windowsicon/22x22/actions/settings-configure.png
deleted file mode 100644
index 9f96d7d..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/settings-configure.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/start.png b/Icons and cursors/windowsicon/22x22/actions/start.png
deleted file mode 100644
index 55063bc..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/start.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/stock-refresh.png b/Icons and cursors/windowsicon/22x22/actions/stock-refresh.png
deleted file mode 100755
index 3bf8f8c..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/stock-refresh.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_about.png b/Icons and cursors/windowsicon/22x22/actions/stock_about.png
deleted file mode 100644
index e75a94c..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_about.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_add-bookmark.png b/Icons and cursors/windowsicon/22x22/actions/stock_add-bookmark.png
deleted file mode 100644
index f40b6f0..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_add-bookmark.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_bottom.png b/Icons and cursors/windowsicon/22x22/actions/stock_bottom.png
deleted file mode 100644
index 5520b8e..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_bottom.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_close.png b/Icons and cursors/windowsicon/22x22/actions/stock_close.png
deleted file mode 100644
index 7221472..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_close.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_copy.png b/Icons and cursors/windowsicon/22x22/actions/stock_copy.png
deleted file mode 100644
index 5257482..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_copy.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_cut.png b/Icons and cursors/windowsicon/22x22/actions/stock_cut.png
deleted file mode 100644
index cf13875..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_cut.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_delete.png b/Icons and cursors/windowsicon/22x22/actions/stock_delete.png
deleted file mode 100644
index 013cbb6..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_delete.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_down.png b/Icons and cursors/windowsicon/22x22/actions/stock_down.png
deleted file mode 100644
index 5520b8e..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_down.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_file-properites.png b/Icons and cursors/windowsicon/22x22/actions/stock_file-properites.png
deleted file mode 100644
index 50b827d..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_file-properites.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_filter-data-by-criteria.png b/Icons and cursors/windowsicon/22x22/actions/stock_filter-data-by-criteria.png
deleted file mode 100644
index f9d8586..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_filter-data-by-criteria.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_filter-navigator.png b/Icons and cursors/windowsicon/22x22/actions/stock_filter-navigator.png
deleted file mode 100644
index f9d8586..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_filter-navigator.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_first.png b/Icons and cursors/windowsicon/22x22/actions/stock_first.png
deleted file mode 100644
index 55063bc..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_first.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_fullscreen.png b/Icons and cursors/windowsicon/22x22/actions/stock_fullscreen.png
deleted file mode 100644
index 643bb26..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_fullscreen.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_help-add-bookmark.png b/Icons and cursors/windowsicon/22x22/actions/stock_help-add-bookmark.png
deleted file mode 100644
index f40b6f0..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_help-add-bookmark.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_help.png b/Icons and cursors/windowsicon/22x22/actions/stock_help.png
deleted file mode 100644
index 4ed7d8e..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_help.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_home.png b/Icons and cursors/windowsicon/22x22/actions/stock_home.png
deleted file mode 100644
index deff24e..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_home.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_last.png b/Icons and cursors/windowsicon/22x22/actions/stock_last.png
deleted file mode 100644
index 3d6db4a..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_last.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_leave-fullscreen.png b/Icons and cursors/windowsicon/22x22/actions/stock_leave-fullscreen.png
deleted file mode 100644
index bceb999..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_leave-fullscreen.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_left.png b/Icons and cursors/windowsicon/22x22/actions/stock_left.png
deleted file mode 100644
index 40a842b..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_left.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_mail-compose.png b/Icons and cursors/windowsicon/22x22/actions/stock_mail-compose.png
deleted file mode 100644
index 476a159..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_mail-compose.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_mail-filters-apply.png b/Icons and cursors/windowsicon/22x22/actions/stock_mail-filters-apply.png
deleted file mode 100644
index f9d8586..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_mail-filters-apply.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_mail-forward.png b/Icons and cursors/windowsicon/22x22/actions/stock_mail-forward.png
deleted file mode 100644
index 290214a..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_mail-forward.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_mail-reply-to-all.png b/Icons and cursors/windowsicon/22x22/actions/stock_mail-reply-to-all.png
deleted file mode 100644
index 2bdf369..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_mail-reply-to-all.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_mail-reply.png b/Icons and cursors/windowsicon/22x22/actions/stock_mail-reply.png
deleted file mode 100644
index a71841f..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_mail-reply.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_mail-send-receive.png b/Icons and cursors/windowsicon/22x22/actions/stock_mail-send-receive.png
deleted file mode 100644
index 2928dda..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_mail-send-receive.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_mail-send.png b/Icons and cursors/windowsicon/22x22/actions/stock_mail-send.png
deleted file mode 100644
index 025ca47..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_mail-send.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_media-fwd.png b/Icons and cursors/windowsicon/22x22/actions/stock_media-fwd.png
deleted file mode 100644
index 4be2656..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_media-fwd.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_media-next.png b/Icons and cursors/windowsicon/22x22/actions/stock_media-next.png
deleted file mode 100644
index 153c991..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_media-next.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_media-pause.png b/Icons and cursors/windowsicon/22x22/actions/stock_media-pause.png
deleted file mode 100644
index 9e1a52d..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_media-pause.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_media-play.png b/Icons and cursors/windowsicon/22x22/actions/stock_media-play.png
deleted file mode 100644
index c5edb59..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_media-play.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_media-prev.png b/Icons and cursors/windowsicon/22x22/actions/stock_media-prev.png
deleted file mode 100644
index 20019d4..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_media-prev.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_media-rec.png b/Icons and cursors/windowsicon/22x22/actions/stock_media-rec.png
deleted file mode 100644
index eff3077..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_media-rec.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_media-rew.png b/Icons and cursors/windowsicon/22x22/actions/stock_media-rew.png
deleted file mode 100644
index 93dd4a9..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_media-rew.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_media-stop.png b/Icons and cursors/windowsicon/22x22/actions/stock_media-stop.png
deleted file mode 100644
index 8ceadbd..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_media-stop.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_new-address-book.png b/Icons and cursors/windowsicon/22x22/actions/stock_new-address-book.png
deleted file mode 100644
index f89ca4d..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_new-address-book.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_new-appointment.png b/Icons and cursors/windowsicon/22x22/actions/stock_new-appointment.png
deleted file mode 100644
index aa2c033..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_new-appointment.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_new-bcard.png b/Icons and cursors/windowsicon/22x22/actions/stock_new-bcard.png
deleted file mode 100644
index a68c482..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_new-bcard.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_new-dir.png b/Icons and cursors/windowsicon/22x22/actions/stock_new-dir.png
deleted file mode 100644
index a88eb5d..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_new-dir.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_new-tab.png b/Icons and cursors/windowsicon/22x22/actions/stock_new-tab.png
deleted file mode 100644
index 2f2bad4..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_new-tab.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_new-text.png b/Icons and cursors/windowsicon/22x22/actions/stock_new-text.png
deleted file mode 100644
index 89498c3..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_new-text.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_new-window.png b/Icons and cursors/windowsicon/22x22/actions/stock_new-window.png
deleted file mode 100644
index 152052e..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_new-window.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_paste.png b/Icons and cursors/windowsicon/22x22/actions/stock_paste.png
deleted file mode 100644
index aa70503..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_paste.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_print-preview.png b/Icons and cursors/windowsicon/22x22/actions/stock_print-preview.png
deleted file mode 100644
index cf47520..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_print-preview.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_print-setup.png b/Icons and cursors/windowsicon/22x22/actions/stock_print-setup.png
deleted file mode 100644
index e98b716..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_print-setup.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_print.png b/Icons and cursors/windowsicon/22x22/actions/stock_print.png
deleted file mode 100644
index f0a5a7d..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_print.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_properties.png b/Icons and cursors/windowsicon/22x22/actions/stock_properties.png
deleted file mode 100644
index 50b827d..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_properties.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_redo.png b/Icons and cursors/windowsicon/22x22/actions/stock_redo.png
deleted file mode 100644
index a8deedb..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_redo.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_refresh.png b/Icons and cursors/windowsicon/22x22/actions/stock_refresh.png
deleted file mode 100644
index 3bf8f8c..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_refresh.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_right.png b/Icons and cursors/windowsicon/22x22/actions/stock_right.png
deleted file mode 100644
index 51e1b52..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_right.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_save-as.png b/Icons and cursors/windowsicon/22x22/actions/stock_save-as.png
deleted file mode 100644
index 91bfca0..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_save-as.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_save.png b/Icons and cursors/windowsicon/22x22/actions/stock_save.png
deleted file mode 100644
index 5d08ae0..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_save.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_search-and-replace.png b/Icons and cursors/windowsicon/22x22/actions/stock_search-and-replace.png
deleted file mode 100644
index 9edf9e7..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_search-and-replace.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_search.png b/Icons and cursors/windowsicon/22x22/actions/stock_search.png
deleted file mode 100644
index da7672f..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_search.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_select-all.png b/Icons and cursors/windowsicon/22x22/actions/stock_select-all.png
deleted file mode 100644
index 18d9b30..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_select-all.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_spam.png b/Icons and cursors/windowsicon/22x22/actions/stock_spam.png
deleted file mode 100644
index a2da7e9..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_spam.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_spellcheck.png b/Icons and cursors/windowsicon/22x22/actions/stock_spellcheck.png
deleted file mode 100644
index 545c3e9..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_spellcheck.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_stop.png b/Icons and cursors/windowsicon/22x22/actions/stock_stop.png
deleted file mode 100644
index 0f2715d..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_stop.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_text-strikethrough.png b/Icons and cursors/windowsicon/22x22/actions/stock_text-strikethrough.png
deleted file mode 100644
index 612bcb1..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_text-strikethrough.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_text_bold.png b/Icons and cursors/windowsicon/22x22/actions/stock_text_bold.png
deleted file mode 100644
index 977da5d..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_text_bold.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_text_center.png b/Icons and cursors/windowsicon/22x22/actions/stock_text_center.png
deleted file mode 100644
index 76b06b9..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_text_center.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_text_indent.png b/Icons and cursors/windowsicon/22x22/actions/stock_text_indent.png
deleted file mode 100644
index 33163f3..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_text_indent.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_text_italic.png b/Icons and cursors/windowsicon/22x22/actions/stock_text_italic.png
deleted file mode 100644
index 1e479d9..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_text_italic.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_text_justify.png b/Icons and cursors/windowsicon/22x22/actions/stock_text_justify.png
deleted file mode 100644
index 9c12619..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_text_justify.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_text_left.png b/Icons and cursors/windowsicon/22x22/actions/stock_text_left.png
deleted file mode 100644
index b41fa5c..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_text_left.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_text_right.png b/Icons and cursors/windowsicon/22x22/actions/stock_text_right.png
deleted file mode 100644
index 3084a15..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_text_right.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_text_underlined.png b/Icons and cursors/windowsicon/22x22/actions/stock_text_underlined.png
deleted file mode 100644
index 1b4cd29..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_text_underlined.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_text_unindent.png b/Icons and cursors/windowsicon/22x22/actions/stock_text_unindent.png
deleted file mode 100644
index ac32349..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_text_unindent.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_top.png b/Icons and cursors/windowsicon/22x22/actions/stock_top.png
deleted file mode 100644
index 87a5c03..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_top.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_undo.png b/Icons and cursors/windowsicon/22x22/actions/stock_undo.png
deleted file mode 100644
index 538358d..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_undo.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_up.png b/Icons and cursors/windowsicon/22x22/actions/stock_up.png
deleted file mode 100644
index 87a5c03..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_up.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_zoom-1.png b/Icons and cursors/windowsicon/22x22/actions/stock_zoom-1.png
deleted file mode 100644
index b3f628c..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_zoom-1.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_zoom-in.png b/Icons and cursors/windowsicon/22x22/actions/stock_zoom-in.png
deleted file mode 100644
index b47b7a1..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_zoom-in.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_zoom-out.png b/Icons and cursors/windowsicon/22x22/actions/stock_zoom-out.png
deleted file mode 100644
index b0fc621..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_zoom-out.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_zoom-page.png b/Icons and cursors/windowsicon/22x22/actions/stock_zoom-page.png
deleted file mode 100644
index 38fde94..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_zoom-page.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/stop.png b/Icons and cursors/windowsicon/22x22/actions/stop.png
deleted file mode 100644
index 0f2715d..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/stop.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/system-lock-screen.png b/Icons and cursors/windowsicon/22x22/actions/system-lock-screen.png
deleted file mode 100644
index 16ba3b8..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/system-lock-screen.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/system-log-out.png b/Icons and cursors/windowsicon/22x22/actions/system-log-out.png
deleted file mode 100644
index 098c844..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/system-log-out.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/system-run.png b/Icons and cursors/windowsicon/22x22/actions/system-run.png
deleted file mode 100644
index 9dbb174..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/system-run.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/system-search.png b/Icons and cursors/windowsicon/22x22/actions/system-search.png
deleted file mode 100644
index ac230e1..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/system-search.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/system-shutdown.png b/Icons and cursors/windowsicon/22x22/actions/system-shutdown.png
deleted file mode 100644
index 5697bf2..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/system-shutdown.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/tab-new.png b/Icons and cursors/windowsicon/22x22/actions/tab-new.png
deleted file mode 100644
index 2f2bad4..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/tab-new.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/tab_new.png b/Icons and cursors/windowsicon/22x22/actions/tab_new.png
deleted file mode 100644
index 2f2bad4..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/tab_new.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/text_bold.png b/Icons and cursors/windowsicon/22x22/actions/text_bold.png
deleted file mode 100644
index 977da5d..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/text_bold.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/text_italic.png b/Icons and cursors/windowsicon/22x22/actions/text_italic.png
deleted file mode 100644
index 1e479d9..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/text_italic.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/text_strike.png b/Icons and cursors/windowsicon/22x22/actions/text_strike.png
deleted file mode 100644
index 612bcb1..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/text_strike.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/text_under.png b/Icons and cursors/windowsicon/22x22/actions/text_under.png
deleted file mode 100644
index 1b4cd29..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/text_under.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/tools-check-spelling.png b/Icons and cursors/windowsicon/22x22/actions/tools-check-spelling.png
deleted file mode 100644
index 545c3e9..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/tools-check-spelling.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/top.png b/Icons and cursors/windowsicon/22x22/actions/top.png
deleted file mode 100644
index 87a5c03..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/top.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/undo.png b/Icons and cursors/windowsicon/22x22/actions/undo.png
deleted file mode 100644
index 538358d..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/undo.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/up.png b/Icons and cursors/windowsicon/22x22/actions/up.png
deleted file mode 100644
index 87a5c03..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/up.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/view-fullscreen.png b/Icons and cursors/windowsicon/22x22/actions/view-fullscreen.png
deleted file mode 100644
index 643bb26..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/view-fullscreen.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/view-refresh.png b/Icons and cursors/windowsicon/22x22/actions/view-refresh.png
deleted file mode 100644
index 3bf8f8c..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/view-refresh.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/view-restore.png b/Icons and cursors/windowsicon/22x22/actions/view-restore.png
deleted file mode 100644
index bceb999..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/view-restore.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/view-sort-ascending.png b/Icons and cursors/windowsicon/22x22/actions/view-sort-ascending.png
deleted file mode 100644
index 36bf1cd..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/view-sort-ascending.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/view-sort-descending.png b/Icons and cursors/windowsicon/22x22/actions/view-sort-descending.png
deleted file mode 100644
index 94649c7..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/view-sort-descending.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/viewmag-.png b/Icons and cursors/windowsicon/22x22/actions/viewmag-.png
deleted file mode 100644
index b0fc621..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/viewmag-.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/viewmag.png b/Icons and cursors/windowsicon/22x22/actions/viewmag.png
deleted file mode 100644
index b47b7a1..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/viewmag.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/viewmag1.png b/Icons and cursors/windowsicon/22x22/actions/viewmag1.png
deleted file mode 100644
index b3f628c..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/viewmag1.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/viewmagfit.png b/Icons and cursors/windowsicon/22x22/actions/viewmagfit.png
deleted file mode 100644
index 38fde94..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/viewmagfit.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/window-close.png b/Icons and cursors/windowsicon/22x22/actions/window-close.png
deleted file mode 100644
index 577492e..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/window-close.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/window-new.png b/Icons and cursors/windowsicon/22x22/actions/window-new.png
deleted file mode 100644
index 152052e..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/window-new.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/window-pin.png b/Icons and cursors/windowsicon/22x22/actions/window-pin.png
deleted file mode 100644
index fb0e664..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/window-pin.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/window_fullscreen.png b/Icons and cursors/windowsicon/22x22/actions/window_fullscreen.png
deleted file mode 100644
index 643bb26..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/window_fullscreen.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/window_new.png b/Icons and cursors/windowsicon/22x22/actions/window_new.png
deleted file mode 100644
index 152052e..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/window_new.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/window_nofullscreen.png b/Icons and cursors/windowsicon/22x22/actions/window_nofullscreen.png
deleted file mode 100644
index bceb999..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/window_nofullscreen.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/xfce-system-exit.png b/Icons and cursors/windowsicon/22x22/actions/xfce-system-exit.png
deleted file mode 100644
index 6954a43..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/xfce-system-exit.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/xfce-system-lock.png b/Icons and cursors/windowsicon/22x22/actions/xfce-system-lock.png
deleted file mode 100644
index 16ba3b8..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/xfce-system-lock.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/zoom-best-fit.png b/Icons and cursors/windowsicon/22x22/actions/zoom-best-fit.png
deleted file mode 100644
index 38fde94..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/zoom-best-fit.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/zoom-fit-best.png b/Icons and cursors/windowsicon/22x22/actions/zoom-fit-best.png
deleted file mode 100644
index 38fde94..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/zoom-fit-best.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/zoom-in.png b/Icons and cursors/windowsicon/22x22/actions/zoom-in.png
deleted file mode 100644
index b47b7a1..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/zoom-in.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/zoom-original.png b/Icons and cursors/windowsicon/22x22/actions/zoom-original.png
deleted file mode 100644
index b3f628c..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/zoom-original.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/actions/zoom-out.png b/Icons and cursors/windowsicon/22x22/actions/zoom-out.png
deleted file mode 100644
index b0fc621..0000000
Binary files a/Icons and cursors/windowsicon/22x22/actions/zoom-out.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage01-connecting01-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-stage01-connecting01-symbolic.svg
deleted file mode 100644
index c919f3d..0000000
--- a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage01-connecting01-symbolic.svg
+++ /dev/null
@@ -1,59 +0,0 @@
-
-
diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage01-connecting02-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-stage01-connecting02-symbolic.svg
deleted file mode 100644
index 123118f..0000000
--- a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage01-connecting02-symbolic.svg
+++ /dev/null
@@ -1,59 +0,0 @@
-
-
diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage01-connecting03-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-stage01-connecting03-symbolic.svg
deleted file mode 100644
index ef01e67..0000000
--- a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage01-connecting03-symbolic.svg
+++ /dev/null
@@ -1,59 +0,0 @@
-
-
diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage01-connecting04-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-stage01-connecting04-symbolic.svg
deleted file mode 100644
index c64cc22..0000000
--- a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage01-connecting04-symbolic.svg
+++ /dev/null
@@ -1,59 +0,0 @@
-
-
diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage01-connecting05-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-stage01-connecting05-symbolic.svg
deleted file mode 100644
index 3eba134..0000000
--- a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage01-connecting05-symbolic.svg
+++ /dev/null
@@ -1,59 +0,0 @@
-
-
diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage01-connecting06-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-stage01-connecting06-symbolic.svg
deleted file mode 100644
index 342bc04..0000000
--- a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage01-connecting06-symbolic.svg
+++ /dev/null
@@ -1,59 +0,0 @@
-
-
diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage01-connecting07-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-stage01-connecting07-symbolic.svg
deleted file mode 100644
index 44ac4fa..0000000
--- a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage01-connecting07-symbolic.svg
+++ /dev/null
@@ -1,58 +0,0 @@
-
-
diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage01-connecting08-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-stage01-connecting08-symbolic.svg
deleted file mode 100644
index ae312c2..0000000
--- a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage01-connecting08-symbolic.svg
+++ /dev/null
@@ -1,58 +0,0 @@
-
-
diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage01-connecting09-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-stage01-connecting09-symbolic.svg
deleted file mode 100644
index c22f6cf..0000000
--- a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage01-connecting09-symbolic.svg
+++ /dev/null
@@ -1,58 +0,0 @@
-
-
diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage01-connecting10-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-stage01-connecting10-symbolic.svg
deleted file mode 100644
index c312302..0000000
--- a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage01-connecting10-symbolic.svg
+++ /dev/null
@@ -1,59 +0,0 @@
-
-
diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage01-connecting11-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-stage01-connecting11-symbolic.svg
deleted file mode 100644
index bd69769..0000000
--- a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage01-connecting11-symbolic.svg
+++ /dev/null
@@ -1,59 +0,0 @@
-
-
diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage02-connecting01-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-stage02-connecting01-symbolic.svg
deleted file mode 120000
index 13b5ab8..0000000
--- a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage02-connecting01-symbolic.svg
+++ /dev/null
@@ -1 +0,0 @@
-status-nm-stage01-connecting01-symbolic.svg
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage02-connecting02-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-stage02-connecting02-symbolic.svg
deleted file mode 120000
index bef534b..0000000
--- a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage02-connecting02-symbolic.svg
+++ /dev/null
@@ -1 +0,0 @@
-status-nm-stage01-connecting02-symbolic.svg
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage02-connecting03-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-stage02-connecting03-symbolic.svg
deleted file mode 120000
index 9f2e2a1..0000000
--- a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage02-connecting03-symbolic.svg
+++ /dev/null
@@ -1 +0,0 @@
-status-nm-stage01-connecting03-symbolic.svg
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage02-connecting04-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-stage02-connecting04-symbolic.svg
deleted file mode 120000
index 50630b1..0000000
--- a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage02-connecting04-symbolic.svg
+++ /dev/null
@@ -1 +0,0 @@
-status-nm-stage01-connecting04-symbolic.svg
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage02-connecting05-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-stage02-connecting05-symbolic.svg
deleted file mode 120000
index 43f18a6..0000000
--- a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage02-connecting05-symbolic.svg
+++ /dev/null
@@ -1 +0,0 @@
-status-nm-stage01-connecting05-symbolic.svg
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage02-connecting06-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-stage02-connecting06-symbolic.svg
deleted file mode 120000
index f0bd31d..0000000
--- a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage02-connecting06-symbolic.svg
+++ /dev/null
@@ -1 +0,0 @@
-status-nm-stage01-connecting06-symbolic.svg
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage02-connecting07-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-stage02-connecting07-symbolic.svg
deleted file mode 120000
index 5368e0e..0000000
--- a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage02-connecting07-symbolic.svg
+++ /dev/null
@@ -1 +0,0 @@
-status-nm-stage01-connecting07-symbolic.svg
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage02-connecting08-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-stage02-connecting08-symbolic.svg
deleted file mode 120000
index 53dbdb3..0000000
--- a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage02-connecting08-symbolic.svg
+++ /dev/null
@@ -1 +0,0 @@
-status-nm-stage01-connecting08-symbolic.svg
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage02-connecting09-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-stage02-connecting09-symbolic.svg
deleted file mode 120000
index 0503b92..0000000
--- a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage02-connecting09-symbolic.svg
+++ /dev/null
@@ -1 +0,0 @@
-status-nm-stage01-connecting09-symbolic.svg
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage02-connecting10-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-stage02-connecting10-symbolic.svg
deleted file mode 120000
index c207166..0000000
--- a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage02-connecting10-symbolic.svg
+++ /dev/null
@@ -1 +0,0 @@
-status-nm-stage01-connecting10-symbolic.svg
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage02-connecting11-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-stage02-connecting11-symbolic.svg
deleted file mode 120000
index dfca8a3..0000000
--- a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage02-connecting11-symbolic.svg
+++ /dev/null
@@ -1 +0,0 @@
-status-nm-stage01-connecting11-symbolic.svg
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage03-connecting01-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-stage03-connecting01-symbolic.svg
deleted file mode 120000
index 13b5ab8..0000000
--- a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage03-connecting01-symbolic.svg
+++ /dev/null
@@ -1 +0,0 @@
-status-nm-stage01-connecting01-symbolic.svg
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage03-connecting02-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-stage03-connecting02-symbolic.svg
deleted file mode 120000
index bef534b..0000000
--- a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage03-connecting02-symbolic.svg
+++ /dev/null
@@ -1 +0,0 @@
-status-nm-stage01-connecting02-symbolic.svg
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage03-connecting03-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-stage03-connecting03-symbolic.svg
deleted file mode 120000
index 9f2e2a1..0000000
--- a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage03-connecting03-symbolic.svg
+++ /dev/null
@@ -1 +0,0 @@
-status-nm-stage01-connecting03-symbolic.svg
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage03-connecting04-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-stage03-connecting04-symbolic.svg
deleted file mode 120000
index 50630b1..0000000
--- a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage03-connecting04-symbolic.svg
+++ /dev/null
@@ -1 +0,0 @@
-status-nm-stage01-connecting04-symbolic.svg
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage03-connecting05-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-stage03-connecting05-symbolic.svg
deleted file mode 120000
index 43f18a6..0000000
--- a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage03-connecting05-symbolic.svg
+++ /dev/null
@@ -1 +0,0 @@
-status-nm-stage01-connecting05-symbolic.svg
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage03-connecting06-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-stage03-connecting06-symbolic.svg
deleted file mode 120000
index f0bd31d..0000000
--- a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage03-connecting06-symbolic.svg
+++ /dev/null
@@ -1 +0,0 @@
-status-nm-stage01-connecting06-symbolic.svg
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage03-connecting07-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-stage03-connecting07-symbolic.svg
deleted file mode 120000
index 5368e0e..0000000
--- a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage03-connecting07-symbolic.svg
+++ /dev/null
@@ -1 +0,0 @@
-status-nm-stage01-connecting07-symbolic.svg
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage03-connecting08-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-stage03-connecting08-symbolic.svg
deleted file mode 120000
index 53dbdb3..0000000
--- a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage03-connecting08-symbolic.svg
+++ /dev/null
@@ -1 +0,0 @@
-status-nm-stage01-connecting08-symbolic.svg
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage03-connecting09-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-stage03-connecting09-symbolic.svg
deleted file mode 120000
index 0503b92..0000000
--- a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage03-connecting09-symbolic.svg
+++ /dev/null
@@ -1 +0,0 @@
-status-nm-stage01-connecting09-symbolic.svg
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage03-connecting10-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-stage03-connecting10-symbolic.svg
deleted file mode 120000
index c207166..0000000
--- a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage03-connecting10-symbolic.svg
+++ /dev/null
@@ -1 +0,0 @@
-status-nm-stage01-connecting10-symbolic.svg
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage03-connecting11-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-stage03-connecting11-symbolic.svg
deleted file mode 120000
index dfca8a3..0000000
--- a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage03-connecting11-symbolic.svg
+++ /dev/null
@@ -1 +0,0 @@
-status-nm-stage01-connecting11-symbolic.svg
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-vpn-connecting01-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-vpn-connecting01-symbolic.svg
deleted file mode 100644
index 92a69dc..0000000
--- a/Icons and cursors/windowsicon/22x22/animations/status-nm-vpn-connecting01-symbolic.svg
+++ /dev/null
@@ -1,15 +0,0 @@
-
diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-vpn-connecting02-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-vpn-connecting02-symbolic.svg
deleted file mode 100644
index d4bf4ab..0000000
--- a/Icons and cursors/windowsicon/22x22/animations/status-nm-vpn-connecting02-symbolic.svg
+++ /dev/null
@@ -1,15 +0,0 @@
-
diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-vpn-connecting03-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-vpn-connecting03-symbolic.svg
deleted file mode 100644
index 68de30e..0000000
--- a/Icons and cursors/windowsicon/22x22/animations/status-nm-vpn-connecting03-symbolic.svg
+++ /dev/null
@@ -1,15 +0,0 @@
-
diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-vpn-connecting04-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-vpn-connecting04-symbolic.svg
deleted file mode 100644
index 1f87b04..0000000
--- a/Icons and cursors/windowsicon/22x22/animations/status-nm-vpn-connecting04-symbolic.svg
+++ /dev/null
@@ -1,15 +0,0 @@
-
diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-vpn-connecting05-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-vpn-connecting05-symbolic.svg
deleted file mode 100644
index f95bd0f..0000000
--- a/Icons and cursors/windowsicon/22x22/animations/status-nm-vpn-connecting05-symbolic.svg
+++ /dev/null
@@ -1,15 +0,0 @@
-
diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-vpn-connecting06-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-vpn-connecting06-symbolic.svg
deleted file mode 100644
index 83ffa8c..0000000
--- a/Icons and cursors/windowsicon/22x22/animations/status-nm-vpn-connecting06-symbolic.svg
+++ /dev/null
@@ -1,15 +0,0 @@
-
diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-vpn-connecting07-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-vpn-connecting07-symbolic.svg
deleted file mode 100644
index 5ee7da7..0000000
--- a/Icons and cursors/windowsicon/22x22/animations/status-nm-vpn-connecting07-symbolic.svg
+++ /dev/null
@@ -1,15 +0,0 @@
-
diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-vpn-connecting08-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-vpn-connecting08-symbolic.svg
deleted file mode 100644
index df95eb7..0000000
--- a/Icons and cursors/windowsicon/22x22/animations/status-nm-vpn-connecting08-symbolic.svg
+++ /dev/null
@@ -1,15 +0,0 @@
-
diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-vpn-connecting09-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-vpn-connecting09-symbolic.svg
deleted file mode 100644
index fde13c3..0000000
--- a/Icons and cursors/windowsicon/22x22/animations/status-nm-vpn-connecting09-symbolic.svg
+++ /dev/null
@@ -1,15 +0,0 @@
-
diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-vpn-connecting10-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-vpn-connecting10-symbolic.svg
deleted file mode 100644
index 9eb411e..0000000
--- a/Icons and cursors/windowsicon/22x22/animations/status-nm-vpn-connecting10-symbolic.svg
+++ /dev/null
@@ -1,15 +0,0 @@
-
diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-vpn-connecting11-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-vpn-connecting11-symbolic.svg
deleted file mode 100644
index eaeee8d..0000000
--- a/Icons and cursors/windowsicon/22x22/animations/status-nm-vpn-connecting11-symbolic.svg
+++ /dev/null
@@ -1,15 +0,0 @@
-
diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-vpn-connecting12-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-vpn-connecting12-symbolic.svg
deleted file mode 100644
index f5e2de7..0000000
--- a/Icons and cursors/windowsicon/22x22/animations/status-nm-vpn-connecting12-symbolic.svg
+++ /dev/null
@@ -1,15 +0,0 @@
-
diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-vpn-connecting13-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-vpn-connecting13-symbolic.svg
deleted file mode 100644
index 9c46c65..0000000
--- a/Icons and cursors/windowsicon/22x22/animations/status-nm-vpn-connecting13-symbolic.svg
+++ /dev/null
@@ -1,15 +0,0 @@
-
diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-vpn-connecting14-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-vpn-connecting14-symbolic.svg
deleted file mode 100644
index 03a639f..0000000
--- a/Icons and cursors/windowsicon/22x22/animations/status-nm-vpn-connecting14-symbolic.svg
+++ /dev/null
@@ -1,15 +0,0 @@
-
diff --git a/Icons and cursors/windowsicon/22x22/apps/access.png b/Icons and cursors/windowsicon/22x22/apps/access.png
deleted file mode 100644
index f974cec..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/access.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/accessibility-directory.png b/Icons and cursors/windowsicon/22x22/apps/accessibility-directory.png
deleted file mode 100644
index f974cec..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/accessibility-directory.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/accessories-calculator.png b/Icons and cursors/windowsicon/22x22/apps/accessories-calculator.png
deleted file mode 100644
index 6b14bc1..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/accessories-calculator.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/accessories-character-map.png b/Icons and cursors/windowsicon/22x22/apps/accessories-character-map.png
deleted file mode 100644
index bf539b7..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/accessories-character-map.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/accessories-dictionary.png b/Icons and cursors/windowsicon/22x22/apps/accessories-dictionary.png
deleted file mode 100644
index 3aa027c..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/accessories-dictionary.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/accessories-text-editor.png b/Icons and cursors/windowsicon/22x22/apps/accessories-text-editor.png
deleted file mode 100644
index 7963f54..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/accessories-text-editor.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/alacarte.png b/Icons and cursors/windowsicon/22x22/apps/alacarte.png
deleted file mode 100644
index d4734e3..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/alacarte.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/applets-screenshooter.png b/Icons and cursors/windowsicon/22x22/apps/applets-screenshooter.png
deleted file mode 100644
index 60a4c6d..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/applets-screenshooter.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/arts.png b/Icons and cursors/windowsicon/22x22/apps/arts.png
deleted file mode 100644
index 4742f73..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/arts.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/background.png b/Icons and cursors/windowsicon/22x22/apps/background.png
deleted file mode 100644
index 8dbb18d..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/background.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/calc.png b/Icons and cursors/windowsicon/22x22/apps/calc.png
deleted file mode 100644
index 6b14bc1..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/calc.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/cheese.png b/Icons and cursors/windowsicon/22x22/apps/cheese.png
deleted file mode 100644
index 2428426..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/cheese.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/color-picker.png b/Icons and cursors/windowsicon/22x22/apps/color-picker.png
deleted file mode 100644
index 2110e5c..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/color-picker.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/config-language.png b/Icons and cursors/windowsicon/22x22/apps/config-language.png
deleted file mode 100644
index 678254a..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/config-language.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/config-users.png b/Icons and cursors/windowsicon/22x22/apps/config-users.png
deleted file mode 100644
index f9c33ce..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/config-users.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-applets.png b/Icons and cursors/windowsicon/22x22/apps/cs-applets.png
deleted file mode 100644
index da33147..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-applets.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-backgrounds.png b/Icons and cursors/windowsicon/22x22/apps/cs-backgrounds.png
deleted file mode 100644
index 26f48fb..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-backgrounds.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-bluetooth.png b/Icons and cursors/windowsicon/22x22/apps/cs-bluetooth.png
deleted file mode 100644
index 4ea0901..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-bluetooth.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-cat-admin.png b/Icons and cursors/windowsicon/22x22/apps/cs-cat-admin.png
deleted file mode 100644
index 15be3e1..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-cat-admin.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-cat-appearance.png b/Icons and cursors/windowsicon/22x22/apps/cs-cat-appearance.png
deleted file mode 100644
index 98696b5..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-cat-appearance.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-cat-hardware.png b/Icons and cursors/windowsicon/22x22/apps/cs-cat-hardware.png
deleted file mode 100644
index 1f04101..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-cat-hardware.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-cat-prefs.png b/Icons and cursors/windowsicon/22x22/apps/cs-cat-prefs.png
deleted file mode 100644
index 29c2a81..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-cat-prefs.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-cat-themes.png b/Icons and cursors/windowsicon/22x22/apps/cs-cat-themes.png
deleted file mode 100644
index 98696b5..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-cat-themes.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-color.png b/Icons and cursors/windowsicon/22x22/apps/cs-color.png
deleted file mode 100644
index 7b4341e..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-color.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-date-time.png b/Icons and cursors/windowsicon/22x22/apps/cs-date-time.png
deleted file mode 100644
index 5712d03..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-date-time.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-default-applications.png b/Icons and cursors/windowsicon/22x22/apps/cs-default-applications.png
deleted file mode 100644
index dc9644f..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-default-applications.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-desklets.png b/Icons and cursors/windowsicon/22x22/apps/cs-desklets.png
deleted file mode 100644
index da33147..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-desklets.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-desktop-effects.png b/Icons and cursors/windowsicon/22x22/apps/cs-desktop-effects.png
deleted file mode 100644
index 26f48fb..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-desktop-effects.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-desktop.png b/Icons and cursors/windowsicon/22x22/apps/cs-desktop.png
deleted file mode 100644
index 26f48fb..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-desktop.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-details.png b/Icons and cursors/windowsicon/22x22/apps/cs-details.png
deleted file mode 100644
index 3f03dcb..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-details.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-display.png b/Icons and cursors/windowsicon/22x22/apps/cs-display.png
deleted file mode 100644
index d5b08a2..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-display.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-drivers.png b/Icons and cursors/windowsicon/22x22/apps/cs-drivers.png
deleted file mode 100644
index 1f04101..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-drivers.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-extensions.png b/Icons and cursors/windowsicon/22x22/apps/cs-extensions.png
deleted file mode 100644
index 905f237..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-extensions.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-firewall.png b/Icons and cursors/windowsicon/22x22/apps/cs-firewall.png
deleted file mode 100644
index b2cfe7c..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-firewall.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-fonts.png b/Icons and cursors/windowsicon/22x22/apps/cs-fonts.png
deleted file mode 100644
index 5b4e145..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-fonts.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-general.png b/Icons and cursors/windowsicon/22x22/apps/cs-general.png
deleted file mode 100644
index 61223d8..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-general.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-keyboard.png b/Icons and cursors/windowsicon/22x22/apps/cs-keyboard.png
deleted file mode 100644
index f0aa2e3..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-keyboard.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-language.png b/Icons and cursors/windowsicon/22x22/apps/cs-language.png
deleted file mode 100644
index bfac1f8..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-language.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-login.png b/Icons and cursors/windowsicon/22x22/apps/cs-login.png
deleted file mode 100644
index c5946b8..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-login.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-mouse.png b/Icons and cursors/windowsicon/22x22/apps/cs-mouse.png
deleted file mode 100644
index 11500d6..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-mouse.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-network.png b/Icons and cursors/windowsicon/22x22/apps/cs-network.png
deleted file mode 100644
index 4301fd1..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-network.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-notifications.png b/Icons and cursors/windowsicon/22x22/apps/cs-notifications.png
deleted file mode 100644
index d4ed40c..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-notifications.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-overview.png b/Icons and cursors/windowsicon/22x22/apps/cs-overview.png
deleted file mode 100644
index 0cb794b..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-overview.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-panel.png b/Icons and cursors/windowsicon/22x22/apps/cs-panel.png
deleted file mode 100644
index 905f237..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-panel.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-power.png b/Icons and cursors/windowsicon/22x22/apps/cs-power.png
deleted file mode 100644
index 9e089e0..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-power.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-printer.png b/Icons and cursors/windowsicon/22x22/apps/cs-printer.png
deleted file mode 100644
index 687f8e2..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-printer.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-privacy.png b/Icons and cursors/windowsicon/22x22/apps/cs-privacy.png
deleted file mode 100644
index 10d5d44..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-privacy.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-region.png b/Icons and cursors/windowsicon/22x22/apps/cs-region.png
deleted file mode 100644
index bfac1f8..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-region.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-screen.png b/Icons and cursors/windowsicon/22x22/apps/cs-screen.png
deleted file mode 100644
index 0cb794b..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-screen.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-screensaver.png b/Icons and cursors/windowsicon/22x22/apps/cs-screensaver.png
deleted file mode 100644
index 080443b..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-screensaver.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-software-properties.png b/Icons and cursors/windowsicon/22x22/apps/cs-software-properties.png
deleted file mode 100644
index 7bf8e36..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-software-properties.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-sound.png b/Icons and cursors/windowsicon/22x22/apps/cs-sound.png
deleted file mode 100644
index 712fe58..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-sound.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-sources.png b/Icons and cursors/windowsicon/22x22/apps/cs-sources.png
deleted file mode 100644
index 7bf8e36..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-sources.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-startup-programs.png b/Icons and cursors/windowsicon/22x22/apps/cs-startup-programs.png
deleted file mode 100644
index d43ddd7..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-startup-programs.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-tablet.png b/Icons and cursors/windowsicon/22x22/apps/cs-tablet.png
deleted file mode 100644
index b76c009..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-tablet.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-themes.png b/Icons and cursors/windowsicon/22x22/apps/cs-themes.png
deleted file mode 100644
index 85a4cbb..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-themes.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-tiling.png b/Icons and cursors/windowsicon/22x22/apps/cs-tiling.png
deleted file mode 100644
index 0cb794b..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-tiling.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-universal-access.png b/Icons and cursors/windowsicon/22x22/apps/cs-universal-access.png
deleted file mode 100644
index 31714b1..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-universal-access.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-user-accounts.png b/Icons and cursors/windowsicon/22x22/apps/cs-user-accounts.png
deleted file mode 100644
index c5946b8..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-user-accounts.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-user.png b/Icons and cursors/windowsicon/22x22/apps/cs-user.png
deleted file mode 100644
index d2c16c1..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-user.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-windows.png b/Icons and cursors/windowsicon/22x22/apps/cs-windows.png
deleted file mode 100644
index d43ddd7..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-windows.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-workspaces.png b/Icons and cursors/windowsicon/22x22/apps/cs-workspaces.png
deleted file mode 100644
index d43ddd7..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-workspaces.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/dconf-editor.png b/Icons and cursors/windowsicon/22x22/apps/dconf-editor.png
deleted file mode 100644
index 47c24c6..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/dconf-editor.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/epiphany.png b/Icons and cursors/windowsicon/22x22/apps/epiphany.png
deleted file mode 100755
index e1f0768..0000000
--- a/Icons and cursors/windowsicon/22x22/apps/epiphany.png
+++ /dev/null
@@ -1 +0,0 @@
-web-browser.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/22x22/apps/file-manager.png b/Icons and cursors/windowsicon/22x22/apps/file-manager.png
deleted file mode 100644
index ca03d81..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/file-manager.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/fonts.png b/Icons and cursors/windowsicon/22x22/apps/fonts.png
deleted file mode 100644
index 8bd2940..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/fonts.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/gedit.png b/Icons and cursors/windowsicon/22x22/apps/gedit.png
deleted file mode 100755
index 24614cf..0000000
--- a/Icons and cursors/windowsicon/22x22/apps/gedit.png
+++ /dev/null
@@ -1 +0,0 @@
-accessories-text-editor.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/22x22/apps/gnome-aisleriot.png b/Icons and cursors/windowsicon/22x22/apps/gnome-aisleriot.png
deleted file mode 100644
index 1a5ef37..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/gnome-aisleriot.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/gnome-calculator.png b/Icons and cursors/windowsicon/22x22/apps/gnome-calculator.png
deleted file mode 100644
index 6b14bc1..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/gnome-calculator.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/gnome-character-map.png b/Icons and cursors/windowsicon/22x22/apps/gnome-character-map.png
deleted file mode 100644
index bf539b7..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/gnome-character-map.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/gnome-documents.png b/Icons and cursors/windowsicon/22x22/apps/gnome-documents.png
deleted file mode 100644
index ef0471a..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/gnome-documents.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/gnome-help.png b/Icons and cursors/windowsicon/22x22/apps/gnome-help.png
deleted file mode 100644
index b7c3003..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/gnome-help.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/gnome-mahjongg.png b/Icons and cursors/windowsicon/22x22/apps/gnome-mahjongg.png
deleted file mode 100644
index 69adefe..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/gnome-mahjongg.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/gnome-mines.png b/Icons and cursors/windowsicon/22x22/apps/gnome-mines.png
deleted file mode 100644
index a4159b8..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/gnome-mines.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/gnome-mixer.png b/Icons and cursors/windowsicon/22x22/apps/gnome-mixer.png
deleted file mode 100644
index 4742f73..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/gnome-mixer.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/gnome-monitor.png b/Icons and cursors/windowsicon/22x22/apps/gnome-monitor.png
deleted file mode 100644
index d21e82a..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/gnome-monitor.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/gnome-remote-desktop.png b/Icons and cursors/windowsicon/22x22/apps/gnome-remote-desktop.png
deleted file mode 100644
index eb520b3..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/gnome-remote-desktop.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/gnome-settings-accessibility-technologies.png b/Icons and cursors/windowsicon/22x22/apps/gnome-settings-accessibility-technologies.png
deleted file mode 100644
index f974cec..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/gnome-settings-accessibility-technologies.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/gnome-settings-background.png b/Icons and cursors/windowsicon/22x22/apps/gnome-settings-background.png
deleted file mode 100644
index 8dbb18d..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/gnome-settings-background.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/gnome-settings-font.png b/Icons and cursors/windowsicon/22x22/apps/gnome-settings-font.png
deleted file mode 100644
index 8bd2940..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/gnome-settings-font.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/gnome-settings-keybindings.png b/Icons and cursors/windowsicon/22x22/apps/gnome-settings-keybindings.png
deleted file mode 100644
index e0db1c6..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/gnome-settings-keybindings.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/gnome-settings-theme.png b/Icons and cursors/windowsicon/22x22/apps/gnome-settings-theme.png
deleted file mode 100644
index a3d4a94..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/gnome-settings-theme.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/gnome-sound-recorder.png b/Icons and cursors/windowsicon/22x22/apps/gnome-sound-recorder.png
deleted file mode 100644
index baac90b..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/gnome-sound-recorder.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/gnome-sudoku.png b/Icons and cursors/windowsicon/22x22/apps/gnome-sudoku.png
deleted file mode 100644
index a3c62c8..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/gnome-sudoku.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/gnome-terminal.png b/Icons and cursors/windowsicon/22x22/apps/gnome-terminal.png
deleted file mode 100644
index a4e2a30..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/gnome-terminal.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/gnome-window-manager.png b/Icons and cursors/windowsicon/22x22/apps/gnome-window-manager.png
deleted file mode 100644
index ef56f2a..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/gnome-window-manager.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/goa-panel.png b/Icons and cursors/windowsicon/22x22/apps/goa-panel.png
deleted file mode 100644
index 37835bd..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/goa-panel.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/gucharmap.png b/Icons and cursors/windowsicon/22x22/apps/gucharmap.png
deleted file mode 100644
index bf539b7..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/gucharmap.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/help-browser.png b/Icons and cursors/windowsicon/22x22/apps/help-browser.png
deleted file mode 100644
index b7c3003..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/help-browser.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/jockey.png b/Icons and cursors/windowsicon/22x22/apps/jockey.png
deleted file mode 100644
index b9ec6c8..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/jockey.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/kcalc.png b/Icons and cursors/windowsicon/22x22/apps/kcalc.png
deleted file mode 100644
index 6b14bc1..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/kcalc.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/kcharselect.png b/Icons and cursors/windowsicon/22x22/apps/kcharselect.png
deleted file mode 100644
index bf539b7..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/kcharselect.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/kcmkwm.png b/Icons and cursors/windowsicon/22x22/apps/kcmkwm.png
deleted file mode 100644
index ef56f2a..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/kcmkwm.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/kcmsound.png b/Icons and cursors/windowsicon/22x22/apps/kcmsound.png
deleted file mode 100644
index 4742f73..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/kcmsound.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/kedit.png b/Icons and cursors/windowsicon/22x22/apps/kedit.png
deleted file mode 100644
index 7963f54..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/kedit.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/key_bindings.png b/Icons and cursors/windowsicon/22x22/apps/key_bindings.png
deleted file mode 100644
index e0db1c6..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/key_bindings.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/kfm.png b/Icons and cursors/windowsicon/22x22/apps/kfm.png
deleted file mode 100644
index ca03d81..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/kfm.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/khelpcenter.png b/Icons and cursors/windowsicon/22x22/apps/khelpcenter.png
deleted file mode 100644
index b7c3003..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/khelpcenter.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/konsole.png b/Icons and cursors/windowsicon/22x22/apps/konsole.png
deleted file mode 100644
index a4e2a30..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/konsole.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/krfb.png b/Icons and cursors/windowsicon/22x22/apps/krfb.png
deleted file mode 100644
index eb520b3..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/krfb.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/kscreensaver.png b/Icons and cursors/windowsicon/22x22/apps/kscreensaver.png
deleted file mode 100644
index 72f1f17..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/kscreensaver.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/ksysguard.png b/Icons and cursors/windowsicon/22x22/apps/ksysguard.png
deleted file mode 100644
index d21e82a..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/ksysguard.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/kuser.png b/Icons and cursors/windowsicon/22x22/apps/kuser.png
deleted file mode 100644
index f9c33ce..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/kuser.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/kwin.png b/Icons and cursors/windowsicon/22x22/apps/kwin.png
deleted file mode 100644
index ef56f2a..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/kwin.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/locale.png b/Icons and cursors/windowsicon/22x22/apps/locale.png
deleted file mode 100644
index 678254a..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/locale.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/multimedia-volume-control.png b/Icons and cursors/windowsicon/22x22/apps/multimedia-volume-control.png
deleted file mode 100644
index 4742f73..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/multimedia-volume-control.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/multimedia.png b/Icons and cursors/windowsicon/22x22/apps/multimedia.png
deleted file mode 100644
index 4742f73..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/multimedia.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/nautilus.png b/Icons and cursors/windowsicon/22x22/apps/nautilus.png
deleted file mode 100755
index b9df032..0000000
--- a/Icons and cursors/windowsicon/22x22/apps/nautilus.png
+++ /dev/null
@@ -1 +0,0 @@
-file-manager.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/22x22/apps/openterm.png b/Icons and cursors/windowsicon/22x22/apps/openterm.png
deleted file mode 100644
index a4e2a30..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/openterm.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/orca.png b/Icons and cursors/windowsicon/22x22/apps/orca.png
deleted file mode 100644
index f974cec..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/orca.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/org.gnome.Epiphany.png b/Icons and cursors/windowsicon/22x22/apps/org.gnome.Epiphany.png
deleted file mode 100755
index e1f0768..0000000
--- a/Icons and cursors/windowsicon/22x22/apps/org.gnome.Epiphany.png
+++ /dev/null
@@ -1 +0,0 @@
-web-browser.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/22x22/apps/org.gnome.Nautilus.png b/Icons and cursors/windowsicon/22x22/apps/org.gnome.Nautilus.png
deleted file mode 100755
index b9df032..0000000
--- a/Icons and cursors/windowsicon/22x22/apps/org.gnome.Nautilus.png
+++ /dev/null
@@ -1 +0,0 @@
-file-manager.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/22x22/apps/org.gnome.gedit.png b/Icons and cursors/windowsicon/22x22/apps/org.gnome.gedit.png
deleted file mode 100755
index 24614cf..0000000
--- a/Icons and cursors/windowsicon/22x22/apps/org.gnome.gedit.png
+++ /dev/null
@@ -1 +0,0 @@
-accessories-text-editor.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/22x22/apps/preferences-desktop-accessibility.png b/Icons and cursors/windowsicon/22x22/apps/preferences-desktop-accessibility.png
deleted file mode 100644
index f974cec..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/preferences-desktop-accessibility.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/preferences-desktop-display.png b/Icons and cursors/windowsicon/22x22/apps/preferences-desktop-display.png
deleted file mode 100644
index 0ab6f90..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/preferences-desktop-display.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/preferences-desktop-font.png b/Icons and cursors/windowsicon/22x22/apps/preferences-desktop-font.png
deleted file mode 100644
index 8bd2940..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/preferences-desktop-font.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/preferences-desktop-keyboard-shortcuts.png b/Icons and cursors/windowsicon/22x22/apps/preferences-desktop-keyboard-shortcuts.png
deleted file mode 100644
index e0db1c6..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/preferences-desktop-keyboard-shortcuts.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/preferences-desktop-keyboard.png b/Icons and cursors/windowsicon/22x22/apps/preferences-desktop-keyboard.png
deleted file mode 100644
index a958d65..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/preferences-desktop-keyboard.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/preferences-desktop-locale.png b/Icons and cursors/windowsicon/22x22/apps/preferences-desktop-locale.png
deleted file mode 100644
index 678254a..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/preferences-desktop-locale.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/preferences-desktop-remote-desktop.png b/Icons and cursors/windowsicon/22x22/apps/preferences-desktop-remote-desktop.png
deleted file mode 100644
index eb520b3..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/preferences-desktop-remote-desktop.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/preferences-desktop-screensaver.png b/Icons and cursors/windowsicon/22x22/apps/preferences-desktop-screensaver.png
deleted file mode 100644
index 72f1f17..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/preferences-desktop-screensaver.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/preferences-desktop-theme.png b/Icons and cursors/windowsicon/22x22/apps/preferences-desktop-theme.png
deleted file mode 100644
index a3d4a94..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/preferences-desktop-theme.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/preferences-desktop-wallpaper.png b/Icons and cursors/windowsicon/22x22/apps/preferences-desktop-wallpaper.png
deleted file mode 100644
index 8dbb18d..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/preferences-desktop-wallpaper.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/preferences-system-notifications.png b/Icons and cursors/windowsicon/22x22/apps/preferences-system-notifications.png
deleted file mode 100644
index f39197d..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/preferences-system-notifications.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/preferences-system-privacy.png b/Icons and cursors/windowsicon/22x22/apps/preferences-system-privacy.png
deleted file mode 100644
index 3bc65f6..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/preferences-system-privacy.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/preferences-system-search.png b/Icons and cursors/windowsicon/22x22/apps/preferences-system-search.png
deleted file mode 100644
index ac230e1..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/preferences-system-search.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/preferences-system-sharing.png b/Icons and cursors/windowsicon/22x22/apps/preferences-system-sharing.png
deleted file mode 100644
index d44ba7f..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/preferences-system-sharing.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/preferences-system-windows.png b/Icons and cursors/windowsicon/22x22/apps/preferences-system-windows.png
deleted file mode 100644
index ef56f2a..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/preferences-system-windows.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/redhat-filemanager.png b/Icons and cursors/windowsicon/22x22/apps/redhat-filemanager.png
deleted file mode 100644
index ca03d81..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/redhat-filemanager.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/remmina.png b/Icons and cursors/windowsicon/22x22/apps/remmina.png
deleted file mode 100644
index eb520b3..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/remmina.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/screensaver.png b/Icons and cursors/windowsicon/22x22/apps/screensaver.png
deleted file mode 100644
index 72f1f17..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/screensaver.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/softwarecenter.png b/Icons and cursors/windowsicon/22x22/apps/softwarecenter.png
deleted file mode 100644
index 7f4b3a7..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/softwarecenter.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/style.png b/Icons and cursors/windowsicon/22x22/apps/style.png
deleted file mode 100644
index a3d4a94..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/style.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/susehelpcenter.png b/Icons and cursors/windowsicon/22x22/apps/susehelpcenter.png
deleted file mode 100644
index b7c3003..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/susehelpcenter.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/system-config-users.png b/Icons and cursors/windowsicon/22x22/apps/system-config-users.png
deleted file mode 100644
index f9c33ce..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/system-config-users.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/system-file-manager.png b/Icons and cursors/windowsicon/22x22/apps/system-file-manager.png
deleted file mode 100644
index ca03d81..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/system-file-manager.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/system-software-install.png b/Icons and cursors/windowsicon/22x22/apps/system-software-install.png
deleted file mode 100644
index 9d333cd..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/system-software-install.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/system-software-update.png b/Icons and cursors/windowsicon/22x22/apps/system-software-update.png
deleted file mode 100644
index 874bd67..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/system-software-update.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/system-users.png b/Icons and cursors/windowsicon/22x22/apps/system-users.png
deleted file mode 100644
index f9c33ce..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/system-users.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/terminal.png b/Icons and cursors/windowsicon/22x22/apps/terminal.png
deleted file mode 100644
index a4e2a30..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/terminal.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/text-editor.png b/Icons and cursors/windowsicon/22x22/apps/text-editor.png
deleted file mode 100644
index 7963f54..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/text-editor.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/transmission.png b/Icons and cursors/windowsicon/22x22/apps/transmission.png
deleted file mode 100644
index f781e3c..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/transmission.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/update-manager.png b/Icons and cursors/windowsicon/22x22/apps/update-manager.png
deleted file mode 100644
index 874bd67..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/update-manager.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/user-info.png b/Icons and cursors/windowsicon/22x22/apps/user-info.png
deleted file mode 100644
index fffd7e2..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/user-info.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/utilities-system-monitor.png b/Icons and cursors/windowsicon/22x22/apps/utilities-system-monitor.png
deleted file mode 100644
index d21e82a..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/utilities-system-monitor.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/utilities-terminal.png b/Icons and cursors/windowsicon/22x22/apps/utilities-terminal.png
deleted file mode 100644
index a4e2a30..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/utilities-terminal.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/volume-knob.png b/Icons and cursors/windowsicon/22x22/apps/volume-knob.png
deleted file mode 100644
index 4742f73..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/volume-knob.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/waiting.png b/Icons and cursors/windowsicon/22x22/apps/waiting.png
deleted file mode 100644
index 1949036..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/waiting.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/wallpaper.png b/Icons and cursors/windowsicon/22x22/apps/wallpaper.png
deleted file mode 100644
index 8dbb18d..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/wallpaper.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/web-browser.png b/Icons and cursors/windowsicon/22x22/apps/web-browser.png
deleted file mode 100644
index 0adb861..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/web-browser.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/xdiagnose.png b/Icons and cursors/windowsicon/22x22/apps/xdiagnose.png
deleted file mode 100644
index c2f1a08..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/xdiagnose.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/xfce-edit.png b/Icons and cursors/windowsicon/22x22/apps/xfce-edit.png
deleted file mode 100644
index 7963f54..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/xfce-edit.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/xfce-filemanager.png b/Icons and cursors/windowsicon/22x22/apps/xfce-filemanager.png
deleted file mode 100644
index ca03d81..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/xfce-filemanager.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/xfce-man.png b/Icons and cursors/windowsicon/22x22/apps/xfce-man.png
deleted file mode 100644
index b7c3003..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/xfce-man.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/xfce-terminal.png b/Icons and cursors/windowsicon/22x22/apps/xfce-terminal.png
deleted file mode 100644
index a4e2a30..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/xfce-terminal.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/xfce4-backdrop.png b/Icons and cursors/windowsicon/22x22/apps/xfce4-backdrop.png
deleted file mode 100644
index 8dbb18d..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/xfce4-backdrop.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/xfce4-mixer.png b/Icons and cursors/windowsicon/22x22/apps/xfce4-mixer.png
deleted file mode 100644
index 4742f73..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/xfce4-mixer.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/xfce4-ui.png b/Icons and cursors/windowsicon/22x22/apps/xfce4-ui.png
deleted file mode 100644
index a3d4a94..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/xfce4-ui.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/xfwm4.png b/Icons and cursors/windowsicon/22x22/apps/xfwm4.png
deleted file mode 100644
index ef56f2a..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/xfwm4.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/xscreensaver.png b/Icons and cursors/windowsicon/22x22/apps/xscreensaver.png
deleted file mode 100644
index 72f1f17..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/xscreensaver.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/xterm-color.png b/Icons and cursors/windowsicon/22x22/apps/xterm-color.png
deleted file mode 100644
index 640aa00..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/xterm-color.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/apps/zen-icon.png b/Icons and cursors/windowsicon/22x22/apps/zen-icon.png
deleted file mode 100644
index 874bd67..0000000
Binary files a/Icons and cursors/windowsicon/22x22/apps/zen-icon.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/categories/applications-accessories.png b/Icons and cursors/windowsicon/22x22/categories/applications-accessories.png
deleted file mode 100644
index 06eaa5f..0000000
Binary files a/Icons and cursors/windowsicon/22x22/categories/applications-accessories.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/categories/applications-development.png b/Icons and cursors/windowsicon/22x22/categories/applications-development.png
deleted file mode 100644
index 989648e..0000000
Binary files a/Icons and cursors/windowsicon/22x22/categories/applications-development.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/categories/applications-electronics.png b/Icons and cursors/windowsicon/22x22/categories/applications-electronics.png
deleted file mode 100644
index b9ec6c8..0000000
Binary files a/Icons and cursors/windowsicon/22x22/categories/applications-electronics.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/categories/applications-engineering.png b/Icons and cursors/windowsicon/22x22/categories/applications-engineering.png
deleted file mode 100644
index c427898..0000000
Binary files a/Icons and cursors/windowsicon/22x22/categories/applications-engineering.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/categories/applications-games.png b/Icons and cursors/windowsicon/22x22/categories/applications-games.png
deleted file mode 100644
index a3c62c8..0000000
Binary files a/Icons and cursors/windowsicon/22x22/categories/applications-games.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/categories/applications-graphics.png b/Icons and cursors/windowsicon/22x22/categories/applications-graphics.png
deleted file mode 100644
index b519e09..0000000
Binary files a/Icons and cursors/windowsicon/22x22/categories/applications-graphics.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/categories/applications-internet.png b/Icons and cursors/windowsicon/22x22/categories/applications-internet.png
deleted file mode 100644
index ebf405a..0000000
Binary files a/Icons and cursors/windowsicon/22x22/categories/applications-internet.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/categories/applications-multimedia.png b/Icons and cursors/windowsicon/22x22/categories/applications-multimedia.png
deleted file mode 100644
index f82a22e..0000000
Binary files a/Icons and cursors/windowsicon/22x22/categories/applications-multimedia.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/categories/applications-office.png b/Icons and cursors/windowsicon/22x22/categories/applications-office.png
deleted file mode 100644
index 8a2e706..0000000
Binary files a/Icons and cursors/windowsicon/22x22/categories/applications-office.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/categories/applications-other.png b/Icons and cursors/windowsicon/22x22/categories/applications-other.png
deleted file mode 100644
index 9ce0792..0000000
Binary files a/Icons and cursors/windowsicon/22x22/categories/applications-other.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/categories/applications-science.png b/Icons and cursors/windowsicon/22x22/categories/applications-science.png
deleted file mode 100644
index e1805ae..0000000
Binary files a/Icons and cursors/windowsicon/22x22/categories/applications-science.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/categories/applications-system.png b/Icons and cursors/windowsicon/22x22/categories/applications-system.png
deleted file mode 100644
index c254d7e..0000000
Binary files a/Icons and cursors/windowsicon/22x22/categories/applications-system.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/categories/applications-utilities.png b/Icons and cursors/windowsicon/22x22/categories/applications-utilities.png
deleted file mode 100644
index 62c3ed5..0000000
Binary files a/Icons and cursors/windowsicon/22x22/categories/applications-utilities.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/categories/gnome-applications.png b/Icons and cursors/windowsicon/22x22/categories/gnome-applications.png
deleted file mode 100644
index 8a2e706..0000000
Binary files a/Icons and cursors/windowsicon/22x22/categories/gnome-applications.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/categories/gnome-control-center.png b/Icons and cursors/windowsicon/22x22/categories/gnome-control-center.png
deleted file mode 100644
index 2600d51..0000000
Binary files a/Icons and cursors/windowsicon/22x22/categories/gnome-control-center.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/categories/gnome-devel.png b/Icons and cursors/windowsicon/22x22/categories/gnome-devel.png
deleted file mode 100644
index 989648e..0000000
Binary files a/Icons and cursors/windowsicon/22x22/categories/gnome-devel.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/categories/gnome-globe.png b/Icons and cursors/windowsicon/22x22/categories/gnome-globe.png
deleted file mode 100644
index ebf405a..0000000
Binary files a/Icons and cursors/windowsicon/22x22/categories/gnome-globe.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/categories/gnome-graphics.png b/Icons and cursors/windowsicon/22x22/categories/gnome-graphics.png
deleted file mode 100644
index b519e09..0000000
Binary files a/Icons and cursors/windowsicon/22x22/categories/gnome-graphics.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/categories/gnome-joystick.png b/Icons and cursors/windowsicon/22x22/categories/gnome-joystick.png
deleted file mode 100644
index a3c62c8..0000000
Binary files a/Icons and cursors/windowsicon/22x22/categories/gnome-joystick.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/categories/gnome-multimedia.png b/Icons and cursors/windowsicon/22x22/categories/gnome-multimedia.png
deleted file mode 100644
index f82a22e..0000000
Binary files a/Icons and cursors/windowsicon/22x22/categories/gnome-multimedia.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/categories/gnome-other.png b/Icons and cursors/windowsicon/22x22/categories/gnome-other.png
deleted file mode 100644
index 9ce0792..0000000
Binary files a/Icons and cursors/windowsicon/22x22/categories/gnome-other.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/categories/gnome-settings.png b/Icons and cursors/windowsicon/22x22/categories/gnome-settings.png
deleted file mode 100644
index 2600d51..0000000
Binary files a/Icons and cursors/windowsicon/22x22/categories/gnome-settings.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/categories/gnome-system.png b/Icons and cursors/windowsicon/22x22/categories/gnome-system.png
deleted file mode 100644
index c254d7e..0000000
Binary files a/Icons and cursors/windowsicon/22x22/categories/gnome-system.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/categories/gnome-util.png b/Icons and cursors/windowsicon/22x22/categories/gnome-util.png
deleted file mode 100644
index 06eaa5f..0000000
Binary files a/Icons and cursors/windowsicon/22x22/categories/gnome-util.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/categories/gtk-preferences.png b/Icons and cursors/windowsicon/22x22/categories/gtk-preferences.png
deleted file mode 100644
index 2600d51..0000000
Binary files a/Icons and cursors/windowsicon/22x22/categories/gtk-preferences.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/categories/input_devices_settings.png b/Icons and cursors/windowsicon/22x22/categories/input_devices_settings.png
deleted file mode 100644
index 75221b4..0000000
Binary files a/Icons and cursors/windowsicon/22x22/categories/input_devices_settings.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/categories/kcontrol.png b/Icons and cursors/windowsicon/22x22/categories/kcontrol.png
deleted file mode 100644
index 2600d51..0000000
Binary files a/Icons and cursors/windowsicon/22x22/categories/kcontrol.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/categories/package_development.png b/Icons and cursors/windowsicon/22x22/categories/package_development.png
deleted file mode 100644
index 989648e..0000000
Binary files a/Icons and cursors/windowsicon/22x22/categories/package_development.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/categories/package_games.png b/Icons and cursors/windowsicon/22x22/categories/package_games.png
deleted file mode 100644
index a3c62c8..0000000
Binary files a/Icons and cursors/windowsicon/22x22/categories/package_games.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/categories/package_graphics.png b/Icons and cursors/windowsicon/22x22/categories/package_graphics.png
deleted file mode 100644
index b519e09..0000000
Binary files a/Icons and cursors/windowsicon/22x22/categories/package_graphics.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/categories/package_multimedia.png b/Icons and cursors/windowsicon/22x22/categories/package_multimedia.png
deleted file mode 100644
index f82a22e..0000000
Binary files a/Icons and cursors/windowsicon/22x22/categories/package_multimedia.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/categories/package_network.png b/Icons and cursors/windowsicon/22x22/categories/package_network.png
deleted file mode 100644
index ebf405a..0000000
Binary files a/Icons and cursors/windowsicon/22x22/categories/package_network.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/categories/package_office.png b/Icons and cursors/windowsicon/22x22/categories/package_office.png
deleted file mode 100644
index 8a2e706..0000000
Binary files a/Icons and cursors/windowsicon/22x22/categories/package_office.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/categories/package_settings.png b/Icons and cursors/windowsicon/22x22/categories/package_settings.png
deleted file mode 100644
index 021c19e..0000000
Binary files a/Icons and cursors/windowsicon/22x22/categories/package_settings.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/categories/package_system.png b/Icons and cursors/windowsicon/22x22/categories/package_system.png
deleted file mode 100644
index c254d7e..0000000
Binary files a/Icons and cursors/windowsicon/22x22/categories/package_system.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/categories/package_utilities.png b/Icons and cursors/windowsicon/22x22/categories/package_utilities.png
deleted file mode 100644
index 06eaa5f..0000000
Binary files a/Icons and cursors/windowsicon/22x22/categories/package_utilities.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/categories/preferences-desktop-peripherals.png b/Icons and cursors/windowsicon/22x22/categories/preferences-desktop-peripherals.png
deleted file mode 100644
index 75221b4..0000000
Binary files a/Icons and cursors/windowsicon/22x22/categories/preferences-desktop-peripherals.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/categories/preferences-desktop-personal.png b/Icons and cursors/windowsicon/22x22/categories/preferences-desktop-personal.png
deleted file mode 100644
index 1d6ab57..0000000
Binary files a/Icons and cursors/windowsicon/22x22/categories/preferences-desktop-personal.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/categories/preferences-desktop.png b/Icons and cursors/windowsicon/22x22/categories/preferences-desktop.png
deleted file mode 100644
index 2600d51..0000000
Binary files a/Icons and cursors/windowsicon/22x22/categories/preferences-desktop.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/categories/preferences-other.png b/Icons and cursors/windowsicon/22x22/categories/preferences-other.png
deleted file mode 100644
index cf8cd1b..0000000
Binary files a/Icons and cursors/windowsicon/22x22/categories/preferences-other.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/categories/preferences-system-network.png b/Icons and cursors/windowsicon/22x22/categories/preferences-system-network.png
deleted file mode 100644
index 1daf692..0000000
Binary files a/Icons and cursors/windowsicon/22x22/categories/preferences-system-network.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/categories/preferences-system.png b/Icons and cursors/windowsicon/22x22/categories/preferences-system.png
deleted file mode 100644
index 021c19e..0000000
Binary files a/Icons and cursors/windowsicon/22x22/categories/preferences-system.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/categories/redhat-accessories.png b/Icons and cursors/windowsicon/22x22/categories/redhat-accessories.png
deleted file mode 100644
index 06eaa5f..0000000
Binary files a/Icons and cursors/windowsicon/22x22/categories/redhat-accessories.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/categories/redhat-games.png b/Icons and cursors/windowsicon/22x22/categories/redhat-games.png
deleted file mode 100644
index a3c62c8..0000000
Binary files a/Icons and cursors/windowsicon/22x22/categories/redhat-games.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/categories/redhat-graphics.png b/Icons and cursors/windowsicon/22x22/categories/redhat-graphics.png
deleted file mode 100644
index b519e09..0000000
Binary files a/Icons and cursors/windowsicon/22x22/categories/redhat-graphics.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/categories/redhat-internet.png b/Icons and cursors/windowsicon/22x22/categories/redhat-internet.png
deleted file mode 100644
index ebf405a..0000000
Binary files a/Icons and cursors/windowsicon/22x22/categories/redhat-internet.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/categories/redhat-office.png b/Icons and cursors/windowsicon/22x22/categories/redhat-office.png
deleted file mode 100644
index 8a2e706..0000000
Binary files a/Icons and cursors/windowsicon/22x22/categories/redhat-office.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/categories/redhat-preferences.png b/Icons and cursors/windowsicon/22x22/categories/redhat-preferences.png
deleted file mode 100644
index 2600d51..0000000
Binary files a/Icons and cursors/windowsicon/22x22/categories/redhat-preferences.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/categories/redhat-programming.png b/Icons and cursors/windowsicon/22x22/categories/redhat-programming.png
deleted file mode 100644
index 989648e..0000000
Binary files a/Icons and cursors/windowsicon/22x22/categories/redhat-programming.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/categories/redhat-sound_video.png b/Icons and cursors/windowsicon/22x22/categories/redhat-sound_video.png
deleted file mode 100644
index f82a22e..0000000
Binary files a/Icons and cursors/windowsicon/22x22/categories/redhat-sound_video.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/categories/redhat-system_settings.png b/Icons and cursors/windowsicon/22x22/categories/redhat-system_settings.png
deleted file mode 100644
index 021c19e..0000000
Binary files a/Icons and cursors/windowsicon/22x22/categories/redhat-system_settings.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/categories/redhat-system_tools.png b/Icons and cursors/windowsicon/22x22/categories/redhat-system_tools.png
deleted file mode 100644
index c254d7e..0000000
Binary files a/Icons and cursors/windowsicon/22x22/categories/redhat-system_tools.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/categories/stock_internet.png b/Icons and cursors/windowsicon/22x22/categories/stock_internet.png
deleted file mode 100644
index ebf405a..0000000
Binary files a/Icons and cursors/windowsicon/22x22/categories/stock_internet.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/categories/system-help.png b/Icons and cursors/windowsicon/22x22/categories/system-help.png
deleted file mode 100644
index 8fc1444..0000000
Binary files a/Icons and cursors/windowsicon/22x22/categories/system-help.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/categories/xfce-devel.png b/Icons and cursors/windowsicon/22x22/categories/xfce-devel.png
deleted file mode 100644
index 989648e..0000000
Binary files a/Icons and cursors/windowsicon/22x22/categories/xfce-devel.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/categories/xfce-games.png b/Icons and cursors/windowsicon/22x22/categories/xfce-games.png
deleted file mode 100644
index a3c62c8..0000000
Binary files a/Icons and cursors/windowsicon/22x22/categories/xfce-games.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/categories/xfce-graphics.png b/Icons and cursors/windowsicon/22x22/categories/xfce-graphics.png
deleted file mode 100644
index b519e09..0000000
Binary files a/Icons and cursors/windowsicon/22x22/categories/xfce-graphics.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/categories/xfce-internet.png b/Icons and cursors/windowsicon/22x22/categories/xfce-internet.png
deleted file mode 100644
index ebf405a..0000000
Binary files a/Icons and cursors/windowsicon/22x22/categories/xfce-internet.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/categories/xfce-multimedia.png b/Icons and cursors/windowsicon/22x22/categories/xfce-multimedia.png
deleted file mode 100644
index f82a22e..0000000
Binary files a/Icons and cursors/windowsicon/22x22/categories/xfce-multimedia.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/categories/xfce-office.png b/Icons and cursors/windowsicon/22x22/categories/xfce-office.png
deleted file mode 100644
index 8a2e706..0000000
Binary files a/Icons and cursors/windowsicon/22x22/categories/xfce-office.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/categories/xfce-system-settings.png b/Icons and cursors/windowsicon/22x22/categories/xfce-system-settings.png
deleted file mode 100644
index 021c19e..0000000
Binary files a/Icons and cursors/windowsicon/22x22/categories/xfce-system-settings.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/categories/xfce-system.png b/Icons and cursors/windowsicon/22x22/categories/xfce-system.png
deleted file mode 100644
index c254d7e..0000000
Binary files a/Icons and cursors/windowsicon/22x22/categories/xfce-system.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/categories/xfce-utils.png b/Icons and cursors/windowsicon/22x22/categories/xfce-utils.png
deleted file mode 100644
index 06eaa5f..0000000
Binary files a/Icons and cursors/windowsicon/22x22/categories/xfce-utils.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/categories/xfce4-settings.png b/Icons and cursors/windowsicon/22x22/categories/xfce4-settings.png
deleted file mode 100644
index 2600d51..0000000
Binary files a/Icons and cursors/windowsicon/22x22/categories/xfce4-settings.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/3floppy_unmount.png b/Icons and cursors/windowsicon/22x22/devices/3floppy_unmount.png
deleted file mode 100644
index 260dc8b..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/3floppy_unmount.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/ac-adapter.png b/Icons and cursors/windowsicon/22x22/devices/ac-adapter.png
deleted file mode 100644
index 83b8f65..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/ac-adapter.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/audio-card.png b/Icons and cursors/windowsicon/22x22/devices/audio-card.png
deleted file mode 100644
index b9ec6c8..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/audio-card.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/audio-headphones.png b/Icons and cursors/windowsicon/22x22/devices/audio-headphones.png
deleted file mode 100644
index 309f5ab..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/audio-headphones.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/audio-headset.png b/Icons and cursors/windowsicon/22x22/devices/audio-headset.png
deleted file mode 100644
index 31231db..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/audio-headset.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/audio-input-microphone.png b/Icons and cursors/windowsicon/22x22/devices/audio-input-microphone.png
deleted file mode 100644
index 2e4fb93..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/audio-input-microphone.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/audio-speakers.png b/Icons and cursors/windowsicon/22x22/devices/audio-speakers.png
deleted file mode 100644
index 7e13b40..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/audio-speakers.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/battery.png b/Icons and cursors/windowsicon/22x22/devices/battery.png
deleted file mode 100644
index fda8c5e..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/battery.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/camera-photo.png b/Icons and cursors/windowsicon/22x22/devices/camera-photo.png
deleted file mode 100644
index ca01c35..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/camera-photo.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/camera-video.png b/Icons and cursors/windowsicon/22x22/devices/camera-video.png
deleted file mode 100644
index ea5bd8b..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/camera-video.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/camera-web.png b/Icons and cursors/windowsicon/22x22/devices/camera-web.png
deleted file mode 100644
index 2428426..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/camera-web.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/camera.png b/Icons and cursors/windowsicon/22x22/devices/camera.png
deleted file mode 100644
index ca01c35..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/camera.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/camera_unmount.png b/Icons and cursors/windowsicon/22x22/devices/camera_unmount.png
deleted file mode 100644
index ca01c35..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/camera_unmount.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/cdrom_unmount.png b/Icons and cursors/windowsicon/22x22/devices/cdrom_unmount.png
deleted file mode 100644
index e9fb22d..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/cdrom_unmount.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/cdwriter_unmount.png b/Icons and cursors/windowsicon/22x22/devices/cdwriter_unmount.png
deleted file mode 100644
index e9fb22d..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/cdwriter_unmount.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/chardevice.png b/Icons and cursors/windowsicon/22x22/devices/chardevice.png
deleted file mode 100644
index 67a5170..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/chardevice.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/colorimeter-colorhug.png b/Icons and cursors/windowsicon/22x22/devices/colorimeter-colorhug.png
deleted file mode 100644
index d931163..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/colorimeter-colorhug.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/computer-apple-ipad.png b/Icons and cursors/windowsicon/22x22/devices/computer-apple-ipad.png
deleted file mode 100644
index 5ee603e..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/computer-apple-ipad.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/computer.png b/Icons and cursors/windowsicon/22x22/devices/computer.png
deleted file mode 100644
index da71517..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/computer.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/display.png b/Icons and cursors/windowsicon/22x22/devices/display.png
deleted file mode 100644
index 67a5170..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/display.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/drive-cdrom.png b/Icons and cursors/windowsicon/22x22/devices/drive-cdrom.png
deleted file mode 100644
index b10b465..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/drive-cdrom.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/drive-harddisk-ieee1394.png b/Icons and cursors/windowsicon/22x22/devices/drive-harddisk-ieee1394.png
deleted file mode 100644
index 4dea471..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/drive-harddisk-ieee1394.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/drive-harddisk-solidstate.png b/Icons and cursors/windowsicon/22x22/devices/drive-harddisk-solidstate.png
deleted file mode 100644
index a240b21..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/drive-harddisk-solidstate.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/drive-harddisk-system-solidstate.png b/Icons and cursors/windowsicon/22x22/devices/drive-harddisk-system-solidstate.png
deleted file mode 100644
index bd4cfda..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/drive-harddisk-system-solidstate.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/drive-harddisk-system.png b/Icons and cursors/windowsicon/22x22/devices/drive-harddisk-system.png
deleted file mode 100644
index ae26a21..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/drive-harddisk-system.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/drive-harddisk-usb.png b/Icons and cursors/windowsicon/22x22/devices/drive-harddisk-usb.png
deleted file mode 100644
index dd27151..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/drive-harddisk-usb.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/drive-harddisk.png b/Icons and cursors/windowsicon/22x22/devices/drive-harddisk.png
deleted file mode 100644
index 06a8ece..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/drive-harddisk.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/drive-multidisk.png b/Icons and cursors/windowsicon/22x22/devices/drive-multidisk.png
deleted file mode 100644
index 23103f0..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/drive-multidisk.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/drive-optical.png b/Icons and cursors/windowsicon/22x22/devices/drive-optical.png
deleted file mode 100644
index b10b465..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/drive-optical.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/drive-removable-media.png b/Icons and cursors/windowsicon/22x22/devices/drive-removable-media.png
deleted file mode 100644
index 20eb215..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/drive-removable-media.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/dvd_unmount.png b/Icons and cursors/windowsicon/22x22/devices/dvd_unmount.png
deleted file mode 100644
index e9fb22d..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/dvd_unmount.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-battery.png b/Icons and cursors/windowsicon/22x22/devices/gnome-dev-battery.png
deleted file mode 100644
index fda8c5e..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-battery.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-cdrom-audio.png b/Icons and cursors/windowsicon/22x22/devices/gnome-dev-cdrom-audio.png
deleted file mode 100644
index e9fb22d..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-cdrom-audio.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-cdrom.png b/Icons and cursors/windowsicon/22x22/devices/gnome-dev-cdrom.png
deleted file mode 100644
index b10b465..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-cdrom.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-computer.png b/Icons and cursors/windowsicon/22x22/devices/gnome-dev-computer.png
deleted file mode 100644
index da71517..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-computer.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-disc-cdr.png b/Icons and cursors/windowsicon/22x22/devices/gnome-dev-disc-cdr.png
deleted file mode 100644
index e9fb22d..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-disc-cdr.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-disc-cdrw.png b/Icons and cursors/windowsicon/22x22/devices/gnome-dev-disc-cdrw.png
deleted file mode 100644
index e9fb22d..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-disc-cdrw.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-disc-dvdr-plus.png b/Icons and cursors/windowsicon/22x22/devices/gnome-dev-disc-dvdr-plus.png
deleted file mode 100644
index e9fb22d..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-disc-dvdr-plus.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-disc-dvdr.png b/Icons and cursors/windowsicon/22x22/devices/gnome-dev-disc-dvdr.png
deleted file mode 100644
index e9fb22d..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-disc-dvdr.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-disc-dvdram.png b/Icons and cursors/windowsicon/22x22/devices/gnome-dev-disc-dvdram.png
deleted file mode 100644
index e9fb22d..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-disc-dvdram.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-disc-dvdrom.png b/Icons and cursors/windowsicon/22x22/devices/gnome-dev-disc-dvdrom.png
deleted file mode 100644
index e9fb22d..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-disc-dvdrom.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-disc-dvdrw.png b/Icons and cursors/windowsicon/22x22/devices/gnome-dev-disc-dvdrw.png
deleted file mode 100644
index e9fb22d..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-disc-dvdrw.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-dvd.png b/Icons and cursors/windowsicon/22x22/devices/gnome-dev-dvd.png
deleted file mode 100644
index b10b465..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-dvd.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-ethernet.png b/Icons and cursors/windowsicon/22x22/devices/gnome-dev-ethernet.png
deleted file mode 100644
index 270e43e..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-ethernet.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-floppy.png b/Icons and cursors/windowsicon/22x22/devices/gnome-dev-floppy.png
deleted file mode 100644
index 260dc8b..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-floppy.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-harddisk-1394.png b/Icons and cursors/windowsicon/22x22/devices/gnome-dev-harddisk-1394.png
deleted file mode 100644
index 06a8ece..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-harddisk-1394.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-harddisk-usb.png b/Icons and cursors/windowsicon/22x22/devices/gnome-dev-harddisk-usb.png
deleted file mode 100644
index 06a8ece..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-harddisk-usb.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-harddisk.png b/Icons and cursors/windowsicon/22x22/devices/gnome-dev-harddisk.png
deleted file mode 100644
index 06a8ece..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-harddisk.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-ipod.png b/Icons and cursors/windowsicon/22x22/devices/gnome-dev-ipod.png
deleted file mode 100644
index adee7f8..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-ipod.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-keyboard.png b/Icons and cursors/windowsicon/22x22/devices/gnome-dev-keyboard.png
deleted file mode 100644
index 0647b97..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-keyboard.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-media-cf.png b/Icons and cursors/windowsicon/22x22/devices/gnome-dev-media-cf.png
deleted file mode 100644
index f11deda..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-media-cf.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-media-ms.png b/Icons and cursors/windowsicon/22x22/devices/gnome-dev-media-ms.png
deleted file mode 100644
index f11deda..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-media-ms.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-media-sdmmc.png b/Icons and cursors/windowsicon/22x22/devices/gnome-dev-media-sdmmc.png
deleted file mode 100644
index f11deda..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-media-sdmmc.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-media-sm.png b/Icons and cursors/windowsicon/22x22/devices/gnome-dev-media-sm.png
deleted file mode 100644
index f11deda..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-media-sm.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-mouse-ball.png b/Icons and cursors/windowsicon/22x22/devices/gnome-dev-mouse-ball.png
deleted file mode 100644
index 7636d10..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-mouse-ball.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-mouse-optical.png b/Icons and cursors/windowsicon/22x22/devices/gnome-dev-mouse-optical.png
deleted file mode 100644
index 7636d10..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-mouse-optical.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-printer.png b/Icons and cursors/windowsicon/22x22/devices/gnome-dev-printer.png
deleted file mode 100644
index 91677d6..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-printer.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-removable-1394.png b/Icons and cursors/windowsicon/22x22/devices/gnome-dev-removable-1394.png
deleted file mode 100644
index 20eb215..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-removable-1394.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-removable-usb.png b/Icons and cursors/windowsicon/22x22/devices/gnome-dev-removable-usb.png
deleted file mode 100644
index 20eb215..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-removable-usb.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-removable.png b/Icons and cursors/windowsicon/22x22/devices/gnome-dev-removable.png
deleted file mode 100644
index 20eb215..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-removable.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-wavelan.png b/Icons and cursors/windowsicon/22x22/devices/gnome-dev-wavelan.png
deleted file mode 100644
index d08a24e..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-wavelan.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/gnome-fs-client.png b/Icons and cursors/windowsicon/22x22/devices/gnome-fs-client.png
deleted file mode 100644
index da71517..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/gnome-fs-client.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/gnome-modem.png b/Icons and cursors/windowsicon/22x22/devices/gnome-modem.png
deleted file mode 100644
index c3593dd..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/gnome-modem.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/gnome-stock-mic.png b/Icons and cursors/windowsicon/22x22/devices/gnome-stock-mic.png
deleted file mode 100644
index 2e4fb93..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/gnome-stock-mic.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/gtk-cdrom.png b/Icons and cursors/windowsicon/22x22/devices/gtk-cdrom.png
deleted file mode 100644
index e9fb22d..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/gtk-cdrom.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/gtk-floppy.png b/Icons and cursors/windowsicon/22x22/devices/gtk-floppy.png
deleted file mode 100644
index 260dc8b..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/gtk-floppy.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/gtk-harddisk.png b/Icons and cursors/windowsicon/22x22/devices/gtk-harddisk.png
deleted file mode 100644
index 06a8ece..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/gtk-harddisk.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/harddrive.png b/Icons and cursors/windowsicon/22x22/devices/harddrive.png
deleted file mode 100644
index 06a8ece..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/harddrive.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/hdd_unmount.png b/Icons and cursors/windowsicon/22x22/devices/hdd_unmount.png
deleted file mode 100644
index 06a8ece..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/hdd_unmount.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/input-dialpad.png b/Icons and cursors/windowsicon/22x22/devices/input-dialpad.png
deleted file mode 100644
index 43141a4..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/input-dialpad.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/input-gaming.png b/Icons and cursors/windowsicon/22x22/devices/input-gaming.png
deleted file mode 100644
index e2b197d..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/input-gaming.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/input-keyboard.png b/Icons and cursors/windowsicon/22x22/devices/input-keyboard.png
deleted file mode 100644
index 0647b97..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/input-keyboard.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/input-mouse.png b/Icons and cursors/windowsicon/22x22/devices/input-mouse.png
deleted file mode 100644
index 7636d10..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/input-mouse.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/input-tablet.png b/Icons and cursors/windowsicon/22x22/devices/input-tablet.png
deleted file mode 100644
index 6d44ed4..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/input-tablet.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/input-touchpad.png b/Icons and cursors/windowsicon/22x22/devices/input-touchpad.png
deleted file mode 100644
index 2a1352d..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/input-touchpad.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/ipod_mount.png b/Icons and cursors/windowsicon/22x22/devices/ipod_mount.png
deleted file mode 100644
index adee7f8..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/ipod_mount.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/joystick.png b/Icons and cursors/windowsicon/22x22/devices/joystick.png
deleted file mode 100644
index e2b197d..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/joystick.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/keyboard.png b/Icons and cursors/windowsicon/22x22/devices/keyboard.png
deleted file mode 100644
index 0647b97..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/keyboard.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/kjobviewer.png b/Icons and cursors/windowsicon/22x22/devices/kjobviewer.png
deleted file mode 100644
index 91677d6..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/kjobviewer.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/kxkb.png b/Icons and cursors/windowsicon/22x22/devices/kxkb.png
deleted file mode 100644
index 0647b97..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/kxkb.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/media-cdrom.png b/Icons and cursors/windowsicon/22x22/devices/media-cdrom.png
deleted file mode 100644
index e9fb22d..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/media-cdrom.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/media-flash.png b/Icons and cursors/windowsicon/22x22/devices/media-flash.png
deleted file mode 100644
index f11deda..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/media-flash.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/media-floppy.png b/Icons and cursors/windowsicon/22x22/devices/media-floppy.png
deleted file mode 100644
index 260dc8b..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/media-floppy.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/media-optical-bd.png b/Icons and cursors/windowsicon/22x22/devices/media-optical-bd.png
deleted file mode 100644
index 2c4bbfd..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/media-optical-bd.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/media-optical-cd-audio.png b/Icons and cursors/windowsicon/22x22/devices/media-optical-cd-audio.png
deleted file mode 100644
index 2cd6347..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/media-optical-cd-audio.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/media-optical-dvd.png b/Icons and cursors/windowsicon/22x22/devices/media-optical-dvd.png
deleted file mode 100644
index a27e9ed..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/media-optical-dvd.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/media-optical.png b/Icons and cursors/windowsicon/22x22/devices/media-optical.png
deleted file mode 100644
index e9fb22d..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/media-optical.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/media-removable.png b/Icons and cursors/windowsicon/22x22/devices/media-removable.png
deleted file mode 100644
index 93545c9..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/media-removable.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/media-tape.png b/Icons and cursors/windowsicon/22x22/devices/media-tape.png
deleted file mode 100644
index 44a412a..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/media-tape.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/media-zip.png b/Icons and cursors/windowsicon/22x22/devices/media-zip.png
deleted file mode 100644
index 778e9be..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/media-zip.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/modem.png b/Icons and cursors/windowsicon/22x22/devices/modem.png
deleted file mode 100644
index c3593dd..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/modem.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/mouse.png b/Icons and cursors/windowsicon/22x22/devices/mouse.png
deleted file mode 100644
index 7636d10..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/mouse.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/multimedia-player-apple-ipod-touch.png b/Icons and cursors/windowsicon/22x22/devices/multimedia-player-apple-ipod-touch.png
deleted file mode 100644
index 9ac7801..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/multimedia-player-apple-ipod-touch.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/multimedia-player.png b/Icons and cursors/windowsicon/22x22/devices/multimedia-player.png
deleted file mode 100644
index adee7f8..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/multimedia-player.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/network-vpn.png b/Icons and cursors/windowsicon/22x22/devices/network-vpn.png
deleted file mode 100644
index 70876ca..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/network-vpn.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/network-wired.png b/Icons and cursors/windowsicon/22x22/devices/network-wired.png
deleted file mode 100644
index 270e43e..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/network-wired.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/network-wireless.png b/Icons and cursors/windowsicon/22x22/devices/network-wireless.png
deleted file mode 100644
index d08a24e..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/network-wireless.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/nm-adhoc.png b/Icons and cursors/windowsicon/22x22/devices/nm-adhoc.png
deleted file mode 100644
index d08a24e..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/nm-adhoc.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/nm-device-wired.png b/Icons and cursors/windowsicon/22x22/devices/nm-device-wired.png
deleted file mode 100644
index 270e43e..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/nm-device-wired.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/nm-device-wireless.png b/Icons and cursors/windowsicon/22x22/devices/nm-device-wireless.png
deleted file mode 100644
index d08a24e..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/nm-device-wireless.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/pda.png b/Icons and cursors/windowsicon/22x22/devices/pda.png
deleted file mode 100644
index b4d6d06..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/pda.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/phone-apple-iphone.png b/Icons and cursors/windowsicon/22x22/devices/phone-apple-iphone.png
deleted file mode 100644
index 32e31e4..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/phone-apple-iphone.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/phone-google-nexus-one.png b/Icons and cursors/windowsicon/22x22/devices/phone-google-nexus-one.png
deleted file mode 100644
index 2b2e9fa..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/phone-google-nexus-one.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/phone-htc-g1-white.png b/Icons and cursors/windowsicon/22x22/devices/phone-htc-g1-white.png
deleted file mode 100644
index ce46579..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/phone-htc-g1-white.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/phone-palm-pre.png b/Icons and cursors/windowsicon/22x22/devices/phone-palm-pre.png
deleted file mode 100644
index f589902..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/phone-palm-pre.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/phone-samsung-galaxy-s.png b/Icons and cursors/windowsicon/22x22/devices/phone-samsung-galaxy-s.png
deleted file mode 100644
index 8251cb3..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/phone-samsung-galaxy-s.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/phone.png b/Icons and cursors/windowsicon/22x22/devices/phone.png
deleted file mode 100644
index fbe7da1..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/phone.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/printer-network.png b/Icons and cursors/windowsicon/22x22/devices/printer-network.png
deleted file mode 100644
index ef08f01..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/printer-network.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/printer-remote.png b/Icons and cursors/windowsicon/22x22/devices/printer-remote.png
deleted file mode 100644
index 91677d6..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/printer-remote.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/printer.png b/Icons and cursors/windowsicon/22x22/devices/printer.png
deleted file mode 100644
index 91677d6..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/printer.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/printer1.png b/Icons and cursors/windowsicon/22x22/devices/printer1.png
deleted file mode 100644
index 91677d6..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/printer1.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/printmgr.png b/Icons and cursors/windowsicon/22x22/devices/printmgr.png
deleted file mode 100644
index 91677d6..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/printmgr.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/scanner.png b/Icons and cursors/windowsicon/22x22/devices/scanner.png
deleted file mode 100644
index 6b33e15..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/scanner.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/stock_cell-phone.png b/Icons and cursors/windowsicon/22x22/devices/stock_cell-phone.png
deleted file mode 100644
index fbe7da1..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/stock_cell-phone.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/stock_mic.png b/Icons and cursors/windowsicon/22x22/devices/stock_mic.png
deleted file mode 100644
index 2e4fb93..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/stock_mic.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/stock_printers.png b/Icons and cursors/windowsicon/22x22/devices/stock_printers.png
deleted file mode 100644
index 91677d6..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/stock_printers.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/system-floppy.png b/Icons and cursors/windowsicon/22x22/devices/system-floppy.png
deleted file mode 100644
index 260dc8b..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/system-floppy.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/system.png b/Icons and cursors/windowsicon/22x22/devices/system.png
deleted file mode 100644
index da71517..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/system.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/uninterruptible-power-supply.png b/Icons and cursors/windowsicon/22x22/devices/uninterruptible-power-supply.png
deleted file mode 100644
index 3d5a0dd..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/uninterruptible-power-supply.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/usbpendrive_unmount.png b/Icons and cursors/windowsicon/22x22/devices/usbpendrive_unmount.png
deleted file mode 100644
index 20eb215..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/usbpendrive_unmount.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/video-display.png b/Icons and cursors/windowsicon/22x22/devices/video-display.png
deleted file mode 100644
index 67a5170..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/video-display.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/xfce-printer.png b/Icons and cursors/windowsicon/22x22/devices/xfce-printer.png
deleted file mode 100644
index 91677d6..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/xfce-printer.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/xfce4-display.png b/Icons and cursors/windowsicon/22x22/devices/xfce4-display.png
deleted file mode 100644
index 67a5170..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/xfce4-display.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/xfce4-keyboard.png b/Icons and cursors/windowsicon/22x22/devices/xfce4-keyboard.png
deleted file mode 100644
index 0647b97..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/xfce4-keyboard.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/xfce4-mouse.png b/Icons and cursors/windowsicon/22x22/devices/xfce4-mouse.png
deleted file mode 100644
index 7636d10..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/xfce4-mouse.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/yast_HD.png b/Icons and cursors/windowsicon/22x22/devices/yast_HD.png
deleted file mode 100644
index 06a8ece..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/yast_HD.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/yast_idetude.png b/Icons and cursors/windowsicon/22x22/devices/yast_idetude.png
deleted file mode 100644
index 06a8ece..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/yast_idetude.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/yast_joystick.png b/Icons and cursors/windowsicon/22x22/devices/yast_joystick.png
deleted file mode 100644
index e2b197d..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/yast_joystick.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/yast_mouse.png b/Icons and cursors/windowsicon/22x22/devices/yast_mouse.png
deleted file mode 100644
index 7636d10..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/yast_mouse.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/yast_printer.png b/Icons and cursors/windowsicon/22x22/devices/yast_printer.png
deleted file mode 100644
index 91677d6..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/yast_printer.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/devices/yast_soundcard.png b/Icons and cursors/windowsicon/22x22/devices/yast_soundcard.png
deleted file mode 100644
index b9ec6c8..0000000
Binary files a/Icons and cursors/windowsicon/22x22/devices/yast_soundcard.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/emblems/emblem-default.png b/Icons and cursors/windowsicon/22x22/emblems/emblem-default.png
deleted file mode 100644
index b4d8f62..0000000
Binary files a/Icons and cursors/windowsicon/22x22/emblems/emblem-default.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/emblems/emblem-documents.png b/Icons and cursors/windowsicon/22x22/emblems/emblem-documents.png
deleted file mode 100644
index 24a25fb..0000000
Binary files a/Icons and cursors/windowsicon/22x22/emblems/emblem-documents.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/emblems/emblem-downloads.png b/Icons and cursors/windowsicon/22x22/emblems/emblem-downloads.png
deleted file mode 100644
index 52bce3b..0000000
Binary files a/Icons and cursors/windowsicon/22x22/emblems/emblem-downloads.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/emblems/emblem-favorite.png b/Icons and cursors/windowsicon/22x22/emblems/emblem-favorite.png
deleted file mode 100644
index 4e0a1ee..0000000
Binary files a/Icons and cursors/windowsicon/22x22/emblems/emblem-favorite.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/emblems/emblem-generic.png b/Icons and cursors/windowsicon/22x22/emblems/emblem-generic.png
deleted file mode 100644
index 640b892..0000000
Binary files a/Icons and cursors/windowsicon/22x22/emblems/emblem-generic.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/emblems/emblem-important.png b/Icons and cursors/windowsicon/22x22/emblems/emblem-important.png
deleted file mode 100644
index b4515d2..0000000
Binary files a/Icons and cursors/windowsicon/22x22/emblems/emblem-important.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/emblems/emblem-mail.png b/Icons and cursors/windowsicon/22x22/emblems/emblem-mail.png
deleted file mode 100644
index c22bfee..0000000
Binary files a/Icons and cursors/windowsicon/22x22/emblems/emblem-mail.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/emblems/emblem-new.png b/Icons and cursors/windowsicon/22x22/emblems/emblem-new.png
deleted file mode 100644
index 3a6c6e7..0000000
Binary files a/Icons and cursors/windowsicon/22x22/emblems/emblem-new.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/emblems/emblem-noread.png b/Icons and cursors/windowsicon/22x22/emblems/emblem-noread.png
deleted file mode 100644
index 0f2715d..0000000
Binary files a/Icons and cursors/windowsicon/22x22/emblems/emblem-noread.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/emblems/emblem-nowrite.png b/Icons and cursors/windowsicon/22x22/emblems/emblem-nowrite.png
deleted file mode 100644
index 7d280ba..0000000
Binary files a/Icons and cursors/windowsicon/22x22/emblems/emblem-nowrite.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/emblems/emblem-package.png b/Icons and cursors/windowsicon/22x22/emblems/emblem-package.png
deleted file mode 100644
index 807e2ec..0000000
Binary files a/Icons and cursors/windowsicon/22x22/emblems/emblem-package.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/emblems/emblem-photos.png b/Icons and cursors/windowsicon/22x22/emblems/emblem-photos.png
deleted file mode 100644
index bfddb3f..0000000
Binary files a/Icons and cursors/windowsicon/22x22/emblems/emblem-photos.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/emblems/emblem-readonly.png b/Icons and cursors/windowsicon/22x22/emblems/emblem-readonly.png
deleted file mode 100644
index 7d280ba..0000000
Binary files a/Icons and cursors/windowsicon/22x22/emblems/emblem-readonly.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/emblems/emblem-shared.png b/Icons and cursors/windowsicon/22x22/emblems/emblem-shared.png
deleted file mode 100644
index 2a38e64..0000000
Binary files a/Icons and cursors/windowsicon/22x22/emblems/emblem-shared.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/emblems/emblem-symbolic-link.png b/Icons and cursors/windowsicon/22x22/emblems/emblem-symbolic-link.png
deleted file mode 100644
index 0601a54..0000000
Binary files a/Icons and cursors/windowsicon/22x22/emblems/emblem-symbolic-link.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/emblems/emblem-synchronizing.png b/Icons and cursors/windowsicon/22x22/emblems/emblem-synchronizing.png
deleted file mode 100644
index 83c1452..0000000
Binary files a/Icons and cursors/windowsicon/22x22/emblems/emblem-synchronizing.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/emblems/emblem-system.png b/Icons and cursors/windowsicon/22x22/emblems/emblem-system.png
deleted file mode 100644
index e1843b6..0000000
Binary files a/Icons and cursors/windowsicon/22x22/emblems/emblem-system.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/emblems/emblem-unreadable.png b/Icons and cursors/windowsicon/22x22/emblems/emblem-unreadable.png
deleted file mode 100644
index 0f2715d..0000000
Binary files a/Icons and cursors/windowsicon/22x22/emblems/emblem-unreadable.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/emblems/emblem-urgent.png b/Icons and cursors/windowsicon/22x22/emblems/emblem-urgent.png
deleted file mode 100644
index 7a6c799..0000000
Binary files a/Icons and cursors/windowsicon/22x22/emblems/emblem-urgent.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/emblems/emblem-web.png b/Icons and cursors/windowsicon/22x22/emblems/emblem-web.png
deleted file mode 100644
index 2606240..0000000
Binary files a/Icons and cursors/windowsicon/22x22/emblems/emblem-web.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/emotes/face-angel.png b/Icons and cursors/windowsicon/22x22/emotes/face-angel.png
deleted file mode 100644
index aec0767..0000000
Binary files a/Icons and cursors/windowsicon/22x22/emotes/face-angel.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/emotes/face-angry.png b/Icons and cursors/windowsicon/22x22/emotes/face-angry.png
deleted file mode 100644
index afd9c8a..0000000
Binary files a/Icons and cursors/windowsicon/22x22/emotes/face-angry.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/emotes/face-cool.png b/Icons and cursors/windowsicon/22x22/emotes/face-cool.png
deleted file mode 100644
index ddc5938..0000000
Binary files a/Icons and cursors/windowsicon/22x22/emotes/face-cool.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/emotes/face-crying.png b/Icons and cursors/windowsicon/22x22/emotes/face-crying.png
deleted file mode 100644
index d867400..0000000
Binary files a/Icons and cursors/windowsicon/22x22/emotes/face-crying.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/emotes/face-devilish.png b/Icons and cursors/windowsicon/22x22/emotes/face-devilish.png
deleted file mode 100644
index 5c3502c..0000000
Binary files a/Icons and cursors/windowsicon/22x22/emotes/face-devilish.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/emotes/face-embarrassed.png b/Icons and cursors/windowsicon/22x22/emotes/face-embarrassed.png
deleted file mode 100644
index 89ddff6..0000000
Binary files a/Icons and cursors/windowsicon/22x22/emotes/face-embarrassed.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/emotes/face-glasses.png b/Icons and cursors/windowsicon/22x22/emotes/face-glasses.png
deleted file mode 100644
index 99780ee..0000000
Binary files a/Icons and cursors/windowsicon/22x22/emotes/face-glasses.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/emotes/face-kiss.png b/Icons and cursors/windowsicon/22x22/emotes/face-kiss.png
deleted file mode 100644
index 77e3422..0000000
Binary files a/Icons and cursors/windowsicon/22x22/emotes/face-kiss.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/emotes/face-laugh.png b/Icons and cursors/windowsicon/22x22/emotes/face-laugh.png
deleted file mode 100644
index 9cb4d36..0000000
Binary files a/Icons and cursors/windowsicon/22x22/emotes/face-laugh.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/emotes/face-monkey.png b/Icons and cursors/windowsicon/22x22/emotes/face-monkey.png
deleted file mode 100644
index ee377a9..0000000
Binary files a/Icons and cursors/windowsicon/22x22/emotes/face-monkey.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/emotes/face-plain.png b/Icons and cursors/windowsicon/22x22/emotes/face-plain.png
deleted file mode 100644
index 0c6d244..0000000
Binary files a/Icons and cursors/windowsicon/22x22/emotes/face-plain.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/emotes/face-raspberry.png b/Icons and cursors/windowsicon/22x22/emotes/face-raspberry.png
deleted file mode 100644
index 52d0644..0000000
Binary files a/Icons and cursors/windowsicon/22x22/emotes/face-raspberry.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/emotes/face-sad.png b/Icons and cursors/windowsicon/22x22/emotes/face-sad.png
deleted file mode 100644
index 7fa9941..0000000
Binary files a/Icons and cursors/windowsicon/22x22/emotes/face-sad.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/emotes/face-sick.png b/Icons and cursors/windowsicon/22x22/emotes/face-sick.png
deleted file mode 100644
index 86fda3e..0000000
Binary files a/Icons and cursors/windowsicon/22x22/emotes/face-sick.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/emotes/face-smile-big.png b/Icons and cursors/windowsicon/22x22/emotes/face-smile-big.png
deleted file mode 100644
index 8e05523..0000000
Binary files a/Icons and cursors/windowsicon/22x22/emotes/face-smile-big.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/emotes/face-smile.png b/Icons and cursors/windowsicon/22x22/emotes/face-smile.png
deleted file mode 100644
index 3202a3c..0000000
Binary files a/Icons and cursors/windowsicon/22x22/emotes/face-smile.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/emotes/face-smirk.png b/Icons and cursors/windowsicon/22x22/emotes/face-smirk.png
deleted file mode 100644
index 68b07ed..0000000
Binary files a/Icons and cursors/windowsicon/22x22/emotes/face-smirk.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/emotes/face-surprise.png b/Icons and cursors/windowsicon/22x22/emotes/face-surprise.png
deleted file mode 100644
index bb09d5a..0000000
Binary files a/Icons and cursors/windowsicon/22x22/emotes/face-surprise.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/emotes/face-tired.png b/Icons and cursors/windowsicon/22x22/emotes/face-tired.png
deleted file mode 100644
index cb8f6ff..0000000
Binary files a/Icons and cursors/windowsicon/22x22/emotes/face-tired.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/emotes/face-uncertain.png b/Icons and cursors/windowsicon/22x22/emotes/face-uncertain.png
deleted file mode 100644
index 7a2cc22..0000000
Binary files a/Icons and cursors/windowsicon/22x22/emotes/face-uncertain.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/emotes/face-wink.png b/Icons and cursors/windowsicon/22x22/emotes/face-wink.png
deleted file mode 100644
index 348f383..0000000
Binary files a/Icons and cursors/windowsicon/22x22/emotes/face-wink.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/emotes/face-worried.png b/Icons and cursors/windowsicon/22x22/emotes/face-worried.png
deleted file mode 100644
index 5ebe163..0000000
Binary files a/Icons and cursors/windowsicon/22x22/emotes/face-worried.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/emotes/stock_smiley-1.png b/Icons and cursors/windowsicon/22x22/emotes/stock_smiley-1.png
deleted file mode 100644
index 3202a3c..0000000
Binary files a/Icons and cursors/windowsicon/22x22/emotes/stock_smiley-1.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/emotes/stock_smiley-10.png b/Icons and cursors/windowsicon/22x22/emotes/stock_smiley-10.png
deleted file mode 100644
index 52d0644..0000000
Binary files a/Icons and cursors/windowsicon/22x22/emotes/stock_smiley-10.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/emotes/stock_smiley-11.png b/Icons and cursors/windowsicon/22x22/emotes/stock_smiley-11.png
deleted file mode 100644
index d867400..0000000
Binary files a/Icons and cursors/windowsicon/22x22/emotes/stock_smiley-11.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/emotes/stock_smiley-13.png b/Icons and cursors/windowsicon/22x22/emotes/stock_smiley-13.png
deleted file mode 100644
index 77e3422..0000000
Binary files a/Icons and cursors/windowsicon/22x22/emotes/stock_smiley-13.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/emotes/stock_smiley-15.png b/Icons and cursors/windowsicon/22x22/emotes/stock_smiley-15.png
deleted file mode 100644
index ddc5938..0000000
Binary files a/Icons and cursors/windowsicon/22x22/emotes/stock_smiley-15.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/emotes/stock_smiley-18.png b/Icons and cursors/windowsicon/22x22/emotes/stock_smiley-18.png
deleted file mode 100644
index aec0767..0000000
Binary files a/Icons and cursors/windowsicon/22x22/emotes/stock_smiley-18.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/emotes/stock_smiley-2.png b/Icons and cursors/windowsicon/22x22/emotes/stock_smiley-2.png
deleted file mode 100644
index 3202a3c..0000000
Binary files a/Icons and cursors/windowsicon/22x22/emotes/stock_smiley-2.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/emotes/stock_smiley-22.png b/Icons and cursors/windowsicon/22x22/emotes/stock_smiley-22.png
deleted file mode 100644
index ee377a9..0000000
Binary files a/Icons and cursors/windowsicon/22x22/emotes/stock_smiley-22.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/emotes/stock_smiley-3.png b/Icons and cursors/windowsicon/22x22/emotes/stock_smiley-3.png
deleted file mode 100644
index 348f383..0000000
Binary files a/Icons and cursors/windowsicon/22x22/emotes/stock_smiley-3.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/emotes/stock_smiley-4.png b/Icons and cursors/windowsicon/22x22/emotes/stock_smiley-4.png
deleted file mode 100644
index 7fa9941..0000000
Binary files a/Icons and cursors/windowsicon/22x22/emotes/stock_smiley-4.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/emotes/stock_smiley-5.png b/Icons and cursors/windowsicon/22x22/emotes/stock_smiley-5.png
deleted file mode 100644
index bb09d5a..0000000
Binary files a/Icons and cursors/windowsicon/22x22/emotes/stock_smiley-5.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/emotes/stock_smiley-6.png b/Icons and cursors/windowsicon/22x22/emotes/stock_smiley-6.png
deleted file mode 100644
index 8e05523..0000000
Binary files a/Icons and cursors/windowsicon/22x22/emotes/stock_smiley-6.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/emotes/stock_smiley-7.png b/Icons and cursors/windowsicon/22x22/emotes/stock_smiley-7.png
deleted file mode 100644
index 3202a3c..0000000
Binary files a/Icons and cursors/windowsicon/22x22/emotes/stock_smiley-7.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/emotes/stock_smiley-8.png b/Icons and cursors/windowsicon/22x22/emotes/stock_smiley-8.png
deleted file mode 100644
index 0c6d244..0000000
Binary files a/Icons and cursors/windowsicon/22x22/emotes/stock_smiley-8.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/application-certificate.png b/Icons and cursors/windowsicon/22x22/mimetypes/application-certificate.png
deleted file mode 100644
index 4c1a1c6..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/application-certificate.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/application-gzip.png b/Icons and cursors/windowsicon/22x22/mimetypes/application-gzip.png
deleted file mode 100644
index 807e2ec..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/application-gzip.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/application-octet-stream.png b/Icons and cursors/windowsicon/22x22/mimetypes/application-octet-stream.png
deleted file mode 100644
index 9b2fa53..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/application-octet-stream.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/application-rss.xml.png b/Icons and cursors/windowsicon/22x22/mimetypes/application-rss.xml.png
deleted file mode 100644
index 031abe5..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/application-rss.xml.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/application-vnd.ms-excel.sheet.macroEnabled.12.png b/Icons and cursors/windowsicon/22x22/mimetypes/application-vnd.ms-excel.sheet.macroEnabled.12.png
deleted file mode 100644
index 4bcc7a7..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/application-vnd.ms-excel.sheet.macroEnabled.12.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/application-vnd.ms-powerpoint.presentation.macroEnabled.12.png b/Icons and cursors/windowsicon/22x22/mimetypes/application-vnd.ms-powerpoint.presentation.macroEnabled.12.png
deleted file mode 100644
index b5922fa..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/application-vnd.ms-powerpoint.presentation.macroEnabled.12.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/application-vnd.ms-word.document.macroEnabled.12.png b/Icons and cursors/windowsicon/22x22/mimetypes/application-vnd.ms-word.document.macroEnabled.12.png
deleted file mode 100644
index ee4bc90..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/application-vnd.ms-word.document.macroEnabled.12.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/application-vnd.openofficeorg.extension.png b/Icons and cursors/windowsicon/22x22/mimetypes/application-vnd.openofficeorg.extension.png
deleted file mode 100644
index 0082c02..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/application-vnd.openofficeorg.extension.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.presentation.png b/Icons and cursors/windowsicon/22x22/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.presentation.png
deleted file mode 100644
index b5922fa..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.presentation.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.template.png b/Icons and cursors/windowsicon/22x22/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.template.png
deleted file mode 100644
index eb903ac..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png b/Icons and cursors/windowsicon/22x22/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png
deleted file mode 100644
index 4bcc7a7..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.template.png b/Icons and cursors/windowsicon/22x22/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.template.png
deleted file mode 100644
index 3b86657..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png b/Icons and cursors/windowsicon/22x22/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png
deleted file mode 100644
index ee4bc90..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.template.png b/Icons and cursors/windowsicon/22x22/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.template.png
deleted file mode 100644
index d63480f..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/application-vnd.rar.png b/Icons and cursors/windowsicon/22x22/mimetypes/application-vnd.rar.png
deleted file mode 100644
index 807e2ec..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/application-vnd.rar.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/application-x-7z-compressed.png b/Icons and cursors/windowsicon/22x22/mimetypes/application-x-7z-compressed.png
deleted file mode 100644
index d28dbc5..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/application-x-7z-compressed.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/application-x-addon.png b/Icons and cursors/windowsicon/22x22/mimetypes/application-x-addon.png
deleted file mode 100644
index 86ff724..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/application-x-addon.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/application-x-blender.png b/Icons and cursors/windowsicon/22x22/mimetypes/application-x-blender.png
deleted file mode 100644
index 9645475..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/application-x-blender.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/application-x-bzip-compressed-tar.png b/Icons and cursors/windowsicon/22x22/mimetypes/application-x-bzip-compressed-tar.png
deleted file mode 100644
index 807e2ec..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/application-x-bzip-compressed-tar.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/application-x-bzip.png b/Icons and cursors/windowsicon/22x22/mimetypes/application-x-bzip.png
deleted file mode 100644
index 807e2ec..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/application-x-bzip.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/application-x-cd-image.png b/Icons and cursors/windowsicon/22x22/mimetypes/application-x-cd-image.png
deleted file mode 100644
index 54e5e1b..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/application-x-cd-image.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/application-x-executable.png b/Icons and cursors/windowsicon/22x22/mimetypes/application-x-executable.png
deleted file mode 100644
index c689f0f..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/application-x-executable.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/application-x-gzip.png b/Icons and cursors/windowsicon/22x22/mimetypes/application-x-gzip.png
deleted file mode 100644
index 807e2ec..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/application-x-gzip.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/application-x-kdenlivetitle.png b/Icons and cursors/windowsicon/22x22/mimetypes/application-x-kdenlivetitle.png
deleted file mode 100644
index c7e0f02..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/application-x-kdenlivetitle.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/application-x-krita.png b/Icons and cursors/windowsicon/22x22/mimetypes/application-x-krita.png
deleted file mode 100644
index 594103e..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/application-x-krita.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/application-x-mono-develop-xib.png b/Icons and cursors/windowsicon/22x22/mimetypes/application-x-mono-develop-xib.png
deleted file mode 100644
index c68d3b2..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/application-x-mono-develop-xib.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/application-x-rar.png b/Icons and cursors/windowsicon/22x22/mimetypes/application-x-rar.png
deleted file mode 100644
index 807e2ec..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/application-x-rar.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/application-x-zip-compressed-fb2.png b/Icons and cursors/windowsicon/22x22/mimetypes/application-x-zip-compressed-fb2.png
deleted file mode 100644
index 807e2ec..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/application-x-zip-compressed-fb2.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/application-zip.png b/Icons and cursors/windowsicon/22x22/mimetypes/application-zip.png
deleted file mode 100644
index 807e2ec..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/application-zip.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/ascii.png b/Icons and cursors/windowsicon/22x22/mimetypes/ascii.png
deleted file mode 100644
index 6ec89af..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/ascii.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/audio-x-generic.png b/Icons and cursors/windowsicon/22x22/mimetypes/audio-x-generic.png
deleted file mode 100644
index a6d8611..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/audio-x-generic.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/binary.png b/Icons and cursors/windowsicon/22x22/mimetypes/binary.png
deleted file mode 100644
index c689f0f..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/binary.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/contents2.png b/Icons and cursors/windowsicon/22x22/mimetypes/contents2.png
deleted file mode 100644
index 09ab39e..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/contents2.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/deb.png b/Icons and cursors/windowsicon/22x22/mimetypes/deb.png
deleted file mode 100644
index 807e2ec..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/deb.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/document.png b/Icons and cursors/windowsicon/22x22/mimetypes/document.png
deleted file mode 100644
index 338b55b..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/document.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/empty.png b/Icons and cursors/windowsicon/22x22/mimetypes/empty.png
deleted file mode 100644
index 6ec89af..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/empty.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/exec.png b/Icons and cursors/windowsicon/22x22/mimetypes/exec.png
deleted file mode 100644
index c689f0f..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/exec.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/folder_tar.png b/Icons and cursors/windowsicon/22x22/mimetypes/folder_tar.png
deleted file mode 100644
index 807e2ec..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/folder_tar.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/font-x-generic.png b/Icons and cursors/windowsicon/22x22/mimetypes/font-x-generic.png
deleted file mode 100644
index b8db2e5..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/font-x-generic.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/font.png b/Icons and cursors/windowsicon/22x22/mimetypes/font.png
deleted file mode 100644
index b8db2e5..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/font.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/font_bitmap.png b/Icons and cursors/windowsicon/22x22/mimetypes/font_bitmap.png
deleted file mode 100644
index b8db2e5..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/font_bitmap.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/font_truetype.png b/Icons and cursors/windowsicon/22x22/mimetypes/font_truetype.png
deleted file mode 100644
index b8db2e5..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/font_truetype.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/font_type1.png b/Icons and cursors/windowsicon/22x22/mimetypes/font_type1.png
deleted file mode 100644
index b8db2e5..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/font_type1.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-fs-executable.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-fs-executable.png
deleted file mode 100644
index c689f0f..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-fs-executable.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-fs-regular.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-fs-regular.png
deleted file mode 100644
index 55ef4c7..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-fs-regular.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-magicpoint.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-magicpoint.png
deleted file mode 100644
index b5922fa..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-magicpoint.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-msword.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-msword.png
deleted file mode 100644
index ee4bc90..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-msword.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-ogg.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-ogg.png
deleted file mode 100644
index a6d8611..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-ogg.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-pdf.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-pdf.png
deleted file mode 100644
index ee4bc90..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-pdf.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-postscript.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-postscript.png
deleted file mode 100644
index ee4bc90..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-postscript.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-rtf.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-rtf.png
deleted file mode 100644
index ee4bc90..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-rtf.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.lotus-1-2-3.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.lotus-1-2-3.png
deleted file mode 100644
index 4bcc7a7..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.lotus-1-2-3.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.ms-excel.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.ms-excel.png
deleted file mode 100644
index 4bcc7a7..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.ms-excel.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png
deleted file mode 100644
index b5922fa..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics-template.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics-template.png
deleted file mode 100644
index 1f68b6b..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics-template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics.png
deleted file mode 100644
index 1f68b6b..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.image.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.image.png
deleted file mode 100644
index 1f68b6b..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.image.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation-template.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation-template.png
deleted file mode 100644
index eb903ac..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation-template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation.png
deleted file mode 100644
index b5922fa..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet-template.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet-template.png
deleted file mode 100644
index 3b86657..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet-template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png
deleted file mode 100644
index 4bcc7a7..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-template.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-template.png
deleted file mode 100644
index d63480f..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-web.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-web.png
deleted file mode 100644
index 02b1fe0..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-web.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text.png
deleted file mode 100644
index ee4bc90..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.png
deleted file mode 100644
index 897bd5c..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.png
deleted file mode 100644
index 897bd5c..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.rn-realmedia.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.rn-realmedia.png
deleted file mode 100644
index 897bd5c..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.rn-realmedia.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.stardivision.calc.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.stardivision.calc.png
deleted file mode 100644
index 4bcc7a7..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.stardivision.calc.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.stardivision.impress.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.stardivision.impress.png
deleted file mode 100644
index b5922fa..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.stardivision.impress.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.stardivision.writer.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.stardivision.writer.png
deleted file mode 100644
index ee4bc90..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.stardivision.writer.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.sun.xml.calc.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.sun.xml.calc.png
deleted file mode 100644
index 4bcc7a7..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.sun.xml.calc.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.sun.xml.calc.template.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.sun.xml.calc.template.png
deleted file mode 100644
index 3b86657..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.sun.xml.calc.template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.sun.xml.draw.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.sun.xml.draw.png
deleted file mode 100644
index 1f68b6b..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.sun.xml.draw.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.sun.xml.draw.template.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.sun.xml.draw.template.png
deleted file mode 100644
index 1f68b6b..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.sun.xml.draw.template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.sun.xml.impress.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.sun.xml.impress.png
deleted file mode 100644
index b5922fa..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.sun.xml.impress.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.sun.xml.impress.template.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.sun.xml.impress.template.png
deleted file mode 100644
index eb903ac..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.sun.xml.impress.template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.sun.xml.writer.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.sun.xml.writer.png
deleted file mode 100644
index ee4bc90..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.sun.xml.writer.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.sun.xml.writer.template.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.sun.xml.writer.template.png
deleted file mode 100644
index d63480f..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.sun.xml.writer.template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-wordperfect.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-wordperfect.png
deleted file mode 100644
index ee4bc90..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-wordperfect.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-7z-compressed.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-7z-compressed.png
deleted file mode 100644
index 807e2ec..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-7z-compressed.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-abiword.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-abiword.png
deleted file mode 100644
index ee4bc90..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-abiword.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-applix-spreadsheet.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-applix-spreadsheet.png
deleted file mode 100644
index 4bcc7a7..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-applix-spreadsheet.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-applix-word.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-applix-word.png
deleted file mode 100644
index ee4bc90..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-applix-word.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-archive.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-archive.png
deleted file mode 100644
index 807e2ec..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-archive.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-arj.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-arj.png
deleted file mode 100644
index 807e2ec..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-arj.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-bzip-compressed-tar.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-bzip-compressed-tar.png
deleted file mode 100644
index 807e2ec..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-bzip-compressed-tar.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-bzip.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-bzip.png
deleted file mode 100644
index 807e2ec..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-bzip.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-compress.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-compress.png
deleted file mode 100644
index 807e2ec..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-compress.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-compressed-tar.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-compressed-tar.png
deleted file mode 100644
index 807e2ec..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-compressed-tar.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-cpio-compressed.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-cpio-compressed.png
deleted file mode 100644
index 807e2ec..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-cpio-compressed.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-cpio.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-cpio.png
deleted file mode 100644
index 807e2ec..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-cpio.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-deb.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-deb.png
deleted file mode 100644
index 807e2ec..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-deb.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-dvi.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-dvi.png
deleted file mode 100644
index ee4bc90..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-dvi.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-executable.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-executable.png
deleted file mode 100644
index c689f0f..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-executable.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-font-afm.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-font-afm.png
deleted file mode 100644
index b8db2e5..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-font-afm.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-font-bdf.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-font-bdf.png
deleted file mode 100644
index b8db2e5..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-font-bdf.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-font-linux-psf.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-font-linux-psf.png
deleted file mode 100644
index b8db2e5..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-font-linux-psf.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-font-pcf.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-font-pcf.png
deleted file mode 100644
index b8db2e5..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-font-pcf.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-font-sunos-news.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-font-sunos-news.png
deleted file mode 100644
index b8db2e5..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-font-sunos-news.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-font-ttf.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-font-ttf.png
deleted file mode 100644
index b8db2e5..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-font-ttf.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-gnumeric.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-gnumeric.png
deleted file mode 100644
index 4bcc7a7..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-gnumeric.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-gzip.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-gzip.png
deleted file mode 100644
index 807e2ec..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-gzip.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-gzpostscript.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-gzpostscript.png
deleted file mode 100644
index ee4bc90..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-gzpostscript.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-jar.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-jar.png
deleted file mode 100644
index 807e2ec..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-jar.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-killustrator.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-killustrator.png
deleted file mode 100644
index cbfe2e1..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-killustrator.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-kpresenter.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-kpresenter.png
deleted file mode 100644
index b5922fa..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-kpresenter.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-kspread.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-kspread.png
deleted file mode 100644
index 4bcc7a7..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-kspread.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-kword.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-kword.png
deleted file mode 100644
index ee4bc90..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-kword.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-lha.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-lha.png
deleted file mode 100644
index 807e2ec..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-lha.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-lhz.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-lhz.png
deleted file mode 100644
index 807e2ec..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-lhz.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-lzma-compressed-tar.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-lzma-compressed-tar.png
deleted file mode 100644
index 807e2ec..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-lzma-compressed-tar.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-lzma.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-lzma.png
deleted file mode 100644
index 807e2ec..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-lzma.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-ms-dos-executable.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-ms-dos-executable.png
deleted file mode 100644
index c689f0f..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-ms-dos-executable.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-perl.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-perl.png
deleted file mode 100644
index 913f28f..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-perl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-php.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-php.png
deleted file mode 100644
index 02b1fe0..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-php.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-python-bytecode.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-python-bytecode.png
deleted file mode 100644
index 913f28f..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-python-bytecode.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-rar.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-rar.png
deleted file mode 100644
index 807e2ec..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-rar.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-rpm.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-rpm.png
deleted file mode 100644
index 807e2ec..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-rpm.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-scribus.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-scribus.png
deleted file mode 100644
index ee4bc90..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-scribus.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-shellscript.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-shellscript.png
deleted file mode 100644
index 913f28f..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-shellscript.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-shockwave-flash.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-shockwave-flash.png
deleted file mode 100644
index 897bd5c..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-shockwave-flash.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-stuffit.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-stuffit.png
deleted file mode 100644
index 807e2ec..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-stuffit.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-tar.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-tar.png
deleted file mode 100644
index 807e2ec..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-tar.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-tarz.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-tarz.png
deleted file mode 100644
index 807e2ec..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-tarz.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-tex.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-tex.png
deleted file mode 100644
index ee4bc90..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-tex.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-xhtml.xml.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-xhtml.xml.png
deleted file mode 100644
index 02b1fe0..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-xhtml.xml.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-zip.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-zip.png
deleted file mode 100644
index 807e2ec..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-zip.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-audio.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-audio.png
deleted file mode 100644
index a6d8611..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-audio.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-image.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-image.png
deleted file mode 100644
index cbfe2e1..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-image.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-text-html.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-text-html.png
deleted file mode 100644
index 02b1fe0..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-text-html.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-text-vnd.wap.wml.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-text-vnd.wap.wml.png
deleted file mode 100644
index 02b1fe0..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-text-vnd.wap.wml.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-text-x-csh.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-text-x-csh.png
deleted file mode 100644
index 913f28f..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-text-x-csh.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-text-x-python.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-text-x-python.png
deleted file mode 100644
index 913f28f..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-text-x-python.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-text-x-sh.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-text-x-sh.png
deleted file mode 100644
index 913f28f..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-text-x-sh.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-text-x-vcalendar.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-text-x-vcalendar.png
deleted file mode 100644
index 83f83de..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-text-x-vcalendar.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-text-x-vcard.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-text-x-vcard.png
deleted file mode 100644
index 09ab39e..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-text-x-vcard.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-text-x-zsh.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-text-x-zsh.png
deleted file mode 100644
index 913f28f..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-text-x-zsh.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-text.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-text.png
deleted file mode 100644
index 6ec89af..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-text.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-video.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-video.png
deleted file mode 100644
index 897bd5c..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-video.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-x-font-afm.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-x-font-afm.png
deleted file mode 100644
index b8db2e5..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-x-font-afm.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-package.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-package.png
deleted file mode 100644
index 807e2ec..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-package.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gtk-file.png b/Icons and cursors/windowsicon/22x22/mimetypes/gtk-file.png
deleted file mode 100644
index 55ef4c7..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gtk-file.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/html.png b/Icons and cursors/windowsicon/22x22/mimetypes/html.png
deleted file mode 100644
index 02b1fe0..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/html.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/image-x-generic.png b/Icons and cursors/windowsicon/22x22/mimetypes/image-x-generic.png
deleted file mode 100644
index cbfe2e1..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/image-x-generic.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/image.png b/Icons and cursors/windowsicon/22x22/mimetypes/image.png
deleted file mode 100644
index cbfe2e1..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/image.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/kpresenter_kpr.png b/Icons and cursors/windowsicon/22x22/mimetypes/kpresenter_kpr.png
deleted file mode 100644
index b5922fa..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/kpresenter_kpr.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/mime_ascii.png b/Icons and cursors/windowsicon/22x22/mimetypes/mime_ascii.png
deleted file mode 100644
index 6ec89af..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/mime_ascii.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/misc.png b/Icons and cursors/windowsicon/22x22/mimetypes/misc.png
deleted file mode 100644
index 6ec89af..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/misc.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/package-x-generic.png b/Icons and cursors/windowsicon/22x22/mimetypes/package-x-generic.png
deleted file mode 100644
index 807e2ec..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/package-x-generic.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/package.png b/Icons and cursors/windowsicon/22x22/mimetypes/package.png
deleted file mode 100644
index 807e2ec..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/package.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/package_editors.png b/Icons and cursors/windowsicon/22x22/mimetypes/package_editors.png
deleted file mode 100644
index 6ec89af..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/package_editors.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/package_wordprocessing.png b/Icons and cursors/windowsicon/22x22/mimetypes/package_wordprocessing.png
deleted file mode 100644
index ee4bc90..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/package_wordprocessing.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/plan.png b/Icons and cursors/windowsicon/22x22/mimetypes/plan.png
deleted file mode 100644
index 83f83de..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/plan.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/rpm.png b/Icons and cursors/windowsicon/22x22/mimetypes/rpm.png
deleted file mode 100644
index 807e2ec..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/rpm.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/shellscript.png b/Icons and cursors/windowsicon/22x22/mimetypes/shellscript.png
deleted file mode 100644
index 913f28f..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/shellscript.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/sound.png b/Icons and cursors/windowsicon/22x22/mimetypes/sound.png
deleted file mode 100644
index a6d8611..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/sound.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/spreadsheet.png b/Icons and cursors/windowsicon/22x22/mimetypes/spreadsheet.png
deleted file mode 100644
index 4bcc7a7..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/spreadsheet.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/stock_addressbook.png b/Icons and cursors/windowsicon/22x22/mimetypes/stock_addressbook.png
deleted file mode 100644
index 09ab39e..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/stock_addressbook.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/stock_calendar.png b/Icons and cursors/windowsicon/22x22/mimetypes/stock_calendar.png
deleted file mode 100644
index 83f83de..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/stock_calendar.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/stock_certificate.png b/Icons and cursors/windowsicon/22x22/mimetypes/stock_certificate.png
deleted file mode 100644
index 4c1a1c6..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/stock_certificate.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/stock_script.png b/Icons and cursors/windowsicon/22x22/mimetypes/stock_script.png
deleted file mode 100644
index 913f28f..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/stock_script.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/tar.png b/Icons and cursors/windowsicon/22x22/mimetypes/tar.png
deleted file mode 100644
index 807e2ec..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/tar.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/template_source.png b/Icons and cursors/windowsicon/22x22/mimetypes/template_source.png
deleted file mode 100644
index 522bc9b..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/template_source.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/text-html.png b/Icons and cursors/windowsicon/22x22/mimetypes/text-html.png
deleted file mode 100644
index 02b1fe0..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/text-html.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/text-x-generic-template.png b/Icons and cursors/windowsicon/22x22/mimetypes/text-x-generic-template.png
deleted file mode 100644
index 522bc9b..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/text-x-generic-template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/text-x-generic.png b/Icons and cursors/windowsicon/22x22/mimetypes/text-x-generic.png
deleted file mode 100644
index 6ec89af..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/text-x-generic.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/text-x-opml.xml.png b/Icons and cursors/windowsicon/22x22/mimetypes/text-x-opml.xml.png
deleted file mode 100644
index 2c46bdf..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/text-x-opml.xml.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/text-x-preview.png b/Icons and cursors/windowsicon/22x22/mimetypes/text-x-preview.png
deleted file mode 100644
index 55ef4c7..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/text-x-preview.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/text-x-script.png b/Icons and cursors/windowsicon/22x22/mimetypes/text-x-script.png
deleted file mode 100644
index 913f28f..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/text-x-script.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/tgz.png b/Icons and cursors/windowsicon/22x22/mimetypes/tgz.png
deleted file mode 100644
index 807e2ec..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/tgz.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/txt.png b/Icons and cursors/windowsicon/22x22/mimetypes/txt.png
deleted file mode 100644
index 6ec89af..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/txt.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/txt2.png b/Icons and cursors/windowsicon/22x22/mimetypes/txt2.png
deleted file mode 100644
index 6ec89af..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/txt2.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/unknown.png b/Icons and cursors/windowsicon/22x22/mimetypes/unknown.png
deleted file mode 100644
index 6ec89af..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/unknown.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/vcalendar.png b/Icons and cursors/windowsicon/22x22/mimetypes/vcalendar.png
deleted file mode 100644
index 83f83de..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/vcalendar.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/vcard.png b/Icons and cursors/windowsicon/22x22/mimetypes/vcard.png
deleted file mode 100644
index 09ab39e..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/vcard.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/video-x-generic.png b/Icons and cursors/windowsicon/22x22/mimetypes/video-x-generic.png
deleted file mode 100644
index 897bd5c..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/video-x-generic.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/video.png b/Icons and cursors/windowsicon/22x22/mimetypes/video.png
deleted file mode 100644
index 897bd5c..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/video.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/wordprocessing.png b/Icons and cursors/windowsicon/22x22/mimetypes/wordprocessing.png
deleted file mode 100644
index ee4bc90..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/wordprocessing.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/www.png b/Icons and cursors/windowsicon/22x22/mimetypes/www.png
deleted file mode 100644
index 02b1fe0..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/www.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/x-office-address-book.png b/Icons and cursors/windowsicon/22x22/mimetypes/x-office-address-book.png
deleted file mode 100644
index 09ab39e..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/x-office-address-book.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/x-office-calendar.png b/Icons and cursors/windowsicon/22x22/mimetypes/x-office-calendar.png
deleted file mode 100644
index 83f83de..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/x-office-calendar.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/x-office-document-template.png b/Icons and cursors/windowsicon/22x22/mimetypes/x-office-document-template.png
deleted file mode 100644
index d63480f..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/x-office-document-template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/x-office-document.png b/Icons and cursors/windowsicon/22x22/mimetypes/x-office-document.png
deleted file mode 100644
index ee4bc90..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/x-office-document.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/x-office-drawing-template.png b/Icons and cursors/windowsicon/22x22/mimetypes/x-office-drawing-template.png
deleted file mode 100644
index 1f68b6b..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/x-office-drawing-template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/x-office-drawing.png b/Icons and cursors/windowsicon/22x22/mimetypes/x-office-drawing.png
deleted file mode 100644
index 1f68b6b..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/x-office-drawing.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/x-office-presentation-template.png b/Icons and cursors/windowsicon/22x22/mimetypes/x-office-presentation-template.png
deleted file mode 100644
index eb903ac..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/x-office-presentation-template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/x-office-presentation.png b/Icons and cursors/windowsicon/22x22/mimetypes/x-office-presentation.png
deleted file mode 100644
index b5922fa..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/x-office-presentation.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/x-office-spreadsheet-template.png b/Icons and cursors/windowsicon/22x22/mimetypes/x-office-spreadsheet-template.png
deleted file mode 100644
index 3b86657..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/x-office-spreadsheet-template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/x-office-spreadsheet.png b/Icons and cursors/windowsicon/22x22/mimetypes/x-office-spreadsheet.png
deleted file mode 100644
index 4bcc7a7..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/x-office-spreadsheet.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/x-package-repository.png b/Icons and cursors/windowsicon/22x22/mimetypes/x-package-repository.png
deleted file mode 100644
index dd1ea84..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/x-package-repository.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/xorg.png b/Icons and cursors/windowsicon/22x22/mimetypes/xorg.png
deleted file mode 100644
index c689f0f..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/xorg.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/zip.png b/Icons and cursors/windowsicon/22x22/mimetypes/zip.png
deleted file mode 100644
index 807e2ec..0000000
Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/zip.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/places/application-x-gnome-saved-search.png b/Icons and cursors/windowsicon/22x22/places/application-x-gnome-saved-search.png
deleted file mode 100644
index b934fd7..0000000
Binary files a/Icons and cursors/windowsicon/22x22/places/application-x-gnome-saved-search.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/places/debian-swirl.png b/Icons and cursors/windowsicon/22x22/places/debian-swirl.png
deleted file mode 100644
index c3de767..0000000
Binary files a/Icons and cursors/windowsicon/22x22/places/debian-swirl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/places/desktop.png b/Icons and cursors/windowsicon/22x22/places/desktop.png
deleted file mode 100644
index b5f6812..0000000
Binary files a/Icons and cursors/windowsicon/22x22/places/desktop.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/places/emptytrash.png b/Icons and cursors/windowsicon/22x22/places/emptytrash.png
deleted file mode 100644
index cd59ac8..0000000
Binary files a/Icons and cursors/windowsicon/22x22/places/emptytrash.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/places/folder-documents.png b/Icons and cursors/windowsicon/22x22/places/folder-documents.png
deleted file mode 100644
index 08241d7..0000000
Binary files a/Icons and cursors/windowsicon/22x22/places/folder-documents.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/places/folder-download.png b/Icons and cursors/windowsicon/22x22/places/folder-download.png
deleted file mode 100644
index f1c5f68..0000000
Binary files a/Icons and cursors/windowsicon/22x22/places/folder-download.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/places/folder-music.png b/Icons and cursors/windowsicon/22x22/places/folder-music.png
deleted file mode 100644
index 50e9d65..0000000
Binary files a/Icons and cursors/windowsicon/22x22/places/folder-music.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/places/folder-pictures.png b/Icons and cursors/windowsicon/22x22/places/folder-pictures.png
deleted file mode 100644
index 6049d3f..0000000
Binary files a/Icons and cursors/windowsicon/22x22/places/folder-pictures.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/places/folder-publicshare.png b/Icons and cursors/windowsicon/22x22/places/folder-publicshare.png
deleted file mode 100644
index 91eb585..0000000
Binary files a/Icons and cursors/windowsicon/22x22/places/folder-publicshare.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/places/folder-remote.png b/Icons and cursors/windowsicon/22x22/places/folder-remote.png
deleted file mode 100644
index 1398e79..0000000
Binary files a/Icons and cursors/windowsicon/22x22/places/folder-remote.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/places/folder-saved-search.png b/Icons and cursors/windowsicon/22x22/places/folder-saved-search.png
deleted file mode 100644
index b934fd7..0000000
Binary files a/Icons and cursors/windowsicon/22x22/places/folder-saved-search.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/places/folder-templates.png b/Icons and cursors/windowsicon/22x22/places/folder-templates.png
deleted file mode 100644
index 944df84..0000000
Binary files a/Icons and cursors/windowsicon/22x22/places/folder-templates.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/places/folder-videos.png b/Icons and cursors/windowsicon/22x22/places/folder-videos.png
deleted file mode 100644
index 0c55353..0000000
Binary files a/Icons and cursors/windowsicon/22x22/places/folder-videos.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/places/folder.png b/Icons and cursors/windowsicon/22x22/places/folder.png
deleted file mode 100644
index bcd8228..0000000
Binary files a/Icons and cursors/windowsicon/22x22/places/folder.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/places/folder_home.png b/Icons and cursors/windowsicon/22x22/places/folder_home.png
deleted file mode 100644
index a3b0e96..0000000
Binary files a/Icons and cursors/windowsicon/22x22/places/folder_home.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/places/gnome-foot.png b/Icons and cursors/windowsicon/22x22/places/gnome-foot.png
deleted file mode 100644
index 9b6e71b..0000000
Binary files a/Icons and cursors/windowsicon/22x22/places/gnome-foot.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/places/gnome-fs-desktop.png b/Icons and cursors/windowsicon/22x22/places/gnome-fs-desktop.png
deleted file mode 100644
index b5f6812..0000000
Binary files a/Icons and cursors/windowsicon/22x22/places/gnome-fs-desktop.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/places/gnome-fs-directory.png b/Icons and cursors/windowsicon/22x22/places/gnome-fs-directory.png
deleted file mode 100644
index bcd8228..0000000
Binary files a/Icons and cursors/windowsicon/22x22/places/gnome-fs-directory.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/places/gnome-fs-ftp.png b/Icons and cursors/windowsicon/22x22/places/gnome-fs-ftp.png
deleted file mode 100644
index 1398e79..0000000
Binary files a/Icons and cursors/windowsicon/22x22/places/gnome-fs-ftp.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/places/gnome-fs-home.png b/Icons and cursors/windowsicon/22x22/places/gnome-fs-home.png
deleted file mode 100644
index a3b0e96..0000000
Binary files a/Icons and cursors/windowsicon/22x22/places/gnome-fs-home.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/places/gnome-fs-network.png b/Icons and cursors/windowsicon/22x22/places/gnome-fs-network.png
deleted file mode 100644
index 6550176..0000000
Binary files a/Icons and cursors/windowsicon/22x22/places/gnome-fs-network.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/places/gnome-fs-nfs.png b/Icons and cursors/windowsicon/22x22/places/gnome-fs-nfs.png
deleted file mode 100644
index 1398e79..0000000
Binary files a/Icons and cursors/windowsicon/22x22/places/gnome-fs-nfs.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/places/gnome-fs-server.png b/Icons and cursors/windowsicon/22x22/places/gnome-fs-server.png
deleted file mode 100644
index 8a1ba80..0000000
Binary files a/Icons and cursors/windowsicon/22x22/places/gnome-fs-server.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/places/gnome-fs-share.png b/Icons and cursors/windowsicon/22x22/places/gnome-fs-share.png
deleted file mode 100644
index 1398e79..0000000
Binary files a/Icons and cursors/windowsicon/22x22/places/gnome-fs-share.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/places/gnome-fs-smb.png b/Icons and cursors/windowsicon/22x22/places/gnome-fs-smb.png
deleted file mode 100644
index 1398e79..0000000
Binary files a/Icons and cursors/windowsicon/22x22/places/gnome-fs-smb.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/places/gnome-fs-ssh.png b/Icons and cursors/windowsicon/22x22/places/gnome-fs-ssh.png
deleted file mode 100644
index 1398e79..0000000
Binary files a/Icons and cursors/windowsicon/22x22/places/gnome-fs-ssh.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/places/gnome-fs-trash-empty.png b/Icons and cursors/windowsicon/22x22/places/gnome-fs-trash-empty.png
deleted file mode 100644
index cd59ac8..0000000
Binary files a/Icons and cursors/windowsicon/22x22/places/gnome-fs-trash-empty.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/places/gnome-mime-x-directory-nfs-server.png b/Icons and cursors/windowsicon/22x22/places/gnome-mime-x-directory-nfs-server.png
deleted file mode 100644
index 8a1ba80..0000000
Binary files a/Icons and cursors/windowsicon/22x22/places/gnome-mime-x-directory-nfs-server.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/places/gnome-mime-x-directory-smb-server.png b/Icons and cursors/windowsicon/22x22/places/gnome-mime-x-directory-smb-server.png
deleted file mode 100644
index 8a1ba80..0000000
Binary files a/Icons and cursors/windowsicon/22x22/places/gnome-mime-x-directory-smb-server.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/places/gnome-mime-x-directory-smb-share.png b/Icons and cursors/windowsicon/22x22/places/gnome-mime-x-directory-smb-share.png
deleted file mode 100644
index 1398e79..0000000
Binary files a/Icons and cursors/windowsicon/22x22/places/gnome-mime-x-directory-smb-share.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/places/gnome-mime-x-directory-smb-workgroup.png b/Icons and cursors/windowsicon/22x22/places/gnome-mime-x-directory-smb-workgroup.png
deleted file mode 100644
index 6550176..0000000
Binary files a/Icons and cursors/windowsicon/22x22/places/gnome-mime-x-directory-smb-workgroup.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/places/gnome-stock-trash.png b/Icons and cursors/windowsicon/22x22/places/gnome-stock-trash.png
deleted file mode 100644
index cd59ac8..0000000
Binary files a/Icons and cursors/windowsicon/22x22/places/gnome-stock-trash.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/places/gtk-directory.png b/Icons and cursors/windowsicon/22x22/places/gtk-directory.png
deleted file mode 100644
index bcd8228..0000000
Binary files a/Icons and cursors/windowsicon/22x22/places/gtk-directory.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/places/gtk-network.png b/Icons and cursors/windowsicon/22x22/places/gtk-network.png
deleted file mode 100644
index 6550176..0000000
Binary files a/Icons and cursors/windowsicon/22x22/places/gtk-network.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/places/inode-directory.png b/Icons and cursors/windowsicon/22x22/places/inode-directory.png
deleted file mode 100644
index bcd8228..0000000
Binary files a/Icons and cursors/windowsicon/22x22/places/inode-directory.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/places/network-server.png b/Icons and cursors/windowsicon/22x22/places/network-server.png
deleted file mode 100644
index 8a1ba80..0000000
Binary files a/Icons and cursors/windowsicon/22x22/places/network-server.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/places/network-workgroup.png b/Icons and cursors/windowsicon/22x22/places/network-workgroup.png
deleted file mode 100644
index 6550176..0000000
Binary files a/Icons and cursors/windowsicon/22x22/places/network-workgroup.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/places/network.png b/Icons and cursors/windowsicon/22x22/places/network.png
deleted file mode 100644
index 1398e79..0000000
Binary files a/Icons and cursors/windowsicon/22x22/places/network.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/places/network_local.png b/Icons and cursors/windowsicon/22x22/places/network_local.png
deleted file mode 100644
index 6550176..0000000
Binary files a/Icons and cursors/windowsicon/22x22/places/network_local.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/places/redhat-network-server.png b/Icons and cursors/windowsicon/22x22/places/redhat-network-server.png
deleted file mode 100644
index 8a1ba80..0000000
Binary files a/Icons and cursors/windowsicon/22x22/places/redhat-network-server.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/places/server.png b/Icons and cursors/windowsicon/22x22/places/server.png
deleted file mode 100644
index 8a1ba80..0000000
Binary files a/Icons and cursors/windowsicon/22x22/places/server.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/places/stock_folder.png b/Icons and cursors/windowsicon/22x22/places/stock_folder.png
deleted file mode 100644
index bcd8228..0000000
Binary files a/Icons and cursors/windowsicon/22x22/places/stock_folder.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/places/trashcan_empty.png b/Icons and cursors/windowsicon/22x22/places/trashcan_empty.png
deleted file mode 100644
index cd59ac8..0000000
Binary files a/Icons and cursors/windowsicon/22x22/places/trashcan_empty.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/places/ubuntu-logo.png b/Icons and cursors/windowsicon/22x22/places/ubuntu-logo.png
deleted file mode 100644
index 9b6e71b..0000000
Binary files a/Icons and cursors/windowsicon/22x22/places/ubuntu-logo.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/places/user-bookmarks.png b/Icons and cursors/windowsicon/22x22/places/user-bookmarks.png
deleted file mode 100644
index dacf94a..0000000
Binary files a/Icons and cursors/windowsicon/22x22/places/user-bookmarks.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/places/user-desktop.png b/Icons and cursors/windowsicon/22x22/places/user-desktop.png
deleted file mode 100644
index b5f6812..0000000
Binary files a/Icons and cursors/windowsicon/22x22/places/user-desktop.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/places/user-home.png b/Icons and cursors/windowsicon/22x22/places/user-home.png
deleted file mode 100644
index a3b0e96..0000000
Binary files a/Icons and cursors/windowsicon/22x22/places/user-home.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/places/user-trash.png b/Icons and cursors/windowsicon/22x22/places/user-trash.png
deleted file mode 100644
index cd59ac8..0000000
Binary files a/Icons and cursors/windowsicon/22x22/places/user-trash.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/places/xfce-trash_empty.png b/Icons and cursors/windowsicon/22x22/places/xfce-trash_empty.png
deleted file mode 100644
index cd59ac8..0000000
Binary files a/Icons and cursors/windowsicon/22x22/places/xfce-trash_empty.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/appointment-missed.png b/Icons and cursors/windowsicon/22x22/status/appointment-missed.png
deleted file mode 100644
index 3d6252c..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/appointment-missed.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/appointment-soon.png b/Icons and cursors/windowsicon/22x22/status/appointment-soon.png
deleted file mode 100644
index 26666f9..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/appointment-soon.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/audio-volume-high.png b/Icons and cursors/windowsicon/22x22/status/audio-volume-high.png
deleted file mode 100644
index f86f06f..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/audio-volume-high.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/audio-volume-low.png b/Icons and cursors/windowsicon/22x22/status/audio-volume-low.png
deleted file mode 100644
index 18fa81c..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/audio-volume-low.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/audio-volume-medium.png b/Icons and cursors/windowsicon/22x22/status/audio-volume-medium.png
deleted file mode 100644
index 259f7ec..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/audio-volume-medium.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/audio-volume-muted.png b/Icons and cursors/windowsicon/22x22/status/audio-volume-muted.png
deleted file mode 100644
index 0a875d3..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/audio-volume-muted.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/avatar-default.png b/Icons and cursors/windowsicon/22x22/status/avatar-default.png
deleted file mode 100644
index fffd7e2..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/avatar-default.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/battery-caution-charging.png b/Icons and cursors/windowsicon/22x22/status/battery-caution-charging.png
deleted file mode 100644
index 2f7039a..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/battery-caution-charging.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/battery-caution.png b/Icons and cursors/windowsicon/22x22/status/battery-caution.png
deleted file mode 100644
index 711e9cd..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/battery-caution.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/battery-empty-charging.png b/Icons and cursors/windowsicon/22x22/status/battery-empty-charging.png
deleted file mode 100644
index eaf8ea8..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/battery-empty-charging.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/battery-empty.png b/Icons and cursors/windowsicon/22x22/status/battery-empty.png
deleted file mode 100644
index 62a601f..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/battery-empty.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/battery-full-charged.png b/Icons and cursors/windowsicon/22x22/status/battery-full-charged.png
deleted file mode 100644
index 4c66cc0..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/battery-full-charged.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/battery-full-charging.png b/Icons and cursors/windowsicon/22x22/status/battery-full-charging.png
deleted file mode 100644
index 4c66cc0..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/battery-full-charging.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/battery-full.png b/Icons and cursors/windowsicon/22x22/status/battery-full.png
deleted file mode 100644
index d7dfc3f..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/battery-full.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/battery-good-charging.png b/Icons and cursors/windowsicon/22x22/status/battery-good-charging.png
deleted file mode 100644
index 7832c2a..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/battery-good-charging.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/battery-good.png b/Icons and cursors/windowsicon/22x22/status/battery-good.png
deleted file mode 100644
index dc3687b..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/battery-good.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/battery-low-charging.png b/Icons and cursors/windowsicon/22x22/status/battery-low-charging.png
deleted file mode 100644
index 247ee9a..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/battery-low-charging.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/battery-low.png b/Icons and cursors/windowsicon/22x22/status/battery-low.png
deleted file mode 100644
index 4c0b0d7..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/battery-low.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/battery-missing.png b/Icons and cursors/windowsicon/22x22/status/battery-missing.png
deleted file mode 100644
index 7242ccc..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/battery-missing.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/changes-allow.png b/Icons and cursors/windowsicon/22x22/status/changes-allow.png
deleted file mode 100644
index 91f84c8..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/changes-allow.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/changes-prevent.png b/Icons and cursors/windowsicon/22x22/status/changes-prevent.png
deleted file mode 100644
index 1986e2a..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/changes-prevent.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/computer-fail.png b/Icons and cursors/windowsicon/22x22/status/computer-fail.png
deleted file mode 100644
index ffda84f..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/computer-fail.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/connect_creating.png b/Icons and cursors/windowsicon/22x22/status/connect_creating.png
deleted file mode 100644
index 4efe0bb..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/connect_creating.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/connect_established.png b/Icons and cursors/windowsicon/22x22/status/connect_established.png
deleted file mode 100644
index 4efe0bb..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/connect_established.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/connect_no.png b/Icons and cursors/windowsicon/22x22/status/connect_no.png
deleted file mode 100644
index a87d6c2..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/connect_no.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/dialog-error.png b/Icons and cursors/windowsicon/22x22/status/dialog-error.png
deleted file mode 100644
index 0f2715d..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/dialog-error.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/dialog-information.png b/Icons and cursors/windowsicon/22x22/status/dialog-information.png
deleted file mode 100644
index 7c8f008..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/dialog-information.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/dialog-password.png b/Icons and cursors/windowsicon/22x22/status/dialog-password.png
deleted file mode 100644
index 041860a..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/dialog-password.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/dialog-question.png b/Icons and cursors/windowsicon/22x22/status/dialog-question.png
deleted file mode 100644
index b7c3003..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/dialog-question.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/dialog-warning.png b/Icons and cursors/windowsicon/22x22/status/dialog-warning.png
deleted file mode 100644
index b4515d2..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/dialog-warning.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/edittrash.png b/Icons and cursors/windowsicon/22x22/status/edittrash.png
deleted file mode 100644
index e9a82d2..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/edittrash.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/error.png b/Icons and cursors/windowsicon/22x22/status/error.png
deleted file mode 100644
index 0f2715d..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/error.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/folder-drag-accept.png b/Icons and cursors/windowsicon/22x22/status/folder-drag-accept.png
deleted file mode 100644
index a88eb5d..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/folder-drag-accept.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/folder-open.png b/Icons and cursors/windowsicon/22x22/status/folder-open.png
deleted file mode 100644
index a88eb5d..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/folder-open.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/folder-visiting.png b/Icons and cursors/windowsicon/22x22/status/folder-visiting.png
deleted file mode 100644
index 76f4add..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/folder-visiting.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/folder_open.png b/Icons and cursors/windowsicon/22x22/status/folder_open.png
deleted file mode 100644
index a88eb5d..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/folder_open.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/gnome-dev-wavelan-encrypted.png b/Icons and cursors/windowsicon/22x22/status/gnome-dev-wavelan-encrypted.png
deleted file mode 100644
index e407786..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/gnome-dev-wavelan-encrypted.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/gnome-fs-directory-accept.png b/Icons and cursors/windowsicon/22x22/status/gnome-fs-directory-accept.png
deleted file mode 100644
index a88eb5d..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/gnome-fs-directory-accept.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/gnome-fs-directory-visiting.png b/Icons and cursors/windowsicon/22x22/status/gnome-fs-directory-visiting.png
deleted file mode 100644
index 76f4add..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/gnome-fs-directory-visiting.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/gnome-fs-loading-icon.png b/Icons and cursors/windowsicon/22x22/status/gnome-fs-loading-icon.png
deleted file mode 100644
index 3416eb3..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/gnome-fs-loading-icon.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/gnome-fs-trash-full.png b/Icons and cursors/windowsicon/22x22/status/gnome-fs-trash-full.png
deleted file mode 100644
index e9a82d2..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/gnome-fs-trash-full.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/gnome-netstatus-disconn.png b/Icons and cursors/windowsicon/22x22/status/gnome-netstatus-disconn.png
deleted file mode 100644
index a87d6c2..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/gnome-netstatus-disconn.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/gnome-netstatus-error.png b/Icons and cursors/windowsicon/22x22/status/gnome-netstatus-error.png
deleted file mode 100644
index ed4062f..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/gnome-netstatus-error.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/gnome-netstatus-idle.png b/Icons and cursors/windowsicon/22x22/status/gnome-netstatus-idle.png
deleted file mode 100644
index 4efe0bb..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/gnome-netstatus-idle.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/gnome-netstatus-rx.png b/Icons and cursors/windowsicon/22x22/status/gnome-netstatus-rx.png
deleted file mode 100644
index 4efe0bb..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/gnome-netstatus-rx.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/gnome-netstatus-tx.png b/Icons and cursors/windowsicon/22x22/status/gnome-netstatus-tx.png
deleted file mode 100644
index 4efe0bb..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/gnome-netstatus-tx.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/gnome-netstatus-txrx.png b/Icons and cursors/windowsicon/22x22/status/gnome-netstatus-txrx.png
deleted file mode 100644
index 4efe0bb..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/gnome-netstatus-txrx.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/gnome-stock-trash-full.png b/Icons and cursors/windowsicon/22x22/status/gnome-stock-trash-full.png
deleted file mode 100644
index e9a82d2..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/gnome-stock-trash-full.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/gtk-dialog-authentication.png b/Icons and cursors/windowsicon/22x22/status/gtk-dialog-authentication.png
deleted file mode 100644
index 041860a..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/gtk-dialog-authentication.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/gtk-dialog-error.png b/Icons and cursors/windowsicon/22x22/status/gtk-dialog-error.png
deleted file mode 100644
index 0f2715d..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/gtk-dialog-error.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/gtk-dialog-info.png b/Icons and cursors/windowsicon/22x22/status/gtk-dialog-info.png
deleted file mode 100644
index 7c8f008..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/gtk-dialog-info.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/gtk-dialog-question.png b/Icons and cursors/windowsicon/22x22/status/gtk-dialog-question.png
deleted file mode 100644
index b7c3003..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/gtk-dialog-question.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/gtk-dialog-warning.png b/Icons and cursors/windowsicon/22x22/status/gtk-dialog-warning.png
deleted file mode 100644
index b4515d2..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/gtk-dialog-warning.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/gtk-directory.png b/Icons and cursors/windowsicon/22x22/status/gtk-directory.png
deleted file mode 100644
index a88eb5d..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/gtk-directory.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/gtk-missing-image.png b/Icons and cursors/windowsicon/22x22/status/gtk-missing-image.png
deleted file mode 100644
index cbfe2e1..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/gtk-missing-image.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/image-loading.png b/Icons and cursors/windowsicon/22x22/status/image-loading.png
deleted file mode 100644
index 3416eb3..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/image-loading.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/image-missing.png b/Icons and cursors/windowsicon/22x22/status/image-missing.png
deleted file mode 100644
index cbfe2e1..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/image-missing.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/important.png b/Icons and cursors/windowsicon/22x22/status/important.png
deleted file mode 100644
index b4515d2..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/important.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/info.png b/Icons and cursors/windowsicon/22x22/status/info.png
deleted file mode 100644
index 7c8f008..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/info.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/mail-attachment.png b/Icons and cursors/windowsicon/22x22/status/mail-attachment.png
deleted file mode 100644
index 5ae13dd..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/mail-attachment.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/mail-read.png b/Icons and cursors/windowsicon/22x22/status/mail-read.png
deleted file mode 100644
index 77baf6a..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/mail-read.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/mail-replied.png b/Icons and cursors/windowsicon/22x22/status/mail-replied.png
deleted file mode 100644
index a71841f..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/mail-replied.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/mail-signed-verified.png b/Icons and cursors/windowsicon/22x22/status/mail-signed-verified.png
deleted file mode 100644
index 0e1f8c9..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/mail-signed-verified.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/mail-signed.png b/Icons and cursors/windowsicon/22x22/status/mail-signed.png
deleted file mode 100644
index 0e1f8c9..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/mail-signed.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/mail-unread.png b/Icons and cursors/windowsicon/22x22/status/mail-unread.png
deleted file mode 100644
index a4f65d7..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/mail-unread.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/media-playlist-repeat.png b/Icons and cursors/windowsicon/22x22/status/media-playlist-repeat.png
deleted file mode 100644
index 3beec91..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/media-playlist-repeat.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/media-playlist-shuffle.png b/Icons and cursors/windowsicon/22x22/status/media-playlist-shuffle.png
deleted file mode 100644
index f697834..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/media-playlist-shuffle.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/messagebox_critical.png b/Icons and cursors/windowsicon/22x22/status/messagebox_critical.png
deleted file mode 100644
index 0f2715d..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/messagebox_critical.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/messagebox_info.png b/Icons and cursors/windowsicon/22x22/status/messagebox_info.png
deleted file mode 100644
index 7c8f008..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/messagebox_info.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/messagebox_warning.png b/Icons and cursors/windowsicon/22x22/status/messagebox_warning.png
deleted file mode 100644
index b4515d2..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/messagebox_warning.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/microphone-sensitivity-high.png b/Icons and cursors/windowsicon/22x22/status/microphone-sensitivity-high.png
deleted file mode 100644
index 3c69925..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/microphone-sensitivity-high.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/microphone-sensitivity-low.png b/Icons and cursors/windowsicon/22x22/status/microphone-sensitivity-low.png
deleted file mode 100644
index 7329d03..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/microphone-sensitivity-low.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/microphone-sensitivity-medium.png b/Icons and cursors/windowsicon/22x22/status/microphone-sensitivity-medium.png
deleted file mode 100644
index e574e92..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/microphone-sensitivity-medium.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/microphone-sensitivity-muted.png b/Icons and cursors/windowsicon/22x22/status/microphone-sensitivity-muted.png
deleted file mode 100644
index a8b4875..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/microphone-sensitivity-muted.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/network-cellular-connected.png b/Icons and cursors/windowsicon/22x22/status/network-cellular-connected.png
deleted file mode 100644
index 1eb4958..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/network-cellular-connected.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/network-error.png b/Icons and cursors/windowsicon/22x22/status/network-error.png
deleted file mode 100644
index ed4062f..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/network-error.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/network-idle.png b/Icons and cursors/windowsicon/22x22/status/network-idle.png
deleted file mode 100644
index 4efe0bb..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/network-idle.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/network-offline.png b/Icons and cursors/windowsicon/22x22/status/network-offline.png
deleted file mode 100644
index a87d6c2..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/network-offline.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/network-receive.png b/Icons and cursors/windowsicon/22x22/status/network-receive.png
deleted file mode 100644
index 4efe0bb..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/network-receive.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/network-transmit-receive.png b/Icons and cursors/windowsicon/22x22/status/network-transmit-receive.png
deleted file mode 100644
index 4efe0bb..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/network-transmit-receive.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/network-transmit.png b/Icons and cursors/windowsicon/22x22/status/network-transmit.png
deleted file mode 100644
index 4efe0bb..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/network-transmit.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/network-wired-disconnected.png b/Icons and cursors/windowsicon/22x22/status/network-wired-disconnected.png
deleted file mode 100644
index a87d6c2..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/network-wired-disconnected.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/network-wireless-encrypted.png b/Icons and cursors/windowsicon/22x22/status/network-wireless-encrypted.png
deleted file mode 100644
index e407786..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/network-wireless-encrypted.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/nm-no-connection.png b/Icons and cursors/windowsicon/22x22/status/nm-no-connection.png
deleted file mode 100644
index a87d6c2..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/nm-no-connection.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/non-starred.png b/Icons and cursors/windowsicon/22x22/status/non-starred.png
deleted file mode 100644
index 707a85d..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/non-starred.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/printer-error.png b/Icons and cursors/windowsicon/22x22/status/printer-error.png
deleted file mode 100644
index 86672c7..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/printer-error.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/printer-printing.png b/Icons and cursors/windowsicon/22x22/status/printer-printing.png
deleted file mode 100644
index 6c0f3db..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/printer-printing.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/security-high.png b/Icons and cursors/windowsicon/22x22/status/security-high.png
deleted file mode 100644
index 82aaad7..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/security-high.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/security-low.png b/Icons and cursors/windowsicon/22x22/status/security-low.png
deleted file mode 100644
index 72a2f5f..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/security-low.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/security-medium.png b/Icons and cursors/windowsicon/22x22/status/security-medium.png
deleted file mode 100644
index 8eb767b..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/security-medium.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/semi-starred-rtl.png b/Icons and cursors/windowsicon/22x22/status/semi-starred-rtl.png
deleted file mode 100644
index 9ee82df..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/semi-starred-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/semi-starred.png b/Icons and cursors/windowsicon/22x22/status/semi-starred.png
deleted file mode 100644
index da3d8ad..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/semi-starred.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/software-update-available.png b/Icons and cursors/windowsicon/22x22/status/software-update-available.png
deleted file mode 100644
index 93c528d..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/software-update-available.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/software-update-urgent.png b/Icons and cursors/windowsicon/22x22/status/software-update-urgent.png
deleted file mode 100644
index 18faed7..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/software-update-urgent.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/starred.png b/Icons and cursors/windowsicon/22x22/status/starred.png
deleted file mode 100644
index 39ec00f..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/starred.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/stock_appointment-reminder-excl.png b/Icons and cursors/windowsicon/22x22/status/stock_appointment-reminder-excl.png
deleted file mode 100644
index 3d6252c..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/stock_appointment-reminder-excl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/stock_appointment-reminder.png b/Icons and cursors/windowsicon/22x22/status/stock_appointment-reminder.png
deleted file mode 100644
index 26666f9..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/stock_appointment-reminder.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/stock_attach.png b/Icons and cursors/windowsicon/22x22/status/stock_attach.png
deleted file mode 100644
index 5ae13dd..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/stock_attach.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/stock_dialog-error.png b/Icons and cursors/windowsicon/22x22/status/stock_dialog-error.png
deleted file mode 100644
index 0f2715d..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/stock_dialog-error.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/stock_dialog-info.png b/Icons and cursors/windowsicon/22x22/status/stock_dialog-info.png
deleted file mode 100644
index 7c8f008..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/stock_dialog-info.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/stock_dialog-question.png b/Icons and cursors/windowsicon/22x22/status/stock_dialog-question.png
deleted file mode 100644
index b7c3003..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/stock_dialog-question.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/stock_dialog-warning.png b/Icons and cursors/windowsicon/22x22/status/stock_dialog-warning.png
deleted file mode 100644
index b4515d2..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/stock_dialog-warning.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/stock_lock-broken.png b/Icons and cursors/windowsicon/22x22/status/stock_lock-broken.png
deleted file mode 100644
index 72a2f5f..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/stock_lock-broken.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/stock_lock-ok.png b/Icons and cursors/windowsicon/22x22/status/stock_lock-ok.png
deleted file mode 100644
index 82aaad7..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/stock_lock-ok.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/stock_lock-open.png b/Icons and cursors/windowsicon/22x22/status/stock_lock-open.png
deleted file mode 100644
index 72a2f5f..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/stock_lock-open.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/stock_lock.png b/Icons and cursors/windowsicon/22x22/status/stock_lock.png
deleted file mode 100644
index 8eb767b..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/stock_lock.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/stock_mail-open.png b/Icons and cursors/windowsicon/22x22/status/stock_mail-open.png
deleted file mode 100644
index 77baf6a..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/stock_mail-open.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/stock_mail-replied.png b/Icons and cursors/windowsicon/22x22/status/stock_mail-replied.png
deleted file mode 100644
index a71841f..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/stock_mail-replied.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/stock_mail-unread.png b/Icons and cursors/windowsicon/22x22/status/stock_mail-unread.png
deleted file mode 100644
index a4f65d7..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/stock_mail-unread.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/stock_open.png b/Icons and cursors/windowsicon/22x22/status/stock_open.png
deleted file mode 100644
index a88eb5d..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/stock_open.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/stock_repeat.png b/Icons and cursors/windowsicon/22x22/status/stock_repeat.png
deleted file mode 100644
index 3beec91..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/stock_repeat.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/stock_shuffle.png b/Icons and cursors/windowsicon/22x22/status/stock_shuffle.png
deleted file mode 100644
index f697834..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/stock_shuffle.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/stock_trash_full.png b/Icons and cursors/windowsicon/22x22/status/stock_trash_full.png
deleted file mode 100644
index e9a82d2..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/stock_trash_full.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/stock_volume-0.png b/Icons and cursors/windowsicon/22x22/status/stock_volume-0.png
deleted file mode 100644
index 18fa81c..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/stock_volume-0.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/stock_volume-max.png b/Icons and cursors/windowsicon/22x22/status/stock_volume-max.png
deleted file mode 100644
index f86f06f..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/stock_volume-max.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/stock_volume-med.png b/Icons and cursors/windowsicon/22x22/status/stock_volume-med.png
deleted file mode 100644
index 259f7ec..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/stock_volume-med.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/stock_volume-min.png b/Icons and cursors/windowsicon/22x22/status/stock_volume-min.png
deleted file mode 100644
index 18fa81c..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/stock_volume-min.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/stock_volume-mute.png b/Icons and cursors/windowsicon/22x22/status/stock_volume-mute.png
deleted file mode 100644
index 0a875d3..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/stock_volume-mute.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/stock_volume.png b/Icons and cursors/windowsicon/22x22/status/stock_volume.png
deleted file mode 100644
index f86f06f..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/stock_volume.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/stock_weather-cloudy.png b/Icons and cursors/windowsicon/22x22/status/stock_weather-cloudy.png
deleted file mode 100644
index 7746ad4..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/stock_weather-cloudy.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/stock_weather-few-clouds.png b/Icons and cursors/windowsicon/22x22/status/stock_weather-few-clouds.png
deleted file mode 100644
index 391a130..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/stock_weather-few-clouds.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/stock_weather-fog.png b/Icons and cursors/windowsicon/22x22/status/stock_weather-fog.png
deleted file mode 100644
index 2bdc127..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/stock_weather-fog.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/stock_weather-night-clear.png b/Icons and cursors/windowsicon/22x22/status/stock_weather-night-clear.png
deleted file mode 100644
index 724ee32..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/stock_weather-night-clear.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/stock_weather-night-few-clouds.png b/Icons and cursors/windowsicon/22x22/status/stock_weather-night-few-clouds.png
deleted file mode 100644
index b6f64ce..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/stock_weather-night-few-clouds.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/stock_weather-showers.png b/Icons and cursors/windowsicon/22x22/status/stock_weather-showers.png
deleted file mode 100644
index 7015a87..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/stock_weather-showers.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/stock_weather-snow.png b/Icons and cursors/windowsicon/22x22/status/stock_weather-snow.png
deleted file mode 100644
index 0460ea9..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/stock_weather-snow.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/stock_weather-storm.png b/Icons and cursors/windowsicon/22x22/status/stock_weather-storm.png
deleted file mode 100644
index e1e3300..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/stock_weather-storm.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/stock_weather-sunny.png b/Icons and cursors/windowsicon/22x22/status/stock_weather-sunny.png
deleted file mode 100644
index ae594ec..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/stock_weather-sunny.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/sunny.png b/Icons and cursors/windowsicon/22x22/status/sunny.png
deleted file mode 100644
index ae594ec..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/sunny.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/task-due.png b/Icons and cursors/windowsicon/22x22/status/task-due.png
deleted file mode 100644
index 18f3e80..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/task-due.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/task-past-due.png b/Icons and cursors/windowsicon/22x22/status/task-past-due.png
deleted file mode 100644
index a07c0fb..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/task-past-due.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/trashcan_full.png b/Icons and cursors/windowsicon/22x22/status/trashcan_full.png
deleted file mode 100644
index e9a82d2..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/trashcan_full.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/trophy-bronze.png b/Icons and cursors/windowsicon/22x22/status/trophy-bronze.png
deleted file mode 100644
index 594d2f5..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/trophy-bronze.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/trophy-gold.png b/Icons and cursors/windowsicon/22x22/status/trophy-gold.png
deleted file mode 100644
index d7babd3..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/trophy-gold.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/trophy-silver.png b/Icons and cursors/windowsicon/22x22/status/trophy-silver.png
deleted file mode 100644
index 50f42be..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/trophy-silver.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/user-available.png b/Icons and cursors/windowsicon/22x22/status/user-available.png
deleted file mode 100644
index 12f43ff..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/user-available.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/user-away.png b/Icons and cursors/windowsicon/22x22/status/user-away.png
deleted file mode 100644
index e0f91fd..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/user-away.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/user-busy.png b/Icons and cursors/windowsicon/22x22/status/user-busy.png
deleted file mode 100644
index 8a0a8eb..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/user-busy.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/user-idle.png b/Icons and cursors/windowsicon/22x22/status/user-idle.png
deleted file mode 100644
index a975379..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/user-idle.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/user-invisible.png b/Icons and cursors/windowsicon/22x22/status/user-invisible.png
deleted file mode 100644
index fe148f3..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/user-invisible.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/user-offline.png b/Icons and cursors/windowsicon/22x22/status/user-offline.png
deleted file mode 100644
index f78f8fb..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/user-offline.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/user-trash-full.png b/Icons and cursors/windowsicon/22x22/status/user-trash-full.png
deleted file mode 100644
index e9a82d2..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/user-trash-full.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-000.png b/Icons and cursors/windowsicon/22x22/status/weather-clear-night-000.png
deleted file mode 100644
index b21eee2..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-000.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-010.png b/Icons and cursors/windowsicon/22x22/status/weather-clear-night-010.png
deleted file mode 100644
index b09a001..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-010.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-020.png b/Icons and cursors/windowsicon/22x22/status/weather-clear-night-020.png
deleted file mode 100644
index 7a169ea..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-020.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-030.png b/Icons and cursors/windowsicon/22x22/status/weather-clear-night-030.png
deleted file mode 100644
index 3474462..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-030.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-040.png b/Icons and cursors/windowsicon/22x22/status/weather-clear-night-040.png
deleted file mode 100644
index 26be481..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-040.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-050.png b/Icons and cursors/windowsicon/22x22/status/weather-clear-night-050.png
deleted file mode 100644
index 096fdcf..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-050.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-060.png b/Icons and cursors/windowsicon/22x22/status/weather-clear-night-060.png
deleted file mode 100644
index bdead9c..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-060.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-070.png b/Icons and cursors/windowsicon/22x22/status/weather-clear-night-070.png
deleted file mode 100644
index ef21acc..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-070.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-080.png b/Icons and cursors/windowsicon/22x22/status/weather-clear-night-080.png
deleted file mode 100644
index e9968b1..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-080.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-090.png b/Icons and cursors/windowsicon/22x22/status/weather-clear-night-090.png
deleted file mode 100644
index b8d69f5..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-090.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-100.png b/Icons and cursors/windowsicon/22x22/status/weather-clear-night-100.png
deleted file mode 100644
index ccde842..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-100.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-110.png b/Icons and cursors/windowsicon/22x22/status/weather-clear-night-110.png
deleted file mode 100644
index b7e9f30..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-110.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-120.png b/Icons and cursors/windowsicon/22x22/status/weather-clear-night-120.png
deleted file mode 100644
index d0a6806..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-120.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-130.png b/Icons and cursors/windowsicon/22x22/status/weather-clear-night-130.png
deleted file mode 100644
index e7e70c7..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-130.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-140.png b/Icons and cursors/windowsicon/22x22/status/weather-clear-night-140.png
deleted file mode 100644
index a893387..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-140.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-150.png b/Icons and cursors/windowsicon/22x22/status/weather-clear-night-150.png
deleted file mode 100644
index e4382a0..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-150.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-160.png b/Icons and cursors/windowsicon/22x22/status/weather-clear-night-160.png
deleted file mode 100644
index b413a2e..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-160.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-170.png b/Icons and cursors/windowsicon/22x22/status/weather-clear-night-170.png
deleted file mode 100644
index 16b8eda..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-170.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-190.png b/Icons and cursors/windowsicon/22x22/status/weather-clear-night-190.png
deleted file mode 100644
index 9d09830..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-190.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-200.png b/Icons and cursors/windowsicon/22x22/status/weather-clear-night-200.png
deleted file mode 100644
index 587559e..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-200.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-210.png b/Icons and cursors/windowsicon/22x22/status/weather-clear-night-210.png
deleted file mode 100644
index 887355f..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-210.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-220.png b/Icons and cursors/windowsicon/22x22/status/weather-clear-night-220.png
deleted file mode 100644
index f8f12da..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-220.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-230.png b/Icons and cursors/windowsicon/22x22/status/weather-clear-night-230.png
deleted file mode 100644
index d35472b..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-230.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-240.png b/Icons and cursors/windowsicon/22x22/status/weather-clear-night-240.png
deleted file mode 100644
index cbec3db..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-240.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-250.png b/Icons and cursors/windowsicon/22x22/status/weather-clear-night-250.png
deleted file mode 100644
index f900de2..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-250.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-260.png b/Icons and cursors/windowsicon/22x22/status/weather-clear-night-260.png
deleted file mode 100644
index b39b8dd..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-260.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-270.png b/Icons and cursors/windowsicon/22x22/status/weather-clear-night-270.png
deleted file mode 100644
index d0f24e4..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-270.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-280.png b/Icons and cursors/windowsicon/22x22/status/weather-clear-night-280.png
deleted file mode 100644
index 4afa8e3..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-280.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-290.png b/Icons and cursors/windowsicon/22x22/status/weather-clear-night-290.png
deleted file mode 100644
index 2a42910..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-290.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-300.png b/Icons and cursors/windowsicon/22x22/status/weather-clear-night-300.png
deleted file mode 100644
index 58906c6..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-300.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-310.png b/Icons and cursors/windowsicon/22x22/status/weather-clear-night-310.png
deleted file mode 100644
index 712dcd4..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-310.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-320.png b/Icons and cursors/windowsicon/22x22/status/weather-clear-night-320.png
deleted file mode 100644
index ca0575a..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-320.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-330.png b/Icons and cursors/windowsicon/22x22/status/weather-clear-night-330.png
deleted file mode 100644
index 7b140c4..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-330.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-340.png b/Icons and cursors/windowsicon/22x22/status/weather-clear-night-340.png
deleted file mode 100644
index a74c3d4..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-340.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-350.png b/Icons and cursors/windowsicon/22x22/status/weather-clear-night-350.png
deleted file mode 100644
index 429e42b..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-350.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/weather-clear-night.png b/Icons and cursors/windowsicon/22x22/status/weather-clear-night.png
deleted file mode 100644
index 724ee32..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/weather-clear-night.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/weather-clear.png b/Icons and cursors/windowsicon/22x22/status/weather-clear.png
deleted file mode 100644
index ae594ec..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/weather-clear.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-000.png b/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-000.png
deleted file mode 100644
index 1acf2b7..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-000.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-010.png b/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-010.png
deleted file mode 100644
index ee18994..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-010.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-020.png b/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-020.png
deleted file mode 100644
index 2a8680b..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-020.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-030.png b/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-030.png
deleted file mode 100644
index 503878e..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-030.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-040.png b/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-040.png
deleted file mode 100644
index 2ab3624..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-040.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-050.png b/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-050.png
deleted file mode 100644
index 5074ec4..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-050.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-060.png b/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-060.png
deleted file mode 100644
index 43558a7..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-060.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-070.png b/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-070.png
deleted file mode 100644
index 7737127..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-070.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-080.png b/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-080.png
deleted file mode 100644
index e0a64d6..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-080.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-090.png b/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-090.png
deleted file mode 100644
index 9139dcf..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-090.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-100.png b/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-100.png
deleted file mode 100644
index c513226..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-100.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-110.png b/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-110.png
deleted file mode 100644
index efb4f17..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-110.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-120.png b/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-120.png
deleted file mode 100644
index 76fe478..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-120.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-130.png b/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-130.png
deleted file mode 100644
index 755b21d..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-130.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-140.png b/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-140.png
deleted file mode 100644
index a732d56..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-140.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-150.png b/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-150.png
deleted file mode 100644
index 2e9c695..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-150.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-160.png b/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-160.png
deleted file mode 100644
index 14ddf63..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-160.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-170.png b/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-170.png
deleted file mode 100644
index a75980c..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-170.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-190.png b/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-190.png
deleted file mode 100644
index 8d1497a..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-190.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-200.png b/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-200.png
deleted file mode 100644
index 110b0d6..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-200.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-210.png b/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-210.png
deleted file mode 100644
index 32a7000..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-210.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-220.png b/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-220.png
deleted file mode 100644
index b1610d2..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-220.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-230.png b/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-230.png
deleted file mode 100644
index 38e4a7f..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-230.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-240.png b/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-240.png
deleted file mode 100644
index 14575e0..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-240.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-250.png b/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-250.png
deleted file mode 100644
index edf2e00..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-250.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-260.png b/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-260.png
deleted file mode 100644
index 23c0b76..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-260.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-270.png b/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-270.png
deleted file mode 100644
index 393fe96..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-270.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-280.png b/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-280.png
deleted file mode 100644
index 02f04f9..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-280.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-290.png b/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-290.png
deleted file mode 100644
index 6b2a262..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-290.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-300.png b/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-300.png
deleted file mode 100644
index a76627b..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-300.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-310.png b/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-310.png
deleted file mode 100644
index 9c3f99c..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-310.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-320.png b/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-320.png
deleted file mode 100644
index af14dcd..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-320.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-330.png b/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-330.png
deleted file mode 100644
index 9beacef..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-330.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-340.png b/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-340.png
deleted file mode 100644
index 893dae2..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-340.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-350.png b/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-350.png
deleted file mode 100644
index aeae063..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-350.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night.png b/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night.png
deleted file mode 100644
index b6f64ce..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds.png b/Icons and cursors/windowsicon/22x22/status/weather-few-clouds.png
deleted file mode 100644
index 391a130..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/weather-fog.png b/Icons and cursors/windowsicon/22x22/status/weather-fog.png
deleted file mode 100644
index 2bdc127..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/weather-fog.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/weather-overcast.png b/Icons and cursors/windowsicon/22x22/status/weather-overcast.png
deleted file mode 100644
index 7746ad4..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/weather-overcast.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/weather-severe-alert.png b/Icons and cursors/windowsicon/22x22/status/weather-severe-alert.png
deleted file mode 100644
index 2ebaa0d..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/weather-severe-alert.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/weather-showers-scattered.png b/Icons and cursors/windowsicon/22x22/status/weather-showers-scattered.png
deleted file mode 100644
index 57b6e0b..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/weather-showers-scattered.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/weather-showers.png b/Icons and cursors/windowsicon/22x22/status/weather-showers.png
deleted file mode 100644
index 7015a87..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/weather-showers.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/weather-snow.png b/Icons and cursors/windowsicon/22x22/status/weather-snow.png
deleted file mode 100644
index 0460ea9..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/weather-snow.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/weather-storm.png b/Icons and cursors/windowsicon/22x22/status/weather-storm.png
deleted file mode 100644
index e1e3300..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/weather-storm.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/22x22/status/xfce-trash_full.png b/Icons and cursors/windowsicon/22x22/status/xfce-trash_full.png
deleted file mode 100644
index e9a82d2..0000000
Binary files a/Icons and cursors/windowsicon/22x22/status/xfce-trash_full.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/address-book-new.png b/Icons and cursors/windowsicon/256x256/actions/address-book-new.png
deleted file mode 100644
index 4e44212..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/address-book-new.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/application-exit.png b/Icons and cursors/windowsicon/256x256/actions/application-exit.png
deleted file mode 100644
index 061c088..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/application-exit.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/application-menu.png b/Icons and cursors/windowsicon/256x256/actions/application-menu.png
deleted file mode 100644
index bf57a1e..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/application-menu.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/appointment-new.png b/Icons and cursors/windowsicon/256x256/actions/appointment-new.png
deleted file mode 100644
index ebda100..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/appointment-new.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/appointment.png b/Icons and cursors/windowsicon/256x256/actions/appointment.png
deleted file mode 100644
index ebda100..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/appointment.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/back.png b/Icons and cursors/windowsicon/256x256/actions/back.png
deleted file mode 100644
index b275997..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/back.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/button_cancel.png b/Icons and cursors/windowsicon/256x256/actions/button_cancel.png
deleted file mode 100644
index 339c338..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/button_cancel.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/cancel.png b/Icons and cursors/windowsicon/256x256/actions/cancel.png
deleted file mode 100644
index 339c338..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/cancel.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/configure-toolbars.png b/Icons and cursors/windowsicon/256x256/actions/configure-toolbars.png
deleted file mode 100644
index e3eb02c..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/configure-toolbars.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/configure.png b/Icons and cursors/windowsicon/256x256/actions/configure.png
deleted file mode 100644
index e3eb02c..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/configure.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/configure_kile.png b/Icons and cursors/windowsicon/256x256/actions/configure_kile.png
deleted file mode 100644
index e3eb02c..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/configure_kile.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/configure_project.png b/Icons and cursors/windowsicon/256x256/actions/configure_project.png
deleted file mode 100644
index e3eb02c..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/configure_project.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/dialog-cancel.png b/Icons and cursors/windowsicon/256x256/actions/dialog-cancel.png
deleted file mode 100644
index 339c338..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/dialog-cancel.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/document-new.png b/Icons and cursors/windowsicon/256x256/actions/document-new.png
deleted file mode 100644
index 4a0cfb9..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/document-new.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/document-open-recent.png b/Icons and cursors/windowsicon/256x256/actions/document-open-recent.png
deleted file mode 100644
index ec76f75..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/document-open-recent.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/document-open.png b/Icons and cursors/windowsicon/256x256/actions/document-open.png
deleted file mode 100644
index f816a1a..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/document-open.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/document-page-setup.png b/Icons and cursors/windowsicon/256x256/actions/document-page-setup.png
deleted file mode 100644
index 3b75756..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/document-page-setup.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/document-print-preview.png b/Icons and cursors/windowsicon/256x256/actions/document-print-preview.png
deleted file mode 100644
index b3739fb..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/document-print-preview.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/document-print.png b/Icons and cursors/windowsicon/256x256/actions/document-print.png
deleted file mode 100644
index 3dc7618..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/document-print.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/document-properties.png b/Icons and cursors/windowsicon/256x256/actions/document-properties.png
deleted file mode 100644
index 37f571b..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/document-properties.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/document-revert-rtl.png b/Icons and cursors/windowsicon/256x256/actions/document-revert-rtl.png
deleted file mode 100644
index f014ae7..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/document-revert-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/document-revert.png b/Icons and cursors/windowsicon/256x256/actions/document-revert.png
deleted file mode 100644
index c96b165..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/document-revert.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/document-save-as.png b/Icons and cursors/windowsicon/256x256/actions/document-save-as.png
deleted file mode 100644
index 3dfbb5a..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/document-save-as.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/document-save.png b/Icons and cursors/windowsicon/256x256/actions/document-save.png
deleted file mode 100644
index 5850b12..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/document-save.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/edit-clear.png b/Icons and cursors/windowsicon/256x256/actions/edit-clear.png
deleted file mode 100644
index 93bf15f..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/edit-clear.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/edit-delete.png b/Icons and cursors/windowsicon/256x256/actions/edit-delete.png
deleted file mode 100644
index 51363b1..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/edit-delete.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/edit-find-replace.png b/Icons and cursors/windowsicon/256x256/actions/edit-find-replace.png
deleted file mode 100644
index e404b65..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/edit-find-replace.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/edit-find.png b/Icons and cursors/windowsicon/256x256/actions/edit-find.png
deleted file mode 100644
index 3c74e71..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/edit-find.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/edit-select-all.png b/Icons and cursors/windowsicon/256x256/actions/edit-select-all.png
deleted file mode 100644
index f51a38c..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/edit-select-all.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/editclear.png b/Icons and cursors/windowsicon/256x256/actions/editclear.png
deleted file mode 100644
index 93bf15f..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/editclear.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/editdelete.png b/Icons and cursors/windowsicon/256x256/actions/editdelete.png
deleted file mode 100644
index 51363b1..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/editdelete.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/exit.png b/Icons and cursors/windowsicon/256x256/actions/exit.png
deleted file mode 100644
index f89099f..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/exit.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/filefind.png b/Icons and cursors/windowsicon/256x256/actions/filefind.png
deleted file mode 100644
index 3c74e71..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/filefind.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/filenew.png b/Icons and cursors/windowsicon/256x256/actions/filenew.png
deleted file mode 100644
index 4a0cfb9..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/filenew.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/fileopen.png b/Icons and cursors/windowsicon/256x256/actions/fileopen.png
deleted file mode 100644
index f816a1a..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/fileopen.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/fileprint.png b/Icons and cursors/windowsicon/256x256/actions/fileprint.png
deleted file mode 100644
index 3dc7618..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/fileprint.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/filequickprint.png b/Icons and cursors/windowsicon/256x256/actions/filequickprint.png
deleted file mode 100644
index d96d2c4..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/filequickprint.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/filesave.png b/Icons and cursors/windowsicon/256x256/actions/filesave.png
deleted file mode 100644
index 5850b12..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/filesave.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/filesaveas.png b/Icons and cursors/windowsicon/256x256/actions/filesaveas.png
deleted file mode 100644
index 3dfbb5a..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/filesaveas.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/filter.png b/Icons and cursors/windowsicon/256x256/actions/filter.png
deleted file mode 100644
index 2396f0c..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/filter.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/find.png b/Icons and cursors/windowsicon/256x256/actions/find.png
deleted file mode 100644
index 3c74e71..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/find.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/finish.png b/Icons and cursors/windowsicon/256x256/actions/finish.png
deleted file mode 100644
index 5ec3661..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/finish.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/folder-new.png b/Icons and cursors/windowsicon/256x256/actions/folder-new.png
deleted file mode 100644
index ac751e2..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/folder-new.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/folder_new.png b/Icons and cursors/windowsicon/256x256/actions/folder_new.png
deleted file mode 100644
index ac751e2..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/folder_new.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/forward.png b/Icons and cursors/windowsicon/256x256/actions/forward.png
deleted file mode 100644
index f430e93..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/forward.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/gnome-lockscreen.png b/Icons and cursors/windowsicon/256x256/actions/gnome-lockscreen.png
deleted file mode 100644
index f8acbce..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/gnome-lockscreen.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/gnome-logout.png b/Icons and cursors/windowsicon/256x256/actions/gnome-logout.png
deleted file mode 100644
index f89099f..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/gnome-logout.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/gnome-run.png b/Icons and cursors/windowsicon/256x256/actions/gnome-run.png
deleted file mode 100644
index 2b8c46b..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/gnome-run.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/gnome-searchtool.png b/Icons and cursors/windowsicon/256x256/actions/gnome-searchtool.png
deleted file mode 100644
index d7fb867..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/gnome-searchtool.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/gnome-session-logout.png b/Icons and cursors/windowsicon/256x256/actions/gnome-session-logout.png
deleted file mode 100644
index f89099f..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/gnome-session-logout.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/gnome-shutdown.png b/Icons and cursors/windowsicon/256x256/actions/gnome-shutdown.png
deleted file mode 100644
index 1fa1e68..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/gnome-shutdown.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/gnome-stock-mail-new.png b/Icons and cursors/windowsicon/256x256/actions/gnome-stock-mail-new.png
deleted file mode 100644
index 36ccbba..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/gnome-stock-mail-new.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/go-down.png b/Icons and cursors/windowsicon/256x256/actions/go-down.png
deleted file mode 100644
index 411ca1b..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/go-down.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/go-first-rtl.png b/Icons and cursors/windowsicon/256x256/actions/go-first-rtl.png
deleted file mode 100644
index 5ec3661..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/go-first-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/go-first.png b/Icons and cursors/windowsicon/256x256/actions/go-first.png
deleted file mode 100644
index 33b7245..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/go-first.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/go-jump.png b/Icons and cursors/windowsicon/256x256/actions/go-jump.png
deleted file mode 100644
index 18d3710..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/go-jump.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/go-last-rtl.png b/Icons and cursors/windowsicon/256x256/actions/go-last-rtl.png
deleted file mode 100644
index 33b7245..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/go-last-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/go-last.png b/Icons and cursors/windowsicon/256x256/actions/go-last.png
deleted file mode 100644
index 5ec3661..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/go-last.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/go-next-rtl.png b/Icons and cursors/windowsicon/256x256/actions/go-next-rtl.png
deleted file mode 100644
index 858d2aa..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/go-next-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/go-next.png b/Icons and cursors/windowsicon/256x256/actions/go-next.png
deleted file mode 100644
index f430e93..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/go-next.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/go-previous-rtl.png b/Icons and cursors/windowsicon/256x256/actions/go-previous-rtl.png
deleted file mode 100644
index fe66aa5..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/go-previous-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/go-previous.png b/Icons and cursors/windowsicon/256x256/actions/go-previous.png
deleted file mode 100644
index b275997..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/go-previous.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/go-up.png b/Icons and cursors/windowsicon/256x256/actions/go-up.png
deleted file mode 100644
index dc2cb21..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/go-up.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/gtk-cancel.png b/Icons and cursors/windowsicon/256x256/actions/gtk-cancel.png
deleted file mode 100644
index e545227..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/gtk-cancel.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/gtk-delete.png b/Icons and cursors/windowsicon/256x256/actions/gtk-delete.png
deleted file mode 100644
index 51363b1..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/gtk-delete.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/gtk-execute.png b/Icons and cursors/windowsicon/256x256/actions/gtk-execute.png
deleted file mode 100644
index 2b8c46b..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/gtk-execute.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/gtk-find-and-replace.png b/Icons and cursors/windowsicon/256x256/actions/gtk-find-and-replace.png
deleted file mode 100644
index e404b65..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/gtk-find-and-replace.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/gtk-find.png b/Icons and cursors/windowsicon/256x256/actions/gtk-find.png
deleted file mode 100644
index 3c74e71..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/gtk-find.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/gtk-go-back-ltr.png b/Icons and cursors/windowsicon/256x256/actions/gtk-go-back-ltr.png
deleted file mode 100644
index b275997..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/gtk-go-back-ltr.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/gtk-go-back-rtl.png b/Icons and cursors/windowsicon/256x256/actions/gtk-go-back-rtl.png
deleted file mode 100644
index f430e93..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/gtk-go-back-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/gtk-go-forward-ltr.png b/Icons and cursors/windowsicon/256x256/actions/gtk-go-forward-ltr.png
deleted file mode 100644
index f430e93..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/gtk-go-forward-ltr.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/gtk-go-forward-rtl.png b/Icons and cursors/windowsicon/256x256/actions/gtk-go-forward-rtl.png
deleted file mode 100644
index b275997..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/gtk-go-forward-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/gtk-goto-first-ltr.png b/Icons and cursors/windowsicon/256x256/actions/gtk-goto-first-ltr.png
deleted file mode 100644
index 33b7245..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/gtk-goto-first-ltr.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/gtk-goto-first-rtl.png b/Icons and cursors/windowsicon/256x256/actions/gtk-goto-first-rtl.png
deleted file mode 100644
index 5ec3661..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/gtk-goto-first-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/gtk-goto-last-ltr.png b/Icons and cursors/windowsicon/256x256/actions/gtk-goto-last-ltr.png
deleted file mode 100644
index 5ec3661..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/gtk-goto-last-ltr.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/gtk-goto-last-rtl.png b/Icons and cursors/windowsicon/256x256/actions/gtk-goto-last-rtl.png
deleted file mode 100644
index 33b7245..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/gtk-goto-last-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/gtk-jump-to-ltr.png b/Icons and cursors/windowsicon/256x256/actions/gtk-jump-to-ltr.png
deleted file mode 100644
index 18d3710..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/gtk-jump-to-ltr.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/gtk-jump-to-rtl.png b/Icons and cursors/windowsicon/256x256/actions/gtk-jump-to-rtl.png
deleted file mode 100644
index 18d3710..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/gtk-jump-to-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/gtk-new.png b/Icons and cursors/windowsicon/256x256/actions/gtk-new.png
deleted file mode 100644
index 4a0cfb9..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/gtk-new.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/gtk-open.png b/Icons and cursors/windowsicon/256x256/actions/gtk-open.png
deleted file mode 100644
index f816a1a..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/gtk-open.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/gtk-print-preview.png b/Icons and cursors/windowsicon/256x256/actions/gtk-print-preview.png
deleted file mode 100644
index b3739fb..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/gtk-print-preview.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/gtk-print.png b/Icons and cursors/windowsicon/256x256/actions/gtk-print.png
deleted file mode 100644
index 3dc7618..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/gtk-print.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/gtk-properties.png b/Icons and cursors/windowsicon/256x256/actions/gtk-properties.png
deleted file mode 100644
index 37f571b..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/gtk-properties.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/gtk-refresh.png b/Icons and cursors/windowsicon/256x256/actions/gtk-refresh.png
deleted file mode 100644
index 822bd43..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/gtk-refresh.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/gtk-revert-to-saved-ltr.png b/Icons and cursors/windowsicon/256x256/actions/gtk-revert-to-saved-ltr.png
deleted file mode 100644
index c96b165..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/gtk-revert-to-saved-ltr.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/gtk-revert-to-saved-rtl.png b/Icons and cursors/windowsicon/256x256/actions/gtk-revert-to-saved-rtl.png
deleted file mode 100644
index c96b165..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/gtk-revert-to-saved-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/gtk-save-as.png b/Icons and cursors/windowsicon/256x256/actions/gtk-save-as.png
deleted file mode 100644
index 3dfbb5a..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/gtk-save-as.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/gtk-save.png b/Icons and cursors/windowsicon/256x256/actions/gtk-save.png
deleted file mode 100644
index 5850b12..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/gtk-save.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/gtk-select-all.png b/Icons and cursors/windowsicon/256x256/actions/gtk-select-all.png
deleted file mode 100644
index f51a38c..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/gtk-select-all.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/gtk-stop.png b/Icons and cursors/windowsicon/256x256/actions/gtk-stop.png
deleted file mode 100644
index e545227..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/gtk-stop.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/kfind.png b/Icons and cursors/windowsicon/256x256/actions/kfind.png
deleted file mode 100644
index d7fb867..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/kfind.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/lock.png b/Icons and cursors/windowsicon/256x256/actions/lock.png
deleted file mode 100644
index f8acbce..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/lock.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/mail-message-new.png b/Icons and cursors/windowsicon/256x256/actions/mail-message-new.png
deleted file mode 100644
index 36ccbba..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/mail-message-new.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/mail_new.png b/Icons and cursors/windowsicon/256x256/actions/mail_new.png
deleted file mode 100644
index 36ccbba..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/mail_new.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/menu_new.png b/Icons and cursors/windowsicon/256x256/actions/menu_new.png
deleted file mode 100644
index bf57a1e..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/menu_new.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/next.png b/Icons and cursors/windowsicon/256x256/actions/next.png
deleted file mode 100644
index f430e93..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/next.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/pin.png b/Icons and cursors/windowsicon/256x256/actions/pin.png
deleted file mode 100644
index e9b78b5..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/pin.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/previous.png b/Icons and cursors/windowsicon/256x256/actions/previous.png
deleted file mode 100644
index b275997..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/previous.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/process-stop.png b/Icons and cursors/windowsicon/256x256/actions/process-stop.png
deleted file mode 100644
index e545227..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/process-stop.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/reload.png b/Icons and cursors/windowsicon/256x256/actions/reload.png
deleted file mode 100644
index 822bd43..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/reload.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/reload3.png b/Icons and cursors/windowsicon/256x256/actions/reload3.png
deleted file mode 100644
index 822bd43..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/reload3.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/reload_all_tabs.png b/Icons and cursors/windowsicon/256x256/actions/reload_all_tabs.png
deleted file mode 100644
index 822bd43..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/reload_all_tabs.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/reload_page.png b/Icons and cursors/windowsicon/256x256/actions/reload_page.png
deleted file mode 100644
index 822bd43..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/reload_page.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/revert.png b/Icons and cursors/windowsicon/256x256/actions/revert.png
deleted file mode 100644
index c96b165..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/revert.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/search.png b/Icons and cursors/windowsicon/256x256/actions/search.png
deleted file mode 100644
index d7fb867..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/search.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/settings-configure.png b/Icons and cursors/windowsicon/256x256/actions/settings-configure.png
deleted file mode 100644
index e3eb02c..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/settings-configure.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/start.png b/Icons and cursors/windowsicon/256x256/actions/start.png
deleted file mode 100644
index 33b7245..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/start.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/stock_delete.png b/Icons and cursors/windowsicon/256x256/actions/stock_delete.png
deleted file mode 100644
index 51363b1..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/stock_delete.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/stock_file-properites.png b/Icons and cursors/windowsicon/256x256/actions/stock_file-properites.png
deleted file mode 100644
index 37f571b..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/stock_file-properites.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/stock_filter-data-by-criteria.png b/Icons and cursors/windowsicon/256x256/actions/stock_filter-data-by-criteria.png
deleted file mode 100644
index 2396f0c..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/stock_filter-data-by-criteria.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/stock_filter-navigator.png b/Icons and cursors/windowsicon/256x256/actions/stock_filter-navigator.png
deleted file mode 100644
index 2396f0c..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/stock_filter-navigator.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/stock_first.png b/Icons and cursors/windowsicon/256x256/actions/stock_first.png
deleted file mode 100644
index 33b7245..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/stock_first.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/stock_last.png b/Icons and cursors/windowsicon/256x256/actions/stock_last.png
deleted file mode 100644
index 5ec3661..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/stock_last.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/stock_left.png b/Icons and cursors/windowsicon/256x256/actions/stock_left.png
deleted file mode 100644
index b275997..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/stock_left.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/stock_mail-compose.png b/Icons and cursors/windowsicon/256x256/actions/stock_mail-compose.png
deleted file mode 100644
index 36ccbba..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/stock_mail-compose.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/stock_mail-filters-apply.png b/Icons and cursors/windowsicon/256x256/actions/stock_mail-filters-apply.png
deleted file mode 100644
index 2396f0c..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/stock_mail-filters-apply.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/stock_new-address-book.png b/Icons and cursors/windowsicon/256x256/actions/stock_new-address-book.png
deleted file mode 100644
index 4e44212..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/stock_new-address-book.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/stock_new-appointment.png b/Icons and cursors/windowsicon/256x256/actions/stock_new-appointment.png
deleted file mode 100644
index ebda100..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/stock_new-appointment.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/stock_new-dir.png b/Icons and cursors/windowsicon/256x256/actions/stock_new-dir.png
deleted file mode 100644
index ac751e2..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/stock_new-dir.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/stock_new-text.png b/Icons and cursors/windowsicon/256x256/actions/stock_new-text.png
deleted file mode 100644
index 4a0cfb9..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/stock_new-text.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/stock_print-preview.png b/Icons and cursors/windowsicon/256x256/actions/stock_print-preview.png
deleted file mode 100644
index b3739fb..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/stock_print-preview.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/stock_print-setup.png b/Icons and cursors/windowsicon/256x256/actions/stock_print-setup.png
deleted file mode 100644
index 3b75756..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/stock_print-setup.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/stock_print.png b/Icons and cursors/windowsicon/256x256/actions/stock_print.png
deleted file mode 100644
index 3dc7618..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/stock_print.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/stock_properties.png b/Icons and cursors/windowsicon/256x256/actions/stock_properties.png
deleted file mode 100644
index 37f571b..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/stock_properties.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/stock_refresh.png b/Icons and cursors/windowsicon/256x256/actions/stock_refresh.png
deleted file mode 100644
index 822bd43..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/stock_refresh.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/stock_right.png b/Icons and cursors/windowsicon/256x256/actions/stock_right.png
deleted file mode 100644
index f430e93..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/stock_right.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/stock_save-as.png b/Icons and cursors/windowsicon/256x256/actions/stock_save-as.png
deleted file mode 100644
index 3dfbb5a..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/stock_save-as.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/stock_save.png b/Icons and cursors/windowsicon/256x256/actions/stock_save.png
deleted file mode 100644
index 5850b12..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/stock_save.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/stock_search-and-replace.png b/Icons and cursors/windowsicon/256x256/actions/stock_search-and-replace.png
deleted file mode 100644
index e404b65..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/stock_search-and-replace.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/stock_search.png b/Icons and cursors/windowsicon/256x256/actions/stock_search.png
deleted file mode 100644
index 3c74e71..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/stock_search.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/stock_select-all.png b/Icons and cursors/windowsicon/256x256/actions/stock_select-all.png
deleted file mode 100644
index f51a38c..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/stock_select-all.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/stock_stop.png b/Icons and cursors/windowsicon/256x256/actions/stock_stop.png
deleted file mode 100644
index e545227..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/stock_stop.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/stop.png b/Icons and cursors/windowsicon/256x256/actions/stop.png
deleted file mode 100644
index e545227..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/stop.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/system-lock-screen.png b/Icons and cursors/windowsicon/256x256/actions/system-lock-screen.png
deleted file mode 100644
index f8acbce..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/system-lock-screen.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/system-log-out.png b/Icons and cursors/windowsicon/256x256/actions/system-log-out.png
deleted file mode 100644
index f89099f..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/system-log-out.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/system-run.png b/Icons and cursors/windowsicon/256x256/actions/system-run.png
deleted file mode 100644
index 2b8c46b..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/system-run.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/system-search.png b/Icons and cursors/windowsicon/256x256/actions/system-search.png
deleted file mode 100644
index d7fb867..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/system-search.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/system-shutdown.png b/Icons and cursors/windowsicon/256x256/actions/system-shutdown.png
deleted file mode 100644
index 1fa1e68..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/system-shutdown.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/view-refresh.png b/Icons and cursors/windowsicon/256x256/actions/view-refresh.png
deleted file mode 100644
index 2963579..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/view-refresh.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/window-pin.png b/Icons and cursors/windowsicon/256x256/actions/window-pin.png
deleted file mode 100644
index e9b78b5..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/window-pin.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/actions/xfce-system-lock.png b/Icons and cursors/windowsicon/256x256/actions/xfce-system-lock.png
deleted file mode 100644
index f8acbce..0000000
Binary files a/Icons and cursors/windowsicon/256x256/actions/xfce-system-lock.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/access.png b/Icons and cursors/windowsicon/256x256/apps/access.png
deleted file mode 100644
index 6d00747..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/access.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/accessibility-directory.png b/Icons and cursors/windowsicon/256x256/apps/accessibility-directory.png
deleted file mode 100644
index 6d00747..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/accessibility-directory.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/accessories-calculator.png b/Icons and cursors/windowsicon/256x256/apps/accessories-calculator.png
deleted file mode 100644
index a51bf50..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/accessories-calculator.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/accessories-character-map.png b/Icons and cursors/windowsicon/256x256/apps/accessories-character-map.png
deleted file mode 100644
index 9a9aebc..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/accessories-character-map.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/accessories-dictionary.png b/Icons and cursors/windowsicon/256x256/apps/accessories-dictionary.png
deleted file mode 100644
index 4d91e58..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/accessories-dictionary.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/accessories-text-editor.png b/Icons and cursors/windowsicon/256x256/apps/accessories-text-editor.png
deleted file mode 100644
index cc0caf6..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/accessories-text-editor.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/alacarte.png b/Icons and cursors/windowsicon/256x256/apps/alacarte.png
deleted file mode 100644
index 4fb4993..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/alacarte.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/applets-screenshooter.png b/Icons and cursors/windowsicon/256x256/apps/applets-screenshooter.png
deleted file mode 100644
index b961e46..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/applets-screenshooter.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/apport.png b/Icons and cursors/windowsicon/256x256/apps/apport.png
deleted file mode 100644
index 4f18308..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/apport.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/arts.png b/Icons and cursors/windowsicon/256x256/apps/arts.png
deleted file mode 100644
index fdb79bc..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/arts.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/background.png b/Icons and cursors/windowsicon/256x256/apps/background.png
deleted file mode 100644
index 20a69d8..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/background.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/baobab.png b/Icons and cursors/windowsicon/256x256/apps/baobab.png
deleted file mode 100644
index 42418c7..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/baobab.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/bleachbit.png b/Icons and cursors/windowsicon/256x256/apps/bleachbit.png
deleted file mode 100644
index a8c84b1..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/bleachbit.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/bluetooth.png b/Icons and cursors/windowsicon/256x256/apps/bluetooth.png
deleted file mode 100644
index 2d87a77..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/bluetooth.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/brasero.png b/Icons and cursors/windowsicon/256x256/apps/brasero.png
deleted file mode 100644
index eae2516..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/brasero.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/calc.png b/Icons and cursors/windowsicon/256x256/apps/calc.png
deleted file mode 100644
index a51bf50..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/calc.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/cheese.png b/Icons and cursors/windowsicon/256x256/apps/cheese.png
deleted file mode 100644
index cb85bf6..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/cheese.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/config-language.png b/Icons and cursors/windowsicon/256x256/apps/config-language.png
deleted file mode 100644
index bc949d4..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/config-language.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/config-users.png b/Icons and cursors/windowsicon/256x256/apps/config-users.png
deleted file mode 100644
index 2686858..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/config-users.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/dconf-editor.png b/Icons and cursors/windowsicon/256x256/apps/dconf-editor.png
deleted file mode 100644
index 8ed53ad..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/dconf-editor.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/deja-dup.png b/Icons and cursors/windowsicon/256x256/apps/deja-dup.png
deleted file mode 100644
index e5324d2..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/deja-dup.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/empathy.png b/Icons and cursors/windowsicon/256x256/apps/empathy.png
deleted file mode 100644
index 7a01688..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/empathy.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/eog.png b/Icons and cursors/windowsicon/256x256/apps/eog.png
deleted file mode 100644
index 95098c7..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/eog.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/epiphany.png b/Icons and cursors/windowsicon/256x256/apps/epiphany.png
deleted file mode 100755
index e1f0768..0000000
--- a/Icons and cursors/windowsicon/256x256/apps/epiphany.png
+++ /dev/null
@@ -1 +0,0 @@
-web-browser.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/256x256/apps/evolution.png b/Icons and cursors/windowsicon/256x256/apps/evolution.png
deleted file mode 100644
index 992ae91..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/evolution.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/file-manager.png b/Icons and cursors/windowsicon/256x256/apps/file-manager.png
deleted file mode 100644
index 12cb4e7..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/file-manager.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/file-roller.png b/Icons and cursors/windowsicon/256x256/apps/file-roller.png
deleted file mode 100644
index e952c53..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/file-roller.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/fonts.png b/Icons and cursors/windowsicon/256x256/apps/fonts.png
deleted file mode 100644
index 2d052fa..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/fonts.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/gedit.png b/Icons and cursors/windowsicon/256x256/apps/gedit.png
deleted file mode 100755
index 24614cf..0000000
--- a/Icons and cursors/windowsicon/256x256/apps/gedit.png
+++ /dev/null
@@ -1 +0,0 @@
-accessories-text-editor.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/256x256/apps/gnome-aisleriot.png b/Icons and cursors/windowsicon/256x256/apps/gnome-aisleriot.png
deleted file mode 100644
index b4db8ce..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/gnome-aisleriot.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/gnome-calculator.png b/Icons and cursors/windowsicon/256x256/apps/gnome-calculator.png
deleted file mode 100644
index a51bf50..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/gnome-calculator.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/gnome-character-map.png b/Icons and cursors/windowsicon/256x256/apps/gnome-character-map.png
deleted file mode 100644
index 9a9aebc..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/gnome-character-map.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/gnome-disks.png b/Icons and cursors/windowsicon/256x256/apps/gnome-disks.png
deleted file mode 100644
index ec7cbad..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/gnome-disks.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/gnome-documents.png b/Icons and cursors/windowsicon/256x256/apps/gnome-documents.png
deleted file mode 100644
index 38b7c15..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/gnome-documents.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/gnome-help.png b/Icons and cursors/windowsicon/256x256/apps/gnome-help.png
deleted file mode 100644
index 3b37276..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/gnome-help.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/gnome-mahjongg.png b/Icons and cursors/windowsicon/256x256/apps/gnome-mahjongg.png
deleted file mode 100644
index a4e3ab8..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/gnome-mahjongg.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/gnome-mines.png b/Icons and cursors/windowsicon/256x256/apps/gnome-mines.png
deleted file mode 100644
index 8675d12..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/gnome-mines.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/gnome-mixer.png b/Icons and cursors/windowsicon/256x256/apps/gnome-mixer.png
deleted file mode 100644
index fdb79bc..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/gnome-mixer.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/gnome-monitor.png b/Icons and cursors/windowsicon/256x256/apps/gnome-monitor.png
deleted file mode 100644
index adec868..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/gnome-monitor.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/gnome-power-manager.png b/Icons and cursors/windowsicon/256x256/apps/gnome-power-manager.png
deleted file mode 100644
index 56b065f..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/gnome-power-manager.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/gnome-remote-desktop.png b/Icons and cursors/windowsicon/256x256/apps/gnome-remote-desktop.png
deleted file mode 100644
index ae6f714..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/gnome-remote-desktop.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/gnome-settings-accessibility-technologies.png b/Icons and cursors/windowsicon/256x256/apps/gnome-settings-accessibility-technologies.png
deleted file mode 100644
index 6d00747..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/gnome-settings-accessibility-technologies.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/gnome-settings-background.png b/Icons and cursors/windowsicon/256x256/apps/gnome-settings-background.png
deleted file mode 100644
index 20a69d8..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/gnome-settings-background.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/gnome-settings-font.png b/Icons and cursors/windowsicon/256x256/apps/gnome-settings-font.png
deleted file mode 100644
index 2d052fa..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/gnome-settings-font.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/gnome-settings-keybindings.png b/Icons and cursors/windowsicon/256x256/apps/gnome-settings-keybindings.png
deleted file mode 100644
index a2a827a..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/gnome-settings-keybindings.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/gnome-settings-theme.png b/Icons and cursors/windowsicon/256x256/apps/gnome-settings-theme.png
deleted file mode 100644
index 9198df4..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/gnome-settings-theme.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/gnome-sound-recorder.png b/Icons and cursors/windowsicon/256x256/apps/gnome-sound-recorder.png
deleted file mode 100644
index 6ddb520..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/gnome-sound-recorder.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/gnome-sudoku.png b/Icons and cursors/windowsicon/256x256/apps/gnome-sudoku.png
deleted file mode 100644
index 93b4424..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/gnome-sudoku.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/gnome-terminal.png b/Icons and cursors/windowsicon/256x256/apps/gnome-terminal.png
deleted file mode 100644
index 39b0399..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/gnome-terminal.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/gnome-tweak-tool.png b/Icons and cursors/windowsicon/256x256/apps/gnome-tweak-tool.png
deleted file mode 100644
index 38522cf..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/gnome-tweak-tool.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/goa-panel.png b/Icons and cursors/windowsicon/256x256/apps/goa-panel.png
deleted file mode 100644
index 745d9e1..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/goa-panel.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/gp.png b/Icons and cursors/windowsicon/256x256/apps/gp.png
deleted file mode 100644
index 861f53c..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/gp.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/gucharmap.png b/Icons and cursors/windowsicon/256x256/apps/gucharmap.png
deleted file mode 100644
index 9a9aebc..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/gucharmap.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/help-browser.png b/Icons and cursors/windowsicon/256x256/apps/help-browser.png
deleted file mode 100644
index 3b37276..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/help-browser.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/kcalc.png b/Icons and cursors/windowsicon/256x256/apps/kcalc.png
deleted file mode 100644
index a51bf50..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/kcalc.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/kcharselect.png b/Icons and cursors/windowsicon/256x256/apps/kcharselect.png
deleted file mode 100644
index 9a9aebc..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/kcharselect.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/kcmsound.png b/Icons and cursors/windowsicon/256x256/apps/kcmsound.png
deleted file mode 100644
index fdb79bc..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/kcmsound.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/kedit.png b/Icons and cursors/windowsicon/256x256/apps/kedit.png
deleted file mode 100644
index cc0caf6..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/kedit.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/key_bindings.png b/Icons and cursors/windowsicon/256x256/apps/key_bindings.png
deleted file mode 100644
index a2a827a..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/key_bindings.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/kfm.png b/Icons and cursors/windowsicon/256x256/apps/kfm.png
deleted file mode 100644
index 12cb4e7..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/kfm.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/khelpcenter.png b/Icons and cursors/windowsicon/256x256/apps/khelpcenter.png
deleted file mode 100644
index 3b37276..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/khelpcenter.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/konsole.png b/Icons and cursors/windowsicon/256x256/apps/konsole.png
deleted file mode 100644
index 39b0399..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/konsole.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/krfb.png b/Icons and cursors/windowsicon/256x256/apps/krfb.png
deleted file mode 100644
index ae6f714..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/krfb.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/kscreensaver.png b/Icons and cursors/windowsicon/256x256/apps/kscreensaver.png
deleted file mode 100644
index 64047a2..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/kscreensaver.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/ksysguard.png b/Icons and cursors/windowsicon/256x256/apps/ksysguard.png
deleted file mode 100644
index adec868..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/ksysguard.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/kuser.png b/Icons and cursors/windowsicon/256x256/apps/kuser.png
deleted file mode 100644
index 2686858..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/kuser.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/libreoffice-base.png b/Icons and cursors/windowsicon/256x256/apps/libreoffice-base.png
deleted file mode 100644
index 709b01d..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/libreoffice-base.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/libreoffice-calc.png b/Icons and cursors/windowsicon/256x256/apps/libreoffice-calc.png
deleted file mode 100644
index 4267851..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/libreoffice-calc.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/libreoffice-draw.png b/Icons and cursors/windowsicon/256x256/apps/libreoffice-draw.png
deleted file mode 100644
index 2afabb5..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/libreoffice-draw.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/libreoffice-impress.png b/Icons and cursors/windowsicon/256x256/apps/libreoffice-impress.png
deleted file mode 100644
index 9adf937..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/libreoffice-impress.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/libreoffice-main.png b/Icons and cursors/windowsicon/256x256/apps/libreoffice-main.png
deleted file mode 100644
index 5bc21b2..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/libreoffice-main.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/libreoffice-math.png b/Icons and cursors/windowsicon/256x256/apps/libreoffice-math.png
deleted file mode 100644
index 07b53fc..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/libreoffice-math.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/libreoffice-startcenter.png b/Icons and cursors/windowsicon/256x256/apps/libreoffice-startcenter.png
deleted file mode 100644
index 5bc21b2..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/libreoffice-startcenter.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/libreoffice-writer.png b/Icons and cursors/windowsicon/256x256/apps/libreoffice-writer.png
deleted file mode 100644
index 2e02375..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/libreoffice-writer.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/locale.png b/Icons and cursors/windowsicon/256x256/apps/locale.png
deleted file mode 100644
index bc949d4..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/locale.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/logview.png b/Icons and cursors/windowsicon/256x256/apps/logview.png
deleted file mode 100644
index 31199a5..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/logview.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/midori.png b/Icons and cursors/windowsicon/256x256/apps/midori.png
deleted file mode 100644
index 12e36a9..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/midori.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/multimedia-volume-control.png b/Icons and cursors/windowsicon/256x256/apps/multimedia-volume-control.png
deleted file mode 100644
index fdb79bc..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/multimedia-volume-control.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/multimedia.png b/Icons and cursors/windowsicon/256x256/apps/multimedia.png
deleted file mode 100644
index fdb79bc..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/multimedia.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/nautilus.png b/Icons and cursors/windowsicon/256x256/apps/nautilus.png
deleted file mode 100755
index b9df032..0000000
--- a/Icons and cursors/windowsicon/256x256/apps/nautilus.png
+++ /dev/null
@@ -1 +0,0 @@
-file-manager.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/256x256/apps/openshot.png b/Icons and cursors/windowsicon/256x256/apps/openshot.png
deleted file mode 100644
index 30fdc5a..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/openshot.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/openterm.png b/Icons and cursors/windowsicon/256x256/apps/openterm.png
deleted file mode 100644
index 39b0399..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/openterm.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/orca.png b/Icons and cursors/windowsicon/256x256/apps/orca.png
deleted file mode 100644
index 6d00747..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/orca.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/org.gnome.Epiphany.png b/Icons and cursors/windowsicon/256x256/apps/org.gnome.Epiphany.png
deleted file mode 100755
index e1f0768..0000000
--- a/Icons and cursors/windowsicon/256x256/apps/org.gnome.Epiphany.png
+++ /dev/null
@@ -1 +0,0 @@
-web-browser.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/256x256/apps/org.gnome.Nautilus.png b/Icons and cursors/windowsicon/256x256/apps/org.gnome.Nautilus.png
deleted file mode 100755
index b9df032..0000000
--- a/Icons and cursors/windowsicon/256x256/apps/org.gnome.Nautilus.png
+++ /dev/null
@@ -1 +0,0 @@
-file-manager.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/256x256/apps/org.gnome.Tweaks.png b/Icons and cursors/windowsicon/256x256/apps/org.gnome.Tweaks.png
deleted file mode 100755
index 87752ff..0000000
--- a/Icons and cursors/windowsicon/256x256/apps/org.gnome.Tweaks.png
+++ /dev/null
@@ -1 +0,0 @@
-gnome-tweak-tool.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/256x256/apps/org.gnome.gedit.png b/Icons and cursors/windowsicon/256x256/apps/org.gnome.gedit.png
deleted file mode 100755
index 24614cf..0000000
--- a/Icons and cursors/windowsicon/256x256/apps/org.gnome.gedit.png
+++ /dev/null
@@ -1 +0,0 @@
-accessories-text-editor.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/256x256/apps/org.gnome.tweaks.png b/Icons and cursors/windowsicon/256x256/apps/org.gnome.tweaks.png
deleted file mode 100755
index 87752ff..0000000
--- a/Icons and cursors/windowsicon/256x256/apps/org.gnome.tweaks.png
+++ /dev/null
@@ -1 +0,0 @@
-gnome-tweak-tool.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/256x256/apps/preferences-color.png b/Icons and cursors/windowsicon/256x256/apps/preferences-color.png
deleted file mode 100644
index 84e7224..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/preferences-color.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/preferences-desktop-accessibility.png b/Icons and cursors/windowsicon/256x256/apps/preferences-desktop-accessibility.png
deleted file mode 100644
index 6d00747..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/preferences-desktop-accessibility.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/preferences-desktop-display.png b/Icons and cursors/windowsicon/256x256/apps/preferences-desktop-display.png
deleted file mode 100644
index e88668e..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/preferences-desktop-display.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/preferences-desktop-font.png b/Icons and cursors/windowsicon/256x256/apps/preferences-desktop-font.png
deleted file mode 100644
index 2d052fa..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/preferences-desktop-font.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/preferences-desktop-keyboard-shortcuts.png b/Icons and cursors/windowsicon/256x256/apps/preferences-desktop-keyboard-shortcuts.png
deleted file mode 100644
index a2a827a..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/preferences-desktop-keyboard-shortcuts.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/preferences-desktop-keyboard.png b/Icons and cursors/windowsicon/256x256/apps/preferences-desktop-keyboard.png
deleted file mode 100644
index 3b82842..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/preferences-desktop-keyboard.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/preferences-desktop-locale.png b/Icons and cursors/windowsicon/256x256/apps/preferences-desktop-locale.png
deleted file mode 100644
index bc949d4..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/preferences-desktop-locale.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/preferences-desktop-remote-desktop.png b/Icons and cursors/windowsicon/256x256/apps/preferences-desktop-remote-desktop.png
deleted file mode 100644
index ae6f714..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/preferences-desktop-remote-desktop.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/preferences-desktop-screensaver.png b/Icons and cursors/windowsicon/256x256/apps/preferences-desktop-screensaver.png
deleted file mode 100644
index 64047a2..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/preferences-desktop-screensaver.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/preferences-desktop-theme.png b/Icons and cursors/windowsicon/256x256/apps/preferences-desktop-theme.png
deleted file mode 100644
index 9198df4..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/preferences-desktop-theme.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/preferences-desktop-wallpaper.png b/Icons and cursors/windowsicon/256x256/apps/preferences-desktop-wallpaper.png
deleted file mode 100644
index 20a69d8..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/preferences-desktop-wallpaper.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/preferences-system-notifications.png b/Icons and cursors/windowsicon/256x256/apps/preferences-system-notifications.png
deleted file mode 100644
index 752d562..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/preferences-system-notifications.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/preferences-system-privacy.png b/Icons and cursors/windowsicon/256x256/apps/preferences-system-privacy.png
deleted file mode 100644
index 723fbe0..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/preferences-system-privacy.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/preferences-system-search.png b/Icons and cursors/windowsicon/256x256/apps/preferences-system-search.png
deleted file mode 100644
index 4f61b16..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/preferences-system-search.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/preferences-system-sharing.png b/Icons and cursors/windowsicon/256x256/apps/preferences-system-sharing.png
deleted file mode 100644
index 05d38a5..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/preferences-system-sharing.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/preferences-system-time.png b/Icons and cursors/windowsicon/256x256/apps/preferences-system-time.png
deleted file mode 100644
index e39894c..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/preferences-system-time.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/redhat-filemanager.png b/Icons and cursors/windowsicon/256x256/apps/redhat-filemanager.png
deleted file mode 100644
index 12cb4e7..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/redhat-filemanager.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/remmina.png b/Icons and cursors/windowsicon/256x256/apps/remmina.png
deleted file mode 100644
index ae6f714..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/remmina.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/rhythmbox.png b/Icons and cursors/windowsicon/256x256/apps/rhythmbox.png
deleted file mode 100644
index 85bdf53..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/rhythmbox.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/screensaver.png b/Icons and cursors/windowsicon/256x256/apps/screensaver.png
deleted file mode 100644
index 64047a2..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/screensaver.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/seahorse.png b/Icons and cursors/windowsicon/256x256/apps/seahorse.png
deleted file mode 100644
index 35ab090..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/seahorse.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/session-properties.png b/Icons and cursors/windowsicon/256x256/apps/session-properties.png
deleted file mode 100644
index 741601c..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/session-properties.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/shotwell.png b/Icons and cursors/windowsicon/256x256/apps/shotwell.png
deleted file mode 100644
index d609e48..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/shotwell.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/software-properties.png b/Icons and cursors/windowsicon/256x256/apps/software-properties.png
deleted file mode 100644
index 11b233a..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/software-properties.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/softwarecenter.png b/Icons and cursors/windowsicon/256x256/apps/softwarecenter.png
deleted file mode 100644
index 1559352..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/softwarecenter.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/style.png b/Icons and cursors/windowsicon/256x256/apps/style.png
deleted file mode 100644
index 9198df4..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/style.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/susehelpcenter.png b/Icons and cursors/windowsicon/256x256/apps/susehelpcenter.png
deleted file mode 100644
index 3b37276..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/susehelpcenter.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/system-config-users.png b/Icons and cursors/windowsicon/256x256/apps/system-config-users.png
deleted file mode 100644
index 2686858..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/system-config-users.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/system-file-manager.png b/Icons and cursors/windowsicon/256x256/apps/system-file-manager.png
deleted file mode 100644
index 12cb4e7..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/system-file-manager.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/system-installer.png b/Icons and cursors/windowsicon/256x256/apps/system-installer.png
deleted file mode 100644
index e476072..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/system-installer.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/system-software-install.png b/Icons and cursors/windowsicon/256x256/apps/system-software-install.png
deleted file mode 100644
index 251cedb..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/system-software-install.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/system-software-update.png b/Icons and cursors/windowsicon/256x256/apps/system-software-update.png
deleted file mode 100644
index 268aed2..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/system-software-update.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/system-users.png b/Icons and cursors/windowsicon/256x256/apps/system-users.png
deleted file mode 100644
index 2686858..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/system-users.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/terminal.png b/Icons and cursors/windowsicon/256x256/apps/terminal.png
deleted file mode 100644
index 39b0399..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/terminal.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/text-editor.png b/Icons and cursors/windowsicon/256x256/apps/text-editor.png
deleted file mode 100644
index cc0caf6..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/text-editor.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/totem.png b/Icons and cursors/windowsicon/256x256/apps/totem.png
deleted file mode 100644
index 9e4d976..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/totem.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/transmission.png b/Icons and cursors/windowsicon/256x256/apps/transmission.png
deleted file mode 100644
index 65b08c1..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/transmission.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/ubiquity.png b/Icons and cursors/windowsicon/256x256/apps/ubiquity.png
deleted file mode 100644
index e476072..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/ubiquity.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/update-manager.png b/Icons and cursors/windowsicon/256x256/apps/update-manager.png
deleted file mode 100644
index 268aed2..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/update-manager.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/usb-creator-gtk.png b/Icons and cursors/windowsicon/256x256/apps/usb-creator-gtk.png
deleted file mode 100644
index febdc1a..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/usb-creator-gtk.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/user-info.png b/Icons and cursors/windowsicon/256x256/apps/user-info.png
deleted file mode 100644
index 7a3f96d..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/user-info.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/utilities-system-monitor.png b/Icons and cursors/windowsicon/256x256/apps/utilities-system-monitor.png
deleted file mode 100644
index adec868..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/utilities-system-monitor.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/utilities-terminal.png b/Icons and cursors/windowsicon/256x256/apps/utilities-terminal.png
deleted file mode 100644
index 39b0399..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/utilities-terminal.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/volume-knob.png b/Icons and cursors/windowsicon/256x256/apps/volume-knob.png
deleted file mode 100644
index fdb79bc..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/volume-knob.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/waiting.png b/Icons and cursors/windowsicon/256x256/apps/waiting.png
deleted file mode 100644
index 93bf15f..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/waiting.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/wallpaper.png b/Icons and cursors/windowsicon/256x256/apps/wallpaper.png
deleted file mode 100644
index 20a69d8..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/wallpaper.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/web-browser.png b/Icons and cursors/windowsicon/256x256/apps/web-browser.png
deleted file mode 100644
index 12e36a9..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/web-browser.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/xdiagnose.png b/Icons and cursors/windowsicon/256x256/apps/xdiagnose.png
deleted file mode 100644
index 8e37f4e..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/xdiagnose.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/xfce-edit.png b/Icons and cursors/windowsicon/256x256/apps/xfce-edit.png
deleted file mode 100644
index cc0caf6..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/xfce-edit.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/xfce-filemanager.png b/Icons and cursors/windowsicon/256x256/apps/xfce-filemanager.png
deleted file mode 100644
index 12cb4e7..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/xfce-filemanager.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/xfce-man.png b/Icons and cursors/windowsicon/256x256/apps/xfce-man.png
deleted file mode 100644
index 3b37276..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/xfce-man.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/xfce-terminal.png b/Icons and cursors/windowsicon/256x256/apps/xfce-terminal.png
deleted file mode 100644
index 39b0399..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/xfce-terminal.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/xfce4-backdrop.png b/Icons and cursors/windowsicon/256x256/apps/xfce4-backdrop.png
deleted file mode 100644
index 20a69d8..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/xfce4-backdrop.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/xfce4-mixer.png b/Icons and cursors/windowsicon/256x256/apps/xfce4-mixer.png
deleted file mode 100644
index fdb79bc..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/xfce4-mixer.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/xfce4-ui.png b/Icons and cursors/windowsicon/256x256/apps/xfce4-ui.png
deleted file mode 100644
index 9198df4..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/xfce4-ui.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/xscreensaver.png b/Icons and cursors/windowsicon/256x256/apps/xscreensaver.png
deleted file mode 100644
index 64047a2..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/xscreensaver.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/apps/zen-icon.png b/Icons and cursors/windowsicon/256x256/apps/zen-icon.png
deleted file mode 100644
index 268aed2..0000000
Binary files a/Icons and cursors/windowsicon/256x256/apps/zen-icon.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/categories/applications-development.png b/Icons and cursors/windowsicon/256x256/categories/applications-development.png
deleted file mode 100644
index 497c25d..0000000
Binary files a/Icons and cursors/windowsicon/256x256/categories/applications-development.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/categories/applications-games.png b/Icons and cursors/windowsicon/256x256/categories/applications-games.png
deleted file mode 100644
index 93b4424..0000000
Binary files a/Icons and cursors/windowsicon/256x256/categories/applications-games.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/categories/applications-graphics.png b/Icons and cursors/windowsicon/256x256/categories/applications-graphics.png
deleted file mode 100644
index 861f53c..0000000
Binary files a/Icons and cursors/windowsicon/256x256/categories/applications-graphics.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/categories/applications-internet.png b/Icons and cursors/windowsicon/256x256/categories/applications-internet.png
deleted file mode 100644
index 002a697..0000000
Binary files a/Icons and cursors/windowsicon/256x256/categories/applications-internet.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/categories/applications-office.png b/Icons and cursors/windowsicon/256x256/categories/applications-office.png
deleted file mode 100644
index 5bc21b2..0000000
Binary files a/Icons and cursors/windowsicon/256x256/categories/applications-office.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/categories/applications-system.png b/Icons and cursors/windowsicon/256x256/categories/applications-system.png
deleted file mode 100644
index a19ff4a..0000000
Binary files a/Icons and cursors/windowsicon/256x256/categories/applications-system.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/categories/gnome-applications.png b/Icons and cursors/windowsicon/256x256/categories/gnome-applications.png
deleted file mode 100644
index 5bc21b2..0000000
Binary files a/Icons and cursors/windowsicon/256x256/categories/gnome-applications.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/categories/gnome-devel.png b/Icons and cursors/windowsicon/256x256/categories/gnome-devel.png
deleted file mode 100644
index 497c25d..0000000
Binary files a/Icons and cursors/windowsicon/256x256/categories/gnome-devel.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/categories/gnome-globe.png b/Icons and cursors/windowsicon/256x256/categories/gnome-globe.png
deleted file mode 100644
index 002a697..0000000
Binary files a/Icons and cursors/windowsicon/256x256/categories/gnome-globe.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/categories/gnome-graphics.png b/Icons and cursors/windowsicon/256x256/categories/gnome-graphics.png
deleted file mode 100644
index 861f53c..0000000
Binary files a/Icons and cursors/windowsicon/256x256/categories/gnome-graphics.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/categories/gnome-system.png b/Icons and cursors/windowsicon/256x256/categories/gnome-system.png
deleted file mode 100644
index a19ff4a..0000000
Binary files a/Icons and cursors/windowsicon/256x256/categories/gnome-system.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/categories/package_development.png b/Icons and cursors/windowsicon/256x256/categories/package_development.png
deleted file mode 100644
index 497c25d..0000000
Binary files a/Icons and cursors/windowsicon/256x256/categories/package_development.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/categories/package_graphics.png b/Icons and cursors/windowsicon/256x256/categories/package_graphics.png
deleted file mode 100644
index 861f53c..0000000
Binary files a/Icons and cursors/windowsicon/256x256/categories/package_graphics.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/categories/package_network.png b/Icons and cursors/windowsicon/256x256/categories/package_network.png
deleted file mode 100644
index 002a697..0000000
Binary files a/Icons and cursors/windowsicon/256x256/categories/package_network.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/categories/package_office.png b/Icons and cursors/windowsicon/256x256/categories/package_office.png
deleted file mode 100644
index 5bc21b2..0000000
Binary files a/Icons and cursors/windowsicon/256x256/categories/package_office.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/categories/package_settings.png b/Icons and cursors/windowsicon/256x256/categories/package_settings.png
deleted file mode 100644
index 844b03d..0000000
Binary files a/Icons and cursors/windowsicon/256x256/categories/package_settings.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/categories/package_system.png b/Icons and cursors/windowsicon/256x256/categories/package_system.png
deleted file mode 100644
index a19ff4a..0000000
Binary files a/Icons and cursors/windowsicon/256x256/categories/package_system.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/categories/preferences-desktop.png b/Icons and cursors/windowsicon/256x256/categories/preferences-desktop.png
deleted file mode 100644
index 38522cf..0000000
Binary files a/Icons and cursors/windowsicon/256x256/categories/preferences-desktop.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/categories/preferences-system-network.png b/Icons and cursors/windowsicon/256x256/categories/preferences-system-network.png
deleted file mode 100644
index a13e242..0000000
Binary files a/Icons and cursors/windowsicon/256x256/categories/preferences-system-network.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/categories/preferences-system.png b/Icons and cursors/windowsicon/256x256/categories/preferences-system.png
deleted file mode 100644
index 844b03d..0000000
Binary files a/Icons and cursors/windowsicon/256x256/categories/preferences-system.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/categories/redhat-graphics.png b/Icons and cursors/windowsicon/256x256/categories/redhat-graphics.png
deleted file mode 100644
index 861f53c..0000000
Binary files a/Icons and cursors/windowsicon/256x256/categories/redhat-graphics.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/categories/redhat-internet.png b/Icons and cursors/windowsicon/256x256/categories/redhat-internet.png
deleted file mode 100644
index 002a697..0000000
Binary files a/Icons and cursors/windowsicon/256x256/categories/redhat-internet.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/categories/redhat-office.png b/Icons and cursors/windowsicon/256x256/categories/redhat-office.png
deleted file mode 100644
index 5bc21b2..0000000
Binary files a/Icons and cursors/windowsicon/256x256/categories/redhat-office.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/categories/redhat-programming.png b/Icons and cursors/windowsicon/256x256/categories/redhat-programming.png
deleted file mode 100644
index 497c25d..0000000
Binary files a/Icons and cursors/windowsicon/256x256/categories/redhat-programming.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/categories/redhat-system_settings.png b/Icons and cursors/windowsicon/256x256/categories/redhat-system_settings.png
deleted file mode 100644
index 844b03d..0000000
Binary files a/Icons and cursors/windowsicon/256x256/categories/redhat-system_settings.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/categories/redhat-system_tools.png b/Icons and cursors/windowsicon/256x256/categories/redhat-system_tools.png
deleted file mode 100644
index a19ff4a..0000000
Binary files a/Icons and cursors/windowsicon/256x256/categories/redhat-system_tools.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/categories/stock_internet.png b/Icons and cursors/windowsicon/256x256/categories/stock_internet.png
deleted file mode 100644
index 002a697..0000000
Binary files a/Icons and cursors/windowsicon/256x256/categories/stock_internet.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/categories/xfce-devel.png b/Icons and cursors/windowsicon/256x256/categories/xfce-devel.png
deleted file mode 100644
index 497c25d..0000000
Binary files a/Icons and cursors/windowsicon/256x256/categories/xfce-devel.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/categories/xfce-graphics.png b/Icons and cursors/windowsicon/256x256/categories/xfce-graphics.png
deleted file mode 100644
index 861f53c..0000000
Binary files a/Icons and cursors/windowsicon/256x256/categories/xfce-graphics.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/categories/xfce-internet.png b/Icons and cursors/windowsicon/256x256/categories/xfce-internet.png
deleted file mode 100644
index 002a697..0000000
Binary files a/Icons and cursors/windowsicon/256x256/categories/xfce-internet.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/categories/xfce-office.png b/Icons and cursors/windowsicon/256x256/categories/xfce-office.png
deleted file mode 100644
index 5bc21b2..0000000
Binary files a/Icons and cursors/windowsicon/256x256/categories/xfce-office.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/categories/xfce-system-settings.png b/Icons and cursors/windowsicon/256x256/categories/xfce-system-settings.png
deleted file mode 100644
index 844b03d..0000000
Binary files a/Icons and cursors/windowsicon/256x256/categories/xfce-system-settings.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/categories/xfce-system.png b/Icons and cursors/windowsicon/256x256/categories/xfce-system.png
deleted file mode 100644
index a19ff4a..0000000
Binary files a/Icons and cursors/windowsicon/256x256/categories/xfce-system.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/3floppy_unmount.png b/Icons and cursors/windowsicon/256x256/devices/3floppy_unmount.png
deleted file mode 100644
index bc217b6..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/3floppy_unmount.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/ac-adapter.png b/Icons and cursors/windowsicon/256x256/devices/ac-adapter.png
deleted file mode 100644
index ad194a7..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/ac-adapter.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/audio-headphones.png b/Icons and cursors/windowsicon/256x256/devices/audio-headphones.png
deleted file mode 100644
index aaf5667..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/audio-headphones.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/audio-headset.png b/Icons and cursors/windowsicon/256x256/devices/audio-headset.png
deleted file mode 100644
index 575c839..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/audio-headset.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/audio-input-microphone.png b/Icons and cursors/windowsicon/256x256/devices/audio-input-microphone.png
deleted file mode 100644
index 18da26c..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/audio-input-microphone.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/audio-speakers.png b/Icons and cursors/windowsicon/256x256/devices/audio-speakers.png
deleted file mode 100644
index 84c27a5..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/audio-speakers.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/battery.png b/Icons and cursors/windowsicon/256x256/devices/battery.png
deleted file mode 100644
index 019c3c0..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/battery.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/camera-photo.png b/Icons and cursors/windowsicon/256x256/devices/camera-photo.png
deleted file mode 100644
index b961e46..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/camera-photo.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/camera-video.png b/Icons and cursors/windowsicon/256x256/devices/camera-video.png
deleted file mode 100644
index 84188d1..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/camera-video.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/camera-web.png b/Icons and cursors/windowsicon/256x256/devices/camera-web.png
deleted file mode 100644
index cb85bf6..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/camera-web.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/camera.png b/Icons and cursors/windowsicon/256x256/devices/camera.png
deleted file mode 100644
index b961e46..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/camera.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/camera_unmount.png b/Icons and cursors/windowsicon/256x256/devices/camera_unmount.png
deleted file mode 100644
index b961e46..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/camera_unmount.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/cdrom_unmount.png b/Icons and cursors/windowsicon/256x256/devices/cdrom_unmount.png
deleted file mode 100644
index d38403b..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/cdrom_unmount.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/cdwriter_unmount.png b/Icons and cursors/windowsicon/256x256/devices/cdwriter_unmount.png
deleted file mode 100644
index d38403b..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/cdwriter_unmount.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/chardevice.png b/Icons and cursors/windowsicon/256x256/devices/chardevice.png
deleted file mode 100644
index ddbe96b..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/chardevice.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/colorimeter-colorhug.png b/Icons and cursors/windowsicon/256x256/devices/colorimeter-colorhug.png
deleted file mode 100644
index a9c6deb..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/colorimeter-colorhug.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/computer-apple-ipad.png b/Icons and cursors/windowsicon/256x256/devices/computer-apple-ipad.png
deleted file mode 100644
index 863cd78..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/computer-apple-ipad.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/computer.png b/Icons and cursors/windowsicon/256x256/devices/computer.png
deleted file mode 100644
index 74415b1..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/computer.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/display.png b/Icons and cursors/windowsicon/256x256/devices/display.png
deleted file mode 100644
index ddbe96b..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/display.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/drive-cdrom.png b/Icons and cursors/windowsicon/256x256/devices/drive-cdrom.png
deleted file mode 100644
index 32cad03..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/drive-cdrom.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/drive-harddisk-ieee1394.png b/Icons and cursors/windowsicon/256x256/devices/drive-harddisk-ieee1394.png
deleted file mode 100644
index e230478..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/drive-harddisk-ieee1394.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/drive-harddisk-solidstate.png b/Icons and cursors/windowsicon/256x256/devices/drive-harddisk-solidstate.png
deleted file mode 100644
index 80b5218..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/drive-harddisk-solidstate.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/drive-harddisk-system-solidstate.png b/Icons and cursors/windowsicon/256x256/devices/drive-harddisk-system-solidstate.png
deleted file mode 100644
index 1237dbb..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/drive-harddisk-system-solidstate.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/drive-harddisk-system.png b/Icons and cursors/windowsicon/256x256/devices/drive-harddisk-system.png
deleted file mode 100644
index fcaff45..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/drive-harddisk-system.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/drive-harddisk-usb.png b/Icons and cursors/windowsicon/256x256/devices/drive-harddisk-usb.png
deleted file mode 100644
index e913a16..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/drive-harddisk-usb.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/drive-harddisk.png b/Icons and cursors/windowsicon/256x256/devices/drive-harddisk.png
deleted file mode 100644
index 126a660..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/drive-harddisk.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/drive-multidisk.png b/Icons and cursors/windowsicon/256x256/devices/drive-multidisk.png
deleted file mode 100644
index b77b571..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/drive-multidisk.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/drive-optical.png b/Icons and cursors/windowsicon/256x256/devices/drive-optical.png
deleted file mode 100644
index 32cad03..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/drive-optical.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/drive-removable-media.png b/Icons and cursors/windowsicon/256x256/devices/drive-removable-media.png
deleted file mode 100644
index 126a660..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/drive-removable-media.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/dvd_unmount.png b/Icons and cursors/windowsicon/256x256/devices/dvd_unmount.png
deleted file mode 100644
index d38403b..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/dvd_unmount.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-battery.png b/Icons and cursors/windowsicon/256x256/devices/gnome-dev-battery.png
deleted file mode 100644
index 019c3c0..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-battery.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-cdrom-audio.png b/Icons and cursors/windowsicon/256x256/devices/gnome-dev-cdrom-audio.png
deleted file mode 100644
index d38403b..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-cdrom-audio.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-cdrom.png b/Icons and cursors/windowsicon/256x256/devices/gnome-dev-cdrom.png
deleted file mode 100644
index 32cad03..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-cdrom.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-computer.png b/Icons and cursors/windowsicon/256x256/devices/gnome-dev-computer.png
deleted file mode 100644
index 74415b1..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-computer.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-disc-cdr.png b/Icons and cursors/windowsicon/256x256/devices/gnome-dev-disc-cdr.png
deleted file mode 100644
index d38403b..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-disc-cdr.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-disc-cdrw.png b/Icons and cursors/windowsicon/256x256/devices/gnome-dev-disc-cdrw.png
deleted file mode 100644
index d38403b..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-disc-cdrw.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-disc-dvdr-plus.png b/Icons and cursors/windowsicon/256x256/devices/gnome-dev-disc-dvdr-plus.png
deleted file mode 100644
index d38403b..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-disc-dvdr-plus.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-disc-dvdr.png b/Icons and cursors/windowsicon/256x256/devices/gnome-dev-disc-dvdr.png
deleted file mode 100644
index d38403b..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-disc-dvdr.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-disc-dvdram.png b/Icons and cursors/windowsicon/256x256/devices/gnome-dev-disc-dvdram.png
deleted file mode 100644
index d38403b..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-disc-dvdram.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-disc-dvdrom.png b/Icons and cursors/windowsicon/256x256/devices/gnome-dev-disc-dvdrom.png
deleted file mode 100644
index d38403b..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-disc-dvdrom.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-disc-dvdrw.png b/Icons and cursors/windowsicon/256x256/devices/gnome-dev-disc-dvdrw.png
deleted file mode 100644
index d38403b..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-disc-dvdrw.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-dvd.png b/Icons and cursors/windowsicon/256x256/devices/gnome-dev-dvd.png
deleted file mode 100644
index 32cad03..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-dvd.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-floppy.png b/Icons and cursors/windowsicon/256x256/devices/gnome-dev-floppy.png
deleted file mode 100644
index bc217b6..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-floppy.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-harddisk-1394.png b/Icons and cursors/windowsicon/256x256/devices/gnome-dev-harddisk-1394.png
deleted file mode 100644
index 126a660..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-harddisk-1394.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-harddisk-usb.png b/Icons and cursors/windowsicon/256x256/devices/gnome-dev-harddisk-usb.png
deleted file mode 100644
index 126a660..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-harddisk-usb.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-harddisk.png b/Icons and cursors/windowsicon/256x256/devices/gnome-dev-harddisk.png
deleted file mode 100644
index 126a660..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-harddisk.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-ipod.png b/Icons and cursors/windowsicon/256x256/devices/gnome-dev-ipod.png
deleted file mode 100644
index 766020a..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-ipod.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-keyboard.png b/Icons and cursors/windowsicon/256x256/devices/gnome-dev-keyboard.png
deleted file mode 100644
index cdea18e..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-keyboard.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-media-cf.png b/Icons and cursors/windowsicon/256x256/devices/gnome-dev-media-cf.png
deleted file mode 100644
index 678bcc6..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-media-cf.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-media-ms.png b/Icons and cursors/windowsicon/256x256/devices/gnome-dev-media-ms.png
deleted file mode 100644
index 678bcc6..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-media-ms.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-media-sdmmc.png b/Icons and cursors/windowsicon/256x256/devices/gnome-dev-media-sdmmc.png
deleted file mode 100644
index 678bcc6..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-media-sdmmc.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-media-sm.png b/Icons and cursors/windowsicon/256x256/devices/gnome-dev-media-sm.png
deleted file mode 100644
index 678bcc6..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-media-sm.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-mouse-ball.png b/Icons and cursors/windowsicon/256x256/devices/gnome-dev-mouse-ball.png
deleted file mode 100644
index 0f75141..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-mouse-ball.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-mouse-optical.png b/Icons and cursors/windowsicon/256x256/devices/gnome-dev-mouse-optical.png
deleted file mode 100644
index 0f75141..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-mouse-optical.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-printer.png b/Icons and cursors/windowsicon/256x256/devices/gnome-dev-printer.png
deleted file mode 100644
index c408e22..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-printer.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-removable-1394.png b/Icons and cursors/windowsicon/256x256/devices/gnome-dev-removable-1394.png
deleted file mode 100644
index 126a660..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-removable-1394.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-removable-usb.png b/Icons and cursors/windowsicon/256x256/devices/gnome-dev-removable-usb.png
deleted file mode 100644
index 126a660..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-removable-usb.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-removable.png b/Icons and cursors/windowsicon/256x256/devices/gnome-dev-removable.png
deleted file mode 100644
index 126a660..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-removable.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/gnome-fs-client.png b/Icons and cursors/windowsicon/256x256/devices/gnome-fs-client.png
deleted file mode 100644
index 74415b1..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/gnome-fs-client.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/gnome-stock-mic.png b/Icons and cursors/windowsicon/256x256/devices/gnome-stock-mic.png
deleted file mode 100644
index 18da26c..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/gnome-stock-mic.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/gtk-cdrom.png b/Icons and cursors/windowsicon/256x256/devices/gtk-cdrom.png
deleted file mode 100644
index d38403b..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/gtk-cdrom.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/gtk-floppy.png b/Icons and cursors/windowsicon/256x256/devices/gtk-floppy.png
deleted file mode 100644
index bc217b6..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/gtk-floppy.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/gtk-harddisk.png b/Icons and cursors/windowsicon/256x256/devices/gtk-harddisk.png
deleted file mode 100644
index 126a660..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/gtk-harddisk.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/harddrive.png b/Icons and cursors/windowsicon/256x256/devices/harddrive.png
deleted file mode 100644
index 126a660..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/harddrive.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/hdd_unmount.png b/Icons and cursors/windowsicon/256x256/devices/hdd_unmount.png
deleted file mode 100644
index 126a660..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/hdd_unmount.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/input-dialpad.png b/Icons and cursors/windowsicon/256x256/devices/input-dialpad.png
deleted file mode 100644
index 40b9d56..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/input-dialpad.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/input-gaming.png b/Icons and cursors/windowsicon/256x256/devices/input-gaming.png
deleted file mode 100644
index c5c452e..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/input-gaming.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/input-keyboard.png b/Icons and cursors/windowsicon/256x256/devices/input-keyboard.png
deleted file mode 100644
index cdea18e..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/input-keyboard.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/input-mouse.png b/Icons and cursors/windowsicon/256x256/devices/input-mouse.png
deleted file mode 100644
index 0f75141..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/input-mouse.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/input-tablet.png b/Icons and cursors/windowsicon/256x256/devices/input-tablet.png
deleted file mode 100644
index 4c2101f..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/input-tablet.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/ipod_mount.png b/Icons and cursors/windowsicon/256x256/devices/ipod_mount.png
deleted file mode 100644
index 766020a..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/ipod_mount.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/keyboard.png b/Icons and cursors/windowsicon/256x256/devices/keyboard.png
deleted file mode 100644
index cdea18e..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/keyboard.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/kjobviewer.png b/Icons and cursors/windowsicon/256x256/devices/kjobviewer.png
deleted file mode 100644
index c408e22..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/kjobviewer.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/kxkb.png b/Icons and cursors/windowsicon/256x256/devices/kxkb.png
deleted file mode 100644
index cdea18e..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/kxkb.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/media-cdrom.png b/Icons and cursors/windowsicon/256x256/devices/media-cdrom.png
deleted file mode 100644
index d38403b..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/media-cdrom.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/media-flash.png b/Icons and cursors/windowsicon/256x256/devices/media-flash.png
deleted file mode 100644
index 678bcc6..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/media-flash.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/media-floppy.png b/Icons and cursors/windowsicon/256x256/devices/media-floppy.png
deleted file mode 100644
index bc217b6..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/media-floppy.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/media-optical-bd.png b/Icons and cursors/windowsicon/256x256/devices/media-optical-bd.png
deleted file mode 100644
index 2e7c29b..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/media-optical-bd.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/media-optical-cd-audio.png b/Icons and cursors/windowsicon/256x256/devices/media-optical-cd-audio.png
deleted file mode 100644
index b881528..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/media-optical-cd-audio.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/media-optical-dvd.png b/Icons and cursors/windowsicon/256x256/devices/media-optical-dvd.png
deleted file mode 100644
index 3b3c90f..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/media-optical-dvd.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/media-optical.png b/Icons and cursors/windowsicon/256x256/devices/media-optical.png
deleted file mode 100644
index d38403b..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/media-optical.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/media-removable.png b/Icons and cursors/windowsicon/256x256/devices/media-removable.png
deleted file mode 100644
index abc7696..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/media-removable.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/media-tape.png b/Icons and cursors/windowsicon/256x256/devices/media-tape.png
deleted file mode 100644
index e025a00..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/media-tape.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/modem.png b/Icons and cursors/windowsicon/256x256/devices/modem.png
deleted file mode 100644
index 3719040..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/modem.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/mouse.png b/Icons and cursors/windowsicon/256x256/devices/mouse.png
deleted file mode 100644
index 0f75141..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/mouse.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/multimedia-player-apple-ipod-touch.png b/Icons and cursors/windowsicon/256x256/devices/multimedia-player-apple-ipod-touch.png
deleted file mode 100644
index c92046d..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/multimedia-player-apple-ipod-touch.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/multimedia-player.png b/Icons and cursors/windowsicon/256x256/devices/multimedia-player.png
deleted file mode 100644
index 766020a..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/multimedia-player.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/pda.png b/Icons and cursors/windowsicon/256x256/devices/pda.png
deleted file mode 100644
index 5b48551..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/pda.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/phone-apple-iphone.png b/Icons and cursors/windowsicon/256x256/devices/phone-apple-iphone.png
deleted file mode 100644
index b2f13d2..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/phone-apple-iphone.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/phone-google-nexus-one.png b/Icons and cursors/windowsicon/256x256/devices/phone-google-nexus-one.png
deleted file mode 100644
index c7d22fe..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/phone-google-nexus-one.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/phone-htc-g1-white.png b/Icons and cursors/windowsicon/256x256/devices/phone-htc-g1-white.png
deleted file mode 100644
index 4ed2496..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/phone-htc-g1-white.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/phone-palm-pre.png b/Icons and cursors/windowsicon/256x256/devices/phone-palm-pre.png
deleted file mode 100644
index 2ee8c9d..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/phone-palm-pre.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/phone-samsung-galaxy-s.png b/Icons and cursors/windowsicon/256x256/devices/phone-samsung-galaxy-s.png
deleted file mode 100644
index 338f5d8..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/phone-samsung-galaxy-s.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/phone.png b/Icons and cursors/windowsicon/256x256/devices/phone.png
deleted file mode 100644
index 7740d75..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/phone.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/printer-network.png b/Icons and cursors/windowsicon/256x256/devices/printer-network.png
deleted file mode 100644
index 73f17b2..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/printer-network.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/printer-remote.png b/Icons and cursors/windowsicon/256x256/devices/printer-remote.png
deleted file mode 100644
index c408e22..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/printer-remote.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/printer.png b/Icons and cursors/windowsicon/256x256/devices/printer.png
deleted file mode 100644
index c408e22..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/printer.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/printer1.png b/Icons and cursors/windowsicon/256x256/devices/printer1.png
deleted file mode 100644
index c408e22..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/printer1.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/printmgr.png b/Icons and cursors/windowsicon/256x256/devices/printmgr.png
deleted file mode 100644
index c408e22..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/printmgr.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/scanner.png b/Icons and cursors/windowsicon/256x256/devices/scanner.png
deleted file mode 100644
index 78e4bdb..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/scanner.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/stock_cell-phone.png b/Icons and cursors/windowsicon/256x256/devices/stock_cell-phone.png
deleted file mode 100644
index 7740d75..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/stock_cell-phone.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/stock_mic.png b/Icons and cursors/windowsicon/256x256/devices/stock_mic.png
deleted file mode 100644
index 18da26c..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/stock_mic.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/stock_printers.png b/Icons and cursors/windowsicon/256x256/devices/stock_printers.png
deleted file mode 100644
index c408e22..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/stock_printers.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/system-floppy.png b/Icons and cursors/windowsicon/256x256/devices/system-floppy.png
deleted file mode 100644
index bc217b6..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/system-floppy.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/system.png b/Icons and cursors/windowsicon/256x256/devices/system.png
deleted file mode 100644
index 74415b1..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/system.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/uninterruptible-power-supply.png b/Icons and cursors/windowsicon/256x256/devices/uninterruptible-power-supply.png
deleted file mode 100644
index 67d0e87..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/uninterruptible-power-supply.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/usbpendrive_unmount.png b/Icons and cursors/windowsicon/256x256/devices/usbpendrive_unmount.png
deleted file mode 100644
index 126a660..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/usbpendrive_unmount.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/video-display.png b/Icons and cursors/windowsicon/256x256/devices/video-display.png
deleted file mode 100644
index ddbe96b..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/video-display.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/xfce-printer.png b/Icons and cursors/windowsicon/256x256/devices/xfce-printer.png
deleted file mode 100644
index c408e22..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/xfce-printer.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/xfce4-display.png b/Icons and cursors/windowsicon/256x256/devices/xfce4-display.png
deleted file mode 100644
index ddbe96b..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/xfce4-display.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/xfce4-keyboard.png b/Icons and cursors/windowsicon/256x256/devices/xfce4-keyboard.png
deleted file mode 100644
index cdea18e..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/xfce4-keyboard.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/xfce4-mouse.png b/Icons and cursors/windowsicon/256x256/devices/xfce4-mouse.png
deleted file mode 100644
index 0f75141..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/xfce4-mouse.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/yast_HD.png b/Icons and cursors/windowsicon/256x256/devices/yast_HD.png
deleted file mode 100644
index 126a660..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/yast_HD.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/yast_idetude.png b/Icons and cursors/windowsicon/256x256/devices/yast_idetude.png
deleted file mode 100644
index 126a660..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/yast_idetude.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/yast_mouse.png b/Icons and cursors/windowsicon/256x256/devices/yast_mouse.png
deleted file mode 100644
index 0f75141..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/yast_mouse.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/devices/yast_printer.png b/Icons and cursors/windowsicon/256x256/devices/yast_printer.png
deleted file mode 100644
index c408e22..0000000
Binary files a/Icons and cursors/windowsicon/256x256/devices/yast_printer.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/emblems/emblem-mail.png b/Icons and cursors/windowsicon/256x256/emblems/emblem-mail.png
deleted file mode 100644
index 0bac807..0000000
Binary files a/Icons and cursors/windowsicon/256x256/emblems/emblem-mail.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/emblems/emblem-noread.png b/Icons and cursors/windowsicon/256x256/emblems/emblem-noread.png
deleted file mode 100644
index e545227..0000000
Binary files a/Icons and cursors/windowsicon/256x256/emblems/emblem-noread.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/emblems/emblem-nowrite.png b/Icons and cursors/windowsicon/256x256/emblems/emblem-nowrite.png
deleted file mode 100644
index 0de3d89..0000000
Binary files a/Icons and cursors/windowsicon/256x256/emblems/emblem-nowrite.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/emblems/emblem-package.png b/Icons and cursors/windowsicon/256x256/emblems/emblem-package.png
deleted file mode 100644
index e952c53..0000000
Binary files a/Icons and cursors/windowsicon/256x256/emblems/emblem-package.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/emblems/emblem-readonly.png b/Icons and cursors/windowsicon/256x256/emblems/emblem-readonly.png
deleted file mode 100644
index 0de3d89..0000000
Binary files a/Icons and cursors/windowsicon/256x256/emblems/emblem-readonly.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/emblems/emblem-shared.png b/Icons and cursors/windowsicon/256x256/emblems/emblem-shared.png
deleted file mode 100644
index 17e86b6..0000000
Binary files a/Icons and cursors/windowsicon/256x256/emblems/emblem-shared.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/emblems/emblem-symbolic-link.png b/Icons and cursors/windowsicon/256x256/emblems/emblem-symbolic-link.png
deleted file mode 100644
index f99123a..0000000
Binary files a/Icons and cursors/windowsicon/256x256/emblems/emblem-symbolic-link.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/emblems/emblem-synchronizing.png b/Icons and cursors/windowsicon/256x256/emblems/emblem-synchronizing.png
deleted file mode 100644
index 818a7bb..0000000
Binary files a/Icons and cursors/windowsicon/256x256/emblems/emblem-synchronizing.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/emblems/emblem-unreadable.png b/Icons and cursors/windowsicon/256x256/emblems/emblem-unreadable.png
deleted file mode 100644
index e545227..0000000
Binary files a/Icons and cursors/windowsicon/256x256/emblems/emblem-unreadable.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/emotes/face-angel.png b/Icons and cursors/windowsicon/256x256/emotes/face-angel.png
deleted file mode 100644
index 34bfcac..0000000
Binary files a/Icons and cursors/windowsicon/256x256/emotes/face-angel.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/emotes/face-angry.png b/Icons and cursors/windowsicon/256x256/emotes/face-angry.png
deleted file mode 100644
index abfe634..0000000
Binary files a/Icons and cursors/windowsicon/256x256/emotes/face-angry.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/emotes/face-cool.png b/Icons and cursors/windowsicon/256x256/emotes/face-cool.png
deleted file mode 100644
index 90be8e5..0000000
Binary files a/Icons and cursors/windowsicon/256x256/emotes/face-cool.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/emotes/face-crying.png b/Icons and cursors/windowsicon/256x256/emotes/face-crying.png
deleted file mode 100644
index 771acb0..0000000
Binary files a/Icons and cursors/windowsicon/256x256/emotes/face-crying.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/emotes/face-devilish.png b/Icons and cursors/windowsicon/256x256/emotes/face-devilish.png
deleted file mode 100644
index de9bbf4..0000000
Binary files a/Icons and cursors/windowsicon/256x256/emotes/face-devilish.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/emotes/face-embarrassed.png b/Icons and cursors/windowsicon/256x256/emotes/face-embarrassed.png
deleted file mode 100644
index 3cd9ffa..0000000
Binary files a/Icons and cursors/windowsicon/256x256/emotes/face-embarrassed.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/emotes/face-glasses.png b/Icons and cursors/windowsicon/256x256/emotes/face-glasses.png
deleted file mode 100644
index 45c46fe..0000000
Binary files a/Icons and cursors/windowsicon/256x256/emotes/face-glasses.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/emotes/face-laugh.png b/Icons and cursors/windowsicon/256x256/emotes/face-laugh.png
deleted file mode 100644
index 7dbc481..0000000
Binary files a/Icons and cursors/windowsicon/256x256/emotes/face-laugh.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/emotes/face-plain.png b/Icons and cursors/windowsicon/256x256/emotes/face-plain.png
deleted file mode 100644
index 1e99e16..0000000
Binary files a/Icons and cursors/windowsicon/256x256/emotes/face-plain.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/emotes/face-sad.png b/Icons and cursors/windowsicon/256x256/emotes/face-sad.png
deleted file mode 100644
index 6e10f20..0000000
Binary files a/Icons and cursors/windowsicon/256x256/emotes/face-sad.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/emotes/face-sick.png b/Icons and cursors/windowsicon/256x256/emotes/face-sick.png
deleted file mode 100644
index 89e2ae4..0000000
Binary files a/Icons and cursors/windowsicon/256x256/emotes/face-sick.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/emotes/face-smile-big.png b/Icons and cursors/windowsicon/256x256/emotes/face-smile-big.png
deleted file mode 100644
index 2673f02..0000000
Binary files a/Icons and cursors/windowsicon/256x256/emotes/face-smile-big.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/emotes/face-smile.png b/Icons and cursors/windowsicon/256x256/emotes/face-smile.png
deleted file mode 100644
index 9b100b7..0000000
Binary files a/Icons and cursors/windowsicon/256x256/emotes/face-smile.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/emotes/face-smirk.png b/Icons and cursors/windowsicon/256x256/emotes/face-smirk.png
deleted file mode 100644
index 34df918..0000000
Binary files a/Icons and cursors/windowsicon/256x256/emotes/face-smirk.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/emotes/face-surprise.png b/Icons and cursors/windowsicon/256x256/emotes/face-surprise.png
deleted file mode 100644
index dfaa9b7..0000000
Binary files a/Icons and cursors/windowsicon/256x256/emotes/face-surprise.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/emotes/face-tired.png b/Icons and cursors/windowsicon/256x256/emotes/face-tired.png
deleted file mode 100644
index b628588..0000000
Binary files a/Icons and cursors/windowsicon/256x256/emotes/face-tired.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/emotes/face-uncertain.png b/Icons and cursors/windowsicon/256x256/emotes/face-uncertain.png
deleted file mode 100644
index 53230ea..0000000
Binary files a/Icons and cursors/windowsicon/256x256/emotes/face-uncertain.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/emotes/face-wink.png b/Icons and cursors/windowsicon/256x256/emotes/face-wink.png
deleted file mode 100644
index f990e5e..0000000
Binary files a/Icons and cursors/windowsicon/256x256/emotes/face-wink.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/emotes/stock_smiley-1.png b/Icons and cursors/windowsicon/256x256/emotes/stock_smiley-1.png
deleted file mode 100644
index 9b100b7..0000000
Binary files a/Icons and cursors/windowsicon/256x256/emotes/stock_smiley-1.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/emotes/stock_smiley-11.png b/Icons and cursors/windowsicon/256x256/emotes/stock_smiley-11.png
deleted file mode 100644
index 771acb0..0000000
Binary files a/Icons and cursors/windowsicon/256x256/emotes/stock_smiley-11.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/emotes/stock_smiley-15.png b/Icons and cursors/windowsicon/256x256/emotes/stock_smiley-15.png
deleted file mode 100644
index 90be8e5..0000000
Binary files a/Icons and cursors/windowsicon/256x256/emotes/stock_smiley-15.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/emotes/stock_smiley-18.png b/Icons and cursors/windowsicon/256x256/emotes/stock_smiley-18.png
deleted file mode 100644
index 34bfcac..0000000
Binary files a/Icons and cursors/windowsicon/256x256/emotes/stock_smiley-18.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/emotes/stock_smiley-2.png b/Icons and cursors/windowsicon/256x256/emotes/stock_smiley-2.png
deleted file mode 100644
index 9b100b7..0000000
Binary files a/Icons and cursors/windowsicon/256x256/emotes/stock_smiley-2.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/emotes/stock_smiley-3.png b/Icons and cursors/windowsicon/256x256/emotes/stock_smiley-3.png
deleted file mode 100644
index f990e5e..0000000
Binary files a/Icons and cursors/windowsicon/256x256/emotes/stock_smiley-3.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/emotes/stock_smiley-4.png b/Icons and cursors/windowsicon/256x256/emotes/stock_smiley-4.png
deleted file mode 100644
index 6e10f20..0000000
Binary files a/Icons and cursors/windowsicon/256x256/emotes/stock_smiley-4.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/emotes/stock_smiley-5.png b/Icons and cursors/windowsicon/256x256/emotes/stock_smiley-5.png
deleted file mode 100644
index dfaa9b7..0000000
Binary files a/Icons and cursors/windowsicon/256x256/emotes/stock_smiley-5.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/emotes/stock_smiley-6.png b/Icons and cursors/windowsicon/256x256/emotes/stock_smiley-6.png
deleted file mode 100644
index 2673f02..0000000
Binary files a/Icons and cursors/windowsicon/256x256/emotes/stock_smiley-6.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/emotes/stock_smiley-7.png b/Icons and cursors/windowsicon/256x256/emotes/stock_smiley-7.png
deleted file mode 100644
index 9b100b7..0000000
Binary files a/Icons and cursors/windowsicon/256x256/emotes/stock_smiley-7.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/emotes/stock_smiley-8.png b/Icons and cursors/windowsicon/256x256/emotes/stock_smiley-8.png
deleted file mode 100644
index 1e99e16..0000000
Binary files a/Icons and cursors/windowsicon/256x256/emotes/stock_smiley-8.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/application-gzip.png b/Icons and cursors/windowsicon/256x256/mimetypes/application-gzip.png
deleted file mode 100644
index e952c53..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/application-gzip.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/application-octet-stream.png b/Icons and cursors/windowsicon/256x256/mimetypes/application-octet-stream.png
deleted file mode 100644
index 82d7205..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/application-octet-stream.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/application-rss.xml.png b/Icons and cursors/windowsicon/256x256/mimetypes/application-rss.xml.png
deleted file mode 100644
index 3020813..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/application-rss.xml.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/application-vnd.ms-excel.sheet.macroEnabled.12.png b/Icons and cursors/windowsicon/256x256/mimetypes/application-vnd.ms-excel.sheet.macroEnabled.12.png
deleted file mode 100644
index 6c3d3b1..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/application-vnd.ms-excel.sheet.macroEnabled.12.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/application-vnd.ms-powerpoint.presentation.macroEnabled.12.png b/Icons and cursors/windowsicon/256x256/mimetypes/application-vnd.ms-powerpoint.presentation.macroEnabled.12.png
deleted file mode 100644
index 5fb8477..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/application-vnd.ms-powerpoint.presentation.macroEnabled.12.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/application-vnd.ms-word.document.macroEnabled.12.png b/Icons and cursors/windowsicon/256x256/mimetypes/application-vnd.ms-word.document.macroEnabled.12.png
deleted file mode 100644
index 24ce856..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/application-vnd.ms-word.document.macroEnabled.12.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/application-vnd.openofficeorg.extension.png b/Icons and cursors/windowsicon/256x256/mimetypes/application-vnd.openofficeorg.extension.png
deleted file mode 100644
index 4b91ae4..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/application-vnd.openofficeorg.extension.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.presentation.png b/Icons and cursors/windowsicon/256x256/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.presentation.png
deleted file mode 100644
index 5fb8477..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.presentation.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.template.png b/Icons and cursors/windowsicon/256x256/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.template.png
deleted file mode 100644
index 24fbe40..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png b/Icons and cursors/windowsicon/256x256/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png
deleted file mode 100644
index 6c3d3b1..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.template.png b/Icons and cursors/windowsicon/256x256/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.template.png
deleted file mode 100644
index cc23365..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png b/Icons and cursors/windowsicon/256x256/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png
deleted file mode 100644
index 24ce856..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.template.png b/Icons and cursors/windowsicon/256x256/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.template.png
deleted file mode 100644
index 934ffc4..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/application-vnd.rar.png b/Icons and cursors/windowsicon/256x256/mimetypes/application-vnd.rar.png
deleted file mode 100644
index e952c53..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/application-vnd.rar.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/application-x-7z-compressed.png b/Icons and cursors/windowsicon/256x256/mimetypes/application-x-7z-compressed.png
deleted file mode 100644
index e78060c..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/application-x-7z-compressed.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/application-x-addon.png b/Icons and cursors/windowsicon/256x256/mimetypes/application-x-addon.png
deleted file mode 100644
index 9a89f96..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/application-x-addon.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/application-x-blender.png b/Icons and cursors/windowsicon/256x256/mimetypes/application-x-blender.png
deleted file mode 100644
index b992a39..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/application-x-blender.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/application-x-bzip-compressed-tar.png b/Icons and cursors/windowsicon/256x256/mimetypes/application-x-bzip-compressed-tar.png
deleted file mode 100644
index e952c53..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/application-x-bzip-compressed-tar.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/application-x-bzip.png b/Icons and cursors/windowsicon/256x256/mimetypes/application-x-bzip.png
deleted file mode 100644
index e952c53..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/application-x-bzip.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/application-x-cd-image.png b/Icons and cursors/windowsicon/256x256/mimetypes/application-x-cd-image.png
deleted file mode 100644
index 7ebabbf..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/application-x-cd-image.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/application-x-executable.png b/Icons and cursors/windowsicon/256x256/mimetypes/application-x-executable.png
deleted file mode 100644
index a42df96..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/application-x-executable.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/application-x-gzip.png b/Icons and cursors/windowsicon/256x256/mimetypes/application-x-gzip.png
deleted file mode 100644
index e952c53..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/application-x-gzip.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/application-x-kdenlivetitle.png b/Icons and cursors/windowsicon/256x256/mimetypes/application-x-kdenlivetitle.png
deleted file mode 100644
index a26fdc1..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/application-x-kdenlivetitle.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/application-x-krita.png b/Icons and cursors/windowsicon/256x256/mimetypes/application-x-krita.png
deleted file mode 100644
index b259b38..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/application-x-krita.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/application-x-mono-develop-xib.png b/Icons and cursors/windowsicon/256x256/mimetypes/application-x-mono-develop-xib.png
deleted file mode 100644
index d453c41..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/application-x-mono-develop-xib.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/application-x-rar.png b/Icons and cursors/windowsicon/256x256/mimetypes/application-x-rar.png
deleted file mode 100644
index e952c53..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/application-x-rar.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/application-x-zip-compressed-fb2.png b/Icons and cursors/windowsicon/256x256/mimetypes/application-x-zip-compressed-fb2.png
deleted file mode 100644
index e952c53..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/application-x-zip-compressed-fb2.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/application-zip.png b/Icons and cursors/windowsicon/256x256/mimetypes/application-zip.png
deleted file mode 100644
index e952c53..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/application-zip.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/ascii.png b/Icons and cursors/windowsicon/256x256/mimetypes/ascii.png
deleted file mode 100644
index 29c1bc1..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/ascii.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/audio-x-generic.png b/Icons and cursors/windowsicon/256x256/mimetypes/audio-x-generic.png
deleted file mode 100644
index 9430dff..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/audio-x-generic.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/binary.png b/Icons and cursors/windowsicon/256x256/mimetypes/binary.png
deleted file mode 100644
index a42df96..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/binary.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/contents2.png b/Icons and cursors/windowsicon/256x256/mimetypes/contents2.png
deleted file mode 100644
index ed0495d..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/contents2.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/copy.sh b/Icons and cursors/windowsicon/256x256/mimetypes/copy.sh
deleted file mode 100644
index f81ff5d..0000000
--- a/Icons and cursors/windowsicon/256x256/mimetypes/copy.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-sudo cp zip.png application-gzip.png
-sudo cp zip.png application-x-bzip-compressed-tar.png
-sudo cp zip.png application-x-bzip
-sudo cp zip.png application-x-gzip
-sudo cp zip.png application-x-zip-compressed-fb2.png
-sudo cp zip.png application-zip
-sudo cp zip.png application-vnd.rar.png
-sudo cp zip.png application-x-rar.png
-
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/deb.png b/Icons and cursors/windowsicon/256x256/mimetypes/deb.png
deleted file mode 100644
index e952c53..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/deb.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/document.png b/Icons and cursors/windowsicon/256x256/mimetypes/document.png
deleted file mode 100644
index 097f3cd..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/document.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/empty.png b/Icons and cursors/windowsicon/256x256/mimetypes/empty.png
deleted file mode 100644
index 29c1bc1..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/empty.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/exec.png b/Icons and cursors/windowsicon/256x256/mimetypes/exec.png
deleted file mode 100644
index a42df96..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/exec.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/folder_tar.png b/Icons and cursors/windowsicon/256x256/mimetypes/folder_tar.png
deleted file mode 100644
index e952c53..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/folder_tar.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/font-x-generic.png b/Icons and cursors/windowsicon/256x256/mimetypes/font-x-generic.png
deleted file mode 100644
index d6221f5..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/font-x-generic.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/font.png b/Icons and cursors/windowsicon/256x256/mimetypes/font.png
deleted file mode 100644
index d6221f5..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/font.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/font_bitmap.png b/Icons and cursors/windowsicon/256x256/mimetypes/font_bitmap.png
deleted file mode 100644
index d6221f5..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/font_bitmap.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/font_truetype.png b/Icons and cursors/windowsicon/256x256/mimetypes/font_truetype.png
deleted file mode 100644
index d6221f5..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/font_truetype.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/font_type1.png b/Icons and cursors/windowsicon/256x256/mimetypes/font_type1.png
deleted file mode 100644
index d6221f5..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/font_type1.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-fs-executable.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-fs-executable.png
deleted file mode 100644
index a42df96..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-fs-executable.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-fs-regular.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-fs-regular.png
deleted file mode 100644
index 79e5ae8..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-fs-regular.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-magicpoint.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-magicpoint.png
deleted file mode 100644
index 5fb8477..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-magicpoint.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-msword.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-msword.png
deleted file mode 100644
index 24ce856..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-msword.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-ogg.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-ogg.png
deleted file mode 100644
index 9430dff..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-ogg.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-pdf.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-pdf.png
deleted file mode 100644
index 24ce856..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-pdf.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-postscript.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-postscript.png
deleted file mode 100644
index 24ce856..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-postscript.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-rtf.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-rtf.png
deleted file mode 100644
index 24ce856..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-rtf.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.lotus-1-2-3.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.lotus-1-2-3.png
deleted file mode 100644
index 6c3d3b1..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.lotus-1-2-3.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.ms-excel.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.ms-excel.png
deleted file mode 100644
index 6c3d3b1..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.ms-excel.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png
deleted file mode 100644
index 5fb8477..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics-template.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics-template.png
deleted file mode 100644
index ab406e4..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics-template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics.png
deleted file mode 100644
index ab406e4..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.image.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.image.png
deleted file mode 100644
index ab406e4..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.image.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation-template.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation-template.png
deleted file mode 100644
index 24fbe40..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation-template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation.png
deleted file mode 100644
index 5fb8477..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet-template.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet-template.png
deleted file mode 100644
index cc23365..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet-template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png
deleted file mode 100644
index 6c3d3b1..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-template.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-template.png
deleted file mode 100644
index 934ffc4..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-web.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-web.png
deleted file mode 100644
index 0e4f246..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-web.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text.png
deleted file mode 100644
index 24ce856..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.png
deleted file mode 100644
index 22633b2..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.png
deleted file mode 100644
index 22633b2..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.rn-realmedia.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.rn-realmedia.png
deleted file mode 100644
index 22633b2..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.rn-realmedia.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.stardivision.calc.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.stardivision.calc.png
deleted file mode 100644
index 6c3d3b1..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.stardivision.calc.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.stardivision.impress.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.stardivision.impress.png
deleted file mode 100644
index 5fb8477..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.stardivision.impress.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.stardivision.writer.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.stardivision.writer.png
deleted file mode 100644
index 24ce856..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.stardivision.writer.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.sun.xml.calc.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.sun.xml.calc.png
deleted file mode 100644
index 6c3d3b1..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.sun.xml.calc.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.sun.xml.calc.template.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.sun.xml.calc.template.png
deleted file mode 100644
index cc23365..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.sun.xml.calc.template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.sun.xml.draw.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.sun.xml.draw.png
deleted file mode 100644
index ab406e4..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.sun.xml.draw.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.sun.xml.draw.template.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.sun.xml.draw.template.png
deleted file mode 100644
index ab406e4..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.sun.xml.draw.template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.sun.xml.impress.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.sun.xml.impress.png
deleted file mode 100644
index 5fb8477..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.sun.xml.impress.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.sun.xml.impress.template.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.sun.xml.impress.template.png
deleted file mode 100644
index 24fbe40..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.sun.xml.impress.template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.sun.xml.writer.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.sun.xml.writer.png
deleted file mode 100644
index 24ce856..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.sun.xml.writer.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.sun.xml.writer.template.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.sun.xml.writer.template.png
deleted file mode 100644
index 934ffc4..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.sun.xml.writer.template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-wordperfect.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-wordperfect.png
deleted file mode 100644
index 24ce856..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-wordperfect.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-7z-compressed.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-7z-compressed.png
deleted file mode 100644
index e952c53..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-7z-compressed.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-abiword.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-abiword.png
deleted file mode 100644
index 24ce856..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-abiword.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-applix-spreadsheet.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-applix-spreadsheet.png
deleted file mode 100644
index 6c3d3b1..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-applix-spreadsheet.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-applix-word.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-applix-word.png
deleted file mode 100644
index 24ce856..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-applix-word.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-archive.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-archive.png
deleted file mode 100644
index e952c53..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-archive.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-arj.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-arj.png
deleted file mode 100644
index e952c53..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-arj.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-bzip-compressed-tar.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-bzip-compressed-tar.png
deleted file mode 100644
index e952c53..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-bzip-compressed-tar.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-bzip.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-bzip.png
deleted file mode 100644
index e952c53..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-bzip.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-compress.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-compress.png
deleted file mode 100644
index e952c53..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-compress.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-compressed-tar.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-compressed-tar.png
deleted file mode 100644
index e952c53..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-compressed-tar.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-cpio-compressed.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-cpio-compressed.png
deleted file mode 100644
index e952c53..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-cpio-compressed.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-cpio.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-cpio.png
deleted file mode 100644
index e952c53..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-cpio.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-deb.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-deb.png
deleted file mode 100644
index e952c53..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-deb.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-dvi.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-dvi.png
deleted file mode 100644
index 24ce856..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-dvi.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-executable.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-executable.png
deleted file mode 100644
index a42df96..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-executable.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-font-afm.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-font-afm.png
deleted file mode 100644
index d6221f5..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-font-afm.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-font-bdf.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-font-bdf.png
deleted file mode 100644
index d6221f5..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-font-bdf.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-font-linux-psf.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-font-linux-psf.png
deleted file mode 100644
index d6221f5..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-font-linux-psf.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-font-pcf.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-font-pcf.png
deleted file mode 100644
index d6221f5..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-font-pcf.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-font-sunos-news.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-font-sunos-news.png
deleted file mode 100644
index d6221f5..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-font-sunos-news.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-font-ttf.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-font-ttf.png
deleted file mode 100644
index d6221f5..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-font-ttf.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-gnumeric.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-gnumeric.png
deleted file mode 100644
index 6c3d3b1..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-gnumeric.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-gzip.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-gzip.png
deleted file mode 100644
index e952c53..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-gzip.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-gzpostscript.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-gzpostscript.png
deleted file mode 100644
index 24ce856..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-gzpostscript.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-jar.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-jar.png
deleted file mode 100644
index e952c53..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-jar.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-killustrator.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-killustrator.png
deleted file mode 100644
index 7cb7b94..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-killustrator.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-kpresenter.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-kpresenter.png
deleted file mode 100644
index 5fb8477..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-kpresenter.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-kspread.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-kspread.png
deleted file mode 100644
index 6c3d3b1..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-kspread.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-kword.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-kword.png
deleted file mode 100644
index 24ce856..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-kword.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-lha.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-lha.png
deleted file mode 100644
index e952c53..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-lha.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-lhz.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-lhz.png
deleted file mode 100644
index e952c53..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-lhz.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-lzma-compressed-tar.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-lzma-compressed-tar.png
deleted file mode 100644
index e952c53..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-lzma-compressed-tar.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-lzma.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-lzma.png
deleted file mode 100644
index e952c53..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-lzma.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-ms-dos-executable.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-ms-dos-executable.png
deleted file mode 100644
index a42df96..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-ms-dos-executable.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-perl.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-perl.png
deleted file mode 100644
index d1f88c4..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-perl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-php.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-php.png
deleted file mode 100644
index 0e4f246..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-php.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-python-bytecode.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-python-bytecode.png
deleted file mode 100644
index d1f88c4..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-python-bytecode.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-rar.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-rar.png
deleted file mode 100644
index e952c53..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-rar.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-rpm.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-rpm.png
deleted file mode 100644
index e952c53..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-rpm.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-scribus.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-scribus.png
deleted file mode 100644
index 24ce856..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-scribus.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-shellscript.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-shellscript.png
deleted file mode 100644
index d1f88c4..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-shellscript.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-shockwave-flash.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-shockwave-flash.png
deleted file mode 100644
index 22633b2..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-shockwave-flash.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-stuffit.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-stuffit.png
deleted file mode 100644
index e952c53..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-stuffit.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-tar.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-tar.png
deleted file mode 100644
index e952c53..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-tar.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-tarz.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-tarz.png
deleted file mode 100644
index e952c53..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-tarz.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-tex.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-tex.png
deleted file mode 100644
index 24ce856..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-tex.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-xhtml.xml.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-xhtml.xml.png
deleted file mode 100644
index 0e4f246..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-xhtml.xml.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-zip.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-zip.png
deleted file mode 100644
index e952c53..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-zip.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-audio.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-audio.png
deleted file mode 100644
index 9430dff..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-audio.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-image.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-image.png
deleted file mode 100644
index 7cb7b94..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-image.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-text-html.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-text-html.png
deleted file mode 100644
index 0e4f246..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-text-html.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-text-vnd.wap.wml.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-text-vnd.wap.wml.png
deleted file mode 100644
index 0e4f246..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-text-vnd.wap.wml.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-text-x-csh.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-text-x-csh.png
deleted file mode 100644
index d1f88c4..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-text-x-csh.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-text-x-python.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-text-x-python.png
deleted file mode 100644
index d1f88c4..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-text-x-python.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-text-x-sh.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-text-x-sh.png
deleted file mode 100644
index d1f88c4..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-text-x-sh.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-text-x-vcard.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-text-x-vcard.png
deleted file mode 100644
index ed0495d..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-text-x-vcard.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-text-x-zsh.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-text-x-zsh.png
deleted file mode 100644
index d1f88c4..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-text-x-zsh.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-text.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-text.png
deleted file mode 100644
index 29c1bc1..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-text.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-video.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-video.png
deleted file mode 100644
index 22633b2..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-video.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-x-font-afm.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-x-font-afm.png
deleted file mode 100644
index d6221f5..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-x-font-afm.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-package.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-package.png
deleted file mode 100644
index e952c53..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-package.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gtk-file.png b/Icons and cursors/windowsicon/256x256/mimetypes/gtk-file.png
deleted file mode 100644
index 79e5ae8..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gtk-file.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/html.png b/Icons and cursors/windowsicon/256x256/mimetypes/html.png
deleted file mode 100644
index 0e4f246..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/html.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/image-x-generic.png b/Icons and cursors/windowsicon/256x256/mimetypes/image-x-generic.png
deleted file mode 100644
index 7cb7b94..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/image-x-generic.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/image.png b/Icons and cursors/windowsicon/256x256/mimetypes/image.png
deleted file mode 100644
index 7cb7b94..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/image.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/kpresenter_kpr.png b/Icons and cursors/windowsicon/256x256/mimetypes/kpresenter_kpr.png
deleted file mode 100644
index 5fb8477..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/kpresenter_kpr.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/libreoffice-oasis-database.png b/Icons and cursors/windowsicon/256x256/mimetypes/libreoffice-oasis-database.png
deleted file mode 100644
index b0944ca..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/libreoffice-oasis-database.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/libreoffice-oasis-drawing-template.png b/Icons and cursors/windowsicon/256x256/mimetypes/libreoffice-oasis-drawing-template.png
deleted file mode 100644
index ab406e4..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/libreoffice-oasis-drawing-template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/libreoffice-oasis-drawing.png b/Icons and cursors/windowsicon/256x256/mimetypes/libreoffice-oasis-drawing.png
deleted file mode 100644
index ab406e4..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/libreoffice-oasis-drawing.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/libreoffice-oasis-formula.png b/Icons and cursors/windowsicon/256x256/mimetypes/libreoffice-oasis-formula.png
deleted file mode 100644
index 07b53fc..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/libreoffice-oasis-formula.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/libreoffice-oasis-master-document.png b/Icons and cursors/windowsicon/256x256/mimetypes/libreoffice-oasis-master-document.png
deleted file mode 100644
index 5bc21b2..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/libreoffice-oasis-master-document.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/libreoffice-oasis-presentation-template.png b/Icons and cursors/windowsicon/256x256/mimetypes/libreoffice-oasis-presentation-template.png
deleted file mode 100644
index 24fbe40..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/libreoffice-oasis-presentation-template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/libreoffice-oasis-presentation.png b/Icons and cursors/windowsicon/256x256/mimetypes/libreoffice-oasis-presentation.png
deleted file mode 100644
index 5fb8477..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/libreoffice-oasis-presentation.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/libreoffice-oasis-spreadsheet-template.png b/Icons and cursors/windowsicon/256x256/mimetypes/libreoffice-oasis-spreadsheet-template.png
deleted file mode 100644
index cc23365..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/libreoffice-oasis-spreadsheet-template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/libreoffice-oasis-spreadsheet.png b/Icons and cursors/windowsicon/256x256/mimetypes/libreoffice-oasis-spreadsheet.png
deleted file mode 100644
index 6c3d3b1..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/libreoffice-oasis-spreadsheet.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/libreoffice-oasis-text-template.png b/Icons and cursors/windowsicon/256x256/mimetypes/libreoffice-oasis-text-template.png
deleted file mode 100644
index 934ffc4..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/libreoffice-oasis-text-template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/libreoffice-oasis-text.png b/Icons and cursors/windowsicon/256x256/mimetypes/libreoffice-oasis-text.png
deleted file mode 100644
index 24ce856..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/libreoffice-oasis-text.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/libreoffice-oasis-web-template.png b/Icons and cursors/windowsicon/256x256/mimetypes/libreoffice-oasis-web-template.png
deleted file mode 100644
index 0db7b98..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/libreoffice-oasis-web-template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/mime_ascii.png b/Icons and cursors/windowsicon/256x256/mimetypes/mime_ascii.png
deleted file mode 100644
index 29c1bc1..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/mime_ascii.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/misc.png b/Icons and cursors/windowsicon/256x256/mimetypes/misc.png
deleted file mode 100644
index 29c1bc1..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/misc.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/package-x-generic.png b/Icons and cursors/windowsicon/256x256/mimetypes/package-x-generic.png
deleted file mode 100644
index e952c53..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/package-x-generic.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/package.png b/Icons and cursors/windowsicon/256x256/mimetypes/package.png
deleted file mode 100644
index e952c53..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/package.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/package_editors.png b/Icons and cursors/windowsicon/256x256/mimetypes/package_editors.png
deleted file mode 100644
index 29c1bc1..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/package_editors.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/package_wordprocessing.png b/Icons and cursors/windowsicon/256x256/mimetypes/package_wordprocessing.png
deleted file mode 100644
index 24ce856..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/package_wordprocessing.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/rpm.png b/Icons and cursors/windowsicon/256x256/mimetypes/rpm.png
deleted file mode 100644
index e952c53..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/rpm.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/shellscript.png b/Icons and cursors/windowsicon/256x256/mimetypes/shellscript.png
deleted file mode 100644
index d1f88c4..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/shellscript.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/sound.png b/Icons and cursors/windowsicon/256x256/mimetypes/sound.png
deleted file mode 100644
index 9430dff..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/sound.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/spreadsheet.png b/Icons and cursors/windowsicon/256x256/mimetypes/spreadsheet.png
deleted file mode 100644
index 6c3d3b1..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/spreadsheet.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/stock_addressbook.png b/Icons and cursors/windowsicon/256x256/mimetypes/stock_addressbook.png
deleted file mode 100644
index ed0495d..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/stock_addressbook.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/stock_script.png b/Icons and cursors/windowsicon/256x256/mimetypes/stock_script.png
deleted file mode 100644
index d1f88c4..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/stock_script.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/tar.png b/Icons and cursors/windowsicon/256x256/mimetypes/tar.png
deleted file mode 100644
index e952c53..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/tar.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/template_source.png b/Icons and cursors/windowsicon/256x256/mimetypes/template_source.png
deleted file mode 100644
index 9c9428f..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/template_source.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/text-html.png b/Icons and cursors/windowsicon/256x256/mimetypes/text-html.png
deleted file mode 100644
index 0e4f246..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/text-html.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/text-x-generic-template.png b/Icons and cursors/windowsicon/256x256/mimetypes/text-x-generic-template.png
deleted file mode 100644
index 9c9428f..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/text-x-generic-template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/text-x-generic.png b/Icons and cursors/windowsicon/256x256/mimetypes/text-x-generic.png
deleted file mode 100644
index 29c1bc1..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/text-x-generic.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/text-x-opml.xml.png b/Icons and cursors/windowsicon/256x256/mimetypes/text-x-opml.xml.png
deleted file mode 100644
index 819ce39..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/text-x-opml.xml.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/text-x-preview.png b/Icons and cursors/windowsicon/256x256/mimetypes/text-x-preview.png
deleted file mode 100644
index 79e5ae8..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/text-x-preview.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/text-x-script.png b/Icons and cursors/windowsicon/256x256/mimetypes/text-x-script.png
deleted file mode 100644
index d1f88c4..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/text-x-script.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/tgz.png b/Icons and cursors/windowsicon/256x256/mimetypes/tgz.png
deleted file mode 100644
index e952c53..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/tgz.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/txt.png b/Icons and cursors/windowsicon/256x256/mimetypes/txt.png
deleted file mode 100644
index 29c1bc1..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/txt.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/txt2.png b/Icons and cursors/windowsicon/256x256/mimetypes/txt2.png
deleted file mode 100644
index 29c1bc1..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/txt2.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/unknown.png b/Icons and cursors/windowsicon/256x256/mimetypes/unknown.png
deleted file mode 100644
index 29c1bc1..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/unknown.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/vcard.png b/Icons and cursors/windowsicon/256x256/mimetypes/vcard.png
deleted file mode 100644
index ed0495d..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/vcard.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/video-x-generic.png b/Icons and cursors/windowsicon/256x256/mimetypes/video-x-generic.png
deleted file mode 100644
index 22633b2..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/video-x-generic.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/video.png b/Icons and cursors/windowsicon/256x256/mimetypes/video.png
deleted file mode 100644
index 22633b2..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/video.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/wordprocessing.png b/Icons and cursors/windowsicon/256x256/mimetypes/wordprocessing.png
deleted file mode 100644
index 24ce856..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/wordprocessing.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/www.png b/Icons and cursors/windowsicon/256x256/mimetypes/www.png
deleted file mode 100644
index 0e4f246..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/www.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/x-office-address-book.png b/Icons and cursors/windowsicon/256x256/mimetypes/x-office-address-book.png
deleted file mode 100644
index ed0495d..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/x-office-address-book.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/x-office-document-template.png b/Icons and cursors/windowsicon/256x256/mimetypes/x-office-document-template.png
deleted file mode 100644
index 934ffc4..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/x-office-document-template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/x-office-document.png b/Icons and cursors/windowsicon/256x256/mimetypes/x-office-document.png
deleted file mode 100644
index 24ce856..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/x-office-document.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/x-office-drawing-template.png b/Icons and cursors/windowsicon/256x256/mimetypes/x-office-drawing-template.png
deleted file mode 100644
index ab406e4..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/x-office-drawing-template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/x-office-drawing.png b/Icons and cursors/windowsicon/256x256/mimetypes/x-office-drawing.png
deleted file mode 100644
index ab406e4..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/x-office-drawing.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/x-office-presentation-template.png b/Icons and cursors/windowsicon/256x256/mimetypes/x-office-presentation-template.png
deleted file mode 100644
index 24fbe40..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/x-office-presentation-template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/x-office-presentation.png b/Icons and cursors/windowsicon/256x256/mimetypes/x-office-presentation.png
deleted file mode 100644
index 5fb8477..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/x-office-presentation.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/x-office-spreadsheet-template.png b/Icons and cursors/windowsicon/256x256/mimetypes/x-office-spreadsheet-template.png
deleted file mode 100644
index cc23365..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/x-office-spreadsheet-template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/x-office-spreadsheet.png b/Icons and cursors/windowsicon/256x256/mimetypes/x-office-spreadsheet.png
deleted file mode 100644
index 6c3d3b1..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/x-office-spreadsheet.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/x-package-repository.png b/Icons and cursors/windowsicon/256x256/mimetypes/x-package-repository.png
deleted file mode 100644
index dd2ab7a..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/x-package-repository.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/xorg.png b/Icons and cursors/windowsicon/256x256/mimetypes/xorg.png
deleted file mode 100644
index a42df96..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/xorg.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/zip.png b/Icons and cursors/windowsicon/256x256/mimetypes/zip.png
deleted file mode 100644
index e952c53..0000000
Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/zip.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/places/application-x-gnome-saved-search.png b/Icons and cursors/windowsicon/256x256/places/application-x-gnome-saved-search.png
deleted file mode 100644
index c76d8a6..0000000
Binary files a/Icons and cursors/windowsicon/256x256/places/application-x-gnome-saved-search.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/places/debian-swirl.png b/Icons and cursors/windowsicon/256x256/places/debian-swirl.png
deleted file mode 100644
index fcf065f..0000000
Binary files a/Icons and cursors/windowsicon/256x256/places/debian-swirl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/places/desktop.png b/Icons and cursors/windowsicon/256x256/places/desktop.png
deleted file mode 100644
index fb7be4e..0000000
Binary files a/Icons and cursors/windowsicon/256x256/places/desktop.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/places/emptytrash.png b/Icons and cursors/windowsicon/256x256/places/emptytrash.png
deleted file mode 100644
index e3b0bbd..0000000
Binary files a/Icons and cursors/windowsicon/256x256/places/emptytrash.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/places/folder-documents.png b/Icons and cursors/windowsicon/256x256/places/folder-documents.png
deleted file mode 100644
index 3d390c5..0000000
Binary files a/Icons and cursors/windowsicon/256x256/places/folder-documents.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/places/folder-download.png b/Icons and cursors/windowsicon/256x256/places/folder-download.png
deleted file mode 100644
index 00f19c9..0000000
Binary files a/Icons and cursors/windowsicon/256x256/places/folder-download.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/places/folder-music.png b/Icons and cursors/windowsicon/256x256/places/folder-music.png
deleted file mode 100644
index 4cf0aa4..0000000
Binary files a/Icons and cursors/windowsicon/256x256/places/folder-music.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/places/folder-pictures.png b/Icons and cursors/windowsicon/256x256/places/folder-pictures.png
deleted file mode 100644
index 993ccb0..0000000
Binary files a/Icons and cursors/windowsicon/256x256/places/folder-pictures.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/places/folder-publicshare.png b/Icons and cursors/windowsicon/256x256/places/folder-publicshare.png
deleted file mode 100644
index d3e1953..0000000
Binary files a/Icons and cursors/windowsicon/256x256/places/folder-publicshare.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/places/folder-remote.png b/Icons and cursors/windowsicon/256x256/places/folder-remote.png
deleted file mode 100644
index 430d116..0000000
Binary files a/Icons and cursors/windowsicon/256x256/places/folder-remote.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/places/folder-saved-search.png b/Icons and cursors/windowsicon/256x256/places/folder-saved-search.png
deleted file mode 100644
index c76d8a6..0000000
Binary files a/Icons and cursors/windowsicon/256x256/places/folder-saved-search.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/places/folder-templates.png b/Icons and cursors/windowsicon/256x256/places/folder-templates.png
deleted file mode 100644
index 757e919..0000000
Binary files a/Icons and cursors/windowsicon/256x256/places/folder-templates.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/places/folder-videos.png b/Icons and cursors/windowsicon/256x256/places/folder-videos.png
deleted file mode 100644
index 8d27a2a..0000000
Binary files a/Icons and cursors/windowsicon/256x256/places/folder-videos.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/places/folder.png b/Icons and cursors/windowsicon/256x256/places/folder.png
deleted file mode 100644
index ac751e2..0000000
Binary files a/Icons and cursors/windowsicon/256x256/places/folder.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/places/folder_home.png b/Icons and cursors/windowsicon/256x256/places/folder_home.png
deleted file mode 100644
index 383cfc8..0000000
Binary files a/Icons and cursors/windowsicon/256x256/places/folder_home.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/places/gnome-fs-desktop.png b/Icons and cursors/windowsicon/256x256/places/gnome-fs-desktop.png
deleted file mode 100644
index fb7be4e..0000000
Binary files a/Icons and cursors/windowsicon/256x256/places/gnome-fs-desktop.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/places/gnome-fs-directory.png b/Icons and cursors/windowsicon/256x256/places/gnome-fs-directory.png
deleted file mode 100644
index ac751e2..0000000
Binary files a/Icons and cursors/windowsicon/256x256/places/gnome-fs-directory.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/places/gnome-fs-ftp.png b/Icons and cursors/windowsicon/256x256/places/gnome-fs-ftp.png
deleted file mode 100644
index 430d116..0000000
Binary files a/Icons and cursors/windowsicon/256x256/places/gnome-fs-ftp.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/places/gnome-fs-home.png b/Icons and cursors/windowsicon/256x256/places/gnome-fs-home.png
deleted file mode 100644
index 383cfc8..0000000
Binary files a/Icons and cursors/windowsicon/256x256/places/gnome-fs-home.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/places/gnome-fs-network.png b/Icons and cursors/windowsicon/256x256/places/gnome-fs-network.png
deleted file mode 100644
index 997526e..0000000
Binary files a/Icons and cursors/windowsicon/256x256/places/gnome-fs-network.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/places/gnome-fs-nfs.png b/Icons and cursors/windowsicon/256x256/places/gnome-fs-nfs.png
deleted file mode 100644
index 430d116..0000000
Binary files a/Icons and cursors/windowsicon/256x256/places/gnome-fs-nfs.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/places/gnome-fs-server.png b/Icons and cursors/windowsicon/256x256/places/gnome-fs-server.png
deleted file mode 100644
index 74415b1..0000000
Binary files a/Icons and cursors/windowsicon/256x256/places/gnome-fs-server.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/places/gnome-fs-share.png b/Icons and cursors/windowsicon/256x256/places/gnome-fs-share.png
deleted file mode 100644
index 430d116..0000000
Binary files a/Icons and cursors/windowsicon/256x256/places/gnome-fs-share.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/places/gnome-fs-smb.png b/Icons and cursors/windowsicon/256x256/places/gnome-fs-smb.png
deleted file mode 100644
index 430d116..0000000
Binary files a/Icons and cursors/windowsicon/256x256/places/gnome-fs-smb.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/places/gnome-fs-ssh.png b/Icons and cursors/windowsicon/256x256/places/gnome-fs-ssh.png
deleted file mode 100644
index 430d116..0000000
Binary files a/Icons and cursors/windowsicon/256x256/places/gnome-fs-ssh.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/places/gnome-fs-trash-empty.png b/Icons and cursors/windowsicon/256x256/places/gnome-fs-trash-empty.png
deleted file mode 100644
index e3b0bbd..0000000
Binary files a/Icons and cursors/windowsicon/256x256/places/gnome-fs-trash-empty.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/places/gnome-mime-x-directory-nfs-server.png b/Icons and cursors/windowsicon/256x256/places/gnome-mime-x-directory-nfs-server.png
deleted file mode 100644
index 74415b1..0000000
Binary files a/Icons and cursors/windowsicon/256x256/places/gnome-mime-x-directory-nfs-server.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/places/gnome-mime-x-directory-smb-server.png b/Icons and cursors/windowsicon/256x256/places/gnome-mime-x-directory-smb-server.png
deleted file mode 100644
index 74415b1..0000000
Binary files a/Icons and cursors/windowsicon/256x256/places/gnome-mime-x-directory-smb-server.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/places/gnome-mime-x-directory-smb-share.png b/Icons and cursors/windowsicon/256x256/places/gnome-mime-x-directory-smb-share.png
deleted file mode 100644
index 430d116..0000000
Binary files a/Icons and cursors/windowsicon/256x256/places/gnome-mime-x-directory-smb-share.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/places/gnome-mime-x-directory-smb-workgroup.png b/Icons and cursors/windowsicon/256x256/places/gnome-mime-x-directory-smb-workgroup.png
deleted file mode 100644
index 997526e..0000000
Binary files a/Icons and cursors/windowsicon/256x256/places/gnome-mime-x-directory-smb-workgroup.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/places/gnome-stock-trash.png b/Icons and cursors/windowsicon/256x256/places/gnome-stock-trash.png
deleted file mode 100644
index e3b0bbd..0000000
Binary files a/Icons and cursors/windowsicon/256x256/places/gnome-stock-trash.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/places/gtk-directory.png b/Icons and cursors/windowsicon/256x256/places/gtk-directory.png
deleted file mode 100644
index ac751e2..0000000
Binary files a/Icons and cursors/windowsicon/256x256/places/gtk-directory.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/places/gtk-network.png b/Icons and cursors/windowsicon/256x256/places/gtk-network.png
deleted file mode 100644
index 997526e..0000000
Binary files a/Icons and cursors/windowsicon/256x256/places/gtk-network.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/places/inode-directory.png b/Icons and cursors/windowsicon/256x256/places/inode-directory.png
deleted file mode 100644
index ac751e2..0000000
Binary files a/Icons and cursors/windowsicon/256x256/places/inode-directory.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/places/network-server.png b/Icons and cursors/windowsicon/256x256/places/network-server.png
deleted file mode 100644
index 74415b1..0000000
Binary files a/Icons and cursors/windowsicon/256x256/places/network-server.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/places/network-workgroup.png b/Icons and cursors/windowsicon/256x256/places/network-workgroup.png
deleted file mode 100644
index 997526e..0000000
Binary files a/Icons and cursors/windowsicon/256x256/places/network-workgroup.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/places/network.png b/Icons and cursors/windowsicon/256x256/places/network.png
deleted file mode 100644
index 430d116..0000000
Binary files a/Icons and cursors/windowsicon/256x256/places/network.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/places/network_local.png b/Icons and cursors/windowsicon/256x256/places/network_local.png
deleted file mode 100644
index 997526e..0000000
Binary files a/Icons and cursors/windowsicon/256x256/places/network_local.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/places/redhat-network-server.png b/Icons and cursors/windowsicon/256x256/places/redhat-network-server.png
deleted file mode 100644
index 74415b1..0000000
Binary files a/Icons and cursors/windowsicon/256x256/places/redhat-network-server.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/places/server.png b/Icons and cursors/windowsicon/256x256/places/server.png
deleted file mode 100644
index 74415b1..0000000
Binary files a/Icons and cursors/windowsicon/256x256/places/server.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/places/stock_folder.png b/Icons and cursors/windowsicon/256x256/places/stock_folder.png
deleted file mode 100644
index ac751e2..0000000
Binary files a/Icons and cursors/windowsicon/256x256/places/stock_folder.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/places/trashcan_empty.png b/Icons and cursors/windowsicon/256x256/places/trashcan_empty.png
deleted file mode 100644
index e3b0bbd..0000000
Binary files a/Icons and cursors/windowsicon/256x256/places/trashcan_empty.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/places/user-bookmarks.png b/Icons and cursors/windowsicon/256x256/places/user-bookmarks.png
deleted file mode 100644
index a819b92..0000000
Binary files a/Icons and cursors/windowsicon/256x256/places/user-bookmarks.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/places/user-desktop.png b/Icons and cursors/windowsicon/256x256/places/user-desktop.png
deleted file mode 100644
index fb7be4e..0000000
Binary files a/Icons and cursors/windowsicon/256x256/places/user-desktop.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/places/user-home.png b/Icons and cursors/windowsicon/256x256/places/user-home.png
deleted file mode 100644
index 383cfc8..0000000
Binary files a/Icons and cursors/windowsicon/256x256/places/user-home.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/places/user-trash.png b/Icons and cursors/windowsicon/256x256/places/user-trash.png
deleted file mode 100644
index e3b0bbd..0000000
Binary files a/Icons and cursors/windowsicon/256x256/places/user-trash.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/places/xfce-trash_empty.png b/Icons and cursors/windowsicon/256x256/places/xfce-trash_empty.png
deleted file mode 100644
index e3b0bbd..0000000
Binary files a/Icons and cursors/windowsicon/256x256/places/xfce-trash_empty.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/appointment-missed.png b/Icons and cursors/windowsicon/256x256/status/appointment-missed.png
deleted file mode 100644
index c563467..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/appointment-missed.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/appointment-soon.png b/Icons and cursors/windowsicon/256x256/status/appointment-soon.png
deleted file mode 100644
index 1fd7b29..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/appointment-soon.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/audio-volume-high.png b/Icons and cursors/windowsicon/256x256/status/audio-volume-high.png
deleted file mode 100644
index f71d7a1..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/audio-volume-high.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/audio-volume-low.png b/Icons and cursors/windowsicon/256x256/status/audio-volume-low.png
deleted file mode 100644
index eac825d..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/audio-volume-low.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/audio-volume-medium.png b/Icons and cursors/windowsicon/256x256/status/audio-volume-medium.png
deleted file mode 100644
index 6985d12..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/audio-volume-medium.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/audio-volume-muted.png b/Icons and cursors/windowsicon/256x256/status/audio-volume-muted.png
deleted file mode 100644
index d087689..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/audio-volume-muted.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/avatar-default.png b/Icons and cursors/windowsicon/256x256/status/avatar-default.png
deleted file mode 100644
index 7a3f96d..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/avatar-default.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/battery-caution-charging.png b/Icons and cursors/windowsicon/256x256/status/battery-caution-charging.png
deleted file mode 100644
index 9619ca1..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/battery-caution-charging.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/battery-caution.png b/Icons and cursors/windowsicon/256x256/status/battery-caution.png
deleted file mode 100644
index f4fc2c0..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/battery-caution.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/battery-empty-charging.png b/Icons and cursors/windowsicon/256x256/status/battery-empty-charging.png
deleted file mode 100644
index 8d80d47..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/battery-empty-charging.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/battery-empty.png b/Icons and cursors/windowsicon/256x256/status/battery-empty.png
deleted file mode 100644
index b18e9d2..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/battery-empty.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/battery-full-charged.png b/Icons and cursors/windowsicon/256x256/status/battery-full-charged.png
deleted file mode 100644
index f908e8e..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/battery-full-charged.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/battery-full-charging.png b/Icons and cursors/windowsicon/256x256/status/battery-full-charging.png
deleted file mode 100644
index f908e8e..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/battery-full-charging.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/battery-full.png b/Icons and cursors/windowsicon/256x256/status/battery-full.png
deleted file mode 100644
index 0589066..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/battery-full.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/battery-good-charging.png b/Icons and cursors/windowsicon/256x256/status/battery-good-charging.png
deleted file mode 100644
index bd9fd0d..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/battery-good-charging.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/battery-good.png b/Icons and cursors/windowsicon/256x256/status/battery-good.png
deleted file mode 100644
index 2922bf2..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/battery-good.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/battery-low-charging.png b/Icons and cursors/windowsicon/256x256/status/battery-low-charging.png
deleted file mode 100644
index 692fa43..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/battery-low-charging.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/battery-low.png b/Icons and cursors/windowsicon/256x256/status/battery-low.png
deleted file mode 100644
index 63e4ad0..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/battery-low.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/battery-missing.png b/Icons and cursors/windowsicon/256x256/status/battery-missing.png
deleted file mode 100644
index 7eb3646..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/battery-missing.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/computer-fail.png b/Icons and cursors/windowsicon/256x256/status/computer-fail.png
deleted file mode 100644
index 55df603..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/computer-fail.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/connect_creating.png b/Icons and cursors/windowsicon/256x256/status/connect_creating.png
deleted file mode 100644
index 52604a1..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/connect_creating.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/connect_established.png b/Icons and cursors/windowsicon/256x256/status/connect_established.png
deleted file mode 100644
index 52604a1..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/connect_established.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/connect_no.png b/Icons and cursors/windowsicon/256x256/status/connect_no.png
deleted file mode 100644
index dbd9a10..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/connect_no.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/dialog-error.png b/Icons and cursors/windowsicon/256x256/status/dialog-error.png
deleted file mode 100644
index e545227..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/dialog-error.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/dialog-information.png b/Icons and cursors/windowsicon/256x256/status/dialog-information.png
deleted file mode 100644
index 5aee3c5..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/dialog-information.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/dialog-password.png b/Icons and cursors/windowsicon/256x256/status/dialog-password.png
deleted file mode 100644
index 229f9dd..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/dialog-password.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/dialog-question.png b/Icons and cursors/windowsicon/256x256/status/dialog-question.png
deleted file mode 100644
index 3b37276..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/dialog-question.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/dialog-warning.png b/Icons and cursors/windowsicon/256x256/status/dialog-warning.png
deleted file mode 100644
index ba17317..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/dialog-warning.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/edittrash.png b/Icons and cursors/windowsicon/256x256/status/edittrash.png
deleted file mode 100644
index 7f879db..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/edittrash.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/error.png b/Icons and cursors/windowsicon/256x256/status/error.png
deleted file mode 100644
index e545227..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/error.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/folder-drag-accept.png b/Icons and cursors/windowsicon/256x256/status/folder-drag-accept.png
deleted file mode 100644
index ac751e2..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/folder-drag-accept.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/folder-open.png b/Icons and cursors/windowsicon/256x256/status/folder-open.png
deleted file mode 100644
index ac751e2..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/folder-open.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/folder-visiting.png b/Icons and cursors/windowsicon/256x256/status/folder-visiting.png
deleted file mode 100644
index efa1889..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/folder-visiting.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/folder_open.png b/Icons and cursors/windowsicon/256x256/status/folder_open.png
deleted file mode 100644
index ac751e2..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/folder_open.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/gnome-fs-directory-accept.png b/Icons and cursors/windowsicon/256x256/status/gnome-fs-directory-accept.png
deleted file mode 100644
index ac751e2..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/gnome-fs-directory-accept.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/gnome-fs-directory-visiting.png b/Icons and cursors/windowsicon/256x256/status/gnome-fs-directory-visiting.png
deleted file mode 100644
index efa1889..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/gnome-fs-directory-visiting.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/gnome-fs-loading-icon.png b/Icons and cursors/windowsicon/256x256/status/gnome-fs-loading-icon.png
deleted file mode 100644
index bc9c5d9..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/gnome-fs-loading-icon.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/gnome-fs-trash-full.png b/Icons and cursors/windowsicon/256x256/status/gnome-fs-trash-full.png
deleted file mode 100644
index 7f879db..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/gnome-fs-trash-full.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/gnome-netstatus-disconn.png b/Icons and cursors/windowsicon/256x256/status/gnome-netstatus-disconn.png
deleted file mode 100644
index dbd9a10..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/gnome-netstatus-disconn.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/gnome-netstatus-error.png b/Icons and cursors/windowsicon/256x256/status/gnome-netstatus-error.png
deleted file mode 100644
index 8a021cf..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/gnome-netstatus-error.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/gnome-netstatus-idle.png b/Icons and cursors/windowsicon/256x256/status/gnome-netstatus-idle.png
deleted file mode 100644
index 52604a1..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/gnome-netstatus-idle.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/gnome-netstatus-rx.png b/Icons and cursors/windowsicon/256x256/status/gnome-netstatus-rx.png
deleted file mode 100644
index 52604a1..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/gnome-netstatus-rx.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/gnome-netstatus-tx.png b/Icons and cursors/windowsicon/256x256/status/gnome-netstatus-tx.png
deleted file mode 100644
index 52604a1..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/gnome-netstatus-tx.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/gnome-netstatus-txrx.png b/Icons and cursors/windowsicon/256x256/status/gnome-netstatus-txrx.png
deleted file mode 100644
index 52604a1..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/gnome-netstatus-txrx.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/gnome-stock-trash-full.png b/Icons and cursors/windowsicon/256x256/status/gnome-stock-trash-full.png
deleted file mode 100644
index 7f879db..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/gnome-stock-trash-full.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/gtk-dialog-authentication.png b/Icons and cursors/windowsicon/256x256/status/gtk-dialog-authentication.png
deleted file mode 100644
index 229f9dd..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/gtk-dialog-authentication.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/gtk-dialog-error.png b/Icons and cursors/windowsicon/256x256/status/gtk-dialog-error.png
deleted file mode 100644
index e545227..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/gtk-dialog-error.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/gtk-dialog-info.png b/Icons and cursors/windowsicon/256x256/status/gtk-dialog-info.png
deleted file mode 100644
index 5aee3c5..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/gtk-dialog-info.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/gtk-dialog-question.png b/Icons and cursors/windowsicon/256x256/status/gtk-dialog-question.png
deleted file mode 100644
index 3b37276..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/gtk-dialog-question.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/gtk-dialog-warning.png b/Icons and cursors/windowsicon/256x256/status/gtk-dialog-warning.png
deleted file mode 100644
index ba17317..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/gtk-dialog-warning.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/gtk-directory.png b/Icons and cursors/windowsicon/256x256/status/gtk-directory.png
deleted file mode 100644
index ac751e2..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/gtk-directory.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/gtk-missing-image.png b/Icons and cursors/windowsicon/256x256/status/gtk-missing-image.png
deleted file mode 100644
index 7cb7b94..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/gtk-missing-image.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/image-loading.png b/Icons and cursors/windowsicon/256x256/status/image-loading.png
deleted file mode 100644
index bc9c5d9..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/image-loading.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/image-missing.png b/Icons and cursors/windowsicon/256x256/status/image-missing.png
deleted file mode 100644
index 7cb7b94..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/image-missing.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/important.png b/Icons and cursors/windowsicon/256x256/status/important.png
deleted file mode 100644
index ba17317..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/important.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/info.png b/Icons and cursors/windowsicon/256x256/status/info.png
deleted file mode 100644
index 5aee3c5..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/info.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/mail-read.png b/Icons and cursors/windowsicon/256x256/status/mail-read.png
deleted file mode 100644
index 22dd09b..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/mail-read.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/messagebox_critical.png b/Icons and cursors/windowsicon/256x256/status/messagebox_critical.png
deleted file mode 100644
index e545227..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/messagebox_critical.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/messagebox_info.png b/Icons and cursors/windowsicon/256x256/status/messagebox_info.png
deleted file mode 100644
index 5aee3c5..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/messagebox_info.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/messagebox_warning.png b/Icons and cursors/windowsicon/256x256/status/messagebox_warning.png
deleted file mode 100644
index ba17317..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/messagebox_warning.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/network-cellular-connected.png b/Icons and cursors/windowsicon/256x256/status/network-cellular-connected.png
deleted file mode 100644
index 6640d47..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/network-cellular-connected.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/network-error.png b/Icons and cursors/windowsicon/256x256/status/network-error.png
deleted file mode 100644
index 8a021cf..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/network-error.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/network-idle.png b/Icons and cursors/windowsicon/256x256/status/network-idle.png
deleted file mode 100644
index 52604a1..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/network-idle.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/network-offline.png b/Icons and cursors/windowsicon/256x256/status/network-offline.png
deleted file mode 100644
index dbd9a10..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/network-offline.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/network-receive.png b/Icons and cursors/windowsicon/256x256/status/network-receive.png
deleted file mode 100644
index 52604a1..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/network-receive.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/network-transmit-receive.png b/Icons and cursors/windowsicon/256x256/status/network-transmit-receive.png
deleted file mode 100644
index 52604a1..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/network-transmit-receive.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/network-transmit.png b/Icons and cursors/windowsicon/256x256/status/network-transmit.png
deleted file mode 100644
index 52604a1..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/network-transmit.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/network-wired-disconnected.png b/Icons and cursors/windowsicon/256x256/status/network-wired-disconnected.png
deleted file mode 100644
index dbd9a10..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/network-wired-disconnected.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/nm-no-connection.png b/Icons and cursors/windowsicon/256x256/status/nm-no-connection.png
deleted file mode 100644
index dbd9a10..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/nm-no-connection.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/non-starred.png b/Icons and cursors/windowsicon/256x256/status/non-starred.png
deleted file mode 100644
index 94f8eda..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/non-starred.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/printer-error.png b/Icons and cursors/windowsicon/256x256/status/printer-error.png
deleted file mode 100644
index 136993f..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/printer-error.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/printer-printing.png b/Icons and cursors/windowsicon/256x256/status/printer-printing.png
deleted file mode 100644
index 82bf39d..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/printer-printing.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/security-high.png b/Icons and cursors/windowsicon/256x256/status/security-high.png
deleted file mode 100644
index ca2a70b..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/security-high.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/security-low.png b/Icons and cursors/windowsicon/256x256/status/security-low.png
deleted file mode 100644
index da00c32..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/security-low.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/security-medium.png b/Icons and cursors/windowsicon/256x256/status/security-medium.png
deleted file mode 100644
index d0a242d..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/security-medium.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/semi-starred-rtl.png b/Icons and cursors/windowsicon/256x256/status/semi-starred-rtl.png
deleted file mode 100644
index 61988ae..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/semi-starred-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/semi-starred.png b/Icons and cursors/windowsicon/256x256/status/semi-starred.png
deleted file mode 100644
index 33ef2ee..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/semi-starred.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/software-update-available.png b/Icons and cursors/windowsicon/256x256/status/software-update-available.png
deleted file mode 100644
index 2e1436f..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/software-update-available.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/software-update-urgent.png b/Icons and cursors/windowsicon/256x256/status/software-update-urgent.png
deleted file mode 100644
index 6ae54fd..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/software-update-urgent.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/starred.png b/Icons and cursors/windowsicon/256x256/status/starred.png
deleted file mode 100644
index aa3808e..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/starred.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/stock_appointment-reminder-excl.png b/Icons and cursors/windowsicon/256x256/status/stock_appointment-reminder-excl.png
deleted file mode 100644
index c563467..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/stock_appointment-reminder-excl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/stock_appointment-reminder.png b/Icons and cursors/windowsicon/256x256/status/stock_appointment-reminder.png
deleted file mode 100644
index 1fd7b29..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/stock_appointment-reminder.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/stock_dialog-error.png b/Icons and cursors/windowsicon/256x256/status/stock_dialog-error.png
deleted file mode 100644
index e545227..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/stock_dialog-error.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/stock_dialog-info.png b/Icons and cursors/windowsicon/256x256/status/stock_dialog-info.png
deleted file mode 100644
index 5aee3c5..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/stock_dialog-info.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/stock_dialog-question.png b/Icons and cursors/windowsicon/256x256/status/stock_dialog-question.png
deleted file mode 100644
index 3b37276..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/stock_dialog-question.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/stock_dialog-warning.png b/Icons and cursors/windowsicon/256x256/status/stock_dialog-warning.png
deleted file mode 100644
index ba17317..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/stock_dialog-warning.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/stock_lock-broken.png b/Icons and cursors/windowsicon/256x256/status/stock_lock-broken.png
deleted file mode 100644
index da00c32..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/stock_lock-broken.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/stock_lock-ok.png b/Icons and cursors/windowsicon/256x256/status/stock_lock-ok.png
deleted file mode 100644
index ca2a70b..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/stock_lock-ok.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/stock_lock-open.png b/Icons and cursors/windowsicon/256x256/status/stock_lock-open.png
deleted file mode 100644
index da00c32..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/stock_lock-open.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/stock_lock.png b/Icons and cursors/windowsicon/256x256/status/stock_lock.png
deleted file mode 100644
index d0a242d..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/stock_lock.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/stock_mail-open.png b/Icons and cursors/windowsicon/256x256/status/stock_mail-open.png
deleted file mode 100644
index 22dd09b..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/stock_mail-open.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/stock_open.png b/Icons and cursors/windowsicon/256x256/status/stock_open.png
deleted file mode 100644
index ac751e2..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/stock_open.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/stock_trash_full.png b/Icons and cursors/windowsicon/256x256/status/stock_trash_full.png
deleted file mode 100644
index 7f879db..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/stock_trash_full.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/stock_volume-0.png b/Icons and cursors/windowsicon/256x256/status/stock_volume-0.png
deleted file mode 100644
index eac825d..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/stock_volume-0.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/stock_volume-max.png b/Icons and cursors/windowsicon/256x256/status/stock_volume-max.png
deleted file mode 100644
index f71d7a1..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/stock_volume-max.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/stock_volume-med.png b/Icons and cursors/windowsicon/256x256/status/stock_volume-med.png
deleted file mode 100644
index 6985d12..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/stock_volume-med.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/stock_volume-min.png b/Icons and cursors/windowsicon/256x256/status/stock_volume-min.png
deleted file mode 100644
index eac825d..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/stock_volume-min.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/stock_volume-mute.png b/Icons and cursors/windowsicon/256x256/status/stock_volume-mute.png
deleted file mode 100644
index d087689..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/stock_volume-mute.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/stock_volume.png b/Icons and cursors/windowsicon/256x256/status/stock_volume.png
deleted file mode 100644
index f71d7a1..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/stock_volume.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/trashcan_full.png b/Icons and cursors/windowsicon/256x256/status/trashcan_full.png
deleted file mode 100644
index 7f879db..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/trashcan_full.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/trophy-bronze.png b/Icons and cursors/windowsicon/256x256/status/trophy-bronze.png
deleted file mode 100644
index c82e059..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/trophy-bronze.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/trophy-gold.png b/Icons and cursors/windowsicon/256x256/status/trophy-gold.png
deleted file mode 100644
index 2cfdb55..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/trophy-gold.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/trophy-silver.png b/Icons and cursors/windowsicon/256x256/status/trophy-silver.png
deleted file mode 100644
index 0cdbc39..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/trophy-silver.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/user-available.png b/Icons and cursors/windowsicon/256x256/status/user-available.png
deleted file mode 100644
index 92eb8f4..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/user-available.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/user-away.png b/Icons and cursors/windowsicon/256x256/status/user-away.png
deleted file mode 100644
index e4d2a17..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/user-away.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/user-busy.png b/Icons and cursors/windowsicon/256x256/status/user-busy.png
deleted file mode 100644
index 2549891..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/user-busy.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/user-idle.png b/Icons and cursors/windowsicon/256x256/status/user-idle.png
deleted file mode 100644
index f9d6c63..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/user-idle.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/user-invisible.png b/Icons and cursors/windowsicon/256x256/status/user-invisible.png
deleted file mode 100644
index 13f9947..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/user-invisible.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/user-offline.png b/Icons and cursors/windowsicon/256x256/status/user-offline.png
deleted file mode 100644
index d7aa13e..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/user-offline.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/user-trash-full.png b/Icons and cursors/windowsicon/256x256/status/user-trash-full.png
deleted file mode 100644
index 7f879db..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/user-trash-full.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/256x256/status/xfce-trash_full.png b/Icons and cursors/windowsicon/256x256/status/xfce-trash_full.png
deleted file mode 100644
index 7f879db..0000000
Binary files a/Icons and cursors/windowsicon/256x256/status/xfce-trash_full.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/add.png b/Icons and cursors/windowsicon/32x32/actions/add.png
deleted file mode 100644
index 0e33937..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/add.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/address-book-new.png b/Icons and cursors/windowsicon/32x32/actions/address-book-new.png
deleted file mode 100644
index 3722540..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/address-book-new.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/application-exit.png b/Icons and cursors/windowsicon/32x32/actions/application-exit.png
deleted file mode 100644
index 1fca6f7..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/application-exit.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/application-menu.png b/Icons and cursors/windowsicon/32x32/actions/application-menu.png
deleted file mode 100644
index 090aaeb..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/application-menu.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/applications-chat-panel.png b/Icons and cursors/windowsicon/32x32/actions/applications-chat-panel.png
deleted file mode 120000
index 3e3ae14..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/applications-chat-panel.png
+++ /dev/null
@@ -1 +0,0 @@
-empathy-available.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/appointment-new.png b/Icons and cursors/windowsicon/32x32/actions/appointment-new.png
deleted file mode 100644
index b72896a..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/appointment-new.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/appointment.png b/Icons and cursors/windowsicon/32x32/actions/appointment.png
deleted file mode 100644
index b72896a..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/appointment.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/back.png b/Icons and cursors/windowsicon/32x32/actions/back.png
deleted file mode 100644
index 05a5540..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/back.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/bookmark-new.png b/Icons and cursors/windowsicon/32x32/actions/bookmark-new.png
deleted file mode 120000
index 03c03e5..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/bookmark-new.png
+++ /dev/null
@@ -1 +0,0 @@
-bookmark_add.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/bookmark_add.png b/Icons and cursors/windowsicon/32x32/actions/bookmark_add.png
deleted file mode 100755
index c40ddc6..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/bookmark_add.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/bookmarks_list_add.png b/Icons and cursors/windowsicon/32x32/actions/bookmarks_list_add.png
deleted file mode 120000
index 03c03e5..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/bookmarks_list_add.png
+++ /dev/null
@@ -1 +0,0 @@
-bookmark_add.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/bottom.png b/Icons and cursors/windowsicon/32x32/actions/bottom.png
deleted file mode 100644
index 386b061..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/bottom.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/button_cancel.png b/Icons and cursors/windowsicon/32x32/actions/button_cancel.png
deleted file mode 100644
index d4b4c63..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/button_cancel.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/call-start.png b/Icons and cursors/windowsicon/32x32/actions/call-start.png
deleted file mode 100644
index 9fc38d4..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/call-start.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/call-stop.png b/Icons and cursors/windowsicon/32x32/actions/call-stop.png
deleted file mode 100644
index 341a803..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/call-stop.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/cancel.png b/Icons and cursors/windowsicon/32x32/actions/cancel.png
deleted file mode 100644
index d4b4c63..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/cancel.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/centrejust.png b/Icons and cursors/windowsicon/32x32/actions/centrejust.png
deleted file mode 100644
index 8e110d6..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/centrejust.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/configure-toolbars.png b/Icons and cursors/windowsicon/32x32/actions/configure-toolbars.png
deleted file mode 100644
index 03427d0..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/configure-toolbars.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/configure.png b/Icons and cursors/windowsicon/32x32/actions/configure.png
deleted file mode 100644
index 03427d0..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/configure.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/configure_kile.png b/Icons and cursors/windowsicon/32x32/actions/configure_kile.png
deleted file mode 100644
index 03427d0..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/configure_kile.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/configure_project.png b/Icons and cursors/windowsicon/32x32/actions/configure_project.png
deleted file mode 100644
index 03427d0..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/configure_project.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/contact-new.png b/Icons and cursors/windowsicon/32x32/actions/contact-new.png
deleted file mode 100644
index 72677c2..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/contact-new.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/dialog-cancel.png b/Icons and cursors/windowsicon/32x32/actions/dialog-cancel.png
deleted file mode 100644
index d4b4c63..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/dialog-cancel.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/document-new.png b/Icons and cursors/windowsicon/32x32/actions/document-new.png
deleted file mode 100755
index 10bc0e9..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/document-new.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/document-open-recent.png b/Icons and cursors/windowsicon/32x32/actions/document-open-recent.png
deleted file mode 100755
index ff88b8c..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/document-open-recent.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/document-open.png b/Icons and cursors/windowsicon/32x32/actions/document-open.png
deleted file mode 100755
index e32e992..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/document-open.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/document-open_normal.png b/Icons and cursors/windowsicon/32x32/actions/document-open_normal.png
deleted file mode 100755
index e32e992..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/document-open_normal.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/document-page-setup.png b/Icons and cursors/windowsicon/32x32/actions/document-page-setup.png
deleted file mode 100755
index 567d12a..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/document-page-setup.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/document-print-preview.png b/Icons and cursors/windowsicon/32x32/actions/document-print-preview.png
deleted file mode 100755
index 17d2074..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/document-print-preview.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/document-print.png b/Icons and cursors/windowsicon/32x32/actions/document-print.png
deleted file mode 100755
index f16bd5e..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/document-print.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/document-properties.png b/Icons and cursors/windowsicon/32x32/actions/document-properties.png
deleted file mode 100755
index 0a6955a..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/document-properties.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/document-revert-rtl.png b/Icons and cursors/windowsicon/32x32/actions/document-revert-rtl.png
deleted file mode 100644
index 6371304..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/document-revert-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/document-revert.png b/Icons and cursors/windowsicon/32x32/actions/document-revert.png
deleted file mode 100755
index e4f062d..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/document-revert.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/document-save-as.png b/Icons and cursors/windowsicon/32x32/actions/document-save-as.png
deleted file mode 100755
index c418148..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/document-save-as.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/document-save.png b/Icons and cursors/windowsicon/32x32/actions/document-save.png
deleted file mode 100755
index fd9d712..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/document-save.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/document-send.png b/Icons and cursors/windowsicon/32x32/actions/document-send.png
deleted file mode 100755
index 058bb76..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/document-send.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/document.png b/Icons and cursors/windowsicon/32x32/actions/document.png
deleted file mode 100755
index 5c133df..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/document.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/down.png b/Icons and cursors/windowsicon/32x32/actions/down.png
deleted file mode 100644
index 386b061..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/down.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/edit-clear.png b/Icons and cursors/windowsicon/32x32/actions/edit-clear.png
deleted file mode 100644
index 310544f..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/edit-clear.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/edit-copy.png b/Icons and cursors/windowsicon/32x32/actions/edit-copy.png
deleted file mode 100755
index ca3b70a..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/edit-copy.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/edit-cut.png b/Icons and cursors/windowsicon/32x32/actions/edit-cut.png
deleted file mode 100755
index f82f43d..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/edit-cut.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/edit-delete.png b/Icons and cursors/windowsicon/32x32/actions/edit-delete.png
deleted file mode 100755
index fe4b129..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/edit-delete.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/edit-find-replace.png b/Icons and cursors/windowsicon/32x32/actions/edit-find-replace.png
deleted file mode 100755
index cd356b1..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/edit-find-replace.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/edit-find.png b/Icons and cursors/windowsicon/32x32/actions/edit-find.png
deleted file mode 100644
index 5c4b70b..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/edit-find.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/edit-find1.png b/Icons and cursors/windowsicon/32x32/actions/edit-find1.png
deleted file mode 100755
index 3a23b9c..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/edit-find1.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/edit-paste.png b/Icons and cursors/windowsicon/32x32/actions/edit-paste.png
deleted file mode 100755
index 38760fd..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/edit-paste.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/edit-redo-rtl.png b/Icons and cursors/windowsicon/32x32/actions/edit-redo-rtl.png
deleted file mode 100644
index 045d38b..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/edit-redo-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/edit-redo.png b/Icons and cursors/windowsicon/32x32/actions/edit-redo.png
deleted file mode 100644
index 1912764..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/edit-redo.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/edit-select-all.png b/Icons and cursors/windowsicon/32x32/actions/edit-select-all.png
deleted file mode 100755
index 857a932..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/edit-select-all.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/edit-undo-rtl.png b/Icons and cursors/windowsicon/32x32/actions/edit-undo-rtl.png
deleted file mode 100644
index 1912764..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/edit-undo-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/edit-undo.png b/Icons and cursors/windowsicon/32x32/actions/edit-undo.png
deleted file mode 100644
index 045d38b..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/edit-undo.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/edit.png b/Icons and cursors/windowsicon/32x32/actions/edit.png
deleted file mode 100644
index 8cb3ea1..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/edit.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/editclear.png b/Icons and cursors/windowsicon/32x32/actions/editclear.png
deleted file mode 100644
index 310544f..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/editclear.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/editcopy.png b/Icons and cursors/windowsicon/32x32/actions/editcopy.png
deleted file mode 120000
index e106cb5..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/editcopy.png
+++ /dev/null
@@ -1 +0,0 @@
-edit-copy.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/editcut.png b/Icons and cursors/windowsicon/32x32/actions/editcut.png
deleted file mode 120000
index 32b0302..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/editcut.png
+++ /dev/null
@@ -1 +0,0 @@
-edit-cut.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/editdelete.png b/Icons and cursors/windowsicon/32x32/actions/editdelete.png
deleted file mode 120000
index bb0a74a..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/editdelete.png
+++ /dev/null
@@ -1 +0,0 @@
-edit-delete.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/editpaste.png b/Icons and cursors/windowsicon/32x32/actions/editpaste.png
deleted file mode 120000
index 2f55649..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/editpaste.png
+++ /dev/null
@@ -1 +0,0 @@
-edit-paste.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/emblem-new.png b/Icons and cursors/windowsicon/32x32/actions/emblem-new.png
deleted file mode 120000
index 03c03e5..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/emblem-new.png
+++ /dev/null
@@ -1 +0,0 @@
-bookmark_add.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/empathy-available.png b/Icons and cursors/windowsicon/32x32/actions/empathy-available.png
deleted file mode 100755
index 0a5a602..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/empathy-available.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/empathy-away.png b/Icons and cursors/windowsicon/32x32/actions/empathy-away.png
deleted file mode 100755
index f20f4e6..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/empathy-away.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/empathy-busy.png b/Icons and cursors/windowsicon/32x32/actions/empathy-busy.png
deleted file mode 100755
index 019724f..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/empathy-busy.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/empathy-extended-away.png b/Icons and cursors/windowsicon/32x32/actions/empathy-extended-away.png
deleted file mode 100755
index 059b6de..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/empathy-extended-away.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/empathy-offline.png b/Icons and cursors/windowsicon/32x32/actions/empathy-offline.png
deleted file mode 100755
index c836759..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/empathy-offline.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/empathy-pending.png b/Icons and cursors/windowsicon/32x32/actions/empathy-pending.png
deleted file mode 100755
index 515a6ed..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/empathy-pending.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/empathy-starred.png b/Icons and cursors/windowsicon/32x32/actions/empathy-starred.png
deleted file mode 120000
index 03c03e5..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/empathy-starred.png
+++ /dev/null
@@ -1 +0,0 @@
-bookmark_add.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/empathy-unstarred.png b/Icons and cursors/windowsicon/32x32/actions/empathy-unstarred.png
deleted file mode 100755
index 83db63c..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/empathy-unstarred.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/encode.png b/Icons and cursors/windowsicon/32x32/actions/encode.png
deleted file mode 120000
index 160a77f..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/encode.png
+++ /dev/null
@@ -1 +0,0 @@
-stock-convert.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/exit.png b/Icons and cursors/windowsicon/32x32/actions/exit.png
deleted file mode 100644
index 1fca6f7..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/exit.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/favorites.png b/Icons and cursors/windowsicon/32x32/actions/favorites.png
deleted file mode 120000
index 03c03e5..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/favorites.png
+++ /dev/null
@@ -1 +0,0 @@
-bookmark_add.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/filefind.png b/Icons and cursors/windowsicon/32x32/actions/filefind.png
deleted file mode 100644
index 5c4b70b..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/filefind.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/filenew.png b/Icons and cursors/windowsicon/32x32/actions/filenew.png
deleted file mode 120000
index 446977d..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/filenew.png
+++ /dev/null
@@ -1 +0,0 @@
-document-new.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/fileopen.png b/Icons and cursors/windowsicon/32x32/actions/fileopen.png
deleted file mode 120000
index f58170c..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/fileopen.png
+++ /dev/null
@@ -1 +0,0 @@
-document-open.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/fileprint.png b/Icons and cursors/windowsicon/32x32/actions/fileprint.png
deleted file mode 120000
index 863a49f..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/fileprint.png
+++ /dev/null
@@ -1 +0,0 @@
-document-print.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/filequickprint.png b/Icons and cursors/windowsicon/32x32/actions/filequickprint.png
deleted file mode 120000
index 9dfea71..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/filequickprint.png
+++ /dev/null
@@ -1 +0,0 @@
-document-print-preview.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/filesave.png b/Icons and cursors/windowsicon/32x32/actions/filesave.png
deleted file mode 120000
index b1240e1..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/filesave.png
+++ /dev/null
@@ -1 +0,0 @@
-document-save.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/filesaveas.png b/Icons and cursors/windowsicon/32x32/actions/filesaveas.png
deleted file mode 120000
index 6f80888..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/filesaveas.png
+++ /dev/null
@@ -1 +0,0 @@
-document-save-as.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/filter.png b/Icons and cursors/windowsicon/32x32/actions/filter.png
deleted file mode 100755
index 2396f0c..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/filter.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/find.png b/Icons and cursors/windowsicon/32x32/actions/find.png
deleted file mode 100644
index 5c4b70b..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/find.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/finish.png b/Icons and cursors/windowsicon/32x32/actions/finish.png
deleted file mode 100644
index 96e9cd1..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/finish.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/folder-new.png b/Icons and cursors/windowsicon/32x32/actions/folder-new.png
deleted file mode 100755
index 71daca1..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/folder-new.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/folder_new.png b/Icons and cursors/windowsicon/32x32/actions/folder_new.png
deleted file mode 120000
index e3ded23..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/folder_new.png
+++ /dev/null
@@ -1 +0,0 @@
-folder-new.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/format-indent-less-rtl.png b/Icons and cursors/windowsicon/32x32/actions/format-indent-less-rtl.png
deleted file mode 100644
index 2748868..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/format-indent-less-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/format-indent-less.png b/Icons and cursors/windowsicon/32x32/actions/format-indent-less.png
deleted file mode 100644
index 2e19edb..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/format-indent-less.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/format-indent-more-rtl.png b/Icons and cursors/windowsicon/32x32/actions/format-indent-more-rtl.png
deleted file mode 100644
index 2e19edb..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/format-indent-more-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/format-indent-more.png b/Icons and cursors/windowsicon/32x32/actions/format-indent-more.png
deleted file mode 100644
index 2748868..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/format-indent-more.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/format-justify-center.png b/Icons and cursors/windowsicon/32x32/actions/format-justify-center.png
deleted file mode 100644
index 8e110d6..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/format-justify-center.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/format-justify-fill.png b/Icons and cursors/windowsicon/32x32/actions/format-justify-fill.png
deleted file mode 100644
index cabffc8..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/format-justify-fill.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/format-justify-left.png b/Icons and cursors/windowsicon/32x32/actions/format-justify-left.png
deleted file mode 100644
index 089cd1c..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/format-justify-left.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/format-justify-right.png b/Icons and cursors/windowsicon/32x32/actions/format-justify-right.png
deleted file mode 100644
index 0b8f8c7..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/format-justify-right.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/format-text-bold.png b/Icons and cursors/windowsicon/32x32/actions/format-text-bold.png
deleted file mode 100755
index 55959a2..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/format-text-bold.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/format-text-direction-ltr.png b/Icons and cursors/windowsicon/32x32/actions/format-text-direction-ltr.png
deleted file mode 100644
index 30ccd08..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/format-text-direction-ltr.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/format-text-direction-rtl.png b/Icons and cursors/windowsicon/32x32/actions/format-text-direction-rtl.png
deleted file mode 100644
index f4eadaa..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/format-text-direction-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/format-text-italic.png b/Icons and cursors/windowsicon/32x32/actions/format-text-italic.png
deleted file mode 100755
index bfa4d25..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/format-text-italic.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/format-text-strikethrough.png b/Icons and cursors/windowsicon/32x32/actions/format-text-strikethrough.png
deleted file mode 100755
index 0ad1eba..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/format-text-strikethrough.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/format-text-underline.png b/Icons and cursors/windowsicon/32x32/actions/format-text-underline.png
deleted file mode 100755
index 5815e2e..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/format-text-underline.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/forward.png b/Icons and cursors/windowsicon/32x32/actions/forward.png
deleted file mode 100644
index ae4345e..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/forward.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/gnome-app-install-star.png b/Icons and cursors/windowsicon/32x32/actions/gnome-app-install-star.png
deleted file mode 120000
index 03c03e5..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/gnome-app-install-star.png
+++ /dev/null
@@ -1 +0,0 @@
-bookmark_add.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/gnome-lockscreen.png b/Icons and cursors/windowsicon/32x32/actions/gnome-lockscreen.png
deleted file mode 100644
index aec49c7..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/gnome-lockscreen.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/gnome-logout.png b/Icons and cursors/windowsicon/32x32/actions/gnome-logout.png
deleted file mode 100644
index 7d37a6c..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/gnome-logout.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/gnome-power-preferences.png b/Icons and cursors/windowsicon/32x32/actions/gnome-power-preferences.png
deleted file mode 100755
index 10c17fe..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/gnome-power-preferences.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/gnome-run.png b/Icons and cursors/windowsicon/32x32/actions/gnome-run.png
deleted file mode 100644
index 16eb34f..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/gnome-run.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/gnome-searchtool.png b/Icons and cursors/windowsicon/32x32/actions/gnome-searchtool.png
deleted file mode 120000
index 46c673f..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/gnome-searchtool.png
+++ /dev/null
@@ -1 +0,0 @@
-system-search.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/gnome-session-logout.png b/Icons and cursors/windowsicon/32x32/actions/gnome-session-logout.png
deleted file mode 100644
index 7d37a6c..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/gnome-session-logout.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/gnome-shutdown.png b/Icons and cursors/windowsicon/32x32/actions/gnome-shutdown.png
deleted file mode 100644
index 1384a2c..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/gnome-shutdown.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/gnome-stock-mail-fwd.png b/Icons and cursors/windowsicon/32x32/actions/gnome-stock-mail-fwd.png
deleted file mode 120000
index c288360..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/gnome-stock-mail-fwd.png
+++ /dev/null
@@ -1 +0,0 @@
-mail_forward.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/gnome-stock-mail-new.png b/Icons and cursors/windowsicon/32x32/actions/gnome-stock-mail-new.png
deleted file mode 100644
index 44cabbf..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/gnome-stock-mail-new.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/gnome-stock-mail-rpl.png b/Icons and cursors/windowsicon/32x32/actions/gnome-stock-mail-rpl.png
deleted file mode 100755
index 170f2be..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/gnome-stock-mail-rpl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/gnome-stock-mail-snd.png b/Icons and cursors/windowsicon/32x32/actions/gnome-stock-mail-snd.png
deleted file mode 100755
index 01bd046..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/gnome-stock-mail-snd.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/gnome-stock-text-indent.png b/Icons and cursors/windowsicon/32x32/actions/gnome-stock-text-indent.png
deleted file mode 100644
index 2748868..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/gnome-stock-text-indent.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/gnome-stock-text-unindent.png b/Icons and cursors/windowsicon/32x32/actions/gnome-stock-text-unindent.png
deleted file mode 100644
index 2e19edb..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/gnome-stock-text-unindent.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/go-bottom.png b/Icons and cursors/windowsicon/32x32/actions/go-bottom.png
deleted file mode 100644
index 386b061..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/go-bottom.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/go-down.png b/Icons and cursors/windowsicon/32x32/actions/go-down.png
deleted file mode 100644
index 386b061..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/go-down.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/go-first-rtl.png b/Icons and cursors/windowsicon/32x32/actions/go-first-rtl.png
deleted file mode 100644
index 96e9cd1..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/go-first-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/go-first.png b/Icons and cursors/windowsicon/32x32/actions/go-first.png
deleted file mode 100644
index 3a69e90..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/go-first.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/go-home.png b/Icons and cursors/windowsicon/32x32/actions/go-home.png
deleted file mode 100755
index b7ea8b8..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/go-home.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/go-jump.png b/Icons and cursors/windowsicon/32x32/actions/go-jump.png
deleted file mode 100644
index 523c156..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/go-jump.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/go-last-rtl.png b/Icons and cursors/windowsicon/32x32/actions/go-last-rtl.png
deleted file mode 100644
index 3a69e90..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/go-last-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/go-last.png b/Icons and cursors/windowsicon/32x32/actions/go-last.png
deleted file mode 100644
index 96e9cd1..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/go-last.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/go-next-rtl.png b/Icons and cursors/windowsicon/32x32/actions/go-next-rtl.png
deleted file mode 100644
index 3a69e90..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/go-next-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/go-next.png b/Icons and cursors/windowsicon/32x32/actions/go-next.png
deleted file mode 100644
index ae4345e..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/go-next.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/go-previous-rtl.png b/Icons and cursors/windowsicon/32x32/actions/go-previous-rtl.png
deleted file mode 100644
index 96e9cd1..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/go-previous-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/go-previous.png b/Icons and cursors/windowsicon/32x32/actions/go-previous.png
deleted file mode 100644
index 05a5540..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/go-previous.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/go-top.png b/Icons and cursors/windowsicon/32x32/actions/go-top.png
deleted file mode 100644
index 1a5224a..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/go-top.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/go-up.png b/Icons and cursors/windowsicon/32x32/actions/go-up.png
deleted file mode 100644
index 1a5224a..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/go-up.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/gohome.png b/Icons and cursors/windowsicon/32x32/actions/gohome.png
deleted file mode 120000
index 718c1b2..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/gohome.png
+++ /dev/null
@@ -1 +0,0 @@
-go-home.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/goto.png b/Icons and cursors/windowsicon/32x32/actions/goto.png
deleted file mode 100755
index 101162f..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/goto.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-about.png b/Icons and cursors/windowsicon/32x32/actions/gtk-about.png
deleted file mode 120000
index 03c03e5..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/gtk-about.png
+++ /dev/null
@@ -1 +0,0 @@
-bookmark_add.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-add.png b/Icons and cursors/windowsicon/32x32/actions/gtk-add.png
deleted file mode 100644
index 0e33937..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-add.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-bold.png b/Icons and cursors/windowsicon/32x32/actions/gtk-bold.png
deleted file mode 120000
index ef50053..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/gtk-bold.png
+++ /dev/null
@@ -1 +0,0 @@
-format-text-bold.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-cancel.png b/Icons and cursors/windowsicon/32x32/actions/gtk-cancel.png
deleted file mode 100644
index 29542d5..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-cancel.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-clear.png b/Icons and cursors/windowsicon/32x32/actions/gtk-clear.png
deleted file mode 100644
index 9bf467e..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-clear.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-close.png b/Icons and cursors/windowsicon/32x32/actions/gtk-close.png
deleted file mode 100644
index fe4abf9..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-close.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-convert.png b/Icons and cursors/windowsicon/32x32/actions/gtk-convert.png
deleted file mode 120000
index 160a77f..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/gtk-convert.png
+++ /dev/null
@@ -1 +0,0 @@
-stock-convert.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-copy.png b/Icons and cursors/windowsicon/32x32/actions/gtk-copy.png
deleted file mode 120000
index e106cb5..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/gtk-copy.png
+++ /dev/null
@@ -1 +0,0 @@
-edit-copy.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-cut.png b/Icons and cursors/windowsicon/32x32/actions/gtk-cut.png
deleted file mode 120000
index 32b0302..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/gtk-cut.png
+++ /dev/null
@@ -1 +0,0 @@
-edit-cut.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-delete.png b/Icons and cursors/windowsicon/32x32/actions/gtk-delete.png
deleted file mode 120000
index bb0a74a..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/gtk-delete.png
+++ /dev/null
@@ -1 +0,0 @@
-edit-delete.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-execute.png b/Icons and cursors/windowsicon/32x32/actions/gtk-execute.png
deleted file mode 100755
index e99ac9d..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-execute.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-find-and-replace.png b/Icons and cursors/windowsicon/32x32/actions/gtk-find-and-replace.png
deleted file mode 120000
index e4057af..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/gtk-find-and-replace.png
+++ /dev/null
@@ -1 +0,0 @@
-edit-find-replace.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-find.png b/Icons and cursors/windowsicon/32x32/actions/gtk-find.png
deleted file mode 100644
index 5c4b70b..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-find.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-font.png b/Icons and cursors/windowsicon/32x32/actions/gtk-font.png
deleted file mode 100755
index dcd7e0a..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-font.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-fullscreen.png b/Icons and cursors/windowsicon/32x32/actions/gtk-fullscreen.png
deleted file mode 120000
index 37aaf87..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/gtk-fullscreen.png
+++ /dev/null
@@ -1 +0,0 @@
-view-fullscreen.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-go-back-ltr.png b/Icons and cursors/windowsicon/32x32/actions/gtk-go-back-ltr.png
deleted file mode 100644
index 09577e5..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-go-back-ltr.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-go-back-rtl.png b/Icons and cursors/windowsicon/32x32/actions/gtk-go-back-rtl.png
deleted file mode 100644
index ae4345e..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-go-back-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-go-down.png b/Icons and cursors/windowsicon/32x32/actions/gtk-go-down.png
deleted file mode 100644
index 386b061..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-go-down.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-go-forward-ltr.png b/Icons and cursors/windowsicon/32x32/actions/gtk-go-forward-ltr.png
deleted file mode 100644
index ae4345e..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-go-forward-ltr.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-go-forward-rtl.png b/Icons and cursors/windowsicon/32x32/actions/gtk-go-forward-rtl.png
deleted file mode 100644
index 09577e5..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-go-forward-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-go-up.png b/Icons and cursors/windowsicon/32x32/actions/gtk-go-up.png
deleted file mode 100644
index 1a5224a..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-go-up.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-goto-bottom.png b/Icons and cursors/windowsicon/32x32/actions/gtk-goto-bottom.png
deleted file mode 100644
index 386b061..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-goto-bottom.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-goto-first-ltr.png b/Icons and cursors/windowsicon/32x32/actions/gtk-goto-first-ltr.png
deleted file mode 100644
index 3a69e90..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-goto-first-ltr.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-goto-first-rtl.png b/Icons and cursors/windowsicon/32x32/actions/gtk-goto-first-rtl.png
deleted file mode 100644
index 96e9cd1..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-goto-first-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-goto-last-ltr.png b/Icons and cursors/windowsicon/32x32/actions/gtk-goto-last-ltr.png
deleted file mode 100644
index 96e9cd1..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-goto-last-ltr.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-goto-last-rtl.png b/Icons and cursors/windowsicon/32x32/actions/gtk-goto-last-rtl.png
deleted file mode 100644
index 3a69e90..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-goto-last-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-goto-top.png b/Icons and cursors/windowsicon/32x32/actions/gtk-goto-top.png
deleted file mode 100644
index 1a5224a..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-goto-top.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-help.png b/Icons and cursors/windowsicon/32x32/actions/gtk-help.png
deleted file mode 100644
index 88c0b9b..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-help.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-home.png b/Icons and cursors/windowsicon/32x32/actions/gtk-home.png
deleted file mode 120000
index 718c1b2..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/gtk-home.png
+++ /dev/null
@@ -1 +0,0 @@
-go-home.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-indent-ltr.png b/Icons and cursors/windowsicon/32x32/actions/gtk-indent-ltr.png
deleted file mode 100644
index 2748868..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-indent-ltr.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-indent-rtl.png b/Icons and cursors/windowsicon/32x32/actions/gtk-indent-rtl.png
deleted file mode 100644
index 2e19edb..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-indent-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-italic.png b/Icons and cursors/windowsicon/32x32/actions/gtk-italic.png
deleted file mode 120000
index 1ee2a31..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/gtk-italic.png
+++ /dev/null
@@ -1 +0,0 @@
-format-text-italic.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-jump-to-ltr.png b/Icons and cursors/windowsicon/32x32/actions/gtk-jump-to-ltr.png
deleted file mode 100644
index 523c156..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-jump-to-ltr.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-jump-to-rtl.png b/Icons and cursors/windowsicon/32x32/actions/gtk-jump-to-rtl.png
deleted file mode 100644
index 523c156..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-jump-to-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-justify-center.png b/Icons and cursors/windowsicon/32x32/actions/gtk-justify-center.png
deleted file mode 100644
index 8e110d6..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-justify-center.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-justify-fill.png b/Icons and cursors/windowsicon/32x32/actions/gtk-justify-fill.png
deleted file mode 100644
index cabffc8..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-justify-fill.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-justify-left.png b/Icons and cursors/windowsicon/32x32/actions/gtk-justify-left.png
deleted file mode 100644
index 089cd1c..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-justify-left.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-justify-right.png b/Icons and cursors/windowsicon/32x32/actions/gtk-justify-right.png
deleted file mode 100644
index 0b8f8c7..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-justify-right.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-leave-fullscreen.png b/Icons and cursors/windowsicon/32x32/actions/gtk-leave-fullscreen.png
deleted file mode 100644
index 1cf4442..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-leave-fullscreen.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-media-forward-ltr.png b/Icons and cursors/windowsicon/32x32/actions/gtk-media-forward-ltr.png
deleted file mode 100644
index e719f87..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-media-forward-ltr.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-media-forward-rtl.png b/Icons and cursors/windowsicon/32x32/actions/gtk-media-forward-rtl.png
deleted file mode 100644
index 644faff..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-media-forward-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-media-next-ltr.png b/Icons and cursors/windowsicon/32x32/actions/gtk-media-next-ltr.png
deleted file mode 100644
index 19ea63b..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-media-next-ltr.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-media-next-rtl.png b/Icons and cursors/windowsicon/32x32/actions/gtk-media-next-rtl.png
deleted file mode 100644
index 59eb438..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-media-next-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-media-pause.png b/Icons and cursors/windowsicon/32x32/actions/gtk-media-pause.png
deleted file mode 100644
index 80e3ad7..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-media-pause.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-media-play-ltr.png b/Icons and cursors/windowsicon/32x32/actions/gtk-media-play-ltr.png
deleted file mode 100644
index 3a3710f..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-media-play-ltr.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-media-previous-ltr.png b/Icons and cursors/windowsicon/32x32/actions/gtk-media-previous-ltr.png
deleted file mode 100644
index 59eb438..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-media-previous-ltr.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-media-previous-rtl.png b/Icons and cursors/windowsicon/32x32/actions/gtk-media-previous-rtl.png
deleted file mode 100644
index 19ea63b..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-media-previous-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-media-record.png b/Icons and cursors/windowsicon/32x32/actions/gtk-media-record.png
deleted file mode 100644
index 18a509f..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-media-record.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-media-rewind-ltr.png b/Icons and cursors/windowsicon/32x32/actions/gtk-media-rewind-ltr.png
deleted file mode 100644
index 644faff..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-media-rewind-ltr.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-media-rewind-rtl.png b/Icons and cursors/windowsicon/32x32/actions/gtk-media-rewind-rtl.png
deleted file mode 100644
index e719f87..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-media-rewind-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-media-stop.png b/Icons and cursors/windowsicon/32x32/actions/gtk-media-stop.png
deleted file mode 100644
index 6bf5704..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-media-stop.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-new.png b/Icons and cursors/windowsicon/32x32/actions/gtk-new.png
deleted file mode 120000
index 446977d..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/gtk-new.png
+++ /dev/null
@@ -1 +0,0 @@
-document-new.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-open.png b/Icons and cursors/windowsicon/32x32/actions/gtk-open.png
deleted file mode 120000
index f58170c..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/gtk-open.png
+++ /dev/null
@@ -1 +0,0 @@
-document-open.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-paste.png b/Icons and cursors/windowsicon/32x32/actions/gtk-paste.png
deleted file mode 120000
index 2f55649..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/gtk-paste.png
+++ /dev/null
@@ -1 +0,0 @@
-edit-paste.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-print-preview.png b/Icons and cursors/windowsicon/32x32/actions/gtk-print-preview.png
deleted file mode 120000
index 9dfea71..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/gtk-print-preview.png
+++ /dev/null
@@ -1 +0,0 @@
-document-print-preview.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-print.png b/Icons and cursors/windowsicon/32x32/actions/gtk-print.png
deleted file mode 120000
index 863a49f..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/gtk-print.png
+++ /dev/null
@@ -1 +0,0 @@
-document-print.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-properties.png b/Icons and cursors/windowsicon/32x32/actions/gtk-properties.png
deleted file mode 100644
index c270eee..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-properties.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-properties1.png b/Icons and cursors/windowsicon/32x32/actions/gtk-properties1.png
deleted file mode 120000
index b447aa2..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/gtk-properties1.png
+++ /dev/null
@@ -1 +0,0 @@
-document-properties.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-quit.png b/Icons and cursors/windowsicon/32x32/actions/gtk-quit.png
deleted file mode 100644
index 1fca6f7..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-quit.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-redo-ltr.png b/Icons and cursors/windowsicon/32x32/actions/gtk-redo-ltr.png
deleted file mode 100644
index 1912764..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-redo-ltr.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-refresh.png b/Icons and cursors/windowsicon/32x32/actions/gtk-refresh.png
deleted file mode 120000
index 521b94e..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/gtk-refresh.png
+++ /dev/null
@@ -1 +0,0 @@
-view-refresh.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-remove.png b/Icons and cursors/windowsicon/32x32/actions/gtk-remove.png
deleted file mode 100644
index d548645..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-remove.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-revert-to-saved-ltr.png b/Icons and cursors/windowsicon/32x32/actions/gtk-revert-to-saved-ltr.png
deleted file mode 120000
index 35c2c00..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/gtk-revert-to-saved-ltr.png
+++ /dev/null
@@ -1 +0,0 @@
-document-revert.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-revert-to-saved-rtl.png b/Icons and cursors/windowsicon/32x32/actions/gtk-revert-to-saved-rtl.png
deleted file mode 120000
index 35c2c00..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/gtk-revert-to-saved-rtl.png
+++ /dev/null
@@ -1 +0,0 @@
-document-revert.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-save-as.png b/Icons and cursors/windowsicon/32x32/actions/gtk-save-as.png
deleted file mode 120000
index 6f80888..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/gtk-save-as.png
+++ /dev/null
@@ -1 +0,0 @@
-document-save-as.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-save.png b/Icons and cursors/windowsicon/32x32/actions/gtk-save.png
deleted file mode 120000
index b1240e1..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/gtk-save.png
+++ /dev/null
@@ -1 +0,0 @@
-document-save.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-select-all.png b/Icons and cursors/windowsicon/32x32/actions/gtk-select-all.png
deleted file mode 120000
index 30033c7..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/gtk-select-all.png
+++ /dev/null
@@ -1 +0,0 @@
-edit-select-all.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-select-font.png b/Icons and cursors/windowsicon/32x32/actions/gtk-select-font.png
deleted file mode 120000
index 191b8ae..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/gtk-select-font.png
+++ /dev/null
@@ -1 +0,0 @@
-gtk-font.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-sort-ascending.png b/Icons and cursors/windowsicon/32x32/actions/gtk-sort-ascending.png
deleted file mode 100644
index 94bf70d..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-sort-ascending.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-sort-descending.png b/Icons and cursors/windowsicon/32x32/actions/gtk-sort-descending.png
deleted file mode 100644
index b80f45d..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-sort-descending.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-spell-check.png b/Icons and cursors/windowsicon/32x32/actions/gtk-spell-check.png
deleted file mode 100755
index fea3dac..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-spell-check.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-stop.png b/Icons and cursors/windowsicon/32x32/actions/gtk-stop.png
deleted file mode 100644
index 29542d5..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-stop.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-strikethrough.png b/Icons and cursors/windowsicon/32x32/actions/gtk-strikethrough.png
deleted file mode 120000
index 9ff9a37..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/gtk-strikethrough.png
+++ /dev/null
@@ -1 +0,0 @@
-format-text-strikethrough.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-underline.png b/Icons and cursors/windowsicon/32x32/actions/gtk-underline.png
deleted file mode 120000
index 4f5b154..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/gtk-underline.png
+++ /dev/null
@@ -1 +0,0 @@
-format-text-underline.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-undo-ltr.png b/Icons and cursors/windowsicon/32x32/actions/gtk-undo-ltr.png
deleted file mode 100644
index 045d38b..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-undo-ltr.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-unindent-ltr.png b/Icons and cursors/windowsicon/32x32/actions/gtk-unindent-ltr.png
deleted file mode 100644
index 2e19edb..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-unindent-ltr.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-unindent-rtl.png b/Icons and cursors/windowsicon/32x32/actions/gtk-unindent-rtl.png
deleted file mode 100644
index 2748868..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-unindent-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-zoom-100.png b/Icons and cursors/windowsicon/32x32/actions/gtk-zoom-100.png
deleted file mode 100644
index e3950df..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-zoom-100.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-zoom-fit.png b/Icons and cursors/windowsicon/32x32/actions/gtk-zoom-fit.png
deleted file mode 100644
index 69ff737..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-zoom-fit.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-zoom-in.png b/Icons and cursors/windowsicon/32x32/actions/gtk-zoom-in.png
deleted file mode 100644
index dac0575..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-zoom-in.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-zoom-out.png b/Icons and cursors/windowsicon/32x32/actions/gtk-zoom-out.png
deleted file mode 100644
index 7575116..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-zoom-out.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/help-about.png b/Icons and cursors/windowsicon/32x32/actions/help-about.png
deleted file mode 120000
index 03c03e5..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/help-about.png
+++ /dev/null
@@ -1 +0,0 @@
-bookmark_add.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/help-contents.png b/Icons and cursors/windowsicon/32x32/actions/help-contents.png
deleted file mode 100644
index 88c0b9b..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/help-contents.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/help-faq.png b/Icons and cursors/windowsicon/32x32/actions/help-faq.png
deleted file mode 100644
index 58ff7f3..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/help-faq.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/help.png b/Icons and cursors/windowsicon/32x32/actions/help.png
deleted file mode 100644
index 88c0b9b..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/help.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/im-message-new.png b/Icons and cursors/windowsicon/32x32/actions/im-message-new.png
deleted file mode 100755
index d14c80c..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/im-message-new.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/im-msn.png b/Icons and cursors/windowsicon/32x32/actions/im-msn.png
deleted file mode 100755
index 830c84b..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/im-msn.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/insert-image.png b/Icons and cursors/windowsicon/32x32/actions/insert-image.png
deleted file mode 100644
index b806a3f..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/insert-image.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/insert-link.png b/Icons and cursors/windowsicon/32x32/actions/insert-link.png
deleted file mode 100644
index 5910999..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/insert-link.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/insert-object.png b/Icons and cursors/windowsicon/32x32/actions/insert-object.png
deleted file mode 100644
index 9e69318..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/insert-object.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/insert-text.png b/Icons and cursors/windowsicon/32x32/actions/insert-text.png
deleted file mode 100644
index bcbbf2e..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/insert-text.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/kfind.png b/Icons and cursors/windowsicon/32x32/actions/kfind.png
deleted file mode 120000
index 46c673f..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/kfind.png
+++ /dev/null
@@ -1 +0,0 @@
-system-search.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/kfm_home.png b/Icons and cursors/windowsicon/32x32/actions/kfm_home.png
deleted file mode 120000
index 718c1b2..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/kfm_home.png
+++ /dev/null
@@ -1 +0,0 @@
-go-home.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/leftjust.png b/Icons and cursors/windowsicon/32x32/actions/leftjust.png
deleted file mode 100644
index 089cd1c..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/leftjust.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/list-add.png b/Icons and cursors/windowsicon/32x32/actions/list-add.png
deleted file mode 100644
index 0e33937..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/list-add.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/list-remove.png b/Icons and cursors/windowsicon/32x32/actions/list-remove.png
deleted file mode 100644
index d548645..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/list-remove.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/lock.png b/Icons and cursors/windowsicon/32x32/actions/lock.png
deleted file mode 100644
index aec49c7..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/lock.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/mail-attachment.png b/Icons and cursors/windowsicon/32x32/actions/mail-attachment.png
deleted file mode 100755
index 10b7dfc..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/mail-attachment.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/mail-forward.png b/Icons and cursors/windowsicon/32x32/actions/mail-forward.png
deleted file mode 100755
index 85cfef4..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/mail-forward.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/mail-mark-important.png b/Icons and cursors/windowsicon/32x32/actions/mail-mark-important.png
deleted file mode 100755
index cf0c147..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/mail-mark-important.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/mail-mark-junk.png b/Icons and cursors/windowsicon/32x32/actions/mail-mark-junk.png
deleted file mode 100644
index 307fff4..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/mail-mark-junk.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/mail-mark-notjunk.png b/Icons and cursors/windowsicon/32x32/actions/mail-mark-notjunk.png
deleted file mode 100644
index 0ac74da..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/mail-mark-notjunk.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/mail-mark-read.png b/Icons and cursors/windowsicon/32x32/actions/mail-mark-read.png
deleted file mode 100644
index 62825f4..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/mail-mark-read.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/mail-mark-unread.png b/Icons and cursors/windowsicon/32x32/actions/mail-mark-unread.png
deleted file mode 100755
index 6d1832e..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/mail-mark-unread.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/mail-message-new.png b/Icons and cursors/windowsicon/32x32/actions/mail-message-new.png
deleted file mode 100644
index 44cabbf..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/mail-message-new.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/mail-reply-all.png b/Icons and cursors/windowsicon/32x32/actions/mail-reply-all.png
deleted file mode 100755
index 6f584b8..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/mail-reply-all.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/mail-reply-sender.png b/Icons and cursors/windowsicon/32x32/actions/mail-reply-sender.png
deleted file mode 100644
index 23f792d..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/mail-reply-sender.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/mail-send-receive.png b/Icons and cursors/windowsicon/32x32/actions/mail-send-receive.png
deleted file mode 100755
index e0362d7..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/mail-send-receive.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/mail-send.png b/Icons and cursors/windowsicon/32x32/actions/mail-send.png
deleted file mode 120000
index f7281a7..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/mail-send.png
+++ /dev/null
@@ -1 +0,0 @@
-mail_send.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/mail_delete.png b/Icons and cursors/windowsicon/32x32/actions/mail_delete.png
deleted file mode 100755
index f66cc05..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/mail_delete.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/mail_find.png b/Icons and cursors/windowsicon/32x32/actions/mail_find.png
deleted file mode 100755
index bae182d..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/mail_find.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/mail_forward.png b/Icons and cursors/windowsicon/32x32/actions/mail_forward.png
deleted file mode 100755
index 85cfef4..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/mail_forward.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/mail_generic.png b/Icons and cursors/windowsicon/32x32/actions/mail_generic.png
deleted file mode 100755
index 6d1832e..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/mail_generic.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/mail_new.png b/Icons and cursors/windowsicon/32x32/actions/mail_new.png
deleted file mode 100644
index 44cabbf..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/mail_new.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/mail_post_to.png b/Icons and cursors/windowsicon/32x32/actions/mail_post_to.png
deleted file mode 100755
index 51d77e3..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/mail_post_to.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/mail_reply.png b/Icons and cursors/windowsicon/32x32/actions/mail_reply.png
deleted file mode 100755
index 170f2be..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/mail_reply.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/mail_replyall.png b/Icons and cursors/windowsicon/32x32/actions/mail_replyall.png
deleted file mode 100755
index 8a1d3b3..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/mail_replyall.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/mail_replylist.png b/Icons and cursors/windowsicon/32x32/actions/mail_replylist.png
deleted file mode 100755
index 6f584b8..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/mail_replylist.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/mail_send.png b/Icons and cursors/windowsicon/32x32/actions/mail_send.png
deleted file mode 100755
index 85cfef4..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/mail_send.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/mail_spam.png b/Icons and cursors/windowsicon/32x32/actions/mail_spam.png
deleted file mode 100644
index 307fff4..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/mail_spam.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/media-eject.png b/Icons and cursors/windowsicon/32x32/actions/media-eject.png
deleted file mode 100644
index 4232840..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/media-eject.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/media-playback-pause.png b/Icons and cursors/windowsicon/32x32/actions/media-playback-pause.png
deleted file mode 100644
index 80e3ad7..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/media-playback-pause.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/media-playback-start-rtl.png b/Icons and cursors/windowsicon/32x32/actions/media-playback-start-rtl.png
deleted file mode 100644
index 684d840..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/media-playback-start-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/media-playback-start.png b/Icons and cursors/windowsicon/32x32/actions/media-playback-start.png
deleted file mode 100644
index 3a3710f..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/media-playback-start.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/media-playback-stop.png b/Icons and cursors/windowsicon/32x32/actions/media-playback-stop.png
deleted file mode 100644
index 6bf5704..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/media-playback-stop.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/media-record.png b/Icons and cursors/windowsicon/32x32/actions/media-record.png
deleted file mode 100644
index 18a509f..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/media-record.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/media-seek-backward-rtl.png b/Icons and cursors/windowsicon/32x32/actions/media-seek-backward-rtl.png
deleted file mode 100644
index e719f87..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/media-seek-backward-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/media-seek-backward.png b/Icons and cursors/windowsicon/32x32/actions/media-seek-backward.png
deleted file mode 100644
index 644faff..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/media-seek-backward.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/media-seek-forward-rtl.png b/Icons and cursors/windowsicon/32x32/actions/media-seek-forward-rtl.png
deleted file mode 100644
index 644faff..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/media-seek-forward-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/media-seek-forward.png b/Icons and cursors/windowsicon/32x32/actions/media-seek-forward.png
deleted file mode 100644
index e719f87..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/media-seek-forward.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/media-skip-backward-rtl.png b/Icons and cursors/windowsicon/32x32/actions/media-skip-backward-rtl.png
deleted file mode 100644
index 19ea63b..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/media-skip-backward-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/media-skip-backward.png b/Icons and cursors/windowsicon/32x32/actions/media-skip-backward.png
deleted file mode 100644
index 59eb438..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/media-skip-backward.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/media-skip-forward-rtl.png b/Icons and cursors/windowsicon/32x32/actions/media-skip-forward-rtl.png
deleted file mode 100644
index 59eb438..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/media-skip-forward-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/media-skip-forward.png b/Icons and cursors/windowsicon/32x32/actions/media-skip-forward.png
deleted file mode 100644
index 19ea63b..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/media-skip-forward.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/menu_new.png b/Icons and cursors/windowsicon/32x32/actions/menu_new.png
deleted file mode 100644
index 090aaeb..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/menu_new.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/next.png b/Icons and cursors/windowsicon/32x32/actions/next.png
deleted file mode 100644
index ae4345e..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/next.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/object-flip-horizontal.png b/Icons and cursors/windowsicon/32x32/actions/object-flip-horizontal.png
deleted file mode 100755
index edc32f3..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/object-flip-horizontal.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/object-flip-vertical.png b/Icons and cursors/windowsicon/32x32/actions/object-flip-vertical.png
deleted file mode 100755
index 3b7ad68..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/object-flip-vertical.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/object-rotate-180.png b/Icons and cursors/windowsicon/32x32/actions/object-rotate-180.png
deleted file mode 100755
index 901d865..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/object-rotate-180.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/object-rotate-left.png b/Icons and cursors/windowsicon/32x32/actions/object-rotate-left.png
deleted file mode 100755
index 28ed600..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/object-rotate-left.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/object-rotate-right.png b/Icons and cursors/windowsicon/32x32/actions/object-rotate-right.png
deleted file mode 100755
index 44e0c47..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/object-rotate-right.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/pin.png b/Icons and cursors/windowsicon/32x32/actions/pin.png
deleted file mode 100644
index e9b78b5..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/pin.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/player_eject.png b/Icons and cursors/windowsicon/32x32/actions/player_eject.png
deleted file mode 100644
index 4232840..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/player_eject.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/player_end.png b/Icons and cursors/windowsicon/32x32/actions/player_end.png
deleted file mode 100644
index 19ea63b..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/player_end.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/player_fwd.png b/Icons and cursors/windowsicon/32x32/actions/player_fwd.png
deleted file mode 100644
index e719f87..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/player_fwd.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/player_pause.png b/Icons and cursors/windowsicon/32x32/actions/player_pause.png
deleted file mode 100644
index 80e3ad7..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/player_pause.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/player_play.png b/Icons and cursors/windowsicon/32x32/actions/player_play.png
deleted file mode 100644
index 3a3710f..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/player_play.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/player_record.png b/Icons and cursors/windowsicon/32x32/actions/player_record.png
deleted file mode 100644
index 18a509f..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/player_record.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/player_rew.png b/Icons and cursors/windowsicon/32x32/actions/player_rew.png
deleted file mode 100644
index 644faff..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/player_rew.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/player_start.png b/Icons and cursors/windowsicon/32x32/actions/player_start.png
deleted file mode 100644
index 59eb438..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/player_start.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/player_stop.png b/Icons and cursors/windowsicon/32x32/actions/player_stop.png
deleted file mode 100644
index 6bf5704..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/player_stop.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/previous.png b/Icons and cursors/windowsicon/32x32/actions/previous.png
deleted file mode 100644
index 05a5540..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/previous.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/process-stop.png b/Icons and cursors/windowsicon/32x32/actions/process-stop.png
deleted file mode 100644
index 29542d5..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/process-stop.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/project_open.png b/Icons and cursors/windowsicon/32x32/actions/project_open.png
deleted file mode 100755
index ad60d35..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/project_open.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/rebuild.png b/Icons and cursors/windowsicon/32x32/actions/rebuild.png
deleted file mode 100755
index b987c58..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/rebuild.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/redhat-home.png b/Icons and cursors/windowsicon/32x32/actions/redhat-home.png
deleted file mode 120000
index 718c1b2..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/redhat-home.png
+++ /dev/null
@@ -1 +0,0 @@
-go-home.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/redo.png b/Icons and cursors/windowsicon/32x32/actions/redo.png
deleted file mode 100644
index 1912764..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/redo.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/reload.png b/Icons and cursors/windowsicon/32x32/actions/reload.png
deleted file mode 120000
index 521b94e..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/reload.png
+++ /dev/null
@@ -1 +0,0 @@
-view-refresh.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/reload3.png b/Icons and cursors/windowsicon/32x32/actions/reload3.png
deleted file mode 100644
index 6bf713a..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/reload3.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/reload_all_tabs.png b/Icons and cursors/windowsicon/32x32/actions/reload_all_tabs.png
deleted file mode 120000
index 521b94e..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/reload_all_tabs.png
+++ /dev/null
@@ -1 +0,0 @@
-view-refresh.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/reload_page.png b/Icons and cursors/windowsicon/32x32/actions/reload_page.png
deleted file mode 120000
index 521b94e..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/reload_page.png
+++ /dev/null
@@ -1 +0,0 @@
-view-refresh.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/remove.png b/Icons and cursors/windowsicon/32x32/actions/remove.png
deleted file mode 100644
index d548645..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/remove.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/revert.png b/Icons and cursors/windowsicon/32x32/actions/revert.png
deleted file mode 120000
index 35c2c00..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/revert.png
+++ /dev/null
@@ -1 +0,0 @@
-document-revert.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/rhythmbox-set-star.png b/Icons and cursors/windowsicon/32x32/actions/rhythmbox-set-star.png
deleted file mode 120000
index 03c03e5..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/rhythmbox-set-star.png
+++ /dev/null
@@ -1 +0,0 @@
-bookmark_add.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/rightjust.png b/Icons and cursors/windowsicon/32x32/actions/rightjust.png
deleted file mode 100644
index 0b8f8c7..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/rightjust.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/search.png b/Icons and cursors/windowsicon/32x32/actions/search.png
deleted file mode 120000
index 46c673f..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/search.png
+++ /dev/null
@@ -1 +0,0 @@
-system-search.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/setroubleshoot_icon.png b/Icons and cursors/windowsicon/32x32/actions/setroubleshoot_icon.png
deleted file mode 120000
index 03c03e5..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/setroubleshoot_icon.png
+++ /dev/null
@@ -1 +0,0 @@
-bookmark_add.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/settings-configure.png b/Icons and cursors/windowsicon/32x32/actions/settings-configure.png
deleted file mode 100644
index 03427d0..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/settings-configure.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/start.png b/Icons and cursors/windowsicon/32x32/actions/start.png
deleted file mode 100644
index 3a69e90..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/start.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/stock-convert.png b/Icons and cursors/windowsicon/32x32/actions/stock-convert.png
deleted file mode 100755
index a0c278c..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/stock-convert.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_about.png b/Icons and cursors/windowsicon/32x32/actions/stock_about.png
deleted file mode 120000
index 03c03e5..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/stock_about.png
+++ /dev/null
@@ -1 +0,0 @@
-bookmark_add.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_add-bookmark.png b/Icons and cursors/windowsicon/32x32/actions/stock_add-bookmark.png
deleted file mode 120000
index 03c03e5..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/stock_add-bookmark.png
+++ /dev/null
@@ -1 +0,0 @@
-bookmark_add.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_attach.png b/Icons and cursors/windowsicon/32x32/actions/stock_attach.png
deleted file mode 120000
index 3115a56..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/stock_attach.png
+++ /dev/null
@@ -1 +0,0 @@
-mail-attachment.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_bottom.png b/Icons and cursors/windowsicon/32x32/actions/stock_bottom.png
deleted file mode 100644
index 386b061..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/stock_bottom.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_close.png b/Icons and cursors/windowsicon/32x32/actions/stock_close.png
deleted file mode 100644
index fe4abf9..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/stock_close.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_copy.png b/Icons and cursors/windowsicon/32x32/actions/stock_copy.png
deleted file mode 120000
index e106cb5..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/stock_copy.png
+++ /dev/null
@@ -1 +0,0 @@
-edit-copy.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_cut.png b/Icons and cursors/windowsicon/32x32/actions/stock_cut.png
deleted file mode 120000
index 32b0302..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/stock_cut.png
+++ /dev/null
@@ -1 +0,0 @@
-edit-cut.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_data-delete-link.png b/Icons and cursors/windowsicon/32x32/actions/stock_data-delete-link.png
deleted file mode 120000
index a94cb85..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/stock_data-delete-link.png
+++ /dev/null
@@ -1 +0,0 @@
-editdelete.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_delete.png b/Icons and cursors/windowsicon/32x32/actions/stock_delete.png
deleted file mode 120000
index bb0a74a..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/stock_delete.png
+++ /dev/null
@@ -1 +0,0 @@
-edit-delete.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_down.png b/Icons and cursors/windowsicon/32x32/actions/stock_down.png
deleted file mode 100644
index 386b061..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/stock_down.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_file-properites.png b/Icons and cursors/windowsicon/32x32/actions/stock_file-properites.png
deleted file mode 100644
index c270eee..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/stock_file-properites.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_file-properties.png b/Icons and cursors/windowsicon/32x32/actions/stock_file-properties.png
deleted file mode 120000
index b447aa2..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/stock_file-properties.png
+++ /dev/null
@@ -1 +0,0 @@
-document-properties.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_filter-data-by-criteria.png b/Icons and cursors/windowsicon/32x32/actions/stock_filter-data-by-criteria.png
deleted file mode 120000
index 262fce6..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/stock_filter-data-by-criteria.png
+++ /dev/null
@@ -1 +0,0 @@
-filter.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_filter-navigator.png b/Icons and cursors/windowsicon/32x32/actions/stock_filter-navigator.png
deleted file mode 120000
index 262fce6..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/stock_filter-navigator.png
+++ /dev/null
@@ -1 +0,0 @@
-filter.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_first.png b/Icons and cursors/windowsicon/32x32/actions/stock_first.png
deleted file mode 100644
index 3a69e90..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/stock_first.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_fullscreen.png b/Icons and cursors/windowsicon/32x32/actions/stock_fullscreen.png
deleted file mode 120000
index 37aaf87..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/stock_fullscreen.png
+++ /dev/null
@@ -1 +0,0 @@
-view-fullscreen.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_help-add-bookmark.png b/Icons and cursors/windowsicon/32x32/actions/stock_help-add-bookmark.png
deleted file mode 120000
index 03c03e5..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/stock_help-add-bookmark.png
+++ /dev/null
@@ -1 +0,0 @@
-bookmark_add.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_help.png b/Icons and cursors/windowsicon/32x32/actions/stock_help.png
deleted file mode 100644
index 88c0b9b..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/stock_help.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_home.png b/Icons and cursors/windowsicon/32x32/actions/stock_home.png
deleted file mode 120000
index 718c1b2..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/stock_home.png
+++ /dev/null
@@ -1 +0,0 @@
-go-home.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_last.png b/Icons and cursors/windowsicon/32x32/actions/stock_last.png
deleted file mode 100644
index 96e9cd1..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/stock_last.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_leave-fullscreen.png b/Icons and cursors/windowsicon/32x32/actions/stock_leave-fullscreen.png
deleted file mode 100755
index bff406c..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/stock_leave-fullscreen.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_left.png b/Icons and cursors/windowsicon/32x32/actions/stock_left.png
deleted file mode 100644
index 05a5540..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/stock_left.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_mail-compose.png b/Icons and cursors/windowsicon/32x32/actions/stock_mail-compose.png
deleted file mode 100644
index 44cabbf..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/stock_mail-compose.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_mail-filters-apply.png b/Icons and cursors/windowsicon/32x32/actions/stock_mail-filters-apply.png
deleted file mode 120000
index 262fce6..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/stock_mail-filters-apply.png
+++ /dev/null
@@ -1 +0,0 @@
-filter.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_mail-forward.png b/Icons and cursors/windowsicon/32x32/actions/stock_mail-forward.png
deleted file mode 120000
index c288360..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/stock_mail-forward.png
+++ /dev/null
@@ -1 +0,0 @@
-mail_forward.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_mail-reply-to-all.png b/Icons and cursors/windowsicon/32x32/actions/stock_mail-reply-to-all.png
deleted file mode 120000
index 24dc4f9..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/stock_mail-reply-to-all.png
+++ /dev/null
@@ -1 +0,0 @@
-mail_replyall.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_mail-reply.png b/Icons and cursors/windowsicon/32x32/actions/stock_mail-reply.png
deleted file mode 120000
index 7e182cc..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/stock_mail-reply.png
+++ /dev/null
@@ -1 +0,0 @@
-mail_reply.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_mail-send-receive.png b/Icons and cursors/windowsicon/32x32/actions/stock_mail-send-receive.png
deleted file mode 120000
index e36dd71..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/stock_mail-send-receive.png
+++ /dev/null
@@ -1 +0,0 @@
-mail-send-receive.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_mail-send.png b/Icons and cursors/windowsicon/32x32/actions/stock_mail-send.png
deleted file mode 120000
index f7281a7..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/stock_mail-send.png
+++ /dev/null
@@ -1 +0,0 @@
-mail_send.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_media-fwd.png b/Icons and cursors/windowsicon/32x32/actions/stock_media-fwd.png
deleted file mode 100644
index e719f87..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/stock_media-fwd.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_media-next.png b/Icons and cursors/windowsicon/32x32/actions/stock_media-next.png
deleted file mode 100644
index 19ea63b..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/stock_media-next.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_media-pause.png b/Icons and cursors/windowsicon/32x32/actions/stock_media-pause.png
deleted file mode 100644
index 80e3ad7..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/stock_media-pause.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_media-play.png b/Icons and cursors/windowsicon/32x32/actions/stock_media-play.png
deleted file mode 100644
index 3a3710f..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/stock_media-play.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_media-prev.png b/Icons and cursors/windowsicon/32x32/actions/stock_media-prev.png
deleted file mode 100644
index 59eb438..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/stock_media-prev.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_media-rec.png b/Icons and cursors/windowsicon/32x32/actions/stock_media-rec.png
deleted file mode 100644
index 18a509f..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/stock_media-rec.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_media-rew.png b/Icons and cursors/windowsicon/32x32/actions/stock_media-rew.png
deleted file mode 100644
index 644faff..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/stock_media-rew.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_media-stop.png b/Icons and cursors/windowsicon/32x32/actions/stock_media-stop.png
deleted file mode 100644
index 6bf5704..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/stock_media-stop.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_navigator.png b/Icons and cursors/windowsicon/32x32/actions/stock_navigator.png
deleted file mode 120000
index 03c03e5..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/stock_navigator.png
+++ /dev/null
@@ -1 +0,0 @@
-bookmark_add.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_new-address-book.png b/Icons and cursors/windowsicon/32x32/actions/stock_new-address-book.png
deleted file mode 100644
index 3722540..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/stock_new-address-book.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_new-appointment.png b/Icons and cursors/windowsicon/32x32/actions/stock_new-appointment.png
deleted file mode 100644
index b72896a..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/stock_new-appointment.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_new-bcard.png b/Icons and cursors/windowsicon/32x32/actions/stock_new-bcard.png
deleted file mode 100644
index 72677c2..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/stock_new-bcard.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_new-dir.png b/Icons and cursors/windowsicon/32x32/actions/stock_new-dir.png
deleted file mode 120000
index e3ded23..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/stock_new-dir.png
+++ /dev/null
@@ -1 +0,0 @@
-folder-new.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_new-tab.png b/Icons and cursors/windowsicon/32x32/actions/stock_new-tab.png
deleted file mode 120000
index 6fdf770..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/stock_new-tab.png
+++ /dev/null
@@ -1 +0,0 @@
-tab-new.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_new-text.png b/Icons and cursors/windowsicon/32x32/actions/stock_new-text.png
deleted file mode 120000
index 446977d..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/stock_new-text.png
+++ /dev/null
@@ -1 +0,0 @@
-document-new.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_new-window.png b/Icons and cursors/windowsicon/32x32/actions/stock_new-window.png
deleted file mode 100644
index 0b0b4a3..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/stock_new-window.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_paste.png b/Icons and cursors/windowsicon/32x32/actions/stock_paste.png
deleted file mode 120000
index 2f55649..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/stock_paste.png
+++ /dev/null
@@ -1 +0,0 @@
-edit-paste.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_print-preview.png b/Icons and cursors/windowsicon/32x32/actions/stock_print-preview.png
deleted file mode 120000
index 9dfea71..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/stock_print-preview.png
+++ /dev/null
@@ -1 +0,0 @@
-document-print-preview.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_print-setup.png b/Icons and cursors/windowsicon/32x32/actions/stock_print-setup.png
deleted file mode 120000
index 68a9613..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/stock_print-setup.png
+++ /dev/null
@@ -1 +0,0 @@
-document-page-setup.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_print.png b/Icons and cursors/windowsicon/32x32/actions/stock_print.png
deleted file mode 120000
index 863a49f..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/stock_print.png
+++ /dev/null
@@ -1 +0,0 @@
-document-print.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_properties.png b/Icons and cursors/windowsicon/32x32/actions/stock_properties.png
deleted file mode 120000
index b447aa2..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/stock_properties.png
+++ /dev/null
@@ -1 +0,0 @@
-document-properties.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_redo.png b/Icons and cursors/windowsicon/32x32/actions/stock_redo.png
deleted file mode 100644
index 1912764..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/stock_redo.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_refresh.png b/Icons and cursors/windowsicon/32x32/actions/stock_refresh.png
deleted file mode 120000
index 521b94e..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/stock_refresh.png
+++ /dev/null
@@ -1 +0,0 @@
-view-refresh.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_right.png b/Icons and cursors/windowsicon/32x32/actions/stock_right.png
deleted file mode 100644
index ae4345e..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/stock_right.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_save-as.png b/Icons and cursors/windowsicon/32x32/actions/stock_save-as.png
deleted file mode 120000
index 6f80888..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/stock_save-as.png
+++ /dev/null
@@ -1 +0,0 @@
-document-save-as.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_save.png b/Icons and cursors/windowsicon/32x32/actions/stock_save.png
deleted file mode 120000
index b1240e1..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/stock_save.png
+++ /dev/null
@@ -1 +0,0 @@
-document-save.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_search-and-replace.png b/Icons and cursors/windowsicon/32x32/actions/stock_search-and-replace.png
deleted file mode 120000
index e4057af..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/stock_search-and-replace.png
+++ /dev/null
@@ -1 +0,0 @@
-edit-find-replace.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_search.png b/Icons and cursors/windowsicon/32x32/actions/stock_search.png
deleted file mode 100644
index 5c4b70b..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/stock_search.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_select-all.png b/Icons and cursors/windowsicon/32x32/actions/stock_select-all.png
deleted file mode 120000
index 30033c7..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/stock_select-all.png
+++ /dev/null
@@ -1 +0,0 @@
-edit-select-all.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_spam.png b/Icons and cursors/windowsicon/32x32/actions/stock_spam.png
deleted file mode 100644
index 307fff4..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/stock_spam.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_spellcheck.png b/Icons and cursors/windowsicon/32x32/actions/stock_spellcheck.png
deleted file mode 120000
index bdf2c4c..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/stock_spellcheck.png
+++ /dev/null
@@ -1 +0,0 @@
-gtk-spell-check.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_stop.png b/Icons and cursors/windowsicon/32x32/actions/stock_stop.png
deleted file mode 100644
index 29542d5..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/stock_stop.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_text-strikethrough.png b/Icons and cursors/windowsicon/32x32/actions/stock_text-strikethrough.png
deleted file mode 120000
index 9ff9a37..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/stock_text-strikethrough.png
+++ /dev/null
@@ -1 +0,0 @@
-format-text-strikethrough.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_text_bold.png b/Icons and cursors/windowsicon/32x32/actions/stock_text_bold.png
deleted file mode 120000
index ef50053..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/stock_text_bold.png
+++ /dev/null
@@ -1 +0,0 @@
-format-text-bold.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_text_center.png b/Icons and cursors/windowsicon/32x32/actions/stock_text_center.png
deleted file mode 100644
index 8e110d6..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/stock_text_center.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_text_indent.png b/Icons and cursors/windowsicon/32x32/actions/stock_text_indent.png
deleted file mode 100644
index 2748868..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/stock_text_indent.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_text_italic.png b/Icons and cursors/windowsicon/32x32/actions/stock_text_italic.png
deleted file mode 120000
index 1ee2a31..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/stock_text_italic.png
+++ /dev/null
@@ -1 +0,0 @@
-format-text-italic.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_text_justify.png b/Icons and cursors/windowsicon/32x32/actions/stock_text_justify.png
deleted file mode 100644
index cabffc8..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/stock_text_justify.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_text_left.png b/Icons and cursors/windowsicon/32x32/actions/stock_text_left.png
deleted file mode 100644
index 089cd1c..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/stock_text_left.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_text_right.png b/Icons and cursors/windowsicon/32x32/actions/stock_text_right.png
deleted file mode 100644
index 0b8f8c7..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/stock_text_right.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_text_underlined.png b/Icons and cursors/windowsicon/32x32/actions/stock_text_underlined.png
deleted file mode 100644
index c53060b..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/stock_text_underlined.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_text_unindent.png b/Icons and cursors/windowsicon/32x32/actions/stock_text_unindent.png
deleted file mode 100644
index 2e19edb..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/stock_text_unindent.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_top.png b/Icons and cursors/windowsicon/32x32/actions/stock_top.png
deleted file mode 100644
index 1a5224a..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/stock_top.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_undo.png b/Icons and cursors/windowsicon/32x32/actions/stock_undo.png
deleted file mode 100644
index 045d38b..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/stock_undo.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_up.png b/Icons and cursors/windowsicon/32x32/actions/stock_up.png
deleted file mode 100644
index 1a5224a..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/stock_up.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_zoom-1.png b/Icons and cursors/windowsicon/32x32/actions/stock_zoom-1.png
deleted file mode 100644
index e3950df..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/stock_zoom-1.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_zoom-in.png b/Icons and cursors/windowsicon/32x32/actions/stock_zoom-in.png
deleted file mode 100644
index dac0575..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/stock_zoom-in.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_zoom-out.png b/Icons and cursors/windowsicon/32x32/actions/stock_zoom-out.png
deleted file mode 100644
index 7575116..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/stock_zoom-out.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_zoom-page.png b/Icons and cursors/windowsicon/32x32/actions/stock_zoom-page.png
deleted file mode 100644
index 69ff737..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/stock_zoom-page.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/stop.png b/Icons and cursors/windowsicon/32x32/actions/stop.png
deleted file mode 100644
index 29542d5..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/stop.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/system-lock-screen.png b/Icons and cursors/windowsicon/32x32/actions/system-lock-screen.png
deleted file mode 100644
index aec49c7..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/system-lock-screen.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/system-log-out.png b/Icons and cursors/windowsicon/32x32/actions/system-log-out.png
deleted file mode 100644
index 7d37a6c..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/system-log-out.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/system-run.png b/Icons and cursors/windowsicon/32x32/actions/system-run.png
deleted file mode 100644
index 16eb34f..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/system-run.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/system-search.png b/Icons and cursors/windowsicon/32x32/actions/system-search.png
deleted file mode 100755
index 163bf46..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/system-search.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/system-shutdown.png b/Icons and cursors/windowsicon/32x32/actions/system-shutdown.png
deleted file mode 100644
index 1384a2c..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/system-shutdown.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/tab-new.png b/Icons and cursors/windowsicon/32x32/actions/tab-new.png
deleted file mode 100755
index 40b3747..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/tab-new.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/tab.png b/Icons and cursors/windowsicon/32x32/actions/tab.png
deleted file mode 100755
index b1d7787..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/tab.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/tab_new.png b/Icons and cursors/windowsicon/32x32/actions/tab_new.png
deleted file mode 120000
index 6fdf770..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/tab_new.png
+++ /dev/null
@@ -1 +0,0 @@
-tab-new.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/text_bold.png b/Icons and cursors/windowsicon/32x32/actions/text_bold.png
deleted file mode 120000
index ef50053..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/text_bold.png
+++ /dev/null
@@ -1 +0,0 @@
-format-text-bold.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/text_italic.png b/Icons and cursors/windowsicon/32x32/actions/text_italic.png
deleted file mode 120000
index 1ee2a31..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/text_italic.png
+++ /dev/null
@@ -1 +0,0 @@
-format-text-italic.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/text_strike.png b/Icons and cursors/windowsicon/32x32/actions/text_strike.png
deleted file mode 120000
index 9ff9a37..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/text_strike.png
+++ /dev/null
@@ -1 +0,0 @@
-format-text-strikethrough.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/text_under.png b/Icons and cursors/windowsicon/32x32/actions/text_under.png
deleted file mode 120000
index 4f5b154..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/text_under.png
+++ /dev/null
@@ -1 +0,0 @@
-format-text-underline.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/tools-check-spelling.png b/Icons and cursors/windowsicon/32x32/actions/tools-check-spelling.png
deleted file mode 120000
index bdf2c4c..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/tools-check-spelling.png
+++ /dev/null
@@ -1 +0,0 @@
-gtk-spell-check.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/top.png b/Icons and cursors/windowsicon/32x32/actions/top.png
deleted file mode 100644
index 1a5224a..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/top.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/undo.png b/Icons and cursors/windowsicon/32x32/actions/undo.png
deleted file mode 100644
index 045d38b..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/undo.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/up.png b/Icons and cursors/windowsicon/32x32/actions/up.png
deleted file mode 100644
index 1a5224a..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/up.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/user-available-panel.png b/Icons and cursors/windowsicon/32x32/actions/user-available-panel.png
deleted file mode 120000
index 3e3ae14..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/user-available-panel.png
+++ /dev/null
@@ -1 +0,0 @@
-empathy-available.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/user-available.png b/Icons and cursors/windowsicon/32x32/actions/user-available.png
deleted file mode 120000
index 3e3ae14..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/user-available.png
+++ /dev/null
@@ -1 +0,0 @@
-empathy-available.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/user-away-panel.png b/Icons and cursors/windowsicon/32x32/actions/user-away-panel.png
deleted file mode 120000
index 9efb107..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/user-away-panel.png
+++ /dev/null
@@ -1 +0,0 @@
-empathy-away.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/user-away.png b/Icons and cursors/windowsicon/32x32/actions/user-away.png
deleted file mode 120000
index 9efb107..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/user-away.png
+++ /dev/null
@@ -1 +0,0 @@
-empathy-away.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/user-busy-panel.png b/Icons and cursors/windowsicon/32x32/actions/user-busy-panel.png
deleted file mode 120000
index 626136b..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/user-busy-panel.png
+++ /dev/null
@@ -1 +0,0 @@
-empathy-busy.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/user-busy.png b/Icons and cursors/windowsicon/32x32/actions/user-busy.png
deleted file mode 120000
index 626136b..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/user-busy.png
+++ /dev/null
@@ -1 +0,0 @@
-empathy-busy.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/user-group-delete.png b/Icons and cursors/windowsicon/32x32/actions/user-group-delete.png
deleted file mode 100755
index a52eec6..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/user-group-delete.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/user-group-new.png b/Icons and cursors/windowsicon/32x32/actions/user-group-new.png
deleted file mode 100755
index 465d538..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/user-group-new.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/user-idle-panel.png b/Icons and cursors/windowsicon/32x32/actions/user-idle-panel.png
deleted file mode 120000
index 3947ab4..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/user-idle-panel.png
+++ /dev/null
@@ -1 +0,0 @@
-empathy-extended-away.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/user-idle.png b/Icons and cursors/windowsicon/32x32/actions/user-idle.png
deleted file mode 120000
index 3947ab4..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/user-idle.png
+++ /dev/null
@@ -1 +0,0 @@
-empathy-extended-away.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/user-invisible-panel.png b/Icons and cursors/windowsicon/32x32/actions/user-invisible-panel.png
deleted file mode 120000
index d51e23b..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/user-invisible-panel.png
+++ /dev/null
@@ -1 +0,0 @@
-empathy-pending.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/user-invisible.png b/Icons and cursors/windowsicon/32x32/actions/user-invisible.png
deleted file mode 120000
index d51e23b..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/user-invisible.png
+++ /dev/null
@@ -1 +0,0 @@
-empathy-pending.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/user-offline-panel.png b/Icons and cursors/windowsicon/32x32/actions/user-offline-panel.png
deleted file mode 120000
index 3e64196..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/user-offline-panel.png
+++ /dev/null
@@ -1 +0,0 @@
-empathy-offline.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/user-offline.png b/Icons and cursors/windowsicon/32x32/actions/user-offline.png
deleted file mode 120000
index 3e64196..0000000
--- a/Icons and cursors/windowsicon/32x32/actions/user-offline.png
+++ /dev/null
@@ -1 +0,0 @@
-empathy-offline.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/actions/view-fullscreen.png b/Icons and cursors/windowsicon/32x32/actions/view-fullscreen.png
deleted file mode 100755
index 87661aa..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/view-fullscreen.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/view-refresh.png b/Icons and cursors/windowsicon/32x32/actions/view-refresh.png
deleted file mode 100755
index 6bf713a..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/view-refresh.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/view-restore.png b/Icons and cursors/windowsicon/32x32/actions/view-restore.png
deleted file mode 100644
index 1cf4442..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/view-restore.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/view-sort-ascending.png b/Icons and cursors/windowsicon/32x32/actions/view-sort-ascending.png
deleted file mode 100644
index 94bf70d..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/view-sort-ascending.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/view-sort-descending.png b/Icons and cursors/windowsicon/32x32/actions/view-sort-descending.png
deleted file mode 100644
index b80f45d..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/view-sort-descending.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/viewmag-.png b/Icons and cursors/windowsicon/32x32/actions/viewmag-.png
deleted file mode 100644
index 7575116..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/viewmag-.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/viewmag.png b/Icons and cursors/windowsicon/32x32/actions/viewmag.png
deleted file mode 100644
index dac0575..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/viewmag.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/viewmag1.png b/Icons and cursors/windowsicon/32x32/actions/viewmag1.png
deleted file mode 100644
index e3950df..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/viewmag1.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/viewmagfit.png b/Icons and cursors/windowsicon/32x32/actions/viewmagfit.png
deleted file mode 100644
index 69ff737..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/viewmagfit.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/window-close.png b/Icons and cursors/windowsicon/32x32/actions/window-close.png
deleted file mode 100644
index 0f30e0a..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/window-close.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/window-new.png b/Icons and cursors/windowsicon/32x32/actions/window-new.png
deleted file mode 100644
index 0b0b4a3..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/window-new.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/window-pin.png b/Icons and cursors/windowsicon/32x32/actions/window-pin.png
deleted file mode 100644
index e9b78b5..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/window-pin.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/window_fullscreen.png b/Icons and cursors/windowsicon/32x32/actions/window_fullscreen.png
deleted file mode 100644
index 20b1224..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/window_fullscreen.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/window_new.png b/Icons and cursors/windowsicon/32x32/actions/window_new.png
deleted file mode 100644
index 0b0b4a3..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/window_new.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/window_nofullscreen.png b/Icons and cursors/windowsicon/32x32/actions/window_nofullscreen.png
deleted file mode 100644
index 1cf4442..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/window_nofullscreen.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/xfce-system-exit.png b/Icons and cursors/windowsicon/32x32/actions/xfce-system-exit.png
deleted file mode 100644
index 1fca6f7..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/xfce-system-exit.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/xfce-system-lock.png b/Icons and cursors/windowsicon/32x32/actions/xfce-system-lock.png
deleted file mode 100644
index aec49c7..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/xfce-system-lock.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/zoom-best-fit.png b/Icons and cursors/windowsicon/32x32/actions/zoom-best-fit.png
deleted file mode 100644
index 69ff737..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/zoom-best-fit.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/zoom-fit-best.png b/Icons and cursors/windowsicon/32x32/actions/zoom-fit-best.png
deleted file mode 100644
index 69ff737..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/zoom-fit-best.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/zoom-in.png b/Icons and cursors/windowsicon/32x32/actions/zoom-in.png
deleted file mode 100644
index dac0575..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/zoom-in.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/zoom-original.png b/Icons and cursors/windowsicon/32x32/actions/zoom-original.png
deleted file mode 100644
index e3950df..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/zoom-original.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/actions/zoom-out.png b/Icons and cursors/windowsicon/32x32/actions/zoom-out.png
deleted file mode 100644
index 7575116..0000000
Binary files a/Icons and cursors/windowsicon/32x32/actions/zoom-out.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/animations/gnome-spinner.png b/Icons and cursors/windowsicon/32x32/animations/gnome-spinner.png
deleted file mode 100644
index 8d43164..0000000
Binary files a/Icons and cursors/windowsicon/32x32/animations/gnome-spinner.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/animations/process-working.png b/Icons and cursors/windowsicon/32x32/animations/process-working.png
deleted file mode 100644
index 8d43164..0000000
Binary files a/Icons and cursors/windowsicon/32x32/animations/process-working.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/access.png b/Icons and cursors/windowsicon/32x32/apps/access.png
deleted file mode 100644
index d892614..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/access.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/accessibility-directory.png b/Icons and cursors/windowsicon/32x32/apps/accessibility-directory.png
deleted file mode 100644
index d892614..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/accessibility-directory.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/accessories-calculator.png b/Icons and cursors/windowsicon/32x32/apps/accessories-calculator.png
deleted file mode 100644
index 20009eb..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/accessories-calculator.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/accessories-character-map.png b/Icons and cursors/windowsicon/32x32/apps/accessories-character-map.png
deleted file mode 100644
index fbdf63d..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/accessories-character-map.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/accessories-dictionary.png b/Icons and cursors/windowsicon/32x32/apps/accessories-dictionary.png
deleted file mode 100644
index 481e605..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/accessories-dictionary.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/accessories-text-editor.png b/Icons and cursors/windowsicon/32x32/apps/accessories-text-editor.png
deleted file mode 100644
index 77ae4c6..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/accessories-text-editor.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/alacarte.png b/Icons and cursors/windowsicon/32x32/apps/alacarte.png
deleted file mode 100644
index 69db28a..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/alacarte.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/applets-screenshooter.png b/Icons and cursors/windowsicon/32x32/apps/applets-screenshooter.png
deleted file mode 100644
index 1ea7e81..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/applets-screenshooter.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/apport.png b/Icons and cursors/windowsicon/32x32/apps/apport.png
deleted file mode 100644
index 982368a..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/apport.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/arts.png b/Icons and cursors/windowsicon/32x32/apps/arts.png
deleted file mode 100644
index 04ac9d2..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/arts.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/background.png b/Icons and cursors/windowsicon/32x32/apps/background.png
deleted file mode 100644
index 51b1773..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/background.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/baobab.png b/Icons and cursors/windowsicon/32x32/apps/baobab.png
deleted file mode 100644
index bc6c3e3..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/baobab.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/bleachbit.png b/Icons and cursors/windowsicon/32x32/apps/bleachbit.png
deleted file mode 100644
index ab5d84d..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/bleachbit.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/bluetooth.png b/Icons and cursors/windowsicon/32x32/apps/bluetooth.png
deleted file mode 100644
index 8a7ed3c..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/bluetooth.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/brasero.png b/Icons and cursors/windowsicon/32x32/apps/brasero.png
deleted file mode 100644
index 3ce3b65..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/brasero.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/calc.png b/Icons and cursors/windowsicon/32x32/apps/calc.png
deleted file mode 100644
index 20009eb..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/calc.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/cheese.png b/Icons and cursors/windowsicon/32x32/apps/cheese.png
deleted file mode 100644
index 8e80784..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/cheese.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/color-picker.png b/Icons and cursors/windowsicon/32x32/apps/color-picker.png
deleted file mode 100644
index 14d542e..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/color-picker.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/config-language.png b/Icons and cursors/windowsicon/32x32/apps/config-language.png
deleted file mode 100644
index ad431f4..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/config-language.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/config-users.png b/Icons and cursors/windowsicon/32x32/apps/config-users.png
deleted file mode 100644
index aa0ec47..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/config-users.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-applets.png b/Icons and cursors/windowsicon/32x32/apps/cs-applets.png
deleted file mode 100644
index 452dcae..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-applets.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-backgrounds.png b/Icons and cursors/windowsicon/32x32/apps/cs-backgrounds.png
deleted file mode 100644
index 9f9ee92..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-backgrounds.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-bluetooth.png b/Icons and cursors/windowsicon/32x32/apps/cs-bluetooth.png
deleted file mode 100644
index 73a6aa7..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-bluetooth.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-cat-admin.png b/Icons and cursors/windowsicon/32x32/apps/cs-cat-admin.png
deleted file mode 100644
index 34a2513..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-cat-admin.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-cat-appearance.png b/Icons and cursors/windowsicon/32x32/apps/cs-cat-appearance.png
deleted file mode 100644
index 6f48f83..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-cat-appearance.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-cat-hardware.png b/Icons and cursors/windowsicon/32x32/apps/cs-cat-hardware.png
deleted file mode 100644
index 8f43235..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-cat-hardware.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-cat-prefs.png b/Icons and cursors/windowsicon/32x32/apps/cs-cat-prefs.png
deleted file mode 100644
index 5e4d239..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-cat-prefs.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-cat-themes.png b/Icons and cursors/windowsicon/32x32/apps/cs-cat-themes.png
deleted file mode 100644
index 6f48f83..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-cat-themes.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-color.png b/Icons and cursors/windowsicon/32x32/apps/cs-color.png
deleted file mode 100644
index 98c4f6b..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-color.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-date-time.png b/Icons and cursors/windowsicon/32x32/apps/cs-date-time.png
deleted file mode 100644
index 8320e0b..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-date-time.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-default-applications.png b/Icons and cursors/windowsicon/32x32/apps/cs-default-applications.png
deleted file mode 100644
index 9f62141..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-default-applications.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-desklets.png b/Icons and cursors/windowsicon/32x32/apps/cs-desklets.png
deleted file mode 100644
index 452dcae..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-desklets.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-desktop-effects.png b/Icons and cursors/windowsicon/32x32/apps/cs-desktop-effects.png
deleted file mode 100644
index 9f9ee92..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-desktop-effects.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-desktop.png b/Icons and cursors/windowsicon/32x32/apps/cs-desktop.png
deleted file mode 100644
index 9f9ee92..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-desktop.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-details.png b/Icons and cursors/windowsicon/32x32/apps/cs-details.png
deleted file mode 100644
index fde545a..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-details.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-display.png b/Icons and cursors/windowsicon/32x32/apps/cs-display.png
deleted file mode 100644
index 00ab42a..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-display.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-drivers.png b/Icons and cursors/windowsicon/32x32/apps/cs-drivers.png
deleted file mode 100644
index 8f43235..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-drivers.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-extensions.png b/Icons and cursors/windowsicon/32x32/apps/cs-extensions.png
deleted file mode 100644
index e4e7259..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-extensions.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-firewall.png b/Icons and cursors/windowsicon/32x32/apps/cs-firewall.png
deleted file mode 100644
index 71e84ef..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-firewall.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-fonts.png b/Icons and cursors/windowsicon/32x32/apps/cs-fonts.png
deleted file mode 100644
index bc09bc2..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-fonts.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-general.png b/Icons and cursors/windowsicon/32x32/apps/cs-general.png
deleted file mode 100644
index 135bfa7..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-general.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-keyboard.png b/Icons and cursors/windowsicon/32x32/apps/cs-keyboard.png
deleted file mode 100644
index 2f8c962..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-keyboard.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-language.png b/Icons and cursors/windowsicon/32x32/apps/cs-language.png
deleted file mode 100644
index 8edc71a..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-language.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-login.png b/Icons and cursors/windowsicon/32x32/apps/cs-login.png
deleted file mode 100644
index 356ba8c..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-login.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-mouse.png b/Icons and cursors/windowsicon/32x32/apps/cs-mouse.png
deleted file mode 100644
index 5ad2c8a..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-mouse.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-network.png b/Icons and cursors/windowsicon/32x32/apps/cs-network.png
deleted file mode 100644
index f50ee79..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-network.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-notifications.png b/Icons and cursors/windowsicon/32x32/apps/cs-notifications.png
deleted file mode 100644
index 4b1ea92..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-notifications.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-overview.png b/Icons and cursors/windowsicon/32x32/apps/cs-overview.png
deleted file mode 100644
index 3692cdd..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-overview.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-panel.png b/Icons and cursors/windowsicon/32x32/apps/cs-panel.png
deleted file mode 100644
index e4e7259..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-panel.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-power.png b/Icons and cursors/windowsicon/32x32/apps/cs-power.png
deleted file mode 100644
index 6d470cb..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-power.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-printer.png b/Icons and cursors/windowsicon/32x32/apps/cs-printer.png
deleted file mode 100644
index fabcb20..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-printer.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-privacy.png b/Icons and cursors/windowsicon/32x32/apps/cs-privacy.png
deleted file mode 100644
index f27c870..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-privacy.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-region.png b/Icons and cursors/windowsicon/32x32/apps/cs-region.png
deleted file mode 100644
index 8edc71a..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-region.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-screen.png b/Icons and cursors/windowsicon/32x32/apps/cs-screen.png
deleted file mode 100644
index 3692cdd..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-screen.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-screensaver.png b/Icons and cursors/windowsicon/32x32/apps/cs-screensaver.png
deleted file mode 100644
index 0b25a2a..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-screensaver.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-software-properties.png b/Icons and cursors/windowsicon/32x32/apps/cs-software-properties.png
deleted file mode 100644
index ba59234..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-software-properties.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-sound.png b/Icons and cursors/windowsicon/32x32/apps/cs-sound.png
deleted file mode 100644
index 84b4b59..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-sound.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-sources.png b/Icons and cursors/windowsicon/32x32/apps/cs-sources.png
deleted file mode 100644
index ba59234..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-sources.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-startup-programs.png b/Icons and cursors/windowsicon/32x32/apps/cs-startup-programs.png
deleted file mode 100644
index 0120164..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-startup-programs.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-tablet.png b/Icons and cursors/windowsicon/32x32/apps/cs-tablet.png
deleted file mode 100644
index dd80372..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-tablet.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-themes.png b/Icons and cursors/windowsicon/32x32/apps/cs-themes.png
deleted file mode 100644
index f8eece0..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-themes.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-tiling.png b/Icons and cursors/windowsicon/32x32/apps/cs-tiling.png
deleted file mode 100644
index 3692cdd..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-tiling.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-universal-access.png b/Icons and cursors/windowsicon/32x32/apps/cs-universal-access.png
deleted file mode 100644
index 43565b7..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-universal-access.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-user-accounts.png b/Icons and cursors/windowsicon/32x32/apps/cs-user-accounts.png
deleted file mode 100644
index 356ba8c..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-user-accounts.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-user.png b/Icons and cursors/windowsicon/32x32/apps/cs-user.png
deleted file mode 100644
index 3b7c8f4..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-user.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-windows.png b/Icons and cursors/windowsicon/32x32/apps/cs-windows.png
deleted file mode 100644
index 0120164..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-windows.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-workspaces.png b/Icons and cursors/windowsicon/32x32/apps/cs-workspaces.png
deleted file mode 100644
index 0120164..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-workspaces.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/dconf-editor.png b/Icons and cursors/windowsicon/32x32/apps/dconf-editor.png
deleted file mode 100644
index e5ce9e5..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/dconf-editor.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/deja-dup.png b/Icons and cursors/windowsicon/32x32/apps/deja-dup.png
deleted file mode 100644
index b5f495d..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/deja-dup.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/empathy.png b/Icons and cursors/windowsicon/32x32/apps/empathy.png
deleted file mode 100644
index bcd055c..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/empathy.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/eog.png b/Icons and cursors/windowsicon/32x32/apps/eog.png
deleted file mode 100644
index d6b4fae..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/eog.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/epiphany.png b/Icons and cursors/windowsicon/32x32/apps/epiphany.png
deleted file mode 100755
index e1f0768..0000000
--- a/Icons and cursors/windowsicon/32x32/apps/epiphany.png
+++ /dev/null
@@ -1 +0,0 @@
-web-browser.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/apps/evolution.png b/Icons and cursors/windowsicon/32x32/apps/evolution.png
deleted file mode 100644
index e79ae78..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/evolution.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/file-manager.png b/Icons and cursors/windowsicon/32x32/apps/file-manager.png
deleted file mode 100644
index 895c002..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/file-manager.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/file-roller.png b/Icons and cursors/windowsicon/32x32/apps/file-roller.png
deleted file mode 100644
index 9c90620..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/file-roller.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/fonts.png b/Icons and cursors/windowsicon/32x32/apps/fonts.png
deleted file mode 100644
index 883f98a..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/fonts.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/gedit.png b/Icons and cursors/windowsicon/32x32/apps/gedit.png
deleted file mode 100755
index 24614cf..0000000
--- a/Icons and cursors/windowsicon/32x32/apps/gedit.png
+++ /dev/null
@@ -1 +0,0 @@
-accessories-text-editor.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/apps/gnome-aisleriot.png b/Icons and cursors/windowsicon/32x32/apps/gnome-aisleriot.png
deleted file mode 100644
index 78f5fe1..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/gnome-aisleriot.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/gnome-calculator.png b/Icons and cursors/windowsicon/32x32/apps/gnome-calculator.png
deleted file mode 100644
index 20009eb..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/gnome-calculator.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/gnome-character-map.png b/Icons and cursors/windowsicon/32x32/apps/gnome-character-map.png
deleted file mode 100644
index fbdf63d..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/gnome-character-map.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/gnome-disks.png b/Icons and cursors/windowsicon/32x32/apps/gnome-disks.png
deleted file mode 100644
index 2f7b51e..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/gnome-disks.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/gnome-documents.png b/Icons and cursors/windowsicon/32x32/apps/gnome-documents.png
deleted file mode 100644
index 6bbe0e7..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/gnome-documents.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/gnome-help.png b/Icons and cursors/windowsicon/32x32/apps/gnome-help.png
deleted file mode 100644
index 95dfe5c..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/gnome-help.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/gnome-mahjongg.png b/Icons and cursors/windowsicon/32x32/apps/gnome-mahjongg.png
deleted file mode 100644
index afec4d4..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/gnome-mahjongg.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/gnome-mines.png b/Icons and cursors/windowsicon/32x32/apps/gnome-mines.png
deleted file mode 100644
index d451aaf..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/gnome-mines.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/gnome-mixer.png b/Icons and cursors/windowsicon/32x32/apps/gnome-mixer.png
deleted file mode 100644
index 04ac9d2..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/gnome-mixer.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/gnome-monitor.png b/Icons and cursors/windowsicon/32x32/apps/gnome-monitor.png
deleted file mode 100644
index e89674e..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/gnome-monitor.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/gnome-power-manager.png b/Icons and cursors/windowsicon/32x32/apps/gnome-power-manager.png
deleted file mode 100644
index 9a34432..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/gnome-power-manager.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/gnome-remote-desktop.png b/Icons and cursors/windowsicon/32x32/apps/gnome-remote-desktop.png
deleted file mode 100644
index f0359d3..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/gnome-remote-desktop.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/gnome-settings-accessibility-technologies.png b/Icons and cursors/windowsicon/32x32/apps/gnome-settings-accessibility-technologies.png
deleted file mode 100644
index d892614..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/gnome-settings-accessibility-technologies.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/gnome-settings-background.png b/Icons and cursors/windowsicon/32x32/apps/gnome-settings-background.png
deleted file mode 100644
index 51b1773..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/gnome-settings-background.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/gnome-settings-font.png b/Icons and cursors/windowsicon/32x32/apps/gnome-settings-font.png
deleted file mode 100644
index 883f98a..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/gnome-settings-font.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/gnome-settings-keybindings.png b/Icons and cursors/windowsicon/32x32/apps/gnome-settings-keybindings.png
deleted file mode 100644
index a1a47d0..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/gnome-settings-keybindings.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/gnome-settings-theme.png b/Icons and cursors/windowsicon/32x32/apps/gnome-settings-theme.png
deleted file mode 100644
index 453e7b3..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/gnome-settings-theme.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/gnome-sound-recorder.png b/Icons and cursors/windowsicon/32x32/apps/gnome-sound-recorder.png
deleted file mode 100644
index 76cd9d6..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/gnome-sound-recorder.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/gnome-sudoku.png b/Icons and cursors/windowsicon/32x32/apps/gnome-sudoku.png
deleted file mode 100644
index ea70414..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/gnome-sudoku.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/gnome-terminal.png b/Icons and cursors/windowsicon/32x32/apps/gnome-terminal.png
deleted file mode 100644
index bf3ee64..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/gnome-terminal.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/gnome-tweak-tool.png b/Icons and cursors/windowsicon/32x32/apps/gnome-tweak-tool.png
deleted file mode 100644
index c1563cb..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/gnome-tweak-tool.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/gnome-window-manager.png b/Icons and cursors/windowsicon/32x32/apps/gnome-window-manager.png
deleted file mode 100644
index 32a2f65..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/gnome-window-manager.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/goa-panel.png b/Icons and cursors/windowsicon/32x32/apps/goa-panel.png
deleted file mode 100644
index 9df438f..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/goa-panel.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/gp.png b/Icons and cursors/windowsicon/32x32/apps/gp.png
deleted file mode 100644
index 413ee85..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/gp.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/gucharmap.png b/Icons and cursors/windowsicon/32x32/apps/gucharmap.png
deleted file mode 100644
index fbdf63d..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/gucharmap.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/help-browser.png b/Icons and cursors/windowsicon/32x32/apps/help-browser.png
deleted file mode 100644
index 95dfe5c..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/help-browser.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/jockey.png b/Icons and cursors/windowsicon/32x32/apps/jockey.png
deleted file mode 100644
index 009ee9b..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/jockey.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/kcalc.png b/Icons and cursors/windowsicon/32x32/apps/kcalc.png
deleted file mode 100644
index 20009eb..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/kcalc.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/kcharselect.png b/Icons and cursors/windowsicon/32x32/apps/kcharselect.png
deleted file mode 100644
index fbdf63d..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/kcharselect.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/kcmkwm.png b/Icons and cursors/windowsicon/32x32/apps/kcmkwm.png
deleted file mode 100644
index 32a2f65..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/kcmkwm.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/kcmsound.png b/Icons and cursors/windowsicon/32x32/apps/kcmsound.png
deleted file mode 100644
index 04ac9d2..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/kcmsound.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/kedit.png b/Icons and cursors/windowsicon/32x32/apps/kedit.png
deleted file mode 100644
index 77ae4c6..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/kedit.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/key_bindings.png b/Icons and cursors/windowsicon/32x32/apps/key_bindings.png
deleted file mode 100644
index a1a47d0..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/key_bindings.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/kfm.png b/Icons and cursors/windowsicon/32x32/apps/kfm.png
deleted file mode 100644
index 895c002..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/kfm.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/khelpcenter.png b/Icons and cursors/windowsicon/32x32/apps/khelpcenter.png
deleted file mode 100644
index 95dfe5c..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/khelpcenter.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/konsole.png b/Icons and cursors/windowsicon/32x32/apps/konsole.png
deleted file mode 100644
index bf3ee64..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/konsole.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/krfb.png b/Icons and cursors/windowsicon/32x32/apps/krfb.png
deleted file mode 100644
index f0359d3..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/krfb.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/kscreensaver.png b/Icons and cursors/windowsicon/32x32/apps/kscreensaver.png
deleted file mode 100644
index 5490660..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/kscreensaver.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/ksysguard.png b/Icons and cursors/windowsicon/32x32/apps/ksysguard.png
deleted file mode 100644
index e89674e..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/ksysguard.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/kuser.png b/Icons and cursors/windowsicon/32x32/apps/kuser.png
deleted file mode 100644
index aa0ec47..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/kuser.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/kwin.png b/Icons and cursors/windowsicon/32x32/apps/kwin.png
deleted file mode 100644
index 32a2f65..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/kwin.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/libreoffice-base.png b/Icons and cursors/windowsicon/32x32/apps/libreoffice-base.png
deleted file mode 100644
index a7870fb..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/libreoffice-base.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/libreoffice-calc.png b/Icons and cursors/windowsicon/32x32/apps/libreoffice-calc.png
deleted file mode 100644
index 8a47c0a..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/libreoffice-calc.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/libreoffice-draw.png b/Icons and cursors/windowsicon/32x32/apps/libreoffice-draw.png
deleted file mode 100644
index bcf75f4..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/libreoffice-draw.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/libreoffice-impress.png b/Icons and cursors/windowsicon/32x32/apps/libreoffice-impress.png
deleted file mode 100644
index d8f6174..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/libreoffice-impress.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/libreoffice-main.png b/Icons and cursors/windowsicon/32x32/apps/libreoffice-main.png
deleted file mode 100644
index e08090b..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/libreoffice-main.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/libreoffice-math.png b/Icons and cursors/windowsicon/32x32/apps/libreoffice-math.png
deleted file mode 100644
index a6002e5..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/libreoffice-math.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/libreoffice-startcenter.png b/Icons and cursors/windowsicon/32x32/apps/libreoffice-startcenter.png
deleted file mode 100644
index e08090b..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/libreoffice-startcenter.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/libreoffice-writer.png b/Icons and cursors/windowsicon/32x32/apps/libreoffice-writer.png
deleted file mode 100644
index 852424e..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/libreoffice-writer.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/locale.png b/Icons and cursors/windowsicon/32x32/apps/locale.png
deleted file mode 100644
index ad431f4..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/locale.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/logview.png b/Icons and cursors/windowsicon/32x32/apps/logview.png
deleted file mode 100644
index 472e950..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/logview.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/multimedia-volume-control.png b/Icons and cursors/windowsicon/32x32/apps/multimedia-volume-control.png
deleted file mode 100644
index 04ac9d2..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/multimedia-volume-control.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/multimedia.png b/Icons and cursors/windowsicon/32x32/apps/multimedia.png
deleted file mode 100644
index 04ac9d2..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/multimedia.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/nautilus.png b/Icons and cursors/windowsicon/32x32/apps/nautilus.png
deleted file mode 100755
index b9df032..0000000
--- a/Icons and cursors/windowsicon/32x32/apps/nautilus.png
+++ /dev/null
@@ -1 +0,0 @@
-file-manager.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/apps/openshot.png b/Icons and cursors/windowsicon/32x32/apps/openshot.png
deleted file mode 100644
index 0e58eab..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/openshot.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/openterm.png b/Icons and cursors/windowsicon/32x32/apps/openterm.png
deleted file mode 100644
index bf3ee64..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/openterm.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/orca.png b/Icons and cursors/windowsicon/32x32/apps/orca.png
deleted file mode 100644
index d892614..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/orca.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/org.gnome.Epiphany.png b/Icons and cursors/windowsicon/32x32/apps/org.gnome.Epiphany.png
deleted file mode 100755
index e1f0768..0000000
--- a/Icons and cursors/windowsicon/32x32/apps/org.gnome.Epiphany.png
+++ /dev/null
@@ -1 +0,0 @@
-web-browser.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/apps/org.gnome.Nautilus.png b/Icons and cursors/windowsicon/32x32/apps/org.gnome.Nautilus.png
deleted file mode 100755
index b9df032..0000000
--- a/Icons and cursors/windowsicon/32x32/apps/org.gnome.Nautilus.png
+++ /dev/null
@@ -1 +0,0 @@
-file-manager.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/apps/org.gnome.Tweaks.png b/Icons and cursors/windowsicon/32x32/apps/org.gnome.Tweaks.png
deleted file mode 100755
index 87752ff..0000000
--- a/Icons and cursors/windowsicon/32x32/apps/org.gnome.Tweaks.png
+++ /dev/null
@@ -1 +0,0 @@
-gnome-tweak-tool.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/apps/org.gnome.gedit.png b/Icons and cursors/windowsicon/32x32/apps/org.gnome.gedit.png
deleted file mode 100755
index 24614cf..0000000
--- a/Icons and cursors/windowsicon/32x32/apps/org.gnome.gedit.png
+++ /dev/null
@@ -1 +0,0 @@
-accessories-text-editor.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/apps/org.gnome.tweaks.png b/Icons and cursors/windowsicon/32x32/apps/org.gnome.tweaks.png
deleted file mode 100755
index 87752ff..0000000
--- a/Icons and cursors/windowsicon/32x32/apps/org.gnome.tweaks.png
+++ /dev/null
@@ -1 +0,0 @@
-gnome-tweak-tool.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/32x32/apps/preferences-color.png b/Icons and cursors/windowsicon/32x32/apps/preferences-color.png
deleted file mode 100644
index ee9b3c3..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/preferences-color.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/preferences-desktop-accessibility.png b/Icons and cursors/windowsicon/32x32/apps/preferences-desktop-accessibility.png
deleted file mode 100644
index d892614..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/preferences-desktop-accessibility.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/preferences-desktop-display.png b/Icons and cursors/windowsicon/32x32/apps/preferences-desktop-display.png
deleted file mode 100644
index 87e82c0..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/preferences-desktop-display.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/preferences-desktop-font.png b/Icons and cursors/windowsicon/32x32/apps/preferences-desktop-font.png
deleted file mode 100644
index 883f98a..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/preferences-desktop-font.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/preferences-desktop-keyboard-shortcuts.png b/Icons and cursors/windowsicon/32x32/apps/preferences-desktop-keyboard-shortcuts.png
deleted file mode 100644
index a1a47d0..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/preferences-desktop-keyboard-shortcuts.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/preferences-desktop-keyboard.png b/Icons and cursors/windowsicon/32x32/apps/preferences-desktop-keyboard.png
deleted file mode 100644
index 0277dc9..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/preferences-desktop-keyboard.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/preferences-desktop-locale.png b/Icons and cursors/windowsicon/32x32/apps/preferences-desktop-locale.png
deleted file mode 100644
index ad431f4..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/preferences-desktop-locale.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/preferences-desktop-remote-desktop.png b/Icons and cursors/windowsicon/32x32/apps/preferences-desktop-remote-desktop.png
deleted file mode 100644
index f0359d3..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/preferences-desktop-remote-desktop.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/preferences-desktop-screensaver.png b/Icons and cursors/windowsicon/32x32/apps/preferences-desktop-screensaver.png
deleted file mode 100644
index 5490660..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/preferences-desktop-screensaver.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/preferences-desktop-theme.png b/Icons and cursors/windowsicon/32x32/apps/preferences-desktop-theme.png
deleted file mode 100644
index 453e7b3..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/preferences-desktop-theme.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/preferences-desktop-wallpaper.png b/Icons and cursors/windowsicon/32x32/apps/preferences-desktop-wallpaper.png
deleted file mode 100644
index 51b1773..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/preferences-desktop-wallpaper.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/preferences-system-notifications.png b/Icons and cursors/windowsicon/32x32/apps/preferences-system-notifications.png
deleted file mode 100644
index b865ab5..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/preferences-system-notifications.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/preferences-system-privacy.png b/Icons and cursors/windowsicon/32x32/apps/preferences-system-privacy.png
deleted file mode 100644
index 4e9ada2..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/preferences-system-privacy.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/preferences-system-search.png b/Icons and cursors/windowsicon/32x32/apps/preferences-system-search.png
deleted file mode 100644
index d7bace3..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/preferences-system-search.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/preferences-system-sharing.png b/Icons and cursors/windowsicon/32x32/apps/preferences-system-sharing.png
deleted file mode 100644
index 855ed0d..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/preferences-system-sharing.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/preferences-system-time.png b/Icons and cursors/windowsicon/32x32/apps/preferences-system-time.png
deleted file mode 100644
index a64dcea..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/preferences-system-time.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/preferences-system-windows.png b/Icons and cursors/windowsicon/32x32/apps/preferences-system-windows.png
deleted file mode 100644
index 32a2f65..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/preferences-system-windows.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/redhat-filemanager.png b/Icons and cursors/windowsicon/32x32/apps/redhat-filemanager.png
deleted file mode 100644
index 895c002..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/redhat-filemanager.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/remmina.png b/Icons and cursors/windowsicon/32x32/apps/remmina.png
deleted file mode 100644
index f0359d3..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/remmina.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/rhythmbox.png b/Icons and cursors/windowsicon/32x32/apps/rhythmbox.png
deleted file mode 100644
index 21cab56..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/rhythmbox.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/screensaver.png b/Icons and cursors/windowsicon/32x32/apps/screensaver.png
deleted file mode 100644
index 5490660..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/screensaver.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/seahorse.png b/Icons and cursors/windowsicon/32x32/apps/seahorse.png
deleted file mode 100644
index c6d803e..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/seahorse.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/session-properties.png b/Icons and cursors/windowsicon/32x32/apps/session-properties.png
deleted file mode 100644
index 4b27943..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/session-properties.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/shotwell.png b/Icons and cursors/windowsicon/32x32/apps/shotwell.png
deleted file mode 100644
index 6ae9472..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/shotwell.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/software-properties.png b/Icons and cursors/windowsicon/32x32/apps/software-properties.png
deleted file mode 100644
index f263ff0..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/software-properties.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/softwarecenter.png b/Icons and cursors/windowsicon/32x32/apps/softwarecenter.png
deleted file mode 100644
index 8ac77e9..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/softwarecenter.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/style.png b/Icons and cursors/windowsicon/32x32/apps/style.png
deleted file mode 100644
index 453e7b3..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/style.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/susehelpcenter.png b/Icons and cursors/windowsicon/32x32/apps/susehelpcenter.png
deleted file mode 100644
index 95dfe5c..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/susehelpcenter.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/system-config-users.png b/Icons and cursors/windowsicon/32x32/apps/system-config-users.png
deleted file mode 100644
index aa0ec47..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/system-config-users.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/system-file-manager.png b/Icons and cursors/windowsicon/32x32/apps/system-file-manager.png
deleted file mode 100644
index 895c002..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/system-file-manager.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/system-software-install.png b/Icons and cursors/windowsicon/32x32/apps/system-software-install.png
deleted file mode 100644
index 505fa6a..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/system-software-install.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/system-software-update.png b/Icons and cursors/windowsicon/32x32/apps/system-software-update.png
deleted file mode 100644
index 0fd193a..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/system-software-update.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/system-users.png b/Icons and cursors/windowsicon/32x32/apps/system-users.png
deleted file mode 100644
index aa0ec47..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/system-users.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/terminal.png b/Icons and cursors/windowsicon/32x32/apps/terminal.png
deleted file mode 100644
index bf3ee64..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/terminal.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/text-editor.png b/Icons and cursors/windowsicon/32x32/apps/text-editor.png
deleted file mode 100644
index 77ae4c6..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/text-editor.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/totem.png b/Icons and cursors/windowsicon/32x32/apps/totem.png
deleted file mode 100644
index cd7838e..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/totem.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/transmission.png b/Icons and cursors/windowsicon/32x32/apps/transmission.png
deleted file mode 100644
index e8b9360..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/transmission.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/update-manager.png b/Icons and cursors/windowsicon/32x32/apps/update-manager.png
deleted file mode 100644
index 0fd193a..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/update-manager.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/usb-creator-gtk.png b/Icons and cursors/windowsicon/32x32/apps/usb-creator-gtk.png
deleted file mode 100644
index dc1a386..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/usb-creator-gtk.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/user-info.png b/Icons and cursors/windowsicon/32x32/apps/user-info.png
deleted file mode 100644
index 358cdc9..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/user-info.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/utilities-system-monitor.png b/Icons and cursors/windowsicon/32x32/apps/utilities-system-monitor.png
deleted file mode 100644
index e89674e..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/utilities-system-monitor.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/utilities-terminal.png b/Icons and cursors/windowsicon/32x32/apps/utilities-terminal.png
deleted file mode 100644
index bf3ee64..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/utilities-terminal.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/volume-knob.png b/Icons and cursors/windowsicon/32x32/apps/volume-knob.png
deleted file mode 100644
index 04ac9d2..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/volume-knob.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/waiting.png b/Icons and cursors/windowsicon/32x32/apps/waiting.png
deleted file mode 100644
index 310544f..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/waiting.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/wallpaper.png b/Icons and cursors/windowsicon/32x32/apps/wallpaper.png
deleted file mode 100644
index 51b1773..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/wallpaper.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/web-browser.png b/Icons and cursors/windowsicon/32x32/apps/web-browser.png
deleted file mode 100644
index b345aba..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/web-browser.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/xdiagnose.png b/Icons and cursors/windowsicon/32x32/apps/xdiagnose.png
deleted file mode 100644
index e023fd7..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/xdiagnose.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/xfce-edit.png b/Icons and cursors/windowsicon/32x32/apps/xfce-edit.png
deleted file mode 100644
index 77ae4c6..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/xfce-edit.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/xfce-filemanager.png b/Icons and cursors/windowsicon/32x32/apps/xfce-filemanager.png
deleted file mode 100644
index 895c002..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/xfce-filemanager.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/xfce-man.png b/Icons and cursors/windowsicon/32x32/apps/xfce-man.png
deleted file mode 100644
index 95dfe5c..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/xfce-man.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/xfce-terminal.png b/Icons and cursors/windowsicon/32x32/apps/xfce-terminal.png
deleted file mode 100644
index bf3ee64..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/xfce-terminal.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/xfce4-backdrop.png b/Icons and cursors/windowsicon/32x32/apps/xfce4-backdrop.png
deleted file mode 100644
index 51b1773..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/xfce4-backdrop.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/xfce4-mixer.png b/Icons and cursors/windowsicon/32x32/apps/xfce4-mixer.png
deleted file mode 100644
index 04ac9d2..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/xfce4-mixer.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/xfce4-ui.png b/Icons and cursors/windowsicon/32x32/apps/xfce4-ui.png
deleted file mode 100644
index 453e7b3..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/xfce4-ui.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/xfwm4.png b/Icons and cursors/windowsicon/32x32/apps/xfwm4.png
deleted file mode 100644
index 32a2f65..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/xfwm4.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/xscreensaver.png b/Icons and cursors/windowsicon/32x32/apps/xscreensaver.png
deleted file mode 100644
index 5490660..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/xscreensaver.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/xterm-color.png b/Icons and cursors/windowsicon/32x32/apps/xterm-color.png
deleted file mode 100644
index 6dc371d..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/xterm-color.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/apps/zen-icon.png b/Icons and cursors/windowsicon/32x32/apps/zen-icon.png
deleted file mode 100644
index 0fd193a..0000000
Binary files a/Icons and cursors/windowsicon/32x32/apps/zen-icon.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/categories/applications-accessories.png b/Icons and cursors/windowsicon/32x32/categories/applications-accessories.png
deleted file mode 100644
index 1f66003..0000000
Binary files a/Icons and cursors/windowsicon/32x32/categories/applications-accessories.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/categories/applications-development.png b/Icons and cursors/windowsicon/32x32/categories/applications-development.png
deleted file mode 100644
index 63f527e..0000000
Binary files a/Icons and cursors/windowsicon/32x32/categories/applications-development.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/categories/applications-electronics.png b/Icons and cursors/windowsicon/32x32/categories/applications-electronics.png
deleted file mode 100644
index 009ee9b..0000000
Binary files a/Icons and cursors/windowsicon/32x32/categories/applications-electronics.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/categories/applications-engineering.png b/Icons and cursors/windowsicon/32x32/categories/applications-engineering.png
deleted file mode 100644
index e5c6f4f..0000000
Binary files a/Icons and cursors/windowsicon/32x32/categories/applications-engineering.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/categories/applications-games.png b/Icons and cursors/windowsicon/32x32/categories/applications-games.png
deleted file mode 100644
index ea70414..0000000
Binary files a/Icons and cursors/windowsicon/32x32/categories/applications-games.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/categories/applications-graphics.png b/Icons and cursors/windowsicon/32x32/categories/applications-graphics.png
deleted file mode 100644
index 43764c6..0000000
Binary files a/Icons and cursors/windowsicon/32x32/categories/applications-graphics.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/categories/applications-internet.png b/Icons and cursors/windowsicon/32x32/categories/applications-internet.png
deleted file mode 100644
index ac787ce..0000000
Binary files a/Icons and cursors/windowsicon/32x32/categories/applications-internet.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/categories/applications-multimedia.png b/Icons and cursors/windowsicon/32x32/categories/applications-multimedia.png
deleted file mode 100644
index dccf976..0000000
Binary files a/Icons and cursors/windowsicon/32x32/categories/applications-multimedia.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/categories/applications-office.png b/Icons and cursors/windowsicon/32x32/categories/applications-office.png
deleted file mode 100644
index 61e6ef4..0000000
Binary files a/Icons and cursors/windowsicon/32x32/categories/applications-office.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/categories/applications-other.png b/Icons and cursors/windowsicon/32x32/categories/applications-other.png
deleted file mode 100644
index 729eb0f..0000000
Binary files a/Icons and cursors/windowsicon/32x32/categories/applications-other.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/categories/applications-science.png b/Icons and cursors/windowsicon/32x32/categories/applications-science.png
deleted file mode 100644
index 2958f3e..0000000
Binary files a/Icons and cursors/windowsicon/32x32/categories/applications-science.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/categories/applications-system.png b/Icons and cursors/windowsicon/32x32/categories/applications-system.png
deleted file mode 100644
index 0b3e207..0000000
Binary files a/Icons and cursors/windowsicon/32x32/categories/applications-system.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/categories/applications-utilities.png b/Icons and cursors/windowsicon/32x32/categories/applications-utilities.png
deleted file mode 100644
index 05826c0..0000000
Binary files a/Icons and cursors/windowsicon/32x32/categories/applications-utilities.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/categories/gnome-applications.png b/Icons and cursors/windowsicon/32x32/categories/gnome-applications.png
deleted file mode 100644
index 61e6ef4..0000000
Binary files a/Icons and cursors/windowsicon/32x32/categories/gnome-applications.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/categories/gnome-control-center.png b/Icons and cursors/windowsicon/32x32/categories/gnome-control-center.png
deleted file mode 100644
index 7da0871..0000000
Binary files a/Icons and cursors/windowsicon/32x32/categories/gnome-control-center.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/categories/gnome-devel.png b/Icons and cursors/windowsicon/32x32/categories/gnome-devel.png
deleted file mode 100644
index 63f527e..0000000
Binary files a/Icons and cursors/windowsicon/32x32/categories/gnome-devel.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/categories/gnome-globe.png b/Icons and cursors/windowsicon/32x32/categories/gnome-globe.png
deleted file mode 100644
index ac787ce..0000000
Binary files a/Icons and cursors/windowsicon/32x32/categories/gnome-globe.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/categories/gnome-graphics.png b/Icons and cursors/windowsicon/32x32/categories/gnome-graphics.png
deleted file mode 100644
index 43764c6..0000000
Binary files a/Icons and cursors/windowsicon/32x32/categories/gnome-graphics.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/categories/gnome-joystick.png b/Icons and cursors/windowsicon/32x32/categories/gnome-joystick.png
deleted file mode 100644
index ea70414..0000000
Binary files a/Icons and cursors/windowsicon/32x32/categories/gnome-joystick.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/categories/gnome-multimedia.png b/Icons and cursors/windowsicon/32x32/categories/gnome-multimedia.png
deleted file mode 100644
index dccf976..0000000
Binary files a/Icons and cursors/windowsicon/32x32/categories/gnome-multimedia.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/categories/gnome-other.png b/Icons and cursors/windowsicon/32x32/categories/gnome-other.png
deleted file mode 100644
index 729eb0f..0000000
Binary files a/Icons and cursors/windowsicon/32x32/categories/gnome-other.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/categories/gnome-settings.png b/Icons and cursors/windowsicon/32x32/categories/gnome-settings.png
deleted file mode 100644
index 7da0871..0000000
Binary files a/Icons and cursors/windowsicon/32x32/categories/gnome-settings.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/categories/gnome-system.png b/Icons and cursors/windowsicon/32x32/categories/gnome-system.png
deleted file mode 100644
index 0b3e207..0000000
Binary files a/Icons and cursors/windowsicon/32x32/categories/gnome-system.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/categories/gnome-util.png b/Icons and cursors/windowsicon/32x32/categories/gnome-util.png
deleted file mode 100644
index 1f66003..0000000
Binary files a/Icons and cursors/windowsicon/32x32/categories/gnome-util.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/categories/gtk-preferences.png b/Icons and cursors/windowsicon/32x32/categories/gtk-preferences.png
deleted file mode 100644
index 7da0871..0000000
Binary files a/Icons and cursors/windowsicon/32x32/categories/gtk-preferences.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/categories/input_devices_settings.png b/Icons and cursors/windowsicon/32x32/categories/input_devices_settings.png
deleted file mode 100644
index 61ed0de..0000000
Binary files a/Icons and cursors/windowsicon/32x32/categories/input_devices_settings.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/categories/kcontrol.png b/Icons and cursors/windowsicon/32x32/categories/kcontrol.png
deleted file mode 100644
index 7da0871..0000000
Binary files a/Icons and cursors/windowsicon/32x32/categories/kcontrol.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/categories/package_development.png b/Icons and cursors/windowsicon/32x32/categories/package_development.png
deleted file mode 100644
index 63f527e..0000000
Binary files a/Icons and cursors/windowsicon/32x32/categories/package_development.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/categories/package_games.png b/Icons and cursors/windowsicon/32x32/categories/package_games.png
deleted file mode 100644
index ea70414..0000000
Binary files a/Icons and cursors/windowsicon/32x32/categories/package_games.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/categories/package_graphics.png b/Icons and cursors/windowsicon/32x32/categories/package_graphics.png
deleted file mode 100644
index 43764c6..0000000
Binary files a/Icons and cursors/windowsicon/32x32/categories/package_graphics.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/categories/package_multimedia.png b/Icons and cursors/windowsicon/32x32/categories/package_multimedia.png
deleted file mode 100644
index dccf976..0000000
Binary files a/Icons and cursors/windowsicon/32x32/categories/package_multimedia.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/categories/package_network.png b/Icons and cursors/windowsicon/32x32/categories/package_network.png
deleted file mode 100644
index ac787ce..0000000
Binary files a/Icons and cursors/windowsicon/32x32/categories/package_network.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/categories/package_office.png b/Icons and cursors/windowsicon/32x32/categories/package_office.png
deleted file mode 100644
index 61e6ef4..0000000
Binary files a/Icons and cursors/windowsicon/32x32/categories/package_office.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/categories/package_settings.png b/Icons and cursors/windowsicon/32x32/categories/package_settings.png
deleted file mode 100644
index c6c1919..0000000
Binary files a/Icons and cursors/windowsicon/32x32/categories/package_settings.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/categories/package_system.png b/Icons and cursors/windowsicon/32x32/categories/package_system.png
deleted file mode 100644
index 0b3e207..0000000
Binary files a/Icons and cursors/windowsicon/32x32/categories/package_system.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/categories/package_utilities.png b/Icons and cursors/windowsicon/32x32/categories/package_utilities.png
deleted file mode 100644
index 1f66003..0000000
Binary files a/Icons and cursors/windowsicon/32x32/categories/package_utilities.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/categories/preferences-desktop-peripherals.png b/Icons and cursors/windowsicon/32x32/categories/preferences-desktop-peripherals.png
deleted file mode 100644
index 61ed0de..0000000
Binary files a/Icons and cursors/windowsicon/32x32/categories/preferences-desktop-peripherals.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/categories/preferences-desktop-personal.png b/Icons and cursors/windowsicon/32x32/categories/preferences-desktop-personal.png
deleted file mode 100644
index 7c2dc53..0000000
Binary files a/Icons and cursors/windowsicon/32x32/categories/preferences-desktop-personal.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/categories/preferences-desktop.png b/Icons and cursors/windowsicon/32x32/categories/preferences-desktop.png
deleted file mode 100644
index 7da0871..0000000
Binary files a/Icons and cursors/windowsicon/32x32/categories/preferences-desktop.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/categories/preferences-other.png b/Icons and cursors/windowsicon/32x32/categories/preferences-other.png
deleted file mode 100644
index 48c087b..0000000
Binary files a/Icons and cursors/windowsicon/32x32/categories/preferences-other.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/categories/preferences-system-network.png b/Icons and cursors/windowsicon/32x32/categories/preferences-system-network.png
deleted file mode 100644
index 9642dac..0000000
Binary files a/Icons and cursors/windowsicon/32x32/categories/preferences-system-network.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/categories/preferences-system.png b/Icons and cursors/windowsicon/32x32/categories/preferences-system.png
deleted file mode 100644
index c6c1919..0000000
Binary files a/Icons and cursors/windowsicon/32x32/categories/preferences-system.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/categories/redhat-accessories.png b/Icons and cursors/windowsicon/32x32/categories/redhat-accessories.png
deleted file mode 100644
index 1f66003..0000000
Binary files a/Icons and cursors/windowsicon/32x32/categories/redhat-accessories.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/categories/redhat-games.png b/Icons and cursors/windowsicon/32x32/categories/redhat-games.png
deleted file mode 100644
index ea70414..0000000
Binary files a/Icons and cursors/windowsicon/32x32/categories/redhat-games.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/categories/redhat-graphics.png b/Icons and cursors/windowsicon/32x32/categories/redhat-graphics.png
deleted file mode 100644
index 43764c6..0000000
Binary files a/Icons and cursors/windowsicon/32x32/categories/redhat-graphics.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/categories/redhat-internet.png b/Icons and cursors/windowsicon/32x32/categories/redhat-internet.png
deleted file mode 100644
index ac787ce..0000000
Binary files a/Icons and cursors/windowsicon/32x32/categories/redhat-internet.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/categories/redhat-office.png b/Icons and cursors/windowsicon/32x32/categories/redhat-office.png
deleted file mode 100644
index 61e6ef4..0000000
Binary files a/Icons and cursors/windowsicon/32x32/categories/redhat-office.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/categories/redhat-preferences.png b/Icons and cursors/windowsicon/32x32/categories/redhat-preferences.png
deleted file mode 100644
index 7da0871..0000000
Binary files a/Icons and cursors/windowsicon/32x32/categories/redhat-preferences.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/categories/redhat-programming.png b/Icons and cursors/windowsicon/32x32/categories/redhat-programming.png
deleted file mode 100644
index 63f527e..0000000
Binary files a/Icons and cursors/windowsicon/32x32/categories/redhat-programming.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/categories/redhat-sound_video.png b/Icons and cursors/windowsicon/32x32/categories/redhat-sound_video.png
deleted file mode 100644
index dccf976..0000000
Binary files a/Icons and cursors/windowsicon/32x32/categories/redhat-sound_video.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/categories/redhat-system_settings.png b/Icons and cursors/windowsicon/32x32/categories/redhat-system_settings.png
deleted file mode 100644
index c6c1919..0000000
Binary files a/Icons and cursors/windowsicon/32x32/categories/redhat-system_settings.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/categories/redhat-system_tools.png b/Icons and cursors/windowsicon/32x32/categories/redhat-system_tools.png
deleted file mode 100644
index 0b3e207..0000000
Binary files a/Icons and cursors/windowsicon/32x32/categories/redhat-system_tools.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/categories/stock_internet.png b/Icons and cursors/windowsicon/32x32/categories/stock_internet.png
deleted file mode 100644
index ac787ce..0000000
Binary files a/Icons and cursors/windowsicon/32x32/categories/stock_internet.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/categories/system-help.png b/Icons and cursors/windowsicon/32x32/categories/system-help.png
deleted file mode 100644
index 26598e8..0000000
Binary files a/Icons and cursors/windowsicon/32x32/categories/system-help.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/categories/xfce-devel.png b/Icons and cursors/windowsicon/32x32/categories/xfce-devel.png
deleted file mode 100644
index 63f527e..0000000
Binary files a/Icons and cursors/windowsicon/32x32/categories/xfce-devel.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/categories/xfce-games.png b/Icons and cursors/windowsicon/32x32/categories/xfce-games.png
deleted file mode 100644
index ea70414..0000000
Binary files a/Icons and cursors/windowsicon/32x32/categories/xfce-games.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/categories/xfce-graphics.png b/Icons and cursors/windowsicon/32x32/categories/xfce-graphics.png
deleted file mode 100644
index 43764c6..0000000
Binary files a/Icons and cursors/windowsicon/32x32/categories/xfce-graphics.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/categories/xfce-internet.png b/Icons and cursors/windowsicon/32x32/categories/xfce-internet.png
deleted file mode 100644
index ac787ce..0000000
Binary files a/Icons and cursors/windowsicon/32x32/categories/xfce-internet.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/categories/xfce-multimedia.png b/Icons and cursors/windowsicon/32x32/categories/xfce-multimedia.png
deleted file mode 100644
index dccf976..0000000
Binary files a/Icons and cursors/windowsicon/32x32/categories/xfce-multimedia.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/categories/xfce-office.png b/Icons and cursors/windowsicon/32x32/categories/xfce-office.png
deleted file mode 100644
index 61e6ef4..0000000
Binary files a/Icons and cursors/windowsicon/32x32/categories/xfce-office.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/categories/xfce-system-settings.png b/Icons and cursors/windowsicon/32x32/categories/xfce-system-settings.png
deleted file mode 100644
index c6c1919..0000000
Binary files a/Icons and cursors/windowsicon/32x32/categories/xfce-system-settings.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/categories/xfce-system.png b/Icons and cursors/windowsicon/32x32/categories/xfce-system.png
deleted file mode 100644
index 0b3e207..0000000
Binary files a/Icons and cursors/windowsicon/32x32/categories/xfce-system.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/categories/xfce-utils.png b/Icons and cursors/windowsicon/32x32/categories/xfce-utils.png
deleted file mode 100644
index 1f66003..0000000
Binary files a/Icons and cursors/windowsicon/32x32/categories/xfce-utils.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/categories/xfce4-settings.png b/Icons and cursors/windowsicon/32x32/categories/xfce4-settings.png
deleted file mode 100644
index 7da0871..0000000
Binary files a/Icons and cursors/windowsicon/32x32/categories/xfce4-settings.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/3floppy_unmount.png b/Icons and cursors/windowsicon/32x32/devices/3floppy_unmount.png
deleted file mode 100644
index 3b84a8b..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/3floppy_unmount.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/ac-adapter.png b/Icons and cursors/windowsicon/32x32/devices/ac-adapter.png
deleted file mode 100644
index e9725f4..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/ac-adapter.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/audio-card.png b/Icons and cursors/windowsicon/32x32/devices/audio-card.png
deleted file mode 100644
index 009ee9b..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/audio-card.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/audio-headphones.png b/Icons and cursors/windowsicon/32x32/devices/audio-headphones.png
deleted file mode 100644
index 0be7eaa..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/audio-headphones.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/audio-headset.png b/Icons and cursors/windowsicon/32x32/devices/audio-headset.png
deleted file mode 100644
index 781b617..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/audio-headset.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/audio-input-microphone.png b/Icons and cursors/windowsicon/32x32/devices/audio-input-microphone.png
deleted file mode 100644
index 3334b48..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/audio-input-microphone.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/audio-speakers.png b/Icons and cursors/windowsicon/32x32/devices/audio-speakers.png
deleted file mode 100644
index d05d56d..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/audio-speakers.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/battery.png b/Icons and cursors/windowsicon/32x32/devices/battery.png
deleted file mode 100644
index b2176c4..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/battery.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/camera-photo.png b/Icons and cursors/windowsicon/32x32/devices/camera-photo.png
deleted file mode 100644
index 1ea7e81..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/camera-photo.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/camera-video.png b/Icons and cursors/windowsicon/32x32/devices/camera-video.png
deleted file mode 100644
index 0c41efd..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/camera-video.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/camera-web.png b/Icons and cursors/windowsicon/32x32/devices/camera-web.png
deleted file mode 100644
index 8e80784..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/camera-web.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/camera.png b/Icons and cursors/windowsicon/32x32/devices/camera.png
deleted file mode 100644
index 1ea7e81..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/camera.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/camera_unmount.png b/Icons and cursors/windowsicon/32x32/devices/camera_unmount.png
deleted file mode 100644
index 1ea7e81..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/camera_unmount.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/cdrom_unmount.png b/Icons and cursors/windowsicon/32x32/devices/cdrom_unmount.png
deleted file mode 100644
index 10cebac..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/cdrom_unmount.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/cdwriter_unmount.png b/Icons and cursors/windowsicon/32x32/devices/cdwriter_unmount.png
deleted file mode 100644
index 10cebac..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/cdwriter_unmount.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/chardevice.png b/Icons and cursors/windowsicon/32x32/devices/chardevice.png
deleted file mode 100644
index 6512e57..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/chardevice.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/colorimeter-colorhug.png b/Icons and cursors/windowsicon/32x32/devices/colorimeter-colorhug.png
deleted file mode 100644
index 5a1dbc6..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/colorimeter-colorhug.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/computer-apple-ipad.png b/Icons and cursors/windowsicon/32x32/devices/computer-apple-ipad.png
deleted file mode 100644
index 02c803e..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/computer-apple-ipad.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/computer.png b/Icons and cursors/windowsicon/32x32/devices/computer.png
deleted file mode 100644
index 1248803..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/computer.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/display.png b/Icons and cursors/windowsicon/32x32/devices/display.png
deleted file mode 100644
index 6512e57..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/display.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/drive-cdrom.png b/Icons and cursors/windowsicon/32x32/devices/drive-cdrom.png
deleted file mode 100644
index 86eb834..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/drive-cdrom.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/drive-harddisk-ieee1394.png b/Icons and cursors/windowsicon/32x32/devices/drive-harddisk-ieee1394.png
deleted file mode 100644
index 2a14f8e..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/drive-harddisk-ieee1394.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/drive-harddisk-solidstate.png b/Icons and cursors/windowsicon/32x32/devices/drive-harddisk-solidstate.png
deleted file mode 100644
index 6c70da8..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/drive-harddisk-solidstate.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/drive-harddisk-system-solidstate.png b/Icons and cursors/windowsicon/32x32/devices/drive-harddisk-system-solidstate.png
deleted file mode 100644
index 6f244f7..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/drive-harddisk-system-solidstate.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/drive-harddisk-system.png b/Icons and cursors/windowsicon/32x32/devices/drive-harddisk-system.png
deleted file mode 100644
index 021b2d2..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/drive-harddisk-system.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/drive-harddisk-usb.png b/Icons and cursors/windowsicon/32x32/devices/drive-harddisk-usb.png
deleted file mode 100644
index 13b1972..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/drive-harddisk-usb.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/drive-harddisk.png b/Icons and cursors/windowsicon/32x32/devices/drive-harddisk.png
deleted file mode 100644
index e85eb53..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/drive-harddisk.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/drive-multidisk.png b/Icons and cursors/windowsicon/32x32/devices/drive-multidisk.png
deleted file mode 100644
index 3845825..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/drive-multidisk.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/drive-optical.png b/Icons and cursors/windowsicon/32x32/devices/drive-optical.png
deleted file mode 100644
index 86eb834..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/drive-optical.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/drive-removable-media.png b/Icons and cursors/windowsicon/32x32/devices/drive-removable-media.png
deleted file mode 100644
index 65a6b7d..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/drive-removable-media.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/dvd_unmount.png b/Icons and cursors/windowsicon/32x32/devices/dvd_unmount.png
deleted file mode 100644
index 10cebac..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/dvd_unmount.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-battery.png b/Icons and cursors/windowsicon/32x32/devices/gnome-dev-battery.png
deleted file mode 100644
index b2176c4..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-battery.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-cdrom-audio.png b/Icons and cursors/windowsicon/32x32/devices/gnome-dev-cdrom-audio.png
deleted file mode 100644
index 10cebac..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-cdrom-audio.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-cdrom.png b/Icons and cursors/windowsicon/32x32/devices/gnome-dev-cdrom.png
deleted file mode 100644
index 86eb834..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-cdrom.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-computer.png b/Icons and cursors/windowsicon/32x32/devices/gnome-dev-computer.png
deleted file mode 100644
index 1248803..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-computer.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-disc-cdr.png b/Icons and cursors/windowsicon/32x32/devices/gnome-dev-disc-cdr.png
deleted file mode 100644
index 10cebac..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-disc-cdr.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-disc-cdrw.png b/Icons and cursors/windowsicon/32x32/devices/gnome-dev-disc-cdrw.png
deleted file mode 100644
index 10cebac..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-disc-cdrw.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-disc-dvdr-plus.png b/Icons and cursors/windowsicon/32x32/devices/gnome-dev-disc-dvdr-plus.png
deleted file mode 100644
index 10cebac..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-disc-dvdr-plus.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-disc-dvdr.png b/Icons and cursors/windowsicon/32x32/devices/gnome-dev-disc-dvdr.png
deleted file mode 100644
index 10cebac..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-disc-dvdr.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-disc-dvdram.png b/Icons and cursors/windowsicon/32x32/devices/gnome-dev-disc-dvdram.png
deleted file mode 100644
index 10cebac..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-disc-dvdram.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-disc-dvdrom.png b/Icons and cursors/windowsicon/32x32/devices/gnome-dev-disc-dvdrom.png
deleted file mode 100644
index 10cebac..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-disc-dvdrom.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-disc-dvdrw.png b/Icons and cursors/windowsicon/32x32/devices/gnome-dev-disc-dvdrw.png
deleted file mode 100644
index 10cebac..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-disc-dvdrw.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-dvd.png b/Icons and cursors/windowsicon/32x32/devices/gnome-dev-dvd.png
deleted file mode 100644
index 86eb834..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-dvd.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-ethernet.png b/Icons and cursors/windowsicon/32x32/devices/gnome-dev-ethernet.png
deleted file mode 100644
index 92cbfef..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-ethernet.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-floppy.png b/Icons and cursors/windowsicon/32x32/devices/gnome-dev-floppy.png
deleted file mode 100644
index 3b84a8b..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-floppy.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-harddisk-1394.png b/Icons and cursors/windowsicon/32x32/devices/gnome-dev-harddisk-1394.png
deleted file mode 100644
index e85eb53..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-harddisk-1394.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-harddisk-usb.png b/Icons and cursors/windowsicon/32x32/devices/gnome-dev-harddisk-usb.png
deleted file mode 100644
index e85eb53..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-harddisk-usb.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-harddisk.png b/Icons and cursors/windowsicon/32x32/devices/gnome-dev-harddisk.png
deleted file mode 100644
index e85eb53..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-harddisk.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-ipod.png b/Icons and cursors/windowsicon/32x32/devices/gnome-dev-ipod.png
deleted file mode 100644
index e3ac5d6..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-ipod.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-keyboard.png b/Icons and cursors/windowsicon/32x32/devices/gnome-dev-keyboard.png
deleted file mode 100644
index c3d5453..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-keyboard.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-media-cf.png b/Icons and cursors/windowsicon/32x32/devices/gnome-dev-media-cf.png
deleted file mode 100644
index 431117d..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-media-cf.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-media-ms.png b/Icons and cursors/windowsicon/32x32/devices/gnome-dev-media-ms.png
deleted file mode 100644
index 431117d..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-media-ms.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-media-sdmmc.png b/Icons and cursors/windowsicon/32x32/devices/gnome-dev-media-sdmmc.png
deleted file mode 100644
index 431117d..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-media-sdmmc.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-media-sm.png b/Icons and cursors/windowsicon/32x32/devices/gnome-dev-media-sm.png
deleted file mode 100644
index 431117d..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-media-sm.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-mouse-ball.png b/Icons and cursors/windowsicon/32x32/devices/gnome-dev-mouse-ball.png
deleted file mode 100644
index 6016ea0..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-mouse-ball.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-mouse-optical.png b/Icons and cursors/windowsicon/32x32/devices/gnome-dev-mouse-optical.png
deleted file mode 100644
index 6016ea0..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-mouse-optical.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-printer.png b/Icons and cursors/windowsicon/32x32/devices/gnome-dev-printer.png
deleted file mode 100644
index b27fdac..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-printer.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-removable-1394.png b/Icons and cursors/windowsicon/32x32/devices/gnome-dev-removable-1394.png
deleted file mode 100644
index 65a6b7d..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-removable-1394.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-removable-usb.png b/Icons and cursors/windowsicon/32x32/devices/gnome-dev-removable-usb.png
deleted file mode 100644
index 65a6b7d..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-removable-usb.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-removable.png b/Icons and cursors/windowsicon/32x32/devices/gnome-dev-removable.png
deleted file mode 100644
index 65a6b7d..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-removable.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-wavelan.png b/Icons and cursors/windowsicon/32x32/devices/gnome-dev-wavelan.png
deleted file mode 100644
index 15c1f4d..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-wavelan.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/gnome-fs-client.png b/Icons and cursors/windowsicon/32x32/devices/gnome-fs-client.png
deleted file mode 100644
index 1248803..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/gnome-fs-client.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/gnome-modem.png b/Icons and cursors/windowsicon/32x32/devices/gnome-modem.png
deleted file mode 100644
index b3e9a70..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/gnome-modem.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/gnome-stock-mic.png b/Icons and cursors/windowsicon/32x32/devices/gnome-stock-mic.png
deleted file mode 100644
index 3334b48..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/gnome-stock-mic.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/gtk-cdrom.png b/Icons and cursors/windowsicon/32x32/devices/gtk-cdrom.png
deleted file mode 100644
index 10cebac..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/gtk-cdrom.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/gtk-floppy.png b/Icons and cursors/windowsicon/32x32/devices/gtk-floppy.png
deleted file mode 100644
index 3b84a8b..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/gtk-floppy.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/gtk-harddisk.png b/Icons and cursors/windowsicon/32x32/devices/gtk-harddisk.png
deleted file mode 100644
index e85eb53..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/gtk-harddisk.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/harddrive.png b/Icons and cursors/windowsicon/32x32/devices/harddrive.png
deleted file mode 100644
index e85eb53..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/harddrive.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/hdd_unmount.png b/Icons and cursors/windowsicon/32x32/devices/hdd_unmount.png
deleted file mode 100644
index e85eb53..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/hdd_unmount.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/input-dialpad.png b/Icons and cursors/windowsicon/32x32/devices/input-dialpad.png
deleted file mode 100644
index fd83a48..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/input-dialpad.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/input-gaming.png b/Icons and cursors/windowsicon/32x32/devices/input-gaming.png
deleted file mode 100644
index 7146153..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/input-gaming.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/input-keyboard.png b/Icons and cursors/windowsicon/32x32/devices/input-keyboard.png
deleted file mode 100644
index c3d5453..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/input-keyboard.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/input-mouse.png b/Icons and cursors/windowsicon/32x32/devices/input-mouse.png
deleted file mode 100644
index 6016ea0..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/input-mouse.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/input-tablet.png b/Icons and cursors/windowsicon/32x32/devices/input-tablet.png
deleted file mode 100644
index 9e5e330..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/input-tablet.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/input-touchpad.png b/Icons and cursors/windowsicon/32x32/devices/input-touchpad.png
deleted file mode 100644
index 33d38c8..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/input-touchpad.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/ipod_mount.png b/Icons and cursors/windowsicon/32x32/devices/ipod_mount.png
deleted file mode 100644
index e3ac5d6..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/ipod_mount.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/joystick.png b/Icons and cursors/windowsicon/32x32/devices/joystick.png
deleted file mode 100644
index 7146153..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/joystick.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/keyboard.png b/Icons and cursors/windowsicon/32x32/devices/keyboard.png
deleted file mode 100644
index c3d5453..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/keyboard.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/kjobviewer.png b/Icons and cursors/windowsicon/32x32/devices/kjobviewer.png
deleted file mode 100644
index b27fdac..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/kjobviewer.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/kxkb.png b/Icons and cursors/windowsicon/32x32/devices/kxkb.png
deleted file mode 100644
index c3d5453..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/kxkb.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/media-cdrom.png b/Icons and cursors/windowsicon/32x32/devices/media-cdrom.png
deleted file mode 100644
index 10cebac..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/media-cdrom.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/media-flash.png b/Icons and cursors/windowsicon/32x32/devices/media-flash.png
deleted file mode 100644
index 431117d..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/media-flash.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/media-floppy.png b/Icons and cursors/windowsicon/32x32/devices/media-floppy.png
deleted file mode 100644
index 3b84a8b..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/media-floppy.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/media-optical-bd.png b/Icons and cursors/windowsicon/32x32/devices/media-optical-bd.png
deleted file mode 100644
index c833d40..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/media-optical-bd.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/media-optical-cd-audio.png b/Icons and cursors/windowsicon/32x32/devices/media-optical-cd-audio.png
deleted file mode 100644
index 8fb5e0b..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/media-optical-cd-audio.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/media-optical-dvd.png b/Icons and cursors/windowsicon/32x32/devices/media-optical-dvd.png
deleted file mode 100644
index 07a1b64..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/media-optical-dvd.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/media-optical.png b/Icons and cursors/windowsicon/32x32/devices/media-optical.png
deleted file mode 100644
index 10cebac..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/media-optical.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/media-removable.png b/Icons and cursors/windowsicon/32x32/devices/media-removable.png
deleted file mode 100644
index 3bad137..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/media-removable.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/media-tape.png b/Icons and cursors/windowsicon/32x32/devices/media-tape.png
deleted file mode 100644
index f20a1d4..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/media-tape.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/media-zip.png b/Icons and cursors/windowsicon/32x32/devices/media-zip.png
deleted file mode 100644
index 38df355..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/media-zip.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/modem.png b/Icons and cursors/windowsicon/32x32/devices/modem.png
deleted file mode 100644
index b3e9a70..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/modem.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/mouse.png b/Icons and cursors/windowsicon/32x32/devices/mouse.png
deleted file mode 100644
index 6016ea0..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/mouse.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/multimedia-player-apple-ipod-touch.png b/Icons and cursors/windowsicon/32x32/devices/multimedia-player-apple-ipod-touch.png
deleted file mode 100644
index c1e1898..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/multimedia-player-apple-ipod-touch.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/multimedia-player.png b/Icons and cursors/windowsicon/32x32/devices/multimedia-player.png
deleted file mode 100644
index e3ac5d6..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/multimedia-player.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/network-vpn.png b/Icons and cursors/windowsicon/32x32/devices/network-vpn.png
deleted file mode 100644
index 26c64f4..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/network-vpn.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/network-wired.png b/Icons and cursors/windowsicon/32x32/devices/network-wired.png
deleted file mode 100644
index 92cbfef..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/network-wired.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/network-wireless.png b/Icons and cursors/windowsicon/32x32/devices/network-wireless.png
deleted file mode 100644
index 15c1f4d..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/network-wireless.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/nm-adhoc.png b/Icons and cursors/windowsicon/32x32/devices/nm-adhoc.png
deleted file mode 100644
index 15c1f4d..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/nm-adhoc.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/nm-device-wired.png b/Icons and cursors/windowsicon/32x32/devices/nm-device-wired.png
deleted file mode 100644
index 92cbfef..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/nm-device-wired.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/nm-device-wireless.png b/Icons and cursors/windowsicon/32x32/devices/nm-device-wireless.png
deleted file mode 100644
index 15c1f4d..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/nm-device-wireless.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/pda.png b/Icons and cursors/windowsicon/32x32/devices/pda.png
deleted file mode 100644
index c2dec9a..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/pda.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/phone-apple-iphone.png b/Icons and cursors/windowsicon/32x32/devices/phone-apple-iphone.png
deleted file mode 100644
index 22b4cad..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/phone-apple-iphone.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/phone-google-nexus-one.png b/Icons and cursors/windowsicon/32x32/devices/phone-google-nexus-one.png
deleted file mode 100644
index 9a29a6d..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/phone-google-nexus-one.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/phone-htc-g1-white.png b/Icons and cursors/windowsicon/32x32/devices/phone-htc-g1-white.png
deleted file mode 100644
index cd72868..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/phone-htc-g1-white.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/phone-palm-pre.png b/Icons and cursors/windowsicon/32x32/devices/phone-palm-pre.png
deleted file mode 100644
index c7d92a7..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/phone-palm-pre.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/phone-samsung-galaxy-s.png b/Icons and cursors/windowsicon/32x32/devices/phone-samsung-galaxy-s.png
deleted file mode 100644
index 065c0a4..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/phone-samsung-galaxy-s.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/phone.png b/Icons and cursors/windowsicon/32x32/devices/phone.png
deleted file mode 100644
index b693bce..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/phone.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/printer-network.png b/Icons and cursors/windowsicon/32x32/devices/printer-network.png
deleted file mode 100644
index 9a5bb36..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/printer-network.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/printer-remote.png b/Icons and cursors/windowsicon/32x32/devices/printer-remote.png
deleted file mode 100644
index b27fdac..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/printer-remote.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/printer.png b/Icons and cursors/windowsicon/32x32/devices/printer.png
deleted file mode 100644
index b27fdac..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/printer.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/printer1.png b/Icons and cursors/windowsicon/32x32/devices/printer1.png
deleted file mode 100644
index b27fdac..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/printer1.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/printmgr.png b/Icons and cursors/windowsicon/32x32/devices/printmgr.png
deleted file mode 100644
index b27fdac..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/printmgr.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/scanner.png b/Icons and cursors/windowsicon/32x32/devices/scanner.png
deleted file mode 100644
index a9a9bd4..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/scanner.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/stock_cell-phone.png b/Icons and cursors/windowsicon/32x32/devices/stock_cell-phone.png
deleted file mode 100644
index b693bce..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/stock_cell-phone.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/stock_mic.png b/Icons and cursors/windowsicon/32x32/devices/stock_mic.png
deleted file mode 100644
index 3334b48..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/stock_mic.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/stock_printers.png b/Icons and cursors/windowsicon/32x32/devices/stock_printers.png
deleted file mode 100644
index b27fdac..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/stock_printers.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/system-floppy.png b/Icons and cursors/windowsicon/32x32/devices/system-floppy.png
deleted file mode 100644
index 3b84a8b..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/system-floppy.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/system.png b/Icons and cursors/windowsicon/32x32/devices/system.png
deleted file mode 100644
index 1248803..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/system.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/uninterruptible-power-supply.png b/Icons and cursors/windowsicon/32x32/devices/uninterruptible-power-supply.png
deleted file mode 100644
index 97a5ebe..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/uninterruptible-power-supply.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/usbpendrive_unmount.png b/Icons and cursors/windowsicon/32x32/devices/usbpendrive_unmount.png
deleted file mode 100644
index 65a6b7d..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/usbpendrive_unmount.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/video-display.png b/Icons and cursors/windowsicon/32x32/devices/video-display.png
deleted file mode 100644
index 6512e57..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/video-display.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/xfce-printer.png b/Icons and cursors/windowsicon/32x32/devices/xfce-printer.png
deleted file mode 100644
index b27fdac..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/xfce-printer.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/xfce4-display.png b/Icons and cursors/windowsicon/32x32/devices/xfce4-display.png
deleted file mode 100644
index 6512e57..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/xfce4-display.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/xfce4-keyboard.png b/Icons and cursors/windowsicon/32x32/devices/xfce4-keyboard.png
deleted file mode 100644
index c3d5453..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/xfce4-keyboard.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/xfce4-mouse.png b/Icons and cursors/windowsicon/32x32/devices/xfce4-mouse.png
deleted file mode 100644
index 6016ea0..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/xfce4-mouse.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/yast_HD.png b/Icons and cursors/windowsicon/32x32/devices/yast_HD.png
deleted file mode 100644
index e85eb53..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/yast_HD.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/yast_idetude.png b/Icons and cursors/windowsicon/32x32/devices/yast_idetude.png
deleted file mode 100644
index e85eb53..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/yast_idetude.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/yast_joystick.png b/Icons and cursors/windowsicon/32x32/devices/yast_joystick.png
deleted file mode 100644
index 7146153..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/yast_joystick.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/yast_mouse.png b/Icons and cursors/windowsicon/32x32/devices/yast_mouse.png
deleted file mode 100644
index 6016ea0..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/yast_mouse.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/yast_printer.png b/Icons and cursors/windowsicon/32x32/devices/yast_printer.png
deleted file mode 100644
index b27fdac..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/yast_printer.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/devices/yast_soundcard.png b/Icons and cursors/windowsicon/32x32/devices/yast_soundcard.png
deleted file mode 100644
index 009ee9b..0000000
Binary files a/Icons and cursors/windowsicon/32x32/devices/yast_soundcard.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/emblems/emblem-default.png b/Icons and cursors/windowsicon/32x32/emblems/emblem-default.png
deleted file mode 100644
index f51fcdf..0000000
Binary files a/Icons and cursors/windowsicon/32x32/emblems/emblem-default.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/emblems/emblem-documents.png b/Icons and cursors/windowsicon/32x32/emblems/emblem-documents.png
deleted file mode 100644
index fe2ea45..0000000
Binary files a/Icons and cursors/windowsicon/32x32/emblems/emblem-documents.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/emblems/emblem-downloads.png b/Icons and cursors/windowsicon/32x32/emblems/emblem-downloads.png
deleted file mode 100644
index b89adab..0000000
Binary files a/Icons and cursors/windowsicon/32x32/emblems/emblem-downloads.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/emblems/emblem-favorite.png b/Icons and cursors/windowsicon/32x32/emblems/emblem-favorite.png
deleted file mode 100644
index c569834..0000000
Binary files a/Icons and cursors/windowsicon/32x32/emblems/emblem-favorite.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/emblems/emblem-generic.png b/Icons and cursors/windowsicon/32x32/emblems/emblem-generic.png
deleted file mode 100644
index ba03057..0000000
Binary files a/Icons and cursors/windowsicon/32x32/emblems/emblem-generic.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/emblems/emblem-important.png b/Icons and cursors/windowsicon/32x32/emblems/emblem-important.png
deleted file mode 100644
index 0b20808..0000000
Binary files a/Icons and cursors/windowsicon/32x32/emblems/emblem-important.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/emblems/emblem-mail.png b/Icons and cursors/windowsicon/32x32/emblems/emblem-mail.png
deleted file mode 100644
index 9cf514f..0000000
Binary files a/Icons and cursors/windowsicon/32x32/emblems/emblem-mail.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/emblems/emblem-new.png b/Icons and cursors/windowsicon/32x32/emblems/emblem-new.png
deleted file mode 100644
index 7462c77..0000000
Binary files a/Icons and cursors/windowsicon/32x32/emblems/emblem-new.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/emblems/emblem-noread.png b/Icons and cursors/windowsicon/32x32/emblems/emblem-noread.png
deleted file mode 100644
index 29542d5..0000000
Binary files a/Icons and cursors/windowsicon/32x32/emblems/emblem-noread.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/emblems/emblem-nowrite.png b/Icons and cursors/windowsicon/32x32/emblems/emblem-nowrite.png
deleted file mode 100644
index a856222..0000000
Binary files a/Icons and cursors/windowsicon/32x32/emblems/emblem-nowrite.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/emblems/emblem-package.png b/Icons and cursors/windowsicon/32x32/emblems/emblem-package.png
deleted file mode 100644
index 9c90620..0000000
Binary files a/Icons and cursors/windowsicon/32x32/emblems/emblem-package.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/emblems/emblem-photos.png b/Icons and cursors/windowsicon/32x32/emblems/emblem-photos.png
deleted file mode 100644
index b1c6172..0000000
Binary files a/Icons and cursors/windowsicon/32x32/emblems/emblem-photos.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/emblems/emblem-readonly.png b/Icons and cursors/windowsicon/32x32/emblems/emblem-readonly.png
deleted file mode 100644
index a856222..0000000
Binary files a/Icons and cursors/windowsicon/32x32/emblems/emblem-readonly.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/emblems/emblem-shared.png b/Icons and cursors/windowsicon/32x32/emblems/emblem-shared.png
deleted file mode 100644
index cee753e..0000000
Binary files a/Icons and cursors/windowsicon/32x32/emblems/emblem-shared.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/emblems/emblem-symbolic-link.png b/Icons and cursors/windowsicon/32x32/emblems/emblem-symbolic-link.png
deleted file mode 100644
index d93f1b4..0000000
Binary files a/Icons and cursors/windowsicon/32x32/emblems/emblem-symbolic-link.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/emblems/emblem-synchronizing.png b/Icons and cursors/windowsicon/32x32/emblems/emblem-synchronizing.png
deleted file mode 100644
index bc6c09c..0000000
Binary files a/Icons and cursors/windowsicon/32x32/emblems/emblem-synchronizing.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/emblems/emblem-system.png b/Icons and cursors/windowsicon/32x32/emblems/emblem-system.png
deleted file mode 100644
index 856ae5c..0000000
Binary files a/Icons and cursors/windowsicon/32x32/emblems/emblem-system.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/emblems/emblem-unreadable.png b/Icons and cursors/windowsicon/32x32/emblems/emblem-unreadable.png
deleted file mode 100644
index 29542d5..0000000
Binary files a/Icons and cursors/windowsicon/32x32/emblems/emblem-unreadable.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/emblems/emblem-urgent.png b/Icons and cursors/windowsicon/32x32/emblems/emblem-urgent.png
deleted file mode 100644
index 99fde66..0000000
Binary files a/Icons and cursors/windowsicon/32x32/emblems/emblem-urgent.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/emblems/emblem-web.png b/Icons and cursors/windowsicon/32x32/emblems/emblem-web.png
deleted file mode 100644
index ca2be58..0000000
Binary files a/Icons and cursors/windowsicon/32x32/emblems/emblem-web.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/emotes/face-angel.png b/Icons and cursors/windowsicon/32x32/emotes/face-angel.png
deleted file mode 100644
index 6357d02..0000000
Binary files a/Icons and cursors/windowsicon/32x32/emotes/face-angel.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/emotes/face-angry.png b/Icons and cursors/windowsicon/32x32/emotes/face-angry.png
deleted file mode 100644
index 52612f5..0000000
Binary files a/Icons and cursors/windowsicon/32x32/emotes/face-angry.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/emotes/face-cool.png b/Icons and cursors/windowsicon/32x32/emotes/face-cool.png
deleted file mode 100644
index 475181a..0000000
Binary files a/Icons and cursors/windowsicon/32x32/emotes/face-cool.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/emotes/face-crying.png b/Icons and cursors/windowsicon/32x32/emotes/face-crying.png
deleted file mode 100644
index 5d3dab0..0000000
Binary files a/Icons and cursors/windowsicon/32x32/emotes/face-crying.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/emotes/face-devilish.png b/Icons and cursors/windowsicon/32x32/emotes/face-devilish.png
deleted file mode 100644
index c8dc471..0000000
Binary files a/Icons and cursors/windowsicon/32x32/emotes/face-devilish.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/emotes/face-embarrassed.png b/Icons and cursors/windowsicon/32x32/emotes/face-embarrassed.png
deleted file mode 100644
index 105001e..0000000
Binary files a/Icons and cursors/windowsicon/32x32/emotes/face-embarrassed.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/emotes/face-glasses.png b/Icons and cursors/windowsicon/32x32/emotes/face-glasses.png
deleted file mode 100644
index 2dad18e..0000000
Binary files a/Icons and cursors/windowsicon/32x32/emotes/face-glasses.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/emotes/face-kiss.png b/Icons and cursors/windowsicon/32x32/emotes/face-kiss.png
deleted file mode 100644
index 691a5ea..0000000
Binary files a/Icons and cursors/windowsicon/32x32/emotes/face-kiss.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/emotes/face-laugh.png b/Icons and cursors/windowsicon/32x32/emotes/face-laugh.png
deleted file mode 100644
index 0cf201b..0000000
Binary files a/Icons and cursors/windowsicon/32x32/emotes/face-laugh.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/emotes/face-monkey.png b/Icons and cursors/windowsicon/32x32/emotes/face-monkey.png
deleted file mode 100644
index 3ffe3f6..0000000
Binary files a/Icons and cursors/windowsicon/32x32/emotes/face-monkey.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/emotes/face-plain.png b/Icons and cursors/windowsicon/32x32/emotes/face-plain.png
deleted file mode 100644
index 58dded9..0000000
Binary files a/Icons and cursors/windowsicon/32x32/emotes/face-plain.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/emotes/face-raspberry.png b/Icons and cursors/windowsicon/32x32/emotes/face-raspberry.png
deleted file mode 100644
index 12a13ca..0000000
Binary files a/Icons and cursors/windowsicon/32x32/emotes/face-raspberry.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/emotes/face-sad.png b/Icons and cursors/windowsicon/32x32/emotes/face-sad.png
deleted file mode 100644
index febb349..0000000
Binary files a/Icons and cursors/windowsicon/32x32/emotes/face-sad.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/emotes/face-sick.png b/Icons and cursors/windowsicon/32x32/emotes/face-sick.png
deleted file mode 100644
index d2a257d..0000000
Binary files a/Icons and cursors/windowsicon/32x32/emotes/face-sick.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/emotes/face-smile-big.png b/Icons and cursors/windowsicon/32x32/emotes/face-smile-big.png
deleted file mode 100644
index 29c1ef5..0000000
Binary files a/Icons and cursors/windowsicon/32x32/emotes/face-smile-big.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/emotes/face-smile.png b/Icons and cursors/windowsicon/32x32/emotes/face-smile.png
deleted file mode 100644
index 8c9b04e..0000000
Binary files a/Icons and cursors/windowsicon/32x32/emotes/face-smile.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/emotes/face-smirk.png b/Icons and cursors/windowsicon/32x32/emotes/face-smirk.png
deleted file mode 100644
index b8c90ac..0000000
Binary files a/Icons and cursors/windowsicon/32x32/emotes/face-smirk.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/emotes/face-surprise.png b/Icons and cursors/windowsicon/32x32/emotes/face-surprise.png
deleted file mode 100644
index f52aa0e..0000000
Binary files a/Icons and cursors/windowsicon/32x32/emotes/face-surprise.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/emotes/face-tired.png b/Icons and cursors/windowsicon/32x32/emotes/face-tired.png
deleted file mode 100644
index 7cac0e9..0000000
Binary files a/Icons and cursors/windowsicon/32x32/emotes/face-tired.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/emotes/face-uncertain.png b/Icons and cursors/windowsicon/32x32/emotes/face-uncertain.png
deleted file mode 100644
index 8d766fa..0000000
Binary files a/Icons and cursors/windowsicon/32x32/emotes/face-uncertain.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/emotes/face-wink.png b/Icons and cursors/windowsicon/32x32/emotes/face-wink.png
deleted file mode 100644
index 145488c..0000000
Binary files a/Icons and cursors/windowsicon/32x32/emotes/face-wink.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/emotes/face-worried.png b/Icons and cursors/windowsicon/32x32/emotes/face-worried.png
deleted file mode 100644
index a4b4bc5..0000000
Binary files a/Icons and cursors/windowsicon/32x32/emotes/face-worried.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/emotes/stock_smiley-1.png b/Icons and cursors/windowsicon/32x32/emotes/stock_smiley-1.png
deleted file mode 100644
index 8c9b04e..0000000
Binary files a/Icons and cursors/windowsicon/32x32/emotes/stock_smiley-1.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/emotes/stock_smiley-10.png b/Icons and cursors/windowsicon/32x32/emotes/stock_smiley-10.png
deleted file mode 100644
index 12a13ca..0000000
Binary files a/Icons and cursors/windowsicon/32x32/emotes/stock_smiley-10.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/emotes/stock_smiley-11.png b/Icons and cursors/windowsicon/32x32/emotes/stock_smiley-11.png
deleted file mode 100644
index 5d3dab0..0000000
Binary files a/Icons and cursors/windowsicon/32x32/emotes/stock_smiley-11.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/emotes/stock_smiley-13.png b/Icons and cursors/windowsicon/32x32/emotes/stock_smiley-13.png
deleted file mode 100644
index 691a5ea..0000000
Binary files a/Icons and cursors/windowsicon/32x32/emotes/stock_smiley-13.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/emotes/stock_smiley-15.png b/Icons and cursors/windowsicon/32x32/emotes/stock_smiley-15.png
deleted file mode 100644
index 475181a..0000000
Binary files a/Icons and cursors/windowsicon/32x32/emotes/stock_smiley-15.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/emotes/stock_smiley-18.png b/Icons and cursors/windowsicon/32x32/emotes/stock_smiley-18.png
deleted file mode 100644
index 6357d02..0000000
Binary files a/Icons and cursors/windowsicon/32x32/emotes/stock_smiley-18.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/emotes/stock_smiley-2.png b/Icons and cursors/windowsicon/32x32/emotes/stock_smiley-2.png
deleted file mode 100644
index 8c9b04e..0000000
Binary files a/Icons and cursors/windowsicon/32x32/emotes/stock_smiley-2.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/emotes/stock_smiley-22.png b/Icons and cursors/windowsicon/32x32/emotes/stock_smiley-22.png
deleted file mode 100644
index 3ffe3f6..0000000
Binary files a/Icons and cursors/windowsicon/32x32/emotes/stock_smiley-22.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/emotes/stock_smiley-3.png b/Icons and cursors/windowsicon/32x32/emotes/stock_smiley-3.png
deleted file mode 100644
index 145488c..0000000
Binary files a/Icons and cursors/windowsicon/32x32/emotes/stock_smiley-3.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/emotes/stock_smiley-4.png b/Icons and cursors/windowsicon/32x32/emotes/stock_smiley-4.png
deleted file mode 100644
index febb349..0000000
Binary files a/Icons and cursors/windowsicon/32x32/emotes/stock_smiley-4.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/emotes/stock_smiley-5.png b/Icons and cursors/windowsicon/32x32/emotes/stock_smiley-5.png
deleted file mode 100644
index f52aa0e..0000000
Binary files a/Icons and cursors/windowsicon/32x32/emotes/stock_smiley-5.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/emotes/stock_smiley-6.png b/Icons and cursors/windowsicon/32x32/emotes/stock_smiley-6.png
deleted file mode 100644
index 29c1ef5..0000000
Binary files a/Icons and cursors/windowsicon/32x32/emotes/stock_smiley-6.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/emotes/stock_smiley-7.png b/Icons and cursors/windowsicon/32x32/emotes/stock_smiley-7.png
deleted file mode 100644
index 8c9b04e..0000000
Binary files a/Icons and cursors/windowsicon/32x32/emotes/stock_smiley-7.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/emotes/stock_smiley-8.png b/Icons and cursors/windowsicon/32x32/emotes/stock_smiley-8.png
deleted file mode 100644
index 58dded9..0000000
Binary files a/Icons and cursors/windowsicon/32x32/emotes/stock_smiley-8.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/application-certificate.png b/Icons and cursors/windowsicon/32x32/mimetypes/application-certificate.png
deleted file mode 100644
index 0de3ed4..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/application-certificate.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/application-gzip.png b/Icons and cursors/windowsicon/32x32/mimetypes/application-gzip.png
deleted file mode 100644
index 744cf77..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/application-gzip.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/application-octet-stream.png b/Icons and cursors/windowsicon/32x32/mimetypes/application-octet-stream.png
deleted file mode 100644
index 330bc1d..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/application-octet-stream.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/application-rss.xml.png b/Icons and cursors/windowsicon/32x32/mimetypes/application-rss.xml.png
deleted file mode 100644
index 9232d76..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/application-rss.xml.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/application-vnd.ms-excel.sheet.macroEnabled.12.png b/Icons and cursors/windowsicon/32x32/mimetypes/application-vnd.ms-excel.sheet.macroEnabled.12.png
deleted file mode 100644
index 22e626a..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/application-vnd.ms-excel.sheet.macroEnabled.12.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/application-vnd.ms-powerpoint.presentation.macroEnabled.12.png b/Icons and cursors/windowsicon/32x32/mimetypes/application-vnd.ms-powerpoint.presentation.macroEnabled.12.png
deleted file mode 100644
index a775ae6..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/application-vnd.ms-powerpoint.presentation.macroEnabled.12.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/application-vnd.ms-word.document.macroEnabled.12.png b/Icons and cursors/windowsicon/32x32/mimetypes/application-vnd.ms-word.document.macroEnabled.12.png
deleted file mode 100644
index da4a715..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/application-vnd.ms-word.document.macroEnabled.12.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/application-vnd.openofficeorg.extension.png b/Icons and cursors/windowsicon/32x32/mimetypes/application-vnd.openofficeorg.extension.png
deleted file mode 100644
index 2e21b79..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/application-vnd.openofficeorg.extension.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.presentation.png b/Icons and cursors/windowsicon/32x32/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.presentation.png
deleted file mode 100644
index a775ae6..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.presentation.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.template.png b/Icons and cursors/windowsicon/32x32/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.template.png
deleted file mode 100644
index 5d345e1..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png b/Icons and cursors/windowsicon/32x32/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png
deleted file mode 100644
index 22e626a..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.template.png b/Icons and cursors/windowsicon/32x32/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.template.png
deleted file mode 100644
index 9b43d80..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png b/Icons and cursors/windowsicon/32x32/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png
deleted file mode 100644
index da4a715..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.template.png b/Icons and cursors/windowsicon/32x32/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.template.png
deleted file mode 100644
index 122ada6..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/application-vnd.rar.png b/Icons and cursors/windowsicon/32x32/mimetypes/application-vnd.rar.png
deleted file mode 100644
index 744cf77..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/application-vnd.rar.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/application-x-7z-compressed.png b/Icons and cursors/windowsicon/32x32/mimetypes/application-x-7z-compressed.png
deleted file mode 100644
index 6ea2b36..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/application-x-7z-compressed.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/application-x-addon.png b/Icons and cursors/windowsicon/32x32/mimetypes/application-x-addon.png
deleted file mode 100644
index ff126fa..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/application-x-addon.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/application-x-blender.png b/Icons and cursors/windowsicon/32x32/mimetypes/application-x-blender.png
deleted file mode 100644
index f877201..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/application-x-blender.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/application-x-bzip-compressed-tar.png b/Icons and cursors/windowsicon/32x32/mimetypes/application-x-bzip-compressed-tar.png
deleted file mode 100644
index 744cf77..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/application-x-bzip-compressed-tar.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/application-x-bzip.png b/Icons and cursors/windowsicon/32x32/mimetypes/application-x-bzip.png
deleted file mode 100644
index 744cf77..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/application-x-bzip.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/application-x-cd-image.png b/Icons and cursors/windowsicon/32x32/mimetypes/application-x-cd-image.png
deleted file mode 100644
index d549beb..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/application-x-cd-image.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/application-x-executable.png b/Icons and cursors/windowsicon/32x32/mimetypes/application-x-executable.png
deleted file mode 100644
index 5fcfdd4..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/application-x-executable.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/application-x-gzip.png b/Icons and cursors/windowsicon/32x32/mimetypes/application-x-gzip.png
deleted file mode 100644
index 744cf77..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/application-x-gzip.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/application-x-kdenlivetitle.png b/Icons and cursors/windowsicon/32x32/mimetypes/application-x-kdenlivetitle.png
deleted file mode 100644
index 21f2b11..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/application-x-kdenlivetitle.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/application-x-krita.png b/Icons and cursors/windowsicon/32x32/mimetypes/application-x-krita.png
deleted file mode 100644
index 04e7d04..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/application-x-krita.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/application-x-mono-develop-xib.png b/Icons and cursors/windowsicon/32x32/mimetypes/application-x-mono-develop-xib.png
deleted file mode 100644
index 296bcb4..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/application-x-mono-develop-xib.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/application-x-rar.png b/Icons and cursors/windowsicon/32x32/mimetypes/application-x-rar.png
deleted file mode 100644
index 744cf77..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/application-x-rar.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/application-x-zip-compressed-fb2.png b/Icons and cursors/windowsicon/32x32/mimetypes/application-x-zip-compressed-fb2.png
deleted file mode 100644
index 744cf77..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/application-x-zip-compressed-fb2.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/application-zip.png b/Icons and cursors/windowsicon/32x32/mimetypes/application-zip.png
deleted file mode 100644
index 744cf77..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/application-zip.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/ascii.png b/Icons and cursors/windowsicon/32x32/mimetypes/ascii.png
deleted file mode 100644
index 2d24a87..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/ascii.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/audio-x-generic.png b/Icons and cursors/windowsicon/32x32/mimetypes/audio-x-generic.png
deleted file mode 100644
index 8b63dcf..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/audio-x-generic.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/binary.png b/Icons and cursors/windowsicon/32x32/mimetypes/binary.png
deleted file mode 100644
index 5fcfdd4..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/binary.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/contents2.png b/Icons and cursors/windowsicon/32x32/mimetypes/contents2.png
deleted file mode 100644
index d348a02..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/contents2.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/deb.png b/Icons and cursors/windowsicon/32x32/mimetypes/deb.png
deleted file mode 100644
index 744cf77..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/deb.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/document.png b/Icons and cursors/windowsicon/32x32/mimetypes/document.png
deleted file mode 100644
index 3a5028e..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/document.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/empty.png b/Icons and cursors/windowsicon/32x32/mimetypes/empty.png
deleted file mode 100644
index 2d24a87..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/empty.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/exec.png b/Icons and cursors/windowsicon/32x32/mimetypes/exec.png
deleted file mode 100644
index 5fcfdd4..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/exec.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/folder_tar.png b/Icons and cursors/windowsicon/32x32/mimetypes/folder_tar.png
deleted file mode 100644
index 744cf77..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/folder_tar.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/font-x-generic.png b/Icons and cursors/windowsicon/32x32/mimetypes/font-x-generic.png
deleted file mode 100644
index 1473e5f..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/font-x-generic.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/font.png b/Icons and cursors/windowsicon/32x32/mimetypes/font.png
deleted file mode 100644
index 1473e5f..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/font.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/font_bitmap.png b/Icons and cursors/windowsicon/32x32/mimetypes/font_bitmap.png
deleted file mode 100644
index 1473e5f..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/font_bitmap.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/font_truetype.png b/Icons and cursors/windowsicon/32x32/mimetypes/font_truetype.png
deleted file mode 100644
index 1473e5f..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/font_truetype.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/font_type1.png b/Icons and cursors/windowsicon/32x32/mimetypes/font_type1.png
deleted file mode 100644
index 1473e5f..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/font_type1.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-fs-executable.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-fs-executable.png
deleted file mode 100644
index 5fcfdd4..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-fs-executable.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-fs-regular.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-fs-regular.png
deleted file mode 100644
index 7cad893..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-fs-regular.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-magicpoint.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-magicpoint.png
deleted file mode 100644
index a775ae6..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-magicpoint.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-msword.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-msword.png
deleted file mode 100644
index da4a715..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-msword.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-ogg.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-ogg.png
deleted file mode 100644
index 8b63dcf..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-ogg.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-pdf.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-pdf.png
deleted file mode 100644
index da4a715..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-pdf.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-postscript.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-postscript.png
deleted file mode 100644
index da4a715..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-postscript.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-rtf.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-rtf.png
deleted file mode 100644
index da4a715..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-rtf.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.lotus-1-2-3.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.lotus-1-2-3.png
deleted file mode 100644
index 22e626a..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.lotus-1-2-3.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.ms-excel.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.ms-excel.png
deleted file mode 100644
index 22e626a..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.ms-excel.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png
deleted file mode 100644
index a775ae6..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics-template.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics-template.png
deleted file mode 100644
index 435a331..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics-template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics.png
deleted file mode 100644
index 435a331..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.image.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.image.png
deleted file mode 100644
index 435a331..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.image.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation-template.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation-template.png
deleted file mode 100644
index 5d345e1..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation-template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation.png
deleted file mode 100644
index a775ae6..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet-template.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet-template.png
deleted file mode 100644
index 9b43d80..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet-template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png
deleted file mode 100644
index 22e626a..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-template.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-template.png
deleted file mode 100644
index 122ada6..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-web.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-web.png
deleted file mode 100644
index 6d4d1da..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-web.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text.png
deleted file mode 100644
index da4a715..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.png
deleted file mode 100644
index a115fa1..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.png
deleted file mode 100644
index a115fa1..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.rn-realmedia.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.rn-realmedia.png
deleted file mode 100644
index a115fa1..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.rn-realmedia.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.stardivision.calc.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.stardivision.calc.png
deleted file mode 100644
index 22e626a..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.stardivision.calc.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.stardivision.impress.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.stardivision.impress.png
deleted file mode 100644
index a775ae6..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.stardivision.impress.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.stardivision.writer.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.stardivision.writer.png
deleted file mode 100644
index da4a715..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.stardivision.writer.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.sun.xml.calc.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.sun.xml.calc.png
deleted file mode 100644
index 22e626a..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.sun.xml.calc.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.sun.xml.calc.template.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.sun.xml.calc.template.png
deleted file mode 100644
index 9b43d80..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.sun.xml.calc.template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.sun.xml.draw.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.sun.xml.draw.png
deleted file mode 100644
index 435a331..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.sun.xml.draw.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.sun.xml.draw.template.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.sun.xml.draw.template.png
deleted file mode 100644
index 435a331..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.sun.xml.draw.template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.sun.xml.impress.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.sun.xml.impress.png
deleted file mode 100644
index a775ae6..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.sun.xml.impress.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.sun.xml.impress.template.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.sun.xml.impress.template.png
deleted file mode 100644
index 5d345e1..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.sun.xml.impress.template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.sun.xml.writer.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.sun.xml.writer.png
deleted file mode 100644
index da4a715..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.sun.xml.writer.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.sun.xml.writer.template.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.sun.xml.writer.template.png
deleted file mode 100644
index 122ada6..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.sun.xml.writer.template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-wordperfect.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-wordperfect.png
deleted file mode 100644
index da4a715..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-wordperfect.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-7z-compressed.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-7z-compressed.png
deleted file mode 100644
index 744cf77..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-7z-compressed.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-abiword.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-abiword.png
deleted file mode 100644
index da4a715..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-abiword.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-applix-spreadsheet.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-applix-spreadsheet.png
deleted file mode 100644
index 22e626a..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-applix-spreadsheet.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-applix-word.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-applix-word.png
deleted file mode 100644
index da4a715..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-applix-word.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-archive.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-archive.png
deleted file mode 100644
index 744cf77..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-archive.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-arj.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-arj.png
deleted file mode 100644
index 744cf77..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-arj.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-bzip-compressed-tar.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-bzip-compressed-tar.png
deleted file mode 100644
index 744cf77..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-bzip-compressed-tar.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-bzip.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-bzip.png
deleted file mode 100644
index 744cf77..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-bzip.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-compress.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-compress.png
deleted file mode 100644
index 744cf77..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-compress.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-compressed-tar.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-compressed-tar.png
deleted file mode 100644
index 744cf77..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-compressed-tar.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-cpio-compressed.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-cpio-compressed.png
deleted file mode 100644
index 744cf77..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-cpio-compressed.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-cpio.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-cpio.png
deleted file mode 100644
index 744cf77..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-cpio.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-deb.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-deb.png
deleted file mode 100644
index 744cf77..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-deb.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-dvi.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-dvi.png
deleted file mode 100644
index da4a715..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-dvi.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-executable.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-executable.png
deleted file mode 100644
index 5fcfdd4..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-executable.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-font-afm.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-font-afm.png
deleted file mode 100644
index 1473e5f..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-font-afm.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-font-bdf.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-font-bdf.png
deleted file mode 100644
index 1473e5f..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-font-bdf.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-font-linux-psf.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-font-linux-psf.png
deleted file mode 100644
index 1473e5f..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-font-linux-psf.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-font-pcf.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-font-pcf.png
deleted file mode 100644
index 1473e5f..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-font-pcf.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-font-sunos-news.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-font-sunos-news.png
deleted file mode 100644
index 1473e5f..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-font-sunos-news.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-font-ttf.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-font-ttf.png
deleted file mode 100644
index 1473e5f..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-font-ttf.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-gnumeric.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-gnumeric.png
deleted file mode 100644
index 22e626a..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-gnumeric.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-gzip.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-gzip.png
deleted file mode 100644
index 744cf77..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-gzip.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-gzpostscript.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-gzpostscript.png
deleted file mode 100644
index da4a715..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-gzpostscript.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-jar.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-jar.png
deleted file mode 100644
index 744cf77..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-jar.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-killustrator.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-killustrator.png
deleted file mode 100644
index 65815ea..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-killustrator.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-kpresenter.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-kpresenter.png
deleted file mode 100644
index a775ae6..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-kpresenter.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-kspread.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-kspread.png
deleted file mode 100644
index 22e626a..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-kspread.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-kword.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-kword.png
deleted file mode 100644
index da4a715..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-kword.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-lha.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-lha.png
deleted file mode 100644
index 744cf77..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-lha.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-lhz.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-lhz.png
deleted file mode 100644
index 744cf77..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-lhz.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-lzma-compressed-tar.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-lzma-compressed-tar.png
deleted file mode 100644
index 744cf77..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-lzma-compressed-tar.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-lzma.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-lzma.png
deleted file mode 100644
index 744cf77..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-lzma.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-ms-dos-executable.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-ms-dos-executable.png
deleted file mode 100644
index 5fcfdd4..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-ms-dos-executable.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-perl.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-perl.png
deleted file mode 100644
index 1e7835b..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-perl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-php.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-php.png
deleted file mode 100644
index 6d4d1da..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-php.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-python-bytecode.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-python-bytecode.png
deleted file mode 100644
index 1e7835b..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-python-bytecode.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-rar.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-rar.png
deleted file mode 100644
index 744cf77..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-rar.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-rpm.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-rpm.png
deleted file mode 100644
index 744cf77..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-rpm.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-scribus.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-scribus.png
deleted file mode 100644
index da4a715..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-scribus.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-shellscript.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-shellscript.png
deleted file mode 100644
index 1e7835b..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-shellscript.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-shockwave-flash.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-shockwave-flash.png
deleted file mode 100644
index a115fa1..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-shockwave-flash.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-stuffit.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-stuffit.png
deleted file mode 100644
index 744cf77..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-stuffit.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-tar.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-tar.png
deleted file mode 100644
index 744cf77..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-tar.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-tarz.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-tarz.png
deleted file mode 100644
index 744cf77..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-tarz.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-tex.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-tex.png
deleted file mode 100644
index da4a715..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-tex.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-xhtml.xml.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-xhtml.xml.png
deleted file mode 100644
index 6d4d1da..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-xhtml.xml.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-zip.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-zip.png
deleted file mode 100644
index 744cf77..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-zip.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-audio.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-audio.png
deleted file mode 100644
index 8b63dcf..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-audio.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-image.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-image.png
deleted file mode 100644
index 65815ea..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-image.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-text-html.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-text-html.png
deleted file mode 100644
index 6d4d1da..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-text-html.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-text-vnd.wap.wml.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-text-vnd.wap.wml.png
deleted file mode 100644
index 6d4d1da..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-text-vnd.wap.wml.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-text-x-csh.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-text-x-csh.png
deleted file mode 100644
index 1e7835b..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-text-x-csh.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-text-x-python.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-text-x-python.png
deleted file mode 100644
index 1e7835b..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-text-x-python.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-text-x-sh.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-text-x-sh.png
deleted file mode 100644
index 1e7835b..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-text-x-sh.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-text-x-vcalendar.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-text-x-vcalendar.png
deleted file mode 100644
index cec3de3..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-text-x-vcalendar.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-text-x-vcard.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-text-x-vcard.png
deleted file mode 100644
index d348a02..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-text-x-vcard.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-text-x-zsh.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-text-x-zsh.png
deleted file mode 100644
index 1e7835b..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-text-x-zsh.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-text.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-text.png
deleted file mode 100644
index 2d24a87..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-text.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-video.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-video.png
deleted file mode 100644
index a115fa1..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-video.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-x-font-afm.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-x-font-afm.png
deleted file mode 100644
index 1473e5f..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-x-font-afm.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-package.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-package.png
deleted file mode 100644
index 744cf77..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-package.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gtk-file.png b/Icons and cursors/windowsicon/32x32/mimetypes/gtk-file.png
deleted file mode 100644
index 7cad893..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gtk-file.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/html.png b/Icons and cursors/windowsicon/32x32/mimetypes/html.png
deleted file mode 100644
index 6d4d1da..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/html.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/image-x-generic.png b/Icons and cursors/windowsicon/32x32/mimetypes/image-x-generic.png
deleted file mode 100644
index 65815ea..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/image-x-generic.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/image.png b/Icons and cursors/windowsicon/32x32/mimetypes/image.png
deleted file mode 100644
index 65815ea..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/image.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/kpresenter_kpr.png b/Icons and cursors/windowsicon/32x32/mimetypes/kpresenter_kpr.png
deleted file mode 100644
index a775ae6..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/kpresenter_kpr.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-database.png b/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-database.png
deleted file mode 100644
index 00f0c93..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-database.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-drawing-template.png b/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-drawing-template.png
deleted file mode 100644
index 578cc50..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-drawing-template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-drawing.png b/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-drawing.png
deleted file mode 100644
index 667a16b..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-drawing.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-extension.png b/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-extension.png
deleted file mode 100644
index 862dd08..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-extension.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-formula.png b/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-formula.png
deleted file mode 100644
index 70917b2..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-formula.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-master-document.png b/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-master-document.png
deleted file mode 100644
index 62361f0..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-master-document.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-oasis-database.png b/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-oasis-database.png
deleted file mode 100644
index b698e8e..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-oasis-database.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-oasis-drawing-template.png b/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-oasis-drawing-template.png
deleted file mode 100644
index 435a331..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-oasis-drawing-template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-oasis-drawing.png b/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-oasis-drawing.png
deleted file mode 100644
index 435a331..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-oasis-drawing.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-oasis-formula.png b/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-oasis-formula.png
deleted file mode 100644
index a6002e5..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-oasis-formula.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-oasis-master-document.png b/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-oasis-master-document.png
deleted file mode 100644
index 61e6ef4..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-oasis-master-document.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-oasis-presentation-template.png b/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-oasis-presentation-template.png
deleted file mode 100644
index 5d345e1..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-oasis-presentation-template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-oasis-presentation.png b/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-oasis-presentation.png
deleted file mode 100644
index a775ae6..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-oasis-presentation.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-oasis-spreadsheet-template.png b/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-oasis-spreadsheet-template.png
deleted file mode 100644
index 9b43d80..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-oasis-spreadsheet-template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-oasis-spreadsheet.png b/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-oasis-spreadsheet.png
deleted file mode 100644
index 22e626a..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-oasis-spreadsheet.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-oasis-text-template.png b/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-oasis-text-template.png
deleted file mode 100644
index 122ada6..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-oasis-text-template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-oasis-text.png b/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-oasis-text.png
deleted file mode 100644
index da4a715..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-oasis-text.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-oasis-web-template.png b/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-oasis-web-template.png
deleted file mode 100644
index 4c5f64b..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-oasis-web-template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-presentation-template.png b/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-presentation-template.png
deleted file mode 100644
index ed4b43f..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-presentation-template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-presentation.png b/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-presentation.png
deleted file mode 100644
index e50e547..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-presentation.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-spreadsheet-template.png b/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-spreadsheet-template.png
deleted file mode 100644
index 9216508..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-spreadsheet-template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-spreadsheet.png b/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-spreadsheet.png
deleted file mode 100644
index 71e22ec..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-spreadsheet.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-text-template.png b/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-text-template.png
deleted file mode 100644
index 482e74e..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-text-template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-text.png b/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-text.png
deleted file mode 100644
index 1a06f43..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-text.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/mime_ascii.png b/Icons and cursors/windowsicon/32x32/mimetypes/mime_ascii.png
deleted file mode 100644
index 2d24a87..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/mime_ascii.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/misc.png b/Icons and cursors/windowsicon/32x32/mimetypes/misc.png
deleted file mode 100644
index 2d24a87..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/misc.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/package-x-generic.png b/Icons and cursors/windowsicon/32x32/mimetypes/package-x-generic.png
deleted file mode 100644
index 744cf77..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/package-x-generic.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/package.png b/Icons and cursors/windowsicon/32x32/mimetypes/package.png
deleted file mode 100644
index 744cf77..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/package.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/package_editors.png b/Icons and cursors/windowsicon/32x32/mimetypes/package_editors.png
deleted file mode 100644
index 2d24a87..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/package_editors.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/package_wordprocessing.png b/Icons and cursors/windowsicon/32x32/mimetypes/package_wordprocessing.png
deleted file mode 100644
index da4a715..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/package_wordprocessing.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/plan.png b/Icons and cursors/windowsicon/32x32/mimetypes/plan.png
deleted file mode 100644
index cec3de3..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/plan.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/rpm.png b/Icons and cursors/windowsicon/32x32/mimetypes/rpm.png
deleted file mode 100644
index 744cf77..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/rpm.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/shellscript.png b/Icons and cursors/windowsicon/32x32/mimetypes/shellscript.png
deleted file mode 100644
index 1e7835b..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/shellscript.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/sound.png b/Icons and cursors/windowsicon/32x32/mimetypes/sound.png
deleted file mode 100644
index 8b63dcf..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/sound.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/spreadsheet.png b/Icons and cursors/windowsicon/32x32/mimetypes/spreadsheet.png
deleted file mode 100644
index 22e626a..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/spreadsheet.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/stock_addressbook.png b/Icons and cursors/windowsicon/32x32/mimetypes/stock_addressbook.png
deleted file mode 100644
index d348a02..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/stock_addressbook.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/stock_calendar.png b/Icons and cursors/windowsicon/32x32/mimetypes/stock_calendar.png
deleted file mode 100644
index cec3de3..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/stock_calendar.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/stock_certificate.png b/Icons and cursors/windowsicon/32x32/mimetypes/stock_certificate.png
deleted file mode 100644
index 0de3ed4..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/stock_certificate.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/stock_script.png b/Icons and cursors/windowsicon/32x32/mimetypes/stock_script.png
deleted file mode 100644
index 1e7835b..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/stock_script.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/tar.png b/Icons and cursors/windowsicon/32x32/mimetypes/tar.png
deleted file mode 100644
index 744cf77..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/tar.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/template_source.png b/Icons and cursors/windowsicon/32x32/mimetypes/template_source.png
deleted file mode 100644
index a23677f..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/template_source.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/text-html.png b/Icons and cursors/windowsicon/32x32/mimetypes/text-html.png
deleted file mode 100644
index 6d4d1da..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/text-html.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/text-x-generic-template.png b/Icons and cursors/windowsicon/32x32/mimetypes/text-x-generic-template.png
deleted file mode 100644
index a23677f..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/text-x-generic-template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/text-x-generic.png b/Icons and cursors/windowsicon/32x32/mimetypes/text-x-generic.png
deleted file mode 100644
index 2d24a87..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/text-x-generic.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/text-x-opml.xml.png b/Icons and cursors/windowsicon/32x32/mimetypes/text-x-opml.xml.png
deleted file mode 100644
index 23e30a4..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/text-x-opml.xml.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/text-x-preview.png b/Icons and cursors/windowsicon/32x32/mimetypes/text-x-preview.png
deleted file mode 100644
index 7cad893..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/text-x-preview.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/text-x-script.png b/Icons and cursors/windowsicon/32x32/mimetypes/text-x-script.png
deleted file mode 100644
index 1e7835b..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/text-x-script.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/tgz.png b/Icons and cursors/windowsicon/32x32/mimetypes/tgz.png
deleted file mode 100644
index 744cf77..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/tgz.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/txt.png b/Icons and cursors/windowsicon/32x32/mimetypes/txt.png
deleted file mode 100644
index 2d24a87..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/txt.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/txt2.png b/Icons and cursors/windowsicon/32x32/mimetypes/txt2.png
deleted file mode 100644
index 2d24a87..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/txt2.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/unknown.png b/Icons and cursors/windowsicon/32x32/mimetypes/unknown.png
deleted file mode 100644
index 2d24a87..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/unknown.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/vcalendar.png b/Icons and cursors/windowsicon/32x32/mimetypes/vcalendar.png
deleted file mode 100644
index cec3de3..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/vcalendar.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/vcard.png b/Icons and cursors/windowsicon/32x32/mimetypes/vcard.png
deleted file mode 100644
index d348a02..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/vcard.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/video-x-generic.png b/Icons and cursors/windowsicon/32x32/mimetypes/video-x-generic.png
deleted file mode 100644
index a115fa1..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/video-x-generic.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/video.png b/Icons and cursors/windowsicon/32x32/mimetypes/video.png
deleted file mode 100644
index a115fa1..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/video.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/wordprocessing.png b/Icons and cursors/windowsicon/32x32/mimetypes/wordprocessing.png
deleted file mode 100644
index da4a715..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/wordprocessing.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/www.png b/Icons and cursors/windowsicon/32x32/mimetypes/www.png
deleted file mode 100644
index 6d4d1da..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/www.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/x-office-address-book.png b/Icons and cursors/windowsicon/32x32/mimetypes/x-office-address-book.png
deleted file mode 100644
index d348a02..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/x-office-address-book.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/x-office-calendar.png b/Icons and cursors/windowsicon/32x32/mimetypes/x-office-calendar.png
deleted file mode 100644
index cec3de3..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/x-office-calendar.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/x-office-document-template.png b/Icons and cursors/windowsicon/32x32/mimetypes/x-office-document-template.png
deleted file mode 100644
index 122ada6..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/x-office-document-template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/x-office-document.png b/Icons and cursors/windowsicon/32x32/mimetypes/x-office-document.png
deleted file mode 100644
index da4a715..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/x-office-document.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/x-office-drawing-template.png b/Icons and cursors/windowsicon/32x32/mimetypes/x-office-drawing-template.png
deleted file mode 100644
index 435a331..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/x-office-drawing-template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/x-office-drawing.png b/Icons and cursors/windowsicon/32x32/mimetypes/x-office-drawing.png
deleted file mode 100644
index 435a331..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/x-office-drawing.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/x-office-presentation-template.png b/Icons and cursors/windowsicon/32x32/mimetypes/x-office-presentation-template.png
deleted file mode 100644
index 5d345e1..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/x-office-presentation-template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/x-office-presentation.png b/Icons and cursors/windowsicon/32x32/mimetypes/x-office-presentation.png
deleted file mode 100644
index a775ae6..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/x-office-presentation.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/x-office-spreadsheet-template.png b/Icons and cursors/windowsicon/32x32/mimetypes/x-office-spreadsheet-template.png
deleted file mode 100644
index 9b43d80..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/x-office-spreadsheet-template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/x-office-spreadsheet.png b/Icons and cursors/windowsicon/32x32/mimetypes/x-office-spreadsheet.png
deleted file mode 100644
index 22e626a..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/x-office-spreadsheet.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/x-package-repository.png b/Icons and cursors/windowsicon/32x32/mimetypes/x-package-repository.png
deleted file mode 100644
index 280bdf9..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/x-package-repository.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/xorg.png b/Icons and cursors/windowsicon/32x32/mimetypes/xorg.png
deleted file mode 100644
index 5fcfdd4..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/xorg.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/zip.png b/Icons and cursors/windowsicon/32x32/mimetypes/zip.png
deleted file mode 100644
index 744cf77..0000000
Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/zip.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/places/application-x-gnome-saved-search.png b/Icons and cursors/windowsicon/32x32/places/application-x-gnome-saved-search.png
deleted file mode 100644
index 44eebbc..0000000
Binary files a/Icons and cursors/windowsicon/32x32/places/application-x-gnome-saved-search.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/places/debian-swirl.png b/Icons and cursors/windowsicon/32x32/places/debian-swirl.png
deleted file mode 100644
index 210e6db..0000000
Binary files a/Icons and cursors/windowsicon/32x32/places/debian-swirl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/places/desktop.png b/Icons and cursors/windowsicon/32x32/places/desktop.png
deleted file mode 100644
index ada314e..0000000
Binary files a/Icons and cursors/windowsicon/32x32/places/desktop.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/places/emptytrash.png b/Icons and cursors/windowsicon/32x32/places/emptytrash.png
deleted file mode 100644
index 1f8a3e0..0000000
Binary files a/Icons and cursors/windowsicon/32x32/places/emptytrash.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/places/folder-documents.png b/Icons and cursors/windowsicon/32x32/places/folder-documents.png
deleted file mode 100644
index d8ddef2..0000000
Binary files a/Icons and cursors/windowsicon/32x32/places/folder-documents.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/places/folder-download.png b/Icons and cursors/windowsicon/32x32/places/folder-download.png
deleted file mode 100644
index 8a3209e..0000000
Binary files a/Icons and cursors/windowsicon/32x32/places/folder-download.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/places/folder-music.png b/Icons and cursors/windowsicon/32x32/places/folder-music.png
deleted file mode 100644
index 8847192..0000000
Binary files a/Icons and cursors/windowsicon/32x32/places/folder-music.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/places/folder-pictures.png b/Icons and cursors/windowsicon/32x32/places/folder-pictures.png
deleted file mode 100644
index 02722c7..0000000
Binary files a/Icons and cursors/windowsicon/32x32/places/folder-pictures.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/places/folder-publicshare.png b/Icons and cursors/windowsicon/32x32/places/folder-publicshare.png
deleted file mode 100644
index 5a0f25c..0000000
Binary files a/Icons and cursors/windowsicon/32x32/places/folder-publicshare.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/places/folder-remote.png b/Icons and cursors/windowsicon/32x32/places/folder-remote.png
deleted file mode 100644
index e5946fa..0000000
Binary files a/Icons and cursors/windowsicon/32x32/places/folder-remote.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/places/folder-saved-search.png b/Icons and cursors/windowsicon/32x32/places/folder-saved-search.png
deleted file mode 100644
index 44eebbc..0000000
Binary files a/Icons and cursors/windowsicon/32x32/places/folder-saved-search.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/places/folder-templates.png b/Icons and cursors/windowsicon/32x32/places/folder-templates.png
deleted file mode 100644
index f4ea81d..0000000
Binary files a/Icons and cursors/windowsicon/32x32/places/folder-templates.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/places/folder-videos.png b/Icons and cursors/windowsicon/32x32/places/folder-videos.png
deleted file mode 100644
index 2863f72..0000000
Binary files a/Icons and cursors/windowsicon/32x32/places/folder-videos.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/places/folder.png b/Icons and cursors/windowsicon/32x32/places/folder.png
deleted file mode 100644
index 2aab525..0000000
Binary files a/Icons and cursors/windowsicon/32x32/places/folder.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/places/folder_home.png b/Icons and cursors/windowsicon/32x32/places/folder_home.png
deleted file mode 100644
index d38fc8b..0000000
Binary files a/Icons and cursors/windowsicon/32x32/places/folder_home.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/places/gnome-foot.png b/Icons and cursors/windowsicon/32x32/places/gnome-foot.png
deleted file mode 100644
index 95f85db..0000000
Binary files a/Icons and cursors/windowsicon/32x32/places/gnome-foot.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/places/gnome-fs-desktop.png b/Icons and cursors/windowsicon/32x32/places/gnome-fs-desktop.png
deleted file mode 100644
index ada314e..0000000
Binary files a/Icons and cursors/windowsicon/32x32/places/gnome-fs-desktop.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/places/gnome-fs-directory.png b/Icons and cursors/windowsicon/32x32/places/gnome-fs-directory.png
deleted file mode 100644
index 2aab525..0000000
Binary files a/Icons and cursors/windowsicon/32x32/places/gnome-fs-directory.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/places/gnome-fs-ftp.png b/Icons and cursors/windowsicon/32x32/places/gnome-fs-ftp.png
deleted file mode 100644
index e5946fa..0000000
Binary files a/Icons and cursors/windowsicon/32x32/places/gnome-fs-ftp.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/places/gnome-fs-home.png b/Icons and cursors/windowsicon/32x32/places/gnome-fs-home.png
deleted file mode 100644
index d38fc8b..0000000
Binary files a/Icons and cursors/windowsicon/32x32/places/gnome-fs-home.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/places/gnome-fs-network.png b/Icons and cursors/windowsicon/32x32/places/gnome-fs-network.png
deleted file mode 100644
index 682dd5f..0000000
Binary files a/Icons and cursors/windowsicon/32x32/places/gnome-fs-network.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/places/gnome-fs-nfs.png b/Icons and cursors/windowsicon/32x32/places/gnome-fs-nfs.png
deleted file mode 100644
index e5946fa..0000000
Binary files a/Icons and cursors/windowsicon/32x32/places/gnome-fs-nfs.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/places/gnome-fs-server.png b/Icons and cursors/windowsicon/32x32/places/gnome-fs-server.png
deleted file mode 100644
index 50a629d..0000000
Binary files a/Icons and cursors/windowsicon/32x32/places/gnome-fs-server.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/places/gnome-fs-share.png b/Icons and cursors/windowsicon/32x32/places/gnome-fs-share.png
deleted file mode 100644
index e5946fa..0000000
Binary files a/Icons and cursors/windowsicon/32x32/places/gnome-fs-share.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/places/gnome-fs-smb.png b/Icons and cursors/windowsicon/32x32/places/gnome-fs-smb.png
deleted file mode 100644
index e5946fa..0000000
Binary files a/Icons and cursors/windowsicon/32x32/places/gnome-fs-smb.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/places/gnome-fs-ssh.png b/Icons and cursors/windowsicon/32x32/places/gnome-fs-ssh.png
deleted file mode 100644
index e5946fa..0000000
Binary files a/Icons and cursors/windowsicon/32x32/places/gnome-fs-ssh.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/places/gnome-fs-trash-empty.png b/Icons and cursors/windowsicon/32x32/places/gnome-fs-trash-empty.png
deleted file mode 100644
index 1f8a3e0..0000000
Binary files a/Icons and cursors/windowsicon/32x32/places/gnome-fs-trash-empty.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/places/gnome-mime-x-directory-nfs-server.png b/Icons and cursors/windowsicon/32x32/places/gnome-mime-x-directory-nfs-server.png
deleted file mode 100644
index 50a629d..0000000
Binary files a/Icons and cursors/windowsicon/32x32/places/gnome-mime-x-directory-nfs-server.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/places/gnome-mime-x-directory-smb-server.png b/Icons and cursors/windowsicon/32x32/places/gnome-mime-x-directory-smb-server.png
deleted file mode 100644
index 50a629d..0000000
Binary files a/Icons and cursors/windowsicon/32x32/places/gnome-mime-x-directory-smb-server.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/places/gnome-mime-x-directory-smb-share.png b/Icons and cursors/windowsicon/32x32/places/gnome-mime-x-directory-smb-share.png
deleted file mode 100644
index e5946fa..0000000
Binary files a/Icons and cursors/windowsicon/32x32/places/gnome-mime-x-directory-smb-share.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/places/gnome-mime-x-directory-smb-workgroup.png b/Icons and cursors/windowsicon/32x32/places/gnome-mime-x-directory-smb-workgroup.png
deleted file mode 100644
index 682dd5f..0000000
Binary files a/Icons and cursors/windowsicon/32x32/places/gnome-mime-x-directory-smb-workgroup.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/places/gnome-stock-trash.png b/Icons and cursors/windowsicon/32x32/places/gnome-stock-trash.png
deleted file mode 100644
index 1f8a3e0..0000000
Binary files a/Icons and cursors/windowsicon/32x32/places/gnome-stock-trash.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/places/gtk-directory.png b/Icons and cursors/windowsicon/32x32/places/gtk-directory.png
deleted file mode 100644
index 2aab525..0000000
Binary files a/Icons and cursors/windowsicon/32x32/places/gtk-directory.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/places/gtk-network.png b/Icons and cursors/windowsicon/32x32/places/gtk-network.png
deleted file mode 100644
index 682dd5f..0000000
Binary files a/Icons and cursors/windowsicon/32x32/places/gtk-network.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/places/inode-directory.png b/Icons and cursors/windowsicon/32x32/places/inode-directory.png
deleted file mode 100644
index 2aab525..0000000
Binary files a/Icons and cursors/windowsicon/32x32/places/inode-directory.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/places/network-server.png b/Icons and cursors/windowsicon/32x32/places/network-server.png
deleted file mode 100644
index 50a629d..0000000
Binary files a/Icons and cursors/windowsicon/32x32/places/network-server.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/places/network-workgroup.png b/Icons and cursors/windowsicon/32x32/places/network-workgroup.png
deleted file mode 100644
index 682dd5f..0000000
Binary files a/Icons and cursors/windowsicon/32x32/places/network-workgroup.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/places/network.png b/Icons and cursors/windowsicon/32x32/places/network.png
deleted file mode 100644
index e5946fa..0000000
Binary files a/Icons and cursors/windowsicon/32x32/places/network.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/places/network_local.png b/Icons and cursors/windowsicon/32x32/places/network_local.png
deleted file mode 100644
index 682dd5f..0000000
Binary files a/Icons and cursors/windowsicon/32x32/places/network_local.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/places/redhat-network-server.png b/Icons and cursors/windowsicon/32x32/places/redhat-network-server.png
deleted file mode 100644
index 50a629d..0000000
Binary files a/Icons and cursors/windowsicon/32x32/places/redhat-network-server.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/places/server.png b/Icons and cursors/windowsicon/32x32/places/server.png
deleted file mode 100644
index 50a629d..0000000
Binary files a/Icons and cursors/windowsicon/32x32/places/server.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/places/stock_folder.png b/Icons and cursors/windowsicon/32x32/places/stock_folder.png
deleted file mode 100644
index 2aab525..0000000
Binary files a/Icons and cursors/windowsicon/32x32/places/stock_folder.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/places/trashcan_empty.png b/Icons and cursors/windowsicon/32x32/places/trashcan_empty.png
deleted file mode 100644
index 1f8a3e0..0000000
Binary files a/Icons and cursors/windowsicon/32x32/places/trashcan_empty.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/places/ubuntu-logo.png b/Icons and cursors/windowsicon/32x32/places/ubuntu-logo.png
deleted file mode 100644
index 7fd978d..0000000
Binary files a/Icons and cursors/windowsicon/32x32/places/ubuntu-logo.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/places/user-bookmarks.png b/Icons and cursors/windowsicon/32x32/places/user-bookmarks.png
deleted file mode 100644
index 9514f47..0000000
Binary files a/Icons and cursors/windowsicon/32x32/places/user-bookmarks.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/places/user-desktop.png b/Icons and cursors/windowsicon/32x32/places/user-desktop.png
deleted file mode 100644
index ada314e..0000000
Binary files a/Icons and cursors/windowsicon/32x32/places/user-desktop.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/places/user-home.png b/Icons and cursors/windowsicon/32x32/places/user-home.png
deleted file mode 100644
index d38fc8b..0000000
Binary files a/Icons and cursors/windowsicon/32x32/places/user-home.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/places/user-trash.png b/Icons and cursors/windowsicon/32x32/places/user-trash.png
deleted file mode 100644
index 1f8a3e0..0000000
Binary files a/Icons and cursors/windowsicon/32x32/places/user-trash.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/places/xfce-trash_empty.png b/Icons and cursors/windowsicon/32x32/places/xfce-trash_empty.png
deleted file mode 100644
index 1f8a3e0..0000000
Binary files a/Icons and cursors/windowsicon/32x32/places/xfce-trash_empty.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/appointment-missed.png b/Icons and cursors/windowsicon/32x32/status/appointment-missed.png
deleted file mode 100644
index 0e40853..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/appointment-missed.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/appointment-soon.png b/Icons and cursors/windowsicon/32x32/status/appointment-soon.png
deleted file mode 100644
index c1866d1..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/appointment-soon.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/audio-volume-high.png b/Icons and cursors/windowsicon/32x32/status/audio-volume-high.png
deleted file mode 100644
index 2891552..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/audio-volume-high.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/audio-volume-low.png b/Icons and cursors/windowsicon/32x32/status/audio-volume-low.png
deleted file mode 100644
index 472a809..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/audio-volume-low.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/audio-volume-medium.png b/Icons and cursors/windowsicon/32x32/status/audio-volume-medium.png
deleted file mode 100644
index 903da48..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/audio-volume-medium.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/audio-volume-muted.png b/Icons and cursors/windowsicon/32x32/status/audio-volume-muted.png
deleted file mode 100644
index f23a900..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/audio-volume-muted.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/avatar-default.png b/Icons and cursors/windowsicon/32x32/status/avatar-default.png
deleted file mode 100644
index 358cdc9..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/avatar-default.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/battery-caution-charging.png b/Icons and cursors/windowsicon/32x32/status/battery-caution-charging.png
deleted file mode 100644
index a9f5192..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/battery-caution-charging.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/battery-caution.png b/Icons and cursors/windowsicon/32x32/status/battery-caution.png
deleted file mode 100644
index 9e8385d..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/battery-caution.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/battery-empty-charging.png b/Icons and cursors/windowsicon/32x32/status/battery-empty-charging.png
deleted file mode 100644
index 08ca170..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/battery-empty-charging.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/battery-empty.png b/Icons and cursors/windowsicon/32x32/status/battery-empty.png
deleted file mode 100644
index 3b647c9..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/battery-empty.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/battery-full-charged.png b/Icons and cursors/windowsicon/32x32/status/battery-full-charged.png
deleted file mode 100644
index 79be882..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/battery-full-charged.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/battery-full-charging.png b/Icons and cursors/windowsicon/32x32/status/battery-full-charging.png
deleted file mode 100644
index 79be882..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/battery-full-charging.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/battery-full.png b/Icons and cursors/windowsicon/32x32/status/battery-full.png
deleted file mode 100644
index 4f47d3f..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/battery-full.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/battery-good-charging.png b/Icons and cursors/windowsicon/32x32/status/battery-good-charging.png
deleted file mode 100644
index 03faac6..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/battery-good-charging.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/battery-good.png b/Icons and cursors/windowsicon/32x32/status/battery-good.png
deleted file mode 100644
index 4154c40..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/battery-good.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/battery-low-charging.png b/Icons and cursors/windowsicon/32x32/status/battery-low-charging.png
deleted file mode 100644
index d94d2b7..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/battery-low-charging.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/battery-low.png b/Icons and cursors/windowsicon/32x32/status/battery-low.png
deleted file mode 100644
index 0721f71..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/battery-low.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/battery-missing.png b/Icons and cursors/windowsicon/32x32/status/battery-missing.png
deleted file mode 100644
index 3b313e2..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/battery-missing.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/changes-allow.png b/Icons and cursors/windowsicon/32x32/status/changes-allow.png
deleted file mode 100644
index 521080e..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/changes-allow.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/changes-prevent.png b/Icons and cursors/windowsicon/32x32/status/changes-prevent.png
deleted file mode 100644
index 25d95f9..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/changes-prevent.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/computer-fail.png b/Icons and cursors/windowsicon/32x32/status/computer-fail.png
deleted file mode 100644
index 73c817b..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/computer-fail.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/connect_creating.png b/Icons and cursors/windowsicon/32x32/status/connect_creating.png
deleted file mode 100644
index 4f36209..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/connect_creating.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/connect_established.png b/Icons and cursors/windowsicon/32x32/status/connect_established.png
deleted file mode 100644
index 4f36209..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/connect_established.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/connect_no.png b/Icons and cursors/windowsicon/32x32/status/connect_no.png
deleted file mode 100644
index 104f58e..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/connect_no.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/dialog-error.png b/Icons and cursors/windowsicon/32x32/status/dialog-error.png
deleted file mode 100644
index 29542d5..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/dialog-error.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/dialog-information.png b/Icons and cursors/windowsicon/32x32/status/dialog-information.png
deleted file mode 100644
index 43cff92..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/dialog-information.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/dialog-password.png b/Icons and cursors/windowsicon/32x32/status/dialog-password.png
deleted file mode 100644
index 0e34265..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/dialog-password.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/dialog-question.png b/Icons and cursors/windowsicon/32x32/status/dialog-question.png
deleted file mode 100644
index 95dfe5c..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/dialog-question.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/dialog-warning.png b/Icons and cursors/windowsicon/32x32/status/dialog-warning.png
deleted file mode 100644
index 0b20808..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/dialog-warning.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/edittrash.png b/Icons and cursors/windowsicon/32x32/status/edittrash.png
deleted file mode 100644
index a03f6ce..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/edittrash.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/error.png b/Icons and cursors/windowsicon/32x32/status/error.png
deleted file mode 100644
index 29542d5..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/error.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/folder-drag-accept.png b/Icons and cursors/windowsicon/32x32/status/folder-drag-accept.png
deleted file mode 100644
index 2976ee5..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/folder-drag-accept.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/folder-open.png b/Icons and cursors/windowsicon/32x32/status/folder-open.png
deleted file mode 100644
index 2976ee5..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/folder-open.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/folder-visiting.png b/Icons and cursors/windowsicon/32x32/status/folder-visiting.png
deleted file mode 100644
index d05fe0f..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/folder-visiting.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/folder_open.png b/Icons and cursors/windowsicon/32x32/status/folder_open.png
deleted file mode 100644
index 2976ee5..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/folder_open.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/gnome-fs-directory-accept.png b/Icons and cursors/windowsicon/32x32/status/gnome-fs-directory-accept.png
deleted file mode 100644
index 2976ee5..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/gnome-fs-directory-accept.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/gnome-fs-directory-visiting.png b/Icons and cursors/windowsicon/32x32/status/gnome-fs-directory-visiting.png
deleted file mode 100644
index d05fe0f..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/gnome-fs-directory-visiting.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/gnome-fs-loading-icon.png b/Icons and cursors/windowsicon/32x32/status/gnome-fs-loading-icon.png
deleted file mode 100644
index c867645..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/gnome-fs-loading-icon.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/gnome-fs-trash-full.png b/Icons and cursors/windowsicon/32x32/status/gnome-fs-trash-full.png
deleted file mode 100644
index a03f6ce..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/gnome-fs-trash-full.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/gnome-netstatus-disconn.png b/Icons and cursors/windowsicon/32x32/status/gnome-netstatus-disconn.png
deleted file mode 100644
index 104f58e..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/gnome-netstatus-disconn.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/gnome-netstatus-error.png b/Icons and cursors/windowsicon/32x32/status/gnome-netstatus-error.png
deleted file mode 100644
index aaf4f5c..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/gnome-netstatus-error.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/gnome-netstatus-idle.png b/Icons and cursors/windowsicon/32x32/status/gnome-netstatus-idle.png
deleted file mode 100644
index 4f36209..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/gnome-netstatus-idle.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/gnome-netstatus-rx.png b/Icons and cursors/windowsicon/32x32/status/gnome-netstatus-rx.png
deleted file mode 100644
index 4f36209..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/gnome-netstatus-rx.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/gnome-netstatus-tx.png b/Icons and cursors/windowsicon/32x32/status/gnome-netstatus-tx.png
deleted file mode 100644
index 4f36209..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/gnome-netstatus-tx.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/gnome-netstatus-txrx.png b/Icons and cursors/windowsicon/32x32/status/gnome-netstatus-txrx.png
deleted file mode 100644
index 4f36209..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/gnome-netstatus-txrx.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/gnome-stock-trash-full.png b/Icons and cursors/windowsicon/32x32/status/gnome-stock-trash-full.png
deleted file mode 100644
index a03f6ce..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/gnome-stock-trash-full.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/gtk-dialog-authentication.png b/Icons and cursors/windowsicon/32x32/status/gtk-dialog-authentication.png
deleted file mode 100644
index 0e34265..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/gtk-dialog-authentication.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/gtk-dialog-error.png b/Icons and cursors/windowsicon/32x32/status/gtk-dialog-error.png
deleted file mode 100644
index 29542d5..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/gtk-dialog-error.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/gtk-dialog-info.png b/Icons and cursors/windowsicon/32x32/status/gtk-dialog-info.png
deleted file mode 100644
index 43cff92..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/gtk-dialog-info.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/gtk-dialog-question.png b/Icons and cursors/windowsicon/32x32/status/gtk-dialog-question.png
deleted file mode 100644
index 95dfe5c..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/gtk-dialog-question.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/gtk-dialog-warning.png b/Icons and cursors/windowsicon/32x32/status/gtk-dialog-warning.png
deleted file mode 100644
index 0b20808..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/gtk-dialog-warning.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/gtk-directory.png b/Icons and cursors/windowsicon/32x32/status/gtk-directory.png
deleted file mode 100644
index 2976ee5..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/gtk-directory.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/gtk-missing-image.png b/Icons and cursors/windowsicon/32x32/status/gtk-missing-image.png
deleted file mode 100644
index 65815ea..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/gtk-missing-image.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/image-loading.png b/Icons and cursors/windowsicon/32x32/status/image-loading.png
deleted file mode 100644
index c867645..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/image-loading.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/image-missing.png b/Icons and cursors/windowsicon/32x32/status/image-missing.png
deleted file mode 100644
index 65815ea..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/image-missing.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/important.png b/Icons and cursors/windowsicon/32x32/status/important.png
deleted file mode 100644
index 0b20808..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/important.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/info.png b/Icons and cursors/windowsicon/32x32/status/info.png
deleted file mode 100644
index 43cff92..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/info.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/mail-attachment.png b/Icons and cursors/windowsicon/32x32/status/mail-attachment.png
deleted file mode 100644
index 0392561..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/mail-attachment.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/mail-read.png b/Icons and cursors/windowsicon/32x32/status/mail-read.png
deleted file mode 100644
index 62825f4..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/mail-read.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/mail-replied.png b/Icons and cursors/windowsicon/32x32/status/mail-replied.png
deleted file mode 100644
index 23f792d..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/mail-replied.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/mail-unread.png b/Icons and cursors/windowsicon/32x32/status/mail-unread.png
deleted file mode 100644
index 3bed062..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/mail-unread.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/media-playlist-repeat.png b/Icons and cursors/windowsicon/32x32/status/media-playlist-repeat.png
deleted file mode 100644
index f6b8e9a..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/media-playlist-repeat.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/media-playlist-shuffle.png b/Icons and cursors/windowsicon/32x32/status/media-playlist-shuffle.png
deleted file mode 100644
index 35c23c6..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/media-playlist-shuffle.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/messagebox_critical.png b/Icons and cursors/windowsicon/32x32/status/messagebox_critical.png
deleted file mode 100644
index 29542d5..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/messagebox_critical.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/messagebox_info.png b/Icons and cursors/windowsicon/32x32/status/messagebox_info.png
deleted file mode 100644
index 43cff92..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/messagebox_info.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/messagebox_warning.png b/Icons and cursors/windowsicon/32x32/status/messagebox_warning.png
deleted file mode 100644
index 0b20808..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/messagebox_warning.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/microphone-sensitivity-high.png b/Icons and cursors/windowsicon/32x32/status/microphone-sensitivity-high.png
deleted file mode 100644
index 7edc8df..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/microphone-sensitivity-high.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/microphone-sensitivity-low.png b/Icons and cursors/windowsicon/32x32/status/microphone-sensitivity-low.png
deleted file mode 100644
index 35da861..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/microphone-sensitivity-low.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/microphone-sensitivity-medium.png b/Icons and cursors/windowsicon/32x32/status/microphone-sensitivity-medium.png
deleted file mode 100644
index ba15e25..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/microphone-sensitivity-medium.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/microphone-sensitivity-muted.png b/Icons and cursors/windowsicon/32x32/status/microphone-sensitivity-muted.png
deleted file mode 100644
index 42e8644..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/microphone-sensitivity-muted.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/network-cellular-connected.png b/Icons and cursors/windowsicon/32x32/status/network-cellular-connected.png
deleted file mode 100644
index c3df58a..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/network-cellular-connected.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/network-error.png b/Icons and cursors/windowsicon/32x32/status/network-error.png
deleted file mode 100644
index aaf4f5c..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/network-error.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/network-idle.png b/Icons and cursors/windowsicon/32x32/status/network-idle.png
deleted file mode 100644
index 4f36209..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/network-idle.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/network-offline.png b/Icons and cursors/windowsicon/32x32/status/network-offline.png
deleted file mode 100644
index 104f58e..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/network-offline.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/network-receive.png b/Icons and cursors/windowsicon/32x32/status/network-receive.png
deleted file mode 100644
index 4f36209..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/network-receive.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/network-transmit-receive.png b/Icons and cursors/windowsicon/32x32/status/network-transmit-receive.png
deleted file mode 100644
index 4f36209..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/network-transmit-receive.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/network-transmit.png b/Icons and cursors/windowsicon/32x32/status/network-transmit.png
deleted file mode 100644
index 4f36209..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/network-transmit.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/network-wired-disconnected.png b/Icons and cursors/windowsicon/32x32/status/network-wired-disconnected.png
deleted file mode 100644
index 104f58e..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/network-wired-disconnected.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/nm-no-connection.png b/Icons and cursors/windowsicon/32x32/status/nm-no-connection.png
deleted file mode 100644
index 104f58e..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/nm-no-connection.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/non-starred.png b/Icons and cursors/windowsicon/32x32/status/non-starred.png
deleted file mode 100644
index 50ca12a..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/non-starred.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/printer-error.png b/Icons and cursors/windowsicon/32x32/status/printer-error.png
deleted file mode 100644
index 824bff8..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/printer-error.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/printer-printing.png b/Icons and cursors/windowsicon/32x32/status/printer-printing.png
deleted file mode 100644
index 7b0e941..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/printer-printing.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/security-high.png b/Icons and cursors/windowsicon/32x32/status/security-high.png
deleted file mode 100644
index 1f4db25..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/security-high.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/security-low.png b/Icons and cursors/windowsicon/32x32/status/security-low.png
deleted file mode 100644
index 7db974e..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/security-low.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/security-medium.png b/Icons and cursors/windowsicon/32x32/status/security-medium.png
deleted file mode 100644
index 4d9f02e..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/security-medium.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/semi-starred-rtl.png b/Icons and cursors/windowsicon/32x32/status/semi-starred-rtl.png
deleted file mode 100644
index b6faef1..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/semi-starred-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/semi-starred.png b/Icons and cursors/windowsicon/32x32/status/semi-starred.png
deleted file mode 100644
index be04e55..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/semi-starred.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/software-update-available.png b/Icons and cursors/windowsicon/32x32/status/software-update-available.png
deleted file mode 100644
index b85cef9..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/software-update-available.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/software-update-urgent.png b/Icons and cursors/windowsicon/32x32/status/software-update-urgent.png
deleted file mode 100644
index c20d065..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/software-update-urgent.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/starred.png b/Icons and cursors/windowsicon/32x32/status/starred.png
deleted file mode 100644
index e3ffa7b..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/starred.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/stock_appointment-reminder-excl.png b/Icons and cursors/windowsicon/32x32/status/stock_appointment-reminder-excl.png
deleted file mode 100644
index 0e40853..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/stock_appointment-reminder-excl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/stock_appointment-reminder.png b/Icons and cursors/windowsicon/32x32/status/stock_appointment-reminder.png
deleted file mode 100644
index c1866d1..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/stock_appointment-reminder.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/stock_attach.png b/Icons and cursors/windowsicon/32x32/status/stock_attach.png
deleted file mode 100644
index 0392561..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/stock_attach.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/stock_dialog-error.png b/Icons and cursors/windowsicon/32x32/status/stock_dialog-error.png
deleted file mode 100644
index 29542d5..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/stock_dialog-error.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/stock_dialog-info.png b/Icons and cursors/windowsicon/32x32/status/stock_dialog-info.png
deleted file mode 100644
index 43cff92..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/stock_dialog-info.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/stock_dialog-question.png b/Icons and cursors/windowsicon/32x32/status/stock_dialog-question.png
deleted file mode 100644
index 95dfe5c..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/stock_dialog-question.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/stock_dialog-warning.png b/Icons and cursors/windowsicon/32x32/status/stock_dialog-warning.png
deleted file mode 100644
index 0b20808..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/stock_dialog-warning.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/stock_lock-broken.png b/Icons and cursors/windowsicon/32x32/status/stock_lock-broken.png
deleted file mode 100644
index 7db974e..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/stock_lock-broken.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/stock_lock-ok.png b/Icons and cursors/windowsicon/32x32/status/stock_lock-ok.png
deleted file mode 100644
index 1f4db25..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/stock_lock-ok.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/stock_lock-open.png b/Icons and cursors/windowsicon/32x32/status/stock_lock-open.png
deleted file mode 100644
index 7db974e..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/stock_lock-open.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/stock_lock.png b/Icons and cursors/windowsicon/32x32/status/stock_lock.png
deleted file mode 100644
index 4d9f02e..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/stock_lock.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/stock_mail-open.png b/Icons and cursors/windowsicon/32x32/status/stock_mail-open.png
deleted file mode 100644
index 62825f4..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/stock_mail-open.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/stock_mail-replied.png b/Icons and cursors/windowsicon/32x32/status/stock_mail-replied.png
deleted file mode 100644
index 23f792d..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/stock_mail-replied.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/stock_mail-unread.png b/Icons and cursors/windowsicon/32x32/status/stock_mail-unread.png
deleted file mode 100644
index 3bed062..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/stock_mail-unread.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/stock_open.png b/Icons and cursors/windowsicon/32x32/status/stock_open.png
deleted file mode 100644
index 2976ee5..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/stock_open.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/stock_repeat.png b/Icons and cursors/windowsicon/32x32/status/stock_repeat.png
deleted file mode 100644
index f6b8e9a..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/stock_repeat.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/stock_shuffle.png b/Icons and cursors/windowsicon/32x32/status/stock_shuffle.png
deleted file mode 100644
index 35c23c6..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/stock_shuffle.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/stock_trash_full.png b/Icons and cursors/windowsicon/32x32/status/stock_trash_full.png
deleted file mode 100644
index a03f6ce..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/stock_trash_full.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/stock_volume-0.png b/Icons and cursors/windowsicon/32x32/status/stock_volume-0.png
deleted file mode 100644
index 472a809..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/stock_volume-0.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/stock_volume-max.png b/Icons and cursors/windowsicon/32x32/status/stock_volume-max.png
deleted file mode 100644
index 2891552..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/stock_volume-max.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/stock_volume-med.png b/Icons and cursors/windowsicon/32x32/status/stock_volume-med.png
deleted file mode 100644
index 903da48..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/stock_volume-med.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/stock_volume-min.png b/Icons and cursors/windowsicon/32x32/status/stock_volume-min.png
deleted file mode 100644
index 472a809..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/stock_volume-min.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/stock_volume-mute.png b/Icons and cursors/windowsicon/32x32/status/stock_volume-mute.png
deleted file mode 100644
index f23a900..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/stock_volume-mute.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/stock_volume.png b/Icons and cursors/windowsicon/32x32/status/stock_volume.png
deleted file mode 100644
index 2891552..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/stock_volume.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/stock_weather-cloudy.png b/Icons and cursors/windowsicon/32x32/status/stock_weather-cloudy.png
deleted file mode 100644
index 8839821..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/stock_weather-cloudy.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/stock_weather-few-clouds.png b/Icons and cursors/windowsicon/32x32/status/stock_weather-few-clouds.png
deleted file mode 100644
index f51a332..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/stock_weather-few-clouds.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/stock_weather-fog.png b/Icons and cursors/windowsicon/32x32/status/stock_weather-fog.png
deleted file mode 100644
index cc12d9c..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/stock_weather-fog.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/stock_weather-night-clear.png b/Icons and cursors/windowsicon/32x32/status/stock_weather-night-clear.png
deleted file mode 100644
index ec61a3a..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/stock_weather-night-clear.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/stock_weather-night-few-clouds.png b/Icons and cursors/windowsicon/32x32/status/stock_weather-night-few-clouds.png
deleted file mode 100644
index 026c144..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/stock_weather-night-few-clouds.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/stock_weather-showers.png b/Icons and cursors/windowsicon/32x32/status/stock_weather-showers.png
deleted file mode 100644
index 3adb30d..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/stock_weather-showers.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/stock_weather-snow.png b/Icons and cursors/windowsicon/32x32/status/stock_weather-snow.png
deleted file mode 100644
index a53166c..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/stock_weather-snow.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/stock_weather-storm.png b/Icons and cursors/windowsicon/32x32/status/stock_weather-storm.png
deleted file mode 100644
index aa0f5b9..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/stock_weather-storm.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/stock_weather-sunny.png b/Icons and cursors/windowsicon/32x32/status/stock_weather-sunny.png
deleted file mode 100644
index c708ada..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/stock_weather-sunny.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/sunny.png b/Icons and cursors/windowsicon/32x32/status/sunny.png
deleted file mode 100644
index c708ada..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/sunny.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/task-due.png b/Icons and cursors/windowsicon/32x32/status/task-due.png
deleted file mode 100644
index 6fffff2..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/task-due.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/task-past-due.png b/Icons and cursors/windowsicon/32x32/status/task-past-due.png
deleted file mode 100644
index 0dde106..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/task-past-due.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/trashcan_full.png b/Icons and cursors/windowsicon/32x32/status/trashcan_full.png
deleted file mode 100644
index a03f6ce..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/trashcan_full.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/trophy-bronze.png b/Icons and cursors/windowsicon/32x32/status/trophy-bronze.png
deleted file mode 100644
index d4fd443..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/trophy-bronze.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/trophy-gold.png b/Icons and cursors/windowsicon/32x32/status/trophy-gold.png
deleted file mode 100644
index 351e279..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/trophy-gold.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/trophy-silver.png b/Icons and cursors/windowsicon/32x32/status/trophy-silver.png
deleted file mode 100644
index d4de73c..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/trophy-silver.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/user-available.png b/Icons and cursors/windowsicon/32x32/status/user-available.png
deleted file mode 100644
index 1d00cbe..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/user-available.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/user-away.png b/Icons and cursors/windowsicon/32x32/status/user-away.png
deleted file mode 100644
index 0ea8b9b..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/user-away.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/user-busy.png b/Icons and cursors/windowsicon/32x32/status/user-busy.png
deleted file mode 100644
index e73cc78..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/user-busy.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/user-idle.png b/Icons and cursors/windowsicon/32x32/status/user-idle.png
deleted file mode 100644
index 8594b3e..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/user-idle.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/user-invisible.png b/Icons and cursors/windowsicon/32x32/status/user-invisible.png
deleted file mode 100644
index 55519a9..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/user-invisible.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/user-offline.png b/Icons and cursors/windowsicon/32x32/status/user-offline.png
deleted file mode 100644
index 8bda6dc..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/user-offline.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/user-trash-full.png b/Icons and cursors/windowsicon/32x32/status/user-trash-full.png
deleted file mode 100644
index a03f6ce..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/user-trash-full.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-000.png b/Icons and cursors/windowsicon/32x32/status/weather-clear-night-000.png
deleted file mode 100644
index 8ae794f..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-000.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-010.png b/Icons and cursors/windowsicon/32x32/status/weather-clear-night-010.png
deleted file mode 100644
index 76e42c5..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-010.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-020.png b/Icons and cursors/windowsicon/32x32/status/weather-clear-night-020.png
deleted file mode 100644
index f196bf7..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-020.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-030.png b/Icons and cursors/windowsicon/32x32/status/weather-clear-night-030.png
deleted file mode 100644
index c6b3a24..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-030.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-040.png b/Icons and cursors/windowsicon/32x32/status/weather-clear-night-040.png
deleted file mode 100644
index 313e342..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-040.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-050.png b/Icons and cursors/windowsicon/32x32/status/weather-clear-night-050.png
deleted file mode 100644
index 32d4bf5..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-050.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-060.png b/Icons and cursors/windowsicon/32x32/status/weather-clear-night-060.png
deleted file mode 100644
index 1fbf6a3..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-060.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-070.png b/Icons and cursors/windowsicon/32x32/status/weather-clear-night-070.png
deleted file mode 100644
index e9d37ca..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-070.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-080.png b/Icons and cursors/windowsicon/32x32/status/weather-clear-night-080.png
deleted file mode 100644
index 6f12d28..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-080.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-090.png b/Icons and cursors/windowsicon/32x32/status/weather-clear-night-090.png
deleted file mode 100644
index 20a530b..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-090.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-100.png b/Icons and cursors/windowsicon/32x32/status/weather-clear-night-100.png
deleted file mode 100644
index 8d25a7f..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-100.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-110.png b/Icons and cursors/windowsicon/32x32/status/weather-clear-night-110.png
deleted file mode 100644
index 0605824..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-110.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-120.png b/Icons and cursors/windowsicon/32x32/status/weather-clear-night-120.png
deleted file mode 100644
index 8a307fe..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-120.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-130.png b/Icons and cursors/windowsicon/32x32/status/weather-clear-night-130.png
deleted file mode 100644
index 64eb325..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-130.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-140.png b/Icons and cursors/windowsicon/32x32/status/weather-clear-night-140.png
deleted file mode 100644
index 1e4f8db..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-140.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-150.png b/Icons and cursors/windowsicon/32x32/status/weather-clear-night-150.png
deleted file mode 100644
index cfb7b35..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-150.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-160.png b/Icons and cursors/windowsicon/32x32/status/weather-clear-night-160.png
deleted file mode 100644
index df09444..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-160.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-170.png b/Icons and cursors/windowsicon/32x32/status/weather-clear-night-170.png
deleted file mode 100644
index 04ba12c..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-170.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-190.png b/Icons and cursors/windowsicon/32x32/status/weather-clear-night-190.png
deleted file mode 100644
index d3eefb5..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-190.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-200.png b/Icons and cursors/windowsicon/32x32/status/weather-clear-night-200.png
deleted file mode 100644
index 3719b8a..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-200.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-210.png b/Icons and cursors/windowsicon/32x32/status/weather-clear-night-210.png
deleted file mode 100644
index 7fb5705..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-210.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-220.png b/Icons and cursors/windowsicon/32x32/status/weather-clear-night-220.png
deleted file mode 100644
index 89bc7e9..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-220.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-230.png b/Icons and cursors/windowsicon/32x32/status/weather-clear-night-230.png
deleted file mode 100644
index d5c3683..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-230.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-240.png b/Icons and cursors/windowsicon/32x32/status/weather-clear-night-240.png
deleted file mode 100644
index fe391fd..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-240.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-250.png b/Icons and cursors/windowsicon/32x32/status/weather-clear-night-250.png
deleted file mode 100644
index d7765d7..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-250.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-260.png b/Icons and cursors/windowsicon/32x32/status/weather-clear-night-260.png
deleted file mode 100644
index ab48986..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-260.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-270.png b/Icons and cursors/windowsicon/32x32/status/weather-clear-night-270.png
deleted file mode 100644
index 3a7f5be..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-270.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-280.png b/Icons and cursors/windowsicon/32x32/status/weather-clear-night-280.png
deleted file mode 100644
index 56d9d49..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-280.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-290.png b/Icons and cursors/windowsicon/32x32/status/weather-clear-night-290.png
deleted file mode 100644
index 1d1e9df..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-290.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-300.png b/Icons and cursors/windowsicon/32x32/status/weather-clear-night-300.png
deleted file mode 100644
index 779e68a..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-300.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-310.png b/Icons and cursors/windowsicon/32x32/status/weather-clear-night-310.png
deleted file mode 100644
index a279e13..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-310.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-320.png b/Icons and cursors/windowsicon/32x32/status/weather-clear-night-320.png
deleted file mode 100644
index dddc184..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-320.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-330.png b/Icons and cursors/windowsicon/32x32/status/weather-clear-night-330.png
deleted file mode 100644
index d2e654c..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-330.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-340.png b/Icons and cursors/windowsicon/32x32/status/weather-clear-night-340.png
deleted file mode 100644
index 76e635a..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-340.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-350.png b/Icons and cursors/windowsicon/32x32/status/weather-clear-night-350.png
deleted file mode 100644
index de8c5cd..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-350.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/weather-clear-night.png b/Icons and cursors/windowsicon/32x32/status/weather-clear-night.png
deleted file mode 100644
index ec61a3a..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/weather-clear-night.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/weather-clear.png b/Icons and cursors/windowsicon/32x32/status/weather-clear.png
deleted file mode 100644
index c708ada..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/weather-clear.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-000.png b/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-000.png
deleted file mode 100644
index 13de5ee..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-000.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-010.png b/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-010.png
deleted file mode 100644
index 3101dbd..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-010.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-020.png b/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-020.png
deleted file mode 100644
index fe2af1d..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-020.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-030.png b/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-030.png
deleted file mode 100644
index c43f283..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-030.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-040.png b/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-040.png
deleted file mode 100644
index 80ea2de..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-040.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-050.png b/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-050.png
deleted file mode 100644
index 7a7e86b..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-050.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-060.png b/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-060.png
deleted file mode 100644
index 2ab97af..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-060.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-070.png b/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-070.png
deleted file mode 100644
index e8b721a..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-070.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-080.png b/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-080.png
deleted file mode 100644
index e02aa77..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-080.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-090.png b/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-090.png
deleted file mode 100644
index c4836ad..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-090.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-100.png b/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-100.png
deleted file mode 100644
index 0568f6c..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-100.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-110.png b/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-110.png
deleted file mode 100644
index 97b6677..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-110.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-120.png b/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-120.png
deleted file mode 100644
index 0be1fc0..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-120.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-130.png b/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-130.png
deleted file mode 100644
index fd2d7c2..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-130.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-140.png b/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-140.png
deleted file mode 100644
index a9b6f46..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-140.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-150.png b/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-150.png
deleted file mode 100644
index 90d71e0..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-150.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-160.png b/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-160.png
deleted file mode 100644
index 8e3313b..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-160.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-170.png b/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-170.png
deleted file mode 100644
index 6f802bd..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-170.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-190.png b/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-190.png
deleted file mode 100644
index c545c7a..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-190.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-200.png b/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-200.png
deleted file mode 100644
index 4f3f660..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-200.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-210.png b/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-210.png
deleted file mode 100644
index ed2bc25..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-210.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-220.png b/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-220.png
deleted file mode 100644
index 12b2fa6..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-220.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-230.png b/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-230.png
deleted file mode 100644
index 663b2dd..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-230.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-240.png b/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-240.png
deleted file mode 100644
index c081f3d..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-240.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-250.png b/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-250.png
deleted file mode 100644
index 52214cd..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-250.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-260.png b/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-260.png
deleted file mode 100644
index 0581bb5..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-260.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-270.png b/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-270.png
deleted file mode 100644
index 632f731..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-270.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-280.png b/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-280.png
deleted file mode 100644
index 79ecf7f..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-280.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-290.png b/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-290.png
deleted file mode 100644
index 1cac951..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-290.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-300.png b/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-300.png
deleted file mode 100644
index 1164604..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-300.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-310.png b/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-310.png
deleted file mode 100644
index 2313f52..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-310.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-320.png b/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-320.png
deleted file mode 100644
index 75dbfce..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-320.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-330.png b/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-330.png
deleted file mode 100644
index bf6f6b8..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-330.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-340.png b/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-340.png
deleted file mode 100644
index f5bb0d9..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-340.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-350.png b/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-350.png
deleted file mode 100644
index 7642dff..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-350.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night.png b/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night.png
deleted file mode 100644
index 026c144..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds.png b/Icons and cursors/windowsicon/32x32/status/weather-few-clouds.png
deleted file mode 100644
index f51a332..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/weather-fog.png b/Icons and cursors/windowsicon/32x32/status/weather-fog.png
deleted file mode 100644
index cc12d9c..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/weather-fog.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/weather-overcast.png b/Icons and cursors/windowsicon/32x32/status/weather-overcast.png
deleted file mode 100644
index 8839821..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/weather-overcast.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/weather-severe-alert.png b/Icons and cursors/windowsicon/32x32/status/weather-severe-alert.png
deleted file mode 100644
index f719fdd..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/weather-severe-alert.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/weather-showers-scattered.png b/Icons and cursors/windowsicon/32x32/status/weather-showers-scattered.png
deleted file mode 100644
index 71aa749..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/weather-showers-scattered.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/weather-showers.png b/Icons and cursors/windowsicon/32x32/status/weather-showers.png
deleted file mode 100644
index 3adb30d..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/weather-showers.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/weather-snow.png b/Icons and cursors/windowsicon/32x32/status/weather-snow.png
deleted file mode 100644
index a53166c..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/weather-snow.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/weather-storm.png b/Icons and cursors/windowsicon/32x32/status/weather-storm.png
deleted file mode 100644
index aa0f5b9..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/weather-storm.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/32x32/status/xfce-trash_full.png b/Icons and cursors/windowsicon/32x32/status/xfce-trash_full.png
deleted file mode 100644
index a03f6ce..0000000
Binary files a/Icons and cursors/windowsicon/32x32/status/xfce-trash_full.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/add.png b/Icons and cursors/windowsicon/48x48/actions/add.png
deleted file mode 100644
index 7734e5d..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/add.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/address-book-new.png b/Icons and cursors/windowsicon/48x48/actions/address-book-new.png
deleted file mode 100644
index 7a05efb..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/address-book-new.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/application-exit.png b/Icons and cursors/windowsicon/48x48/actions/application-exit.png
deleted file mode 100644
index c49888d..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/application-exit.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/application-menu.png b/Icons and cursors/windowsicon/48x48/actions/application-menu.png
deleted file mode 100644
index 70e7a33..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/application-menu.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/appointment-new.png b/Icons and cursors/windowsicon/48x48/actions/appointment-new.png
deleted file mode 100644
index 020e1f5..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/appointment-new.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/appointment.png b/Icons and cursors/windowsicon/48x48/actions/appointment.png
deleted file mode 100644
index 020e1f5..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/appointment.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/back.png b/Icons and cursors/windowsicon/48x48/actions/back.png
deleted file mode 100755
index f5ce9ca..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/back.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/bookmark-new.png b/Icons and cursors/windowsicon/48x48/actions/bookmark-new.png
deleted file mode 100644
index d8783b2..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/bookmark-new.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/bookmark_add.png b/Icons and cursors/windowsicon/48x48/actions/bookmark_add.png
deleted file mode 100644
index d8783b2..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/bookmark_add.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/bookmarks_list_add.png b/Icons and cursors/windowsicon/48x48/actions/bookmarks_list_add.png
deleted file mode 100644
index d8783b2..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/bookmarks_list_add.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/bottom.png b/Icons and cursors/windowsicon/48x48/actions/bottom.png
deleted file mode 100644
index 73b9e25..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/bottom.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/button_cancel.png b/Icons and cursors/windowsicon/48x48/actions/button_cancel.png
deleted file mode 100644
index c7564f6..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/button_cancel.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/call-start.png b/Icons and cursors/windowsicon/48x48/actions/call-start.png
deleted file mode 100644
index c415340..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/call-start.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/call-stop.png b/Icons and cursors/windowsicon/48x48/actions/call-stop.png
deleted file mode 100644
index 9216e11..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/call-stop.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/cancel.png b/Icons and cursors/windowsicon/48x48/actions/cancel.png
deleted file mode 100644
index c7564f6..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/cancel.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/centrejust.png b/Icons and cursors/windowsicon/48x48/actions/centrejust.png
deleted file mode 100644
index 8246e1d..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/centrejust.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/configure-toolbars.png b/Icons and cursors/windowsicon/48x48/actions/configure-toolbars.png
deleted file mode 100644
index b0e968d..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/configure-toolbars.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/configure.png b/Icons and cursors/windowsicon/48x48/actions/configure.png
deleted file mode 100644
index b0e968d..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/configure.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/configure_kile.png b/Icons and cursors/windowsicon/48x48/actions/configure_kile.png
deleted file mode 100644
index b0e968d..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/configure_kile.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/configure_project.png b/Icons and cursors/windowsicon/48x48/actions/configure_project.png
deleted file mode 100644
index b0e968d..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/configure_project.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/contact-new.png b/Icons and cursors/windowsicon/48x48/actions/contact-new.png
deleted file mode 100644
index bf67380..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/contact-new.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/deskbar-applet.png b/Icons and cursors/windowsicon/48x48/actions/deskbar-applet.png
deleted file mode 120000
index dd41368..0000000
--- a/Icons and cursors/windowsicon/48x48/actions/deskbar-applet.png
+++ /dev/null
@@ -1 +0,0 @@
-edit-find.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/48x48/actions/dialog-cancel.png b/Icons and cursors/windowsicon/48x48/actions/dialog-cancel.png
deleted file mode 100644
index c7564f6..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/dialog-cancel.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/document-new.png b/Icons and cursors/windowsicon/48x48/actions/document-new.png
deleted file mode 100755
index 6432497..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/document-new.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/document-open-recent.png b/Icons and cursors/windowsicon/48x48/actions/document-open-recent.png
deleted file mode 100755
index c9e19bf..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/document-open-recent.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/document-open.png b/Icons and cursors/windowsicon/48x48/actions/document-open.png
deleted file mode 100755
index be37b42..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/document-open.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/document-open_normal.png b/Icons and cursors/windowsicon/48x48/actions/document-open_normal.png
deleted file mode 100755
index be37b42..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/document-open_normal.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/document-page-setup.png b/Icons and cursors/windowsicon/48x48/actions/document-page-setup.png
deleted file mode 100755
index f7d1d73..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/document-page-setup.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/document-print-preview.png b/Icons and cursors/windowsicon/48x48/actions/document-print-preview.png
deleted file mode 100755
index 89c0213..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/document-print-preview.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/document-print.png b/Icons and cursors/windowsicon/48x48/actions/document-print.png
deleted file mode 100644
index 1f58c17..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/document-print.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/document-properties.png b/Icons and cursors/windowsicon/48x48/actions/document-properties.png
deleted file mode 100755
index af44f80..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/document-properties.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/document-revert-rtl.png b/Icons and cursors/windowsicon/48x48/actions/document-revert-rtl.png
deleted file mode 100644
index d47dbde..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/document-revert-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/document-revert.png b/Icons and cursors/windowsicon/48x48/actions/document-revert.png
deleted file mode 100644
index 0f11ed9..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/document-revert.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/document-save-as.png b/Icons and cursors/windowsicon/48x48/actions/document-save-as.png
deleted file mode 100755
index 819ac84..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/document-save-as.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/document-save.png b/Icons and cursors/windowsicon/48x48/actions/document-save.png
deleted file mode 100755
index a16d392..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/document-save.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/document-send.png b/Icons and cursors/windowsicon/48x48/actions/document-send.png
deleted file mode 100755
index e8a869b..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/document-send.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/document.png b/Icons and cursors/windowsicon/48x48/actions/document.png
deleted file mode 100755
index ae69f7a..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/document.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/down.png b/Icons and cursors/windowsicon/48x48/actions/down.png
deleted file mode 100644
index 73b9e25..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/down.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/edit-clear.png b/Icons and cursors/windowsicon/48x48/actions/edit-clear.png
deleted file mode 100644
index 9f11570..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/edit-clear.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/edit-copy.png b/Icons and cursors/windowsicon/48x48/actions/edit-copy.png
deleted file mode 100755
index 76c4dd7..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/edit-copy.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/edit-cut.png b/Icons and cursors/windowsicon/48x48/actions/edit-cut.png
deleted file mode 100755
index bbc463a..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/edit-cut.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/edit-delete.png b/Icons and cursors/windowsicon/48x48/actions/edit-delete.png
deleted file mode 100644
index 070aac3..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/edit-delete.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/edit-find-replace.png b/Icons and cursors/windowsicon/48x48/actions/edit-find-replace.png
deleted file mode 100755
index 105ba9f..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/edit-find-replace.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/edit-find.png b/Icons and cursors/windowsicon/48x48/actions/edit-find.png
deleted file mode 100755
index 9138213..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/edit-find.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/edit-paste.png b/Icons and cursors/windowsicon/48x48/actions/edit-paste.png
deleted file mode 100755
index 9db31e5..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/edit-paste.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/edit-redo-rtl.png b/Icons and cursors/windowsicon/48x48/actions/edit-redo-rtl.png
deleted file mode 100644
index 9ea6b9b..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/edit-redo-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/edit-redo.png b/Icons and cursors/windowsicon/48x48/actions/edit-redo.png
deleted file mode 100644
index 7e797c9..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/edit-redo.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/edit-select-all.png b/Icons and cursors/windowsicon/48x48/actions/edit-select-all.png
deleted file mode 100644
index 8b8e4f0..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/edit-select-all.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/edit-undo-rtl.png b/Icons and cursors/windowsicon/48x48/actions/edit-undo-rtl.png
deleted file mode 100644
index 7e797c9..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/edit-undo-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/edit-undo.png b/Icons and cursors/windowsicon/48x48/actions/edit-undo.png
deleted file mode 100644
index 9ea6b9b..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/edit-undo.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/editclear.png b/Icons and cursors/windowsicon/48x48/actions/editclear.png
deleted file mode 100644
index 9f11570..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/editclear.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/editcopy.png b/Icons and cursors/windowsicon/48x48/actions/editcopy.png
deleted file mode 120000
index e106cb5..0000000
--- a/Icons and cursors/windowsicon/48x48/actions/editcopy.png
+++ /dev/null
@@ -1 +0,0 @@
-edit-copy.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/48x48/actions/editcut.png b/Icons and cursors/windowsicon/48x48/actions/editcut.png
deleted file mode 120000
index 32b0302..0000000
--- a/Icons and cursors/windowsicon/48x48/actions/editcut.png
+++ /dev/null
@@ -1 +0,0 @@
-edit-cut.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/48x48/actions/editdelete.png b/Icons and cursors/windowsicon/48x48/actions/editdelete.png
deleted file mode 100644
index 070aac3..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/editdelete.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/editpaste.png b/Icons and cursors/windowsicon/48x48/actions/editpaste.png
deleted file mode 120000
index 2f55649..0000000
--- a/Icons and cursors/windowsicon/48x48/actions/editpaste.png
+++ /dev/null
@@ -1 +0,0 @@
-edit-paste.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/48x48/actions/exit.png b/Icons and cursors/windowsicon/48x48/actions/exit.png
deleted file mode 100644
index c49888d..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/exit.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/filefind.png b/Icons and cursors/windowsicon/48x48/actions/filefind.png
deleted file mode 120000
index dd41368..0000000
--- a/Icons and cursors/windowsicon/48x48/actions/filefind.png
+++ /dev/null
@@ -1 +0,0 @@
-edit-find.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/48x48/actions/filenew.png b/Icons and cursors/windowsicon/48x48/actions/filenew.png
deleted file mode 120000
index 446977d..0000000
--- a/Icons and cursors/windowsicon/48x48/actions/filenew.png
+++ /dev/null
@@ -1 +0,0 @@
-document-new.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/48x48/actions/fileopen.png b/Icons and cursors/windowsicon/48x48/actions/fileopen.png
deleted file mode 120000
index f58170c..0000000
--- a/Icons and cursors/windowsicon/48x48/actions/fileopen.png
+++ /dev/null
@@ -1 +0,0 @@
-document-open.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/48x48/actions/fileprint.png b/Icons and cursors/windowsicon/48x48/actions/fileprint.png
deleted file mode 100644
index 1f58c17..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/fileprint.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/filequickprint.png b/Icons and cursors/windowsicon/48x48/actions/filequickprint.png
deleted file mode 120000
index 9dfea71..0000000
--- a/Icons and cursors/windowsicon/48x48/actions/filequickprint.png
+++ /dev/null
@@ -1 +0,0 @@
-document-print-preview.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/48x48/actions/filesave.png b/Icons and cursors/windowsicon/48x48/actions/filesave.png
deleted file mode 120000
index b1240e1..0000000
--- a/Icons and cursors/windowsicon/48x48/actions/filesave.png
+++ /dev/null
@@ -1 +0,0 @@
-document-save.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/48x48/actions/filesaveas.png b/Icons and cursors/windowsicon/48x48/actions/filesaveas.png
deleted file mode 120000
index 6f80888..0000000
--- a/Icons and cursors/windowsicon/48x48/actions/filesaveas.png
+++ /dev/null
@@ -1 +0,0 @@
-document-save-as.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/48x48/actions/filter.png b/Icons and cursors/windowsicon/48x48/actions/filter.png
deleted file mode 100644
index 2396f0c..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/filter.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/find.png b/Icons and cursors/windowsicon/48x48/actions/find.png
deleted file mode 120000
index dd41368..0000000
--- a/Icons and cursors/windowsicon/48x48/actions/find.png
+++ /dev/null
@@ -1 +0,0 @@
-edit-find.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/48x48/actions/finish.png b/Icons and cursors/windowsicon/48x48/actions/finish.png
deleted file mode 100644
index 5522cc9..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/finish.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/firestarter.png b/Icons and cursors/windowsicon/48x48/actions/firestarter.png
deleted file mode 100755
index 3dcd178..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/firestarter.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/folder-new.png b/Icons and cursors/windowsicon/48x48/actions/folder-new.png
deleted file mode 100755
index 924cea5..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/folder-new.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/folder_new.png b/Icons and cursors/windowsicon/48x48/actions/folder_new.png
deleted file mode 120000
index e3ded23..0000000
--- a/Icons and cursors/windowsicon/48x48/actions/folder_new.png
+++ /dev/null
@@ -1 +0,0 @@
-folder-new.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/48x48/actions/format-indent-less-rtl.png b/Icons and cursors/windowsicon/48x48/actions/format-indent-less-rtl.png
deleted file mode 100644
index 2093238..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/format-indent-less-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/format-indent-less.png b/Icons and cursors/windowsicon/48x48/actions/format-indent-less.png
deleted file mode 100644
index 8cf7488..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/format-indent-less.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/format-indent-more-rtl.png b/Icons and cursors/windowsicon/48x48/actions/format-indent-more-rtl.png
deleted file mode 100644
index 8cf7488..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/format-indent-more-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/format-indent-more.png b/Icons and cursors/windowsicon/48x48/actions/format-indent-more.png
deleted file mode 100644
index 2093238..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/format-indent-more.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/format-justify-center.png b/Icons and cursors/windowsicon/48x48/actions/format-justify-center.png
deleted file mode 100644
index 8246e1d..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/format-justify-center.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/format-justify-fill.png b/Icons and cursors/windowsicon/48x48/actions/format-justify-fill.png
deleted file mode 100644
index cdc633c..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/format-justify-fill.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/format-justify-left.png b/Icons and cursors/windowsicon/48x48/actions/format-justify-left.png
deleted file mode 100644
index fe1e8da..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/format-justify-left.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/format-justify-right.png b/Icons and cursors/windowsicon/48x48/actions/format-justify-right.png
deleted file mode 100644
index d30ba64..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/format-justify-right.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/format-text-bold.png b/Icons and cursors/windowsicon/48x48/actions/format-text-bold.png
deleted file mode 100644
index bfe8783..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/format-text-bold.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/format-text-direction-ltr.png b/Icons and cursors/windowsicon/48x48/actions/format-text-direction-ltr.png
deleted file mode 100644
index 9cdeeb0..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/format-text-direction-ltr.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/format-text-direction-rtl.png b/Icons and cursors/windowsicon/48x48/actions/format-text-direction-rtl.png
deleted file mode 100644
index 1b02b95..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/format-text-direction-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/format-text-italic.png b/Icons and cursors/windowsicon/48x48/actions/format-text-italic.png
deleted file mode 100644
index e802a49..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/format-text-italic.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/format-text-strikethrough.png b/Icons and cursors/windowsicon/48x48/actions/format-text-strikethrough.png
deleted file mode 100644
index 209fccd..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/format-text-strikethrough.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/format-text-underline.png b/Icons and cursors/windowsicon/48x48/actions/format-text-underline.png
deleted file mode 100644
index e4a427d..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/format-text-underline.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/forward.png b/Icons and cursors/windowsicon/48x48/actions/forward.png
deleted file mode 100755
index d8bb70e..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/forward.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/gear.png b/Icons and cursors/windowsicon/48x48/actions/gear.png
deleted file mode 100755
index 5800303..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/gear.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/gnome-applets.png b/Icons and cursors/windowsicon/48x48/actions/gnome-applets.png
deleted file mode 100755
index 88636e6..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/gnome-applets.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/gnome-lockscreen.png b/Icons and cursors/windowsicon/48x48/actions/gnome-lockscreen.png
deleted file mode 100644
index 2ab8237..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/gnome-lockscreen.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/gnome-logout.png b/Icons and cursors/windowsicon/48x48/actions/gnome-logout.png
deleted file mode 100644
index ffa2cbb..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/gnome-logout.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/gnome-run.png b/Icons and cursors/windowsicon/48x48/actions/gnome-run.png
deleted file mode 100644
index 5a1a4dc..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/gnome-run.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/gnome-searchtool.png b/Icons and cursors/windowsicon/48x48/actions/gnome-searchtool.png
deleted file mode 100644
index f45b204..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/gnome-searchtool.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/gnome-session-logout.png b/Icons and cursors/windowsicon/48x48/actions/gnome-session-logout.png
deleted file mode 100644
index ffa2cbb..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/gnome-session-logout.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/gnome-shutdown.png b/Icons and cursors/windowsicon/48x48/actions/gnome-shutdown.png
deleted file mode 100644
index 8c811a6..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/gnome-shutdown.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/gnome-stock-mail-fwd.png b/Icons and cursors/windowsicon/48x48/actions/gnome-stock-mail-fwd.png
deleted file mode 100644
index db3aced..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/gnome-stock-mail-fwd.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/gnome-stock-mail-new.png b/Icons and cursors/windowsicon/48x48/actions/gnome-stock-mail-new.png
deleted file mode 100644
index fcd7ddd..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/gnome-stock-mail-new.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/gnome-stock-mail-rpl.png b/Icons and cursors/windowsicon/48x48/actions/gnome-stock-mail-rpl.png
deleted file mode 100644
index d7e8460..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/gnome-stock-mail-rpl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/gnome-stock-mail-snd.png b/Icons and cursors/windowsicon/48x48/actions/gnome-stock-mail-snd.png
deleted file mode 100644
index d3124a9..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/gnome-stock-mail-snd.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/gnome-stock-text-indent.png b/Icons and cursors/windowsicon/48x48/actions/gnome-stock-text-indent.png
deleted file mode 100644
index 2093238..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/gnome-stock-text-indent.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/gnome-stock-text-unindent.png b/Icons and cursors/windowsicon/48x48/actions/gnome-stock-text-unindent.png
deleted file mode 100644
index 8cf7488..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/gnome-stock-text-unindent.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/go-bottom.png b/Icons and cursors/windowsicon/48x48/actions/go-bottom.png
deleted file mode 100644
index 73b9e25..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/go-bottom.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/go-down.png b/Icons and cursors/windowsicon/48x48/actions/go-down.png
deleted file mode 100644
index 73b9e25..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/go-down.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/go-first-rtl.png b/Icons and cursors/windowsicon/48x48/actions/go-first-rtl.png
deleted file mode 100644
index 5522cc9..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/go-first-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/go-first.png b/Icons and cursors/windowsicon/48x48/actions/go-first.png
deleted file mode 100644
index 122a808..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/go-first.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/go-home.png b/Icons and cursors/windowsicon/48x48/actions/go-home.png
deleted file mode 100644
index c77f362..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/go-home.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/go-jump.png b/Icons and cursors/windowsicon/48x48/actions/go-jump.png
deleted file mode 100644
index 5bc6f82..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/go-jump.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/go-last-rtl.png b/Icons and cursors/windowsicon/48x48/actions/go-last-rtl.png
deleted file mode 100644
index 122a808..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/go-last-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/go-last.png b/Icons and cursors/windowsicon/48x48/actions/go-last.png
deleted file mode 100644
index 5522cc9..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/go-last.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/go-next-rtl.png b/Icons and cursors/windowsicon/48x48/actions/go-next-rtl.png
deleted file mode 100644
index 122a808..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/go-next-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/go-next.png b/Icons and cursors/windowsicon/48x48/actions/go-next.png
deleted file mode 120000
index 82a2075..0000000
--- a/Icons and cursors/windowsicon/48x48/actions/go-next.png
+++ /dev/null
@@ -1 +0,0 @@
-forward.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/48x48/actions/go-previous-rtl.png b/Icons and cursors/windowsicon/48x48/actions/go-previous-rtl.png
deleted file mode 100644
index 5522cc9..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/go-previous-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/go-previous.png b/Icons and cursors/windowsicon/48x48/actions/go-previous.png
deleted file mode 120000
index 4277762..0000000
--- a/Icons and cursors/windowsicon/48x48/actions/go-previous.png
+++ /dev/null
@@ -1 +0,0 @@
-back.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/48x48/actions/go-top.png b/Icons and cursors/windowsicon/48x48/actions/go-top.png
deleted file mode 100644
index d95c510..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/go-top.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/go-up.png b/Icons and cursors/windowsicon/48x48/actions/go-up.png
deleted file mode 100644
index d95c510..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/go-up.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/gohome.png b/Icons and cursors/windowsicon/48x48/actions/gohome.png
deleted file mode 100644
index c77f362..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/gohome.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/gstreamer-properties.png b/Icons and cursors/windowsicon/48x48/actions/gstreamer-properties.png
deleted file mode 100755
index 75a112b..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/gstreamer-properties.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-about.png b/Icons and cursors/windowsicon/48x48/actions/gtk-about.png
deleted file mode 100644
index 75540c6..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-about.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-add.png b/Icons and cursors/windowsicon/48x48/actions/gtk-add.png
deleted file mode 100644
index 7734e5d..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-add.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-bold.png b/Icons and cursors/windowsicon/48x48/actions/gtk-bold.png
deleted file mode 100644
index bfe8783..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-bold.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-cancel.png b/Icons and cursors/windowsicon/48x48/actions/gtk-cancel.png
deleted file mode 100644
index b4f0962..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-cancel.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-clear.png b/Icons and cursors/windowsicon/48x48/actions/gtk-clear.png
deleted file mode 100644
index b81a742..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-clear.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-close.png b/Icons and cursors/windowsicon/48x48/actions/gtk-close.png
deleted file mode 100644
index c491eae..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-close.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-copy.png b/Icons and cursors/windowsicon/48x48/actions/gtk-copy.png
deleted file mode 120000
index e106cb5..0000000
--- a/Icons and cursors/windowsicon/48x48/actions/gtk-copy.png
+++ /dev/null
@@ -1 +0,0 @@
-edit-copy.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-cut.png b/Icons and cursors/windowsicon/48x48/actions/gtk-cut.png
deleted file mode 120000
index 32b0302..0000000
--- a/Icons and cursors/windowsicon/48x48/actions/gtk-cut.png
+++ /dev/null
@@ -1 +0,0 @@
-edit-cut.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-delete.png b/Icons and cursors/windowsicon/48x48/actions/gtk-delete.png
deleted file mode 100644
index 070aac3..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-delete.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-execute.png b/Icons and cursors/windowsicon/48x48/actions/gtk-execute.png
deleted file mode 100644
index 5a1a4dc..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-execute.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-find-and-replace.png b/Icons and cursors/windowsicon/48x48/actions/gtk-find-and-replace.png
deleted file mode 120000
index e4057af..0000000
--- a/Icons and cursors/windowsicon/48x48/actions/gtk-find-and-replace.png
+++ /dev/null
@@ -1 +0,0 @@
-edit-find-replace.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-find.png b/Icons and cursors/windowsicon/48x48/actions/gtk-find.png
deleted file mode 100755
index fe7073b..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-find.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-find1.png b/Icons and cursors/windowsicon/48x48/actions/gtk-find1.png
deleted file mode 120000
index dd41368..0000000
--- a/Icons and cursors/windowsicon/48x48/actions/gtk-find1.png
+++ /dev/null
@@ -1 +0,0 @@
-edit-find.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-fullscreen.png b/Icons and cursors/windowsicon/48x48/actions/gtk-fullscreen.png
deleted file mode 120000
index 37aaf87..0000000
--- a/Icons and cursors/windowsicon/48x48/actions/gtk-fullscreen.png
+++ /dev/null
@@ -1 +0,0 @@
-view-fullscreen.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-go-back-ltr.png b/Icons and cursors/windowsicon/48x48/actions/gtk-go-back-ltr.png
deleted file mode 120000
index 4277762..0000000
--- a/Icons and cursors/windowsicon/48x48/actions/gtk-go-back-ltr.png
+++ /dev/null
@@ -1 +0,0 @@
-back.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-go-back-rtl.png b/Icons and cursors/windowsicon/48x48/actions/gtk-go-back-rtl.png
deleted file mode 120000
index 82a2075..0000000
--- a/Icons and cursors/windowsicon/48x48/actions/gtk-go-back-rtl.png
+++ /dev/null
@@ -1 +0,0 @@
-forward.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-go-back.png b/Icons and cursors/windowsicon/48x48/actions/gtk-go-back.png
deleted file mode 120000
index 4277762..0000000
--- a/Icons and cursors/windowsicon/48x48/actions/gtk-go-back.png
+++ /dev/null
@@ -1 +0,0 @@
-back.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-go-down.png b/Icons and cursors/windowsicon/48x48/actions/gtk-go-down.png
deleted file mode 100644
index 73b9e25..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-go-down.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-go-forward-ltr.png b/Icons and cursors/windowsicon/48x48/actions/gtk-go-forward-ltr.png
deleted file mode 120000
index 82a2075..0000000
--- a/Icons and cursors/windowsicon/48x48/actions/gtk-go-forward-ltr.png
+++ /dev/null
@@ -1 +0,0 @@
-forward.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-go-forward-rtl.png b/Icons and cursors/windowsicon/48x48/actions/gtk-go-forward-rtl.png
deleted file mode 120000
index 4277762..0000000
--- a/Icons and cursors/windowsicon/48x48/actions/gtk-go-forward-rtl.png
+++ /dev/null
@@ -1 +0,0 @@
-back.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-go-forward.png b/Icons and cursors/windowsicon/48x48/actions/gtk-go-forward.png
deleted file mode 120000
index 4277762..0000000
--- a/Icons and cursors/windowsicon/48x48/actions/gtk-go-forward.png
+++ /dev/null
@@ -1 +0,0 @@
-back.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-go-up.png b/Icons and cursors/windowsicon/48x48/actions/gtk-go-up.png
deleted file mode 100644
index d95c510..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-go-up.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-goto-bottom.png b/Icons and cursors/windowsicon/48x48/actions/gtk-goto-bottom.png
deleted file mode 100644
index 73b9e25..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-goto-bottom.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-goto-first-ltr.png b/Icons and cursors/windowsicon/48x48/actions/gtk-goto-first-ltr.png
deleted file mode 100644
index 122a808..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-goto-first-ltr.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-goto-first-rtl.png b/Icons and cursors/windowsicon/48x48/actions/gtk-goto-first-rtl.png
deleted file mode 100644
index 5522cc9..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-goto-first-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-goto-last-ltr.png b/Icons and cursors/windowsicon/48x48/actions/gtk-goto-last-ltr.png
deleted file mode 100644
index 5522cc9..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-goto-last-ltr.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-goto-last-rtl.png b/Icons and cursors/windowsicon/48x48/actions/gtk-goto-last-rtl.png
deleted file mode 100644
index 122a808..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-goto-last-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-goto-top.png b/Icons and cursors/windowsicon/48x48/actions/gtk-goto-top.png
deleted file mode 100644
index d95c510..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-goto-top.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-help.png b/Icons and cursors/windowsicon/48x48/actions/gtk-help.png
deleted file mode 100644
index 54c18da..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-help.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-home.png b/Icons and cursors/windowsicon/48x48/actions/gtk-home.png
deleted file mode 100644
index c77f362..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-home.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-indent-ltr.png b/Icons and cursors/windowsicon/48x48/actions/gtk-indent-ltr.png
deleted file mode 100644
index 2093238..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-indent-ltr.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-indent-rtl.png b/Icons and cursors/windowsicon/48x48/actions/gtk-indent-rtl.png
deleted file mode 100644
index 8cf7488..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-indent-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-italic.png b/Icons and cursors/windowsicon/48x48/actions/gtk-italic.png
deleted file mode 100644
index e802a49..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-italic.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-jump-to-ltr.png b/Icons and cursors/windowsicon/48x48/actions/gtk-jump-to-ltr.png
deleted file mode 100644
index 5bc6f82..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-jump-to-ltr.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-jump-to-rtl.png b/Icons and cursors/windowsicon/48x48/actions/gtk-jump-to-rtl.png
deleted file mode 100644
index 5bc6f82..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-jump-to-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-justify-center.png b/Icons and cursors/windowsicon/48x48/actions/gtk-justify-center.png
deleted file mode 100644
index 8246e1d..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-justify-center.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-justify-fill.png b/Icons and cursors/windowsicon/48x48/actions/gtk-justify-fill.png
deleted file mode 100644
index cdc633c..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-justify-fill.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-justify-left.png b/Icons and cursors/windowsicon/48x48/actions/gtk-justify-left.png
deleted file mode 100644
index fe1e8da..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-justify-left.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-justify-right.png b/Icons and cursors/windowsicon/48x48/actions/gtk-justify-right.png
deleted file mode 100644
index d30ba64..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-justify-right.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-leave-fullscreen.png b/Icons and cursors/windowsicon/48x48/actions/gtk-leave-fullscreen.png
deleted file mode 100644
index 1dc44f7..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-leave-fullscreen.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-media-forward-ltr.png b/Icons and cursors/windowsicon/48x48/actions/gtk-media-forward-ltr.png
deleted file mode 100644
index 22ef697..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-media-forward-ltr.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-media-forward-rtl.png b/Icons and cursors/windowsicon/48x48/actions/gtk-media-forward-rtl.png
deleted file mode 100644
index 082ad1f..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-media-forward-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-media-next-ltr.png b/Icons and cursors/windowsicon/48x48/actions/gtk-media-next-ltr.png
deleted file mode 100644
index 9153799..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-media-next-ltr.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-media-next-rtl.png b/Icons and cursors/windowsicon/48x48/actions/gtk-media-next-rtl.png
deleted file mode 100644
index 8b97bb3..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-media-next-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-media-pause.png b/Icons and cursors/windowsicon/48x48/actions/gtk-media-pause.png
deleted file mode 100644
index b934e16..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-media-pause.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-media-play-ltr.png b/Icons and cursors/windowsicon/48x48/actions/gtk-media-play-ltr.png
deleted file mode 100644
index b52a702..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-media-play-ltr.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-media-previous-ltr.png b/Icons and cursors/windowsicon/48x48/actions/gtk-media-previous-ltr.png
deleted file mode 100644
index 8b97bb3..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-media-previous-ltr.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-media-previous-rtl.png b/Icons and cursors/windowsicon/48x48/actions/gtk-media-previous-rtl.png
deleted file mode 100644
index 9153799..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-media-previous-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-media-record.png b/Icons and cursors/windowsicon/48x48/actions/gtk-media-record.png
deleted file mode 100644
index d2fa10f..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-media-record.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-media-rewind-ltr.png b/Icons and cursors/windowsicon/48x48/actions/gtk-media-rewind-ltr.png
deleted file mode 100644
index 082ad1f..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-media-rewind-ltr.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-media-rewind-rtl.png b/Icons and cursors/windowsicon/48x48/actions/gtk-media-rewind-rtl.png
deleted file mode 100644
index 22ef697..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-media-rewind-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-media-stop.png b/Icons and cursors/windowsicon/48x48/actions/gtk-media-stop.png
deleted file mode 100644
index 2c1c222..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-media-stop.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-new.png b/Icons and cursors/windowsicon/48x48/actions/gtk-new.png
deleted file mode 120000
index 446977d..0000000
--- a/Icons and cursors/windowsicon/48x48/actions/gtk-new.png
+++ /dev/null
@@ -1 +0,0 @@
-document-new.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-open.png b/Icons and cursors/windowsicon/48x48/actions/gtk-open.png
deleted file mode 120000
index f58170c..0000000
--- a/Icons and cursors/windowsicon/48x48/actions/gtk-open.png
+++ /dev/null
@@ -1 +0,0 @@
-document-open.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-paste.png b/Icons and cursors/windowsicon/48x48/actions/gtk-paste.png
deleted file mode 120000
index 2f55649..0000000
--- a/Icons and cursors/windowsicon/48x48/actions/gtk-paste.png
+++ /dev/null
@@ -1 +0,0 @@
-edit-paste.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-print-preview.png b/Icons and cursors/windowsicon/48x48/actions/gtk-print-preview.png
deleted file mode 120000
index 9dfea71..0000000
--- a/Icons and cursors/windowsicon/48x48/actions/gtk-print-preview.png
+++ /dev/null
@@ -1 +0,0 @@
-document-print-preview.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-print.png b/Icons and cursors/windowsicon/48x48/actions/gtk-print.png
deleted file mode 100644
index 1f58c17..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-print.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-properties.png b/Icons and cursors/windowsicon/48x48/actions/gtk-properties.png
deleted file mode 120000
index b447aa2..0000000
--- a/Icons and cursors/windowsicon/48x48/actions/gtk-properties.png
+++ /dev/null
@@ -1 +0,0 @@
-document-properties.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-quit.png b/Icons and cursors/windowsicon/48x48/actions/gtk-quit.png
deleted file mode 100644
index c49888d..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-quit.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-recordmydesktop.png b/Icons and cursors/windowsicon/48x48/actions/gtk-recordmydesktop.png
deleted file mode 100755
index 2adaa04..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-recordmydesktop.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-redo-ltr.png b/Icons and cursors/windowsicon/48x48/actions/gtk-redo-ltr.png
deleted file mode 100644
index 7e797c9..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-redo-ltr.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-refresh.png b/Icons and cursors/windowsicon/48x48/actions/gtk-refresh.png
deleted file mode 100644
index 8aed601..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-refresh.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-remove.png b/Icons and cursors/windowsicon/48x48/actions/gtk-remove.png
deleted file mode 100644
index c25abdb..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-remove.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-revert-to-saved-ltr.png b/Icons and cursors/windowsicon/48x48/actions/gtk-revert-to-saved-ltr.png
deleted file mode 100644
index 0f11ed9..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-revert-to-saved-ltr.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-revert-to-saved-rtl.png b/Icons and cursors/windowsicon/48x48/actions/gtk-revert-to-saved-rtl.png
deleted file mode 100644
index 0f11ed9..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-revert-to-saved-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-save-as.png b/Icons and cursors/windowsicon/48x48/actions/gtk-save-as.png
deleted file mode 120000
index 6f80888..0000000
--- a/Icons and cursors/windowsicon/48x48/actions/gtk-save-as.png
+++ /dev/null
@@ -1 +0,0 @@
-document-save-as.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-save.png b/Icons and cursors/windowsicon/48x48/actions/gtk-save.png
deleted file mode 120000
index b1240e1..0000000
--- a/Icons and cursors/windowsicon/48x48/actions/gtk-save.png
+++ /dev/null
@@ -1 +0,0 @@
-document-save.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-search.png b/Icons and cursors/windowsicon/48x48/actions/gtk-search.png
deleted file mode 120000
index 925deda..0000000
--- a/Icons and cursors/windowsicon/48x48/actions/gtk-search.png
+++ /dev/null
@@ -1 +0,0 @@
-gtk-find.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-select-all.png b/Icons and cursors/windowsicon/48x48/actions/gtk-select-all.png
deleted file mode 100644
index 8b8e4f0..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-select-all.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-sort-ascending.png b/Icons and cursors/windowsicon/48x48/actions/gtk-sort-ascending.png
deleted file mode 100644
index 3dd59cd..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-sort-ascending.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-sort-descending.png b/Icons and cursors/windowsicon/48x48/actions/gtk-sort-descending.png
deleted file mode 100644
index c45efc4..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-sort-descending.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-spell-check.png b/Icons and cursors/windowsicon/48x48/actions/gtk-spell-check.png
deleted file mode 100644
index 3585671..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-spell-check.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-stop.png b/Icons and cursors/windowsicon/48x48/actions/gtk-stop.png
deleted file mode 100644
index b4f0962..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-stop.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-strikethrough.png b/Icons and cursors/windowsicon/48x48/actions/gtk-strikethrough.png
deleted file mode 100644
index 209fccd..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-strikethrough.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-underline.png b/Icons and cursors/windowsicon/48x48/actions/gtk-underline.png
deleted file mode 100644
index e4a427d..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-underline.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-undo-ltr.png b/Icons and cursors/windowsicon/48x48/actions/gtk-undo-ltr.png
deleted file mode 100644
index 9ea6b9b..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-undo-ltr.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-unindent-ltr.png b/Icons and cursors/windowsicon/48x48/actions/gtk-unindent-ltr.png
deleted file mode 100644
index 8cf7488..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-unindent-ltr.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-unindent-rtl.png b/Icons and cursors/windowsicon/48x48/actions/gtk-unindent-rtl.png
deleted file mode 100644
index 2093238..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-unindent-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-zoom-100.png b/Icons and cursors/windowsicon/48x48/actions/gtk-zoom-100.png
deleted file mode 120000
index 14537ed..0000000
--- a/Icons and cursors/windowsicon/48x48/actions/gtk-zoom-100.png
+++ /dev/null
@@ -1 +0,0 @@
-viewmag1.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-zoom-fit.png b/Icons and cursors/windowsicon/48x48/actions/gtk-zoom-fit.png
deleted file mode 120000
index 4530444..0000000
--- a/Icons and cursors/windowsicon/48x48/actions/gtk-zoom-fit.png
+++ /dev/null
@@ -1 +0,0 @@
-viewmagfit.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-zoom-in.png b/Icons and cursors/windowsicon/48x48/actions/gtk-zoom-in.png
deleted file mode 120000
index 920bdf9..0000000
--- a/Icons and cursors/windowsicon/48x48/actions/gtk-zoom-in.png
+++ /dev/null
@@ -1 +0,0 @@
-viewmag+.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-zoom-out.png b/Icons and cursors/windowsicon/48x48/actions/gtk-zoom-out.png
deleted file mode 120000
index 604b33d..0000000
--- a/Icons and cursors/windowsicon/48x48/actions/gtk-zoom-out.png
+++ /dev/null
@@ -1 +0,0 @@
-viewmag-.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/48x48/actions/help-about.png b/Icons and cursors/windowsicon/48x48/actions/help-about.png
deleted file mode 100644
index 75540c6..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/help-about.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/help-contents.png b/Icons and cursors/windowsicon/48x48/actions/help-contents.png
deleted file mode 100644
index 54c18da..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/help-contents.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/help-faq.png b/Icons and cursors/windowsicon/48x48/actions/help-faq.png
deleted file mode 100644
index 510f4b0..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/help-faq.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/help.png b/Icons and cursors/windowsicon/48x48/actions/help.png
deleted file mode 100644
index 54c18da..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/help.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/insert-image.png b/Icons and cursors/windowsicon/48x48/actions/insert-image.png
deleted file mode 100644
index 6c8e877..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/insert-image.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/insert-link.png b/Icons and cursors/windowsicon/48x48/actions/insert-link.png
deleted file mode 100644
index d490527..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/insert-link.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/insert-object.png b/Icons and cursors/windowsicon/48x48/actions/insert-object.png
deleted file mode 100644
index fd2f6f4..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/insert-object.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/insert-text.png b/Icons and cursors/windowsicon/48x48/actions/insert-text.png
deleted file mode 100644
index ea3a24c..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/insert-text.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/invest-applet.png b/Icons and cursors/windowsicon/48x48/actions/invest-applet.png
deleted file mode 100755
index 7b0f3a6..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/invest-applet.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/kfind.png b/Icons and cursors/windowsicon/48x48/actions/kfind.png
deleted file mode 120000
index 46c673f..0000000
--- a/Icons and cursors/windowsicon/48x48/actions/kfind.png
+++ /dev/null
@@ -1 +0,0 @@
-system-search.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/48x48/actions/kfm_home.png b/Icons and cursors/windowsicon/48x48/actions/kfm_home.png
deleted file mode 100644
index c77f362..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/kfm_home.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/leftjust.png b/Icons and cursors/windowsicon/48x48/actions/leftjust.png
deleted file mode 100644
index fe1e8da..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/leftjust.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/list-add.png b/Icons and cursors/windowsicon/48x48/actions/list-add.png
deleted file mode 100644
index 7734e5d..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/list-add.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/list-remove.png b/Icons and cursors/windowsicon/48x48/actions/list-remove.png
deleted file mode 100644
index c25abdb..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/list-remove.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/lock.png b/Icons and cursors/windowsicon/48x48/actions/lock.png
deleted file mode 100644
index 2ab8237..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/lock.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/mail-forward.png b/Icons and cursors/windowsicon/48x48/actions/mail-forward.png
deleted file mode 100644
index db3aced..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/mail-forward.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/mail-mark-important.png b/Icons and cursors/windowsicon/48x48/actions/mail-mark-important.png
deleted file mode 100644
index fa49778..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/mail-mark-important.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/mail-mark-junk.png b/Icons and cursors/windowsicon/48x48/actions/mail-mark-junk.png
deleted file mode 100644
index dbf72cb..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/mail-mark-junk.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/mail-mark-notjunk.png b/Icons and cursors/windowsicon/48x48/actions/mail-mark-notjunk.png
deleted file mode 100644
index 299ce1f..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/mail-mark-notjunk.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/mail-mark-read.png b/Icons and cursors/windowsicon/48x48/actions/mail-mark-read.png
deleted file mode 100644
index b0803c0..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/mail-mark-read.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/mail-mark-unread.png b/Icons and cursors/windowsicon/48x48/actions/mail-mark-unread.png
deleted file mode 100644
index 4228440..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/mail-mark-unread.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/mail-message-new.png b/Icons and cursors/windowsicon/48x48/actions/mail-message-new.png
deleted file mode 100644
index fcd7ddd..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/mail-message-new.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/mail-replied.png b/Icons and cursors/windowsicon/48x48/actions/mail-replied.png
deleted file mode 100755
index 5ffcaf2..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/mail-replied.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/mail-reply-all.png b/Icons and cursors/windowsicon/48x48/actions/mail-reply-all.png
deleted file mode 100644
index 07d2e35..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/mail-reply-all.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/mail-reply-sender.png b/Icons and cursors/windowsicon/48x48/actions/mail-reply-sender.png
deleted file mode 100644
index d7e8460..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/mail-reply-sender.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/mail-send-receive.png b/Icons and cursors/windowsicon/48x48/actions/mail-send-receive.png
deleted file mode 100644
index 426f421..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/mail-send-receive.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/mail-send.png b/Icons and cursors/windowsicon/48x48/actions/mail-send.png
deleted file mode 100644
index d3124a9..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/mail-send.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/mail_forward.png b/Icons and cursors/windowsicon/48x48/actions/mail_forward.png
deleted file mode 100644
index db3aced..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/mail_forward.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/mail_get.png b/Icons and cursors/windowsicon/48x48/actions/mail_get.png
deleted file mode 100755
index 25a7357..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/mail_get.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/mail_new.png b/Icons and cursors/windowsicon/48x48/actions/mail_new.png
deleted file mode 100644
index fcd7ddd..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/mail_new.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/mail_post_to.png b/Icons and cursors/windowsicon/48x48/actions/mail_post_to.png
deleted file mode 100755
index eb75c62..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/mail_post_to.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/mail_reply.png b/Icons and cursors/windowsicon/48x48/actions/mail_reply.png
deleted file mode 100644
index d7e8460..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/mail_reply.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/mail_replyall.png b/Icons and cursors/windowsicon/48x48/actions/mail_replyall.png
deleted file mode 100644
index 07d2e35..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/mail_replyall.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/mail_send.png b/Icons and cursors/windowsicon/48x48/actions/mail_send.png
deleted file mode 100644
index d3124a9..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/mail_send.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/mail_spam.png b/Icons and cursors/windowsicon/48x48/actions/mail_spam.png
deleted file mode 100644
index dbf72cb..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/mail_spam.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/media-eject.png b/Icons and cursors/windowsicon/48x48/actions/media-eject.png
deleted file mode 100644
index 63a1f69..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/media-eject.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/media-playback-pause.png b/Icons and cursors/windowsicon/48x48/actions/media-playback-pause.png
deleted file mode 100644
index b934e16..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/media-playback-pause.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/media-playback-start-rtl.png b/Icons and cursors/windowsicon/48x48/actions/media-playback-start-rtl.png
deleted file mode 100644
index de4726c..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/media-playback-start-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/media-playback-start.png b/Icons and cursors/windowsicon/48x48/actions/media-playback-start.png
deleted file mode 100644
index b52a702..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/media-playback-start.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/media-playback-stop.png b/Icons and cursors/windowsicon/48x48/actions/media-playback-stop.png
deleted file mode 100644
index 2c1c222..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/media-playback-stop.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/media-record.png b/Icons and cursors/windowsicon/48x48/actions/media-record.png
deleted file mode 100644
index d2fa10f..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/media-record.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/media-seek-backward-rtl.png b/Icons and cursors/windowsicon/48x48/actions/media-seek-backward-rtl.png
deleted file mode 100644
index 22ef697..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/media-seek-backward-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/media-seek-backward.png b/Icons and cursors/windowsicon/48x48/actions/media-seek-backward.png
deleted file mode 100644
index 082ad1f..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/media-seek-backward.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/media-seek-forward-rtl.png b/Icons and cursors/windowsicon/48x48/actions/media-seek-forward-rtl.png
deleted file mode 100644
index 082ad1f..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/media-seek-forward-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/media-seek-forward.png b/Icons and cursors/windowsicon/48x48/actions/media-seek-forward.png
deleted file mode 100644
index 22ef697..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/media-seek-forward.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/media-skip-backward-rtl.png b/Icons and cursors/windowsicon/48x48/actions/media-skip-backward-rtl.png
deleted file mode 100644
index 9153799..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/media-skip-backward-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/media-skip-backward.png b/Icons and cursors/windowsicon/48x48/actions/media-skip-backward.png
deleted file mode 100644
index 8b97bb3..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/media-skip-backward.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/media-skip-forward-rtl.png b/Icons and cursors/windowsicon/48x48/actions/media-skip-forward-rtl.png
deleted file mode 100644
index 8b97bb3..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/media-skip-forward-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/media-skip-forward.png b/Icons and cursors/windowsicon/48x48/actions/media-skip-forward.png
deleted file mode 100644
index 9153799..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/media-skip-forward.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/menu_new.png b/Icons and cursors/windowsicon/48x48/actions/menu_new.png
deleted file mode 100644
index 70e7a33..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/menu_new.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/nautilus-pastebin.png b/Icons and cursors/windowsicon/48x48/actions/nautilus-pastebin.png
deleted file mode 120000
index 2f55649..0000000
--- a/Icons and cursors/windowsicon/48x48/actions/nautilus-pastebin.png
+++ /dev/null
@@ -1 +0,0 @@
-edit-paste.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/48x48/actions/next.png b/Icons and cursors/windowsicon/48x48/actions/next.png
deleted file mode 120000
index 82a2075..0000000
--- a/Icons and cursors/windowsicon/48x48/actions/next.png
+++ /dev/null
@@ -1 +0,0 @@
-forward.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/48x48/actions/object-flip-horizontal.png b/Icons and cursors/windowsicon/48x48/actions/object-flip-horizontal.png
deleted file mode 100755
index 43cfcc9..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/object-flip-horizontal.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/object-flip-vertical.png b/Icons and cursors/windowsicon/48x48/actions/object-flip-vertical.png
deleted file mode 100755
index af59872..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/object-flip-vertical.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/object-rotate-180.png b/Icons and cursors/windowsicon/48x48/actions/object-rotate-180.png
deleted file mode 100755
index ab5a027..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/object-rotate-180.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/object-rotate-left.png b/Icons and cursors/windowsicon/48x48/actions/object-rotate-left.png
deleted file mode 100755
index 6624ee6..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/object-rotate-left.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/object-rotate-right.png b/Icons and cursors/windowsicon/48x48/actions/object-rotate-right.png
deleted file mode 100755
index bc0baf3..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/object-rotate-right.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/pin.png b/Icons and cursors/windowsicon/48x48/actions/pin.png
deleted file mode 100644
index e9b78b5..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/pin.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/player_eject.png b/Icons and cursors/windowsicon/48x48/actions/player_eject.png
deleted file mode 100644
index 63a1f69..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/player_eject.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/player_end.png b/Icons and cursors/windowsicon/48x48/actions/player_end.png
deleted file mode 100644
index 9153799..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/player_end.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/player_fwd.png b/Icons and cursors/windowsicon/48x48/actions/player_fwd.png
deleted file mode 100644
index 22ef697..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/player_fwd.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/player_pause.png b/Icons and cursors/windowsicon/48x48/actions/player_pause.png
deleted file mode 100644
index b934e16..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/player_pause.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/player_play.png b/Icons and cursors/windowsicon/48x48/actions/player_play.png
deleted file mode 100644
index b52a702..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/player_play.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/player_record.png b/Icons and cursors/windowsicon/48x48/actions/player_record.png
deleted file mode 100644
index d2fa10f..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/player_record.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/player_rew.png b/Icons and cursors/windowsicon/48x48/actions/player_rew.png
deleted file mode 100644
index 082ad1f..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/player_rew.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/player_start.png b/Icons and cursors/windowsicon/48x48/actions/player_start.png
deleted file mode 100644
index 8b97bb3..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/player_start.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/player_stop.png b/Icons and cursors/windowsicon/48x48/actions/player_stop.png
deleted file mode 100644
index 2c1c222..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/player_stop.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/previous.png b/Icons and cursors/windowsicon/48x48/actions/previous.png
deleted file mode 100644
index f5ce9ca..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/previous.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/process-stop.png b/Icons and cursors/windowsicon/48x48/actions/process-stop.png
deleted file mode 100644
index b4f0962..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/process-stop.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/redhat-home.png b/Icons and cursors/windowsicon/48x48/actions/redhat-home.png
deleted file mode 100644
index c77f362..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/redhat-home.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/redo.png b/Icons and cursors/windowsicon/48x48/actions/redo.png
deleted file mode 100644
index 7e797c9..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/redo.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/reload.png b/Icons and cursors/windowsicon/48x48/actions/reload.png
deleted file mode 100644
index 8aed601..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/reload.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/reload3.png b/Icons and cursors/windowsicon/48x48/actions/reload3.png
deleted file mode 100644
index 8aed601..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/reload3.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/reload_all_tabs.png b/Icons and cursors/windowsicon/48x48/actions/reload_all_tabs.png
deleted file mode 100644
index 8aed601..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/reload_all_tabs.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/reload_page.png b/Icons and cursors/windowsicon/48x48/actions/reload_page.png
deleted file mode 100644
index 8aed601..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/reload_page.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/remove.png b/Icons and cursors/windowsicon/48x48/actions/remove.png
deleted file mode 100644
index c25abdb..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/remove.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/revert.png b/Icons and cursors/windowsicon/48x48/actions/revert.png
deleted file mode 100644
index 0f11ed9..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/revert.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/rightjust.png b/Icons and cursors/windowsicon/48x48/actions/rightjust.png
deleted file mode 100644
index d30ba64..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/rightjust.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/search.png b/Icons and cursors/windowsicon/48x48/actions/search.png
deleted file mode 120000
index 46c673f..0000000
--- a/Icons and cursors/windowsicon/48x48/actions/search.png
+++ /dev/null
@@ -1 +0,0 @@
-system-search.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/48x48/actions/settings-configure.png b/Icons and cursors/windowsicon/48x48/actions/settings-configure.png
deleted file mode 100644
index b0e968d..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/settings-configure.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/start.png b/Icons and cursors/windowsicon/48x48/actions/start.png
deleted file mode 100644
index 122a808..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/start.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_about.png b/Icons and cursors/windowsicon/48x48/actions/stock_about.png
deleted file mode 100644
index 75540c6..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_about.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_add-bookmark.png b/Icons and cursors/windowsicon/48x48/actions/stock_add-bookmark.png
deleted file mode 100644
index d8783b2..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_add-bookmark.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_bottom.png b/Icons and cursors/windowsicon/48x48/actions/stock_bottom.png
deleted file mode 100644
index 73b9e25..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_bottom.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_close.png b/Icons and cursors/windowsicon/48x48/actions/stock_close.png
deleted file mode 100644
index c491eae..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_close.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_copy.png b/Icons and cursors/windowsicon/48x48/actions/stock_copy.png
deleted file mode 120000
index e106cb5..0000000
--- a/Icons and cursors/windowsicon/48x48/actions/stock_copy.png
+++ /dev/null
@@ -1 +0,0 @@
-edit-copy.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_cut.png b/Icons and cursors/windowsicon/48x48/actions/stock_cut.png
deleted file mode 120000
index 32b0302..0000000
--- a/Icons and cursors/windowsicon/48x48/actions/stock_cut.png
+++ /dev/null
@@ -1 +0,0 @@
-edit-cut.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_delete.png b/Icons and cursors/windowsicon/48x48/actions/stock_delete.png
deleted file mode 100644
index 070aac3..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_delete.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_down.png b/Icons and cursors/windowsicon/48x48/actions/stock_down.png
deleted file mode 100644
index 73b9e25..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_down.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_file-properites.png b/Icons and cursors/windowsicon/48x48/actions/stock_file-properites.png
deleted file mode 100644
index f78b439..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_file-properites.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_file-properties.png b/Icons and cursors/windowsicon/48x48/actions/stock_file-properties.png
deleted file mode 120000
index b447aa2..0000000
--- a/Icons and cursors/windowsicon/48x48/actions/stock_file-properties.png
+++ /dev/null
@@ -1 +0,0 @@
-document-properties.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_filter-data-by-criteria.png b/Icons and cursors/windowsicon/48x48/actions/stock_filter-data-by-criteria.png
deleted file mode 100644
index 2396f0c..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_filter-data-by-criteria.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_filter-navigator.png b/Icons and cursors/windowsicon/48x48/actions/stock_filter-navigator.png
deleted file mode 100644
index 2396f0c..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_filter-navigator.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_first.png b/Icons and cursors/windowsicon/48x48/actions/stock_first.png
deleted file mode 100644
index 122a808..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_first.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_fullscreen.png b/Icons and cursors/windowsicon/48x48/actions/stock_fullscreen.png
deleted file mode 120000
index 37aaf87..0000000
--- a/Icons and cursors/windowsicon/48x48/actions/stock_fullscreen.png
+++ /dev/null
@@ -1 +0,0 @@
-view-fullscreen.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_help-add-bookmark.png b/Icons and cursors/windowsicon/48x48/actions/stock_help-add-bookmark.png
deleted file mode 100644
index d8783b2..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_help-add-bookmark.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_help.png b/Icons and cursors/windowsicon/48x48/actions/stock_help.png
deleted file mode 100644
index 54c18da..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_help.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_home.png b/Icons and cursors/windowsicon/48x48/actions/stock_home.png
deleted file mode 100644
index c77f362..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_home.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_last.png b/Icons and cursors/windowsicon/48x48/actions/stock_last.png
deleted file mode 100644
index 5522cc9..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_last.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_leave-fullscreen.png b/Icons and cursors/windowsicon/48x48/actions/stock_leave-fullscreen.png
deleted file mode 100644
index 1dc44f7..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_leave-fullscreen.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_left.png b/Icons and cursors/windowsicon/48x48/actions/stock_left.png
deleted file mode 120000
index 4277762..0000000
--- a/Icons and cursors/windowsicon/48x48/actions/stock_left.png
+++ /dev/null
@@ -1 +0,0 @@
-back.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_mail-compose.png b/Icons and cursors/windowsicon/48x48/actions/stock_mail-compose.png
deleted file mode 100644
index fcd7ddd..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_mail-compose.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_mail-filters-apply.png b/Icons and cursors/windowsicon/48x48/actions/stock_mail-filters-apply.png
deleted file mode 100644
index 2396f0c..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_mail-filters-apply.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_mail-forward.png b/Icons and cursors/windowsicon/48x48/actions/stock_mail-forward.png
deleted file mode 100644
index db3aced..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_mail-forward.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_mail-replied.png b/Icons and cursors/windowsicon/48x48/actions/stock_mail-replied.png
deleted file mode 120000
index a96d91f..0000000
--- a/Icons and cursors/windowsicon/48x48/actions/stock_mail-replied.png
+++ /dev/null
@@ -1 +0,0 @@
-mail-replied.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_mail-reply-to-all.png b/Icons and cursors/windowsicon/48x48/actions/stock_mail-reply-to-all.png
deleted file mode 100644
index 07d2e35..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_mail-reply-to-all.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_mail-reply.png b/Icons and cursors/windowsicon/48x48/actions/stock_mail-reply.png
deleted file mode 100644
index d7e8460..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_mail-reply.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_mail-send-receive.png b/Icons and cursors/windowsicon/48x48/actions/stock_mail-send-receive.png
deleted file mode 100644
index 426f421..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_mail-send-receive.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_mail-send.png b/Icons and cursors/windowsicon/48x48/actions/stock_mail-send.png
deleted file mode 100644
index d3124a9..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_mail-send.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_media-fwd.png b/Icons and cursors/windowsicon/48x48/actions/stock_media-fwd.png
deleted file mode 100644
index 22ef697..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_media-fwd.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_media-next.png b/Icons and cursors/windowsicon/48x48/actions/stock_media-next.png
deleted file mode 100644
index 9153799..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_media-next.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_media-pause.png b/Icons and cursors/windowsicon/48x48/actions/stock_media-pause.png
deleted file mode 100644
index b934e16..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_media-pause.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_media-play.png b/Icons and cursors/windowsicon/48x48/actions/stock_media-play.png
deleted file mode 100644
index b52a702..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_media-play.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_media-prev.png b/Icons and cursors/windowsicon/48x48/actions/stock_media-prev.png
deleted file mode 100644
index 8b97bb3..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_media-prev.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_media-rec.png b/Icons and cursors/windowsicon/48x48/actions/stock_media-rec.png
deleted file mode 100644
index d2fa10f..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_media-rec.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_media-rew.png b/Icons and cursors/windowsicon/48x48/actions/stock_media-rew.png
deleted file mode 100644
index 082ad1f..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_media-rew.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_media-stop.png b/Icons and cursors/windowsicon/48x48/actions/stock_media-stop.png
deleted file mode 100644
index 2c1c222..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_media-stop.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_new-address-book.png b/Icons and cursors/windowsicon/48x48/actions/stock_new-address-book.png
deleted file mode 100644
index 7a05efb..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_new-address-book.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_new-appointment.png b/Icons and cursors/windowsicon/48x48/actions/stock_new-appointment.png
deleted file mode 100644
index 020e1f5..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_new-appointment.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_new-bcard.png b/Icons and cursors/windowsicon/48x48/actions/stock_new-bcard.png
deleted file mode 100644
index bf67380..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_new-bcard.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_new-dir.png b/Icons and cursors/windowsicon/48x48/actions/stock_new-dir.png
deleted file mode 120000
index e3ded23..0000000
--- a/Icons and cursors/windowsicon/48x48/actions/stock_new-dir.png
+++ /dev/null
@@ -1 +0,0 @@
-folder-new.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_new-tab.png b/Icons and cursors/windowsicon/48x48/actions/stock_new-tab.png
deleted file mode 120000
index 6fdf770..0000000
--- a/Icons and cursors/windowsicon/48x48/actions/stock_new-tab.png
+++ /dev/null
@@ -1 +0,0 @@
-tab-new.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_new-text.png b/Icons and cursors/windowsicon/48x48/actions/stock_new-text.png
deleted file mode 120000
index 446977d..0000000
--- a/Icons and cursors/windowsicon/48x48/actions/stock_new-text.png
+++ /dev/null
@@ -1 +0,0 @@
-document-new.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_new-window.png b/Icons and cursors/windowsicon/48x48/actions/stock_new-window.png
deleted file mode 120000
index 30b601d..0000000
--- a/Icons and cursors/windowsicon/48x48/actions/stock_new-window.png
+++ /dev/null
@@ -1 +0,0 @@
-window-new.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_next.png b/Icons and cursors/windowsicon/48x48/actions/stock_next.png
deleted file mode 120000
index 82a2075..0000000
--- a/Icons and cursors/windowsicon/48x48/actions/stock_next.png
+++ /dev/null
@@ -1 +0,0 @@
-forward.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_paste.png b/Icons and cursors/windowsicon/48x48/actions/stock_paste.png
deleted file mode 120000
index 2f55649..0000000
--- a/Icons and cursors/windowsicon/48x48/actions/stock_paste.png
+++ /dev/null
@@ -1 +0,0 @@
-edit-paste.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_person.png b/Icons and cursors/windowsicon/48x48/actions/stock_person.png
deleted file mode 120000
index 1039c3a..0000000
--- a/Icons and cursors/windowsicon/48x48/actions/stock_person.png
+++ /dev/null
@@ -1 +0,0 @@
-user-identity.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_previous.png b/Icons and cursors/windowsicon/48x48/actions/stock_previous.png
deleted file mode 120000
index 4277762..0000000
--- a/Icons and cursors/windowsicon/48x48/actions/stock_previous.png
+++ /dev/null
@@ -1 +0,0 @@
-back.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_print-preview.png b/Icons and cursors/windowsicon/48x48/actions/stock_print-preview.png
deleted file mode 120000
index 9dfea71..0000000
--- a/Icons and cursors/windowsicon/48x48/actions/stock_print-preview.png
+++ /dev/null
@@ -1 +0,0 @@
-document-print-preview.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_print-setup.png b/Icons and cursors/windowsicon/48x48/actions/stock_print-setup.png
deleted file mode 120000
index 68a9613..0000000
--- a/Icons and cursors/windowsicon/48x48/actions/stock_print-setup.png
+++ /dev/null
@@ -1 +0,0 @@
-document-page-setup.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_print.png b/Icons and cursors/windowsicon/48x48/actions/stock_print.png
deleted file mode 100644
index 1f58c17..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_print.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_properties.png b/Icons and cursors/windowsicon/48x48/actions/stock_properties.png
deleted file mode 120000
index b447aa2..0000000
--- a/Icons and cursors/windowsicon/48x48/actions/stock_properties.png
+++ /dev/null
@@ -1 +0,0 @@
-document-properties.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_redo.png b/Icons and cursors/windowsicon/48x48/actions/stock_redo.png
deleted file mode 100644
index 7e797c9..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_redo.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_refresh.png b/Icons and cursors/windowsicon/48x48/actions/stock_refresh.png
deleted file mode 100644
index 8aed601..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_refresh.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_right.png b/Icons and cursors/windowsicon/48x48/actions/stock_right.png
deleted file mode 120000
index 82a2075..0000000
--- a/Icons and cursors/windowsicon/48x48/actions/stock_right.png
+++ /dev/null
@@ -1 +0,0 @@
-forward.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_save-as.png b/Icons and cursors/windowsicon/48x48/actions/stock_save-as.png
deleted file mode 120000
index 6f80888..0000000
--- a/Icons and cursors/windowsicon/48x48/actions/stock_save-as.png
+++ /dev/null
@@ -1 +0,0 @@
-document-save-as.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_save.png b/Icons and cursors/windowsicon/48x48/actions/stock_save.png
deleted file mode 120000
index b1240e1..0000000
--- a/Icons and cursors/windowsicon/48x48/actions/stock_save.png
+++ /dev/null
@@ -1 +0,0 @@
-document-save.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_search-and-replace.png b/Icons and cursors/windowsicon/48x48/actions/stock_search-and-replace.png
deleted file mode 100644
index 16bb7e9..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_search-and-replace.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_search.png b/Icons and cursors/windowsicon/48x48/actions/stock_search.png
deleted file mode 120000
index dd41368..0000000
--- a/Icons and cursors/windowsicon/48x48/actions/stock_search.png
+++ /dev/null
@@ -1 +0,0 @@
-edit-find.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_select-all.png b/Icons and cursors/windowsicon/48x48/actions/stock_select-all.png
deleted file mode 100644
index 8b8e4f0..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_select-all.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_spam.png b/Icons and cursors/windowsicon/48x48/actions/stock_spam.png
deleted file mode 100644
index dbf72cb..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_spam.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_spellcheck.png b/Icons and cursors/windowsicon/48x48/actions/stock_spellcheck.png
deleted file mode 100644
index 3585671..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_spellcheck.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_stop.png b/Icons and cursors/windowsicon/48x48/actions/stock_stop.png
deleted file mode 100644
index b4f0962..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_stop.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_text-strikethrough.png b/Icons and cursors/windowsicon/48x48/actions/stock_text-strikethrough.png
deleted file mode 100644
index 209fccd..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_text-strikethrough.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_text_bold.png b/Icons and cursors/windowsicon/48x48/actions/stock_text_bold.png
deleted file mode 100644
index bfe8783..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_text_bold.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_text_center.png b/Icons and cursors/windowsicon/48x48/actions/stock_text_center.png
deleted file mode 100644
index 8246e1d..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_text_center.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_text_indent.png b/Icons and cursors/windowsicon/48x48/actions/stock_text_indent.png
deleted file mode 100644
index 2093238..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_text_indent.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_text_italic.png b/Icons and cursors/windowsicon/48x48/actions/stock_text_italic.png
deleted file mode 100644
index e802a49..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_text_italic.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_text_justify.png b/Icons and cursors/windowsicon/48x48/actions/stock_text_justify.png
deleted file mode 100644
index cdc633c..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_text_justify.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_text_left.png b/Icons and cursors/windowsicon/48x48/actions/stock_text_left.png
deleted file mode 100644
index fe1e8da..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_text_left.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_text_right.png b/Icons and cursors/windowsicon/48x48/actions/stock_text_right.png
deleted file mode 100644
index d30ba64..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_text_right.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_text_underlined.png b/Icons and cursors/windowsicon/48x48/actions/stock_text_underlined.png
deleted file mode 100644
index e4a427d..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_text_underlined.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_text_unindent.png b/Icons and cursors/windowsicon/48x48/actions/stock_text_unindent.png
deleted file mode 100644
index 8cf7488..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_text_unindent.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_top.png b/Icons and cursors/windowsicon/48x48/actions/stock_top.png
deleted file mode 100644
index d95c510..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_top.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_undo.png b/Icons and cursors/windowsicon/48x48/actions/stock_undo.png
deleted file mode 100644
index 9ea6b9b..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_undo.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_up.png b/Icons and cursors/windowsicon/48x48/actions/stock_up.png
deleted file mode 100644
index d95c510..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_up.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_zoom-1.png b/Icons and cursors/windowsicon/48x48/actions/stock_zoom-1.png
deleted file mode 120000
index 14537ed..0000000
--- a/Icons and cursors/windowsicon/48x48/actions/stock_zoom-1.png
+++ /dev/null
@@ -1 +0,0 @@
-viewmag1.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_zoom-in.png b/Icons and cursors/windowsicon/48x48/actions/stock_zoom-in.png
deleted file mode 120000
index 920bdf9..0000000
--- a/Icons and cursors/windowsicon/48x48/actions/stock_zoom-in.png
+++ /dev/null
@@ -1 +0,0 @@
-viewmag+.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_zoom-out.png b/Icons and cursors/windowsicon/48x48/actions/stock_zoom-out.png
deleted file mode 120000
index 604b33d..0000000
--- a/Icons and cursors/windowsicon/48x48/actions/stock_zoom-out.png
+++ /dev/null
@@ -1 +0,0 @@
-viewmag-.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_zoom-page.png b/Icons and cursors/windowsicon/48x48/actions/stock_zoom-page.png
deleted file mode 120000
index 4530444..0000000
--- a/Icons and cursors/windowsicon/48x48/actions/stock_zoom-page.png
+++ /dev/null
@@ -1 +0,0 @@
-viewmagfit.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/48x48/actions/stop.png b/Icons and cursors/windowsicon/48x48/actions/stop.png
deleted file mode 100644
index b4f0962..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/stop.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/system-lock-screen.png b/Icons and cursors/windowsicon/48x48/actions/system-lock-screen.png
deleted file mode 100644
index 2ab8237..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/system-lock-screen.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/system-log-out.png b/Icons and cursors/windowsicon/48x48/actions/system-log-out.png
deleted file mode 100644
index ffa2cbb..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/system-log-out.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/system-run.png b/Icons and cursors/windowsicon/48x48/actions/system-run.png
deleted file mode 100644
index 5a1a4dc..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/system-run.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/system-search.png b/Icons and cursors/windowsicon/48x48/actions/system-search.png
deleted file mode 100755
index ae37547..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/system-search.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/system-shutdown.png b/Icons and cursors/windowsicon/48x48/actions/system-shutdown.png
deleted file mode 100644
index 8c811a6..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/system-shutdown.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/tab-new.png b/Icons and cursors/windowsicon/48x48/actions/tab-new.png
deleted file mode 100755
index 5a47479..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/tab-new.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/tab.png b/Icons and cursors/windowsicon/48x48/actions/tab.png
deleted file mode 100755
index 9e331b4..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/tab.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/tab_new.png b/Icons and cursors/windowsicon/48x48/actions/tab_new.png
deleted file mode 120000
index 6fdf770..0000000
--- a/Icons and cursors/windowsicon/48x48/actions/tab_new.png
+++ /dev/null
@@ -1 +0,0 @@
-tab-new.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/48x48/actions/text_bold.png b/Icons and cursors/windowsicon/48x48/actions/text_bold.png
deleted file mode 100644
index bfe8783..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/text_bold.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/text_italic.png b/Icons and cursors/windowsicon/48x48/actions/text_italic.png
deleted file mode 100644
index e802a49..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/text_italic.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/text_strike.png b/Icons and cursors/windowsicon/48x48/actions/text_strike.png
deleted file mode 100644
index 209fccd..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/text_strike.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/text_under.png b/Icons and cursors/windowsicon/48x48/actions/text_under.png
deleted file mode 100644
index e4a427d..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/text_under.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/tools-check-spelling.png b/Icons and cursors/windowsicon/48x48/actions/tools-check-spelling.png
deleted file mode 100644
index 3585671..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/tools-check-spelling.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/top.png b/Icons and cursors/windowsicon/48x48/actions/top.png
deleted file mode 100644
index d95c510..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/top.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/undo.png b/Icons and cursors/windowsicon/48x48/actions/undo.png
deleted file mode 100644
index 9ea6b9b..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/undo.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/up.png b/Icons and cursors/windowsicon/48x48/actions/up.png
deleted file mode 100644
index d95c510..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/up.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/user-identity.png b/Icons and cursors/windowsicon/48x48/actions/user-identity.png
deleted file mode 100755
index ef2d370..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/user-identity.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/view-fullscreen.png b/Icons and cursors/windowsicon/48x48/actions/view-fullscreen.png
deleted file mode 100755
index dd67d4a..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/view-fullscreen.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/view-refresh.png b/Icons and cursors/windowsicon/48x48/actions/view-refresh.png
deleted file mode 100644
index 8aed601..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/view-refresh.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/view-restore.png b/Icons and cursors/windowsicon/48x48/actions/view-restore.png
deleted file mode 100644
index 1dc44f7..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/view-restore.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/view-sort-ascending.png b/Icons and cursors/windowsicon/48x48/actions/view-sort-ascending.png
deleted file mode 100644
index 3dd59cd..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/view-sort-ascending.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/view-sort-descending.png b/Icons and cursors/windowsicon/48x48/actions/view-sort-descending.png
deleted file mode 100644
index c45efc4..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/view-sort-descending.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/viewmag+.png b/Icons and cursors/windowsicon/48x48/actions/viewmag+.png
deleted file mode 100755
index 2af6d18..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/viewmag+.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/viewmag-.png b/Icons and cursors/windowsicon/48x48/actions/viewmag-.png
deleted file mode 100755
index e98f12f..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/viewmag-.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/viewmag.png b/Icons and cursors/windowsicon/48x48/actions/viewmag.png
deleted file mode 100755
index 70a427f..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/viewmag.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/viewmag1.png b/Icons and cursors/windowsicon/48x48/actions/viewmag1.png
deleted file mode 100755
index 183150a..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/viewmag1.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/viewmagfit.png b/Icons and cursors/windowsicon/48x48/actions/viewmagfit.png
deleted file mode 100755
index 70a427f..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/viewmagfit.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/window-close.png b/Icons and cursors/windowsicon/48x48/actions/window-close.png
deleted file mode 100644
index c491eae..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/window-close.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/window-new.png b/Icons and cursors/windowsicon/48x48/actions/window-new.png
deleted file mode 100755
index 99fff19..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/window-new.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/window-pin.png b/Icons and cursors/windowsicon/48x48/actions/window-pin.png
deleted file mode 100644
index e9b78b5..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/window-pin.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/window.png b/Icons and cursors/windowsicon/48x48/actions/window.png
deleted file mode 100755
index 9ccde87..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/window.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/window_fullscreen.png b/Icons and cursors/windowsicon/48x48/actions/window_fullscreen.png
deleted file mode 120000
index 37aaf87..0000000
--- a/Icons and cursors/windowsicon/48x48/actions/window_fullscreen.png
+++ /dev/null
@@ -1 +0,0 @@
-view-fullscreen.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/48x48/actions/window_new.png b/Icons and cursors/windowsicon/48x48/actions/window_new.png
deleted file mode 120000
index 30b601d..0000000
--- a/Icons and cursors/windowsicon/48x48/actions/window_new.png
+++ /dev/null
@@ -1 +0,0 @@
-window-new.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/48x48/actions/window_nofullscreen.png b/Icons and cursors/windowsicon/48x48/actions/window_nofullscreen.png
deleted file mode 100644
index 1dc44f7..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/window_nofullscreen.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/xfce-system-exit.png b/Icons and cursors/windowsicon/48x48/actions/xfce-system-exit.png
deleted file mode 100644
index c49888d..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/xfce-system-exit.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/xfce-system-lock.png b/Icons and cursors/windowsicon/48x48/actions/xfce-system-lock.png
deleted file mode 100644
index 2ab8237..0000000
Binary files a/Icons and cursors/windowsicon/48x48/actions/xfce-system-lock.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/actions/xfce4-appfinder.png b/Icons and cursors/windowsicon/48x48/actions/xfce4-appfinder.png
deleted file mode 120000
index 925deda..0000000
--- a/Icons and cursors/windowsicon/48x48/actions/xfce4-appfinder.png
+++ /dev/null
@@ -1 +0,0 @@
-gtk-find.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/48x48/actions/zoom-best-fit.png b/Icons and cursors/windowsicon/48x48/actions/zoom-best-fit.png
deleted file mode 120000
index 4530444..0000000
--- a/Icons and cursors/windowsicon/48x48/actions/zoom-best-fit.png
+++ /dev/null
@@ -1 +0,0 @@
-viewmagfit.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/48x48/actions/zoom-fit-best.png b/Icons and cursors/windowsicon/48x48/actions/zoom-fit-best.png
deleted file mode 120000
index 4530444..0000000
--- a/Icons and cursors/windowsicon/48x48/actions/zoom-fit-best.png
+++ /dev/null
@@ -1 +0,0 @@
-viewmagfit.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/48x48/actions/zoom-in.png b/Icons and cursors/windowsicon/48x48/actions/zoom-in.png
deleted file mode 120000
index 920bdf9..0000000
--- a/Icons and cursors/windowsicon/48x48/actions/zoom-in.png
+++ /dev/null
@@ -1 +0,0 @@
-viewmag+.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/48x48/actions/zoom-original.png b/Icons and cursors/windowsicon/48x48/actions/zoom-original.png
deleted file mode 120000
index 14537ed..0000000
--- a/Icons and cursors/windowsicon/48x48/actions/zoom-original.png
+++ /dev/null
@@ -1 +0,0 @@
-viewmag1.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/48x48/actions/zoom-out.png b/Icons and cursors/windowsicon/48x48/actions/zoom-out.png
deleted file mode 120000
index 604b33d..0000000
--- a/Icons and cursors/windowsicon/48x48/actions/zoom-out.png
+++ /dev/null
@@ -1 +0,0 @@
-viewmag-.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/48x48/animations/gnome-spinner.png b/Icons and cursors/windowsicon/48x48/animations/gnome-spinner.png
deleted file mode 100644
index a12fc81..0000000
Binary files a/Icons and cursors/windowsicon/48x48/animations/gnome-spinner.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/animations/process-working.png b/Icons and cursors/windowsicon/48x48/animations/process-working.png
deleted file mode 100644
index a12fc81..0000000
Binary files a/Icons and cursors/windowsicon/48x48/animations/process-working.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/access.png b/Icons and cursors/windowsicon/48x48/apps/access.png
deleted file mode 100644
index 5285637..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/access.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/accessibility-directory.png b/Icons and cursors/windowsicon/48x48/apps/accessibility-directory.png
deleted file mode 100644
index 5285637..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/accessibility-directory.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/accessories-calculator.png b/Icons and cursors/windowsicon/48x48/apps/accessories-calculator.png
deleted file mode 100644
index c9663f8..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/accessories-calculator.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/accessories-character-map.png b/Icons and cursors/windowsicon/48x48/apps/accessories-character-map.png
deleted file mode 100644
index da280ab..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/accessories-character-map.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/accessories-dictionary.png b/Icons and cursors/windowsicon/48x48/apps/accessories-dictionary.png
deleted file mode 100644
index 9724eb6..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/accessories-dictionary.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/accessories-text-editor.png b/Icons and cursors/windowsicon/48x48/apps/accessories-text-editor.png
deleted file mode 100644
index e27ce85..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/accessories-text-editor.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/alacarte.png b/Icons and cursors/windowsicon/48x48/apps/alacarte.png
deleted file mode 100644
index b141724..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/alacarte.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/applets-screenshooter.png b/Icons and cursors/windowsicon/48x48/apps/applets-screenshooter.png
deleted file mode 100644
index 6419d58..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/applets-screenshooter.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/apport.png b/Icons and cursors/windowsicon/48x48/apps/apport.png
deleted file mode 100644
index 718377f..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/apport.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/arts.png b/Icons and cursors/windowsicon/48x48/apps/arts.png
deleted file mode 100644
index ca57493..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/arts.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/background.png b/Icons and cursors/windowsicon/48x48/apps/background.png
deleted file mode 100644
index 27c903e..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/background.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/baobab.png b/Icons and cursors/windowsicon/48x48/apps/baobab.png
deleted file mode 100644
index 2f7595c..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/baobab.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/bleachbit.png b/Icons and cursors/windowsicon/48x48/apps/bleachbit.png
deleted file mode 100644
index ff60c70..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/bleachbit.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/bluetooth.png b/Icons and cursors/windowsicon/48x48/apps/bluetooth.png
deleted file mode 100644
index 269ab20..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/bluetooth.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/brasero.png b/Icons and cursors/windowsicon/48x48/apps/brasero.png
deleted file mode 100644
index fa494b1..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/brasero.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/calc.png b/Icons and cursors/windowsicon/48x48/apps/calc.png
deleted file mode 100644
index c9663f8..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/calc.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/cheese.png b/Icons and cursors/windowsicon/48x48/apps/cheese.png
deleted file mode 100644
index e2c807e..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/cheese.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/color-picker.png b/Icons and cursors/windowsicon/48x48/apps/color-picker.png
deleted file mode 100644
index 64f03ec..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/color-picker.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/config-language.png b/Icons and cursors/windowsicon/48x48/apps/config-language.png
deleted file mode 100644
index 52c45c3..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/config-language.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/config-users.png b/Icons and cursors/windowsicon/48x48/apps/config-users.png
deleted file mode 100644
index 8a0d379..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/config-users.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-applets.png b/Icons and cursors/windowsicon/48x48/apps/cs-applets.png
deleted file mode 100644
index 2b83556..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-applets.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-backgrounds.png b/Icons and cursors/windowsicon/48x48/apps/cs-backgrounds.png
deleted file mode 100644
index dc3d35b..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-backgrounds.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-bluetooth.png b/Icons and cursors/windowsicon/48x48/apps/cs-bluetooth.png
deleted file mode 100644
index c337255..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-bluetooth.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-cat-admin.png b/Icons and cursors/windowsicon/48x48/apps/cs-cat-admin.png
deleted file mode 100644
index a11a9ae..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-cat-admin.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-cat-appearance.png b/Icons and cursors/windowsicon/48x48/apps/cs-cat-appearance.png
deleted file mode 100644
index 04eeec2..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-cat-appearance.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-cat-hardware.png b/Icons and cursors/windowsicon/48x48/apps/cs-cat-hardware.png
deleted file mode 100644
index 525c3b4..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-cat-hardware.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-cat-prefs.png b/Icons and cursors/windowsicon/48x48/apps/cs-cat-prefs.png
deleted file mode 100644
index 07cff09..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-cat-prefs.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-cat-themes.png b/Icons and cursors/windowsicon/48x48/apps/cs-cat-themes.png
deleted file mode 100644
index 04eeec2..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-cat-themes.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-color.png b/Icons and cursors/windowsicon/48x48/apps/cs-color.png
deleted file mode 100644
index aec3fad..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-color.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-date-time.png b/Icons and cursors/windowsicon/48x48/apps/cs-date-time.png
deleted file mode 100644
index bcd987a..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-date-time.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-default-applications.png b/Icons and cursors/windowsicon/48x48/apps/cs-default-applications.png
deleted file mode 100644
index 59015a6..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-default-applications.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-desklets.png b/Icons and cursors/windowsicon/48x48/apps/cs-desklets.png
deleted file mode 100644
index 2b83556..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-desklets.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-desktop-effects.png b/Icons and cursors/windowsicon/48x48/apps/cs-desktop-effects.png
deleted file mode 100644
index dc3d35b..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-desktop-effects.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-desktop.png b/Icons and cursors/windowsicon/48x48/apps/cs-desktop.png
deleted file mode 100644
index dc3d35b..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-desktop.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-details.png b/Icons and cursors/windowsicon/48x48/apps/cs-details.png
deleted file mode 100644
index 62c91e2..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-details.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-display.png b/Icons and cursors/windowsicon/48x48/apps/cs-display.png
deleted file mode 100644
index afd9f52..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-display.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-drivers.png b/Icons and cursors/windowsicon/48x48/apps/cs-drivers.png
deleted file mode 100644
index 525c3b4..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-drivers.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-extensions.png b/Icons and cursors/windowsicon/48x48/apps/cs-extensions.png
deleted file mode 100644
index dc3d35b..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-extensions.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-firewall.png b/Icons and cursors/windowsicon/48x48/apps/cs-firewall.png
deleted file mode 100644
index 1c9a882..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-firewall.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-fonts.png b/Icons and cursors/windowsicon/48x48/apps/cs-fonts.png
deleted file mode 100644
index a237550..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-fonts.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-general.png b/Icons and cursors/windowsicon/48x48/apps/cs-general.png
deleted file mode 100644
index f8e9c84..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-general.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-keyboard.png b/Icons and cursors/windowsicon/48x48/apps/cs-keyboard.png
deleted file mode 100644
index 6e1d8ec..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-keyboard.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-language.png b/Icons and cursors/windowsicon/48x48/apps/cs-language.png
deleted file mode 100644
index 51ffe83..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-language.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-login.png b/Icons and cursors/windowsicon/48x48/apps/cs-login.png
deleted file mode 100644
index 984f0a9..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-login.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-mouse.png b/Icons and cursors/windowsicon/48x48/apps/cs-mouse.png
deleted file mode 100644
index 1bd9624..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-mouse.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-network.png b/Icons and cursors/windowsicon/48x48/apps/cs-network.png
deleted file mode 100644
index 6308851..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-network.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-notifications.png b/Icons and cursors/windowsicon/48x48/apps/cs-notifications.png
deleted file mode 100644
index d718927..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-notifications.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-overview.png b/Icons and cursors/windowsicon/48x48/apps/cs-overview.png
deleted file mode 100644
index afd9f52..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-overview.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-panel.png b/Icons and cursors/windowsicon/48x48/apps/cs-panel.png
deleted file mode 100644
index dc3d35b..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-panel.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-power.png b/Icons and cursors/windowsicon/48x48/apps/cs-power.png
deleted file mode 100644
index 2caa363..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-power.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-printer.png b/Icons and cursors/windowsicon/48x48/apps/cs-printer.png
deleted file mode 100644
index ad82c63..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-printer.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-privacy.png b/Icons and cursors/windowsicon/48x48/apps/cs-privacy.png
deleted file mode 100644
index 6649b8b..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-privacy.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-region.png b/Icons and cursors/windowsicon/48x48/apps/cs-region.png
deleted file mode 100644
index 51ffe83..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-region.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-screen.png b/Icons and cursors/windowsicon/48x48/apps/cs-screen.png
deleted file mode 100644
index afd9f52..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-screen.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-screensaver.png b/Icons and cursors/windowsicon/48x48/apps/cs-screensaver.png
deleted file mode 100644
index 5dcf357..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-screensaver.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-software-properties.png b/Icons and cursors/windowsicon/48x48/apps/cs-software-properties.png
deleted file mode 100644
index 424604a..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-software-properties.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-sound.png b/Icons and cursors/windowsicon/48x48/apps/cs-sound.png
deleted file mode 100644
index a7b6364..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-sound.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-sources.png b/Icons and cursors/windowsicon/48x48/apps/cs-sources.png
deleted file mode 100644
index 424604a..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-sources.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-startup-programs.png b/Icons and cursors/windowsicon/48x48/apps/cs-startup-programs.png
deleted file mode 100644
index 2b83556..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-startup-programs.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-tablet.png b/Icons and cursors/windowsicon/48x48/apps/cs-tablet.png
deleted file mode 100644
index 76c992d..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-tablet.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-themes.png b/Icons and cursors/windowsicon/48x48/apps/cs-themes.png
deleted file mode 100644
index 04eeec2..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-themes.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-tiling.png b/Icons and cursors/windowsicon/48x48/apps/cs-tiling.png
deleted file mode 100644
index afd9f52..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-tiling.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-universal-access.png b/Icons and cursors/windowsicon/48x48/apps/cs-universal-access.png
deleted file mode 100644
index 37924b1..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-universal-access.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-user-accounts.png b/Icons and cursors/windowsicon/48x48/apps/cs-user-accounts.png
deleted file mode 100644
index 984f0a9..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-user-accounts.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-user.png b/Icons and cursors/windowsicon/48x48/apps/cs-user.png
deleted file mode 100644
index a11a9ae..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-user.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-windows.png b/Icons and cursors/windowsicon/48x48/apps/cs-windows.png
deleted file mode 100644
index 2b83556..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-windows.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-workspaces.png b/Icons and cursors/windowsicon/48x48/apps/cs-workspaces.png
deleted file mode 100644
index 2b83556..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-workspaces.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/dconf-editor.png b/Icons and cursors/windowsicon/48x48/apps/dconf-editor.png
deleted file mode 100644
index fb1f309..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/dconf-editor.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/deja-dup.png b/Icons and cursors/windowsicon/48x48/apps/deja-dup.png
deleted file mode 100644
index be2767c..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/deja-dup.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/empathy.png b/Icons and cursors/windowsicon/48x48/apps/empathy.png
deleted file mode 100644
index 774df72..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/empathy.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/eog.png b/Icons and cursors/windowsicon/48x48/apps/eog.png
deleted file mode 100644
index 95b86de..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/eog.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/epiphany.png b/Icons and cursors/windowsicon/48x48/apps/epiphany.png
deleted file mode 100755
index e1f0768..0000000
--- a/Icons and cursors/windowsicon/48x48/apps/epiphany.png
+++ /dev/null
@@ -1 +0,0 @@
-web-browser.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/48x48/apps/evince.png b/Icons and cursors/windowsicon/48x48/apps/evince.png
deleted file mode 100644
index 3109384..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/evince.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/evolution.png b/Icons and cursors/windowsicon/48x48/apps/evolution.png
deleted file mode 100644
index 1c4df93..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/evolution.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/file-manager.png b/Icons and cursors/windowsicon/48x48/apps/file-manager.png
deleted file mode 100644
index 6d8a639..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/file-manager.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/file-roller.png b/Icons and cursors/windowsicon/48x48/apps/file-roller.png
deleted file mode 100644
index 03ed9f9..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/file-roller.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/fonts.png b/Icons and cursors/windowsicon/48x48/apps/fonts.png
deleted file mode 100644
index f366ca6..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/fonts.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/gedit.png b/Icons and cursors/windowsicon/48x48/apps/gedit.png
deleted file mode 100755
index 24614cf..0000000
--- a/Icons and cursors/windowsicon/48x48/apps/gedit.png
+++ /dev/null
@@ -1 +0,0 @@
-accessories-text-editor.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/48x48/apps/gnome-aisleriot.png b/Icons and cursors/windowsicon/48x48/apps/gnome-aisleriot.png
deleted file mode 100644
index 20fc8bd..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/gnome-aisleriot.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/gnome-calculator.png b/Icons and cursors/windowsicon/48x48/apps/gnome-calculator.png
deleted file mode 100644
index c9663f8..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/gnome-calculator.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/gnome-character-map.png b/Icons and cursors/windowsicon/48x48/apps/gnome-character-map.png
deleted file mode 100644
index da280ab..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/gnome-character-map.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/gnome-disks.png b/Icons and cursors/windowsicon/48x48/apps/gnome-disks.png
deleted file mode 100644
index e4b4a4a..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/gnome-disks.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/gnome-documents.png b/Icons and cursors/windowsicon/48x48/apps/gnome-documents.png
deleted file mode 100644
index 8f4c592..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/gnome-documents.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/gnome-help.png b/Icons and cursors/windowsicon/48x48/apps/gnome-help.png
deleted file mode 100644
index bdcf2f2..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/gnome-help.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/gnome-mahjongg.png b/Icons and cursors/windowsicon/48x48/apps/gnome-mahjongg.png
deleted file mode 100644
index 98d0672..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/gnome-mahjongg.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/gnome-mines.png b/Icons and cursors/windowsicon/48x48/apps/gnome-mines.png
deleted file mode 100644
index 285e8cf..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/gnome-mines.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/gnome-mixer.png b/Icons and cursors/windowsicon/48x48/apps/gnome-mixer.png
deleted file mode 100644
index ca57493..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/gnome-mixer.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/gnome-monitor.png b/Icons and cursors/windowsicon/48x48/apps/gnome-monitor.png
deleted file mode 100644
index d564318..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/gnome-monitor.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/gnome-power-manager.png b/Icons and cursors/windowsicon/48x48/apps/gnome-power-manager.png
deleted file mode 100644
index 2c40fa9..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/gnome-power-manager.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/gnome-remote-desktop.png b/Icons and cursors/windowsicon/48x48/apps/gnome-remote-desktop.png
deleted file mode 100644
index a11e080..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/gnome-remote-desktop.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/gnome-settings-accessibility-technologies.png b/Icons and cursors/windowsicon/48x48/apps/gnome-settings-accessibility-technologies.png
deleted file mode 100644
index 5285637..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/gnome-settings-accessibility-technologies.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/gnome-settings-background.png b/Icons and cursors/windowsicon/48x48/apps/gnome-settings-background.png
deleted file mode 100644
index 27c903e..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/gnome-settings-background.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/gnome-settings-font.png b/Icons and cursors/windowsicon/48x48/apps/gnome-settings-font.png
deleted file mode 100644
index f366ca6..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/gnome-settings-font.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/gnome-settings-keybindings.png b/Icons and cursors/windowsicon/48x48/apps/gnome-settings-keybindings.png
deleted file mode 100644
index e498872..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/gnome-settings-keybindings.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/gnome-settings-theme.png b/Icons and cursors/windowsicon/48x48/apps/gnome-settings-theme.png
deleted file mode 100644
index a0761c3..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/gnome-settings-theme.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/gnome-sound-recorder.png b/Icons and cursors/windowsicon/48x48/apps/gnome-sound-recorder.png
deleted file mode 100644
index 2c08579..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/gnome-sound-recorder.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/gnome-sudoku.png b/Icons and cursors/windowsicon/48x48/apps/gnome-sudoku.png
deleted file mode 100644
index b3d3a3e..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/gnome-sudoku.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/gnome-terminal.png b/Icons and cursors/windowsicon/48x48/apps/gnome-terminal.png
deleted file mode 100644
index a879665..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/gnome-terminal.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/gnome-tweak-tool.png b/Icons and cursors/windowsicon/48x48/apps/gnome-tweak-tool.png
deleted file mode 100644
index 2f8871f..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/gnome-tweak-tool.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/gnome-window-manager.png b/Icons and cursors/windowsicon/48x48/apps/gnome-window-manager.png
deleted file mode 100644
index d0fd50f..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/gnome-window-manager.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/goa-panel.png b/Icons and cursors/windowsicon/48x48/apps/goa-panel.png
deleted file mode 100644
index 956fc20..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/goa-panel.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/gp.png b/Icons and cursors/windowsicon/48x48/apps/gp.png
deleted file mode 100644
index 173d1f9..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/gp.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/gucharmap.png b/Icons and cursors/windowsicon/48x48/apps/gucharmap.png
deleted file mode 100644
index da280ab..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/gucharmap.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/help-browser.png b/Icons and cursors/windowsicon/48x48/apps/help-browser.png
deleted file mode 100644
index bdcf2f2..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/help-browser.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/jockey.png b/Icons and cursors/windowsicon/48x48/apps/jockey.png
deleted file mode 100644
index 78d48f7..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/jockey.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/kcalc.png b/Icons and cursors/windowsicon/48x48/apps/kcalc.png
deleted file mode 100644
index c9663f8..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/kcalc.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/kcharselect.png b/Icons and cursors/windowsicon/48x48/apps/kcharselect.png
deleted file mode 100644
index da280ab..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/kcharselect.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/kcmkwm.png b/Icons and cursors/windowsicon/48x48/apps/kcmkwm.png
deleted file mode 100644
index d0fd50f..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/kcmkwm.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/kcmsound.png b/Icons and cursors/windowsicon/48x48/apps/kcmsound.png
deleted file mode 100644
index ca57493..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/kcmsound.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/kedit.png b/Icons and cursors/windowsicon/48x48/apps/kedit.png
deleted file mode 100644
index e27ce85..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/kedit.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/key_bindings.png b/Icons and cursors/windowsicon/48x48/apps/key_bindings.png
deleted file mode 100644
index e498872..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/key_bindings.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/kfm.png b/Icons and cursors/windowsicon/48x48/apps/kfm.png
deleted file mode 100644
index 6d8a639..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/kfm.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/khelpcenter.png b/Icons and cursors/windowsicon/48x48/apps/khelpcenter.png
deleted file mode 100644
index bdcf2f2..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/khelpcenter.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/knotes.png b/Icons and cursors/windowsicon/48x48/apps/knotes.png
deleted file mode 100644
index e27ce85..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/knotes.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/konsole.png b/Icons and cursors/windowsicon/48x48/apps/konsole.png
deleted file mode 100644
index a879665..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/konsole.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/krfb.png b/Icons and cursors/windowsicon/48x48/apps/krfb.png
deleted file mode 100644
index a11e080..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/krfb.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/kscreensaver.png b/Icons and cursors/windowsicon/48x48/apps/kscreensaver.png
deleted file mode 100644
index dffc3d1..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/kscreensaver.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/ksysguard.png b/Icons and cursors/windowsicon/48x48/apps/ksysguard.png
deleted file mode 100644
index d564318..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/ksysguard.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/kuser.png b/Icons and cursors/windowsicon/48x48/apps/kuser.png
deleted file mode 100644
index 8a0d379..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/kuser.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/kwin.png b/Icons and cursors/windowsicon/48x48/apps/kwin.png
deleted file mode 100644
index d0fd50f..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/kwin.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/libreoffice-base.png b/Icons and cursors/windowsicon/48x48/apps/libreoffice-base.png
deleted file mode 100644
index ac8011f..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/libreoffice-base.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/libreoffice-calc.png b/Icons and cursors/windowsicon/48x48/apps/libreoffice-calc.png
deleted file mode 100644
index 3eaea39..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/libreoffice-calc.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/libreoffice-draw.png b/Icons and cursors/windowsicon/48x48/apps/libreoffice-draw.png
deleted file mode 100644
index b0e670d..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/libreoffice-draw.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/libreoffice-impress.png b/Icons and cursors/windowsicon/48x48/apps/libreoffice-impress.png
deleted file mode 100644
index 16c9bda..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/libreoffice-impress.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/libreoffice-main.png b/Icons and cursors/windowsicon/48x48/apps/libreoffice-main.png
deleted file mode 100644
index 6ef7e15..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/libreoffice-main.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/libreoffice-math.png b/Icons and cursors/windowsicon/48x48/apps/libreoffice-math.png
deleted file mode 100644
index 35fdc2f..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/libreoffice-math.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/libreoffice-startcenter.png b/Icons and cursors/windowsicon/48x48/apps/libreoffice-startcenter.png
deleted file mode 100644
index 6ef7e15..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/libreoffice-startcenter.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/libreoffice-writer.png b/Icons and cursors/windowsicon/48x48/apps/libreoffice-writer.png
deleted file mode 100644
index 455b3bc..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/libreoffice-writer.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/locale.png b/Icons and cursors/windowsicon/48x48/apps/locale.png
deleted file mode 100644
index 52c45c3..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/locale.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/logview.png b/Icons and cursors/windowsicon/48x48/apps/logview.png
deleted file mode 100644
index 12390a0..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/logview.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/multimedia-volume-control.png b/Icons and cursors/windowsicon/48x48/apps/multimedia-volume-control.png
deleted file mode 100644
index ca57493..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/multimedia-volume-control.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/multimedia.png b/Icons and cursors/windowsicon/48x48/apps/multimedia.png
deleted file mode 100644
index ca57493..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/multimedia.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/nautilus.png b/Icons and cursors/windowsicon/48x48/apps/nautilus.png
deleted file mode 100755
index b9df032..0000000
--- a/Icons and cursors/windowsicon/48x48/apps/nautilus.png
+++ /dev/null
@@ -1 +0,0 @@
-file-manager.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/48x48/apps/openshot.png b/Icons and cursors/windowsicon/48x48/apps/openshot.png
deleted file mode 100644
index 7c9a945..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/openshot.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/openterm.png b/Icons and cursors/windowsicon/48x48/apps/openterm.png
deleted file mode 100644
index a879665..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/openterm.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/orca.png b/Icons and cursors/windowsicon/48x48/apps/orca.png
deleted file mode 100644
index 5285637..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/orca.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/org.gnome.Epiphany.png b/Icons and cursors/windowsicon/48x48/apps/org.gnome.Epiphany.png
deleted file mode 100755
index e1f0768..0000000
--- a/Icons and cursors/windowsicon/48x48/apps/org.gnome.Epiphany.png
+++ /dev/null
@@ -1 +0,0 @@
-web-browser.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/48x48/apps/org.gnome.Nautilus.png b/Icons and cursors/windowsicon/48x48/apps/org.gnome.Nautilus.png
deleted file mode 100755
index b9df032..0000000
--- a/Icons and cursors/windowsicon/48x48/apps/org.gnome.Nautilus.png
+++ /dev/null
@@ -1 +0,0 @@
-file-manager.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/48x48/apps/org.gnome.Tweaks.png b/Icons and cursors/windowsicon/48x48/apps/org.gnome.Tweaks.png
deleted file mode 100755
index 87752ff..0000000
--- a/Icons and cursors/windowsicon/48x48/apps/org.gnome.Tweaks.png
+++ /dev/null
@@ -1 +0,0 @@
-gnome-tweak-tool.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/48x48/apps/org.gnome.gedit.png b/Icons and cursors/windowsicon/48x48/apps/org.gnome.gedit.png
deleted file mode 100755
index 24614cf..0000000
--- a/Icons and cursors/windowsicon/48x48/apps/org.gnome.gedit.png
+++ /dev/null
@@ -1 +0,0 @@
-accessories-text-editor.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/48x48/apps/org.gnome.tweaks.png b/Icons and cursors/windowsicon/48x48/apps/org.gnome.tweaks.png
deleted file mode 100755
index 87752ff..0000000
--- a/Icons and cursors/windowsicon/48x48/apps/org.gnome.tweaks.png
+++ /dev/null
@@ -1 +0,0 @@
-gnome-tweak-tool.png
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/48x48/apps/preferences-color.png b/Icons and cursors/windowsicon/48x48/apps/preferences-color.png
deleted file mode 100644
index 3f2b53f..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/preferences-color.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/preferences-desktop-accessibility.png b/Icons and cursors/windowsicon/48x48/apps/preferences-desktop-accessibility.png
deleted file mode 100644
index 5285637..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/preferences-desktop-accessibility.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/preferences-desktop-display.png b/Icons and cursors/windowsicon/48x48/apps/preferences-desktop-display.png
deleted file mode 100644
index 8e82f0b..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/preferences-desktop-display.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/preferences-desktop-font.png b/Icons and cursors/windowsicon/48x48/apps/preferences-desktop-font.png
deleted file mode 100644
index f366ca6..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/preferences-desktop-font.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/preferences-desktop-keyboard-shortcuts.png b/Icons and cursors/windowsicon/48x48/apps/preferences-desktop-keyboard-shortcuts.png
deleted file mode 100644
index e498872..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/preferences-desktop-keyboard-shortcuts.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/preferences-desktop-keyboard.png b/Icons and cursors/windowsicon/48x48/apps/preferences-desktop-keyboard.png
deleted file mode 100644
index 1e5ff78..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/preferences-desktop-keyboard.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/preferences-desktop-locale.png b/Icons and cursors/windowsicon/48x48/apps/preferences-desktop-locale.png
deleted file mode 100644
index 52c45c3..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/preferences-desktop-locale.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/preferences-desktop-remote-desktop.png b/Icons and cursors/windowsicon/48x48/apps/preferences-desktop-remote-desktop.png
deleted file mode 100644
index a11e080..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/preferences-desktop-remote-desktop.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/preferences-desktop-screensaver.png b/Icons and cursors/windowsicon/48x48/apps/preferences-desktop-screensaver.png
deleted file mode 100644
index dffc3d1..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/preferences-desktop-screensaver.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/preferences-desktop-theme.png b/Icons and cursors/windowsicon/48x48/apps/preferences-desktop-theme.png
deleted file mode 100644
index a0761c3..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/preferences-desktop-theme.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/preferences-desktop-wallpaper.png b/Icons and cursors/windowsicon/48x48/apps/preferences-desktop-wallpaper.png
deleted file mode 100644
index 27c903e..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/preferences-desktop-wallpaper.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/preferences-system-notifications.png b/Icons and cursors/windowsicon/48x48/apps/preferences-system-notifications.png
deleted file mode 100644
index 9f65128..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/preferences-system-notifications.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/preferences-system-privacy.png b/Icons and cursors/windowsicon/48x48/apps/preferences-system-privacy.png
deleted file mode 100644
index 794ab19..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/preferences-system-privacy.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/preferences-system-search.png b/Icons and cursors/windowsicon/48x48/apps/preferences-system-search.png
deleted file mode 100644
index f45b204..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/preferences-system-search.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/preferences-system-sharing.png b/Icons and cursors/windowsicon/48x48/apps/preferences-system-sharing.png
deleted file mode 100644
index 000aea7..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/preferences-system-sharing.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/preferences-system-time.png b/Icons and cursors/windowsicon/48x48/apps/preferences-system-time.png
deleted file mode 100644
index e09972e..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/preferences-system-time.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/preferences-system-windows.png b/Icons and cursors/windowsicon/48x48/apps/preferences-system-windows.png
deleted file mode 100644
index d0fd50f..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/preferences-system-windows.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/redhat-filemanager.png b/Icons and cursors/windowsicon/48x48/apps/redhat-filemanager.png
deleted file mode 100644
index 6d8a639..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/redhat-filemanager.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/remmina.png b/Icons and cursors/windowsicon/48x48/apps/remmina.png
deleted file mode 100644
index a11e080..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/remmina.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/rhythmbox.png b/Icons and cursors/windowsicon/48x48/apps/rhythmbox.png
deleted file mode 100644
index 15a24b2..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/rhythmbox.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/screensaver.png b/Icons and cursors/windowsicon/48x48/apps/screensaver.png
deleted file mode 100644
index dffc3d1..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/screensaver.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/seahorse.png b/Icons and cursors/windowsicon/48x48/apps/seahorse.png
deleted file mode 100644
index f6416ed..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/seahorse.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/session-properties.png b/Icons and cursors/windowsicon/48x48/apps/session-properties.png
deleted file mode 100644
index 4195023..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/session-properties.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/shotwell.png b/Icons and cursors/windowsicon/48x48/apps/shotwell.png
deleted file mode 100644
index 3eee07f..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/shotwell.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/software-properties.png b/Icons and cursors/windowsicon/48x48/apps/software-properties.png
deleted file mode 100644
index 3a34703..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/software-properties.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/softwarecenter.png b/Icons and cursors/windowsicon/48x48/apps/softwarecenter.png
deleted file mode 100644
index 6f954a5..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/softwarecenter.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/spectacle.png b/Icons and cursors/windowsicon/48x48/apps/spectacle.png
deleted file mode 100644
index 14ec6a9..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/spectacle.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/style.png b/Icons and cursors/windowsicon/48x48/apps/style.png
deleted file mode 100644
index a0761c3..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/style.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/susehelpcenter.png b/Icons and cursors/windowsicon/48x48/apps/susehelpcenter.png
deleted file mode 100644
index bdcf2f2..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/susehelpcenter.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/system-config-users.png b/Icons and cursors/windowsicon/48x48/apps/system-config-users.png
deleted file mode 100644
index 8a0d379..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/system-config-users.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/system-file-manager.png b/Icons and cursors/windowsicon/48x48/apps/system-file-manager.png
deleted file mode 100644
index 6d8a639..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/system-file-manager.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/system-software-install.png b/Icons and cursors/windowsicon/48x48/apps/system-software-install.png
deleted file mode 100644
index c43d72b..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/system-software-install.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/system-software-update.png b/Icons and cursors/windowsicon/48x48/apps/system-software-update.png
deleted file mode 100644
index 9f17000..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/system-software-update.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/system-users.png b/Icons and cursors/windowsicon/48x48/apps/system-users.png
deleted file mode 100644
index 8a0d379..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/system-users.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/terminal.png b/Icons and cursors/windowsicon/48x48/apps/terminal.png
deleted file mode 100644
index a879665..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/terminal.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/text-editor.png b/Icons and cursors/windowsicon/48x48/apps/text-editor.png
deleted file mode 100644
index e27ce85..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/text-editor.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/totem.png b/Icons and cursors/windowsicon/48x48/apps/totem.png
deleted file mode 100644
index cb06946..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/totem.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/transmission.png b/Icons and cursors/windowsicon/48x48/apps/transmission.png
deleted file mode 100644
index c184098..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/transmission.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/update-manager.png b/Icons and cursors/windowsicon/48x48/apps/update-manager.png
deleted file mode 100644
index 9f17000..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/update-manager.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/usb-creator-gtk.png b/Icons and cursors/windowsicon/48x48/apps/usb-creator-gtk.png
deleted file mode 100644
index 3437854..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/usb-creator-gtk.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/user-info.png b/Icons and cursors/windowsicon/48x48/apps/user-info.png
deleted file mode 100644
index f4e7aa8..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/user-info.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/utilities-system-monitor.png b/Icons and cursors/windowsicon/48x48/apps/utilities-system-monitor.png
deleted file mode 100644
index d564318..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/utilities-system-monitor.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/utilities-terminal.png b/Icons and cursors/windowsicon/48x48/apps/utilities-terminal.png
deleted file mode 100644
index a879665..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/utilities-terminal.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/volume-knob.png b/Icons and cursors/windowsicon/48x48/apps/volume-knob.png
deleted file mode 100644
index ca57493..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/volume-knob.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/waiting.png b/Icons and cursors/windowsicon/48x48/apps/waiting.png
deleted file mode 100644
index 9f11570..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/waiting.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/wallpaper.png b/Icons and cursors/windowsicon/48x48/apps/wallpaper.png
deleted file mode 100644
index 27c903e..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/wallpaper.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/web-browser.png b/Icons and cursors/windowsicon/48x48/apps/web-browser.png
deleted file mode 100644
index af4a917..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/web-browser.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/xdiagnose.png b/Icons and cursors/windowsicon/48x48/apps/xdiagnose.png
deleted file mode 100644
index f0fe6fe..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/xdiagnose.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/xfce-edit.png b/Icons and cursors/windowsicon/48x48/apps/xfce-edit.png
deleted file mode 100644
index e27ce85..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/xfce-edit.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/xfce-filemanager.png b/Icons and cursors/windowsicon/48x48/apps/xfce-filemanager.png
deleted file mode 100644
index 6d8a639..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/xfce-filemanager.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/xfce-man.png b/Icons and cursors/windowsicon/48x48/apps/xfce-man.png
deleted file mode 100644
index bdcf2f2..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/xfce-man.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/xfce-terminal.png b/Icons and cursors/windowsicon/48x48/apps/xfce-terminal.png
deleted file mode 100644
index a879665..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/xfce-terminal.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/xfce4-backdrop.png b/Icons and cursors/windowsicon/48x48/apps/xfce4-backdrop.png
deleted file mode 100644
index 27c903e..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/xfce4-backdrop.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/xfce4-mixer.png b/Icons and cursors/windowsicon/48x48/apps/xfce4-mixer.png
deleted file mode 100644
index ca57493..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/xfce4-mixer.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/xfce4-ui.png b/Icons and cursors/windowsicon/48x48/apps/xfce4-ui.png
deleted file mode 100644
index a0761c3..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/xfce4-ui.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/xfwm4.png b/Icons and cursors/windowsicon/48x48/apps/xfwm4.png
deleted file mode 100644
index d0fd50f..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/xfwm4.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/xscreensaver.png b/Icons and cursors/windowsicon/48x48/apps/xscreensaver.png
deleted file mode 100644
index dffc3d1..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/xscreensaver.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/xterm-color.png b/Icons and cursors/windowsicon/48x48/apps/xterm-color.png
deleted file mode 100644
index 900e69d..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/xterm-color.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/apps/zen-icon.png b/Icons and cursors/windowsicon/48x48/apps/zen-icon.png
deleted file mode 100644
index 9f17000..0000000
Binary files a/Icons and cursors/windowsicon/48x48/apps/zen-icon.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/categories/applications-accessories.png b/Icons and cursors/windowsicon/48x48/categories/applications-accessories.png
deleted file mode 100644
index aea51ed..0000000
Binary files a/Icons and cursors/windowsicon/48x48/categories/applications-accessories.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/categories/applications-development.png b/Icons and cursors/windowsicon/48x48/categories/applications-development.png
deleted file mode 100644
index 8d6a643..0000000
Binary files a/Icons and cursors/windowsicon/48x48/categories/applications-development.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/categories/applications-electronics.png b/Icons and cursors/windowsicon/48x48/categories/applications-electronics.png
deleted file mode 100644
index 78d48f7..0000000
Binary files a/Icons and cursors/windowsicon/48x48/categories/applications-electronics.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/categories/applications-engineering.png b/Icons and cursors/windowsicon/48x48/categories/applications-engineering.png
deleted file mode 100644
index d3bd26c..0000000
Binary files a/Icons and cursors/windowsicon/48x48/categories/applications-engineering.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/categories/applications-games.png b/Icons and cursors/windowsicon/48x48/categories/applications-games.png
deleted file mode 100644
index b3d3a3e..0000000
Binary files a/Icons and cursors/windowsicon/48x48/categories/applications-games.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/categories/applications-graphics.png b/Icons and cursors/windowsicon/48x48/categories/applications-graphics.png
deleted file mode 100644
index a0595f3..0000000
Binary files a/Icons and cursors/windowsicon/48x48/categories/applications-graphics.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/categories/applications-internet.png b/Icons and cursors/windowsicon/48x48/categories/applications-internet.png
deleted file mode 100644
index 1ff75ba..0000000
Binary files a/Icons and cursors/windowsicon/48x48/categories/applications-internet.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/categories/applications-multimedia.png b/Icons and cursors/windowsicon/48x48/categories/applications-multimedia.png
deleted file mode 100644
index ee94442..0000000
Binary files a/Icons and cursors/windowsicon/48x48/categories/applications-multimedia.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/categories/applications-office.png b/Icons and cursors/windowsicon/48x48/categories/applications-office.png
deleted file mode 100644
index 065ac90..0000000
Binary files a/Icons and cursors/windowsicon/48x48/categories/applications-office.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/categories/applications-other.png b/Icons and cursors/windowsicon/48x48/categories/applications-other.png
deleted file mode 100644
index 52e903c..0000000
Binary files a/Icons and cursors/windowsicon/48x48/categories/applications-other.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/categories/applications-science.png b/Icons and cursors/windowsicon/48x48/categories/applications-science.png
deleted file mode 100644
index 62d4c37..0000000
Binary files a/Icons and cursors/windowsicon/48x48/categories/applications-science.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/categories/applications-system.png b/Icons and cursors/windowsicon/48x48/categories/applications-system.png
deleted file mode 100644
index d12b9b1..0000000
Binary files a/Icons and cursors/windowsicon/48x48/categories/applications-system.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/categories/applications-utilities.png b/Icons and cursors/windowsicon/48x48/categories/applications-utilities.png
deleted file mode 100644
index e32dc88..0000000
Binary files a/Icons and cursors/windowsicon/48x48/categories/applications-utilities.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/categories/gnome-applications.png b/Icons and cursors/windowsicon/48x48/categories/gnome-applications.png
deleted file mode 100644
index 065ac90..0000000
Binary files a/Icons and cursors/windowsicon/48x48/categories/gnome-applications.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/categories/gnome-control-center.png b/Icons and cursors/windowsicon/48x48/categories/gnome-control-center.png
deleted file mode 100644
index 55f6f28..0000000
Binary files a/Icons and cursors/windowsicon/48x48/categories/gnome-control-center.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/categories/gnome-devel.png b/Icons and cursors/windowsicon/48x48/categories/gnome-devel.png
deleted file mode 100644
index 8d6a643..0000000
Binary files a/Icons and cursors/windowsicon/48x48/categories/gnome-devel.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/categories/gnome-globe.png b/Icons and cursors/windowsicon/48x48/categories/gnome-globe.png
deleted file mode 100644
index 1ff75ba..0000000
Binary files a/Icons and cursors/windowsicon/48x48/categories/gnome-globe.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/categories/gnome-graphics.png b/Icons and cursors/windowsicon/48x48/categories/gnome-graphics.png
deleted file mode 100644
index a0595f3..0000000
Binary files a/Icons and cursors/windowsicon/48x48/categories/gnome-graphics.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/categories/gnome-joystick.png b/Icons and cursors/windowsicon/48x48/categories/gnome-joystick.png
deleted file mode 100644
index b3d3a3e..0000000
Binary files a/Icons and cursors/windowsicon/48x48/categories/gnome-joystick.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/categories/gnome-multimedia.png b/Icons and cursors/windowsicon/48x48/categories/gnome-multimedia.png
deleted file mode 100644
index ee94442..0000000
Binary files a/Icons and cursors/windowsicon/48x48/categories/gnome-multimedia.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/categories/gnome-other.png b/Icons and cursors/windowsicon/48x48/categories/gnome-other.png
deleted file mode 100644
index 52e903c..0000000
Binary files a/Icons and cursors/windowsicon/48x48/categories/gnome-other.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/categories/gnome-settings.png b/Icons and cursors/windowsicon/48x48/categories/gnome-settings.png
deleted file mode 100644
index 55f6f28..0000000
Binary files a/Icons and cursors/windowsicon/48x48/categories/gnome-settings.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/categories/gnome-system.png b/Icons and cursors/windowsicon/48x48/categories/gnome-system.png
deleted file mode 100644
index d12b9b1..0000000
Binary files a/Icons and cursors/windowsicon/48x48/categories/gnome-system.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/categories/gnome-util.png b/Icons and cursors/windowsicon/48x48/categories/gnome-util.png
deleted file mode 100644
index aea51ed..0000000
Binary files a/Icons and cursors/windowsicon/48x48/categories/gnome-util.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/categories/gtk-preferences.png b/Icons and cursors/windowsicon/48x48/categories/gtk-preferences.png
deleted file mode 100644
index 55f6f28..0000000
Binary files a/Icons and cursors/windowsicon/48x48/categories/gtk-preferences.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/categories/input_devices_settings.png b/Icons and cursors/windowsicon/48x48/categories/input_devices_settings.png
deleted file mode 100644
index cd12c68..0000000
Binary files a/Icons and cursors/windowsicon/48x48/categories/input_devices_settings.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/categories/kcontrol.png b/Icons and cursors/windowsicon/48x48/categories/kcontrol.png
deleted file mode 100644
index 55f6f28..0000000
Binary files a/Icons and cursors/windowsicon/48x48/categories/kcontrol.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/categories/package_development.png b/Icons and cursors/windowsicon/48x48/categories/package_development.png
deleted file mode 100644
index 8d6a643..0000000
Binary files a/Icons and cursors/windowsicon/48x48/categories/package_development.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/categories/package_games.png b/Icons and cursors/windowsicon/48x48/categories/package_games.png
deleted file mode 100644
index b3d3a3e..0000000
Binary files a/Icons and cursors/windowsicon/48x48/categories/package_games.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/categories/package_graphics.png b/Icons and cursors/windowsicon/48x48/categories/package_graphics.png
deleted file mode 100644
index a0595f3..0000000
Binary files a/Icons and cursors/windowsicon/48x48/categories/package_graphics.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/categories/package_multimedia.png b/Icons and cursors/windowsicon/48x48/categories/package_multimedia.png
deleted file mode 100644
index ee94442..0000000
Binary files a/Icons and cursors/windowsicon/48x48/categories/package_multimedia.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/categories/package_network.png b/Icons and cursors/windowsicon/48x48/categories/package_network.png
deleted file mode 100644
index 1ff75ba..0000000
Binary files a/Icons and cursors/windowsicon/48x48/categories/package_network.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/categories/package_office.png b/Icons and cursors/windowsicon/48x48/categories/package_office.png
deleted file mode 100644
index 065ac90..0000000
Binary files a/Icons and cursors/windowsicon/48x48/categories/package_office.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/categories/package_settings.png b/Icons and cursors/windowsicon/48x48/categories/package_settings.png
deleted file mode 100644
index 2ce3dd4..0000000
Binary files a/Icons and cursors/windowsicon/48x48/categories/package_settings.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/categories/package_system.png b/Icons and cursors/windowsicon/48x48/categories/package_system.png
deleted file mode 100644
index d12b9b1..0000000
Binary files a/Icons and cursors/windowsicon/48x48/categories/package_system.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/categories/package_utilities.png b/Icons and cursors/windowsicon/48x48/categories/package_utilities.png
deleted file mode 100644
index aea51ed..0000000
Binary files a/Icons and cursors/windowsicon/48x48/categories/package_utilities.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/categories/preferences-desktop-peripherals.png b/Icons and cursors/windowsicon/48x48/categories/preferences-desktop-peripherals.png
deleted file mode 100644
index cd12c68..0000000
Binary files a/Icons and cursors/windowsicon/48x48/categories/preferences-desktop-peripherals.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/categories/preferences-desktop-personal.png b/Icons and cursors/windowsicon/48x48/categories/preferences-desktop-personal.png
deleted file mode 100644
index fc92fee..0000000
Binary files a/Icons and cursors/windowsicon/48x48/categories/preferences-desktop-personal.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/categories/preferences-desktop.png b/Icons and cursors/windowsicon/48x48/categories/preferences-desktop.png
deleted file mode 100644
index 55f6f28..0000000
Binary files a/Icons and cursors/windowsicon/48x48/categories/preferences-desktop.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/categories/preferences-other.png b/Icons and cursors/windowsicon/48x48/categories/preferences-other.png
deleted file mode 100644
index edc4c1f..0000000
Binary files a/Icons and cursors/windowsicon/48x48/categories/preferences-other.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/categories/preferences-system-network.png b/Icons and cursors/windowsicon/48x48/categories/preferences-system-network.png
deleted file mode 100644
index b5bc3bc..0000000
Binary files a/Icons and cursors/windowsicon/48x48/categories/preferences-system-network.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/categories/preferences-system.png b/Icons and cursors/windowsicon/48x48/categories/preferences-system.png
deleted file mode 100644
index 2ce3dd4..0000000
Binary files a/Icons and cursors/windowsicon/48x48/categories/preferences-system.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/categories/redhat-accessories.png b/Icons and cursors/windowsicon/48x48/categories/redhat-accessories.png
deleted file mode 100644
index aea51ed..0000000
Binary files a/Icons and cursors/windowsicon/48x48/categories/redhat-accessories.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/categories/redhat-games.png b/Icons and cursors/windowsicon/48x48/categories/redhat-games.png
deleted file mode 100644
index b3d3a3e..0000000
Binary files a/Icons and cursors/windowsicon/48x48/categories/redhat-games.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/categories/redhat-graphics.png b/Icons and cursors/windowsicon/48x48/categories/redhat-graphics.png
deleted file mode 100644
index a0595f3..0000000
Binary files a/Icons and cursors/windowsicon/48x48/categories/redhat-graphics.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/categories/redhat-internet.png b/Icons and cursors/windowsicon/48x48/categories/redhat-internet.png
deleted file mode 100644
index 1ff75ba..0000000
Binary files a/Icons and cursors/windowsicon/48x48/categories/redhat-internet.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/categories/redhat-office.png b/Icons and cursors/windowsicon/48x48/categories/redhat-office.png
deleted file mode 100644
index 065ac90..0000000
Binary files a/Icons and cursors/windowsicon/48x48/categories/redhat-office.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/categories/redhat-preferences.png b/Icons and cursors/windowsicon/48x48/categories/redhat-preferences.png
deleted file mode 100644
index 55f6f28..0000000
Binary files a/Icons and cursors/windowsicon/48x48/categories/redhat-preferences.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/categories/redhat-programming.png b/Icons and cursors/windowsicon/48x48/categories/redhat-programming.png
deleted file mode 100644
index 8d6a643..0000000
Binary files a/Icons and cursors/windowsicon/48x48/categories/redhat-programming.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/categories/redhat-sound_video.png b/Icons and cursors/windowsicon/48x48/categories/redhat-sound_video.png
deleted file mode 100644
index ee94442..0000000
Binary files a/Icons and cursors/windowsicon/48x48/categories/redhat-sound_video.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/categories/redhat-system_settings.png b/Icons and cursors/windowsicon/48x48/categories/redhat-system_settings.png
deleted file mode 100644
index 2ce3dd4..0000000
Binary files a/Icons and cursors/windowsicon/48x48/categories/redhat-system_settings.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/categories/redhat-system_tools.png b/Icons and cursors/windowsicon/48x48/categories/redhat-system_tools.png
deleted file mode 100644
index d12b9b1..0000000
Binary files a/Icons and cursors/windowsicon/48x48/categories/redhat-system_tools.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/categories/stock_internet.png b/Icons and cursors/windowsicon/48x48/categories/stock_internet.png
deleted file mode 100644
index 1ff75ba..0000000
Binary files a/Icons and cursors/windowsicon/48x48/categories/stock_internet.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/categories/system-help.png b/Icons and cursors/windowsicon/48x48/categories/system-help.png
deleted file mode 100644
index 5242b60..0000000
Binary files a/Icons and cursors/windowsicon/48x48/categories/system-help.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/categories/xfce-devel.png b/Icons and cursors/windowsicon/48x48/categories/xfce-devel.png
deleted file mode 100644
index 8d6a643..0000000
Binary files a/Icons and cursors/windowsicon/48x48/categories/xfce-devel.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/categories/xfce-games.png b/Icons and cursors/windowsicon/48x48/categories/xfce-games.png
deleted file mode 100644
index b3d3a3e..0000000
Binary files a/Icons and cursors/windowsicon/48x48/categories/xfce-games.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/categories/xfce-graphics.png b/Icons and cursors/windowsicon/48x48/categories/xfce-graphics.png
deleted file mode 100644
index a0595f3..0000000
Binary files a/Icons and cursors/windowsicon/48x48/categories/xfce-graphics.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/categories/xfce-internet.png b/Icons and cursors/windowsicon/48x48/categories/xfce-internet.png
deleted file mode 100644
index 1ff75ba..0000000
Binary files a/Icons and cursors/windowsicon/48x48/categories/xfce-internet.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/categories/xfce-multimedia.png b/Icons and cursors/windowsicon/48x48/categories/xfce-multimedia.png
deleted file mode 100644
index ee94442..0000000
Binary files a/Icons and cursors/windowsicon/48x48/categories/xfce-multimedia.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/categories/xfce-office.png b/Icons and cursors/windowsicon/48x48/categories/xfce-office.png
deleted file mode 100644
index 065ac90..0000000
Binary files a/Icons and cursors/windowsicon/48x48/categories/xfce-office.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/categories/xfce-system-settings.png b/Icons and cursors/windowsicon/48x48/categories/xfce-system-settings.png
deleted file mode 100644
index 2ce3dd4..0000000
Binary files a/Icons and cursors/windowsicon/48x48/categories/xfce-system-settings.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/categories/xfce-system.png b/Icons and cursors/windowsicon/48x48/categories/xfce-system.png
deleted file mode 100644
index d12b9b1..0000000
Binary files a/Icons and cursors/windowsicon/48x48/categories/xfce-system.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/categories/xfce-utils.png b/Icons and cursors/windowsicon/48x48/categories/xfce-utils.png
deleted file mode 100644
index aea51ed..0000000
Binary files a/Icons and cursors/windowsicon/48x48/categories/xfce-utils.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/categories/xfce4-settings.png b/Icons and cursors/windowsicon/48x48/categories/xfce4-settings.png
deleted file mode 100644
index 55f6f28..0000000
Binary files a/Icons and cursors/windowsicon/48x48/categories/xfce4-settings.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/3floppy_unmount.png b/Icons and cursors/windowsicon/48x48/devices/3floppy_unmount.png
deleted file mode 100644
index 45662c7..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/3floppy_unmount.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/ac-adapter.png b/Icons and cursors/windowsicon/48x48/devices/ac-adapter.png
deleted file mode 100644
index 45a9713..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/ac-adapter.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/audio-card.png b/Icons and cursors/windowsicon/48x48/devices/audio-card.png
deleted file mode 100644
index 78d48f7..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/audio-card.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/audio-headphones.png b/Icons and cursors/windowsicon/48x48/devices/audio-headphones.png
deleted file mode 100644
index d798a95..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/audio-headphones.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/audio-headset.png b/Icons and cursors/windowsicon/48x48/devices/audio-headset.png
deleted file mode 100644
index 53c12ca..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/audio-headset.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/audio-input-microphone.png b/Icons and cursors/windowsicon/48x48/devices/audio-input-microphone.png
deleted file mode 100644
index c15fd3d..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/audio-input-microphone.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/audio-speakers.png b/Icons and cursors/windowsicon/48x48/devices/audio-speakers.png
deleted file mode 100644
index 3f925da..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/audio-speakers.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/battery.png b/Icons and cursors/windowsicon/48x48/devices/battery.png
deleted file mode 100644
index 2f99f64..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/battery.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/camera-photo.png b/Icons and cursors/windowsicon/48x48/devices/camera-photo.png
deleted file mode 100644
index 6419d58..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/camera-photo.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/camera-video.png b/Icons and cursors/windowsicon/48x48/devices/camera-video.png
deleted file mode 100644
index 83d78fb..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/camera-video.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/camera-web.png b/Icons and cursors/windowsicon/48x48/devices/camera-web.png
deleted file mode 100644
index e2c807e..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/camera-web.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/camera.png b/Icons and cursors/windowsicon/48x48/devices/camera.png
deleted file mode 100644
index 6419d58..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/camera.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/camera_unmount.png b/Icons and cursors/windowsicon/48x48/devices/camera_unmount.png
deleted file mode 100644
index 6419d58..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/camera_unmount.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/cdrom_unmount.png b/Icons and cursors/windowsicon/48x48/devices/cdrom_unmount.png
deleted file mode 100644
index ead7fb5..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/cdrom_unmount.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/cdwriter_unmount.png b/Icons and cursors/windowsicon/48x48/devices/cdwriter_unmount.png
deleted file mode 100644
index ead7fb5..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/cdwriter_unmount.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/chardevice.png b/Icons and cursors/windowsicon/48x48/devices/chardevice.png
deleted file mode 100644
index 0711079..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/chardevice.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/colorimeter-colorhug.png b/Icons and cursors/windowsicon/48x48/devices/colorimeter-colorhug.png
deleted file mode 100644
index 1a04d03..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/colorimeter-colorhug.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/computer-apple-ipad.png b/Icons and cursors/windowsicon/48x48/devices/computer-apple-ipad.png
deleted file mode 100644
index eff65a3..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/computer-apple-ipad.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/computer.png b/Icons and cursors/windowsicon/48x48/devices/computer.png
deleted file mode 100644
index 2c491c4..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/computer.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/display.png b/Icons and cursors/windowsicon/48x48/devices/display.png
deleted file mode 100644
index 0711079..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/display.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/drive-cdrom.png b/Icons and cursors/windowsicon/48x48/devices/drive-cdrom.png
deleted file mode 100644
index 896f20a..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/drive-cdrom.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/drive-harddisk-ieee1394.png b/Icons and cursors/windowsicon/48x48/devices/drive-harddisk-ieee1394.png
deleted file mode 100644
index 8874445..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/drive-harddisk-ieee1394.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/drive-harddisk-solidstate.png b/Icons and cursors/windowsicon/48x48/devices/drive-harddisk-solidstate.png
deleted file mode 100644
index bb669e1..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/drive-harddisk-solidstate.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/drive-harddisk-system-solidstate.png b/Icons and cursors/windowsicon/48x48/devices/drive-harddisk-system-solidstate.png
deleted file mode 100644
index 6f34e85..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/drive-harddisk-system-solidstate.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/drive-harddisk-system.png b/Icons and cursors/windowsicon/48x48/devices/drive-harddisk-system.png
deleted file mode 100644
index 45afe42..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/drive-harddisk-system.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/drive-harddisk-usb.png b/Icons and cursors/windowsicon/48x48/devices/drive-harddisk-usb.png
deleted file mode 100644
index 4bcde00..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/drive-harddisk-usb.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/drive-harddisk.png b/Icons and cursors/windowsicon/48x48/devices/drive-harddisk.png
deleted file mode 100644
index 2c50948..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/drive-harddisk.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/drive-multidisk.png b/Icons and cursors/windowsicon/48x48/devices/drive-multidisk.png
deleted file mode 100644
index 6a2187c..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/drive-multidisk.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/drive-optical.png b/Icons and cursors/windowsicon/48x48/devices/drive-optical.png
deleted file mode 100644
index 896f20a..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/drive-optical.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/drive-removable-media.png b/Icons and cursors/windowsicon/48x48/devices/drive-removable-media.png
deleted file mode 100644
index f1399f6..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/drive-removable-media.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/dvd_unmount.png b/Icons and cursors/windowsicon/48x48/devices/dvd_unmount.png
deleted file mode 100644
index ead7fb5..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/dvd_unmount.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-battery.png b/Icons and cursors/windowsicon/48x48/devices/gnome-dev-battery.png
deleted file mode 100644
index 2f99f64..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-battery.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-cdrom-audio.png b/Icons and cursors/windowsicon/48x48/devices/gnome-dev-cdrom-audio.png
deleted file mode 100644
index ead7fb5..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-cdrom-audio.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-cdrom.png b/Icons and cursors/windowsicon/48x48/devices/gnome-dev-cdrom.png
deleted file mode 100644
index 896f20a..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-cdrom.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-computer.png b/Icons and cursors/windowsicon/48x48/devices/gnome-dev-computer.png
deleted file mode 100644
index 2c491c4..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-computer.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-disc-cdr.png b/Icons and cursors/windowsicon/48x48/devices/gnome-dev-disc-cdr.png
deleted file mode 100644
index ead7fb5..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-disc-cdr.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-disc-cdrw.png b/Icons and cursors/windowsicon/48x48/devices/gnome-dev-disc-cdrw.png
deleted file mode 100644
index ead7fb5..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-disc-cdrw.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-disc-dvdr-plus.png b/Icons and cursors/windowsicon/48x48/devices/gnome-dev-disc-dvdr-plus.png
deleted file mode 100644
index ead7fb5..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-disc-dvdr-plus.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-disc-dvdr.png b/Icons and cursors/windowsicon/48x48/devices/gnome-dev-disc-dvdr.png
deleted file mode 100644
index ead7fb5..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-disc-dvdr.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-disc-dvdram.png b/Icons and cursors/windowsicon/48x48/devices/gnome-dev-disc-dvdram.png
deleted file mode 100644
index ead7fb5..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-disc-dvdram.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-disc-dvdrom.png b/Icons and cursors/windowsicon/48x48/devices/gnome-dev-disc-dvdrom.png
deleted file mode 100644
index ead7fb5..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-disc-dvdrom.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-disc-dvdrw.png b/Icons and cursors/windowsicon/48x48/devices/gnome-dev-disc-dvdrw.png
deleted file mode 100644
index ead7fb5..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-disc-dvdrw.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-dvd.png b/Icons and cursors/windowsicon/48x48/devices/gnome-dev-dvd.png
deleted file mode 100644
index 896f20a..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-dvd.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-ethernet.png b/Icons and cursors/windowsicon/48x48/devices/gnome-dev-ethernet.png
deleted file mode 100644
index c417479..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-ethernet.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-floppy.png b/Icons and cursors/windowsicon/48x48/devices/gnome-dev-floppy.png
deleted file mode 100644
index 45662c7..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-floppy.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-harddisk-1394.png b/Icons and cursors/windowsicon/48x48/devices/gnome-dev-harddisk-1394.png
deleted file mode 100644
index 2c50948..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-harddisk-1394.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-harddisk-usb.png b/Icons and cursors/windowsicon/48x48/devices/gnome-dev-harddisk-usb.png
deleted file mode 100644
index 2c50948..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-harddisk-usb.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-harddisk.png b/Icons and cursors/windowsicon/48x48/devices/gnome-dev-harddisk.png
deleted file mode 100644
index 2c50948..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-harddisk.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-ipod.png b/Icons and cursors/windowsicon/48x48/devices/gnome-dev-ipod.png
deleted file mode 100644
index 880d9a9..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-ipod.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-keyboard.png b/Icons and cursors/windowsicon/48x48/devices/gnome-dev-keyboard.png
deleted file mode 100644
index 77a6830..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-keyboard.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-media-cf.png b/Icons and cursors/windowsicon/48x48/devices/gnome-dev-media-cf.png
deleted file mode 100644
index 092e0ba..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-media-cf.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-media-ms.png b/Icons and cursors/windowsicon/48x48/devices/gnome-dev-media-ms.png
deleted file mode 100644
index 092e0ba..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-media-ms.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-media-sdmmc.png b/Icons and cursors/windowsicon/48x48/devices/gnome-dev-media-sdmmc.png
deleted file mode 100644
index 092e0ba..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-media-sdmmc.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-media-sm.png b/Icons and cursors/windowsicon/48x48/devices/gnome-dev-media-sm.png
deleted file mode 100644
index 092e0ba..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-media-sm.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-mouse-ball.png b/Icons and cursors/windowsicon/48x48/devices/gnome-dev-mouse-ball.png
deleted file mode 100644
index 7a65caa..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-mouse-ball.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-mouse-optical.png b/Icons and cursors/windowsicon/48x48/devices/gnome-dev-mouse-optical.png
deleted file mode 100644
index 7a65caa..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-mouse-optical.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-printer.png b/Icons and cursors/windowsicon/48x48/devices/gnome-dev-printer.png
deleted file mode 100644
index 9a24b4a..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-printer.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-removable-1394.png b/Icons and cursors/windowsicon/48x48/devices/gnome-dev-removable-1394.png
deleted file mode 100644
index f1399f6..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-removable-1394.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-removable-usb.png b/Icons and cursors/windowsicon/48x48/devices/gnome-dev-removable-usb.png
deleted file mode 100644
index f1399f6..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-removable-usb.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-removable.png b/Icons and cursors/windowsicon/48x48/devices/gnome-dev-removable.png
deleted file mode 100644
index f1399f6..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-removable.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-wavelan.png b/Icons and cursors/windowsicon/48x48/devices/gnome-dev-wavelan.png
deleted file mode 100644
index 2009c79..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-wavelan.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/gnome-fs-client.png b/Icons and cursors/windowsicon/48x48/devices/gnome-fs-client.png
deleted file mode 100644
index 2c491c4..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/gnome-fs-client.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/gnome-modem.png b/Icons and cursors/windowsicon/48x48/devices/gnome-modem.png
deleted file mode 100644
index 46c0d4b..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/gnome-modem.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/gnome-stock-mic.png b/Icons and cursors/windowsicon/48x48/devices/gnome-stock-mic.png
deleted file mode 100644
index c15fd3d..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/gnome-stock-mic.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/gtk-cdrom.png b/Icons and cursors/windowsicon/48x48/devices/gtk-cdrom.png
deleted file mode 100644
index ead7fb5..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/gtk-cdrom.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/gtk-floppy.png b/Icons and cursors/windowsicon/48x48/devices/gtk-floppy.png
deleted file mode 100644
index 45662c7..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/gtk-floppy.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/gtk-harddisk.png b/Icons and cursors/windowsicon/48x48/devices/gtk-harddisk.png
deleted file mode 100644
index 2c50948..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/gtk-harddisk.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/harddrive.png b/Icons and cursors/windowsicon/48x48/devices/harddrive.png
deleted file mode 100644
index 2c50948..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/harddrive.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/hdd_unmount.png b/Icons and cursors/windowsicon/48x48/devices/hdd_unmount.png
deleted file mode 100644
index 2c50948..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/hdd_unmount.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/input-dialpad.png b/Icons and cursors/windowsicon/48x48/devices/input-dialpad.png
deleted file mode 100644
index e44908c..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/input-dialpad.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/input-gaming.png b/Icons and cursors/windowsicon/48x48/devices/input-gaming.png
deleted file mode 100644
index 43f929c..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/input-gaming.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/input-keyboard.png b/Icons and cursors/windowsicon/48x48/devices/input-keyboard.png
deleted file mode 100644
index 77a6830..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/input-keyboard.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/input-mouse.png b/Icons and cursors/windowsicon/48x48/devices/input-mouse.png
deleted file mode 100644
index 7a65caa..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/input-mouse.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/input-tablet.png b/Icons and cursors/windowsicon/48x48/devices/input-tablet.png
deleted file mode 100644
index 0373967..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/input-tablet.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/input-touchpad.png b/Icons and cursors/windowsicon/48x48/devices/input-touchpad.png
deleted file mode 100644
index 79d42f6..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/input-touchpad.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/ipod_mount.png b/Icons and cursors/windowsicon/48x48/devices/ipod_mount.png
deleted file mode 100644
index 880d9a9..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/ipod_mount.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/joystick.png b/Icons and cursors/windowsicon/48x48/devices/joystick.png
deleted file mode 100644
index 43f929c..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/joystick.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/keyboard.png b/Icons and cursors/windowsicon/48x48/devices/keyboard.png
deleted file mode 100644
index 77a6830..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/keyboard.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/kjobviewer.png b/Icons and cursors/windowsicon/48x48/devices/kjobviewer.png
deleted file mode 100644
index 9a24b4a..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/kjobviewer.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/kxkb.png b/Icons and cursors/windowsicon/48x48/devices/kxkb.png
deleted file mode 100644
index 77a6830..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/kxkb.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/media-cdrom.png b/Icons and cursors/windowsicon/48x48/devices/media-cdrom.png
deleted file mode 100644
index ead7fb5..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/media-cdrom.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/media-flash.png b/Icons and cursors/windowsicon/48x48/devices/media-flash.png
deleted file mode 100644
index 092e0ba..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/media-flash.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/media-floppy.png b/Icons and cursors/windowsicon/48x48/devices/media-floppy.png
deleted file mode 100644
index 45662c7..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/media-floppy.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/media-optical-bd.png b/Icons and cursors/windowsicon/48x48/devices/media-optical-bd.png
deleted file mode 100644
index 656d256..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/media-optical-bd.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/media-optical-cd-audio.png b/Icons and cursors/windowsicon/48x48/devices/media-optical-cd-audio.png
deleted file mode 100644
index cc1965c..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/media-optical-cd-audio.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/media-optical-dvd.png b/Icons and cursors/windowsicon/48x48/devices/media-optical-dvd.png
deleted file mode 100644
index 1274ae4..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/media-optical-dvd.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/media-optical.png b/Icons and cursors/windowsicon/48x48/devices/media-optical.png
deleted file mode 100644
index ead7fb5..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/media-optical.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/media-removable.png b/Icons and cursors/windowsicon/48x48/devices/media-removable.png
deleted file mode 100644
index 765cd85..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/media-removable.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/media-tape.png b/Icons and cursors/windowsicon/48x48/devices/media-tape.png
deleted file mode 100644
index 44a8506..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/media-tape.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/media-zip.png b/Icons and cursors/windowsicon/48x48/devices/media-zip.png
deleted file mode 100644
index 7f2e4df..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/media-zip.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/modem.png b/Icons and cursors/windowsicon/48x48/devices/modem.png
deleted file mode 100644
index 46c0d4b..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/modem.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/mouse.png b/Icons and cursors/windowsicon/48x48/devices/mouse.png
deleted file mode 100644
index 7a65caa..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/mouse.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/multimedia-player-apple-ipod-touch.png b/Icons and cursors/windowsicon/48x48/devices/multimedia-player-apple-ipod-touch.png
deleted file mode 100644
index 7d06802..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/multimedia-player-apple-ipod-touch.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/multimedia-player.png b/Icons and cursors/windowsicon/48x48/devices/multimedia-player.png
deleted file mode 100644
index 880d9a9..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/multimedia-player.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/network-vpn.png b/Icons and cursors/windowsicon/48x48/devices/network-vpn.png
deleted file mode 100644
index f535a0f..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/network-vpn.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/network-wired.png b/Icons and cursors/windowsicon/48x48/devices/network-wired.png
deleted file mode 100644
index c417479..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/network-wired.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/network-wireless.png b/Icons and cursors/windowsicon/48x48/devices/network-wireless.png
deleted file mode 100644
index 2009c79..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/network-wireless.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/nm-adhoc.png b/Icons and cursors/windowsicon/48x48/devices/nm-adhoc.png
deleted file mode 100644
index 2009c79..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/nm-adhoc.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/nm-device-wired.png b/Icons and cursors/windowsicon/48x48/devices/nm-device-wired.png
deleted file mode 100644
index c417479..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/nm-device-wired.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/nm-device-wireless.png b/Icons and cursors/windowsicon/48x48/devices/nm-device-wireless.png
deleted file mode 100644
index 2009c79..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/nm-device-wireless.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/pda.png b/Icons and cursors/windowsicon/48x48/devices/pda.png
deleted file mode 100644
index 0ef70b9..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/pda.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/phone-apple-iphone.png b/Icons and cursors/windowsicon/48x48/devices/phone-apple-iphone.png
deleted file mode 100644
index e727292..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/phone-apple-iphone.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/phone-google-nexus-one.png b/Icons and cursors/windowsicon/48x48/devices/phone-google-nexus-one.png
deleted file mode 100644
index 4e5ac07..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/phone-google-nexus-one.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/phone-htc-g1-white.png b/Icons and cursors/windowsicon/48x48/devices/phone-htc-g1-white.png
deleted file mode 100644
index 319bedd..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/phone-htc-g1-white.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/phone-palm-pre.png b/Icons and cursors/windowsicon/48x48/devices/phone-palm-pre.png
deleted file mode 100644
index 8c84093..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/phone-palm-pre.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/phone-samsung-galaxy-s.png b/Icons and cursors/windowsicon/48x48/devices/phone-samsung-galaxy-s.png
deleted file mode 100644
index dbcbf9a..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/phone-samsung-galaxy-s.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/phone.png b/Icons and cursors/windowsicon/48x48/devices/phone.png
deleted file mode 100644
index 229f732..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/phone.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/printer-network.png b/Icons and cursors/windowsicon/48x48/devices/printer-network.png
deleted file mode 100644
index 94361da..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/printer-network.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/printer-remote.png b/Icons and cursors/windowsicon/48x48/devices/printer-remote.png
deleted file mode 100644
index 9a24b4a..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/printer-remote.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/printer.png b/Icons and cursors/windowsicon/48x48/devices/printer.png
deleted file mode 100644
index 9a24b4a..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/printer.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/printer1.png b/Icons and cursors/windowsicon/48x48/devices/printer1.png
deleted file mode 100644
index 9a24b4a..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/printer1.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/printmgr.png b/Icons and cursors/windowsicon/48x48/devices/printmgr.png
deleted file mode 100644
index 9a24b4a..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/printmgr.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/scanner.png b/Icons and cursors/windowsicon/48x48/devices/scanner.png
deleted file mode 100644
index 9b3cbec..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/scanner.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/stock_cell-phone.png b/Icons and cursors/windowsicon/48x48/devices/stock_cell-phone.png
deleted file mode 100644
index 229f732..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/stock_cell-phone.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/stock_mic.png b/Icons and cursors/windowsicon/48x48/devices/stock_mic.png
deleted file mode 100644
index c15fd3d..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/stock_mic.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/stock_printers.png b/Icons and cursors/windowsicon/48x48/devices/stock_printers.png
deleted file mode 100644
index 9a24b4a..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/stock_printers.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/system-floppy.png b/Icons and cursors/windowsicon/48x48/devices/system-floppy.png
deleted file mode 100644
index 45662c7..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/system-floppy.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/system.png b/Icons and cursors/windowsicon/48x48/devices/system.png
deleted file mode 100644
index 2c491c4..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/system.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/uninterruptible-power-supply.png b/Icons and cursors/windowsicon/48x48/devices/uninterruptible-power-supply.png
deleted file mode 100644
index 28f9232..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/uninterruptible-power-supply.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/usbpendrive_unmount.png b/Icons and cursors/windowsicon/48x48/devices/usbpendrive_unmount.png
deleted file mode 100644
index f1399f6..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/usbpendrive_unmount.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/video-display.png b/Icons and cursors/windowsicon/48x48/devices/video-display.png
deleted file mode 100644
index 0711079..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/video-display.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/xfce-printer.png b/Icons and cursors/windowsicon/48x48/devices/xfce-printer.png
deleted file mode 100644
index 9a24b4a..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/xfce-printer.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/xfce4-display.png b/Icons and cursors/windowsicon/48x48/devices/xfce4-display.png
deleted file mode 100644
index 0711079..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/xfce4-display.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/xfce4-keyboard.png b/Icons and cursors/windowsicon/48x48/devices/xfce4-keyboard.png
deleted file mode 100644
index 77a6830..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/xfce4-keyboard.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/xfce4-mouse.png b/Icons and cursors/windowsicon/48x48/devices/xfce4-mouse.png
deleted file mode 100644
index 7a65caa..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/xfce4-mouse.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/yast_HD.png b/Icons and cursors/windowsicon/48x48/devices/yast_HD.png
deleted file mode 100644
index 2c50948..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/yast_HD.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/yast_idetude.png b/Icons and cursors/windowsicon/48x48/devices/yast_idetude.png
deleted file mode 100644
index 2c50948..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/yast_idetude.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/yast_joystick.png b/Icons and cursors/windowsicon/48x48/devices/yast_joystick.png
deleted file mode 100644
index 43f929c..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/yast_joystick.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/yast_mouse.png b/Icons and cursors/windowsicon/48x48/devices/yast_mouse.png
deleted file mode 100644
index 7a65caa..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/yast_mouse.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/yast_printer.png b/Icons and cursors/windowsicon/48x48/devices/yast_printer.png
deleted file mode 100644
index 9a24b4a..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/yast_printer.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/devices/yast_soundcard.png b/Icons and cursors/windowsicon/48x48/devices/yast_soundcard.png
deleted file mode 100644
index 78d48f7..0000000
Binary files a/Icons and cursors/windowsicon/48x48/devices/yast_soundcard.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/emblems/emblem-default.png b/Icons and cursors/windowsicon/48x48/emblems/emblem-default.png
deleted file mode 100644
index e831072..0000000
Binary files a/Icons and cursors/windowsicon/48x48/emblems/emblem-default.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/emblems/emblem-desktop.png b/Icons and cursors/windowsicon/48x48/emblems/emblem-desktop.png
deleted file mode 100644
index cccb0b7..0000000
Binary files a/Icons and cursors/windowsicon/48x48/emblems/emblem-desktop.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/emblems/emblem-documents.png b/Icons and cursors/windowsicon/48x48/emblems/emblem-documents.png
deleted file mode 100644
index 284daa5..0000000
Binary files a/Icons and cursors/windowsicon/48x48/emblems/emblem-documents.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/emblems/emblem-downloads.png b/Icons and cursors/windowsicon/48x48/emblems/emblem-downloads.png
deleted file mode 100644
index a84ee70..0000000
Binary files a/Icons and cursors/windowsicon/48x48/emblems/emblem-downloads.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/emblems/emblem-favorite.png b/Icons and cursors/windowsicon/48x48/emblems/emblem-favorite.png
deleted file mode 100644
index 1b138cb..0000000
Binary files a/Icons and cursors/windowsicon/48x48/emblems/emblem-favorite.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/emblems/emblem-generic.png b/Icons and cursors/windowsicon/48x48/emblems/emblem-generic.png
deleted file mode 100644
index aba35b9..0000000
Binary files a/Icons and cursors/windowsicon/48x48/emblems/emblem-generic.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/emblems/emblem-important.png b/Icons and cursors/windowsicon/48x48/emblems/emblem-important.png
deleted file mode 100644
index b1f6f48..0000000
Binary files a/Icons and cursors/windowsicon/48x48/emblems/emblem-important.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/emblems/emblem-mail.png b/Icons and cursors/windowsicon/48x48/emblems/emblem-mail.png
deleted file mode 100644
index a446580..0000000
Binary files a/Icons and cursors/windowsicon/48x48/emblems/emblem-mail.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/emblems/emblem-new.png b/Icons and cursors/windowsicon/48x48/emblems/emblem-new.png
deleted file mode 100644
index b686b40..0000000
Binary files a/Icons and cursors/windowsicon/48x48/emblems/emblem-new.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/emblems/emblem-noread.png b/Icons and cursors/windowsicon/48x48/emblems/emblem-noread.png
deleted file mode 100644
index b4f0962..0000000
Binary files a/Icons and cursors/windowsicon/48x48/emblems/emblem-noread.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/emblems/emblem-nowrite.png b/Icons and cursors/windowsicon/48x48/emblems/emblem-nowrite.png
deleted file mode 100644
index 62682a8..0000000
Binary files a/Icons and cursors/windowsicon/48x48/emblems/emblem-nowrite.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/emblems/emblem-package.png b/Icons and cursors/windowsicon/48x48/emblems/emblem-package.png
deleted file mode 100644
index 03ed9f9..0000000
Binary files a/Icons and cursors/windowsicon/48x48/emblems/emblem-package.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/emblems/emblem-photos.png b/Icons and cursors/windowsicon/48x48/emblems/emblem-photos.png
deleted file mode 100644
index d5b222f..0000000
Binary files a/Icons and cursors/windowsicon/48x48/emblems/emblem-photos.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/emblems/emblem-readonly.png b/Icons and cursors/windowsicon/48x48/emblems/emblem-readonly.png
deleted file mode 100644
index 62682a8..0000000
Binary files a/Icons and cursors/windowsicon/48x48/emblems/emblem-readonly.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/emblems/emblem-shared.png b/Icons and cursors/windowsicon/48x48/emblems/emblem-shared.png
deleted file mode 100644
index 1c1686d..0000000
Binary files a/Icons and cursors/windowsicon/48x48/emblems/emblem-shared.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/emblems/emblem-symbolic-link.png b/Icons and cursors/windowsicon/48x48/emblems/emblem-symbolic-link.png
deleted file mode 100644
index 12cad5b..0000000
Binary files a/Icons and cursors/windowsicon/48x48/emblems/emblem-symbolic-link.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/emblems/emblem-synchronizing.png b/Icons and cursors/windowsicon/48x48/emblems/emblem-synchronizing.png
deleted file mode 100644
index 51a1839..0000000
Binary files a/Icons and cursors/windowsicon/48x48/emblems/emblem-synchronizing.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/emblems/emblem-system.png b/Icons and cursors/windowsicon/48x48/emblems/emblem-system.png
deleted file mode 100644
index dc3de45..0000000
Binary files a/Icons and cursors/windowsicon/48x48/emblems/emblem-system.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/emblems/emblem-unreadable.png b/Icons and cursors/windowsicon/48x48/emblems/emblem-unreadable.png
deleted file mode 100644
index b4f0962..0000000
Binary files a/Icons and cursors/windowsicon/48x48/emblems/emblem-unreadable.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/emblems/emblem-urgent.png b/Icons and cursors/windowsicon/48x48/emblems/emblem-urgent.png
deleted file mode 100644
index f97df1e..0000000
Binary files a/Icons and cursors/windowsicon/48x48/emblems/emblem-urgent.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/emblems/emblem-web.png b/Icons and cursors/windowsicon/48x48/emblems/emblem-web.png
deleted file mode 100644
index f9eb5c5..0000000
Binary files a/Icons and cursors/windowsicon/48x48/emblems/emblem-web.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/emotes/face-angel.png b/Icons and cursors/windowsicon/48x48/emotes/face-angel.png
deleted file mode 100644
index 72edb04..0000000
Binary files a/Icons and cursors/windowsicon/48x48/emotes/face-angel.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/emotes/face-angry.png b/Icons and cursors/windowsicon/48x48/emotes/face-angry.png
deleted file mode 100644
index 769691b..0000000
Binary files a/Icons and cursors/windowsicon/48x48/emotes/face-angry.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/emotes/face-cool.png b/Icons and cursors/windowsicon/48x48/emotes/face-cool.png
deleted file mode 100644
index 30c5c6c..0000000
Binary files a/Icons and cursors/windowsicon/48x48/emotes/face-cool.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/emotes/face-crying.png b/Icons and cursors/windowsicon/48x48/emotes/face-crying.png
deleted file mode 100644
index 9f20b84..0000000
Binary files a/Icons and cursors/windowsicon/48x48/emotes/face-crying.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/emotes/face-devilish.png b/Icons and cursors/windowsicon/48x48/emotes/face-devilish.png
deleted file mode 100644
index cb5c46f..0000000
Binary files a/Icons and cursors/windowsicon/48x48/emotes/face-devilish.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/emotes/face-embarrassed.png b/Icons and cursors/windowsicon/48x48/emotes/face-embarrassed.png
deleted file mode 100644
index 06eabd6..0000000
Binary files a/Icons and cursors/windowsicon/48x48/emotes/face-embarrassed.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/emotes/face-glasses.png b/Icons and cursors/windowsicon/48x48/emotes/face-glasses.png
deleted file mode 100644
index 4325638..0000000
Binary files a/Icons and cursors/windowsicon/48x48/emotes/face-glasses.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/emotes/face-kiss.png b/Icons and cursors/windowsicon/48x48/emotes/face-kiss.png
deleted file mode 100644
index 3663756..0000000
Binary files a/Icons and cursors/windowsicon/48x48/emotes/face-kiss.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/emotes/face-laugh.png b/Icons and cursors/windowsicon/48x48/emotes/face-laugh.png
deleted file mode 100644
index 9154a1e..0000000
Binary files a/Icons and cursors/windowsicon/48x48/emotes/face-laugh.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/emotes/face-monkey.png b/Icons and cursors/windowsicon/48x48/emotes/face-monkey.png
deleted file mode 100644
index c712d56..0000000
Binary files a/Icons and cursors/windowsicon/48x48/emotes/face-monkey.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/emotes/face-plain.png b/Icons and cursors/windowsicon/48x48/emotes/face-plain.png
deleted file mode 100644
index f2fca22..0000000
Binary files a/Icons and cursors/windowsicon/48x48/emotes/face-plain.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/emotes/face-raspberry.png b/Icons and cursors/windowsicon/48x48/emotes/face-raspberry.png
deleted file mode 100644
index 881774a..0000000
Binary files a/Icons and cursors/windowsicon/48x48/emotes/face-raspberry.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/emotes/face-sad.png b/Icons and cursors/windowsicon/48x48/emotes/face-sad.png
deleted file mode 100644
index 3db6cfc..0000000
Binary files a/Icons and cursors/windowsicon/48x48/emotes/face-sad.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/emotes/face-sick.png b/Icons and cursors/windowsicon/48x48/emotes/face-sick.png
deleted file mode 100644
index 2cdd04d..0000000
Binary files a/Icons and cursors/windowsicon/48x48/emotes/face-sick.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/emotes/face-smile-big.png b/Icons and cursors/windowsicon/48x48/emotes/face-smile-big.png
deleted file mode 100644
index c5427f1..0000000
Binary files a/Icons and cursors/windowsicon/48x48/emotes/face-smile-big.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/emotes/face-smile.png b/Icons and cursors/windowsicon/48x48/emotes/face-smile.png
deleted file mode 100644
index a4c35f6..0000000
Binary files a/Icons and cursors/windowsicon/48x48/emotes/face-smile.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/emotes/face-smirk.png b/Icons and cursors/windowsicon/48x48/emotes/face-smirk.png
deleted file mode 100644
index d0a6226..0000000
Binary files a/Icons and cursors/windowsicon/48x48/emotes/face-smirk.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/emotes/face-surprise.png b/Icons and cursors/windowsicon/48x48/emotes/face-surprise.png
deleted file mode 100644
index 4fb6874..0000000
Binary files a/Icons and cursors/windowsicon/48x48/emotes/face-surprise.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/emotes/face-tired.png b/Icons and cursors/windowsicon/48x48/emotes/face-tired.png
deleted file mode 100644
index 92eaa6b..0000000
Binary files a/Icons and cursors/windowsicon/48x48/emotes/face-tired.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/emotes/face-uncertain.png b/Icons and cursors/windowsicon/48x48/emotes/face-uncertain.png
deleted file mode 100644
index 376af4e..0000000
Binary files a/Icons and cursors/windowsicon/48x48/emotes/face-uncertain.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/emotes/face-wink.png b/Icons and cursors/windowsicon/48x48/emotes/face-wink.png
deleted file mode 100644
index 456d08f..0000000
Binary files a/Icons and cursors/windowsicon/48x48/emotes/face-wink.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/emotes/face-worried.png b/Icons and cursors/windowsicon/48x48/emotes/face-worried.png
deleted file mode 100644
index 765a242..0000000
Binary files a/Icons and cursors/windowsicon/48x48/emotes/face-worried.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/emotes/stock_smiley-1.png b/Icons and cursors/windowsicon/48x48/emotes/stock_smiley-1.png
deleted file mode 100644
index a4c35f6..0000000
Binary files a/Icons and cursors/windowsicon/48x48/emotes/stock_smiley-1.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/emotes/stock_smiley-10.png b/Icons and cursors/windowsicon/48x48/emotes/stock_smiley-10.png
deleted file mode 100644
index 881774a..0000000
Binary files a/Icons and cursors/windowsicon/48x48/emotes/stock_smiley-10.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/emotes/stock_smiley-11.png b/Icons and cursors/windowsicon/48x48/emotes/stock_smiley-11.png
deleted file mode 100644
index 9f20b84..0000000
Binary files a/Icons and cursors/windowsicon/48x48/emotes/stock_smiley-11.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/emotes/stock_smiley-13.png b/Icons and cursors/windowsicon/48x48/emotes/stock_smiley-13.png
deleted file mode 100644
index 3663756..0000000
Binary files a/Icons and cursors/windowsicon/48x48/emotes/stock_smiley-13.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/emotes/stock_smiley-15.png b/Icons and cursors/windowsicon/48x48/emotes/stock_smiley-15.png
deleted file mode 100644
index 30c5c6c..0000000
Binary files a/Icons and cursors/windowsicon/48x48/emotes/stock_smiley-15.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/emotes/stock_smiley-18.png b/Icons and cursors/windowsicon/48x48/emotes/stock_smiley-18.png
deleted file mode 100644
index 72edb04..0000000
Binary files a/Icons and cursors/windowsicon/48x48/emotes/stock_smiley-18.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/emotes/stock_smiley-2.png b/Icons and cursors/windowsicon/48x48/emotes/stock_smiley-2.png
deleted file mode 100644
index a4c35f6..0000000
Binary files a/Icons and cursors/windowsicon/48x48/emotes/stock_smiley-2.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/emotes/stock_smiley-22.png b/Icons and cursors/windowsicon/48x48/emotes/stock_smiley-22.png
deleted file mode 100644
index c712d56..0000000
Binary files a/Icons and cursors/windowsicon/48x48/emotes/stock_smiley-22.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/emotes/stock_smiley-3.png b/Icons and cursors/windowsicon/48x48/emotes/stock_smiley-3.png
deleted file mode 100644
index 456d08f..0000000
Binary files a/Icons and cursors/windowsicon/48x48/emotes/stock_smiley-3.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/emotes/stock_smiley-4.png b/Icons and cursors/windowsicon/48x48/emotes/stock_smiley-4.png
deleted file mode 100644
index 3db6cfc..0000000
Binary files a/Icons and cursors/windowsicon/48x48/emotes/stock_smiley-4.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/emotes/stock_smiley-5.png b/Icons and cursors/windowsicon/48x48/emotes/stock_smiley-5.png
deleted file mode 100644
index 4fb6874..0000000
Binary files a/Icons and cursors/windowsicon/48x48/emotes/stock_smiley-5.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/emotes/stock_smiley-6.png b/Icons and cursors/windowsicon/48x48/emotes/stock_smiley-6.png
deleted file mode 100644
index c5427f1..0000000
Binary files a/Icons and cursors/windowsicon/48x48/emotes/stock_smiley-6.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/emotes/stock_smiley-7.png b/Icons and cursors/windowsicon/48x48/emotes/stock_smiley-7.png
deleted file mode 100644
index a4c35f6..0000000
Binary files a/Icons and cursors/windowsicon/48x48/emotes/stock_smiley-7.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/emotes/stock_smiley-8.png b/Icons and cursors/windowsicon/48x48/emotes/stock_smiley-8.png
deleted file mode 100644
index f2fca22..0000000
Binary files a/Icons and cursors/windowsicon/48x48/emotes/stock_smiley-8.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/application-certificate.png b/Icons and cursors/windowsicon/48x48/mimetypes/application-certificate.png
deleted file mode 100644
index 7f3e4c0..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/application-certificate.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/application-gzip.png b/Icons and cursors/windowsicon/48x48/mimetypes/application-gzip.png
deleted file mode 100644
index 8e37f55..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/application-gzip.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/application-octet-stream.png b/Icons and cursors/windowsicon/48x48/mimetypes/application-octet-stream.png
deleted file mode 100644
index 9f42316..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/application-octet-stream.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/application-rss.xml.png b/Icons and cursors/windowsicon/48x48/mimetypes/application-rss.xml.png
deleted file mode 100644
index 3da3d19..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/application-rss.xml.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/application-vnd.ms-excel.sheet.macroEnabled.12.png b/Icons and cursors/windowsicon/48x48/mimetypes/application-vnd.ms-excel.sheet.macroEnabled.12.png
deleted file mode 100644
index bf91c80..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/application-vnd.ms-excel.sheet.macroEnabled.12.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/application-vnd.ms-powerpoint.presentation.macroEnabled.12.png b/Icons and cursors/windowsicon/48x48/mimetypes/application-vnd.ms-powerpoint.presentation.macroEnabled.12.png
deleted file mode 100644
index f1967f7..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/application-vnd.ms-powerpoint.presentation.macroEnabled.12.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/application-vnd.ms-word.document.macroEnabled.12.png b/Icons and cursors/windowsicon/48x48/mimetypes/application-vnd.ms-word.document.macroEnabled.12.png
deleted file mode 100644
index e13e7ef..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/application-vnd.ms-word.document.macroEnabled.12.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/application-vnd.openofficeorg.extension.png b/Icons and cursors/windowsicon/48x48/mimetypes/application-vnd.openofficeorg.extension.png
deleted file mode 100644
index e574acc..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/application-vnd.openofficeorg.extension.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.presentation.png b/Icons and cursors/windowsicon/48x48/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.presentation.png
deleted file mode 100644
index f1967f7..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.presentation.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.template.png b/Icons and cursors/windowsicon/48x48/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.template.png
deleted file mode 100644
index 57ca7e4..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png b/Icons and cursors/windowsicon/48x48/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png
deleted file mode 100644
index bf91c80..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.template.png b/Icons and cursors/windowsicon/48x48/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.template.png
deleted file mode 100644
index e9d8891..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png b/Icons and cursors/windowsicon/48x48/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png
deleted file mode 100644
index e13e7ef..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.template.png b/Icons and cursors/windowsicon/48x48/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.template.png
deleted file mode 100644
index 62e6ed9..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/application-vnd.rar.png b/Icons and cursors/windowsicon/48x48/mimetypes/application-vnd.rar.png
deleted file mode 100644
index 8e37f55..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/application-vnd.rar.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/application-x-7z-compressed.png b/Icons and cursors/windowsicon/48x48/mimetypes/application-x-7z-compressed.png
deleted file mode 100644
index 79fbc55..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/application-x-7z-compressed.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/application-x-addon.png b/Icons and cursors/windowsicon/48x48/mimetypes/application-x-addon.png
deleted file mode 100644
index 7accb2d..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/application-x-addon.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/application-x-blender.png b/Icons and cursors/windowsicon/48x48/mimetypes/application-x-blender.png
deleted file mode 100644
index edfe621..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/application-x-blender.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/application-x-bzip-compressed-tar.png b/Icons and cursors/windowsicon/48x48/mimetypes/application-x-bzip-compressed-tar.png
deleted file mode 100644
index 8e37f55..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/application-x-bzip-compressed-tar.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/application-x-bzip.png b/Icons and cursors/windowsicon/48x48/mimetypes/application-x-bzip.png
deleted file mode 100644
index 8e37f55..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/application-x-bzip.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/application-x-cd-image.png b/Icons and cursors/windowsicon/48x48/mimetypes/application-x-cd-image.png
deleted file mode 100644
index 6f9f214..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/application-x-cd-image.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/application-x-executable.png b/Icons and cursors/windowsicon/48x48/mimetypes/application-x-executable.png
deleted file mode 100644
index d4bd5fe..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/application-x-executable.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/application-x-gzip.png b/Icons and cursors/windowsicon/48x48/mimetypes/application-x-gzip.png
deleted file mode 100644
index 8e37f55..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/application-x-gzip.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/application-x-kdenlivetitle.png b/Icons and cursors/windowsicon/48x48/mimetypes/application-x-kdenlivetitle.png
deleted file mode 100644
index 20cf314..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/application-x-kdenlivetitle.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/application-x-krita.png b/Icons and cursors/windowsicon/48x48/mimetypes/application-x-krita.png
deleted file mode 100644
index 4d5c014..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/application-x-krita.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/application-x-mono-develop-xib.png b/Icons and cursors/windowsicon/48x48/mimetypes/application-x-mono-develop-xib.png
deleted file mode 100644
index 0669bcc..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/application-x-mono-develop-xib.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/application-x-rar.png b/Icons and cursors/windowsicon/48x48/mimetypes/application-x-rar.png
deleted file mode 100644
index 8e37f55..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/application-x-rar.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/application-x-zip-compressed-fb2.png b/Icons and cursors/windowsicon/48x48/mimetypes/application-x-zip-compressed-fb2.png
deleted file mode 100644
index 8e37f55..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/application-x-zip-compressed-fb2.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/application-zip.png b/Icons and cursors/windowsicon/48x48/mimetypes/application-zip.png
deleted file mode 100644
index 8e37f55..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/application-zip.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/ascii.png b/Icons and cursors/windowsicon/48x48/mimetypes/ascii.png
deleted file mode 100644
index aa4a366..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/ascii.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/audio-x-generic.png b/Icons and cursors/windowsicon/48x48/mimetypes/audio-x-generic.png
deleted file mode 100644
index 34501af..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/audio-x-generic.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/binary.png b/Icons and cursors/windowsicon/48x48/mimetypes/binary.png
deleted file mode 100644
index d4bd5fe..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/binary.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/contents2.png b/Icons and cursors/windowsicon/48x48/mimetypes/contents2.png
deleted file mode 100644
index 3dfba31..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/contents2.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/deb.png b/Icons and cursors/windowsicon/48x48/mimetypes/deb.png
deleted file mode 100644
index 8e37f55..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/deb.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/document.png b/Icons and cursors/windowsicon/48x48/mimetypes/document.png
deleted file mode 100644
index 0e66beb..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/document.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/empty.png b/Icons and cursors/windowsicon/48x48/mimetypes/empty.png
deleted file mode 100644
index aa4a366..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/empty.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/exec.png b/Icons and cursors/windowsicon/48x48/mimetypes/exec.png
deleted file mode 100644
index d4bd5fe..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/exec.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/folder_tar.png b/Icons and cursors/windowsicon/48x48/mimetypes/folder_tar.png
deleted file mode 100644
index 8e37f55..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/folder_tar.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/font-x-generic.png b/Icons and cursors/windowsicon/48x48/mimetypes/font-x-generic.png
deleted file mode 100644
index 2bbf1a5..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/font-x-generic.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/font.png b/Icons and cursors/windowsicon/48x48/mimetypes/font.png
deleted file mode 100644
index 2bbf1a5..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/font.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/font_bitmap.png b/Icons and cursors/windowsicon/48x48/mimetypes/font_bitmap.png
deleted file mode 100644
index 2bbf1a5..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/font_bitmap.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/font_truetype.png b/Icons and cursors/windowsicon/48x48/mimetypes/font_truetype.png
deleted file mode 100644
index 2bbf1a5..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/font_truetype.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/font_type1.png b/Icons and cursors/windowsicon/48x48/mimetypes/font_type1.png
deleted file mode 100644
index 2bbf1a5..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/font_type1.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-fs-executable.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-fs-executable.png
deleted file mode 100644
index d4bd5fe..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-fs-executable.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-fs-regular.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-fs-regular.png
deleted file mode 100644
index beff2d4..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-fs-regular.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-magicpoint.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-magicpoint.png
deleted file mode 100644
index f1967f7..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-magicpoint.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-msword.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-msword.png
deleted file mode 100644
index e13e7ef..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-msword.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-ogg.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-ogg.png
deleted file mode 100644
index 34501af..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-ogg.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-pdf.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-pdf.png
deleted file mode 100644
index e13e7ef..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-pdf.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-postscript.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-postscript.png
deleted file mode 100644
index e13e7ef..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-postscript.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-rtf.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-rtf.png
deleted file mode 100644
index e13e7ef..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-rtf.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.lotus-1-2-3.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.lotus-1-2-3.png
deleted file mode 100644
index bf91c80..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.lotus-1-2-3.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.ms-excel.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.ms-excel.png
deleted file mode 100644
index bf91c80..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.ms-excel.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png
deleted file mode 100644
index f1967f7..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics-template.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics-template.png
deleted file mode 100644
index 2063a7b..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics-template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics.png
deleted file mode 100644
index 2063a7b..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.image.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.image.png
deleted file mode 100644
index 2063a7b..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.image.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation-template.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation-template.png
deleted file mode 100644
index 57ca7e4..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation-template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation.png
deleted file mode 100644
index f1967f7..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet-template.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet-template.png
deleted file mode 100644
index e9d8891..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet-template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png
deleted file mode 100644
index bf91c80..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-template.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-template.png
deleted file mode 100644
index 62e6ed9..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-web.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-web.png
deleted file mode 100644
index 500af3c..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-web.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text.png
deleted file mode 100644
index e13e7ef..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.png
deleted file mode 100644
index 67b8549..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.png
deleted file mode 100644
index 67b8549..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.rn-realmedia.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.rn-realmedia.png
deleted file mode 100644
index 67b8549..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.rn-realmedia.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.stardivision.calc.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.stardivision.calc.png
deleted file mode 100644
index bf91c80..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.stardivision.calc.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.stardivision.impress.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.stardivision.impress.png
deleted file mode 100644
index f1967f7..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.stardivision.impress.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.stardivision.writer.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.stardivision.writer.png
deleted file mode 100644
index e13e7ef..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.stardivision.writer.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.calc.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.calc.png
deleted file mode 100644
index bf91c80..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.calc.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.calc.template.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.calc.template.png
deleted file mode 100644
index e9d8891..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.calc.template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.draw.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.draw.png
deleted file mode 100644
index 2063a7b..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.draw.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.draw.template.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.draw.template.png
deleted file mode 100644
index 2063a7b..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.draw.template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.impress.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.impress.png
deleted file mode 100644
index f1967f7..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.impress.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.impress.template.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.impress.template.png
deleted file mode 100644
index 57ca7e4..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.impress.template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.writer.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.writer.png
deleted file mode 100644
index e13e7ef..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.writer.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.writer.template.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.writer.template.png
deleted file mode 100644
index 62e6ed9..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.writer.template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-wordperfect.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-wordperfect.png
deleted file mode 100644
index e13e7ef..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-wordperfect.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-7z-compressed.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-7z-compressed.png
deleted file mode 100644
index 8e37f55..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-7z-compressed.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-abiword.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-abiword.png
deleted file mode 100644
index e13e7ef..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-abiword.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-applix-spreadsheet.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-applix-spreadsheet.png
deleted file mode 100644
index bf91c80..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-applix-spreadsheet.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-applix-word.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-applix-word.png
deleted file mode 100644
index e13e7ef..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-applix-word.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-archive.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-archive.png
deleted file mode 100644
index 8e37f55..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-archive.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-arj.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-arj.png
deleted file mode 100644
index 8e37f55..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-arj.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-bzip-compressed-tar.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-bzip-compressed-tar.png
deleted file mode 100644
index 8e37f55..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-bzip-compressed-tar.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-bzip.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-bzip.png
deleted file mode 100644
index 8e37f55..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-bzip.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-compress.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-compress.png
deleted file mode 100644
index 8e37f55..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-compress.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-compressed-tar.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-compressed-tar.png
deleted file mode 100644
index 8e37f55..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-compressed-tar.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-cpio-compressed.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-cpio-compressed.png
deleted file mode 100644
index 8e37f55..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-cpio-compressed.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-cpio.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-cpio.png
deleted file mode 100644
index 8e37f55..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-cpio.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-deb.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-deb.png
deleted file mode 100644
index 8e37f55..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-deb.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-dvi.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-dvi.png
deleted file mode 100644
index e13e7ef..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-dvi.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-executable.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-executable.png
deleted file mode 100644
index d4bd5fe..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-executable.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-font-afm.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-font-afm.png
deleted file mode 100644
index 2bbf1a5..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-font-afm.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-font-bdf.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-font-bdf.png
deleted file mode 100644
index 2bbf1a5..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-font-bdf.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-font-linux-psf.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-font-linux-psf.png
deleted file mode 100644
index 2bbf1a5..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-font-linux-psf.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-font-pcf.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-font-pcf.png
deleted file mode 100644
index 2bbf1a5..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-font-pcf.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-font-sunos-news.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-font-sunos-news.png
deleted file mode 100644
index 2bbf1a5..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-font-sunos-news.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-font-ttf.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-font-ttf.png
deleted file mode 100644
index 2bbf1a5..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-font-ttf.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-gnumeric.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-gnumeric.png
deleted file mode 100644
index bf91c80..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-gnumeric.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-gzip.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-gzip.png
deleted file mode 100644
index 8e37f55..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-gzip.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-gzpostscript.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-gzpostscript.png
deleted file mode 100644
index e13e7ef..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-gzpostscript.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-jar.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-jar.png
deleted file mode 100644
index 8e37f55..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-jar.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-killustrator.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-killustrator.png
deleted file mode 100644
index 1a50bd2..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-killustrator.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-kpresenter.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-kpresenter.png
deleted file mode 100644
index f1967f7..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-kpresenter.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-kspread.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-kspread.png
deleted file mode 100644
index bf91c80..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-kspread.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-kword.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-kword.png
deleted file mode 100644
index e13e7ef..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-kword.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-lha.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-lha.png
deleted file mode 100644
index 8e37f55..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-lha.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-lhz.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-lhz.png
deleted file mode 100644
index 8e37f55..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-lhz.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-lzma-compressed-tar.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-lzma-compressed-tar.png
deleted file mode 100644
index 8e37f55..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-lzma-compressed-tar.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-lzma.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-lzma.png
deleted file mode 100644
index 8e37f55..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-lzma.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-ms-dos-executable.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-ms-dos-executable.png
deleted file mode 100644
index d4bd5fe..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-ms-dos-executable.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-perl.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-perl.png
deleted file mode 100644
index 4d09d1d..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-perl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-php.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-php.png
deleted file mode 100644
index 500af3c..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-php.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-python-bytecode.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-python-bytecode.png
deleted file mode 100644
index 4d09d1d..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-python-bytecode.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-rar.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-rar.png
deleted file mode 100644
index 8e37f55..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-rar.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-rpm.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-rpm.png
deleted file mode 100644
index 8e37f55..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-rpm.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-scribus.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-scribus.png
deleted file mode 100644
index e13e7ef..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-scribus.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-shellscript.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-shellscript.png
deleted file mode 100644
index 4d09d1d..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-shellscript.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-shockwave-flash.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-shockwave-flash.png
deleted file mode 100644
index 67b8549..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-shockwave-flash.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-stuffit.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-stuffit.png
deleted file mode 100644
index 8e37f55..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-stuffit.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-tar.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-tar.png
deleted file mode 100644
index 8e37f55..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-tar.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-tarz.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-tarz.png
deleted file mode 100644
index 8e37f55..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-tarz.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-tex.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-tex.png
deleted file mode 100644
index e13e7ef..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-tex.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-xhtml.xml.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-xhtml.xml.png
deleted file mode 100644
index 500af3c..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-xhtml.xml.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-zip.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-zip.png
deleted file mode 100644
index 8e37f55..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-zip.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-audio.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-audio.png
deleted file mode 100644
index 34501af..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-audio.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-image.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-image.png
deleted file mode 100644
index 1a50bd2..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-image.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-text-html.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-text-html.png
deleted file mode 100644
index 500af3c..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-text-html.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-text-vnd.wap.wml.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-text-vnd.wap.wml.png
deleted file mode 100644
index 500af3c..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-text-vnd.wap.wml.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-text-x-csh.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-text-x-csh.png
deleted file mode 100644
index 4d09d1d..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-text-x-csh.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-text-x-python.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-text-x-python.png
deleted file mode 100644
index 4d09d1d..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-text-x-python.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-text-x-sh.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-text-x-sh.png
deleted file mode 100644
index 4d09d1d..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-text-x-sh.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-text-x-vcalendar.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-text-x-vcalendar.png
deleted file mode 100644
index 81791af..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-text-x-vcalendar.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-text-x-vcard.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-text-x-vcard.png
deleted file mode 100644
index 3dfba31..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-text-x-vcard.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-text-x-zsh.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-text-x-zsh.png
deleted file mode 100644
index 4d09d1d..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-text-x-zsh.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-text.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-text.png
deleted file mode 100644
index aa4a366..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-text.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-video.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-video.png
deleted file mode 100644
index 67b8549..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-video.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-x-font-afm.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-x-font-afm.png
deleted file mode 100644
index 2bbf1a5..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-x-font-afm.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-package.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-package.png
deleted file mode 100644
index 8e37f55..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-package.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gtk-file.png b/Icons and cursors/windowsicon/48x48/mimetypes/gtk-file.png
deleted file mode 100644
index beff2d4..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gtk-file.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/html.png b/Icons and cursors/windowsicon/48x48/mimetypes/html.png
deleted file mode 100644
index 500af3c..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/html.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/image-x-generic.png b/Icons and cursors/windowsicon/48x48/mimetypes/image-x-generic.png
deleted file mode 100644
index 1a50bd2..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/image-x-generic.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/image.png b/Icons and cursors/windowsicon/48x48/mimetypes/image.png
deleted file mode 100644
index 1a50bd2..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/image.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/kpresenter_kpr.png b/Icons and cursors/windowsicon/48x48/mimetypes/kpresenter_kpr.png
deleted file mode 100644
index f1967f7..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/kpresenter_kpr.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-database.png b/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-database.png
deleted file mode 100644
index a7ef9bf..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-database.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-drawing-template.png b/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-drawing-template.png
deleted file mode 100644
index 028772f..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-drawing-template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-drawing.png b/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-drawing.png
deleted file mode 100644
index 8fb2f95..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-drawing.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-extension.png b/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-extension.png
deleted file mode 100644
index e7ffea5..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-extension.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-formula.png b/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-formula.png
deleted file mode 100644
index 273c8e6..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-formula.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-master-document.png b/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-master-document.png
deleted file mode 100644
index 08b5c9d..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-master-document.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-oasis-database.png b/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-oasis-database.png
deleted file mode 100644
index 32a5813..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-oasis-database.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-oasis-drawing-template.png b/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-oasis-drawing-template.png
deleted file mode 100644
index 2063a7b..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-oasis-drawing-template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-oasis-drawing.png b/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-oasis-drawing.png
deleted file mode 100644
index 2063a7b..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-oasis-drawing.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-oasis-formula.png b/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-oasis-formula.png
deleted file mode 100644
index 35fdc2f..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-oasis-formula.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-oasis-master-document.png b/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-oasis-master-document.png
deleted file mode 100644
index 065ac90..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-oasis-master-document.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-oasis-presentation-template.png b/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-oasis-presentation-template.png
deleted file mode 100644
index 57ca7e4..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-oasis-presentation-template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-oasis-presentation.png b/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-oasis-presentation.png
deleted file mode 100644
index f1967f7..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-oasis-presentation.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-oasis-spreadsheet-template.png b/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-oasis-spreadsheet-template.png
deleted file mode 100644
index e9d8891..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-oasis-spreadsheet-template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-oasis-spreadsheet.png b/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-oasis-spreadsheet.png
deleted file mode 100644
index bf91c80..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-oasis-spreadsheet.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-oasis-text-template.png b/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-oasis-text-template.png
deleted file mode 100644
index 62e6ed9..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-oasis-text-template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-oasis-text.png b/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-oasis-text.png
deleted file mode 100644
index e13e7ef..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-oasis-text.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-oasis-web-template.png b/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-oasis-web-template.png
deleted file mode 100644
index b5225c3..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-oasis-web-template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-presentation-template.png b/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-presentation-template.png
deleted file mode 100644
index c4eccd2..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-presentation-template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-presentation.png b/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-presentation.png
deleted file mode 100644
index 7c64615..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-presentation.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-spreadsheet-template.png b/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-spreadsheet-template.png
deleted file mode 100644
index 76308af..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-spreadsheet-template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-spreadsheet.png b/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-spreadsheet.png
deleted file mode 100644
index 4aa2288..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-spreadsheet.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-text-template.png b/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-text-template.png
deleted file mode 100644
index 66f74e7..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-text-template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-text.png b/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-text.png
deleted file mode 100644
index 3a6c8b8..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-text.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/mime_ascii.png b/Icons and cursors/windowsicon/48x48/mimetypes/mime_ascii.png
deleted file mode 100644
index aa4a366..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/mime_ascii.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/misc.png b/Icons and cursors/windowsicon/48x48/mimetypes/misc.png
deleted file mode 100644
index aa4a366..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/misc.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/package-x-generic.png b/Icons and cursors/windowsicon/48x48/mimetypes/package-x-generic.png
deleted file mode 100644
index 8e37f55..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/package-x-generic.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/package.png b/Icons and cursors/windowsicon/48x48/mimetypes/package.png
deleted file mode 100644
index 8e37f55..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/package.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/package_editors.png b/Icons and cursors/windowsicon/48x48/mimetypes/package_editors.png
deleted file mode 100644
index aa4a366..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/package_editors.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/package_wordprocessing.png b/Icons and cursors/windowsicon/48x48/mimetypes/package_wordprocessing.png
deleted file mode 100644
index e13e7ef..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/package_wordprocessing.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/plan.png b/Icons and cursors/windowsicon/48x48/mimetypes/plan.png
deleted file mode 100644
index 81791af..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/plan.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/rpm.png b/Icons and cursors/windowsicon/48x48/mimetypes/rpm.png
deleted file mode 100644
index 8e37f55..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/rpm.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/shellscript.png b/Icons and cursors/windowsicon/48x48/mimetypes/shellscript.png
deleted file mode 100644
index 4d09d1d..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/shellscript.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/sound.png b/Icons and cursors/windowsicon/48x48/mimetypes/sound.png
deleted file mode 100644
index 34501af..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/sound.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/spreadsheet.png b/Icons and cursors/windowsicon/48x48/mimetypes/spreadsheet.png
deleted file mode 100644
index bf91c80..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/spreadsheet.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/stock_addressbook.png b/Icons and cursors/windowsicon/48x48/mimetypes/stock_addressbook.png
deleted file mode 100644
index 3dfba31..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/stock_addressbook.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/stock_calendar.png b/Icons and cursors/windowsicon/48x48/mimetypes/stock_calendar.png
deleted file mode 100644
index 81791af..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/stock_calendar.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/stock_certificate.png b/Icons and cursors/windowsicon/48x48/mimetypes/stock_certificate.png
deleted file mode 100644
index 7f3e4c0..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/stock_certificate.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/stock_script.png b/Icons and cursors/windowsicon/48x48/mimetypes/stock_script.png
deleted file mode 100644
index 4d09d1d..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/stock_script.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/tar.png b/Icons and cursors/windowsicon/48x48/mimetypes/tar.png
deleted file mode 100644
index 8e37f55..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/tar.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/template_source.png b/Icons and cursors/windowsicon/48x48/mimetypes/template_source.png
deleted file mode 100644
index 124bfb6..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/template_source.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/text-html.png b/Icons and cursors/windowsicon/48x48/mimetypes/text-html.png
deleted file mode 100644
index 500af3c..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/text-html.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/text-x-generic-template.png b/Icons and cursors/windowsicon/48x48/mimetypes/text-x-generic-template.png
deleted file mode 100644
index 124bfb6..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/text-x-generic-template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/text-x-generic.png b/Icons and cursors/windowsicon/48x48/mimetypes/text-x-generic.png
deleted file mode 100644
index aa4a366..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/text-x-generic.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/text-x-opml.xml.png b/Icons and cursors/windowsicon/48x48/mimetypes/text-x-opml.xml.png
deleted file mode 100644
index 16413e9..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/text-x-opml.xml.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/text-x-preview.png b/Icons and cursors/windowsicon/48x48/mimetypes/text-x-preview.png
deleted file mode 100644
index beff2d4..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/text-x-preview.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/text-x-script.png b/Icons and cursors/windowsicon/48x48/mimetypes/text-x-script.png
deleted file mode 100644
index 4d09d1d..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/text-x-script.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/tgz.png b/Icons and cursors/windowsicon/48x48/mimetypes/tgz.png
deleted file mode 100644
index 8e37f55..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/tgz.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/txt.png b/Icons and cursors/windowsicon/48x48/mimetypes/txt.png
deleted file mode 100644
index aa4a366..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/txt.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/txt2.png b/Icons and cursors/windowsicon/48x48/mimetypes/txt2.png
deleted file mode 100644
index aa4a366..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/txt2.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/unknown.png b/Icons and cursors/windowsicon/48x48/mimetypes/unknown.png
deleted file mode 100644
index aa4a366..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/unknown.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/vcalendar.png b/Icons and cursors/windowsicon/48x48/mimetypes/vcalendar.png
deleted file mode 100644
index 81791af..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/vcalendar.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/vcard.png b/Icons and cursors/windowsicon/48x48/mimetypes/vcard.png
deleted file mode 100644
index 3dfba31..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/vcard.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/video-x-generic.png b/Icons and cursors/windowsicon/48x48/mimetypes/video-x-generic.png
deleted file mode 100644
index 67b8549..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/video-x-generic.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/video.png b/Icons and cursors/windowsicon/48x48/mimetypes/video.png
deleted file mode 100644
index 67b8549..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/video.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/wordprocessing.png b/Icons and cursors/windowsicon/48x48/mimetypes/wordprocessing.png
deleted file mode 100644
index e13e7ef..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/wordprocessing.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/www.png b/Icons and cursors/windowsicon/48x48/mimetypes/www.png
deleted file mode 100644
index 500af3c..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/www.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/x-office-address-book.png b/Icons and cursors/windowsicon/48x48/mimetypes/x-office-address-book.png
deleted file mode 100644
index 3dfba31..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/x-office-address-book.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/x-office-calendar.png b/Icons and cursors/windowsicon/48x48/mimetypes/x-office-calendar.png
deleted file mode 100644
index 81791af..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/x-office-calendar.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/x-office-document-template.png b/Icons and cursors/windowsicon/48x48/mimetypes/x-office-document-template.png
deleted file mode 100644
index 62e6ed9..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/x-office-document-template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/x-office-document.png b/Icons and cursors/windowsicon/48x48/mimetypes/x-office-document.png
deleted file mode 100644
index e13e7ef..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/x-office-document.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/x-office-drawing-template.png b/Icons and cursors/windowsicon/48x48/mimetypes/x-office-drawing-template.png
deleted file mode 100644
index 2063a7b..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/x-office-drawing-template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/x-office-drawing.png b/Icons and cursors/windowsicon/48x48/mimetypes/x-office-drawing.png
deleted file mode 100644
index 2063a7b..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/x-office-drawing.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/x-office-presentation-template.png b/Icons and cursors/windowsicon/48x48/mimetypes/x-office-presentation-template.png
deleted file mode 100644
index 57ca7e4..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/x-office-presentation-template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/x-office-presentation.png b/Icons and cursors/windowsicon/48x48/mimetypes/x-office-presentation.png
deleted file mode 100644
index f1967f7..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/x-office-presentation.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/x-office-spreadsheet-template.png b/Icons and cursors/windowsicon/48x48/mimetypes/x-office-spreadsheet-template.png
deleted file mode 100644
index e9d8891..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/x-office-spreadsheet-template.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/x-office-spreadsheet.png b/Icons and cursors/windowsicon/48x48/mimetypes/x-office-spreadsheet.png
deleted file mode 100644
index bf91c80..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/x-office-spreadsheet.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/x-package-repository.png b/Icons and cursors/windowsicon/48x48/mimetypes/x-package-repository.png
deleted file mode 100644
index 64e4bd2..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/x-package-repository.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/xorg.png b/Icons and cursors/windowsicon/48x48/mimetypes/xorg.png
deleted file mode 100644
index d4bd5fe..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/xorg.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/zip.png b/Icons and cursors/windowsicon/48x48/mimetypes/zip.png
deleted file mode 100644
index 8e37f55..0000000
Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/zip.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/places/application-x-gnome-saved-search.png b/Icons and cursors/windowsicon/48x48/places/application-x-gnome-saved-search.png
deleted file mode 100644
index 67a9a39..0000000
Binary files a/Icons and cursors/windowsicon/48x48/places/application-x-gnome-saved-search.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/places/debian-swirl.png b/Icons and cursors/windowsicon/48x48/places/debian-swirl.png
deleted file mode 100644
index 566364f..0000000
Binary files a/Icons and cursors/windowsicon/48x48/places/debian-swirl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/places/desktop.png b/Icons and cursors/windowsicon/48x48/places/desktop.png
deleted file mode 100644
index b7c6a13..0000000
Binary files a/Icons and cursors/windowsicon/48x48/places/desktop.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/places/emptytrash.png b/Icons and cursors/windowsicon/48x48/places/emptytrash.png
deleted file mode 100644
index 791270c..0000000
Binary files a/Icons and cursors/windowsicon/48x48/places/emptytrash.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/places/folder-documents.png b/Icons and cursors/windowsicon/48x48/places/folder-documents.png
deleted file mode 100644
index 8523a1f..0000000
Binary files a/Icons and cursors/windowsicon/48x48/places/folder-documents.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/places/folder-download.png b/Icons and cursors/windowsicon/48x48/places/folder-download.png
deleted file mode 100644
index 94c9e28..0000000
Binary files a/Icons and cursors/windowsicon/48x48/places/folder-download.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/places/folder-music.png b/Icons and cursors/windowsicon/48x48/places/folder-music.png
deleted file mode 100644
index e6bce24..0000000
Binary files a/Icons and cursors/windowsicon/48x48/places/folder-music.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/places/folder-pictures.png b/Icons and cursors/windowsicon/48x48/places/folder-pictures.png
deleted file mode 100644
index 37587c5..0000000
Binary files a/Icons and cursors/windowsicon/48x48/places/folder-pictures.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/places/folder-publicshare.png b/Icons and cursors/windowsicon/48x48/places/folder-publicshare.png
deleted file mode 100644
index 66e5ace..0000000
Binary files a/Icons and cursors/windowsicon/48x48/places/folder-publicshare.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/places/folder-remote.png b/Icons and cursors/windowsicon/48x48/places/folder-remote.png
deleted file mode 100644
index 9da9652..0000000
Binary files a/Icons and cursors/windowsicon/48x48/places/folder-remote.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/places/folder-saved-search.png b/Icons and cursors/windowsicon/48x48/places/folder-saved-search.png
deleted file mode 100644
index 67a9a39..0000000
Binary files a/Icons and cursors/windowsicon/48x48/places/folder-saved-search.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/places/folder-templates.png b/Icons and cursors/windowsicon/48x48/places/folder-templates.png
deleted file mode 100644
index 7922588..0000000
Binary files a/Icons and cursors/windowsicon/48x48/places/folder-templates.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/places/folder-videos.png b/Icons and cursors/windowsicon/48x48/places/folder-videos.png
deleted file mode 100644
index a7f7d28..0000000
Binary files a/Icons and cursors/windowsicon/48x48/places/folder-videos.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/places/folder.png b/Icons and cursors/windowsicon/48x48/places/folder.png
deleted file mode 100644
index e1ae38c..0000000
Binary files a/Icons and cursors/windowsicon/48x48/places/folder.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/places/folder_home.png b/Icons and cursors/windowsicon/48x48/places/folder_home.png
deleted file mode 100644
index e4b0547..0000000
Binary files a/Icons and cursors/windowsicon/48x48/places/folder_home.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/places/gnome-foot.png b/Icons and cursors/windowsicon/48x48/places/gnome-foot.png
deleted file mode 100644
index 55cff99..0000000
Binary files a/Icons and cursors/windowsicon/48x48/places/gnome-foot.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/places/gnome-fs-desktop.png b/Icons and cursors/windowsicon/48x48/places/gnome-fs-desktop.png
deleted file mode 100644
index b7c6a13..0000000
Binary files a/Icons and cursors/windowsicon/48x48/places/gnome-fs-desktop.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/places/gnome-fs-directory.png b/Icons and cursors/windowsicon/48x48/places/gnome-fs-directory.png
deleted file mode 100644
index e1ae38c..0000000
Binary files a/Icons and cursors/windowsicon/48x48/places/gnome-fs-directory.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/places/gnome-fs-ftp.png b/Icons and cursors/windowsicon/48x48/places/gnome-fs-ftp.png
deleted file mode 100644
index 9da9652..0000000
Binary files a/Icons and cursors/windowsicon/48x48/places/gnome-fs-ftp.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/places/gnome-fs-home.png b/Icons and cursors/windowsicon/48x48/places/gnome-fs-home.png
deleted file mode 100644
index e4b0547..0000000
Binary files a/Icons and cursors/windowsicon/48x48/places/gnome-fs-home.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/places/gnome-fs-network.png b/Icons and cursors/windowsicon/48x48/places/gnome-fs-network.png
deleted file mode 100644
index c1f1dfe..0000000
Binary files a/Icons and cursors/windowsicon/48x48/places/gnome-fs-network.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/places/gnome-fs-nfs.png b/Icons and cursors/windowsicon/48x48/places/gnome-fs-nfs.png
deleted file mode 100644
index 9da9652..0000000
Binary files a/Icons and cursors/windowsicon/48x48/places/gnome-fs-nfs.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/places/gnome-fs-server.png b/Icons and cursors/windowsicon/48x48/places/gnome-fs-server.png
deleted file mode 100644
index 3cc5ab7..0000000
Binary files a/Icons and cursors/windowsicon/48x48/places/gnome-fs-server.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/places/gnome-fs-share.png b/Icons and cursors/windowsicon/48x48/places/gnome-fs-share.png
deleted file mode 100644
index 9da9652..0000000
Binary files a/Icons and cursors/windowsicon/48x48/places/gnome-fs-share.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/places/gnome-fs-smb.png b/Icons and cursors/windowsicon/48x48/places/gnome-fs-smb.png
deleted file mode 100644
index 9da9652..0000000
Binary files a/Icons and cursors/windowsicon/48x48/places/gnome-fs-smb.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/places/gnome-fs-ssh.png b/Icons and cursors/windowsicon/48x48/places/gnome-fs-ssh.png
deleted file mode 100644
index 9da9652..0000000
Binary files a/Icons and cursors/windowsicon/48x48/places/gnome-fs-ssh.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/places/gnome-fs-trash-empty.png b/Icons and cursors/windowsicon/48x48/places/gnome-fs-trash-empty.png
deleted file mode 100644
index 791270c..0000000
Binary files a/Icons and cursors/windowsicon/48x48/places/gnome-fs-trash-empty.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/places/gnome-mime-x-directory-nfs-server.png b/Icons and cursors/windowsicon/48x48/places/gnome-mime-x-directory-nfs-server.png
deleted file mode 100644
index 3cc5ab7..0000000
Binary files a/Icons and cursors/windowsicon/48x48/places/gnome-mime-x-directory-nfs-server.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/places/gnome-mime-x-directory-smb-server.png b/Icons and cursors/windowsicon/48x48/places/gnome-mime-x-directory-smb-server.png
deleted file mode 100644
index 3cc5ab7..0000000
Binary files a/Icons and cursors/windowsicon/48x48/places/gnome-mime-x-directory-smb-server.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/places/gnome-mime-x-directory-smb-share.png b/Icons and cursors/windowsicon/48x48/places/gnome-mime-x-directory-smb-share.png
deleted file mode 100644
index 9da9652..0000000
Binary files a/Icons and cursors/windowsicon/48x48/places/gnome-mime-x-directory-smb-share.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/places/gnome-mime-x-directory-smb-workgroup.png b/Icons and cursors/windowsicon/48x48/places/gnome-mime-x-directory-smb-workgroup.png
deleted file mode 100644
index c1f1dfe..0000000
Binary files a/Icons and cursors/windowsicon/48x48/places/gnome-mime-x-directory-smb-workgroup.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/places/gnome-stock-trash.png b/Icons and cursors/windowsicon/48x48/places/gnome-stock-trash.png
deleted file mode 100644
index 791270c..0000000
Binary files a/Icons and cursors/windowsicon/48x48/places/gnome-stock-trash.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/places/gtk-directory.png b/Icons and cursors/windowsicon/48x48/places/gtk-directory.png
deleted file mode 100644
index e1ae38c..0000000
Binary files a/Icons and cursors/windowsicon/48x48/places/gtk-directory.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/places/gtk-network.png b/Icons and cursors/windowsicon/48x48/places/gtk-network.png
deleted file mode 100644
index c1f1dfe..0000000
Binary files a/Icons and cursors/windowsicon/48x48/places/gtk-network.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/places/inode-directory.png b/Icons and cursors/windowsicon/48x48/places/inode-directory.png
deleted file mode 100644
index e1ae38c..0000000
Binary files a/Icons and cursors/windowsicon/48x48/places/inode-directory.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/places/network-server.png b/Icons and cursors/windowsicon/48x48/places/network-server.png
deleted file mode 100644
index 3cc5ab7..0000000
Binary files a/Icons and cursors/windowsicon/48x48/places/network-server.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/places/network-workgroup.png b/Icons and cursors/windowsicon/48x48/places/network-workgroup.png
deleted file mode 100644
index c1f1dfe..0000000
Binary files a/Icons and cursors/windowsicon/48x48/places/network-workgroup.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/places/network.png b/Icons and cursors/windowsicon/48x48/places/network.png
deleted file mode 100644
index 9da9652..0000000
Binary files a/Icons and cursors/windowsicon/48x48/places/network.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/places/network_local.png b/Icons and cursors/windowsicon/48x48/places/network_local.png
deleted file mode 100644
index c1f1dfe..0000000
Binary files a/Icons and cursors/windowsicon/48x48/places/network_local.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/places/redhat-network-server.png b/Icons and cursors/windowsicon/48x48/places/redhat-network-server.png
deleted file mode 100644
index 3cc5ab7..0000000
Binary files a/Icons and cursors/windowsicon/48x48/places/redhat-network-server.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/places/server.png b/Icons and cursors/windowsicon/48x48/places/server.png
deleted file mode 100644
index 3cc5ab7..0000000
Binary files a/Icons and cursors/windowsicon/48x48/places/server.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/places/stock_folder.png b/Icons and cursors/windowsicon/48x48/places/stock_folder.png
deleted file mode 100644
index e1ae38c..0000000
Binary files a/Icons and cursors/windowsicon/48x48/places/stock_folder.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/places/trashcan_empty.png b/Icons and cursors/windowsicon/48x48/places/trashcan_empty.png
deleted file mode 100644
index 791270c..0000000
Binary files a/Icons and cursors/windowsicon/48x48/places/trashcan_empty.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/places/user-bookmarks.png b/Icons and cursors/windowsicon/48x48/places/user-bookmarks.png
deleted file mode 100644
index f60fc15..0000000
Binary files a/Icons and cursors/windowsicon/48x48/places/user-bookmarks.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/places/user-desktop.png b/Icons and cursors/windowsicon/48x48/places/user-desktop.png
deleted file mode 100644
index b7c6a13..0000000
Binary files a/Icons and cursors/windowsicon/48x48/places/user-desktop.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/places/user-home.png b/Icons and cursors/windowsicon/48x48/places/user-home.png
deleted file mode 100644
index e4b0547..0000000
Binary files a/Icons and cursors/windowsicon/48x48/places/user-home.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/places/user-trash.png b/Icons and cursors/windowsicon/48x48/places/user-trash.png
deleted file mode 100644
index 791270c..0000000
Binary files a/Icons and cursors/windowsicon/48x48/places/user-trash.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/places/xfce-trash_empty.png b/Icons and cursors/windowsicon/48x48/places/xfce-trash_empty.png
deleted file mode 100644
index 791270c..0000000
Binary files a/Icons and cursors/windowsicon/48x48/places/xfce-trash_empty.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/previous.png b/Icons and cursors/windowsicon/48x48/previous.png
deleted file mode 100755
index f5ce9ca..0000000
Binary files a/Icons and cursors/windowsicon/48x48/previous.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/appointment-missed.png b/Icons and cursors/windowsicon/48x48/status/appointment-missed.png
deleted file mode 100644
index 58c92b3..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/appointment-missed.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/appointment-soon.png b/Icons and cursors/windowsicon/48x48/status/appointment-soon.png
deleted file mode 100644
index 621cc5a..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/appointment-soon.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/audio-volume-high.png b/Icons and cursors/windowsicon/48x48/status/audio-volume-high.png
deleted file mode 100644
index 8d5301d..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/audio-volume-high.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/audio-volume-low.png b/Icons and cursors/windowsicon/48x48/status/audio-volume-low.png
deleted file mode 100644
index dfa034a..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/audio-volume-low.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/audio-volume-medium.png b/Icons and cursors/windowsicon/48x48/status/audio-volume-medium.png
deleted file mode 100644
index 6c6360b..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/audio-volume-medium.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/audio-volume-muted.png b/Icons and cursors/windowsicon/48x48/status/audio-volume-muted.png
deleted file mode 100644
index b2e42e4..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/audio-volume-muted.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/avatar-default.png b/Icons and cursors/windowsicon/48x48/status/avatar-default.png
deleted file mode 100644
index f4e7aa8..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/avatar-default.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/battery-caution-charging.png b/Icons and cursors/windowsicon/48x48/status/battery-caution-charging.png
deleted file mode 100644
index 25460f2..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/battery-caution-charging.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/battery-caution.png b/Icons and cursors/windowsicon/48x48/status/battery-caution.png
deleted file mode 100644
index 1231280..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/battery-caution.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/battery-empty-charging.png b/Icons and cursors/windowsicon/48x48/status/battery-empty-charging.png
deleted file mode 100644
index 81fa322..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/battery-empty-charging.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/battery-empty.png b/Icons and cursors/windowsicon/48x48/status/battery-empty.png
deleted file mode 100644
index ce3468a..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/battery-empty.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/battery-full-charged.png b/Icons and cursors/windowsicon/48x48/status/battery-full-charged.png
deleted file mode 100644
index af38c00..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/battery-full-charged.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/battery-full-charging.png b/Icons and cursors/windowsicon/48x48/status/battery-full-charging.png
deleted file mode 100644
index af38c00..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/battery-full-charging.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/battery-full.png b/Icons and cursors/windowsicon/48x48/status/battery-full.png
deleted file mode 100644
index e7ce92c..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/battery-full.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/battery-good-charging.png b/Icons and cursors/windowsicon/48x48/status/battery-good-charging.png
deleted file mode 100644
index c98c9ca..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/battery-good-charging.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/battery-good.png b/Icons and cursors/windowsicon/48x48/status/battery-good.png
deleted file mode 100644
index bd52108..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/battery-good.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/battery-low-charging.png b/Icons and cursors/windowsicon/48x48/status/battery-low-charging.png
deleted file mode 100644
index 40175f7..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/battery-low-charging.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/battery-low.png b/Icons and cursors/windowsicon/48x48/status/battery-low.png
deleted file mode 100644
index 084f4d3..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/battery-low.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/battery-missing.png b/Icons and cursors/windowsicon/48x48/status/battery-missing.png
deleted file mode 100644
index 8c61397..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/battery-missing.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/changes-allow.png b/Icons and cursors/windowsicon/48x48/status/changes-allow.png
deleted file mode 100644
index 0e6d17c..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/changes-allow.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/changes-prevent.png b/Icons and cursors/windowsicon/48x48/status/changes-prevent.png
deleted file mode 100644
index 8d13bfd..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/changes-prevent.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/computer-fail.png b/Icons and cursors/windowsicon/48x48/status/computer-fail.png
deleted file mode 100644
index e9ee0ae..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/computer-fail.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/connect_creating.png b/Icons and cursors/windowsicon/48x48/status/connect_creating.png
deleted file mode 100644
index b3ceaab..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/connect_creating.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/connect_established.png b/Icons and cursors/windowsicon/48x48/status/connect_established.png
deleted file mode 100644
index b3ceaab..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/connect_established.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/connect_no.png b/Icons and cursors/windowsicon/48x48/status/connect_no.png
deleted file mode 100644
index 265129b..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/connect_no.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/dialog-error.png b/Icons and cursors/windowsicon/48x48/status/dialog-error.png
deleted file mode 100644
index b4f0962..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/dialog-error.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/dialog-information.png b/Icons and cursors/windowsicon/48x48/status/dialog-information.png
deleted file mode 100644
index 9899949..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/dialog-information.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/dialog-password.png b/Icons and cursors/windowsicon/48x48/status/dialog-password.png
deleted file mode 100644
index 6f48102..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/dialog-password.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/dialog-question.png b/Icons and cursors/windowsicon/48x48/status/dialog-question.png
deleted file mode 100644
index bdcf2f2..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/dialog-question.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/dialog-warning.png b/Icons and cursors/windowsicon/48x48/status/dialog-warning.png
deleted file mode 100644
index b1f6f48..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/dialog-warning.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/edittrash.png b/Icons and cursors/windowsicon/48x48/status/edittrash.png
deleted file mode 100644
index 9355841..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/edittrash.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/error.png b/Icons and cursors/windowsicon/48x48/status/error.png
deleted file mode 100644
index b4f0962..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/error.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/folder-drag-accept.png b/Icons and cursors/windowsicon/48x48/status/folder-drag-accept.png
deleted file mode 100644
index d0e8e01..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/folder-drag-accept.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/folder-open.png b/Icons and cursors/windowsicon/48x48/status/folder-open.png
deleted file mode 100644
index d0e8e01..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/folder-open.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/folder-visiting.png b/Icons and cursors/windowsicon/48x48/status/folder-visiting.png
deleted file mode 100644
index 80ceac5..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/folder-visiting.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/folder_open.png b/Icons and cursors/windowsicon/48x48/status/folder_open.png
deleted file mode 100644
index d0e8e01..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/folder_open.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/gnome-fs-directory-accept.png b/Icons and cursors/windowsicon/48x48/status/gnome-fs-directory-accept.png
deleted file mode 100644
index d0e8e01..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/gnome-fs-directory-accept.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/gnome-fs-directory-visiting.png b/Icons and cursors/windowsicon/48x48/status/gnome-fs-directory-visiting.png
deleted file mode 100644
index 80ceac5..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/gnome-fs-directory-visiting.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/gnome-fs-loading-icon.png b/Icons and cursors/windowsicon/48x48/status/gnome-fs-loading-icon.png
deleted file mode 100644
index 180a8ec..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/gnome-fs-loading-icon.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/gnome-fs-trash-full.png b/Icons and cursors/windowsicon/48x48/status/gnome-fs-trash-full.png
deleted file mode 100644
index 9355841..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/gnome-fs-trash-full.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/gnome-netstatus-disconn.png b/Icons and cursors/windowsicon/48x48/status/gnome-netstatus-disconn.png
deleted file mode 100644
index 265129b..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/gnome-netstatus-disconn.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/gnome-netstatus-error.png b/Icons and cursors/windowsicon/48x48/status/gnome-netstatus-error.png
deleted file mode 100644
index 5682ae3..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/gnome-netstatus-error.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/gnome-netstatus-idle.png b/Icons and cursors/windowsicon/48x48/status/gnome-netstatus-idle.png
deleted file mode 100644
index b3ceaab..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/gnome-netstatus-idle.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/gnome-netstatus-rx.png b/Icons and cursors/windowsicon/48x48/status/gnome-netstatus-rx.png
deleted file mode 100644
index b3ceaab..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/gnome-netstatus-rx.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/gnome-netstatus-tx.png b/Icons and cursors/windowsicon/48x48/status/gnome-netstatus-tx.png
deleted file mode 100644
index b3ceaab..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/gnome-netstatus-tx.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/gnome-netstatus-txrx.png b/Icons and cursors/windowsicon/48x48/status/gnome-netstatus-txrx.png
deleted file mode 100644
index b3ceaab..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/gnome-netstatus-txrx.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/gnome-stock-trash-full.png b/Icons and cursors/windowsicon/48x48/status/gnome-stock-trash-full.png
deleted file mode 100644
index 9355841..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/gnome-stock-trash-full.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/gtk-dialog-authentication.png b/Icons and cursors/windowsicon/48x48/status/gtk-dialog-authentication.png
deleted file mode 100644
index 6f48102..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/gtk-dialog-authentication.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/gtk-dialog-error.png b/Icons and cursors/windowsicon/48x48/status/gtk-dialog-error.png
deleted file mode 100644
index b4f0962..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/gtk-dialog-error.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/gtk-dialog-info.png b/Icons and cursors/windowsicon/48x48/status/gtk-dialog-info.png
deleted file mode 100644
index 9899949..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/gtk-dialog-info.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/gtk-dialog-question.png b/Icons and cursors/windowsicon/48x48/status/gtk-dialog-question.png
deleted file mode 100644
index bdcf2f2..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/gtk-dialog-question.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/gtk-dialog-warning.png b/Icons and cursors/windowsicon/48x48/status/gtk-dialog-warning.png
deleted file mode 100644
index b1f6f48..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/gtk-dialog-warning.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/gtk-directory.png b/Icons and cursors/windowsicon/48x48/status/gtk-directory.png
deleted file mode 100644
index d0e8e01..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/gtk-directory.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/gtk-missing-image.png b/Icons and cursors/windowsicon/48x48/status/gtk-missing-image.png
deleted file mode 100644
index 1a50bd2..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/gtk-missing-image.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/image-loading.png b/Icons and cursors/windowsicon/48x48/status/image-loading.png
deleted file mode 100644
index 180a8ec..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/image-loading.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/image-missing.png b/Icons and cursors/windowsicon/48x48/status/image-missing.png
deleted file mode 100644
index 1a50bd2..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/image-missing.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/important.png b/Icons and cursors/windowsicon/48x48/status/important.png
deleted file mode 100644
index b1f6f48..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/important.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/info.png b/Icons and cursors/windowsicon/48x48/status/info.png
deleted file mode 100644
index 9899949..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/info.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/mail-attachment.png b/Icons and cursors/windowsicon/48x48/status/mail-attachment.png
deleted file mode 100644
index 92f5ac9..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/mail-attachment.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/mail-read.png b/Icons and cursors/windowsicon/48x48/status/mail-read.png
deleted file mode 100644
index b0803c0..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/mail-read.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/mail-replied.png b/Icons and cursors/windowsicon/48x48/status/mail-replied.png
deleted file mode 100644
index d7e8460..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/mail-replied.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/mail-unread.png b/Icons and cursors/windowsicon/48x48/status/mail-unread.png
deleted file mode 100644
index 4228440..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/mail-unread.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/media-playlist-repeat.png b/Icons and cursors/windowsicon/48x48/status/media-playlist-repeat.png
deleted file mode 100644
index 7b5635b..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/media-playlist-repeat.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/media-playlist-shuffle.png b/Icons and cursors/windowsicon/48x48/status/media-playlist-shuffle.png
deleted file mode 100644
index d5bb74a..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/media-playlist-shuffle.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/messagebox_critical.png b/Icons and cursors/windowsicon/48x48/status/messagebox_critical.png
deleted file mode 100644
index b4f0962..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/messagebox_critical.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/messagebox_info.png b/Icons and cursors/windowsicon/48x48/status/messagebox_info.png
deleted file mode 100644
index 9899949..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/messagebox_info.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/messagebox_warning.png b/Icons and cursors/windowsicon/48x48/status/messagebox_warning.png
deleted file mode 100644
index b1f6f48..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/messagebox_warning.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/microphone-sensitivity-high.png b/Icons and cursors/windowsicon/48x48/status/microphone-sensitivity-high.png
deleted file mode 100644
index 6bbdc26..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/microphone-sensitivity-high.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/microphone-sensitivity-low.png b/Icons and cursors/windowsicon/48x48/status/microphone-sensitivity-low.png
deleted file mode 100644
index e63ef08..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/microphone-sensitivity-low.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/microphone-sensitivity-medium.png b/Icons and cursors/windowsicon/48x48/status/microphone-sensitivity-medium.png
deleted file mode 100644
index 7f04657..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/microphone-sensitivity-medium.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/microphone-sensitivity-muted.png b/Icons and cursors/windowsicon/48x48/status/microphone-sensitivity-muted.png
deleted file mode 100644
index 77697e2..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/microphone-sensitivity-muted.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/network-cellular-connected.png b/Icons and cursors/windowsicon/48x48/status/network-cellular-connected.png
deleted file mode 100644
index e8f1e09..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/network-cellular-connected.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/network-error.png b/Icons and cursors/windowsicon/48x48/status/network-error.png
deleted file mode 100644
index 5682ae3..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/network-error.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/network-idle.png b/Icons and cursors/windowsicon/48x48/status/network-idle.png
deleted file mode 100644
index b3ceaab..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/network-idle.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/network-offline.png b/Icons and cursors/windowsicon/48x48/status/network-offline.png
deleted file mode 100644
index 265129b..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/network-offline.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/network-receive.png b/Icons and cursors/windowsicon/48x48/status/network-receive.png
deleted file mode 100644
index b3ceaab..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/network-receive.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/network-transmit-receive.png b/Icons and cursors/windowsicon/48x48/status/network-transmit-receive.png
deleted file mode 100644
index b3ceaab..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/network-transmit-receive.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/network-transmit.png b/Icons and cursors/windowsicon/48x48/status/network-transmit.png
deleted file mode 100644
index b3ceaab..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/network-transmit.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/network-wired-disconnected.png b/Icons and cursors/windowsicon/48x48/status/network-wired-disconnected.png
deleted file mode 100644
index 265129b..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/network-wired-disconnected.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/nm-no-connection.png b/Icons and cursors/windowsicon/48x48/status/nm-no-connection.png
deleted file mode 100644
index 265129b..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/nm-no-connection.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/non-starred.png b/Icons and cursors/windowsicon/48x48/status/non-starred.png
deleted file mode 100644
index 3229e85..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/non-starred.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/printer-error.png b/Icons and cursors/windowsicon/48x48/status/printer-error.png
deleted file mode 100644
index bf77624..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/printer-error.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/printer-printing.png b/Icons and cursors/windowsicon/48x48/status/printer-printing.png
deleted file mode 100644
index c1a250d..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/printer-printing.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/security-high.png b/Icons and cursors/windowsicon/48x48/status/security-high.png
deleted file mode 100644
index 90c3394..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/security-high.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/security-low.png b/Icons and cursors/windowsicon/48x48/status/security-low.png
deleted file mode 100644
index e4c5053..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/security-low.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/security-medium.png b/Icons and cursors/windowsicon/48x48/status/security-medium.png
deleted file mode 100644
index eecf0d0..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/security-medium.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/semi-starred-rtl.png b/Icons and cursors/windowsicon/48x48/status/semi-starred-rtl.png
deleted file mode 100644
index b9f3b84..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/semi-starred-rtl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/semi-starred.png b/Icons and cursors/windowsicon/48x48/status/semi-starred.png
deleted file mode 100644
index 5993937..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/semi-starred.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/software-update-available.png b/Icons and cursors/windowsicon/48x48/status/software-update-available.png
deleted file mode 100644
index 9da6f02..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/software-update-available.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/software-update-urgent.png b/Icons and cursors/windowsicon/48x48/status/software-update-urgent.png
deleted file mode 100644
index 1b792ec..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/software-update-urgent.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/starred.png b/Icons and cursors/windowsicon/48x48/status/starred.png
deleted file mode 100644
index 425b1d9..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/starred.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/stock_appointment-reminder-excl.png b/Icons and cursors/windowsicon/48x48/status/stock_appointment-reminder-excl.png
deleted file mode 100644
index 58c92b3..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/stock_appointment-reminder-excl.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/stock_appointment-reminder.png b/Icons and cursors/windowsicon/48x48/status/stock_appointment-reminder.png
deleted file mode 100644
index 621cc5a..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/stock_appointment-reminder.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/stock_attach.png b/Icons and cursors/windowsicon/48x48/status/stock_attach.png
deleted file mode 100644
index 92f5ac9..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/stock_attach.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/stock_dialog-error.png b/Icons and cursors/windowsicon/48x48/status/stock_dialog-error.png
deleted file mode 100644
index b4f0962..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/stock_dialog-error.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/stock_dialog-info.png b/Icons and cursors/windowsicon/48x48/status/stock_dialog-info.png
deleted file mode 100644
index 9899949..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/stock_dialog-info.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/stock_dialog-question.png b/Icons and cursors/windowsicon/48x48/status/stock_dialog-question.png
deleted file mode 100644
index bdcf2f2..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/stock_dialog-question.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/stock_dialog-warning.png b/Icons and cursors/windowsicon/48x48/status/stock_dialog-warning.png
deleted file mode 100644
index b1f6f48..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/stock_dialog-warning.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/stock_lock-broken.png b/Icons and cursors/windowsicon/48x48/status/stock_lock-broken.png
deleted file mode 100644
index e4c5053..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/stock_lock-broken.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/stock_lock-ok.png b/Icons and cursors/windowsicon/48x48/status/stock_lock-ok.png
deleted file mode 100644
index 90c3394..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/stock_lock-ok.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/stock_lock-open.png b/Icons and cursors/windowsicon/48x48/status/stock_lock-open.png
deleted file mode 100644
index e4c5053..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/stock_lock-open.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/stock_lock.png b/Icons and cursors/windowsicon/48x48/status/stock_lock.png
deleted file mode 100644
index eecf0d0..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/stock_lock.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/stock_mail-open.png b/Icons and cursors/windowsicon/48x48/status/stock_mail-open.png
deleted file mode 100644
index b0803c0..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/stock_mail-open.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/stock_mail-replied.png b/Icons and cursors/windowsicon/48x48/status/stock_mail-replied.png
deleted file mode 100644
index d7e8460..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/stock_mail-replied.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/stock_mail-unread.png b/Icons and cursors/windowsicon/48x48/status/stock_mail-unread.png
deleted file mode 100644
index 4228440..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/stock_mail-unread.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/stock_open.png b/Icons and cursors/windowsicon/48x48/status/stock_open.png
deleted file mode 100644
index d0e8e01..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/stock_open.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/stock_repeat.png b/Icons and cursors/windowsicon/48x48/status/stock_repeat.png
deleted file mode 100644
index 7b5635b..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/stock_repeat.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/stock_shuffle.png b/Icons and cursors/windowsicon/48x48/status/stock_shuffle.png
deleted file mode 100644
index d5bb74a..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/stock_shuffle.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/stock_trash_full.png b/Icons and cursors/windowsicon/48x48/status/stock_trash_full.png
deleted file mode 100644
index 9355841..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/stock_trash_full.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/stock_volume-0.png b/Icons and cursors/windowsicon/48x48/status/stock_volume-0.png
deleted file mode 100644
index dfa034a..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/stock_volume-0.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/stock_volume-max.png b/Icons and cursors/windowsicon/48x48/status/stock_volume-max.png
deleted file mode 100644
index 8d5301d..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/stock_volume-max.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/stock_volume-med.png b/Icons and cursors/windowsicon/48x48/status/stock_volume-med.png
deleted file mode 100644
index 6c6360b..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/stock_volume-med.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/stock_volume-min.png b/Icons and cursors/windowsicon/48x48/status/stock_volume-min.png
deleted file mode 100644
index dfa034a..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/stock_volume-min.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/stock_volume-mute.png b/Icons and cursors/windowsicon/48x48/status/stock_volume-mute.png
deleted file mode 100644
index b2e42e4..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/stock_volume-mute.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/stock_volume.png b/Icons and cursors/windowsicon/48x48/status/stock_volume.png
deleted file mode 100644
index 8d5301d..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/stock_volume.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/stock_weather-cloudy.png b/Icons and cursors/windowsicon/48x48/status/stock_weather-cloudy.png
deleted file mode 100644
index 1aa6016..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/stock_weather-cloudy.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/stock_weather-few-clouds.png b/Icons and cursors/windowsicon/48x48/status/stock_weather-few-clouds.png
deleted file mode 100644
index 96adac0..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/stock_weather-few-clouds.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/stock_weather-fog.png b/Icons and cursors/windowsicon/48x48/status/stock_weather-fog.png
deleted file mode 100644
index c1ea5c5..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/stock_weather-fog.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/stock_weather-night-clear.png b/Icons and cursors/windowsicon/48x48/status/stock_weather-night-clear.png
deleted file mode 100644
index 2865773..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/stock_weather-night-clear.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/stock_weather-night-few-clouds.png b/Icons and cursors/windowsicon/48x48/status/stock_weather-night-few-clouds.png
deleted file mode 100644
index 3f01fb4..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/stock_weather-night-few-clouds.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/stock_weather-showers.png b/Icons and cursors/windowsicon/48x48/status/stock_weather-showers.png
deleted file mode 100644
index f0a3ac7..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/stock_weather-showers.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/stock_weather-snow.png b/Icons and cursors/windowsicon/48x48/status/stock_weather-snow.png
deleted file mode 100644
index 2a05e5b..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/stock_weather-snow.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/stock_weather-storm.png b/Icons and cursors/windowsicon/48x48/status/stock_weather-storm.png
deleted file mode 100644
index aa85d38..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/stock_weather-storm.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/stock_weather-sunny.png b/Icons and cursors/windowsicon/48x48/status/stock_weather-sunny.png
deleted file mode 100644
index 1c8e27a..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/stock_weather-sunny.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/sunny.png b/Icons and cursors/windowsicon/48x48/status/sunny.png
deleted file mode 100644
index 1c8e27a..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/sunny.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/task-due.png b/Icons and cursors/windowsicon/48x48/status/task-due.png
deleted file mode 100644
index 3038bab..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/task-due.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/task-past-due.png b/Icons and cursors/windowsicon/48x48/status/task-past-due.png
deleted file mode 100644
index 5b6c612..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/task-past-due.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/trashcan_full.png b/Icons and cursors/windowsicon/48x48/status/trashcan_full.png
deleted file mode 100644
index 9355841..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/trashcan_full.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/trophy-bronze.png b/Icons and cursors/windowsicon/48x48/status/trophy-bronze.png
deleted file mode 100644
index d62e681..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/trophy-bronze.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/trophy-gold.png b/Icons and cursors/windowsicon/48x48/status/trophy-gold.png
deleted file mode 100644
index c3ee3ed..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/trophy-gold.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/trophy-silver.png b/Icons and cursors/windowsicon/48x48/status/trophy-silver.png
deleted file mode 100644
index e4ed3e3..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/trophy-silver.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/user-available.png b/Icons and cursors/windowsicon/48x48/status/user-available.png
deleted file mode 100644
index ffb5317..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/user-available.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/user-away.png b/Icons and cursors/windowsicon/48x48/status/user-away.png
deleted file mode 100644
index 8f44bff..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/user-away.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/user-busy.png b/Icons and cursors/windowsicon/48x48/status/user-busy.png
deleted file mode 100644
index 4f0c405..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/user-busy.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/user-idle.png b/Icons and cursors/windowsicon/48x48/status/user-idle.png
deleted file mode 100644
index 6b0b178..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/user-idle.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/user-invisible.png b/Icons and cursors/windowsicon/48x48/status/user-invisible.png
deleted file mode 100644
index 907c732..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/user-invisible.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/user-offline.png b/Icons and cursors/windowsicon/48x48/status/user-offline.png
deleted file mode 100644
index fd0a3aa..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/user-offline.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/user-trash-full.png b/Icons and cursors/windowsicon/48x48/status/user-trash-full.png
deleted file mode 100644
index 9355841..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/user-trash-full.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/weather-clear-night.png b/Icons and cursors/windowsicon/48x48/status/weather-clear-night.png
deleted file mode 100644
index 2865773..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/weather-clear-night.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/weather-clear.png b/Icons and cursors/windowsicon/48x48/status/weather-clear.png
deleted file mode 100644
index 1c8e27a..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/weather-clear.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/weather-few-clouds-night.png b/Icons and cursors/windowsicon/48x48/status/weather-few-clouds-night.png
deleted file mode 100644
index 3f01fb4..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/weather-few-clouds-night.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/weather-few-clouds.png b/Icons and cursors/windowsicon/48x48/status/weather-few-clouds.png
deleted file mode 100644
index 96adac0..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/weather-few-clouds.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/weather-fog.png b/Icons and cursors/windowsicon/48x48/status/weather-fog.png
deleted file mode 100644
index c1ea5c5..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/weather-fog.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/weather-overcast.png b/Icons and cursors/windowsicon/48x48/status/weather-overcast.png
deleted file mode 100644
index 1aa6016..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/weather-overcast.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/weather-severe-alert.png b/Icons and cursors/windowsicon/48x48/status/weather-severe-alert.png
deleted file mode 100644
index d41a1f4..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/weather-severe-alert.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/weather-showers-scattered.png b/Icons and cursors/windowsicon/48x48/status/weather-showers-scattered.png
deleted file mode 100644
index 14e6fb2..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/weather-showers-scattered.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/weather-showers.png b/Icons and cursors/windowsicon/48x48/status/weather-showers.png
deleted file mode 100644
index f0a3ac7..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/weather-showers.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/weather-snow.png b/Icons and cursors/windowsicon/48x48/status/weather-snow.png
deleted file mode 100644
index 2a05e5b..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/weather-snow.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/weather-storm.png b/Icons and cursors/windowsicon/48x48/status/weather-storm.png
deleted file mode 100644
index aa85d38..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/weather-storm.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/48x48/status/xfce-trash_full.png b/Icons and cursors/windowsicon/48x48/status/xfce-trash_full.png
deleted file mode 100644
index 9355841..0000000
Binary files a/Icons and cursors/windowsicon/48x48/status/xfce-trash_full.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/8x8/actions/application-menu.png b/Icons and cursors/windowsicon/8x8/actions/application-menu.png
deleted file mode 100644
index 282722d..0000000
Binary files a/Icons and cursors/windowsicon/8x8/actions/application-menu.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/8x8/actions/button_cancel.png b/Icons and cursors/windowsicon/8x8/actions/button_cancel.png
deleted file mode 100644
index 437646f..0000000
Binary files a/Icons and cursors/windowsicon/8x8/actions/button_cancel.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/8x8/actions/cancel.png b/Icons and cursors/windowsicon/8x8/actions/cancel.png
deleted file mode 100644
index 437646f..0000000
Binary files a/Icons and cursors/windowsicon/8x8/actions/cancel.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/8x8/actions/configure-toolbars.png b/Icons and cursors/windowsicon/8x8/actions/configure-toolbars.png
deleted file mode 100644
index c020f0e..0000000
Binary files a/Icons and cursors/windowsicon/8x8/actions/configure-toolbars.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/8x8/actions/configure.png b/Icons and cursors/windowsicon/8x8/actions/configure.png
deleted file mode 100644
index c020f0e..0000000
Binary files a/Icons and cursors/windowsicon/8x8/actions/configure.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/8x8/actions/configure_kile.png b/Icons and cursors/windowsicon/8x8/actions/configure_kile.png
deleted file mode 100644
index c020f0e..0000000
Binary files a/Icons and cursors/windowsicon/8x8/actions/configure_kile.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/8x8/actions/configure_project.png b/Icons and cursors/windowsicon/8x8/actions/configure_project.png
deleted file mode 100644
index c020f0e..0000000
Binary files a/Icons and cursors/windowsicon/8x8/actions/configure_project.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/8x8/actions/dialog-cancel.png b/Icons and cursors/windowsicon/8x8/actions/dialog-cancel.png
deleted file mode 100644
index 437646f..0000000
Binary files a/Icons and cursors/windowsicon/8x8/actions/dialog-cancel.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/8x8/actions/edit-clear.png b/Icons and cursors/windowsicon/8x8/actions/edit-clear.png
deleted file mode 100644
index 93b1812..0000000
Binary files a/Icons and cursors/windowsicon/8x8/actions/edit-clear.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/8x8/actions/editclear.png b/Icons and cursors/windowsicon/8x8/actions/editclear.png
deleted file mode 100644
index 93b1812..0000000
Binary files a/Icons and cursors/windowsicon/8x8/actions/editclear.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/8x8/actions/filter.png b/Icons and cursors/windowsicon/8x8/actions/filter.png
deleted file mode 100644
index ffdf8ca..0000000
Binary files a/Icons and cursors/windowsicon/8x8/actions/filter.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/8x8/actions/menu_new.png b/Icons and cursors/windowsicon/8x8/actions/menu_new.png
deleted file mode 100644
index 282722d..0000000
Binary files a/Icons and cursors/windowsicon/8x8/actions/menu_new.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/8x8/actions/pin.png b/Icons and cursors/windowsicon/8x8/actions/pin.png
deleted file mode 100644
index 0ae7642..0000000
Binary files a/Icons and cursors/windowsicon/8x8/actions/pin.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/8x8/actions/settings-configure.png b/Icons and cursors/windowsicon/8x8/actions/settings-configure.png
deleted file mode 100644
index c020f0e..0000000
Binary files a/Icons and cursors/windowsicon/8x8/actions/settings-configure.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/8x8/actions/stock_filter-data-by-criteria.png b/Icons and cursors/windowsicon/8x8/actions/stock_filter-data-by-criteria.png
deleted file mode 100644
index ffdf8ca..0000000
Binary files a/Icons and cursors/windowsicon/8x8/actions/stock_filter-data-by-criteria.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/8x8/actions/stock_filter-navigator.png b/Icons and cursors/windowsicon/8x8/actions/stock_filter-navigator.png
deleted file mode 100644
index ffdf8ca..0000000
Binary files a/Icons and cursors/windowsicon/8x8/actions/stock_filter-navigator.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/8x8/actions/stock_mail-filters-apply.png b/Icons and cursors/windowsicon/8x8/actions/stock_mail-filters-apply.png
deleted file mode 100644
index ffdf8ca..0000000
Binary files a/Icons and cursors/windowsicon/8x8/actions/stock_mail-filters-apply.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/8x8/actions/window-pin.png b/Icons and cursors/windowsicon/8x8/actions/window-pin.png
deleted file mode 100644
index 0ae7642..0000000
Binary files a/Icons and cursors/windowsicon/8x8/actions/window-pin.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/8x8/apps/gnome-help.png b/Icons and cursors/windowsicon/8x8/apps/gnome-help.png
deleted file mode 100644
index 2d4b832..0000000
Binary files a/Icons and cursors/windowsicon/8x8/apps/gnome-help.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/8x8/apps/help-browser.png b/Icons and cursors/windowsicon/8x8/apps/help-browser.png
deleted file mode 100644
index 2d4b832..0000000
Binary files a/Icons and cursors/windowsicon/8x8/apps/help-browser.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/8x8/apps/khelpcenter.png b/Icons and cursors/windowsicon/8x8/apps/khelpcenter.png
deleted file mode 100644
index 2d4b832..0000000
Binary files a/Icons and cursors/windowsicon/8x8/apps/khelpcenter.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/8x8/apps/susehelpcenter.png b/Icons and cursors/windowsicon/8x8/apps/susehelpcenter.png
deleted file mode 100644
index 2d4b832..0000000
Binary files a/Icons and cursors/windowsicon/8x8/apps/susehelpcenter.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/8x8/apps/user-info.png b/Icons and cursors/windowsicon/8x8/apps/user-info.png
deleted file mode 100644
index ec7cf33..0000000
Binary files a/Icons and cursors/windowsicon/8x8/apps/user-info.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/8x8/apps/waiting.png b/Icons and cursors/windowsicon/8x8/apps/waiting.png
deleted file mode 100644
index 93b1812..0000000
Binary files a/Icons and cursors/windowsicon/8x8/apps/waiting.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/8x8/apps/xfce-man.png b/Icons and cursors/windowsicon/8x8/apps/xfce-man.png
deleted file mode 100644
index 2d4b832..0000000
Binary files a/Icons and cursors/windowsicon/8x8/apps/xfce-man.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/8x8/emblems/emblem-default.png b/Icons and cursors/windowsicon/8x8/emblems/emblem-default.png
deleted file mode 100644
index ed5737a..0000000
Binary files a/Icons and cursors/windowsicon/8x8/emblems/emblem-default.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/8x8/emblems/emblem-new.png b/Icons and cursors/windowsicon/8x8/emblems/emblem-new.png
deleted file mode 100644
index c760fc4..0000000
Binary files a/Icons and cursors/windowsicon/8x8/emblems/emblem-new.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/8x8/emblems/emblem-readonly.png b/Icons and cursors/windowsicon/8x8/emblems/emblem-readonly.png
deleted file mode 100644
index 9685df1..0000000
Binary files a/Icons and cursors/windowsicon/8x8/emblems/emblem-readonly.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/8x8/emblems/emblem-symbolic-link.png b/Icons and cursors/windowsicon/8x8/emblems/emblem-symbolic-link.png
deleted file mode 100644
index b4574bf..0000000
Binary files a/Icons and cursors/windowsicon/8x8/emblems/emblem-symbolic-link.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/8x8/emblems/emblem-synchronizing.png b/Icons and cursors/windowsicon/8x8/emblems/emblem-synchronizing.png
deleted file mode 100644
index ff9bbb1..0000000
Binary files a/Icons and cursors/windowsicon/8x8/emblems/emblem-synchronizing.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/8x8/emblems/emblem-unreadable.png b/Icons and cursors/windowsicon/8x8/emblems/emblem-unreadable.png
deleted file mode 100644
index 4c87cb2..0000000
Binary files a/Icons and cursors/windowsicon/8x8/emblems/emblem-unreadable.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/8x8/mimetypes/application-octet-stream.png b/Icons and cursors/windowsicon/8x8/mimetypes/application-octet-stream.png
deleted file mode 100644
index cd02c02..0000000
Binary files a/Icons and cursors/windowsicon/8x8/mimetypes/application-octet-stream.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/8x8/mimetypes/application-x-7z-compressed.png b/Icons and cursors/windowsicon/8x8/mimetypes/application-x-7z-compressed.png
deleted file mode 100644
index cb4a37f..0000000
Binary files a/Icons and cursors/windowsicon/8x8/mimetypes/application-x-7z-compressed.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/8x8/mimetypes/application-x-kdenlivetitle.png b/Icons and cursors/windowsicon/8x8/mimetypes/application-x-kdenlivetitle.png
deleted file mode 100644
index f564c96..0000000
Binary files a/Icons and cursors/windowsicon/8x8/mimetypes/application-x-kdenlivetitle.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/8x8/mimetypes/application-x-krita.png b/Icons and cursors/windowsicon/8x8/mimetypes/application-x-krita.png
deleted file mode 100644
index 4fc647b..0000000
Binary files a/Icons and cursors/windowsicon/8x8/mimetypes/application-x-krita.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/8x8/mimetypes/document.png b/Icons and cursors/windowsicon/8x8/mimetypes/document.png
deleted file mode 100644
index 188f723..0000000
Binary files a/Icons and cursors/windowsicon/8x8/mimetypes/document.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/8x8/status/avatar-default.png b/Icons and cursors/windowsicon/8x8/status/avatar-default.png
deleted file mode 100644
index ec7cf33..0000000
Binary files a/Icons and cursors/windowsicon/8x8/status/avatar-default.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/8x8/status/dialog-information.png b/Icons and cursors/windowsicon/8x8/status/dialog-information.png
deleted file mode 100644
index 9398b57..0000000
Binary files a/Icons and cursors/windowsicon/8x8/status/dialog-information.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/8x8/status/dialog-question.png b/Icons and cursors/windowsicon/8x8/status/dialog-question.png
deleted file mode 100644
index 2d4b832..0000000
Binary files a/Icons and cursors/windowsicon/8x8/status/dialog-question.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/8x8/status/gtk-dialog-info.png b/Icons and cursors/windowsicon/8x8/status/gtk-dialog-info.png
deleted file mode 100644
index 9398b57..0000000
Binary files a/Icons and cursors/windowsicon/8x8/status/gtk-dialog-info.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/8x8/status/gtk-dialog-question.png b/Icons and cursors/windowsicon/8x8/status/gtk-dialog-question.png
deleted file mode 100644
index 2d4b832..0000000
Binary files a/Icons and cursors/windowsicon/8x8/status/gtk-dialog-question.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/8x8/status/info.png b/Icons and cursors/windowsicon/8x8/status/info.png
deleted file mode 100644
index 9398b57..0000000
Binary files a/Icons and cursors/windowsicon/8x8/status/info.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/8x8/status/messagebox_info.png b/Icons and cursors/windowsicon/8x8/status/messagebox_info.png
deleted file mode 100644
index 9398b57..0000000
Binary files a/Icons and cursors/windowsicon/8x8/status/messagebox_info.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/8x8/status/software-update-available.png b/Icons and cursors/windowsicon/8x8/status/software-update-available.png
deleted file mode 100644
index 94a6755..0000000
Binary files a/Icons and cursors/windowsicon/8x8/status/software-update-available.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/8x8/status/software-update-urgent.png b/Icons and cursors/windowsicon/8x8/status/software-update-urgent.png
deleted file mode 100644
index 10d9ff6..0000000
Binary files a/Icons and cursors/windowsicon/8x8/status/software-update-urgent.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/8x8/status/stock_dialog-info.png b/Icons and cursors/windowsicon/8x8/status/stock_dialog-info.png
deleted file mode 100644
index 9398b57..0000000
Binary files a/Icons and cursors/windowsicon/8x8/status/stock_dialog-info.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/8x8/status/stock_dialog-question.png b/Icons and cursors/windowsicon/8x8/status/stock_dialog-question.png
deleted file mode 100644
index 2d4b832..0000000
Binary files a/Icons and cursors/windowsicon/8x8/status/stock_dialog-question.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/LICENSE b/Icons and cursors/windowsicon/LICENSE
deleted file mode 100644
index e6fdfba..0000000
--- a/Icons and cursors/windowsicon/LICENSE
+++ /dev/null
@@ -1,682 +0,0 @@
-Windows is a Trademark of Microsoft Corporation.
-Windows 8 is a Trademark of Microsoft Corporation.
-Ubuntu is a Trademark of Canonical.
-
-
-
-
-
- GNU GENERAL PUBLIC LICENSE
- Version 3, 29 June 2007
-
- Copyright (C) 2007 Free Software Foundation, Inc.
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
- Preamble
-
- The GNU General Public License is a free, copyleft license for
-software and other kinds of works.
-
- The licenses for most software and other practical works are designed
-to take away your freedom to share and change the works. By contrast,
-the GNU General Public License is intended to guarantee your freedom to
-share and change all versions of a program--to make sure it remains free
-software for all its users. We, the Free Software Foundation, use the
-GNU General Public License for most of our software; it applies also to
-any other work released this way by its authors. You can apply it to
-your programs, too.
-
- When we speak of free software, we are referring to freedom, not
-price. Our General Public Licenses are designed to make sure that you
-have the freedom to distribute copies of free software (and charge for
-them if you wish), that you receive source code or can get it if you
-want it, that you can change the software or use pieces of it in new
-free programs, and that you know you can do these things.
-
- To protect your rights, we need to prevent others from denying you
-these rights or asking you to surrender the rights. Therefore, you have
-certain responsibilities if you distribute copies of the software, or if
-you modify it: responsibilities to respect the freedom of others.
-
- For example, if you distribute copies of such a program, whether
-gratis or for a fee, you must pass on to the recipients the same
-freedoms that you received. You must make sure that they, too, receive
-or can get the source code. And you must show them these terms so they
-know their rights.
-
- Developers that use the GNU GPL protect your rights with two steps:
-(1) assert copyright on the software, and (2) offer you this License
-giving you legal permission to copy, distribute and/or modify it.
-
- For the developers' and authors' protection, the GPL clearly explains
-that there is no warranty for this free software. For both users' and
-authors' sake, the GPL requires that modified versions be marked as
-changed, so that their problems will not be attributed erroneously to
-authors of previous versions.
-
- Some devices are designed to deny users access to install or run
-modified versions of the software inside them, although the manufacturer
-can do so. This is fundamentally incompatible with the aim of
-protecting users' freedom to change the software. The systematic
-pattern of such abuse occurs in the area of products for individuals to
-use, which is precisely where it is most unacceptable. Therefore, we
-have designed this version of the GPL to prohibit the practice for those
-products. If such problems arise substantially in other domains, we
-stand ready to extend this provision to those domains in future versions
-of the GPL, as needed to protect the freedom of users.
-
- Finally, every program is threatened constantly by software patents.
-States should not allow patents to restrict development and use of
-software on general-purpose computers, but in those that do, we wish to
-avoid the special danger that patents applied to a free program could
-make it effectively proprietary. To prevent this, the GPL assures that
-patents cannot be used to render the program non-free.
-
- The precise terms and conditions for copying, distribution and
-modification follow.
-
- TERMS AND CONDITIONS
-
- 0. Definitions.
-
- "This License" refers to version 3 of the GNU General Public License.
-
- "Copyright" also means copyright-like laws that apply to other kinds of
-works, such as semiconductor masks.
-
- "The Program" refers to any copyrightable work licensed under this
-License. Each licensee is addressed as "you". "Licensees" and
-"recipients" may be individuals or organizations.
-
- To "modify" a work means to copy from or adapt all or part of the work
-in a fashion requiring copyright permission, other than the making of an
-exact copy. The resulting work is called a "modified version" of the
-earlier work or a work "based on" the earlier work.
-
- A "covered work" means either the unmodified Program or a work based
-on the Program.
-
- To "propagate" a work means to do anything with it that, without
-permission, would make you directly or secondarily liable for
-infringement under applicable copyright law, except executing it on a
-computer or modifying a private copy. Propagation includes copying,
-distribution (with or without modification), making available to the
-public, and in some countries other activities as well.
-
- To "convey" a work means any kind of propagation that enables other
-parties to make or receive copies. Mere interaction with a user through
-a computer network, with no transfer of a copy, is not conveying.
-
- An interactive user interface displays "Appropriate Legal Notices"
-to the extent that it includes a convenient and prominently visible
-feature that (1) displays an appropriate copyright notice, and (2)
-tells the user that there is no warranty for the work (except to the
-extent that warranties are provided), that licensees may convey the
-work under this License, and how to view a copy of this License. If
-the interface presents a list of user commands or options, such as a
-menu, a prominent item in the list meets this criterion.
-
- 1. Source Code.
-
- The "source code" for a work means the preferred form of the work
-for making modifications to it. "Object code" means any non-source
-form of a work.
-
- A "Standard Interface" means an interface that either is an official
-standard defined by a recognized standards body, or, in the case of
-interfaces specified for a particular programming language, one that
-is widely used among developers working in that language.
-
- The "System Libraries" of an executable work include anything, other
-than the work as a whole, that (a) is included in the normal form of
-packaging a Major Component, but which is not part of that Major
-Component, and (b) serves only to enable use of the work with that
-Major Component, or to implement a Standard Interface for which an
-implementation is available to the public in source code form. A
-"Major Component", in this context, means a major essential component
-(kernel, window system, and so on) of the specific operating system
-(if any) on which the executable work runs, or a compiler used to
-produce the work, or an object code interpreter used to run it.
-
- The "Corresponding Source" for a work in object code form means all
-the source code needed to generate, install, and (for an executable
-work) run the object code and to modify the work, including scripts to
-control those activities. However, it does not include the work's
-System Libraries, or general-purpose tools or generally available free
-programs which are used unmodified in performing those activities but
-which are not part of the work. For example, Corresponding Source
-includes interface definition files associated with source files for
-the work, and the source code for shared libraries and dynamically
-linked subprograms that the work is specifically designed to require,
-such as by intimate data communication or control flow between those
-subprograms and other parts of the work.
-
- The Corresponding Source need not include anything that users
-can regenerate automatically from other parts of the Corresponding
-Source.
-
- The Corresponding Source for a work in source code form is that
-same work.
-
- 2. Basic Permissions.
-
- All rights granted under this License are granted for the term of
-copyright on the Program, and are irrevocable provided the stated
-conditions are met. This License explicitly affirms your unlimited
-permission to run the unmodified Program. The output from running a
-covered work is covered by this License only if the output, given its
-content, constitutes a covered work. This License acknowledges your
-rights of fair use or other equivalent, as provided by copyright law.
-
- You may make, run and propagate covered works that you do not
-convey, without conditions so long as your license otherwise remains
-in force. You may convey covered works to others for the sole purpose
-of having them make modifications exclusively for you, or provide you
-with facilities for running those works, provided that you comply with
-the terms of this License in conveying all material for which you do
-not control copyright. Those thus making or running the covered works
-for you must do so exclusively on your behalf, under your direction
-and control, on terms that prohibit them from making any copies of
-your copyrighted material outside their relationship with you.
-
- Conveying under any other circumstances is permitted solely under
-the conditions stated below. Sublicensing is not allowed; section 10
-makes it unnecessary.
-
- 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
-
- No covered work shall be deemed part of an effective technological
-measure under any applicable law fulfilling obligations under article
-11 of the WIPO copyright treaty adopted on 20 December 1996, or
-similar laws prohibiting or restricting circumvention of such
-measures.
-
- When you convey a covered work, you waive any legal power to forbid
-circumvention of technological measures to the extent such circumvention
-is effected by exercising rights under this License with respect to
-the covered work, and you disclaim any intention to limit operation or
-modification of the work as a means of enforcing, against the work's
-users, your or third parties' legal rights to forbid circumvention of
-technological measures.
-
- 4. Conveying Verbatim Copies.
-
- You may convey verbatim copies of the Program's source code as you
-receive it, in any medium, provided that you conspicuously and
-appropriately publish on each copy an appropriate copyright notice;
-keep intact all notices stating that this License and any
-non-permissive terms added in accord with section 7 apply to the code;
-keep intact all notices of the absence of any warranty; and give all
-recipients a copy of this License along with the Program.
-
- You may charge any price or no price for each copy that you convey,
-and you may offer support or warranty protection for a fee.
-
- 5. Conveying Modified Source Versions.
-
- You may convey a work based on the Program, or the modifications to
-produce it from the Program, in the form of source code under the
-terms of section 4, provided that you also meet all of these conditions:
-
- a) The work must carry prominent notices stating that you modified
- it, and giving a relevant date.
-
- b) The work must carry prominent notices stating that it is
- released under this License and any conditions added under section
- 7. This requirement modifies the requirement in section 4 to
- "keep intact all notices".
-
- c) You must license the entire work, as a whole, under this
- License to anyone who comes into possession of a copy. This
- License will therefore apply, along with any applicable section 7
- additional terms, to the whole of the work, and all its parts,
- regardless of how they are packaged. This License gives no
- permission to license the work in any other way, but it does not
- invalidate such permission if you have separately received it.
-
- d) If the work has interactive user interfaces, each must display
- Appropriate Legal Notices; however, if the Program has interactive
- interfaces that do not display Appropriate Legal Notices, your
- work need not make them do so.
-
- A compilation of a covered work with other separate and independent
-works, which are not by their nature extensions of the covered work,
-and which are not combined with it such as to form a larger program,
-in or on a volume of a storage or distribution medium, is called an
-"aggregate" if the compilation and its resulting copyright are not
-used to limit the access or legal rights of the compilation's users
-beyond what the individual works permit. Inclusion of a covered work
-in an aggregate does not cause this License to apply to the other
-parts of the aggregate.
-
- 6. Conveying Non-Source Forms.
-
- You may convey a covered work in object code form under the terms
-of sections 4 and 5, provided that you also convey the
-machine-readable Corresponding Source under the terms of this License,
-in one of these ways:
-
- a) Convey the object code in, or embodied in, a physical product
- (including a physical distribution medium), accompanied by the
- Corresponding Source fixed on a durable physical medium
- customarily used for software interchange.
-
- b) Convey the object code in, or embodied in, a physical product
- (including a physical distribution medium), accompanied by a
- written offer, valid for at least three years and valid for as
- long as you offer spare parts or customer support for that product
- model, to give anyone who possesses the object code either (1) a
- copy of the Corresponding Source for all the software in the
- product that is covered by this License, on a durable physical
- medium customarily used for software interchange, for a price no
- more than your reasonable cost of physically performing this
- conveying of source, or (2) access to copy the
- Corresponding Source from a network server at no charge.
-
- c) Convey individual copies of the object code with a copy of the
- written offer to provide the Corresponding Source. This
- alternative is allowed only occasionally and noncommercially, and
- only if you received the object code with such an offer, in accord
- with subsection 6b.
-
- d) Convey the object code by offering access from a designated
- place (gratis or for a charge), and offer equivalent access to the
- Corresponding Source in the same way through the same place at no
- further charge. You need not require recipients to copy the
- Corresponding Source along with the object code. If the place to
- copy the object code is a network server, the Corresponding Source
- may be on a different server (operated by you or a third party)
- that supports equivalent copying facilities, provided you maintain
- clear directions next to the object code saying where to find the
- Corresponding Source. Regardless of what server hosts the
- Corresponding Source, you remain obligated to ensure that it is
- available for as long as needed to satisfy these requirements.
-
- e) Convey the object code using peer-to-peer transmission, provided
- you inform other peers where the object code and Corresponding
- Source of the work are being offered to the general public at no
- charge under subsection 6d.
-
- A separable portion of the object code, whose source code is excluded
-from the Corresponding Source as a System Library, need not be
-included in conveying the object code work.
-
- A "User Product" is either (1) a "consumer product", which means any
-tangible personal property which is normally used for personal, family,
-or household purposes, or (2) anything designed or sold for incorporation
-into a dwelling. In determining whether a product is a consumer product,
-doubtful cases shall be resolved in favor of coverage. For a particular
-product received by a particular user, "normally used" refers to a
-typical or common use of that class of product, regardless of the status
-of the particular user or of the way in which the particular user
-actually uses, or expects or is expected to use, the product. A product
-is a consumer product regardless of whether the product has substantial
-commercial, industrial or non-consumer uses, unless such uses represent
-the only significant mode of use of the product.
-
- "Installation Information" for a User Product means any methods,
-procedures, authorization keys, or other information required to install
-and execute modified versions of a covered work in that User Product from
-a modified version of its Corresponding Source. The information must
-suffice to ensure that the continued functioning of the modified object
-code is in no case prevented or interfered with solely because
-modification has been made.
-
- If you convey an object code work under this section in, or with, or
-specifically for use in, a User Product, and the conveying occurs as
-part of a transaction in which the right of possession and use of the
-User Product is transferred to the recipient in perpetuity or for a
-fixed term (regardless of how the transaction is characterized), the
-Corresponding Source conveyed under this section must be accompanied
-by the Installation Information. But this requirement does not apply
-if neither you nor any third party retains the ability to install
-modified object code on the User Product (for example, the work has
-been installed in ROM).
-
- The requirement to provide Installation Information does not include a
-requirement to continue to provide support service, warranty, or updates
-for a work that has been modified or installed by the recipient, or for
-the User Product in which it has been modified or installed. Access to a
-network may be denied when the modification itself materially and
-adversely affects the operation of the network or violates the rules and
-protocols for communication across the network.
-
- Corresponding Source conveyed, and Installation Information provided,
-in accord with this section must be in a format that is publicly
-documented (and with an implementation available to the public in
-source code form), and must require no special password or key for
-unpacking, reading or copying.
-
- 7. Additional Terms.
-
- "Additional permissions" are terms that supplement the terms of this
-License by making exceptions from one or more of its conditions.
-Additional permissions that are applicable to the entire Program shall
-be treated as though they were included in this License, to the extent
-that they are valid under applicable law. If additional permissions
-apply only to part of the Program, that part may be used separately
-under those permissions, but the entire Program remains governed by
-this License without regard to the additional permissions.
-
- When you convey a copy of a covered work, you may at your option
-remove any additional permissions from that copy, or from any part of
-it. (Additional permissions may be written to require their own
-removal in certain cases when you modify the work.) You may place
-additional permissions on material, added by you to a covered work,
-for which you have or can give appropriate copyright permission.
-
- Notwithstanding any other provision of this License, for material you
-add to a covered work, you may (if authorized by the copyright holders of
-that material) supplement the terms of this License with terms:
-
- a) Disclaiming warranty or limiting liability differently from the
- terms of sections 15 and 16 of this License; or
-
- b) Requiring preservation of specified reasonable legal notices or
- author attributions in that material or in the Appropriate Legal
- Notices displayed by works containing it; or
-
- c) Prohibiting misrepresentation of the origin of that material, or
- requiring that modified versions of such material be marked in
- reasonable ways as different from the original version; or
-
- d) Limiting the use for publicity purposes of names of licensors or
- authors of the material; or
-
- e) Declining to grant rights under trademark law for use of some
- trade names, trademarks, or service marks; or
-
- f) Requiring indemnification of licensors and authors of that
- material by anyone who conveys the material (or modified versions of
- it) with contractual assumptions of liability to the recipient, for
- any liability that these contractual assumptions directly impose on
- those licensors and authors.
-
- All other non-permissive additional terms are considered "further
-restrictions" within the meaning of section 10. If the Program as you
-received it, or any part of it, contains a notice stating that it is
-governed by this License along with a term that is a further
-restriction, you may remove that term. If a license document contains
-a further restriction but permits relicensing or conveying under this
-License, you may add to a covered work material governed by the terms
-of that license document, provided that the further restriction does
-not survive such relicensing or conveying.
-
- If you add terms to a covered work in accord with this section, you
-must place, in the relevant source files, a statement of the
-additional terms that apply to those files, or a notice indicating
-where to find the applicable terms.
-
- Additional terms, permissive or non-permissive, may be stated in the
-form of a separately written license, or stated as exceptions;
-the above requirements apply either way.
-
- 8. Termination.
-
- You may not propagate or modify a covered work except as expressly
-provided under this License. Any attempt otherwise to propagate or
-modify it is void, and will automatically terminate your rights under
-this License (including any patent licenses granted under the third
-paragraph of section 11).
-
- However, if you cease all violation of this License, then your
-license from a particular copyright holder is reinstated (a)
-provisionally, unless and until the copyright holder explicitly and
-finally terminates your license, and (b) permanently, if the copyright
-holder fails to notify you of the violation by some reasonable means
-prior to 60 days after the cessation.
-
- Moreover, your license from a particular copyright holder is
-reinstated permanently if the copyright holder notifies you of the
-violation by some reasonable means, this is the first time you have
-received notice of violation of this License (for any work) from that
-copyright holder, and you cure the violation prior to 30 days after
-your receipt of the notice.
-
- Termination of your rights under this section does not terminate the
-licenses of parties who have received copies or rights from you under
-this License. If your rights have been terminated and not permanently
-reinstated, you do not qualify to receive new licenses for the same
-material under section 10.
-
- 9. Acceptance Not Required for Having Copies.
-
- You are not required to accept this License in order to receive or
-run a copy of the Program. Ancillary propagation of a covered work
-occurring solely as a consequence of using peer-to-peer transmission
-to receive a copy likewise does not require acceptance. However,
-nothing other than this License grants you permission to propagate or
-modify any covered work. These actions infringe copyright if you do
-not accept this License. Therefore, by modifying or propagating a
-covered work, you indicate your acceptance of this License to do so.
-
- 10. Automatic Licensing of Downstream Recipients.
-
- Each time you convey a covered work, the recipient automatically
-receives a license from the original licensors, to run, modify and
-propagate that work, subject to this License. You are not responsible
-for enforcing compliance by third parties with this License.
-
- An "entity transaction" is a transaction transferring control of an
-organization, or substantially all assets of one, or subdividing an
-organization, or merging organizations. If propagation of a covered
-work results from an entity transaction, each party to that
-transaction who receives a copy of the work also receives whatever
-licenses to the work the party's predecessor in interest had or could
-give under the previous paragraph, plus a right to possession of the
-Corresponding Source of the work from the predecessor in interest, if
-the predecessor has it or can get it with reasonable efforts.
-
- You may not impose any further restrictions on the exercise of the
-rights granted or affirmed under this License. For example, you may
-not impose a license fee, royalty, or other charge for exercise of
-rights granted under this License, and you may not initiate litigation
-(including a cross-claim or counterclaim in a lawsuit) alleging that
-any patent claim is infringed by making, using, selling, offering for
-sale, or importing the Program or any portion of it.
-
- 11. Patents.
-
- A "contributor" is a copyright holder who authorizes use under this
-License of the Program or a work on which the Program is based. The
-work thus licensed is called the contributor's "contributor version".
-
- A contributor's "essential patent claims" are all patent claims
-owned or controlled by the contributor, whether already acquired or
-hereafter acquired, that would be infringed by some manner, permitted
-by this License, of making, using, or selling its contributor version,
-but do not include claims that would be infringed only as a
-consequence of further modification of the contributor version. For
-purposes of this definition, "control" includes the right to grant
-patent sublicenses in a manner consistent with the requirements of
-this License.
-
- Each contributor grants you a non-exclusive, worldwide, royalty-free
-patent license under the contributor's essential patent claims, to
-make, use, sell, offer for sale, import and otherwise run, modify and
-propagate the contents of its contributor version.
-
- In the following three paragraphs, a "patent license" is any express
-agreement or commitment, however denominated, not to enforce a patent
-(such as an express permission to practice a patent or covenant not to
-sue for patent infringement). To "grant" such a patent license to a
-party means to make such an agreement or commitment not to enforce a
-patent against the party.
-
- If you convey a covered work, knowingly relying on a patent license,
-and the Corresponding Source of the work is not available for anyone
-to copy, free of charge and under the terms of this License, through a
-publicly available network server or other readily accessible means,
-then you must either (1) cause the Corresponding Source to be so
-available, or (2) arrange to deprive yourself of the benefit of the
-patent license for this particular work, or (3) arrange, in a manner
-consistent with the requirements of this License, to extend the patent
-license to downstream recipients. "Knowingly relying" means you have
-actual knowledge that, but for the patent license, your conveying the
-covered work in a country, or your recipient's use of the covered work
-in a country, would infringe one or more identifiable patents in that
-country that you have reason to believe are valid.
-
- If, pursuant to or in connection with a single transaction or
-arrangement, you convey, or propagate by procuring conveyance of, a
-covered work, and grant a patent license to some of the parties
-receiving the covered work authorizing them to use, propagate, modify
-or convey a specific copy of the covered work, then the patent license
-you grant is automatically extended to all recipients of the covered
-work and works based on it.
-
- A patent license is "discriminatory" if it does not include within
-the scope of its coverage, prohibits the exercise of, or is
-conditioned on the non-exercise of one or more of the rights that are
-specifically granted under this License. You may not convey a covered
-work if you are a party to an arrangement with a third party that is
-in the business of distributing software, under which you make payment
-to the third party based on the extent of your activity of conveying
-the work, and under which the third party grants, to any of the
-parties who would receive the covered work from you, a discriminatory
-patent license (a) in connection with copies of the covered work
-conveyed by you (or copies made from those copies), or (b) primarily
-for and in connection with specific products or compilations that
-contain the covered work, unless you entered into that arrangement,
-or that patent license was granted, prior to 28 March 2007.
-
- Nothing in this License shall be construed as excluding or limiting
-any implied license or other defenses to infringement that may
-otherwise be available to you under applicable patent law.
-
- 12. No Surrender of Others' Freedom.
-
- If conditions are imposed on you (whether by court order, agreement or
-otherwise) that contradict the conditions of this License, they do not
-excuse you from the conditions of this License. If you cannot convey a
-covered work so as to satisfy simultaneously your obligations under this
-License and any other pertinent obligations, then as a consequence you may
-not convey it at all. For example, if you agree to terms that obligate you
-to collect a royalty for further conveying from those to whom you convey
-the Program, the only way you could satisfy both those terms and this
-License would be to refrain entirely from conveying the Program.
-
- 13. Use with the GNU Affero General Public License.
-
- Notwithstanding any other provision of this License, you have
-permission to link or combine any covered work with a work licensed
-under version 3 of the GNU Affero General Public License into a single
-combined work, and to convey the resulting work. The terms of this
-License will continue to apply to the part which is the covered work,
-but the special requirements of the GNU Affero General Public License,
-section 13, concerning interaction through a network will apply to the
-combination as such.
-
- 14. Revised Versions of this License.
-
- The Free Software Foundation may publish revised and/or new versions of
-the GNU General Public License from time to time. Such new versions will
-be similar in spirit to the present version, but may differ in detail to
-address new problems or concerns.
-
- Each version is given a distinguishing version number. If the
-Program specifies that a certain numbered version of the GNU General
-Public License "or any later version" applies to it, you have the
-option of following the terms and conditions either of that numbered
-version or of any later version published by the Free Software
-Foundation. If the Program does not specify a version number of the
-GNU General Public License, you may choose any version ever published
-by the Free Software Foundation.
-
- If the Program specifies that a proxy can decide which future
-versions of the GNU General Public License can be used, that proxy's
-public statement of acceptance of a version permanently authorizes you
-to choose that version for the Program.
-
- Later license versions may give you additional or different
-permissions. However, no additional obligations are imposed on any
-author or copyright holder as a result of your choosing to follow a
-later version.
-
- 15. Disclaimer of Warranty.
-
- THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
-APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
-HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
-OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
-THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
-IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
-ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
-
- 16. Limitation of Liability.
-
- IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
-WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
-THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
-GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
-USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
-DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
-PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
-EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
-SUCH DAMAGES.
-
- 17. Interpretation of Sections 15 and 16.
-
- If the disclaimer of warranty and limitation of liability provided
-above cannot be given local legal effect according to their terms,
-reviewing courts shall apply local law that most closely approximates
-an absolute waiver of all civil liability in connection with the
-Program, unless a warranty or assumption of liability accompanies a
-copy of the Program in return for a fee.
-
- END OF TERMS AND CONDITIONS
-
- How to Apply These Terms to Your New Programs
-
- If you develop a new program, and you want it to be of the greatest
-possible use to the public, the best way to achieve this is to make it
-free software which everyone can redistribute and change under these terms.
-
- To do so, attach the following notices to the program. It is safest
-to attach them to the start of each source file to most effectively
-state the exclusion of warranty; and each file should have at least
-the "copyright" line and a pointer to where the full notice is found.
-
- {one line to give the program's name and a brief idea of what it does.}
- Copyright (C) {year} {name of author}
-
- This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program. If not, see .
-
-Also add information on how to contact you by electronic and paper mail.
-
- If the program does terminal interaction, make it output a short
-notice like this when it starts in an interactive mode:
-
- {project} Copyright (C) {year} {fullname}
- This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
- This is free software, and you are welcome to redistribute it
- under certain conditions; type `show c' for details.
-
-The hypothetical commands `show w' and `show c' should show the appropriate
-parts of the General Public License. Of course, your program's commands
-might be different; for a GUI interface, you would use an "about box".
-
- You should also get your employer (if you work as a programmer) or school,
-if any, to sign a "copyright disclaimer" for the program, if necessary.
-For more information on this, and how to apply and follow the GNU GPL, see
-.
-
- The GNU General Public License does not permit incorporating your program
-into proprietary programs. If your program is a subroutine library, you
-may consider it more useful to permit linking proprietary applications with
-the library. If this is what you want to do, use the GNU Lesser General
-Public License instead of this License. But first, please read
-.
diff --git a/Icons and cursors/windowsicon/README.md b/Icons and cursors/windowsicon/README.md
deleted file mode 100644
index 588f692..0000000
--- a/Icons and cursors/windowsicon/README.md
+++ /dev/null
@@ -1,9 +0,0 @@
-# Windows 8 Icons
-
-![image.com](http://images.all-free-download.com/images/graphicthumb/folder_37125.jpg)
-
-Windows 8 icon theme. although not differing much from Windows 7's icons, this icon theme has some exclusive icons differing it from Windows 7
-
-**Maintainer:** [feren](https://github.com/feren)
-
-**Original license:** GPL v3, by [Ambiance-69](https://www.gnome-look.org/member/336792/)
diff --git a/Icons and cursors/windowsicon/create_dirs.sh b/Icons and cursors/windowsicon/create_dirs.sh
deleted file mode 100644
index 5817405..0000000
--- a/Icons and cursors/windowsicon/create_dirs.sh
+++ /dev/null
@@ -1,90 +0,0 @@
-mkdir -p "256x256/actions"
-mkdir -p "256x256/animations"
-mkdir -p "256x256/apps"
-mkdir -p "256x256/categories"
-mkdir -p "256x256/devices"
-mkdir -p "256x256/emblems"
-mkdir -p "256x256/emotes"
-mkdir -p "256x256/filesystems"
-mkdir -p "256x256/international"
-mkdir -p "256x256/mimetypes"
-mkdir -p "256x256/places"
-mkdir -p "256x256/status"
-
-mkdir -p "128x128/actions"
-mkdir -p "128x128/animations"
-mkdir -p "128x128/apps"
-mkdir -p "128x128/categories"
-mkdir -p "128x128/devices"
-mkdir -p "128x128/emblems"
-mkdir -p "128x128/emotes"
-mkdir -p "128x128/filesystems"
-mkdir -p "128x128/international"
-mkdir -p "128x128/mimetypes"
-mkdir -p "128x128/places"
-mkdir -p "128x128/status"
-
-mkdir -p "48x48/actions"
-mkdir -p "48x48/animations"
-mkdir -p "48x48/apps"
-mkdir -p "48x48/categories"
-mkdir -p "48x48/devices"
-mkdir -p "48x48/emblems"
-mkdir -p "48x48/emotes"
-mkdir -p "48x48/filesystems"
-mkdir -p "48x48/international"
-mkdir -p "48x48/mimetypes"
-mkdir -p "48x48/places"
-mkdir -p "48x48/status"
-
-mkdir -p "32x32/actions"
-mkdir -p "32x32/animations"
-mkdir -p "32x32/apps"
-mkdir -p "32x32/categories"
-mkdir -p "32x32/devices"
-mkdir -p "32x32/emblems"
-mkdir -p "32x32/emotes"
-mkdir -p "32x32/filesystems"
-mkdir -p "32x32/international"
-mkdir -p "32x32/mimetypes"
-mkdir -p "32x32/places"
-mkdir -p "32x32/status"
-
-mkdir -p "22x22/actions"
-mkdir -p "22x22/animations"
-mkdir -p "22x22/apps"
-mkdir -p "22x22/categories"
-mkdir -p "22x22/devices"
-mkdir -p "22x22/emblems"
-mkdir -p "22x22/emotes"
-mkdir -p "22x22/filesystems"
-mkdir -p "22x22/international"
-mkdir -p "22x22/mimetypes"
-mkdir -p "22x22/places"
-mkdir -p "22x22/status"
-
-mkdir -p "16x16/actions"
-mkdir -p "16x16/animations"
-mkdir -p "16x16/apps"
-mkdir -p "16x16/categories"
-mkdir -p "16x16/devices"
-mkdir -p "16x16/emblems"
-mkdir -p "16x16/emotes"
-mkdir -p "16x16/filesystems"
-mkdir -p "16x16/international"
-mkdir -p "16x16/mimetypes"
-mkdir -p "16x16/places"
-mkdir -p "16x16/status"
-
-mkdir -p "8x8/actions"
-mkdir -p "8x8/animations"
-mkdir -p "8x8/apps"
-mkdir -p "8x8/categories"
-mkdir -p "8x8/devices"
-mkdir -p "8x8/emblems"
-mkdir -p "8x8/emotes"
-mkdir -p "8x8/filesystems"
-mkdir -p "8x8/international"
-mkdir -p "8x8/mimetypes"
-mkdir -p "8x8/places"
-mkdir -p "8x8/status"
diff --git a/Icons and cursors/windowsicon/duplicate_icon.sh b/Icons and cursors/windowsicon/duplicate_icon.sh
deleted file mode 100644
index a74f9d2..0000000
--- a/Icons and cursors/windowsicon/duplicate_icon.sh
+++ /dev/null
@@ -1,15 +0,0 @@
-mkdir -p 8x8/$1
-mkdir -p 16x16/$1
-mkdir -p 22x22/$1
-mkdir -p 32x32/$1
-mkdir -p 48x48/$1
-mkdir -p 128x128/$1
-mkdir -p 256x256/$1
-
-cp 8x8/$3/$4 8x8/$1/$2
-cp 16x16/$3/$4 16x16/$1/$2
-cp 22x22/$3/$4 22x22/$1/$2
-cp 32x32/$3/$4 32x32/$1/$2
-cp 48x48/$3/$4 48x48/$1/$2
-cp 128x128/$3/$4 128x128/$1/$2
-cp 256x256/$3/$4 256x256/$1/$2
diff --git a/Icons and cursors/windowsicon/icon-theme.cache b/Icons and cursors/windowsicon/icon-theme.cache
deleted file mode 100644
index 2826eae..0000000
Binary files a/Icons and cursors/windowsicon/icon-theme.cache and /dev/null differ
diff --git a/Icons and cursors/windowsicon/index.theme b/Icons and cursors/windowsicon/index.theme
deleted file mode 100644
index c9922b9..0000000
--- a/Icons and cursors/windowsicon/index.theme
+++ /dev/null
@@ -1,393 +0,0 @@
-[Icon Theme]
-Name=WindowsIcons
-Example=folder
-Inherits=hicolor
-
-# KDE Specific Stuff
-DisplayDepth=32
-LinkOverlay=link_overlay
-LockOverlay=lock_overlay
-ZipOverlay=zip_overlay
-DesktopDefault=48
-DesktopSizes=16,22,32,48,64,72,96,128
-ToolbarDefault=22
-ToolbarSizes=16,22,32,48
-MainToolbarDefault=22
-MainToolbarSizes=16,22,32,48
-SmallDefault=16
-SmallSizes=16
-PanelDefault=32
-PanelSizes=16,22,32,48,64,72,96,128
-
-# Directory list
-Directories=8x8/emblems,16x16/actions,16x16/animations,16x16/apps,16x16/categories,16x16/devices,16x16/emblems,16x16/emotes,16x16/mimetypes,16x16/places,16x16/status,22x22/actions,22x22/animations,22x22/apps,22x22/categories,22x22/devices,22x22/emblems,22x22/emotes,22x22/mimetypes,22x22/places,22x22/status,24x24/actions,24x24/apps,24x24/categories,24x24/devices,24x24/emblems,24x24/emotes,24x24/mimetypes,24x24/places,24x24/status,32x32/actions,32x32/animations,32x32/apps,32x32/categories,32x32/devices,32x32/emblems,32x32/emotes,32x32/mimetypes,32x32/places,32x32/status,48x48/actions,48x48/animations,48x48/apps,48x48/categories,48x48/devices,48x48/emblems,48x48/emotes,48x48/mimetypes,48x48/places,48x48/status,256x256/actions,256x256/apps,256x256/categories,256x256/devices,256x256/emblems,256x256/emotes,256x256/mimetypes,256x256/places,256x256/status,scalable/actions,scalable/apps,scalable/devices,scalable/emblems,scalable/mimetypes,scalable/places,scalable/status,scalable/categories
-
-[8x8/emblems]
-Context=Emblems
-Size=8
-Type=Fixed
-
-[16x16/actions]
-Context=Actions
-Size=16
-Type=Fixed
-
-[16x16/animations]
-Context=Animations
-Size=16
-Type=Fixed
-
-[16x16/apps]
-Context=Applications
-Size=16
-Type=Fixed
-
-[16x16/categories]
-Context=Categories
-Size=16
-Type=Fixed
-
-[16x16/devices]
-Context=Devices
-Size=16
-Type=Fixed
-
-[16x16/emblems]
-Context=Emblems
-Size=16
-Type=Fixed
-
-[16x16/emotes]
-Context=Emotes
-Size=16
-Type=Fixed
-
-[16x16/mimetypes]
-Context=MimeTypes
-Size=16
-Type=Fixed
-
-[16x16/places]
-Context=Places
-Size=16
-Type=Fixed
-
-[16x16/status]
-Context=Status
-Size=16
-Type=Fixed
-
-[22x22/actions]
-Context=Actions
-Size=22
-Type=Fixed
-
-[22x22/animations]
-Context=Animations
-Size=22
-Type=Fixed
-
-[22x22/apps]
-Context=Applications
-Size=22
-Type=Fixed
-
-[22x22/categories]
-Context=Categories
-Size=22
-Type=Fixed
-
-[22x22/devices]
-Context=Devices
-Size=22
-Type=Fixed
-
-[22x22/emblems]
-Context=Emblems
-Size=22
-Type=Fixed
-
-[22x22/emotes]
-Context=Emotes
-Size=22
-Type=Fixed
-
-[22x22/mimetypes]
-Context=MimeTypes
-Size=22
-Type=Fixed
-
-[22x22/places]
-Context=Places
-Size=22
-Type=Fixed
-
-[22x22/status]
-Context=Status
-Size=22
-Type=Fixed
-
-[24x24/actions]
-Context=Actions
-Size=24
-Type=Fixed
-
-[24x24/apps]
-Context=Applications
-Size=24
-Type=Fixed
-
-[24x24/categories]
-Context=Categories
-Size=24
-Type=Fixed
-
-[24x24/devices]
-Context=Devices
-Size=24
-Type=Fixed
-
-[24x24/emblems]
-Context=Emblems
-Size=24
-Type=Fixed
-
-[24x24/emotes]
-Context=Emotes
-Size=24
-Type=Fixed
-
-[24x24/mimetypes]
-Context=MimeTypes
-Size=24
-Type=Fixed
-
-[24x24/places]
-Context=Places
-Size=24
-Type=Fixed
-
-[24x24/status]
-Context=Status
-Size=24
-Type=Fixed
-
-[32x32/actions]
-Context=Actions
-Size=32
-Type=Fixed
-
-[32x32/animations]
-Context=Animations
-Size=32
-Type=Fixed
-
-[32x32/apps]
-Context=Applications
-Size=32
-Type=Fixed
-
-[32x32/categories]
-Context=Categories
-Size=32
-Type=Fixed
-
-[32x32/devices]
-Context=Devices
-Size=32
-Type=Fixed
-
-[32x32/emblems]
-Context=Emblems
-Size=32
-Type=Fixed
-
-[32x32/emotes]
-Context=Emotes
-Size=32
-Type=Fixed
-
-[32x32/mimetypes]
-Context=MimeTypes
-Size=32
-Type=Fixed
-
-[32x32/places]
-Context=Places
-Size=32
-Type=Fixed
-
-[32x32/status]
-Context=Status
-Size=32
-Type=Fixed
-
-[48x48/actions]
-Context=Actions
-Size=48
-Type=Fixed
-
-[48x48/animations]
-Context=Animations
-Size=48
-Type=Fixed
-
-[48x48/apps]
-Context=Applications
-Size=48
-Type=Fixed
-
-[48x48/categories]
-Context=Categories
-Size=48
-Type=Fixed
-
-[48x48/devices]
-Context=Devices
-Size=48
-Type=Fixed
-
-[48x48/emblems]
-Context=Emblems
-Size=48
-Type=Fixed
-
-[48x48/emotes]
-Context=Emotes
-Size=48
-Type=Fixed
-
-[48x48/mimetypes]
-Context=MimeTypes
-Size=48
-Type=Fixed
-
-[48x48/places]
-Context=Places
-Size=48
-Type=Fixed
-
-[48x48/status]
-Context=Status
-Size=48
-Type=Fixed
-
-[256x256/actions]
-Context=Actions
-Size=256
-MinSize=56
-MaxSize=512
-Type=Scalable
-
-[256x256/apps]
-Context=Applications
-Size=256
-MinSize=56
-MaxSize=512
-Type=Scalable
-
-[256x256/categories]
-Context=Categories
-Size=256
-MinSize=56
-MaxSize=512
-Type=Scalable
-
-[256x256/devices]
-Context=Devices
-Size=256
-MinSize=56
-MaxSize=512
-Type=Scalable
-
-[256x256/emblems]
-Context=Emblems
-Size=256
-MinSize=56
-MaxSize=512
-Type=Scalable
-
-[256x256/emotes]
-Context=Emotes
-Size=256
-MinSize=56
-MaxSize=512
-Type=Scalable
-
-[256x256/mimetypes]
-Context=MimeTypes
-Size=256
-MinSize=56
-MaxSize=512
-Type=Scalable
-
-[256x256/places]
-Context=Places
-Size=256
-MinSize=56
-MaxSize=512
-Type=Scalable
-
-[256x256/status]
-Context=Status
-Size=256
-MinSize=56
-MaxSize=512
-Type=Scalable
-
-[scalable/actions]
-Context=Actions
-Size=16
-MinSize=8
-MaxSize=512
-Type=Scalable
-
-[scalable/apps]
-Context=Applications
-Size=16
-MinSize=8
-MaxSize=512
-Type=Scalable
-
-[scalable/devices]
-Context=Devices
-Size=16
-MinSize=8
-MaxSize=512
-Type=Scalable
-
-[scalable/emblems]
-Context=Emblems
-Size=16
-MinSize=8
-MaxSize=512
-Type=Scalable
-
-[scalable/mimetypes]
-Context=MimeTypes
-Size=16
-MinSize=8
-MaxSize=512
-Type=Scalable
-
-[scalable/places]
-Context=Places
-Size=16
-MinSize=8
-MaxSize=512
-Type=Scalable
-
-[scalable/status]
-Context=Status
-Size=16
-MinSize=8
-MaxSize=512
-Type=Scalable
-
-[scalable/categories]
-Context=Categories
-Size=16
-MinSize=8
-MaxSize=512
-Type=Scalable
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/action-unavailable-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/action-unavailable-symbolic.svg
deleted file mode 100644
index 833f3c9..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/action-unavailable-symbolic.svg
+++ /dev/null
@@ -1,76 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/backup-view-refresh-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/backup-view-refresh-symbolic.svg
deleted file mode 100644
index 8129a8a..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/backup-view-refresh-symbolic.svg
+++ /dev/null
@@ -1,73 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/bookmark-add-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/bookmark-add-symbolic.svg
deleted file mode 100644
index aa9f2f1..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/bookmark-add-symbolic.svg
+++ /dev/null
@@ -1,70 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/bookmark-new-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/bookmark-new-symbolic.svg
deleted file mode 100644
index aa9f2f1..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/bookmark-new-symbolic.svg
+++ /dev/null
@@ -1,70 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/call-end-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/call-end-symbolic.svg
deleted file mode 100644
index 7ab9d0d..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/call-end-symbolic.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/call-start-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/call-start-symbolic.svg
deleted file mode 100644
index 315187d..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/call-start-symbolic.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/content-loading-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/content-loading-symbolic.svg
deleted file mode 100644
index 263ff05..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/content-loading-symbolic.svg
+++ /dev/null
@@ -1,76 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/document-open-recent-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/document-open-recent-symbolic.svg
deleted file mode 100644
index 9a1a1e3..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/document-open-recent-symbolic.svg
+++ /dev/null
@@ -1,73 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/document-open-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/document-open-symbolic.svg
deleted file mode 100644
index 15459af..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/document-open-symbolic.svg
+++ /dev/null
@@ -1,73 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/document-page-setup-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/document-page-setup-symbolic.svg
deleted file mode 100644
index 993081a..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/document-page-setup-symbolic.svg
+++ /dev/null
@@ -1,72 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/document-properties-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/document-properties-symbolic.svg
deleted file mode 100644
index f227506..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/document-properties-symbolic.svg
+++ /dev/null
@@ -1,70 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/document-save-as-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/document-save-as-symbolic.svg
deleted file mode 100644
index 9a27cc9..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/document-save-as-symbolic.svg
+++ /dev/null
@@ -1,74 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/document-save-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/document-save-symbolic.svg
deleted file mode 100644
index da74c15..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/document-save-symbolic.svg
+++ /dev/null
@@ -1,71 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/document-send-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/document-send-symbolic.svg
deleted file mode 100644
index ae264f5..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/document-send-symbolic.svg
+++ /dev/null
@@ -1,66 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/edit-clear-all-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/edit-clear-all-symbolic.svg
deleted file mode 100644
index 50b5ad0..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/edit-clear-all-symbolic.svg
+++ /dev/null
@@ -1,70 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/edit-clear-rtl-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/edit-clear-rtl-symbolic.svg
deleted file mode 100644
index 8c453f4..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/edit-clear-rtl-symbolic.svg
+++ /dev/null
@@ -1,70 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/edit-clear-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/edit-clear-symbolic.svg
deleted file mode 100644
index 1e7fa03..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/edit-clear-symbolic.svg
+++ /dev/null
@@ -1,70 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/edit-copy-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/edit-copy-symbolic.svg
deleted file mode 100644
index 9fa02ee..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/edit-copy-symbolic.svg
+++ /dev/null
@@ -1,69 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/edit-cut-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/edit-cut-symbolic.svg
deleted file mode 100644
index 011862e..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/edit-cut-symbolic.svg
+++ /dev/null
@@ -1,69 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/edit-delete-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/edit-delete-symbolic.svg
deleted file mode 100644
index 14b6d6d..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/edit-delete-symbolic.svg
+++ /dev/null
@@ -1,73 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/edit-find-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/edit-find-symbolic.svg
deleted file mode 100644
index 5a84011..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/edit-find-symbolic.svg
+++ /dev/null
@@ -1,69 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/edit-paste-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/edit-paste-symbolic.svg
deleted file mode 100644
index 920117b..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/edit-paste-symbolic.svg
+++ /dev/null
@@ -1,67 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/edit-redo-rtl-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/edit-redo-rtl-symbolic.svg
deleted file mode 100644
index 1465f3d..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/edit-redo-rtl-symbolic.svg
+++ /dev/null
@@ -1,71 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/edit-redo-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/edit-redo-symbolic.svg
deleted file mode 100644
index b7b3f04..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/edit-redo-symbolic.svg
+++ /dev/null
@@ -1,71 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/edit-select-all-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/edit-select-all-symbolic.svg
deleted file mode 100644
index 95c7859..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/edit-select-all-symbolic.svg
+++ /dev/null
@@ -1,65 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/edit-select-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/edit-select-symbolic.svg
deleted file mode 100644
index 0cb0de4..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/edit-select-symbolic.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/edit-undo-rtl-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/edit-undo-rtl-symbolic.svg
deleted file mode 100644
index b7b3f04..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/edit-undo-rtl-symbolic.svg
+++ /dev/null
@@ -1,71 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/edit-undo-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/edit-undo-symbolic.svg
deleted file mode 100644
index 1465f3d..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/edit-undo-symbolic.svg
+++ /dev/null
@@ -1,71 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/find-location-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/find-location-symbolic.svg
deleted file mode 100644
index f1f9c9c..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/find-location-symbolic.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/format-indent-less-rtl-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/format-indent-less-rtl-symbolic.svg
deleted file mode 100644
index 9ea8867..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/format-indent-less-rtl-symbolic.svg
+++ /dev/null
@@ -1,65 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/format-indent-less-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/format-indent-less-symbolic.svg
deleted file mode 100644
index 9ea8867..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/format-indent-less-symbolic.svg
+++ /dev/null
@@ -1,65 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/format-indent-less.svg b/Icons and cursors/windowsicon/scalable/actions/format-indent-less.svg
deleted file mode 100644
index a06d364..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/format-indent-less.svg
+++ /dev/null
@@ -1,65 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/format-indent-more-rtl-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/format-indent-more-rtl-symbolic.svg
deleted file mode 100644
index a06d364..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/format-indent-more-rtl-symbolic.svg
+++ /dev/null
@@ -1,65 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/format-indent-more-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/format-indent-more-symbolic.svg
deleted file mode 100644
index 97f9313..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/format-indent-more-symbolic.svg
+++ /dev/null
@@ -1,65 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/format-indent-more.svg b/Icons and cursors/windowsicon/scalable/actions/format-indent-more.svg
deleted file mode 100644
index fbf6418..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/format-indent-more.svg
+++ /dev/null
@@ -1,65 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/format-justify-center-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/format-justify-center-symbolic.svg
deleted file mode 100644
index 6e312c0..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/format-justify-center-symbolic.svg
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/format-justify-fill-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/format-justify-fill-symbolic.svg
deleted file mode 100644
index 2a24d5b..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/format-justify-fill-symbolic.svg
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/format-justify-left-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/format-justify-left-symbolic.svg
deleted file mode 100644
index e5f4188..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/format-justify-left-symbolic.svg
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/format-justify-right-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/format-justify-right-symbolic.svg
deleted file mode 100644
index 1e91579..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/format-justify-right-symbolic.svg
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/format-text-bold-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/format-text-bold-symbolic.svg
deleted file mode 100644
index 251a3fc..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/format-text-bold-symbolic.svg
+++ /dev/null
@@ -1,64 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/format-text-direction-ltr-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/format-text-direction-ltr-symbolic.svg
deleted file mode 100644
index 72dd224..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/format-text-direction-ltr-symbolic.svg
+++ /dev/null
@@ -1,66 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/format-text-direction-rtl-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/format-text-direction-rtl-symbolic.svg
deleted file mode 100644
index f016ed1..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/format-text-direction-rtl-symbolic.svg
+++ /dev/null
@@ -1,66 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/format-text-italic-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/format-text-italic-symbolic.svg
deleted file mode 100644
index 381476f..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/format-text-italic-symbolic.svg
+++ /dev/null
@@ -1,65 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/format-text-strikethrough-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/format-text-strikethrough-symbolic.svg
deleted file mode 100644
index af5d113..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/format-text-strikethrough-symbolic.svg
+++ /dev/null
@@ -1,66 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/format-text-underline-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/format-text-underline-symbolic.svg
deleted file mode 100644
index 372adcb..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/format-text-underline-symbolic.svg
+++ /dev/null
@@ -1,66 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/go-bottom-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/go-bottom-symbolic.svg
deleted file mode 100644
index e3557b9..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/go-bottom-symbolic.svg
+++ /dev/null
@@ -1,64 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/go-down-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/go-down-symbolic.svg
deleted file mode 100644
index 63b8646..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/go-down-symbolic.svg
+++ /dev/null
@@ -1,64 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/go-first-rtl-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/go-first-rtl-symbolic.svg
deleted file mode 100644
index b6ab8ed..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/go-first-rtl-symbolic.svg
+++ /dev/null
@@ -1,64 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/go-first-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/go-first-symbolic.svg
deleted file mode 100644
index 81c2fd2..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/go-first-symbolic.svg
+++ /dev/null
@@ -1,64 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/go-home-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/go-home-symbolic.svg
deleted file mode 100644
index a3c8075..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/go-home-symbolic.svg
+++ /dev/null
@@ -1,72 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/go-jump-rtl-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/go-jump-rtl-symbolic.svg
deleted file mode 100644
index 403c74e..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/go-jump-rtl-symbolic.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/go-jump-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/go-jump-symbolic.svg
deleted file mode 100644
index bcbaf21..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/go-jump-symbolic.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/go-last-rtl-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/go-last-rtl-symbolic.svg
deleted file mode 100644
index 1585ca9..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/go-last-rtl-symbolic.svg
+++ /dev/null
@@ -1,64 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/go-last-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/go-last-symbolic.svg
deleted file mode 100644
index 3440d2a..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/go-last-symbolic.svg
+++ /dev/null
@@ -1,64 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/go-next-rtl-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/go-next-rtl-symbolic.svg
deleted file mode 100644
index 4d9d3f8..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/go-next-rtl-symbolic.svg
+++ /dev/null
@@ -1,64 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/go-next-symbolic-backup.svg.bak b/Icons and cursors/windowsicon/scalable/actions/go-next-symbolic-backup.svg.bak
deleted file mode 100644
index 4ba833b..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/go-next-symbolic-backup.svg.bak
+++ /dev/null
@@ -1,76 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/go-next-symbolic.png b/Icons and cursors/windowsicon/scalable/actions/go-next-symbolic.png
deleted file mode 100755
index dcfca3f..0000000
Binary files a/Icons and cursors/windowsicon/scalable/actions/go-next-symbolic.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/scalable/actions/go-previous-rtl-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/go-previous-rtl-symbolic.svg
deleted file mode 100644
index 8e15b81..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/go-previous-rtl-symbolic.svg
+++ /dev/null
@@ -1,64 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/go-previous-symbolic.png b/Icons and cursors/windowsicon/scalable/actions/go-previous-symbolic.png
deleted file mode 100755
index 39c58b3..0000000
Binary files a/Icons and cursors/windowsicon/scalable/actions/go-previous-symbolic.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/scalable/actions/go-previous-symbolic.svg.bak b/Icons and cursors/windowsicon/scalable/actions/go-previous-symbolic.svg.bak
deleted file mode 100644
index 792fca8..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/go-previous-symbolic.svg.bak
+++ /dev/null
@@ -1,76 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/go-top-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/go-top-symbolic.svg
deleted file mode 100644
index c2237c6..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/go-top-symbolic.svg
+++ /dev/null
@@ -1,44 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/go-up-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/go-up-symbolic.svg
deleted file mode 100644
index c2237c6..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/go-up-symbolic.svg
+++ /dev/null
@@ -1,44 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/insert-image-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/insert-image-symbolic.svg
deleted file mode 100644
index e5bf6a9..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/insert-image-symbolic.svg
+++ /dev/null
@@ -1,70 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/insert-link-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/insert-link-symbolic.svg
deleted file mode 100644
index 2737980..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/insert-link-symbolic.svg
+++ /dev/null
@@ -1,72 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/insert-object-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/insert-object-symbolic.svg
deleted file mode 100644
index f6661f9..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/insert-object-symbolic.svg
+++ /dev/null
@@ -1,68 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/insert-text-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/insert-text-symbolic.svg
deleted file mode 100644
index b7f104b..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/insert-text-symbolic.svg
+++ /dev/null
@@ -1,69 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/list-add-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/list-add-symbolic.svg
deleted file mode 100644
index dbde7da..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/list-add-symbolic.svg
+++ /dev/null
@@ -1,70 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/list-remove-all-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/list-remove-all-symbolic.svg
deleted file mode 100644
index 695d97c..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/list-remove-all-symbolic.svg
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/list-remove-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/list-remove-symbolic.svg
deleted file mode 100644
index 2bb950f..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/list-remove-symbolic.svg
+++ /dev/null
@@ -1,70 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/mail-mark-important-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/mail-mark-important-symbolic.svg
deleted file mode 100644
index 0ca99d7..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/mail-mark-important-symbolic.svg
+++ /dev/null
@@ -1,66 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/mail-send-receive-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/mail-send-receive-symbolic.svg
deleted file mode 100644
index 51a52b8..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/mail-send-receive-symbolic.svg
+++ /dev/null
@@ -1,67 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/mail-send-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/mail-send-symbolic.svg
deleted file mode 100644
index 09b67f4..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/mail-send-symbolic.svg
+++ /dev/null
@@ -1,65 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/mark-location-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/mark-location-symbolic.svg
deleted file mode 100644
index 0f1802a..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/mark-location-symbolic.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/media-eject-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/media-eject-symbolic.svg
deleted file mode 100644
index 001fbad..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/media-eject-symbolic.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/media-playback-pause-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/media-playback-pause-symbolic.svg
deleted file mode 100644
index 4f72031..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/media-playback-pause-symbolic.svg
+++ /dev/null
@@ -1,78 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/media-playback-start-rtl-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/media-playback-start-rtl-symbolic.svg
deleted file mode 100644
index ada9254..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/media-playback-start-rtl-symbolic.svg
+++ /dev/null
@@ -1,78 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/media-playback-start-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/media-playback-start-symbolic.svg
deleted file mode 100644
index 4e87fbe..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/media-playback-start-symbolic.svg
+++ /dev/null
@@ -1,78 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/media-playback-stop-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/media-playback-stop-symbolic.svg
deleted file mode 100644
index 28135fc..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/media-playback-stop-symbolic.svg
+++ /dev/null
@@ -1,70 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/media-record-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/media-record-symbolic.svg
deleted file mode 100644
index 08b66d5..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/media-record-symbolic.svg
+++ /dev/null
@@ -1,68 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/media-seek-backward-rtl-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/media-seek-backward-rtl-symbolic.svg
deleted file mode 100644
index 8e32f88..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/media-seek-backward-rtl-symbolic.svg
+++ /dev/null
@@ -1,76 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/media-seek-backward-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/media-seek-backward-symbolic.svg
deleted file mode 100644
index f16f6ba..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/media-seek-backward-symbolic.svg
+++ /dev/null
@@ -1,76 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/media-seek-forward-rtl-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/media-seek-forward-rtl-symbolic.svg
deleted file mode 100644
index cb6fbe8..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/media-seek-forward-rtl-symbolic.svg
+++ /dev/null
@@ -1,76 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/media-seek-forward-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/media-seek-forward-symbolic.svg
deleted file mode 100644
index 8e32f88..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/media-seek-forward-symbolic.svg
+++ /dev/null
@@ -1,76 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/media-skip-backward-rtl-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/media-skip-backward-rtl-symbolic.svg
deleted file mode 100644
index 7617982..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/media-skip-backward-rtl-symbolic.svg
+++ /dev/null
@@ -1,76 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/media-skip-backward-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/media-skip-backward-symbolic.svg
deleted file mode 100644
index 737563a..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/media-skip-backward-symbolic.svg
+++ /dev/null
@@ -1,76 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/media-skip-forward-rtl-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/media-skip-forward-rtl-symbolic.svg
deleted file mode 100644
index 94b195a..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/media-skip-forward-rtl-symbolic.svg
+++ /dev/null
@@ -1,76 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/media-skip-forward-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/media-skip-forward-symbolic.svg
deleted file mode 100644
index f09a871..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/media-skip-forward-symbolic.svg
+++ /dev/null
@@ -1,76 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/media-view-subtitles-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/media-view-subtitles-symbolic.svg
deleted file mode 100644
index bcf7d07..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/media-view-subtitles-symbolic.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/object-flip-horizontal-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/object-flip-horizontal-symbolic.svg
deleted file mode 100644
index c6dc0a5..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/object-flip-horizontal-symbolic.svg
+++ /dev/null
@@ -1,67 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/object-flip-vertical-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/object-flip-vertical-symbolic.svg
deleted file mode 100644
index ba1cd1a..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/object-flip-vertical-symbolic.svg
+++ /dev/null
@@ -1,67 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/object-rotate-left-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/object-rotate-left-symbolic.svg
deleted file mode 100644
index 667d415..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/object-rotate-left-symbolic.svg
+++ /dev/null
@@ -1,68 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/object-rotate-right-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/object-rotate-right-symbolic.svg
deleted file mode 100644
index c05e2d6..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/object-rotate-right-symbolic.svg
+++ /dev/null
@@ -1,68 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/object-select-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/object-select-symbolic.svg
deleted file mode 100644
index fd38fe7..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/object-select-symbolic.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/process-stop-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/process-stop-symbolic.svg
deleted file mode 100644
index d005014..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/process-stop-symbolic.svg
+++ /dev/null
@@ -1,75 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/send-to-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/send-to-symbolic.svg
deleted file mode 100644
index e0f7a9e..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/send-to-symbolic.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/system-run-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/system-run-symbolic.svg
deleted file mode 100644
index 7bd359c..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/system-run-symbolic.svg
+++ /dev/null
@@ -1,71 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/system-shutdown-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/system-shutdown-symbolic.svg
deleted file mode 100644
index 5fa11f0..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/system-shutdown-symbolic.svg
+++ /dev/null
@@ -1,70 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/tab-new-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/tab-new-symbolic.svg
deleted file mode 100644
index b9e57a3..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/tab-new-symbolic.svg
+++ /dev/null
@@ -1,73 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/view-continuous-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/view-continuous-symbolic.svg
deleted file mode 100644
index 9a7d1e7..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/view-continuous-symbolic.svg
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/view-dual-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/view-dual-symbolic.svg
deleted file mode 100644
index 75a5b78..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/view-dual-symbolic.svg
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/view-fullscreen-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/view-fullscreen-symbolic.svg
deleted file mode 100644
index 6862df5..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/view-fullscreen-symbolic.svg
+++ /dev/null
@@ -1,69 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/view-grid-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/view-grid-symbolic.svg
deleted file mode 100644
index bc8c173..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/view-grid-symbolic.svg
+++ /dev/null
@@ -1,69 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/view-list-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/view-list-symbolic.svg
deleted file mode 100644
index aa9aa6b..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/view-list-symbolic.svg
+++ /dev/null
@@ -1,66 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/view-more-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/view-more-symbolic.svg
deleted file mode 100644
index 8cd0cac..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/view-more-symbolic.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/view-paged-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/view-paged-symbolic.svg
deleted file mode 100644
index 80a1a62..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/view-paged-symbolic.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/view-refresh-symbolic.png b/Icons and cursors/windowsicon/scalable/actions/view-refresh-symbolic.png
deleted file mode 100755
index 822bd43..0000000
Binary files a/Icons and cursors/windowsicon/scalable/actions/view-refresh-symbolic.png and /dev/null differ
diff --git a/Icons and cursors/windowsicon/scalable/actions/view-restore-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/view-restore-symbolic.svg
deleted file mode 100644
index 03b7e73..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/view-restore-symbolic.svg
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/window-close-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/window-close-symbolic.svg
deleted file mode 100644
index c73fcf9..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/window-close-symbolic.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/window-maximize-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/window-maximize-symbolic.svg
deleted file mode 100644
index 5beda60..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/window-maximize-symbolic.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/window-minimize-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/window-minimize-symbolic.svg
deleted file mode 100644
index d838b0d..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/window-minimize-symbolic.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/window-restore-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/window-restore-symbolic.svg
deleted file mode 100644
index 4f10f0f..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/window-restore-symbolic.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/zoom-fit-best-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/zoom-fit-best-symbolic.svg
deleted file mode 100644
index 665325f..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/zoom-fit-best-symbolic.svg
+++ /dev/null
@@ -1,70 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/zoom-in-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/zoom-in-symbolic.svg
deleted file mode 100644
index 87a9335..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/zoom-in-symbolic.svg
+++ /dev/null
@@ -1,74 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/zoom-original-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/zoom-original-symbolic.svg
deleted file mode 100644
index 4681df4..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/zoom-original-symbolic.svg
+++ /dev/null
@@ -1,67 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/actions/zoom-out-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/zoom-out-symbolic.svg
deleted file mode 100644
index 1f4c9c6..0000000
--- a/Icons and cursors/windowsicon/scalable/actions/zoom-out-symbolic.svg
+++ /dev/null
@@ -1,74 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/apps/accessories-calculator-symbolic.svg b/Icons and cursors/windowsicon/scalable/apps/accessories-calculator-symbolic.svg
deleted file mode 100644
index 4f9ac9c..0000000
--- a/Icons and cursors/windowsicon/scalable/apps/accessories-calculator-symbolic.svg
+++ /dev/null
@@ -1,71 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/apps/accessories-character-map-symbolic.svg b/Icons and cursors/windowsicon/scalable/apps/accessories-character-map-symbolic.svg
deleted file mode 100644
index 7cd4f88..0000000
--- a/Icons and cursors/windowsicon/scalable/apps/accessories-character-map-symbolic.svg
+++ /dev/null
@@ -1,72 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/apps/accessories-dictionary-symbolic.svg b/Icons and cursors/windowsicon/scalable/apps/accessories-dictionary-symbolic.svg
deleted file mode 100644
index 4192c46..0000000
--- a/Icons and cursors/windowsicon/scalable/apps/accessories-dictionary-symbolic.svg
+++ /dev/null
@@ -1,71 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/apps/accessories-text-editor-symbolic.svg b/Icons and cursors/windowsicon/scalable/apps/accessories-text-editor-symbolic.svg
deleted file mode 100644
index 9cf28e5..0000000
--- a/Icons and cursors/windowsicon/scalable/apps/accessories-text-editor-symbolic.svg
+++ /dev/null
@@ -1,72 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/apps/applets-screenshooter-symbolic.svg b/Icons and cursors/windowsicon/scalable/apps/applets-screenshooter-symbolic.svg
deleted file mode 100644
index ee0076f..0000000
--- a/Icons and cursors/windowsicon/scalable/apps/applets-screenshooter-symbolic.svg
+++ /dev/null
@@ -1,73 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/apps/bluetooth-symbolic.svg b/Icons and cursors/windowsicon/scalable/apps/bluetooth-symbolic.svg
deleted file mode 100644
index 6f3b3dd..0000000
--- a/Icons and cursors/windowsicon/scalable/apps/bluetooth-symbolic.svg
+++ /dev/null
@@ -1,70 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/apps/gnome-power-manager-symbolic.svg b/Icons and cursors/windowsicon/scalable/apps/gnome-power-manager-symbolic.svg
deleted file mode 100644
index ecee9b0..0000000
--- a/Icons and cursors/windowsicon/scalable/apps/gnome-power-manager-symbolic.svg
+++ /dev/null
@@ -1,75 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/apps/goa-panel-symbolic.svg b/Icons and cursors/windowsicon/scalable/apps/goa-panel-symbolic.svg
deleted file mode 100644
index 5a861ac..0000000
--- a/Icons and cursors/windowsicon/scalable/apps/goa-panel-symbolic.svg
+++ /dev/null
@@ -1,76 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/apps/help-browser-symbolic.svg b/Icons and cursors/windowsicon/scalable/apps/help-browser-symbolic.svg
deleted file mode 100644
index d9e46f5..0000000
--- a/Icons and cursors/windowsicon/scalable/apps/help-browser-symbolic.svg
+++ /dev/null
@@ -1,69 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/apps/preferences-color-symbolic.svg b/Icons and cursors/windowsicon/scalable/apps/preferences-color-symbolic.svg
deleted file mode 100644
index 917c5db..0000000
--- a/Icons and cursors/windowsicon/scalable/apps/preferences-color-symbolic.svg
+++ /dev/null
@@ -1,74 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/apps/preferences-desktop-accessibility-symbolic.svg b/Icons and cursors/windowsicon/scalable/apps/preferences-desktop-accessibility-symbolic.svg
deleted file mode 100644
index 2f6459b..0000000
--- a/Icons and cursors/windowsicon/scalable/apps/preferences-desktop-accessibility-symbolic.svg
+++ /dev/null
@@ -1,75 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/apps/preferences-desktop-display-symbolic.svg b/Icons and cursors/windowsicon/scalable/apps/preferences-desktop-display-symbolic.svg
deleted file mode 100644
index 9d56b6d..0000000
--- a/Icons and cursors/windowsicon/scalable/apps/preferences-desktop-display-symbolic.svg
+++ /dev/null
@@ -1,71 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/apps/preferences-desktop-keyboard-shortcuts-symbolic.svg b/Icons and cursors/windowsicon/scalable/apps/preferences-desktop-keyboard-shortcuts-symbolic.svg
deleted file mode 100644
index cadf476..0000000
--- a/Icons and cursors/windowsicon/scalable/apps/preferences-desktop-keyboard-shortcuts-symbolic.svg
+++ /dev/null
@@ -1,64 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/apps/preferences-desktop-locale-symbolic.svg b/Icons and cursors/windowsicon/scalable/apps/preferences-desktop-locale-symbolic.svg
deleted file mode 100644
index f5f96bc..0000000
--- a/Icons and cursors/windowsicon/scalable/apps/preferences-desktop-locale-symbolic.svg
+++ /dev/null
@@ -1,73 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/apps/preferences-desktop-remote-desktop-symbolic.svg b/Icons and cursors/windowsicon/scalable/apps/preferences-desktop-remote-desktop-symbolic.svg
deleted file mode 100644
index 119ad24..0000000
--- a/Icons and cursors/windowsicon/scalable/apps/preferences-desktop-remote-desktop-symbolic.svg
+++ /dev/null
@@ -1,75 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/apps/preferences-desktop-screensaver-symbolic.svg b/Icons and cursors/windowsicon/scalable/apps/preferences-desktop-screensaver-symbolic.svg
deleted file mode 100644
index 41ba049..0000000
--- a/Icons and cursors/windowsicon/scalable/apps/preferences-desktop-screensaver-symbolic.svg
+++ /dev/null
@@ -1,75 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/apps/preferences-desktop-wallpaper-symbolic.svg b/Icons and cursors/windowsicon/scalable/apps/preferences-desktop-wallpaper-symbolic.svg
deleted file mode 100644
index 7bc8706..0000000
--- a/Icons and cursors/windowsicon/scalable/apps/preferences-desktop-wallpaper-symbolic.svg
+++ /dev/null
@@ -1,72 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/apps/preferences-system-network-proxy-symbolic.svg b/Icons and cursors/windowsicon/scalable/apps/preferences-system-network-proxy-symbolic.svg
deleted file mode 100644
index 883e4c4..0000000
--- a/Icons and cursors/windowsicon/scalable/apps/preferences-system-network-proxy-symbolic.svg
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/apps/preferences-system-network-symbolic.svg b/Icons and cursors/windowsicon/scalable/apps/preferences-system-network-symbolic.svg
deleted file mode 100644
index e608e36..0000000
--- a/Icons and cursors/windowsicon/scalable/apps/preferences-system-network-symbolic.svg
+++ /dev/null
@@ -1,67 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/apps/preferences-system-notifications-symbolic.svg b/Icons and cursors/windowsicon/scalable/apps/preferences-system-notifications-symbolic.svg
deleted file mode 100644
index 1f26014..0000000
--- a/Icons and cursors/windowsicon/scalable/apps/preferences-system-notifications-symbolic.svg
+++ /dev/null
@@ -1,68 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/apps/preferences-system-privacy-symbolic.svg b/Icons and cursors/windowsicon/scalable/apps/preferences-system-privacy-symbolic.svg
deleted file mode 100644
index 0e63f17..0000000
--- a/Icons and cursors/windowsicon/scalable/apps/preferences-system-privacy-symbolic.svg
+++ /dev/null
@@ -1,73 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/apps/preferences-system-search-symbolic.svg b/Icons and cursors/windowsicon/scalable/apps/preferences-system-search-symbolic.svg
deleted file mode 100644
index 8fd23b3..0000000
--- a/Icons and cursors/windowsicon/scalable/apps/preferences-system-search-symbolic.svg
+++ /dev/null
@@ -1,73 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/apps/preferences-system-sharing-symbolic.svg b/Icons and cursors/windowsicon/scalable/apps/preferences-system-sharing-symbolic.svg
deleted file mode 100644
index ce9ebc1..0000000
--- a/Icons and cursors/windowsicon/scalable/apps/preferences-system-sharing-symbolic.svg
+++ /dev/null
@@ -1,76 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/apps/preferences-system-time-symbolic.svg b/Icons and cursors/windowsicon/scalable/apps/preferences-system-time-symbolic.svg
deleted file mode 100644
index 094f07c..0000000
--- a/Icons and cursors/windowsicon/scalable/apps/preferences-system-time-symbolic.svg
+++ /dev/null
@@ -1,71 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/apps/system-file-manager-symbolic.svg b/Icons and cursors/windowsicon/scalable/apps/system-file-manager-symbolic.svg
deleted file mode 100644
index ea9f94c..0000000
--- a/Icons and cursors/windowsicon/scalable/apps/system-file-manager-symbolic.svg
+++ /dev/null
@@ -1,72 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/apps/system-software-install-symbolic.svg b/Icons and cursors/windowsicon/scalable/apps/system-software-install-symbolic.svg
deleted file mode 100644
index 8873dbc..0000000
--- a/Icons and cursors/windowsicon/scalable/apps/system-software-install-symbolic.svg
+++ /dev/null
@@ -1,72 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/apps/system-users-symbolic.svg b/Icons and cursors/windowsicon/scalable/apps/system-users-symbolic.svg
deleted file mode 100644
index fb3b715..0000000
--- a/Icons and cursors/windowsicon/scalable/apps/system-users-symbolic.svg
+++ /dev/null
@@ -1,76 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/apps/text-editor-symbolic.svg b/Icons and cursors/windowsicon/scalable/apps/text-editor-symbolic.svg
deleted file mode 100644
index 30380d6..0000000
--- a/Icons and cursors/windowsicon/scalable/apps/text-editor-symbolic.svg
+++ /dev/null
@@ -1,72 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/apps/user-info-symbolic.svg b/Icons and cursors/windowsicon/scalable/apps/user-info-symbolic.svg
deleted file mode 100644
index 64536d0..0000000
--- a/Icons and cursors/windowsicon/scalable/apps/user-info-symbolic.svg
+++ /dev/null
@@ -1,70 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/apps/utilities-system-monitor-symbolic.svg b/Icons and cursors/windowsicon/scalable/apps/utilities-system-monitor-symbolic.svg
deleted file mode 100644
index 89a931c..0000000
--- a/Icons and cursors/windowsicon/scalable/apps/utilities-system-monitor-symbolic.svg
+++ /dev/null
@@ -1,71 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/apps/utilities-terminal-symbolic.svg b/Icons and cursors/windowsicon/scalable/apps/utilities-terminal-symbolic.svg
deleted file mode 100644
index d387b7c..0000000
--- a/Icons and cursors/windowsicon/scalable/apps/utilities-terminal-symbolic.svg
+++ /dev/null
@@ -1,64 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/apps/web-browser-symbolic.svg b/Icons and cursors/windowsicon/scalable/apps/web-browser-symbolic.svg
deleted file mode 100644
index 6b8f6c9..0000000
--- a/Icons and cursors/windowsicon/scalable/apps/web-browser-symbolic.svg
+++ /dev/null
@@ -1,78 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/categories/applications-engineering-symbolic.svg b/Icons and cursors/windowsicon/scalable/categories/applications-engineering-symbolic.svg
deleted file mode 100644
index 7da9331..0000000
--- a/Icons and cursors/windowsicon/scalable/categories/applications-engineering-symbolic.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/categories/applications-games-symbolic.svg b/Icons and cursors/windowsicon/scalable/categories/applications-games-symbolic.svg
deleted file mode 100644
index 51b24d6..0000000
--- a/Icons and cursors/windowsicon/scalable/categories/applications-games-symbolic.svg
+++ /dev/null
@@ -1,77 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/categories/applications-graphics-symbolic.svg b/Icons and cursors/windowsicon/scalable/categories/applications-graphics-symbolic.svg
deleted file mode 100644
index 6ae3270..0000000
--- a/Icons and cursors/windowsicon/scalable/categories/applications-graphics-symbolic.svg
+++ /dev/null
@@ -1,74 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/categories/applications-multimedia-symbolic.svg b/Icons and cursors/windowsicon/scalable/categories/applications-multimedia-symbolic.svg
deleted file mode 100644
index f042f46..0000000
--- a/Icons and cursors/windowsicon/scalable/categories/applications-multimedia-symbolic.svg
+++ /dev/null
@@ -1,74 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/categories/applications-science-symbolic.svg b/Icons and cursors/windowsicon/scalable/categories/applications-science-symbolic.svg
deleted file mode 100644
index 0a3142e..0000000
--- a/Icons and cursors/windowsicon/scalable/categories/applications-science-symbolic.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/categories/applications-utilities-symbolic.svg b/Icons and cursors/windowsicon/scalable/categories/applications-utilities-symbolic.svg
deleted file mode 100644
index 7a1861f..0000000
--- a/Icons and cursors/windowsicon/scalable/categories/applications-utilities-symbolic.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/categories/preferences-other-symbolic.svg b/Icons and cursors/windowsicon/scalable/categories/preferences-other-symbolic.svg
deleted file mode 100644
index af351f1..0000000
--- a/Icons and cursors/windowsicon/scalable/categories/preferences-other-symbolic.svg
+++ /dev/null
@@ -1,71 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/categories/preferences-system-symbolic.svg b/Icons and cursors/windowsicon/scalable/categories/preferences-system-symbolic.svg
deleted file mode 100644
index 6b83611..0000000
--- a/Icons and cursors/windowsicon/scalable/categories/preferences-system-symbolic.svg
+++ /dev/null
@@ -1,73 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/categories/system-help-symbolic.svg b/Icons and cursors/windowsicon/scalable/categories/system-help-symbolic.svg
deleted file mode 100644
index 800192b..0000000
--- a/Icons and cursors/windowsicon/scalable/categories/system-help-symbolic.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/devices/audio-card-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/audio-card-symbolic.svg
deleted file mode 100644
index 133ecfd..0000000
--- a/Icons and cursors/windowsicon/scalable/devices/audio-card-symbolic.svg
+++ /dev/null
@@ -1,70 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/devices/audio-headphones-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/audio-headphones-symbolic.svg
deleted file mode 100644
index 4a172d7..0000000
--- a/Icons and cursors/windowsicon/scalable/devices/audio-headphones-symbolic.svg
+++ /dev/null
@@ -1,70 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/devices/audio-headset-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/audio-headset-symbolic.svg
deleted file mode 100644
index 2c86034..0000000
--- a/Icons and cursors/windowsicon/scalable/devices/audio-headset-symbolic.svg
+++ /dev/null
@@ -1,72 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/devices/audio-input-microphone-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/audio-input-microphone-symbolic.svg
deleted file mode 100644
index 19196ef..0000000
--- a/Icons and cursors/windowsicon/scalable/devices/audio-input-microphone-symbolic.svg
+++ /dev/null
@@ -1,68 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/devices/audio-speakers-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/audio-speakers-symbolic.svg
deleted file mode 100644
index a21cfe2..0000000
--- a/Icons and cursors/windowsicon/scalable/devices/audio-speakers-symbolic.svg
+++ /dev/null
@@ -1,69 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/devices/camera-photo-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/camera-photo-symbolic.svg
deleted file mode 100644
index 002df84..0000000
--- a/Icons and cursors/windowsicon/scalable/devices/camera-photo-symbolic.svg
+++ /dev/null
@@ -1,73 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/devices/camera-video-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/camera-video-symbolic.svg
deleted file mode 100644
index fb2e82d..0000000
--- a/Icons and cursors/windowsicon/scalable/devices/camera-video-symbolic.svg
+++ /dev/null
@@ -1,75 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/devices/camera-web-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/camera-web-symbolic.svg
deleted file mode 100644
index 41e3496..0000000
--- a/Icons and cursors/windowsicon/scalable/devices/camera-web-symbolic.svg
+++ /dev/null
@@ -1,73 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/devices/colorimeter-colorhug-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/colorimeter-colorhug-symbolic.svg
deleted file mode 100644
index 0a82ae7..0000000
--- a/Icons and cursors/windowsicon/scalable/devices/colorimeter-colorhug-symbolic.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/devices/computer-apple-ipad-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/computer-apple-ipad-symbolic.svg
deleted file mode 100644
index fa83adb..0000000
--- a/Icons and cursors/windowsicon/scalable/devices/computer-apple-ipad-symbolic.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/devices/computer-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/computer-symbolic.svg
deleted file mode 100644
index 4cc5e11..0000000
--- a/Icons and cursors/windowsicon/scalable/devices/computer-symbolic.svg
+++ /dev/null
@@ -1,72 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/devices/display-projector-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/display-projector-symbolic.svg
deleted file mode 100644
index 516c2f7..0000000
--- a/Icons and cursors/windowsicon/scalable/devices/display-projector-symbolic.svg
+++ /dev/null
@@ -1,68 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/devices/drive-harddisk-ieee1394-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/drive-harddisk-ieee1394-symbolic.svg
deleted file mode 100644
index f0ffd60..0000000
--- a/Icons and cursors/windowsicon/scalable/devices/drive-harddisk-ieee1394-symbolic.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/devices/drive-harddisk-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/drive-harddisk-symbolic.svg
deleted file mode 100644
index b6b610a..0000000
--- a/Icons and cursors/windowsicon/scalable/devices/drive-harddisk-symbolic.svg
+++ /dev/null
@@ -1,67 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/devices/drive-harddisk-system-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/drive-harddisk-system-symbolic.svg
deleted file mode 100644
index 0640f69..0000000
--- a/Icons and cursors/windowsicon/scalable/devices/drive-harddisk-system-symbolic.svg
+++ /dev/null
@@ -1,69 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/devices/drive-harddisk-usb-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/drive-harddisk-usb-symbolic.svg
deleted file mode 100644
index 2cec185..0000000
--- a/Icons and cursors/windowsicon/scalable/devices/drive-harddisk-usb-symbolic.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/devices/drive-multidisk-alt-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/drive-multidisk-alt-symbolic.svg
deleted file mode 100644
index 17e81f8..0000000
--- a/Icons and cursors/windowsicon/scalable/devices/drive-multidisk-alt-symbolic.svg
+++ /dev/null
@@ -1,69 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/devices/drive-multidisk-alt2-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/drive-multidisk-alt2-symbolic.svg
deleted file mode 100644
index 86e2f8b..0000000
--- a/Icons and cursors/windowsicon/scalable/devices/drive-multidisk-alt2-symbolic.svg
+++ /dev/null
@@ -1,69 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/devices/drive-multidisk-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/drive-multidisk-symbolic.svg
deleted file mode 100644
index 7f5ff76..0000000
--- a/Icons and cursors/windowsicon/scalable/devices/drive-multidisk-symbolic.svg
+++ /dev/null
@@ -1,69 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/devices/drive-optical-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/drive-optical-symbolic.svg
deleted file mode 100644
index eb245b8..0000000
--- a/Icons and cursors/windowsicon/scalable/devices/drive-optical-symbolic.svg
+++ /dev/null
@@ -1,73 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/devices/drive-removable-media-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/drive-removable-media-symbolic.svg
deleted file mode 100644
index bcd0375..0000000
--- a/Icons and cursors/windowsicon/scalable/devices/drive-removable-media-symbolic.svg
+++ /dev/null
@@ -1,68 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/devices/headphones-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/headphones-symbolic.svg
deleted file mode 100644
index e7064c6..0000000
--- a/Icons and cursors/windowsicon/scalable/devices/headphones-symbolic.svg
+++ /dev/null
@@ -1,70 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/devices/input-dialpad-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/input-dialpad-symbolic.svg
deleted file mode 100644
index 9230368..0000000
--- a/Icons and cursors/windowsicon/scalable/devices/input-dialpad-symbolic.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/devices/input-gaming-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/input-gaming-symbolic.svg
deleted file mode 100644
index 500d942..0000000
--- a/Icons and cursors/windowsicon/scalable/devices/input-gaming-symbolic.svg
+++ /dev/null
@@ -1,75 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/devices/input-keyboard-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/input-keyboard-symbolic.svg
deleted file mode 100644
index 756e2b9..0000000
--- a/Icons and cursors/windowsicon/scalable/devices/input-keyboard-symbolic.svg
+++ /dev/null
@@ -1,67 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/devices/input-mouse-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/input-mouse-symbolic.svg
deleted file mode 100644
index bb36c41..0000000
--- a/Icons and cursors/windowsicon/scalable/devices/input-mouse-symbolic.svg
+++ /dev/null
@@ -1,74 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/devices/input-tablet-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/input-tablet-symbolic.svg
deleted file mode 100644
index cfe2af5..0000000
--- a/Icons and cursors/windowsicon/scalable/devices/input-tablet-symbolic.svg
+++ /dev/null
@@ -1,72 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/devices/input-touchpad-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/input-touchpad-symbolic.svg
deleted file mode 100644
index 23999aa..0000000
--- a/Icons and cursors/windowsicon/scalable/devices/input-touchpad-symbolic.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/devices/media-flash-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/media-flash-symbolic.svg
deleted file mode 100644
index 13dc0c0..0000000
--- a/Icons and cursors/windowsicon/scalable/devices/media-flash-symbolic.svg
+++ /dev/null
@@ -1,73 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/devices/media-floppy-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/media-floppy-symbolic.svg
deleted file mode 100644
index 3e2fc62..0000000
--- a/Icons and cursors/windowsicon/scalable/devices/media-floppy-symbolic.svg
+++ /dev/null
@@ -1,71 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/devices/media-optical-bd-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/media-optical-bd-symbolic.svg
deleted file mode 100644
index 71c59f6..0000000
--- a/Icons and cursors/windowsicon/scalable/devices/media-optical-bd-symbolic.svg
+++ /dev/null
@@ -1,74 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/devices/media-optical-cd-audio-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/media-optical-cd-audio-symbolic.svg
deleted file mode 100644
index f6a3de0..0000000
--- a/Icons and cursors/windowsicon/scalable/devices/media-optical-cd-audio-symbolic.svg
+++ /dev/null
@@ -1,77 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/devices/media-optical-dvd-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/media-optical-dvd-symbolic.svg
deleted file mode 100644
index 817f76b..0000000
--- a/Icons and cursors/windowsicon/scalable/devices/media-optical-dvd-symbolic.svg
+++ /dev/null
@@ -1,74 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/devices/media-optical-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/media-optical-symbolic.svg
deleted file mode 100644
index 9a37971..0000000
--- a/Icons and cursors/windowsicon/scalable/devices/media-optical-symbolic.svg
+++ /dev/null
@@ -1,76 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/devices/media-removable-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/media-removable-symbolic.svg
deleted file mode 100644
index 34fcc6a..0000000
--- a/Icons and cursors/windowsicon/scalable/devices/media-removable-symbolic.svg
+++ /dev/null
@@ -1,73 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/devices/media-zip-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/media-zip-symbolic.svg
deleted file mode 100644
index 4af8b4d..0000000
--- a/Icons and cursors/windowsicon/scalable/devices/media-zip-symbolic.svg
+++ /dev/null
@@ -1,70 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/devices/multimedia-player-apple-ipod-touch-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/multimedia-player-apple-ipod-touch-symbolic.svg
deleted file mode 100644
index d226922..0000000
--- a/Icons and cursors/windowsicon/scalable/devices/multimedia-player-apple-ipod-touch-symbolic.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/devices/multimedia-player-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/multimedia-player-symbolic.svg
deleted file mode 100644
index cfae023..0000000
--- a/Icons and cursors/windowsicon/scalable/devices/multimedia-player-symbolic.svg
+++ /dev/null
@@ -1,71 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/devices/network-wired-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/network-wired-symbolic.svg
deleted file mode 100644
index 8650818..0000000
--- a/Icons and cursors/windowsicon/scalable/devices/network-wired-symbolic.svg
+++ /dev/null
@@ -1,66 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/devices/network-wireless-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/network-wireless-symbolic.svg
deleted file mode 100644
index 127fb30..0000000
--- a/Icons and cursors/windowsicon/scalable/devices/network-wireless-symbolic.svg
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/devices/phone-apple-iphone-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/phone-apple-iphone-symbolic.svg
deleted file mode 100644
index d02d857..0000000
--- a/Icons and cursors/windowsicon/scalable/devices/phone-apple-iphone-symbolic.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/devices/phone-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/phone-symbolic.svg
deleted file mode 100644
index 5be06b5..0000000
--- a/Icons and cursors/windowsicon/scalable/devices/phone-symbolic.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/devices/printer-network-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/printer-network-symbolic.svg
deleted file mode 100644
index 31b60d0..0000000
--- a/Icons and cursors/windowsicon/scalable/devices/printer-network-symbolic.svg
+++ /dev/null
@@ -1,70 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/devices/printer-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/printer-symbolic.svg
deleted file mode 100644
index d028b5d..0000000
--- a/Icons and cursors/windowsicon/scalable/devices/printer-symbolic.svg
+++ /dev/null
@@ -1,69 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/devices/scanner-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/scanner-symbolic.svg
deleted file mode 100644
index 90e7ace..0000000
--- a/Icons and cursors/windowsicon/scalable/devices/scanner-symbolic.svg
+++ /dev/null
@@ -1,65 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/devices/video-display-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/video-display-symbolic.svg
deleted file mode 100644
index 83712ff..0000000
--- a/Icons and cursors/windowsicon/scalable/devices/video-display-symbolic.svg
+++ /dev/null
@@ -1,73 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/emblems/emblem-default-symbolic.svg b/Icons and cursors/windowsicon/scalable/emblems/emblem-default-symbolic.svg
deleted file mode 100644
index 5ba1067..0000000
--- a/Icons and cursors/windowsicon/scalable/emblems/emblem-default-symbolic.svg
+++ /dev/null
@@ -1,74 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/emblems/emblem-documents-symbolic.svg b/Icons and cursors/windowsicon/scalable/emblems/emblem-documents-symbolic.svg
deleted file mode 100644
index 119ae68..0000000
--- a/Icons and cursors/windowsicon/scalable/emblems/emblem-documents-symbolic.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/emblems/emblem-favorite-symbolic.svg b/Icons and cursors/windowsicon/scalable/emblems/emblem-favorite-symbolic.svg
deleted file mode 100644
index 301ae42..0000000
--- a/Icons and cursors/windowsicon/scalable/emblems/emblem-favorite-symbolic.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/emblems/emblem-important-symbolic.svg b/Icons and cursors/windowsicon/scalable/emblems/emblem-important-symbolic.svg
deleted file mode 100644
index e0a8fd0..0000000
--- a/Icons and cursors/windowsicon/scalable/emblems/emblem-important-symbolic.svg
+++ /dev/null
@@ -1,70 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/emblems/emblem-music-symbolic.svg b/Icons and cursors/windowsicon/scalable/emblems/emblem-music-symbolic.svg
deleted file mode 100644
index e67c180..0000000
--- a/Icons and cursors/windowsicon/scalable/emblems/emblem-music-symbolic.svg
+++ /dev/null
@@ -1,70 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/emblems/emblem-ok-symbolic.svg b/Icons and cursors/windowsicon/scalable/emblems/emblem-ok-symbolic.svg
deleted file mode 100644
index fdc94f0..0000000
--- a/Icons and cursors/windowsicon/scalable/emblems/emblem-ok-symbolic.svg
+++ /dev/null
@@ -1,70 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/emblems/emblem-photos-symbolic.svg b/Icons and cursors/windowsicon/scalable/emblems/emblem-photos-symbolic.svg
deleted file mode 100644
index 7242803..0000000
--- a/Icons and cursors/windowsicon/scalable/emblems/emblem-photos-symbolic.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/emblems/emblem-shared-symbolic.svg b/Icons and cursors/windowsicon/scalable/emblems/emblem-shared-symbolic.svg
deleted file mode 100644
index 00aaa61..0000000
--- a/Icons and cursors/windowsicon/scalable/emblems/emblem-shared-symbolic.svg
+++ /dev/null
@@ -1,74 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/emblems/emblem-synchronizing-symbolic.svg b/Icons and cursors/windowsicon/scalable/emblems/emblem-synchronizing-symbolic.svg
deleted file mode 100644
index e7963c5..0000000
--- a/Icons and cursors/windowsicon/scalable/emblems/emblem-synchronizing-symbolic.svg
+++ /dev/null
@@ -1,76 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/emblems/emblem-system-symbolic.svg b/Icons and cursors/windowsicon/scalable/emblems/emblem-system-symbolic.svg
deleted file mode 100644
index 9184ecb..0000000
--- a/Icons and cursors/windowsicon/scalable/emblems/emblem-system-symbolic.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/emblems/emblem-videos-symbolic.svg b/Icons and cursors/windowsicon/scalable/emblems/emblem-videos-symbolic.svg
deleted file mode 100644
index 271e933..0000000
--- a/Icons and cursors/windowsicon/scalable/emblems/emblem-videos-symbolic.svg
+++ /dev/null
@@ -1,74 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/emotes/face-angel-symbolic.svg b/Icons and cursors/windowsicon/scalable/emotes/face-angel-symbolic.svg
deleted file mode 100644
index d204c0a..0000000
--- a/Icons and cursors/windowsicon/scalable/emotes/face-angel-symbolic.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/emotes/face-angry-symbolic.svg b/Icons and cursors/windowsicon/scalable/emotes/face-angry-symbolic.svg
deleted file mode 100644
index e2ad829..0000000
--- a/Icons and cursors/windowsicon/scalable/emotes/face-angry-symbolic.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/emotes/face-confused-symbolic.svg b/Icons and cursors/windowsicon/scalable/emotes/face-confused-symbolic.svg
deleted file mode 100644
index e1e5ba5..0000000
--- a/Icons and cursors/windowsicon/scalable/emotes/face-confused-symbolic.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/emotes/face-cool-symbolic.svg b/Icons and cursors/windowsicon/scalable/emotes/face-cool-symbolic.svg
deleted file mode 100644
index c4095c4..0000000
--- a/Icons and cursors/windowsicon/scalable/emotes/face-cool-symbolic.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/emotes/face-crying-symbolic.svg b/Icons and cursors/windowsicon/scalable/emotes/face-crying-symbolic.svg
deleted file mode 100644
index 0333568..0000000
--- a/Icons and cursors/windowsicon/scalable/emotes/face-crying-symbolic.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/emotes/face-devilish-symbolic.svg b/Icons and cursors/windowsicon/scalable/emotes/face-devilish-symbolic.svg
deleted file mode 100644
index a57b55f..0000000
--- a/Icons and cursors/windowsicon/scalable/emotes/face-devilish-symbolic.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/emotes/face-embarrassed-symbolic.svg b/Icons and cursors/windowsicon/scalable/emotes/face-embarrassed-symbolic.svg
deleted file mode 100644
index 558fef1..0000000
--- a/Icons and cursors/windowsicon/scalable/emotes/face-embarrassed-symbolic.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/emotes/face-kiss-symbolic.svg b/Icons and cursors/windowsicon/scalable/emotes/face-kiss-symbolic.svg
deleted file mode 100644
index c8a2efa..0000000
--- a/Icons and cursors/windowsicon/scalable/emotes/face-kiss-symbolic.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/emotes/face-laugh-symbolic.svg b/Icons and cursors/windowsicon/scalable/emotes/face-laugh-symbolic.svg
deleted file mode 100644
index a62140b..0000000
--- a/Icons and cursors/windowsicon/scalable/emotes/face-laugh-symbolic.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/emotes/face-monkey-symbolic.svg b/Icons and cursors/windowsicon/scalable/emotes/face-monkey-symbolic.svg
deleted file mode 100644
index aa3bb1c..0000000
--- a/Icons and cursors/windowsicon/scalable/emotes/face-monkey-symbolic.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/emotes/face-plain-symbolic.svg b/Icons and cursors/windowsicon/scalable/emotes/face-plain-symbolic.svg
deleted file mode 100644
index 0ba154e..0000000
--- a/Icons and cursors/windowsicon/scalable/emotes/face-plain-symbolic.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/emotes/face-raspberry-symbolic.svg b/Icons and cursors/windowsicon/scalable/emotes/face-raspberry-symbolic.svg
deleted file mode 100644
index 3a56b2a..0000000
--- a/Icons and cursors/windowsicon/scalable/emotes/face-raspberry-symbolic.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/emotes/face-sad-symbolic.svg b/Icons and cursors/windowsicon/scalable/emotes/face-sad-symbolic.svg
deleted file mode 100644
index fd7e5fc..0000000
--- a/Icons and cursors/windowsicon/scalable/emotes/face-sad-symbolic.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/emotes/face-shutmouth-symbolic.svg b/Icons and cursors/windowsicon/scalable/emotes/face-shutmouth-symbolic.svg
deleted file mode 100644
index 44b9691..0000000
--- a/Icons and cursors/windowsicon/scalable/emotes/face-shutmouth-symbolic.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/emotes/face-sick-symbolic.svg b/Icons and cursors/windowsicon/scalable/emotes/face-sick-symbolic.svg
deleted file mode 100644
index e4d73c6..0000000
--- a/Icons and cursors/windowsicon/scalable/emotes/face-sick-symbolic.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/emotes/face-smile-big-symbolic.svg b/Icons and cursors/windowsicon/scalable/emotes/face-smile-big-symbolic.svg
deleted file mode 100644
index a633ecc..0000000
--- a/Icons and cursors/windowsicon/scalable/emotes/face-smile-big-symbolic.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/emotes/face-smile-symbolic.svg b/Icons and cursors/windowsicon/scalable/emotes/face-smile-symbolic.svg
deleted file mode 100644
index b19e225..0000000
--- a/Icons and cursors/windowsicon/scalable/emotes/face-smile-symbolic.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/emotes/face-smirk-symbolic.svg b/Icons and cursors/windowsicon/scalable/emotes/face-smirk-symbolic.svg
deleted file mode 100644
index f168f18..0000000
--- a/Icons and cursors/windowsicon/scalable/emotes/face-smirk-symbolic.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/emotes/face-surprised-symbolic.svg b/Icons and cursors/windowsicon/scalable/emotes/face-surprised-symbolic.svg
deleted file mode 100644
index f2d943b..0000000
--- a/Icons and cursors/windowsicon/scalable/emotes/face-surprised-symbolic.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/emotes/face-tired-symbolic.svg b/Icons and cursors/windowsicon/scalable/emotes/face-tired-symbolic.svg
deleted file mode 100644
index 8864384..0000000
--- a/Icons and cursors/windowsicon/scalable/emotes/face-tired-symbolic.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/emotes/face-uncertain-symbolic.svg b/Icons and cursors/windowsicon/scalable/emotes/face-uncertain-symbolic.svg
deleted file mode 100644
index f737c12..0000000
--- a/Icons and cursors/windowsicon/scalable/emotes/face-uncertain-symbolic.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/emotes/face-wink-symbolic.svg b/Icons and cursors/windowsicon/scalable/emotes/face-wink-symbolic.svg
deleted file mode 100644
index b866836..0000000
--- a/Icons and cursors/windowsicon/scalable/emotes/face-wink-symbolic.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/emotes/face-worried-symbolic.svg b/Icons and cursors/windowsicon/scalable/emotes/face-worried-symbolic.svg
deleted file mode 100644
index bcc7a7c..0000000
--- a/Icons and cursors/windowsicon/scalable/emotes/face-worried-symbolic.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/emotes/face-yawn-symbolic.svg b/Icons and cursors/windowsicon/scalable/emotes/face-yawn-symbolic.svg
deleted file mode 100644
index e09359b..0000000
--- a/Icons and cursors/windowsicon/scalable/emotes/face-yawn-symbolic.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/mimetypes/application-certificate-symbolic.svg b/Icons and cursors/windowsicon/scalable/mimetypes/application-certificate-symbolic.svg
deleted file mode 100644
index bc5346f..0000000
--- a/Icons and cursors/windowsicon/scalable/mimetypes/application-certificate-symbolic.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/mimetypes/application-rss.xml-symbolic.svg b/Icons and cursors/windowsicon/scalable/mimetypes/application-rss.xml-symbolic.svg
deleted file mode 100644
index 6ee4665..0000000
--- a/Icons and cursors/windowsicon/scalable/mimetypes/application-rss.xml-symbolic.svg
+++ /dev/null
@@ -1,75 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/mimetypes/application-x-appliance-symbolic.svg b/Icons and cursors/windowsicon/scalable/mimetypes/application-x-appliance-symbolic.svg
deleted file mode 100644
index 241b5a1..0000000
--- a/Icons and cursors/windowsicon/scalable/mimetypes/application-x-appliance-symbolic.svg
+++ /dev/null
@@ -1,30 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/mimetypes/audio-x-generic-symbolic.svg b/Icons and cursors/windowsicon/scalable/mimetypes/audio-x-generic-symbolic.svg
deleted file mode 100644
index 28622eb..0000000
--- a/Icons and cursors/windowsicon/scalable/mimetypes/audio-x-generic-symbolic.svg
+++ /dev/null
@@ -1,70 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/mimetypes/inode-directory-symbolic.svg b/Icons and cursors/windowsicon/scalable/mimetypes/inode-directory-symbolic.svg
deleted file mode 100644
index 9e7aab9..0000000
--- a/Icons and cursors/windowsicon/scalable/mimetypes/inode-directory-symbolic.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/mimetypes/libreoffice-oasis-database.svg b/Icons and cursors/windowsicon/scalable/mimetypes/libreoffice-oasis-database.svg
deleted file mode 100644
index ca071be..0000000
--- a/Icons and cursors/windowsicon/scalable/mimetypes/libreoffice-oasis-database.svg
+++ /dev/null
@@ -1,105 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/mimetypes/libreoffice-oasis-drawing-template.svg b/Icons and cursors/windowsicon/scalable/mimetypes/libreoffice-oasis-drawing-template.svg
deleted file mode 100644
index 8dc9182..0000000
--- a/Icons and cursors/windowsicon/scalable/mimetypes/libreoffice-oasis-drawing-template.svg
+++ /dev/null
@@ -1,100 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/mimetypes/libreoffice-oasis-drawing.svg b/Icons and cursors/windowsicon/scalable/mimetypes/libreoffice-oasis-drawing.svg
deleted file mode 100644
index 8dc9182..0000000
--- a/Icons and cursors/windowsicon/scalable/mimetypes/libreoffice-oasis-drawing.svg
+++ /dev/null
@@ -1,100 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/mimetypes/libreoffice-oasis-formula.svg b/Icons and cursors/windowsicon/scalable/mimetypes/libreoffice-oasis-formula.svg
deleted file mode 100644
index ffd9fe5..0000000
--- a/Icons and cursors/windowsicon/scalable/mimetypes/libreoffice-oasis-formula.svg
+++ /dev/null
@@ -1,2244 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/mimetypes/libreoffice-oasis-master-document.svg b/Icons and cursors/windowsicon/scalable/mimetypes/libreoffice-oasis-master-document.svg
deleted file mode 100644
index ccb03e4..0000000
--- a/Icons and cursors/windowsicon/scalable/mimetypes/libreoffice-oasis-master-document.svg
+++ /dev/null
@@ -1,98 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/mimetypes/libreoffice-oasis-presentation-template.svg b/Icons and cursors/windowsicon/scalable/mimetypes/libreoffice-oasis-presentation-template.svg
deleted file mode 100644
index 8223641..0000000
--- a/Icons and cursors/windowsicon/scalable/mimetypes/libreoffice-oasis-presentation-template.svg
+++ /dev/null
@@ -1,113 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/mimetypes/libreoffice-oasis-presentation.svg b/Icons and cursors/windowsicon/scalable/mimetypes/libreoffice-oasis-presentation.svg
deleted file mode 100644
index ab46335..0000000
--- a/Icons and cursors/windowsicon/scalable/mimetypes/libreoffice-oasis-presentation.svg
+++ /dev/null
@@ -1,116 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/mimetypes/libreoffice-oasis-spreadsheet-template.svg b/Icons and cursors/windowsicon/scalable/mimetypes/libreoffice-oasis-spreadsheet-template.svg
deleted file mode 100644
index 5560409..0000000
--- a/Icons and cursors/windowsicon/scalable/mimetypes/libreoffice-oasis-spreadsheet-template.svg
+++ /dev/null
@@ -1,107 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/mimetypes/libreoffice-oasis-spreadsheet.svg b/Icons and cursors/windowsicon/scalable/mimetypes/libreoffice-oasis-spreadsheet.svg
deleted file mode 100644
index 3e4fe75..0000000
--- a/Icons and cursors/windowsicon/scalable/mimetypes/libreoffice-oasis-spreadsheet.svg
+++ /dev/null
@@ -1,110 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/mimetypes/libreoffice-oasis-text-template.svg b/Icons and cursors/windowsicon/scalable/mimetypes/libreoffice-oasis-text-template.svg
deleted file mode 100644
index b316689..0000000
--- a/Icons and cursors/windowsicon/scalable/mimetypes/libreoffice-oasis-text-template.svg
+++ /dev/null
@@ -1,108 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/mimetypes/libreoffice-oasis-text.svg b/Icons and cursors/windowsicon/scalable/mimetypes/libreoffice-oasis-text.svg
deleted file mode 100644
index 2fd1139..0000000
--- a/Icons and cursors/windowsicon/scalable/mimetypes/libreoffice-oasis-text.svg
+++ /dev/null
@@ -1,112 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/mimetypes/libreoffice-oasis-web-template.svg b/Icons and cursors/windowsicon/scalable/mimetypes/libreoffice-oasis-web-template.svg
deleted file mode 100644
index f34d2a3..0000000
--- a/Icons and cursors/windowsicon/scalable/mimetypes/libreoffice-oasis-web-template.svg
+++ /dev/null
@@ -1,207 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/mimetypes/package-x-generic-symbolic.svg b/Icons and cursors/windowsicon/scalable/mimetypes/package-x-generic-symbolic.svg
deleted file mode 100644
index 3b5971f..0000000
--- a/Icons and cursors/windowsicon/scalable/mimetypes/package-x-generic-symbolic.svg
+++ /dev/null
@@ -1,71 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/mimetypes/text-x-generic-symbolic.svg b/Icons and cursors/windowsicon/scalable/mimetypes/text-x-generic-symbolic.svg
deleted file mode 100644
index 06d210b..0000000
--- a/Icons and cursors/windowsicon/scalable/mimetypes/text-x-generic-symbolic.svg
+++ /dev/null
@@ -1,69 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/mimetypes/video-x-generic-symbolic.svg b/Icons and cursors/windowsicon/scalable/mimetypes/video-x-generic-symbolic.svg
deleted file mode 100644
index 835efca..0000000
--- a/Icons and cursors/windowsicon/scalable/mimetypes/video-x-generic-symbolic.svg
+++ /dev/null
@@ -1,71 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/mimetypes/x-office-calendar-symbolic.svg b/Icons and cursors/windowsicon/scalable/mimetypes/x-office-calendar-symbolic.svg
deleted file mode 100644
index 9b8aa43..0000000
--- a/Icons and cursors/windowsicon/scalable/mimetypes/x-office-calendar-symbolic.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/places/debian-swirl.svg b/Icons and cursors/windowsicon/scalable/places/debian-swirl.svg
deleted file mode 100644
index 850a498..0000000
--- a/Icons and cursors/windowsicon/scalable/places/debian-swirl.svg
+++ /dev/null
@@ -1,30 +0,0 @@
-
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/places/folder-documents-symbolic.svg b/Icons and cursors/windowsicon/scalable/places/folder-documents-symbolic.svg
deleted file mode 100644
index 0a38bcc..0000000
--- a/Icons and cursors/windowsicon/scalable/places/folder-documents-symbolic.svg
+++ /dev/null
@@ -1,67 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/places/folder-download-symbolic.svg b/Icons and cursors/windowsicon/scalable/places/folder-download-symbolic.svg
deleted file mode 100644
index 6ed1b13..0000000
--- a/Icons and cursors/windowsicon/scalable/places/folder-download-symbolic.svg
+++ /dev/null
@@ -1,70 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/places/folder-music-symbolic.svg b/Icons and cursors/windowsicon/scalable/places/folder-music-symbolic.svg
deleted file mode 100644
index e67c180..0000000
--- a/Icons and cursors/windowsicon/scalable/places/folder-music-symbolic.svg
+++ /dev/null
@@ -1,70 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/places/folder-pictures-symbolic.svg b/Icons and cursors/windowsicon/scalable/places/folder-pictures-symbolic.svg
deleted file mode 100644
index 6aec344..0000000
--- a/Icons and cursors/windowsicon/scalable/places/folder-pictures-symbolic.svg
+++ /dev/null
@@ -1,70 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/places/folder-publicshare-symbolic.svg b/Icons and cursors/windowsicon/scalable/places/folder-publicshare-symbolic.svg
deleted file mode 100644
index 0a80e1f..0000000
--- a/Icons and cursors/windowsicon/scalable/places/folder-publicshare-symbolic.svg
+++ /dev/null
@@ -1,76 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/places/folder-remote-symbolic.svg b/Icons and cursors/windowsicon/scalable/places/folder-remote-symbolic.svg
deleted file mode 100644
index 526f7b7..0000000
--- a/Icons and cursors/windowsicon/scalable/places/folder-remote-symbolic.svg
+++ /dev/null
@@ -1,70 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/places/folder-saved-search-symbolic.svg b/Icons and cursors/windowsicon/scalable/places/folder-saved-search-symbolic.svg
deleted file mode 100644
index 94f81a8..0000000
--- a/Icons and cursors/windowsicon/scalable/places/folder-saved-search-symbolic.svg
+++ /dev/null
@@ -1,73 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/places/folder-symbolic.svg b/Icons and cursors/windowsicon/scalable/places/folder-symbolic.svg
deleted file mode 100644
index 56e5609..0000000
--- a/Icons and cursors/windowsicon/scalable/places/folder-symbolic.svg
+++ /dev/null
@@ -1,71 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/places/folder-templates-symbolic.svg b/Icons and cursors/windowsicon/scalable/places/folder-templates-symbolic.svg
deleted file mode 100644
index 8d8c3eb..0000000
--- a/Icons and cursors/windowsicon/scalable/places/folder-templates-symbolic.svg
+++ /dev/null
@@ -1,74 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/places/folder-videos-symbolic.svg b/Icons and cursors/windowsicon/scalable/places/folder-videos-symbolic.svg
deleted file mode 100644
index 271e933..0000000
--- a/Icons and cursors/windowsicon/scalable/places/folder-videos-symbolic.svg
+++ /dev/null
@@ -1,74 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/places/gnome-foot.svg b/Icons and cursors/windowsicon/scalable/places/gnome-foot.svg
deleted file mode 100644
index 6b13ac3..0000000
--- a/Icons and cursors/windowsicon/scalable/places/gnome-foot.svg
+++ /dev/null
@@ -1,67 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/places/network-server-symbolic.svg b/Icons and cursors/windowsicon/scalable/places/network-server-symbolic.svg
deleted file mode 100644
index c700c88..0000000
--- a/Icons and cursors/windowsicon/scalable/places/network-server-symbolic.svg
+++ /dev/null
@@ -1,72 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/places/network-workgroup-symbolic.svg b/Icons and cursors/windowsicon/scalable/places/network-workgroup-symbolic.svg
deleted file mode 100644
index 6baa118..0000000
--- a/Icons and cursors/windowsicon/scalable/places/network-workgroup-symbolic.svg
+++ /dev/null
@@ -1,72 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/places/poi-airport.svg b/Icons and cursors/windowsicon/scalable/places/poi-airport.svg
deleted file mode 100644
index 3ca18b6..0000000
--- a/Icons and cursors/windowsicon/scalable/places/poi-airport.svg
+++ /dev/null
@@ -1,140 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/places/poi-building.svg b/Icons and cursors/windowsicon/scalable/places/poi-building.svg
deleted file mode 100644
index 77214d4..0000000
--- a/Icons and cursors/windowsicon/scalable/places/poi-building.svg
+++ /dev/null
@@ -1,137 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/places/poi-bus-stop.svg b/Icons and cursors/windowsicon/scalable/places/poi-bus-stop.svg
deleted file mode 100644
index 117bc30..0000000
--- a/Icons and cursors/windowsicon/scalable/places/poi-bus-stop.svg
+++ /dev/null
@@ -1,133 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/places/poi-car.svg b/Icons and cursors/windowsicon/scalable/places/poi-car.svg
deleted file mode 100644
index aeaf247..0000000
--- a/Icons and cursors/windowsicon/scalable/places/poi-car.svg
+++ /dev/null
@@ -1,139 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/Icons and cursors/windowsicon/scalable/places/poi-marker.svg b/Icons and cursors/windowsicon/scalable/places/poi-marker.svg
deleted file mode 100644
index 1a9d183..0000000
--- a/Icons and cursors/windowsicon/scalable/places/poi-marker.svg
+++ /dev/null
@@ -1,141 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/places/poi-railway-station.svg b/Icons and cursors/windowsicon/scalable/places/poi-railway-station.svg
deleted file mode 100644
index b4a7ff2..0000000
--- a/Icons and cursors/windowsicon/scalable/places/poi-railway-station.svg
+++ /dev/null
@@ -1,148 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/places/poi-town.svg b/Icons and cursors/windowsicon/scalable/places/poi-town.svg
deleted file mode 100644
index acc92ae..0000000
--- a/Icons and cursors/windowsicon/scalable/places/poi-town.svg
+++ /dev/null
@@ -1,133 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/places/start-here-symbolic.svg b/Icons and cursors/windowsicon/scalable/places/start-here-symbolic.svg
deleted file mode 100644
index 384b34e..0000000
--- a/Icons and cursors/windowsicon/scalable/places/start-here-symbolic.svg
+++ /dev/null
@@ -1,70 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/places/ubuntu-logo.svg b/Icons and cursors/windowsicon/scalable/places/ubuntu-logo.svg
deleted file mode 100644
index 5d0b42d..0000000
--- a/Icons and cursors/windowsicon/scalable/places/ubuntu-logo.svg
+++ /dev/null
@@ -1,66 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/places/user-bookmarks-symbolic.svg b/Icons and cursors/windowsicon/scalable/places/user-bookmarks-symbolic.svg
deleted file mode 100644
index 0fb7c9a..0000000
--- a/Icons and cursors/windowsicon/scalable/places/user-bookmarks-symbolic.svg
+++ /dev/null
@@ -1,73 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/places/user-desktop-symbolic.svg b/Icons and cursors/windowsicon/scalable/places/user-desktop-symbolic.svg
deleted file mode 100644
index c91a62a..0000000
--- a/Icons and cursors/windowsicon/scalable/places/user-desktop-symbolic.svg
+++ /dev/null
@@ -1,67 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/places/user-home-symbolic.svg b/Icons and cursors/windowsicon/scalable/places/user-home-symbolic.svg
deleted file mode 100644
index fba855b..0000000
--- a/Icons and cursors/windowsicon/scalable/places/user-home-symbolic.svg
+++ /dev/null
@@ -1,73 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/places/user-trash-symbolic.svg b/Icons and cursors/windowsicon/scalable/places/user-trash-symbolic.svg
deleted file mode 100644
index 6e377c8..0000000
--- a/Icons and cursors/windowsicon/scalable/places/user-trash-symbolic.svg
+++ /dev/null
@@ -1,73 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/airplane-mode-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/airplane-mode-symbolic.svg
deleted file mode 100644
index 081705e..0000000
--- a/Icons and cursors/windowsicon/scalable/status/airplane-mode-symbolic.svg
+++ /dev/null
@@ -1,70 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/alarm-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/alarm-symbolic.svg
deleted file mode 100644
index f7ff461..0000000
--- a/Icons and cursors/windowsicon/scalable/status/alarm-symbolic.svg
+++ /dev/null
@@ -1,77 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/appointment-missed-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/appointment-missed-symbolic.svg
deleted file mode 100644
index 64f7eb3..0000000
--- a/Icons and cursors/windowsicon/scalable/status/appointment-missed-symbolic.svg
+++ /dev/null
@@ -1,76 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/appointment-soon-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/appointment-soon-symbolic.svg
deleted file mode 100644
index 3a21c6e..0000000
--- a/Icons and cursors/windowsicon/scalable/status/appointment-soon-symbolic.svg
+++ /dev/null
@@ -1,76 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/audio-volume-high-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/audio-volume-high-symbolic.svg
deleted file mode 100644
index 3977ce3..0000000
--- a/Icons and cursors/windowsicon/scalable/status/audio-volume-high-symbolic.svg
+++ /dev/null
@@ -1,67 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/audio-volume-low-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/audio-volume-low-symbolic.svg
deleted file mode 100644
index bcb738c..0000000
--- a/Icons and cursors/windowsicon/scalable/status/audio-volume-low-symbolic.svg
+++ /dev/null
@@ -1,65 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/audio-volume-medium-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/audio-volume-medium-symbolic.svg
deleted file mode 100644
index 6a2be9c..0000000
--- a/Icons and cursors/windowsicon/scalable/status/audio-volume-medium-symbolic.svg
+++ /dev/null
@@ -1,67 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/audio-volume-muted-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/audio-volume-muted-symbolic.svg
deleted file mode 100644
index 6e0269e..0000000
--- a/Icons and cursors/windowsicon/scalable/status/audio-volume-muted-symbolic.svg
+++ /dev/null
@@ -1,69 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/avatar-default-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/avatar-default-symbolic.svg
deleted file mode 100644
index c424f53..0000000
--- a/Icons and cursors/windowsicon/scalable/status/avatar-default-symbolic.svg
+++ /dev/null
@@ -1,70 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/battery-caution-charging-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/battery-caution-charging-symbolic.svg
deleted file mode 100644
index 17d1004..0000000
--- a/Icons and cursors/windowsicon/scalable/status/battery-caution-charging-symbolic.svg
+++ /dev/null
@@ -1,65 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/battery-caution-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/battery-caution-symbolic.svg
deleted file mode 100644
index f1f0494..0000000
--- a/Icons and cursors/windowsicon/scalable/status/battery-caution-symbolic.svg
+++ /dev/null
@@ -1,67 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/battery-empty-charging-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/battery-empty-charging-symbolic.svg
deleted file mode 100644
index ff8ce56..0000000
--- a/Icons and cursors/windowsicon/scalable/status/battery-empty-charging-symbolic.svg
+++ /dev/null
@@ -1,65 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/battery-empty-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/battery-empty-symbolic.svg
deleted file mode 100644
index 771ebbe..0000000
--- a/Icons and cursors/windowsicon/scalable/status/battery-empty-symbolic.svg
+++ /dev/null
@@ -1,64 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/battery-full-charged-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/battery-full-charged-symbolic.svg
deleted file mode 100644
index 32477d5..0000000
--- a/Icons and cursors/windowsicon/scalable/status/battery-full-charged-symbolic.svg
+++ /dev/null
@@ -1,65 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/battery-full-charging-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/battery-full-charging-symbolic.svg
deleted file mode 100644
index 4de3dfa..0000000
--- a/Icons and cursors/windowsicon/scalable/status/battery-full-charging-symbolic.svg
+++ /dev/null
@@ -1,65 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/battery-full-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/battery-full-symbolic.svg
deleted file mode 100644
index b904cc2..0000000
--- a/Icons and cursors/windowsicon/scalable/status/battery-full-symbolic.svg
+++ /dev/null
@@ -1,64 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/battery-good-charging-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/battery-good-charging-symbolic.svg
deleted file mode 100644
index 152680f..0000000
--- a/Icons and cursors/windowsicon/scalable/status/battery-good-charging-symbolic.svg
+++ /dev/null
@@ -1,65 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/battery-good-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/battery-good-symbolic.svg
deleted file mode 100644
index 6556521..0000000
--- a/Icons and cursors/windowsicon/scalable/status/battery-good-symbolic.svg
+++ /dev/null
@@ -1,64 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/battery-low-charging-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/battery-low-charging-symbolic.svg
deleted file mode 100644
index 2f4867f..0000000
--- a/Icons and cursors/windowsicon/scalable/status/battery-low-charging-symbolic.svg
+++ /dev/null
@@ -1,65 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/battery-low-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/battery-low-symbolic.svg
deleted file mode 100644
index c3fb520..0000000
--- a/Icons and cursors/windowsicon/scalable/status/battery-low-symbolic.svg
+++ /dev/null
@@ -1,64 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/battery-missing-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/battery-missing-symbolic.svg
deleted file mode 100644
index 24eb8f1..0000000
--- a/Icons and cursors/windowsicon/scalable/status/battery-missing-symbolic.svg
+++ /dev/null
@@ -1,67 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/bluetooth-active-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/bluetooth-active-symbolic.svg
deleted file mode 100644
index 7539fcf..0000000
--- a/Icons and cursors/windowsicon/scalable/status/bluetooth-active-symbolic.svg
+++ /dev/null
@@ -1,70 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/bluetooth-disabled-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/bluetooth-disabled-symbolic.svg
deleted file mode 100644
index 59ac559..0000000
--- a/Icons and cursors/windowsicon/scalable/status/bluetooth-disabled-symbolic.svg
+++ /dev/null
@@ -1,71 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/call-missed-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/call-missed-symbolic.svg
deleted file mode 100644
index 9b86dfe..0000000
--- a/Icons and cursors/windowsicon/scalable/status/call-missed-symbolic.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/changes-allow-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/changes-allow-symbolic.svg
deleted file mode 100644
index d2549ae..0000000
--- a/Icons and cursors/windowsicon/scalable/status/changes-allow-symbolic.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/changes-prevent-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/changes-prevent-symbolic.svg
deleted file mode 100644
index 37fcb2f..0000000
--- a/Icons and cursors/windowsicon/scalable/status/changes-prevent-symbolic.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/channel-insecure-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/channel-insecure-symbolic.svg
deleted file mode 100644
index e5a40b6..0000000
--- a/Icons and cursors/windowsicon/scalable/status/channel-insecure-symbolic.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/channel-secure-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/channel-secure-symbolic.svg
deleted file mode 100644
index dc7c959..0000000
--- a/Icons and cursors/windowsicon/scalable/status/channel-secure-symbolic.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/computer-fail-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/computer-fail-symbolic.svg
deleted file mode 100644
index 3edcdf0..0000000
--- a/Icons and cursors/windowsicon/scalable/status/computer-fail-symbolic.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/dialog-error-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/dialog-error-symbolic.svg
deleted file mode 100644
index d31e820..0000000
--- a/Icons and cursors/windowsicon/scalable/status/dialog-error-symbolic.svg
+++ /dev/null
@@ -1,107 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/dialog-information-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/dialog-information-symbolic.svg
deleted file mode 100644
index 23da7a2..0000000
--- a/Icons and cursors/windowsicon/scalable/status/dialog-information-symbolic.svg
+++ /dev/null
@@ -1,73 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/dialog-password-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/dialog-password-symbolic.svg
deleted file mode 100644
index 049836e..0000000
--- a/Icons and cursors/windowsicon/scalable/status/dialog-password-symbolic.svg
+++ /dev/null
@@ -1,98 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/dialog-question-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/dialog-question-symbolic.svg
deleted file mode 100644
index 8d704bd..0000000
--- a/Icons and cursors/windowsicon/scalable/status/dialog-question-symbolic.svg
+++ /dev/null
@@ -1,77 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/dialog-warning-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/dialog-warning-symbolic.svg
deleted file mode 100644
index ba868ae..0000000
--- a/Icons and cursors/windowsicon/scalable/status/dialog-warning-symbolic.svg
+++ /dev/null
@@ -1,91 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/display-brightness-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/display-brightness-symbolic.svg
deleted file mode 100644
index fd8d586..0000000
--- a/Icons and cursors/windowsicon/scalable/status/display-brightness-symbolic.svg
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/keyboard-brightness-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/keyboard-brightness-symbolic.svg
deleted file mode 100644
index 6ac1cf5..0000000
--- a/Icons and cursors/windowsicon/scalable/status/keyboard-brightness-symbolic.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/mail-attachment-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/mail-attachment-symbolic.svg
deleted file mode 100644
index bb97f08..0000000
--- a/Icons and cursors/windowsicon/scalable/status/mail-attachment-symbolic.svg
+++ /dev/null
@@ -1,66 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/mail-read-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/mail-read-symbolic.svg
deleted file mode 100644
index 3c147e0..0000000
--- a/Icons and cursors/windowsicon/scalable/status/mail-read-symbolic.svg
+++ /dev/null
@@ -1,70 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/mail-replied-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/mail-replied-symbolic.svg
deleted file mode 100644
index 69439a0..0000000
--- a/Icons and cursors/windowsicon/scalable/status/mail-replied-symbolic.svg
+++ /dev/null
@@ -1,70 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/mail-unread-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/mail-unread-symbolic.svg
deleted file mode 100644
index 1d9ef74..0000000
--- a/Icons and cursors/windowsicon/scalable/status/mail-unread-symbolic.svg
+++ /dev/null
@@ -1,71 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/media-playlist-consecutive-rtl-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/media-playlist-consecutive-rtl-symbolic.svg
deleted file mode 100644
index 288d793..0000000
--- a/Icons and cursors/windowsicon/scalable/status/media-playlist-consecutive-rtl-symbolic.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/media-playlist-consecutive-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/media-playlist-consecutive-symbolic.svg
deleted file mode 100644
index 84cfff4..0000000
--- a/Icons and cursors/windowsicon/scalable/status/media-playlist-consecutive-symbolic.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/media-playlist-repeat-rtl-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/media-playlist-repeat-rtl-symbolic.svg
deleted file mode 100644
index 357a0e2..0000000
--- a/Icons and cursors/windowsicon/scalable/status/media-playlist-repeat-rtl-symbolic.svg
+++ /dev/null
@@ -1,76 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/media-playlist-repeat-song-rtl-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/media-playlist-repeat-song-rtl-symbolic.svg
deleted file mode 100644
index ada0524..0000000
--- a/Icons and cursors/windowsicon/scalable/status/media-playlist-repeat-song-rtl-symbolic.svg
+++ /dev/null
@@ -1,77 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/media-playlist-repeat-song-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/media-playlist-repeat-song-symbolic.svg
deleted file mode 100644
index 2f44382..0000000
--- a/Icons and cursors/windowsicon/scalable/status/media-playlist-repeat-song-symbolic.svg
+++ /dev/null
@@ -1,77 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/media-playlist-repeat-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/media-playlist-repeat-symbolic.svg
deleted file mode 100644
index 5ccdab0..0000000
--- a/Icons and cursors/windowsicon/scalable/status/media-playlist-repeat-symbolic.svg
+++ /dev/null
@@ -1,76 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/media-playlist-shuffle-rtl-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/media-playlist-shuffle-rtl-symbolic.svg
deleted file mode 100644
index 75229ae..0000000
--- a/Icons and cursors/windowsicon/scalable/status/media-playlist-shuffle-rtl-symbolic.svg
+++ /dev/null
@@ -1,76 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/media-playlist-shuffle-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/media-playlist-shuffle-symbolic.svg
deleted file mode 100644
index 539b3a1..0000000
--- a/Icons and cursors/windowsicon/scalable/status/media-playlist-shuffle-symbolic.svg
+++ /dev/null
@@ -1,76 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/microphone-sensitivity-high-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/microphone-sensitivity-high-symbolic.svg
deleted file mode 100644
index 09b4114..0000000
--- a/Icons and cursors/windowsicon/scalable/status/microphone-sensitivity-high-symbolic.svg
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/microphone-sensitivity-low-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/microphone-sensitivity-low-symbolic.svg
deleted file mode 100644
index aeb183c..0000000
--- a/Icons and cursors/windowsicon/scalable/status/microphone-sensitivity-low-symbolic.svg
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/microphone-sensitivity-medium-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/microphone-sensitivity-medium-symbolic.svg
deleted file mode 100644
index 81ea04d..0000000
--- a/Icons and cursors/windowsicon/scalable/status/microphone-sensitivity-medium-symbolic.svg
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/microphone-sensitivity-muted-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/microphone-sensitivity-muted-symbolic.svg
deleted file mode 100644
index d3dd7e7..0000000
--- a/Icons and cursors/windowsicon/scalable/status/microphone-sensitivity-muted-symbolic.svg
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/network-cellular-3g-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/network-cellular-3g-symbolic.svg
deleted file mode 100644
index 872ae8e..0000000
--- a/Icons and cursors/windowsicon/scalable/status/network-cellular-3g-symbolic.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/network-cellular-4g-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/network-cellular-4g-symbolic.svg
deleted file mode 100644
index 03a8256..0000000
--- a/Icons and cursors/windowsicon/scalable/status/network-cellular-4g-symbolic.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/network-cellular-acquiring-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/network-cellular-acquiring-symbolic.svg
deleted file mode 100644
index b2f6a82..0000000
--- a/Icons and cursors/windowsicon/scalable/status/network-cellular-acquiring-symbolic.svg
+++ /dev/null
@@ -1,73 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/network-cellular-connected-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/network-cellular-connected-symbolic.svg
deleted file mode 100644
index 11726f5..0000000
--- a/Icons and cursors/windowsicon/scalable/status/network-cellular-connected-symbolic.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/network-cellular-edge-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/network-cellular-edge-symbolic.svg
deleted file mode 100644
index 266a83f..0000000
--- a/Icons and cursors/windowsicon/scalable/status/network-cellular-edge-symbolic.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/network-cellular-gprs-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/network-cellular-gprs-symbolic.svg
deleted file mode 100644
index 7ff3dee..0000000
--- a/Icons and cursors/windowsicon/scalable/status/network-cellular-gprs-symbolic.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/network-cellular-no-route-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/network-cellular-no-route-symbolic.svg
deleted file mode 100644
index e6a795b..0000000
--- a/Icons and cursors/windowsicon/scalable/status/network-cellular-no-route-symbolic.svg
+++ /dev/null
@@ -1,69 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/network-cellular-offline-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/network-cellular-offline-symbolic.svg
deleted file mode 100644
index 2a83299..0000000
--- a/Icons and cursors/windowsicon/scalable/status/network-cellular-offline-symbolic.svg
+++ /dev/null
@@ -1,69 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/network-cellular-signal-excellent-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/network-cellular-signal-excellent-symbolic.svg
deleted file mode 100644
index 846be1a..0000000
--- a/Icons and cursors/windowsicon/scalable/status/network-cellular-signal-excellent-symbolic.svg
+++ /dev/null
@@ -1,66 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/network-cellular-signal-good-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/network-cellular-signal-good-symbolic.svg
deleted file mode 100644
index e857f82..0000000
--- a/Icons and cursors/windowsicon/scalable/status/network-cellular-signal-good-symbolic.svg
+++ /dev/null
@@ -1,66 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/network-cellular-signal-none-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/network-cellular-signal-none-symbolic.svg
deleted file mode 100644
index e795942..0000000
--- a/Icons and cursors/windowsicon/scalable/status/network-cellular-signal-none-symbolic.svg
+++ /dev/null
@@ -1,66 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/network-cellular-signal-ok-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/network-cellular-signal-ok-symbolic.svg
deleted file mode 100644
index 75b6eb6..0000000
--- a/Icons and cursors/windowsicon/scalable/status/network-cellular-signal-ok-symbolic.svg
+++ /dev/null
@@ -1,66 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/network-cellular-signal-weak-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/network-cellular-signal-weak-symbolic.svg
deleted file mode 100644
index 664c50c..0000000
--- a/Icons and cursors/windowsicon/scalable/status/network-cellular-signal-weak-symbolic.svg
+++ /dev/null
@@ -1,66 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/network-cellular-umts-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/network-cellular-umts-symbolic.svg
deleted file mode 100644
index 994b922..0000000
--- a/Icons and cursors/windowsicon/scalable/status/network-cellular-umts-symbolic.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/network-error-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/network-error-symbolic.svg
deleted file mode 100644
index 08c7183..0000000
--- a/Icons and cursors/windowsicon/scalable/status/network-error-symbolic.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/network-idle-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/network-idle-symbolic.svg
deleted file mode 100644
index e64af6a..0000000
--- a/Icons and cursors/windowsicon/scalable/status/network-idle-symbolic.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/network-no-route-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/network-no-route-symbolic.svg
deleted file mode 100644
index e920968..0000000
--- a/Icons and cursors/windowsicon/scalable/status/network-no-route-symbolic.svg
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/network-offline-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/network-offline-symbolic.svg
deleted file mode 100644
index f6f9116..0000000
--- a/Icons and cursors/windowsicon/scalable/status/network-offline-symbolic.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/network-receive-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/network-receive-symbolic.svg
deleted file mode 100644
index 4336322..0000000
--- a/Icons and cursors/windowsicon/scalable/status/network-receive-symbolic.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/network-transmit-receive-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/network-transmit-receive-symbolic.svg
deleted file mode 100644
index f0db8cc..0000000
--- a/Icons and cursors/windowsicon/scalable/status/network-transmit-receive-symbolic.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/network-transmit-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/network-transmit-symbolic.svg
deleted file mode 100644
index 90766ea..0000000
--- a/Icons and cursors/windowsicon/scalable/status/network-transmit-symbolic.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/network-vpn-acquiring-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/network-vpn-acquiring-symbolic.svg
deleted file mode 100644
index 0904c4e..0000000
--- a/Icons and cursors/windowsicon/scalable/status/network-vpn-acquiring-symbolic.svg
+++ /dev/null
@@ -1,73 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/network-vpn-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/network-vpn-symbolic.svg
deleted file mode 100644
index 52056cc..0000000
--- a/Icons and cursors/windowsicon/scalable/status/network-vpn-symbolic.svg
+++ /dev/null
@@ -1,69 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/network-wired-acquiring-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/network-wired-acquiring-symbolic.svg
deleted file mode 100644
index fae5c9f..0000000
--- a/Icons and cursors/windowsicon/scalable/status/network-wired-acquiring-symbolic.svg
+++ /dev/null
@@ -1,73 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/network-wired-disconnected-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/network-wired-disconnected-symbolic.svg
deleted file mode 100644
index 09d31bb..0000000
--- a/Icons and cursors/windowsicon/scalable/status/network-wired-disconnected-symbolic.svg
+++ /dev/null
@@ -1,71 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/network-wired-no-route-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/network-wired-no-route-symbolic.svg
deleted file mode 100644
index ed5cb5a..0000000
--- a/Icons and cursors/windowsicon/scalable/status/network-wired-no-route-symbolic.svg
+++ /dev/null
@@ -1,70 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/network-wired-offline-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/network-wired-offline-symbolic.svg
deleted file mode 100644
index f0152b9..0000000
--- a/Icons and cursors/windowsicon/scalable/status/network-wired-offline-symbolic.svg
+++ /dev/null
@@ -1,71 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/network-wireless-acquiring-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/network-wireless-acquiring-symbolic.svg
deleted file mode 100644
index 154bf5f..0000000
--- a/Icons and cursors/windowsicon/scalable/status/network-wireless-acquiring-symbolic.svg
+++ /dev/null
@@ -1,70 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/network-wireless-connected-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/network-wireless-connected-symbolic.svg
deleted file mode 100644
index 8244db9..0000000
--- a/Icons and cursors/windowsicon/scalable/status/network-wireless-connected-symbolic.svg
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/network-wireless-encrypted-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/network-wireless-encrypted-symbolic.svg
deleted file mode 100644
index 6ebb277..0000000
--- a/Icons and cursors/windowsicon/scalable/status/network-wireless-encrypted-symbolic.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/network-wireless-hotspot-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/network-wireless-hotspot-symbolic.svg
deleted file mode 100644
index 4cd4ff5..0000000
--- a/Icons and cursors/windowsicon/scalable/status/network-wireless-hotspot-symbolic.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/network-wireless-no-route-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/network-wireless-no-route-symbolic.svg
deleted file mode 100644
index 7394336..0000000
--- a/Icons and cursors/windowsicon/scalable/status/network-wireless-no-route-symbolic.svg
+++ /dev/null
@@ -1,68 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/network-wireless-offline-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/network-wireless-offline-symbolic.svg
deleted file mode 100644
index dda4b33..0000000
--- a/Icons and cursors/windowsicon/scalable/status/network-wireless-offline-symbolic.svg
+++ /dev/null
@@ -1,69 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/network-wireless-signal-excellent-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/network-wireless-signal-excellent-symbolic.svg
deleted file mode 100644
index 127fb30..0000000
--- a/Icons and cursors/windowsicon/scalable/status/network-wireless-signal-excellent-symbolic.svg
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/network-wireless-signal-good-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/network-wireless-signal-good-symbolic.svg
deleted file mode 100644
index a4c7d5f..0000000
--- a/Icons and cursors/windowsicon/scalable/status/network-wireless-signal-good-symbolic.svg
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/network-wireless-signal-none-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/network-wireless-signal-none-symbolic.svg
deleted file mode 100644
index 622a665..0000000
--- a/Icons and cursors/windowsicon/scalable/status/network-wireless-signal-none-symbolic.svg
+++ /dev/null
@@ -1,64 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/network-wireless-signal-ok-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/network-wireless-signal-ok-symbolic.svg
deleted file mode 100644
index 42adbaf..0000000
--- a/Icons and cursors/windowsicon/scalable/status/network-wireless-signal-ok-symbolic.svg
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/network-wireless-signal-weak-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/network-wireless-signal-weak-symbolic.svg
deleted file mode 100644
index 8244db9..0000000
--- a/Icons and cursors/windowsicon/scalable/status/network-wireless-signal-weak-symbolic.svg
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/non-starred-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/non-starred-symbolic.svg
deleted file mode 100644
index ea12664..0000000
--- a/Icons and cursors/windowsicon/scalable/status/non-starred-symbolic.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/printer-error-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/printer-error-symbolic.svg
deleted file mode 100644
index 340d123..0000000
--- a/Icons and cursors/windowsicon/scalable/status/printer-error-symbolic.svg
+++ /dev/null
@@ -1,71 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/printer-printing-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/printer-printing-symbolic.svg
deleted file mode 100644
index a1adc93..0000000
--- a/Icons and cursors/windowsicon/scalable/status/printer-printing-symbolic.svg
+++ /dev/null
@@ -1,68 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/printer-warning-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/printer-warning-symbolic.svg
deleted file mode 100644
index a226208..0000000
--- a/Icons and cursors/windowsicon/scalable/status/printer-warning-symbolic.svg
+++ /dev/null
@@ -1,71 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/rotation-allowed-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/rotation-allowed-symbolic.svg
deleted file mode 100644
index 091b253..0000000
--- a/Icons and cursors/windowsicon/scalable/status/rotation-allowed-symbolic.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/rotation-locked-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/rotation-locked-symbolic.svg
deleted file mode 100644
index d04aa82..0000000
--- a/Icons and cursors/windowsicon/scalable/status/rotation-locked-symbolic.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/security-high-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/security-high-symbolic.svg
deleted file mode 100644
index 9c99678..0000000
--- a/Icons and cursors/windowsicon/scalable/status/security-high-symbolic.svg
+++ /dev/null
@@ -1,75 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/security-low-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/security-low-symbolic.svg
deleted file mode 100644
index a4538ac..0000000
--- a/Icons and cursors/windowsicon/scalable/status/security-low-symbolic.svg
+++ /dev/null
@@ -1,75 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/security-medium-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/security-medium-symbolic.svg
deleted file mode 100644
index c488db3..0000000
--- a/Icons and cursors/windowsicon/scalable/status/security-medium-symbolic.svg
+++ /dev/null
@@ -1,74 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/semi-starred-rtl-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/semi-starred-rtl-symbolic.svg
deleted file mode 100644
index 3bd36cc..0000000
--- a/Icons and cursors/windowsicon/scalable/status/semi-starred-rtl-symbolic.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/semi-starred-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/semi-starred-symbolic.svg
deleted file mode 100644
index 06e0142..0000000
--- a/Icons and cursors/windowsicon/scalable/status/semi-starred-symbolic.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/software-update-available-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/software-update-available-symbolic.svg
deleted file mode 100644
index d758e9f..0000000
--- a/Icons and cursors/windowsicon/scalable/status/software-update-available-symbolic.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/software-update-urgent-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/software-update-urgent-symbolic.svg
deleted file mode 100644
index 039fe9e..0000000
--- a/Icons and cursors/windowsicon/scalable/status/software-update-urgent-symbolic.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/starred-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/starred-symbolic.svg
deleted file mode 100644
index 5a4a491..0000000
--- a/Icons and cursors/windowsicon/scalable/status/starred-symbolic.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/task-due-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/task-due-symbolic.svg
deleted file mode 100644
index 5168fe3..0000000
--- a/Icons and cursors/windowsicon/scalable/status/task-due-symbolic.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/task-past-due-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/task-past-due-symbolic.svg
deleted file mode 100644
index 1cde903..0000000
--- a/Icons and cursors/windowsicon/scalable/status/task-past-due-symbolic.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/touchpad-disabled-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/touchpad-disabled-symbolic.svg
deleted file mode 100644
index 5b3b71d..0000000
--- a/Icons and cursors/windowsicon/scalable/status/touchpad-disabled-symbolic.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/user-available-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/user-available-symbolic.svg
deleted file mode 100644
index 0a5e031..0000000
--- a/Icons and cursors/windowsicon/scalable/status/user-available-symbolic.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/user-away-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/user-away-symbolic.svg
deleted file mode 100644
index abdb804..0000000
--- a/Icons and cursors/windowsicon/scalable/status/user-away-symbolic.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/user-busy-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/user-busy-symbolic.svg
deleted file mode 100644
index c7f60e5..0000000
--- a/Icons and cursors/windowsicon/scalable/status/user-busy-symbolic.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/user-idle-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/user-idle-symbolic.svg
deleted file mode 100644
index 0a5e031..0000000
--- a/Icons and cursors/windowsicon/scalable/status/user-idle-symbolic.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/user-invisible-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/user-invisible-symbolic.svg
deleted file mode 100644
index aa9e0b9..0000000
--- a/Icons and cursors/windowsicon/scalable/status/user-invisible-symbolic.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/user-offline-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/user-offline-symbolic.svg
deleted file mode 100644
index 9190536..0000000
--- a/Icons and cursors/windowsicon/scalable/status/user-offline-symbolic.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/user-status-pending-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/user-status-pending-symbolic.svg
deleted file mode 100644
index cb8fc41..0000000
--- a/Icons and cursors/windowsicon/scalable/status/user-status-pending-symbolic.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/user-trash-full-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/user-trash-full-symbolic.svg
deleted file mode 100644
index 33be783..0000000
--- a/Icons and cursors/windowsicon/scalable/status/user-trash-full-symbolic.svg
+++ /dev/null
@@ -1,77 +0,0 @@
-
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/view-wrapped-rtl-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/view-wrapped-rtl-symbolic.svg
deleted file mode 100644
index 3f88239..0000000
--- a/Icons and cursors/windowsicon/scalable/status/view-wrapped-rtl-symbolic.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/view-wrapped-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/view-wrapped-symbolic.svg
deleted file mode 100644
index 731dd82..0000000
--- a/Icons and cursors/windowsicon/scalable/status/view-wrapped-symbolic.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-000.svg b/Icons and cursors/windowsicon/scalable/status/weather-clear-night-000.svg
deleted file mode 100644
index 75794dd..0000000
--- a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-000.svg
+++ /dev/null
@@ -1,76 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-010.svg b/Icons and cursors/windowsicon/scalable/status/weather-clear-night-010.svg
deleted file mode 100644
index 1b3478e..0000000
--- a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-010.svg
+++ /dev/null
@@ -1,76 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-020.svg b/Icons and cursors/windowsicon/scalable/status/weather-clear-night-020.svg
deleted file mode 100644
index 56d533c..0000000
--- a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-020.svg
+++ /dev/null
@@ -1,76 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-030.svg b/Icons and cursors/windowsicon/scalable/status/weather-clear-night-030.svg
deleted file mode 100644
index ad92a7d..0000000
--- a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-030.svg
+++ /dev/null
@@ -1,76 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-040.svg b/Icons and cursors/windowsicon/scalable/status/weather-clear-night-040.svg
deleted file mode 100644
index 3b1633f..0000000
--- a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-040.svg
+++ /dev/null
@@ -1,76 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-050.svg b/Icons and cursors/windowsicon/scalable/status/weather-clear-night-050.svg
deleted file mode 100644
index af94b72..0000000
--- a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-050.svg
+++ /dev/null
@@ -1,76 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-060.svg b/Icons and cursors/windowsicon/scalable/status/weather-clear-night-060.svg
deleted file mode 100644
index 23a352c..0000000
--- a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-060.svg
+++ /dev/null
@@ -1,76 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-070.svg b/Icons and cursors/windowsicon/scalable/status/weather-clear-night-070.svg
deleted file mode 100644
index 3cee73e..0000000
--- a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-070.svg
+++ /dev/null
@@ -1,76 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-080.svg b/Icons and cursors/windowsicon/scalable/status/weather-clear-night-080.svg
deleted file mode 100644
index ad3e6c1..0000000
--- a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-080.svg
+++ /dev/null
@@ -1,76 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-090.svg b/Icons and cursors/windowsicon/scalable/status/weather-clear-night-090.svg
deleted file mode 100644
index 2916a88..0000000
--- a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-090.svg
+++ /dev/null
@@ -1,76 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-100.svg b/Icons and cursors/windowsicon/scalable/status/weather-clear-night-100.svg
deleted file mode 100644
index 9f53398..0000000
--- a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-100.svg
+++ /dev/null
@@ -1,76 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-110.svg b/Icons and cursors/windowsicon/scalable/status/weather-clear-night-110.svg
deleted file mode 100644
index b3127f3..0000000
--- a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-110.svg
+++ /dev/null
@@ -1,76 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-120.svg b/Icons and cursors/windowsicon/scalable/status/weather-clear-night-120.svg
deleted file mode 100644
index 374e51d..0000000
--- a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-120.svg
+++ /dev/null
@@ -1,76 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-130.svg b/Icons and cursors/windowsicon/scalable/status/weather-clear-night-130.svg
deleted file mode 100644
index cc00958..0000000
--- a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-130.svg
+++ /dev/null
@@ -1,76 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-140.svg b/Icons and cursors/windowsicon/scalable/status/weather-clear-night-140.svg
deleted file mode 100644
index ac415be..0000000
--- a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-140.svg
+++ /dev/null
@@ -1,76 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-150.svg b/Icons and cursors/windowsicon/scalable/status/weather-clear-night-150.svg
deleted file mode 100644
index 31109ec..0000000
--- a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-150.svg
+++ /dev/null
@@ -1,76 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-160.svg b/Icons and cursors/windowsicon/scalable/status/weather-clear-night-160.svg
deleted file mode 100644
index 9a8f60b..0000000
--- a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-160.svg
+++ /dev/null
@@ -1,76 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-170.svg b/Icons and cursors/windowsicon/scalable/status/weather-clear-night-170.svg
deleted file mode 100644
index 6e3cc80..0000000
--- a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-170.svg
+++ /dev/null
@@ -1,76 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-190.svg b/Icons and cursors/windowsicon/scalable/status/weather-clear-night-190.svg
deleted file mode 100644
index 8b5799e..0000000
--- a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-190.svg
+++ /dev/null
@@ -1,76 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-200.svg b/Icons and cursors/windowsicon/scalable/status/weather-clear-night-200.svg
deleted file mode 100644
index 9a36933..0000000
--- a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-200.svg
+++ /dev/null
@@ -1,76 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-210.svg b/Icons and cursors/windowsicon/scalable/status/weather-clear-night-210.svg
deleted file mode 100644
index 14296fb..0000000
--- a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-210.svg
+++ /dev/null
@@ -1,76 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-220.svg b/Icons and cursors/windowsicon/scalable/status/weather-clear-night-220.svg
deleted file mode 100644
index d64f5a8..0000000
--- a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-220.svg
+++ /dev/null
@@ -1,76 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-230.svg b/Icons and cursors/windowsicon/scalable/status/weather-clear-night-230.svg
deleted file mode 100644
index a141c9b..0000000
--- a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-230.svg
+++ /dev/null
@@ -1,76 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-240.svg b/Icons and cursors/windowsicon/scalable/status/weather-clear-night-240.svg
deleted file mode 100644
index 98f20a4..0000000
--- a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-240.svg
+++ /dev/null
@@ -1,76 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-250.svg b/Icons and cursors/windowsicon/scalable/status/weather-clear-night-250.svg
deleted file mode 100644
index 627f987..0000000
--- a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-250.svg
+++ /dev/null
@@ -1,76 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-260.svg b/Icons and cursors/windowsicon/scalable/status/weather-clear-night-260.svg
deleted file mode 100644
index 83f4f62..0000000
--- a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-260.svg
+++ /dev/null
@@ -1,76 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-270.svg b/Icons and cursors/windowsicon/scalable/status/weather-clear-night-270.svg
deleted file mode 100644
index 257d043..0000000
--- a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-270.svg
+++ /dev/null
@@ -1,76 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-280.svg b/Icons and cursors/windowsicon/scalable/status/weather-clear-night-280.svg
deleted file mode 100644
index ff85325..0000000
--- a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-280.svg
+++ /dev/null
@@ -1,76 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-290.svg b/Icons and cursors/windowsicon/scalable/status/weather-clear-night-290.svg
deleted file mode 100644
index 40b9da7..0000000
--- a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-290.svg
+++ /dev/null
@@ -1,76 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-300.svg b/Icons and cursors/windowsicon/scalable/status/weather-clear-night-300.svg
deleted file mode 100644
index 0e64f8b..0000000
--- a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-300.svg
+++ /dev/null
@@ -1,76 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-310.svg b/Icons and cursors/windowsicon/scalable/status/weather-clear-night-310.svg
deleted file mode 100644
index 1b0bbba..0000000
--- a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-310.svg
+++ /dev/null
@@ -1,76 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-320.svg b/Icons and cursors/windowsicon/scalable/status/weather-clear-night-320.svg
deleted file mode 100644
index b28408b..0000000
--- a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-320.svg
+++ /dev/null
@@ -1,76 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-330.svg b/Icons and cursors/windowsicon/scalable/status/weather-clear-night-330.svg
deleted file mode 100644
index e2f1e4c..0000000
--- a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-330.svg
+++ /dev/null
@@ -1,76 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-340.svg b/Icons and cursors/windowsicon/scalable/status/weather-clear-night-340.svg
deleted file mode 100644
index 0c45a1d..0000000
--- a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-340.svg
+++ /dev/null
@@ -1,76 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-350.svg b/Icons and cursors/windowsicon/scalable/status/weather-clear-night-350.svg
deleted file mode 100644
index 1496958..0000000
--- a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-350.svg
+++ /dev/null
@@ -1,76 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/weather-clear-night-symbolic.svg
deleted file mode 100644
index fb18020..0000000
--- a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-symbolic.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/weather-clear-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/weather-clear-symbolic.svg
deleted file mode 100644
index 28bf2f1..0000000
--- a/Icons and cursors/windowsicon/scalable/status/weather-clear-symbolic.svg
+++ /dev/null
@@ -1,33 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-000.svg b/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-000.svg
deleted file mode 100644
index f073614..0000000
--- a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-000.svg
+++ /dev/null
@@ -1,100 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-010.svg b/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-010.svg
deleted file mode 100644
index 3970961..0000000
--- a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-010.svg
+++ /dev/null
@@ -1,100 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-020.svg b/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-020.svg
deleted file mode 100644
index 2013ce2..0000000
--- a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-020.svg
+++ /dev/null
@@ -1,100 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-030.svg b/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-030.svg
deleted file mode 100644
index 5edf9ab..0000000
--- a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-030.svg
+++ /dev/null
@@ -1,100 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-040.svg b/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-040.svg
deleted file mode 100644
index a22899e..0000000
--- a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-040.svg
+++ /dev/null
@@ -1,100 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-050.svg b/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-050.svg
deleted file mode 100644
index d99f8b5..0000000
--- a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-050.svg
+++ /dev/null
@@ -1,100 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-060.svg b/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-060.svg
deleted file mode 100644
index 0561a8b..0000000
--- a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-060.svg
+++ /dev/null
@@ -1,100 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-070.svg b/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-070.svg
deleted file mode 100644
index 27de1d8..0000000
--- a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-070.svg
+++ /dev/null
@@ -1,100 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-080.svg b/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-080.svg
deleted file mode 100644
index 49784e3..0000000
--- a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-080.svg
+++ /dev/null
@@ -1,100 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-090.svg b/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-090.svg
deleted file mode 100644
index 31243c9..0000000
--- a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-090.svg
+++ /dev/null
@@ -1,100 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-100.svg b/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-100.svg
deleted file mode 100644
index 2f8ab84..0000000
--- a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-100.svg
+++ /dev/null
@@ -1,100 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-110.svg b/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-110.svg
deleted file mode 100644
index addbe0d..0000000
--- a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-110.svg
+++ /dev/null
@@ -1,100 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-120.svg b/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-120.svg
deleted file mode 100644
index 8589fb8..0000000
--- a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-120.svg
+++ /dev/null
@@ -1,100 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-130.svg b/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-130.svg
deleted file mode 100644
index 3264415..0000000
--- a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-130.svg
+++ /dev/null
@@ -1,100 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-140.svg b/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-140.svg
deleted file mode 100644
index 3f06c2b..0000000
--- a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-140.svg
+++ /dev/null
@@ -1,100 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-150.svg b/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-150.svg
deleted file mode 100644
index 3c4e4f2..0000000
--- a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-150.svg
+++ /dev/null
@@ -1,100 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-160.svg b/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-160.svg
deleted file mode 100644
index 26ab9c3..0000000
--- a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-160.svg
+++ /dev/null
@@ -1,100 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-170.svg b/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-170.svg
deleted file mode 100644
index 1b18081..0000000
--- a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-170.svg
+++ /dev/null
@@ -1,100 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-190.svg b/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-190.svg
deleted file mode 100644
index d9892c3..0000000
--- a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-190.svg
+++ /dev/null
@@ -1,100 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-200.svg b/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-200.svg
deleted file mode 100644
index 170deed..0000000
--- a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-200.svg
+++ /dev/null
@@ -1,100 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-210.svg b/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-210.svg
deleted file mode 100644
index 06891f6..0000000
--- a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-210.svg
+++ /dev/null
@@ -1,100 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-220.svg b/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-220.svg
deleted file mode 100644
index dddf80d..0000000
--- a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-220.svg
+++ /dev/null
@@ -1,100 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-230.svg b/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-230.svg
deleted file mode 100644
index 72ae9ca..0000000
--- a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-230.svg
+++ /dev/null
@@ -1,100 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-240.svg b/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-240.svg
deleted file mode 100644
index 1c9f9f2..0000000
--- a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-240.svg
+++ /dev/null
@@ -1,100 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-250.svg b/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-250.svg
deleted file mode 100644
index 2363aa3..0000000
--- a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-250.svg
+++ /dev/null
@@ -1,100 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-260.svg b/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-260.svg
deleted file mode 100644
index 0368dca..0000000
--- a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-260.svg
+++ /dev/null
@@ -1,100 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-270.svg b/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-270.svg
deleted file mode 100644
index 3f5da1a..0000000
--- a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-270.svg
+++ /dev/null
@@ -1,100 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-280.svg b/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-280.svg
deleted file mode 100644
index f192a47..0000000
--- a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-280.svg
+++ /dev/null
@@ -1,100 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-290.svg b/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-290.svg
deleted file mode 100644
index 3932fae..0000000
--- a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-290.svg
+++ /dev/null
@@ -1,100 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-300.svg b/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-300.svg
deleted file mode 100644
index 2724c34..0000000
--- a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-300.svg
+++ /dev/null
@@ -1,100 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-310.svg b/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-310.svg
deleted file mode 100644
index 9f98885..0000000
--- a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-310.svg
+++ /dev/null
@@ -1,100 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-320.svg b/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-320.svg
deleted file mode 100644
index 6ba4040..0000000
--- a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-320.svg
+++ /dev/null
@@ -1,100 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-330.svg b/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-330.svg
deleted file mode 100644
index 6fe2393..0000000
--- a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-330.svg
+++ /dev/null
@@ -1,100 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-340.svg b/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-340.svg
deleted file mode 100644
index 54eca4f..0000000
--- a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-340.svg
+++ /dev/null
@@ -1,100 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-350.svg b/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-350.svg
deleted file mode 100644
index 22587a7..0000000
--- a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-350.svg
+++ /dev/null
@@ -1,100 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-symbolic.svg
deleted file mode 100644
index 2d48409..0000000
--- a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-symbolic.svg
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-symbolic.svg
deleted file mode 100644
index 7143338..0000000
--- a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-symbolic.svg
+++ /dev/null
@@ -1,34 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/weather-fog-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/weather-fog-symbolic.svg
deleted file mode 100644
index ccafa8f..0000000
--- a/Icons and cursors/windowsicon/scalable/status/weather-fog-symbolic.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/weather-overcast-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/weather-overcast-symbolic.svg
deleted file mode 100644
index 28432c7..0000000
--- a/Icons and cursors/windowsicon/scalable/status/weather-overcast-symbolic.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/weather-severe-alert-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/weather-severe-alert-symbolic.svg
deleted file mode 100644
index 5003431..0000000
--- a/Icons and cursors/windowsicon/scalable/status/weather-severe-alert-symbolic.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/weather-showers-scattered-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/weather-showers-scattered-symbolic.svg
deleted file mode 100644
index 7419065..0000000
--- a/Icons and cursors/windowsicon/scalable/status/weather-showers-scattered-symbolic.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/weather-showers-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/weather-showers-symbolic.svg
deleted file mode 100644
index 965c7c8..0000000
--- a/Icons and cursors/windowsicon/scalable/status/weather-showers-symbolic.svg
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/weather-snow-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/weather-snow-symbolic.svg
deleted file mode 100644
index eebfe84..0000000
--- a/Icons and cursors/windowsicon/scalable/status/weather-snow-symbolic.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/scalable/status/weather-storm-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/weather-storm-symbolic.svg
deleted file mode 100644
index 8dbbf13..0000000
--- a/Icons and cursors/windowsicon/scalable/status/weather-storm-symbolic.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
diff --git a/Icons and cursors/windowsicon/taskmgr.ico b/Icons and cursors/windowsicon/taskmgr.ico
deleted file mode 100644
index aced5d6..0000000
Binary files a/Icons and cursors/windowsicon/taskmgr.ico and /dev/null differ
diff --git a/KWin/.emerald/theme/reflection.png b/KWin/.emerald/theme/reflection.png
index 238e907..928b5bf 100644
Binary files a/KWin/.emerald/theme/reflection.png and b/KWin/.emerald/theme/reflection.png differ
diff --git a/KWin/.emerald/theme/theme.ini b/KWin/.emerald/theme/theme.ini
index d76847e..1928288 100644
--- a/KWin/.emerald/theme/theme.ini
+++ b/KWin/.emerald/theme/theme.ini
@@ -1,10 +1,11 @@
[vrunner_settings]
active_title_left=#e61f8c
-active_title_left_alpha=0.30862899999999999
+active_title_left_alpha=0
+#active_title_left_alpha=0.30862899999999999
active_title_middle=#e61f8c
-active_title_middle_alpha=0.30862899999999999
+active_title_middle_alpha=0
active_title_right=#e61f8c
-active_title_right_alpha=0.30862899999999999
+active_title_right_alpha=0
active_color_contrast=1
active_alpha_contrast=1
active_title_notch_position=1
@@ -28,11 +29,12 @@ active_contents_highlight_alpha=0.69999999999999996
active_contents_shadow=#ffffff
active_contents_shadow_alpha=0.59999999999999998
inactive_title_left=#e61f8c
-inactive_title_left_alpha=0.15431400000000001
+#inactive_title_left_alpha=0.15431400000000001
+inactive_title_left_alpha=0
inactive_title_middle=#e61f8c
-inactive_title_middle_alpha=0.15431400000000001
+inactive_title_middle_alpha=0
inactive_title_right=#e61f8c
-inactive_title_right_alpha=0.15431400000000001
+inactive_title_right_alpha=0
inactive_color_contrast=1
inactive_alpha_contrast=1
inactive_title_notch_position=1
diff --git a/KWin/bin/kwin_smaragd.so b/KWin/bin/kwin_smaragd.so
deleted file mode 100755
index bac6408..0000000
Binary files a/KWin/bin/kwin_smaragd.so and /dev/null differ
diff --git a/KWin/depends/kdebase-runtime-17.08.3-3-x86_64.pkg.tar.xz b/KWin/depends/kdebase-runtime-17.08.3-3-x86_64.pkg.tar.xz
old mode 100644
new mode 100755
diff --git a/KWin/depends/kdelibs-4.14.9-1-x86_64.pkg.tar.xz b/KWin/depends/kdelibs-4.14.9-1-x86_64.pkg.tar.xz
old mode 100644
new mode 100755
diff --git a/KWin/kwin_reflect/CMakeLists.txt b/KWin/kwin_reflect/CMakeLists.txt
new file mode 100755
index 0000000..ad4416f
--- /dev/null
+++ b/KWin/kwin_reflect/CMakeLists.txt
@@ -0,0 +1,53 @@
+cmake_minimum_required(VERSION 3.0)
+project(kwin4_effect_reflect)
+
+set(KF_MIN_VERSION "5.78")
+set(CMAKE_CXX_STANDARD 20)
+set(CMAKE_CXX_STANDARD_REQUIRED ON)
+set(CMAKE_CXX_EXTENSIONS OFF)
+
+find_package(ECM ${KF_MIN_VERSION} REQUIRED NO_MODULE)
+set(CMAKE_MODULE_PATH
+ ${CMAKE_MODULE_PATH}
+ ${ECM_MODULE_PATH}
+ ${ECM_KDE_MODULE_DIR}
+ #${ECM_KDE_MODULE_DIR}/kwin
+ ${CMAKE_SOURCE_DIR}/cmake
+ ${CMAKE_SOURCE_DIR}/cmake/Modules
+)
+
+include(FeatureSummary)
+include(KDEInstallDirs)
+include(KDECMakeSettings)
+include(KDECompilerSettings NO_POLICY_SCOPE)
+
+find_package(Qt5 REQUIRED COMPONENTS
+ Core
+ DBus
+ Gui
+)
+
+find_package(KDecoration2 REQUIRED)
+
+find_package(KF5 ${KF_MIN_VERSION} REQUIRED COMPONENTS
+ Config
+ ConfigWidgets
+ CoreAddons
+ WindowSystem
+ Wayland
+)
+
+#find_package(kwin REQUIRED)
+
+find_package(kwineffects REQUIRED COMPONENTS
+ kwineffects
+ kwinglutils
+)
+
+find_package(KWinDBusInterface CONFIG REQUIRED)
+
+find_package(epoxy REQUIRED)
+
+add_subdirectory(src)
+
+feature_summary(WHAT ALL)
diff --git a/KWin/kwin_reflect/LICENSE b/KWin/kwin_reflect/LICENSE
new file mode 100755
index 0000000..d159169
--- /dev/null
+++ b/KWin/kwin_reflect/LICENSE
@@ -0,0 +1,339 @@
+ GNU GENERAL PUBLIC LICENSE
+ Version 2, June 1991
+
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+ Preamble
+
+ The licenses for most software are designed to take away your
+freedom to share and change it. By contrast, the GNU General Public
+License is intended to guarantee your freedom to share and change free
+software--to make sure the software is free for all its users. This
+General Public License applies to most of the Free Software
+Foundation's software and to any other program whose authors commit to
+using it. (Some other Free Software Foundation software is covered by
+the GNU Lesser General Public License instead.) You can apply it to
+your programs, too.
+
+ When we speak of free software, we are referring to freedom, not
+price. Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+this service if you wish), that you receive source code or can get it
+if you want it, that you can change the software or use pieces of it
+in new free programs; and that you know you can do these things.
+
+ To protect your rights, we need to make restrictions that forbid
+anyone to deny you these rights or to ask you to surrender the rights.
+These restrictions translate to certain responsibilities for you if you
+distribute copies of the software, or if you modify it.
+
+ For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must give the recipients all the rights that
+you have. You must make sure that they, too, receive or can get the
+source code. And you must show them these terms so they know their
+rights.
+
+ We protect your rights with two steps: (1) copyright the software, and
+(2) offer you this license which gives you legal permission to copy,
+distribute and/or modify the software.
+
+ Also, for each author's protection and ours, we want to make certain
+that everyone understands that there is no warranty for this free
+software. If the software is modified by someone else and passed on, we
+want its recipients to know that what they have is not the original, so
+that any problems introduced by others will not reflect on the original
+authors' reputations.
+
+ Finally, any free program is threatened constantly by software
+patents. We wish to avoid the danger that redistributors of a free
+program will individually obtain patent licenses, in effect making the
+program proprietary. To prevent this, we have made it clear that any
+patent must be licensed for everyone's free use or not licensed at all.
+
+ The precise terms and conditions for copying, distribution and
+modification follow.
+
+ GNU GENERAL PUBLIC LICENSE
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+ 0. This License applies to any program or other work which contains
+a notice placed by the copyright holder saying it may be distributed
+under the terms of this General Public License. The "Program", below,
+refers to any such program or work, and a "work based on the Program"
+means either the Program or any derivative work under copyright law:
+that is to say, a work containing the Program or a portion of it,
+either verbatim or with modifications and/or translated into another
+language. (Hereinafter, translation is included without limitation in
+the term "modification".) Each licensee is addressed as "you".
+
+Activities other than copying, distribution and modification are not
+covered by this License; they are outside its scope. The act of
+running the Program is not restricted, and the output from the Program
+is covered only if its contents constitute a work based on the
+Program (independent of having been made by running the Program).
+Whether that is true depends on what the Program does.
+
+ 1. You may copy and distribute verbatim copies of the Program's
+source code as you receive it, in any medium, provided that you
+conspicuously and appropriately publish on each copy an appropriate
+copyright notice and disclaimer of warranty; keep intact all the
+notices that refer to this License and to the absence of any warranty;
+and give any other recipients of the Program a copy of this License
+along with the Program.
+
+You may charge a fee for the physical act of transferring a copy, and
+you may at your option offer warranty protection in exchange for a fee.
+
+ 2. You may modify your copy or copies of the Program or any portion
+of it, thus forming a work based on the Program, and copy and
+distribute such modifications or work under the terms of Section 1
+above, provided that you also meet all of these conditions:
+
+ a) You must cause the modified files to carry prominent notices
+ stating that you changed the files and the date of any change.
+
+ b) You must cause any work that you distribute or publish, that in
+ whole or in part contains or is derived from the Program or any
+ part thereof, to be licensed as a whole at no charge to all third
+ parties under the terms of this License.
+
+ c) If the modified program normally reads commands interactively
+ when run, you must cause it, when started running for such
+ interactive use in the most ordinary way, to print or display an
+ announcement including an appropriate copyright notice and a
+ notice that there is no warranty (or else, saying that you provide
+ a warranty) and that users may redistribute the program under
+ these conditions, and telling the user how to view a copy of this
+ License. (Exception: if the Program itself is interactive but
+ does not normally print such an announcement, your work based on
+ the Program is not required to print an announcement.)
+
+These requirements apply to the modified work as a whole. If
+identifiable sections of that work are not derived from the Program,
+and can be reasonably considered independent and separate works in
+themselves, then this License, and its terms, do not apply to those
+sections when you distribute them as separate works. But when you
+distribute the same sections as part of a whole which is a work based
+on the Program, the distribution of the whole must be on the terms of
+this License, whose permissions for other licensees extend to the
+entire whole, and thus to each and every part regardless of who wrote it.
+
+Thus, it is not the intent of this section to claim rights or contest
+your rights to work written entirely by you; rather, the intent is to
+exercise the right to control the distribution of derivative or
+collective works based on the Program.
+
+In addition, mere aggregation of another work not based on the Program
+with the Program (or with a work based on the Program) on a volume of
+a storage or distribution medium does not bring the other work under
+the scope of this License.
+
+ 3. You may copy and distribute the Program (or a work based on it,
+under Section 2) in object code or executable form under the terms of
+Sections 1 and 2 above provided that you also do one of the following:
+
+ a) Accompany it with the complete corresponding machine-readable
+ source code, which must be distributed under the terms of Sections
+ 1 and 2 above on a medium customarily used for software interchange; or,
+
+ b) Accompany it with a written offer, valid for at least three
+ years, to give any third party, for a charge no more than your
+ cost of physically performing source distribution, a complete
+ machine-readable copy of the corresponding source code, to be
+ distributed under the terms of Sections 1 and 2 above on a medium
+ customarily used for software interchange; or,
+
+ c) Accompany it with the information you received as to the offer
+ to distribute corresponding source code. (This alternative is
+ allowed only for noncommercial distribution and only if you
+ received the program in object code or executable form with such
+ an offer, in accord with Subsection b above.)
+
+The source code for a work means the preferred form of the work for
+making modifications to it. For an executable work, complete source
+code means all the source code for all modules it contains, plus any
+associated interface definition files, plus the scripts used to
+control compilation and installation of the executable. However, as a
+special exception, the source code distributed need not include
+anything that is normally distributed (in either source or binary
+form) with the major components (compiler, kernel, and so on) of the
+operating system on which the executable runs, unless that component
+itself accompanies the executable.
+
+If distribution of executable or object code is made by offering
+access to copy from a designated place, then offering equivalent
+access to copy the source code from the same place counts as
+distribution of the source code, even though third parties are not
+compelled to copy the source along with the object code.
+
+ 4. You may not copy, modify, sublicense, or distribute the Program
+except as expressly provided under this License. Any attempt
+otherwise to copy, modify, sublicense or distribute the Program is
+void, and will automatically terminate your rights under this License.
+However, parties who have received copies, or rights, from you under
+this License will not have their licenses terminated so long as such
+parties remain in full compliance.
+
+ 5. You are not required to accept this License, since you have not
+signed it. However, nothing else grants you permission to modify or
+distribute the Program or its derivative works. These actions are
+prohibited by law if you do not accept this License. Therefore, by
+modifying or distributing the Program (or any work based on the
+Program), you indicate your acceptance of this License to do so, and
+all its terms and conditions for copying, distributing or modifying
+the Program or works based on it.
+
+ 6. Each time you redistribute the Program (or any work based on the
+Program), the recipient automatically receives a license from the
+original licensor to copy, distribute or modify the Program subject to
+these terms and conditions. You may not impose any further
+restrictions on the recipients' exercise of the rights granted herein.
+You are not responsible for enforcing compliance by third parties to
+this License.
+
+ 7. If, as a consequence of a court judgment or allegation of patent
+infringement or for any other reason (not limited to patent issues),
+conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License. If you cannot
+distribute so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you
+may not distribute the Program at all. For example, if a patent
+license would not permit royalty-free redistribution of the Program by
+all those who receive copies directly or indirectly through you, then
+the only way you could satisfy both it and this License would be to
+refrain entirely from distribution of the Program.
+
+If any portion of this section is held invalid or unenforceable under
+any particular circumstance, the balance of the section is intended to
+apply and the section as a whole is intended to apply in other
+circumstances.
+
+It is not the purpose of this section to induce you to infringe any
+patents or other property right claims or to contest validity of any
+such claims; this section has the sole purpose of protecting the
+integrity of the free software distribution system, which is
+implemented by public license practices. Many people have made
+generous contributions to the wide range of software distributed
+through that system in reliance on consistent application of that
+system; it is up to the author/donor to decide if he or she is willing
+to distribute software through any other system and a licensee cannot
+impose that choice.
+
+This section is intended to make thoroughly clear what is believed to
+be a consequence of the rest of this License.
+
+ 8. If the distribution and/or use of the Program is restricted in
+certain countries either by patents or by copyrighted interfaces, the
+original copyright holder who places the Program under this License
+may add an explicit geographical distribution limitation excluding
+those countries, so that distribution is permitted only in or among
+countries not thus excluded. In such case, this License incorporates
+the limitation as if written in the body of this License.
+
+ 9. The Free Software Foundation may publish revised and/or new versions
+of the General Public License from time to time. Such new versions will
+be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
+
+Each version is given a distinguishing version number. If the Program
+specifies a version number of this License which applies to it and "any
+later version", you have the option of following the terms and conditions
+either of that version or of any later version published by the Free
+Software Foundation. If the Program does not specify a version number of
+this License, you may choose any version ever published by the Free Software
+Foundation.
+
+ 10. If you wish to incorporate parts of the Program into other free
+programs whose distribution conditions are different, write to the author
+to ask for permission. For software which is copyrighted by the Free
+Software Foundation, write to the Free Software Foundation; we sometimes
+make exceptions for this. Our decision will be guided by the two goals
+of preserving the free status of all derivatives of our free software and
+of promoting the sharing and reuse of software generally.
+
+ NO WARRANTY
+
+ 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
+FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
+OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
+PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
+OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
+TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
+PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
+REPAIR OR CORRECTION.
+
+ 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
+REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
+INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
+OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
+TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
+YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
+PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGES.
+
+ END OF TERMS AND CONDITIONS
+
+ How to Apply These Terms to Your New Programs
+
+ If you develop a new program, and you want it to be of the greatest
+possible use to the public, the best way to achieve this is to make it
+free software which everyone can redistribute and change under these terms.
+
+ To do so, attach the following notices to the program. It is safest
+to attach them to the start of each source file to most effectively
+convey the exclusion of warranty; and each file should have at least
+the "copyright" line and a pointer to where the full notice is found.
+
+
+ Copyright (C)
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License along
+ with this program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+
+Also add information on how to contact you by electronic and paper mail.
+
+If the program is interactive, make it output a short notice like this
+when it starts in an interactive mode:
+
+ Gnomovision version 69, Copyright (C) year name of author
+ Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
+ This is free software, and you are welcome to redistribute it
+ under certain conditions; type `show c' for details.
+
+The hypothetical commands `show w' and `show c' should show the appropriate
+parts of the General Public License. Of course, the commands you use may
+be called something other than `show w' and `show c'; they could even be
+mouse-clicks or menu items--whatever suits your program.
+
+You should also get your employer (if you work as a programmer) or your
+school, if any, to sign a "copyright disclaimer" for the program, if
+necessary. Here is a sample; alter the names:
+
+ Yoyodyne, Inc., hereby disclaims all copyright interest in the program
+ `Gnomovision' (which makes passes at compilers) written by James Hacker.
+
+ , 1 April 1989
+ Ty Coon, President of Vice
+
+This General Public License does not permit incorporating your program into
+proprietary programs. If your program is a subroutine library, you may
+consider it more useful to permit linking proprietary applications with the
+library. If this is what you want to do, use the GNU Lesser General
+Public License instead of this License.
diff --git a/KWin/kwin_reflect/README.md b/KWin/kwin_reflect/README.md
new file mode 100755
index 0000000..ad4907a
--- /dev/null
+++ b/KWin/kwin_reflect/README.md
@@ -0,0 +1,113 @@
+# Kwin blur effect - Respect rounded corners
+
+
+This kwin effect is a fork of the default kwin blur effect, with minimal changes
+to solve the ["plasma kornerbug"](https://bugs.kde.org/show_bug.cgi?id=395725).
+It works with all decorations, including aurorae one's, and take care of maximized windows, that are assumed to not have rounded corners.
+
+
+![Screenshot](doc/demo.png)
+
+*Above left : Korner bug with the default blur effect*
+
+*Above right : with the present blur effect*
+
+*(Window decorations : [classikstyles](https://github.com/paulmcauley/classikstyles) by paulmcauly)*
+
+## Usage
+
+After installing the effect, go to Settings --> Workspace behavior --> Desktop Effects.
+
+- Disable the default blur effect ("Blur")
+- Enable "Blur - Respect rounded corners"
+- Tweak the settings of the effect to match your window decorations.
+![Settings](doc/settings.png)
+
+
+## Limitations
+
+The effect only acts for window decorations. If the window has a decoration that have to be blurred and is not maximized, the rounded corners area are removed from the region "to be blurred". (before the blur occurs)
+
+It seems to be not compatible with [ligthlyShaders](https://github.com/a-parhom/LightlyShaders) or [shapecorners](https://sourceforge.net/projects/shapecorners/).
+
+
+## Plasma version
+
+I only tested the effect on plasma 5.23.3, I don't know if it work with older versions (But it should, the changes from the default blur effect are very minimal)
+
+## Installation
+
+### Binary package
+
+If you build a binary package, or make the effect available from the "kde get new stuff" service, let me know !
+
+### Build from source
+
+*Section copied from* [Yet another magic lamp](https://github.com/zzag/kwin-effects-yet-another-magic-lamp) from zzag.
+
+You will need the following dependencies to build this effect:
+* CMake
+* any C++14 enabled compiler
+* Qt
+* libkwineffects
+* KDE Frameworks 5:
+ - Config
+ - CoreAddons
+ - Extra CMake Modules
+ - WindowSystem
+
+On Arch Linux
+
+```sh
+sudo pacman -S cmake extra-cmake-modules kwin
+```
+
+On Fedora
+
+```sh
+sudo dnf install cmake extra-cmake-modules kf5-kconfig-devel \
+ kf5-kcoreaddons-devel kf5-kwindowsystem-devel kwin-devel \
+ qt5-qtbase-devel libepoxy-devel kf5-kconfigwidgets-devel
+```
+On fedora 35, it seems you need the following dep too :
+```
+kwayland-server-devel
+kf5-kwayland-devel
+wayland-devel
+```
+On OpenSUSE
+
+```sh
+sudo zypper install cmake extra-cmake-modules kconfig-devel \
+ kcoreaddons-devel kwindowsystem-devel kwin5-devel \
+ libqt5-qtbase-devel libepoxy-devel kconfigwidgets-devel \
+ kwayland-server-devel
+```
+
+On Ubuntu
+
+```sh
+sudo apt install cmake extra-cmake-modules kwin-dev \
+ libkf5config-dev libkf5configwidgets-dev libkf5coreaddons-dev \
+ libkf5windowsystem-dev qtbase5-dev libkwaylandserver-dev libwayland-dev
+```
+
+### After you installed all the required dependencies, clone the repo and use the provided scripts :
+
+
+Build and install:
+
+```sh
+chmod +x install.sh
+./install.sh
+```
+Uninstall build script:
+
+```sh
+chmod +x uninstall.sh
+./uninstall.sh
+```
+
+## Contributing
+
+Any help is welcome. Feel free to fill an issue if you have one.
diff --git a/KWin/kwin_reflect/cmake/Modules/Findkwineffects.cmake b/KWin/kwin_reflect/cmake/Modules/Findkwineffects.cmake
new file mode 100755
index 0000000..a4e911a
--- /dev/null
+++ b/KWin/kwin_reflect/cmake/Modules/Findkwineffects.cmake
@@ -0,0 +1,101 @@
+#.rst:
+# Findkwineffects
+# ---------------
+#
+# Try to find libkwineffects.
+#
+# This is a component-based find module, which makes use of the COMPONENTS
+# argument to find_modules. The following components are
+# available::
+#
+# kwineffects
+# kwinglutils
+# kwinxrenderutils
+#
+# If no components are specified, this module will act as though all components
+# were passed to OPTIONAL_COMPONENTS.
+#
+# This module will define the following variables, independently of the
+# components searched for or found:
+#
+# ``kwineffects_FOUND``
+# True if (the requestion version of) libkwineffects is available
+# ``kwineffects_TARGETS``
+# A list of all targets imported by this module (note that there may be more
+# than the components that were requested)
+# ``kwineffects_LIBRARIES``
+# This can be passed to target_link_libraries() instead of the imported
+# targets
+# ``kwineffects_INCLUDE_DIRS``
+# This should be passed to target_include_directories() if the targets are
+# not used for linking
+# ``kwineffects_DEFINITIONS``
+# This should be passed to target_compile_options() if the targets are not
+# used for linking
+#
+# For each searched-for components, ``kwineffects__FOUND`` will be
+# set to true if the corresponding libkwineffects library was found, and false
+# otherwise. If ``kwineffects__FOUND`` is true, the imported target
+# ``kwineffects::`` will be defined.
+
+#=============================================================================
+# Copyright 2019 Vlad Zagorodniy
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+#
+# 1. Redistributions of source code must retain the copyright
+# notice, this list of conditions and the following disclaimer.
+# 2. Redistributions in binary form must reproduce the copyright
+# notice, this list of conditions and the following disclaimer in the
+# documentation and/or other materials provided with the distribution.
+# 3. The name of the author may not be used to endorse or promote products
+# derived from this software without specific prior written permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+# IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+# NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+#=============================================================================
+
+include(ECMFindModuleHelpers)
+ecm_find_package_version_check(kwineffects)
+
+set(kwineffects_known_components
+ kwineffects
+ kwinglutils
+ kwinxrenderutils
+)
+set(kwineffects_default_components ${kwineffects_known_components})
+
+set(kwineffects_kwineffects_header "kwineffects.h")
+set(kwineffects_kwineffects_lib "kwineffects")
+set(kwineffects_kwinglutils_header "kwinglutils.h")
+set(kwineffects_kwinglutils_lib "kwinglutils")
+set(kwineffects_kwinxrenderutils_header "kwinxrenderutils.h")
+set(kwineffects_kwinxrenderutils_lib "kwinxrenderutils")
+
+ecm_find_package_parse_components(kwineffects
+ RESULT_VAR kwineffects_components
+ KNOWN_COMPONENTS ${kwineffects_known_components}
+ DEFAULT_COMPONENTS ${kwineffects_default_components}
+)
+
+ecm_find_package_handle_library_components(kwineffects
+ COMPONENTS ${kwineffects_components}
+)
+
+find_package_handle_standard_args(kwineffects
+ FOUND_VAR
+ kwineffects_FOUND
+ REQUIRED_VARS
+ kwineffects_LIBRARIES
+ HANDLE_COMPONENTS
+)
diff --git a/KWin/kwin_reflect/cmake/Modules/PkgConfigGetVar.cmake b/KWin/kwin_reflect/cmake/Modules/PkgConfigGetVar.cmake
new file mode 100755
index 0000000..a61211c
--- /dev/null
+++ b/KWin/kwin_reflect/cmake/Modules/PkgConfigGetVar.cmake
@@ -0,0 +1,20 @@
+include (UsePkgConfig)
+
+macro (pkgconfig_getvar _package _var _output_variable)
+ SET (${_output_variable})
+
+ if (PKGCONFIG_EXECUTABLE)
+ exec_program (${PKGCONFIG_EXECUTABLE}
+ ARGS ${_package} --exists
+ RETURN_VALUE _return_VALUE
+ OUTPUT_VARIABLE _pkgconfigDevNull
+ )
+
+ if (NOT _return_VALUE)
+ exec_program (${PKGCONFIG_EXECUTABLE}
+ ARGS ${_package} --variable ${_var}
+ OUTPUT_VARIABLE ${_output_variable}
+ )
+ endif ()
+ endif ()
+endmacro ()
diff --git a/KWin/kwin_reflect/doc/demo.png b/KWin/kwin_reflect/doc/demo.png
new file mode 100755
index 0000000..1c16761
Binary files /dev/null and b/KWin/kwin_reflect/doc/demo.png differ
diff --git a/KWin/kwin_reflect/doc/settings.png b/KWin/kwin_reflect/doc/settings.png
new file mode 100755
index 0000000..4c3cbf9
Binary files /dev/null and b/KWin/kwin_reflect/doc/settings.png differ
diff --git a/KWin/kwin_reflect/install b/KWin/kwin_reflect/install
new file mode 100755
index 0000000..7a5c454
--- /dev/null
+++ b/KWin/kwin_reflect/install
@@ -0,0 +1,12 @@
+#!/bin/sh
+
+ORIGINAL_DIR=$(pwd)
+
+rm -rf build
+mkdir build
+cd build
+cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
+make
+#sudo make install
+
+cd $ORIGINAL_DIR
diff --git a/KWin/kwin_reflect/install.sh b/KWin/kwin_reflect/install.sh
new file mode 100755
index 0000000..81807b7
--- /dev/null
+++ b/KWin/kwin_reflect/install.sh
@@ -0,0 +1,12 @@
+#!/bin/sh
+
+ORIGINAL_DIR=$(pwd)
+
+rm -rf build
+mkdir build
+cd build
+cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
+make
+sudo make install
+
+cd $ORIGINAL_DIR
diff --git a/KWin/kwin_reflect/src/CMakeLists.txt b/KWin/kwin_reflect/src/CMakeLists.txt
new file mode 100755
index 0000000..79acef0
--- /dev/null
+++ b/KWin/kwin_reflect/src/CMakeLists.txt
@@ -0,0 +1,36 @@
+add_subdirectory(kcm)
+
+set(effect_SRCS
+ blur.cpp
+ blurshader.cpp
+ main.cpp
+ blur.qrc
+)
+
+kconfig_add_kcfg_files(effect_SRCS
+ blurconfig.kcfgc
+)
+
+add_library(kwin4_effect_reflect SHARED ${effect_SRCS})
+
+target_link_libraries(kwin4_effect_reflect
+ KDecoration2::KDecoration
+ Qt5::Core
+ Qt5::Gui
+ KF5::ConfigCore
+ KF5::ConfigGui
+ KF5::CoreAddons
+ KF5::WindowSystem
+ kwineffects::kwineffects
+ kwineffects::kwinglutils
+ epoxy::epoxy
+)
+
+install(
+ TARGETS
+ kwin4_effect_reflect
+
+ DESTINATION
+ ${PLUGIN_INSTALL_DIR}/kwin/effects/plugins/
+)
+
diff --git a/KWin/kwin_reflect/src/blur.cpp b/KWin/kwin_reflect/src/blur.cpp
new file mode 100644
index 0000000..33987ad
--- /dev/null
+++ b/KWin/kwin_reflect/src/blur.cpp
@@ -0,0 +1,661 @@
+/*
+ SPDX-FileCopyrightText: 2010 Fredrik Höglund
+ SPDX-FileCopyrightText: 2011 Philipp Knechtges
+ SPDX-FileCopyrightText: 2018 Alex Nemeth
+
+ SPDX-License-Identifier: GPL-2.0-or-later
+*/
+
+#include "blur.h"
+#include "blurshader.h"
+// KConfigSkeleton
+#include "blurconfig.h"
+
+
+#include
+#include
+#include
+#include
+#include
+#include
+#include // for ceil()
+#include
+#include
+#include
+#include
+#include
+#include
+
+#include
+#include
+
+#include
+
+namespace KWin
+{
+
+static const QByteArray s_blurAtomName = QByteArrayLiteral("_KDE_NET_WM_BLUR_BEHIND_REGION");
+
+BlurEffect::BlurEffect() : m_sharedMemory("kwinreflect")
+{
+ initConfig();
+ m_shader = new BlurShader(this);
+
+ m_reflectionTexture = nullptr;
+ reconfigure(ReconfigureAll);
+
+ // ### Hackish way to announce support.
+ // Should be included in _NET_SUPPORTED instead.
+ if (m_shader && m_shader->isValid()) {
+ if (effects->xcbConnection()) {
+ net_wm_blur_region = effects->announceSupportProperty(s_blurAtomName, this);
+ }
+ }
+
+ connect(effects, &EffectsHandler::windowAdded, this, &BlurEffect::slotWindowAdded);
+ connect(effects, &EffectsHandler::windowDeleted, this, &BlurEffect::slotWindowDeleted);
+ connect(effects, &EffectsHandler::windowDecorationChanged, this, &BlurEffect::setupDecorationConnections);
+ connect(effects, &EffectsHandler::propertyNotify, this, &BlurEffect::slotPropertyNotify);
+ connect(effects, &EffectsHandler::virtualScreenGeometryChanged, this, &BlurEffect::slotScreenGeometryChanged);
+ connect(effects, &EffectsHandler::xcbConnectionChanged, this, [this]() {
+ if (m_shader && m_shader->isValid()) {
+ net_wm_blur_region = effects->announceSupportProperty(s_blurAtomName, this);
+ }
+ });
+
+ // Fetch the blur regions for all windows
+ const auto stackingOrder = effects->stackingOrder();
+ for (EffectWindow *window : stackingOrder) {
+ slotWindowAdded(window);
+ }
+
+}
+void BlurEffect::updateTexture()
+{
+ if(m_texturePath == "" || !QFile::exists(m_texturePath))
+ {
+ m_texturePath = QStringLiteral(":/effects/blur/reflection.png");
+ }
+ if(m_reflectionTexture != nullptr)
+ {
+ delete m_reflectionTexture;
+ }
+ m_reflectionTexture = new GLTexture(m_texturePath);
+ m_reflectionTexture->setFilter(GL_LINEAR);
+ m_reflectionTexture->setWrapMode(GL_REPEAT);
+
+ if(m_reflectionTexture != nullptr)
+ {
+ printf("Texture successfully loaded.\n");
+ }
+}
+bool BlurEffect::isWindowValid(KWin::EffectWindow *w)
+{
+ QString windowclass = w->windowClass().split(' ')[0];
+ return !(w->isDesktop() || w->isToolbar() || w->isMenu() ||
+ w->isSplash() || w->isDropdownMenu() || w->isPopupMenu() ||
+ w->isTooltip() || w->isNotification() || w->isCriticalNotification() ||
+ w->isOnScreenDisplay() || w->isComboBox() || w->isDNDIcon() || w->isHidden() || /*(w->isDialog() && !w->isAppletPopup()) ||*/
+ w->isMinimized() || m_excludedWindows.contains(windowclass) /*|| (w->isSpecialWindow() && !w->isDock())*/);
+}
+bool BlurEffect::shouldColorize(KWin::EffectWindow *w)
+{
+ QString windowclass = w->windowClass().split(' ')[0];
+ return !(w->isDesktop() || w->isSplash() || /*w->isHidden() || w->isMinimized() ||*/ m_excludedWindowsColorization.contains(windowclass));
+}
+BlurEffect::~BlurEffect()
+{
+ if(m_reflectionTexture) delete m_reflectionTexture;
+}
+
+void BlurEffect::slotScreenGeometryChanged()
+{
+ effects->makeOpenGLContextCurrent();
+
+ // Fetch the blur regions for all windows
+ const auto stackingOrder = effects->stackingOrder();
+ for (EffectWindow *window : stackingOrder) {
+ updateBlurRegion(window);
+ }
+ effects->doneOpenGLContextCurrent();
+}
+
+bool BlurEffect::readMemory(bool* skipFunc)
+{
+
+ if(!m_sharedMemory.attach())
+ {
+ printf("Couldn't access shared memory! %s %d\n", m_sharedMemory.nativeKey().toStdString().c_str(), m_sharedMemory.error());
+ if(m_sharedMemory.error())
+ return false;
+ }
+ QBuffer buffer;
+ QDataStream in(&buffer);
+ QPair> result;
+ //QString result;
+
+ m_sharedMemory.lock();
+ buffer.setData((char*)m_sharedMemory.constData(), m_sharedMemory.size());
+ buffer.open(QBuffer::ReadOnly);
+ in >> result;
+ m_sharedMemory.unlock();
+ m_sharedMemory.detach();
+
+ m_accentColor = result.first;
+ m_transparencyEnabled = result.second.first;
+ *skipFunc = result.second.second;
+
+ m_accentColorInactive = m_accentColor;
+ int saturation = m_accentColorInactive.hslSaturation() / 2;
+ m_accentColorInactive.setHsl(m_accentColorInactive.hslHue(), saturation, m_accentColorInactive.lightness());
+ return true;
+}
+void BlurEffect::reconfigure(ReconfigureFlags flags)
+{
+ bool skip = false;
+ bool readColor = readMemory(&skip) && m_firstTimeReconfigure;
+ if(skip && m_firstTimeReconfigure)
+ return;
+ BlurConfig::self()->read();
+
+ if(!readColor)
+ {
+ m_accentColor = BlurConfig::accentColor();
+ m_accentColorInactive = m_accentColor;
+ int saturation = m_accentColorInactive.hslSaturation() / 2;
+ m_accentColorInactive.setHsl(m_accentColorInactive.hslHue(), saturation, m_accentColorInactive.lightness());
+ m_transparencyEnabled = BlurConfig::enableTransparency();
+ }
+
+ int blurStrength = BlurConfig::blurStrength() - 1;
+ m_offset = blurStrengthValues[blurStrength].offset;
+ m_expandSize = blurOffsets[m_downSampleIterations - 1].expandSize;
+
+ m_scalingFactor = std::max(1.0, QGuiApplication::primaryScreen()->logicalDotsPerInch() / 96.0);
+ m_translateTexture = BlurConfig::translateTexture();
+ m_enableColorization = BlurConfig::enableColorization();
+
+ m_texturePath = BlurConfig::textureLocation();
+ updateTexture();
+
+ m_excludedWindows = BlurConfig::excludedWindows().split(';');
+ m_excludedWindowsColorization = BlurConfig::excludedColorization().split(';');
+
+ m_firstTimeReconfigure = true;
+ // Update all windows for the blur to take effect
+ effects->addRepaintFull();
+}
+
+void BlurEffect::updateBlurRegion(EffectWindow *w)
+{
+ QRegion region;
+ bool valid = false;
+
+ if (net_wm_blur_region != XCB_ATOM_NONE) {
+ const QByteArray value = w->readProperty(net_wm_blur_region, XCB_ATOM_CARDINAL, 32);
+ if (value.size() > 0 && !(value.size() % (4 * sizeof(uint32_t)))) {
+ const uint32_t *cardinals = reinterpret_cast(value.constData());
+ for (unsigned int i = 0; i < value.size() / sizeof(uint32_t);) {
+ int x = cardinals[i++];
+ int y = cardinals[i++];
+ int w = cardinals[i++];
+ int h = cardinals[i++];
+ region += QRect(x,y,w,h);//fromXNative(QRect(x, y, w, h)).toRect();
+ }
+ }
+ valid = !value.isNull();
+ }
+
+ if (auto internal = w->internalWindow()) {
+ const auto property = internal->property("kwin_blur");
+ if (property.isValid()) {
+ region = property.value();
+ valid = true;
+ }
+ }
+
+ if (valid) {
+ blurRegions[w] = region;
+ } else {
+ blurRegions.remove(w);
+ }
+}
+
+void BlurEffect::slotWindowAdded(EffectWindow *w)
+{
+ if (auto internal = w->internalWindow()) {
+ internal->installEventFilter(this);
+ }
+
+ setupDecorationConnections(w);
+ updateBlurRegion(w);
+}
+
+void BlurEffect::slotWindowDeleted(EffectWindow *w)
+{
+ blurRegions.remove(w);
+ auto it = windowBlurChangedConnections.find(w);
+ if (it == windowBlurChangedConnections.end()) {
+ return;
+ }
+ disconnect(*it);
+ windowBlurChangedConnections.erase(it);
+}
+
+void BlurEffect::slotPropertyNotify(EffectWindow *w, long atom)
+{
+ if (w && atom == net_wm_blur_region && net_wm_blur_region != XCB_ATOM_NONE) {
+ updateBlurRegion(w);
+ }
+}
+
+void BlurEffect::setupDecorationConnections(EffectWindow *w)
+{
+ if (!w->decoration()) {
+ return;
+ }
+
+ connect(w->decoration(), &KDecoration2::Decoration::blurRegionChanged, this, [this, w]() {
+ updateBlurRegion(w);
+ });
+}
+
+bool BlurEffect::eventFilter(QObject *watched, QEvent *event)
+{
+ auto internal = qobject_cast(watched);
+ if (internal && event->type() == QEvent::DynamicPropertyChange) {
+ QDynamicPropertyChangeEvent *pe = static_cast(event);
+ if (pe->propertyName() == "kwin_blur") {
+ if (auto w = effects->findWindow(internal)) {
+ updateBlurRegion(w);
+ }
+ }
+ }
+ return false;
+}
+
+bool BlurEffect::enabledByDefault()
+{
+ GLPlatform *gl = GLPlatform::instance();
+
+ if (gl->isIntel() && gl->chipClass() < SandyBridge) {
+ return false;
+ }
+ if (gl->isPanfrost() && gl->chipClass() <= MaliT8XX) {
+ return false;
+ }
+ // The blur effect works, but is painfully slow (FPS < 5) on Mali and VideoCore
+ if (gl->isLima() || gl->isVideoCore4() || gl->isVideoCore3D()) {
+ return false;
+ }
+ if (gl->isSoftwareEmulation()) {
+ return false;
+ }
+
+ return true;
+}
+
+bool BlurEffect::supported()
+{
+ bool supported = effects->isOpenGLCompositing() && GLFramebuffer::supported() && GLFramebuffer::blitSupported();
+
+ if (supported) {
+ int maxTexSize;
+ glGetIntegerv(GL_MAX_TEXTURE_SIZE, &maxTexSize);
+
+ const QSize screenSize = effects->virtualScreenSize();
+ if (screenSize.width() > maxTexSize || screenSize.height() > maxTexSize) {
+ supported = false;
+ }
+ }
+ return supported;
+}
+
+bool BlurEffect::decorationSupportsBlurBehind(const EffectWindow *w) const
+{
+ return w->decoration() && !w->decoration()->blurRegion().isNull();
+}
+
+QRegion BlurEffect::decorationBlurRegion(const EffectWindow *w) const
+{
+ if (!decorationSupportsBlurBehind(w)) {
+ return QRegion();
+ }
+
+ QRegion decorationRegion = QRegion(w->decoration()->rect()) - w->decorationInnerRect().toRect();
+ //! we return only blurred regions that belong to decoration region
+ return decorationRegion.intersected(w->decoration()->blurRegion());
+}
+
+QRect BlurEffect::expand(const QRect &rect) const
+{
+ return rect.adjusted(-m_expandSize, -m_expandSize, m_expandSize, m_expandSize);
+}
+
+QRegion BlurEffect::expand(const QRegion ®ion) const
+{
+ QRegion expanded;
+
+ for (const QRect &rect : region) {
+ expanded += expand(rect);
+ }
+
+ return expanded;
+}
+
+QRegion BlurEffect::blurRegion(const EffectWindow *w, bool internal) const
+{
+ QRegion region;
+
+ if (auto it = blurRegions.find(w); it != blurRegions.end() && internal) {
+ const QRegion &appRegion = *it;
+ if (!appRegion.isEmpty()) {
+ QRegion temp = appRegion.translated(w->contentsRect().topLeft().toPoint());
+ if (w->decorationHasAlpha() && decorationSupportsBlurBehind(w)) {
+ region = decorationBlurRegion(w);
+ }
+ region |= temp & w->decorationInnerRect().toRect();
+ } else {
+ // An empty region means that the blur effect should be enabled
+ // for the whole window.
+
+ region = w->rect().toRect();
+ if (w->decorationHasAlpha() && decorationSupportsBlurBehind(w)) {
+ region &= w->decorationInnerRect().toRect();
+ }
+
+ }
+ }
+ if (w->decorationHasAlpha() && decorationSupportsBlurBehind(w)) {
+ // If the client hasn't specified a blur region, we'll only enable
+ // the effect behind the decoration.
+ region |= decorationBlurRegion(w);
+ }
+
+ return region;
+}
+
+void BlurEffect::uploadRegion(QVector2D *&map, const QRegion ®ion, const int downSampleIterations)
+{
+ Q_ASSERT(map);
+ for (int i = 0; i <= downSampleIterations; i++) {
+ const int divisionRatio = (1 << i);
+
+ for (const QRect &r : region) {
+ const QVector2D topLeft(r.x() / divisionRatio, r.y() / divisionRatio);
+ const QVector2D topRight((r.x() + r.width()) / divisionRatio, r.y() / divisionRatio);
+ const QVector2D bottomLeft(r.x() / divisionRatio, (r.y() + r.height()) / divisionRatio);
+ const QVector2D bottomRight((r.x() + r.width()) / divisionRatio, (r.y() + r.height()) / divisionRatio);
+
+ // First triangle
+ *(map++) = topRight;
+ *(map++) = topLeft;
+ *(map++) = bottomLeft;
+
+ // Second triangle
+ *(map++) = bottomLeft;
+ *(map++) = bottomRight;
+ *(map++) = topRight;
+ }
+ }
+}
+
+bool BlurEffect::uploadGeometry(GLVertexBuffer *vbo, const QRegion &blurRegion, const QRegion &windowRegion)
+{
+ const int vertexCount = ((blurRegion.rectCount() * (m_downSampleIterations + 1)) + windowRegion.rectCount()) * 6;
+ if (!vertexCount) {
+ return false;
+ }
+
+ QVector2D *map = (QVector2D *)vbo->map(vertexCount * sizeof(QVector2D));
+ if (!map) {
+ return false;
+ }
+
+ uploadRegion(map, blurRegion, m_downSampleIterations);
+ uploadRegion(map, windowRegion, 0);
+
+ vbo->unmap();
+
+ const GLVertexAttrib layout[] = {
+ {VA_Position, 2, GL_FLOAT, 0},
+ {VA_TexCoord, 2, GL_FLOAT, 0}};
+
+ vbo->setAttribLayout(layout, 2, sizeof(QVector2D));
+ return true;
+}
+
+void BlurEffect::prePaintScreen(ScreenPrePaintData &data, std::chrono::milliseconds presentTime)
+{
+ m_paintedArea = QRegion();
+ m_currentBlur = QRegion();
+
+ effects->prePaintScreen(data, presentTime);
+}
+
+void BlurEffect::prePaintWindow(EffectWindow *w, WindowPrePaintData &data, std::chrono::milliseconds presentTime)
+{
+ // this effect relies on prePaintWindow being called in the bottom to top order
+
+ effects->prePaintWindow(w, data, presentTime);
+
+ if (!m_shader || !m_shader->isValid()) {
+ return;
+ }
+
+ const QRegion oldOpaque = data.opaque;
+ if (data.opaque.intersects(m_currentBlur)) {
+ // to blur an area partially we have to shrink the opaque area of a window
+ QRegion newOpaque;
+ for (const QRect &rect : data.opaque) {
+ newOpaque |= rect.adjusted(m_expandSize, m_expandSize, -m_expandSize, -m_expandSize);
+ }
+ data.opaque = newOpaque;
+
+ // we don't have to blur a region we don't see
+ m_currentBlur -= newOpaque;
+ }
+
+ // if we have to paint a non-opaque part of this window that intersects with the
+ // currently blurred region we have to redraw the whole region
+ if ((data.paint - oldOpaque).intersects(m_currentBlur)) {
+ data.paint |= m_currentBlur;
+ }
+
+ // in case this window has regions to be blurred
+ const QRect screen = effects->virtualScreenGeometry();
+ const QRegion blurArea = blurRegion(w).translated(w->pos().toPoint()) & screen;
+ const QRegion expandedBlur = (w->isDock() ? blurArea : expand(blurArea)) & screen;
+
+ // if this window or a window underneath the blurred area is painted again we have to
+ // blur everything
+ if (m_paintedArea.intersects(expandedBlur) || data.paint.intersects(blurArea)) {
+ data.paint |= expandedBlur;
+ // we have to check again whether we do not damage a blurred area
+ // of a window
+ if (expandedBlur.intersects(m_currentBlur)) {
+ data.paint |= m_currentBlur;
+ }
+ }
+
+ m_currentBlur |= expandedBlur;
+
+ m_paintedArea -= data.opaque;
+ m_paintedArea |= data.paint;
+}
+
+bool BlurEffect::shouldBlur(const EffectWindow *w, int mask, const WindowPaintData &data) const
+{
+ if(m_reflectionTexture == nullptr) return false;
+ if (!m_shader || !m_shader->isValid()) {
+ return false;
+ }
+
+ if (effects->activeFullScreenEffect() && !w->data(WindowForceBlurRole).toBool()) {
+ return false;
+ }
+
+ if (w->isDesktop()) {
+ return false;
+ }
+
+ bool scaled = !qFuzzyCompare(data.xScale(), 1.0) && !qFuzzyCompare(data.yScale(), 1.0);
+ bool translated = data.xTranslation() || data.yTranslation();
+
+ if ((scaled || (translated || (mask & PAINT_WINDOW_TRANSFORMED))) && !w->data(WindowForceBlurRole).toBool()) {
+ return false;
+ }
+
+ return true;
+}
+
+void BlurEffect::drawWindow(EffectWindow *w, int mask, const QRegion ®ion, WindowPaintData &data)
+{
+ /*if(!isWindowValid(w)) {
+
+ effects->drawWindow(w, mask, region, data);
+ return;
+ }*/
+ if(shouldBlur(w, mask, data)) {
+ const QRect screen = effects->renderTargetRect();
+ QRegion shape = blurRegion(w, isWindowValid(w)).translated(w->pos().toPoint());
+ QRegion colorizationShape = blurRegion(w, shouldColorize(w)).translated(w->pos().toPoint());
+ auto handleShape = [&](QRegion shape) {
+ // let's do the evil parts - someone wants to blur behind a transformed window
+ const bool translated = data.xTranslation() || data.yTranslation();
+ const bool scaled = data.xScale() != 1 || data.yScale() != 1;
+ if (scaled) {
+ QPoint pt = shape.boundingRect().topLeft();
+ QRegion scaledShape;
+ for (QRect r : shape) {
+ r.moveTo(pt.x() + (r.x() - pt.x()) * data.xScale() + data.xTranslation(),
+ pt.y() + (r.y() - pt.y()) * data.yScale() + data.yTranslation());
+ r.setWidth(std::ceil(r.width() * data.xScale()));
+ r.setHeight(std::ceil(r.height() * data.yScale()));
+ scaledShape |= r;
+ }
+ shape = scaledShape;
+
+ // Only translated, not scaled
+ } else if (translated) {
+ shape = shape.translated(data.xTranslation(), data.yTranslation());
+ }
+
+ shape &= region;
+ return shape;
+ };
+ shape = handleShape(shape);
+ colorizationShape = handleShape(colorizationShape);
+ EffectWindow *modal = w->transientFor();
+ const bool transientForIsDock = (modal ? modal->isDock() : false);
+
+
+ // Note that we render blurring in logical coordinates since the
+ // textures used are of all screens. This means we need to ensure all
+ // rendering takes care of that, starting with the projection matrix
+ // here that we reset to a simple unscaled orthographic projection.
+ QMatrix4x4 projectionMatrix;
+ projectionMatrix.ortho(screen);
+
+ if(!colorizationShape.isEmpty() && m_enableColorization) {
+ doBlur(colorizationShape, screen, data.opacity(), projectionMatrix, w->isDock() || transientForIsDock, w->frameGeometry().toRect(), w->isFullScreen() || !w->isNormalWindow() || w == effects->activeWindow(), false);
+ }
+ if (!shape.isEmpty()) {
+ doBlur(shape, screen, data.opacity(), projectionMatrix, w->isDock() || transientForIsDock, w->frameGeometry().toRect());
+ }
+ }
+ // Draw the window over the blurred area
+ effects->drawWindow(w, mask, region, data);
+}
+
+void BlurEffect::doBlur(const QRegion &shape, const QRect &screen, const float opacity, const QMatrix4x4 &screenProjection, bool isDock, QRect windowRect, bool active, bool reflect)
+{
+ // Blur would not render correctly on a secondary monitor because of wrong coordinates
+ // BUG: 393723
+
+ const int xTranslate = -screen.x();
+ const int yTranslate = effects->virtualScreenSize().height() - screen.height() - screen.y();
+
+ const QRegion expandedBlurRegion = expand(shape) & expand(screen);
+
+ // Upload geometry for the down and upsample iterations
+ GLVertexBuffer *vbo = GLVertexBuffer::streamingBuffer();
+ vbo->reset();
+
+ if (!uploadGeometry(vbo, expandedBlurRegion.translated(xTranslate, yTranslate), shape)) {
+ return;
+ }
+ vbo->bindArrays();
+
+ const QRect logicalSourceRect = (expandedBlurRegion.boundingRect() & screen).translated(xTranslate, -screen.y());
+ const QRect deviceSourceRect = scaledRect(logicalSourceRect, effects->renderTargetScale()).toRect();
+ const QRect destRect = logicalSourceRect.translated(0, yTranslate + screen.y());
+ int blurRectCount = expandedBlurRegion.rectCount() * 6;
+
+ glEnable(GL_BLEND);
+ if(reflect)
+ {
+ if(opacity < 1.0) {
+ glBlendFunc(GL_CONSTANT_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
+ } else {
+ glBlendFunc(GL_ONE, GL_ONE_MINUS_SRC_ALPHA);
+ }
+ renderReflection(vbo, blurRectCount * (m_downSampleIterations + 1), shape.rectCount() * 6, screenProjection, windowRect.topLeft(), windowRect.size(), opacity);
+ }
+ else
+ {
+ glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
+ renderColorization(vbo, blurRectCount * (m_downSampleIterations + 1), shape.rectCount() * 6, screenProjection, opacity, active);
+
+ }
+ glDisable(GL_BLEND);
+
+ vbo->unbindArrays();
+}
+
+void BlurEffect::renderColorization(GLVertexBuffer *vbo, int vboStart, int blurRectCount, const QMatrix4x4 &screenProjection, float opacity, bool active)
+{
+ m_shader->bind(true);
+
+ if(active || m_transparencyEnabled)
+ m_shader->setColor(m_accentColor);
+ else
+ m_shader->setColor(m_accentColorInactive);
+
+ if(!active && m_transparencyEnabled)
+ m_shader->setOpacity(opacity * 0.5f, true);
+ else
+ m_shader->setOpacity(opacity, true);
+
+ m_shader->setModelViewProjectionMatrix(screenProjection, true);
+ vbo->draw(GL_TRIANGLES, vboStart, blurRectCount);
+ m_shader->unbind();
+}
+
+void BlurEffect::renderReflection(GLVertexBuffer *vbo, int vboStart, int blurRectCount, const QMatrix4x4 &screenProjection, QPoint windowPosition, QSize windowSize, float opacity)
+{
+ m_shader->bind();
+ m_shader->setScreenResolution(KWin::effects->virtualScreenSize()); //Screen resolution
+ m_shader->setWindowPosition(windowPosition); //Window position
+ m_shader->setWindowSize(windowSize); //Window size
+ m_shader->setTranslateTexture(m_translateTexture);
+ m_reflectionTexture->bind();
+
+ m_shader->setOpacity(opacity); //Window opacity
+ m_shader->setModelViewProjectionMatrix(screenProjection);
+
+ vbo->draw(GL_TRIANGLES, vboStart, blurRectCount);
+ m_shader->unbind();
+}
+
+bool BlurEffect::isActive() const
+{
+ return !effects->isScreenLocked();
+}
+
+bool BlurEffect::blocksDirectScanout() const
+{
+ return false;
+}
+
+} // namespace KWin
diff --git a/KWin/kwin_reflect/src/blur.h b/KWin/kwin_reflect/src/blur.h
new file mode 100644
index 0000000..2601a09
--- /dev/null
+++ b/KWin/kwin_reflect/src/blur.h
@@ -0,0 +1,139 @@
+/*
+ SPDX-FileCopyrightText: 2010 Fredrik Höglund
+ SPDX-FileCopyrightText: 2018 Alex Nemeth
+
+ SPDX-License-Identifier: GPL-2.0-or-later
+*/
+
+#pragma once
+
+#include
+#include
+#include
+
+#include
+#include
+#include
+#include
+#include
+#include
+#include
+#include
+
+namespace KWin
+{
+
+static const int borderSize = 5;
+
+class BlurShader;
+
+class BlurEffect : public KWin::Effect
+{
+ Q_OBJECT
+
+public:
+ BlurEffect();
+ ~BlurEffect() override;
+
+ static bool supported();
+ static bool enabledByDefault();
+
+ void reconfigure(ReconfigureFlags flags) override;
+ void prePaintScreen(ScreenPrePaintData &data, std::chrono::milliseconds presentTime) override;
+ void prePaintWindow(EffectWindow *w, WindowPrePaintData &data, std::chrono::milliseconds presentTime) override;
+ void drawWindow(EffectWindow *w, int mask, const QRegion ®ion, WindowPaintData &data) override;
+
+ bool provides(Feature feature) override;
+ bool isActive() const override;
+
+ int requestedEffectChainPosition() const override
+ {
+ return 21;
+ }
+
+ bool eventFilter(QObject *watched, QEvent *event) override;
+
+ bool blocksDirectScanout() const override;
+ bool isWindowValid(KWin::EffectWindow *w);
+ bool shouldColorize(KWin::EffectWindow *w);
+ bool readMemory(bool* skipFunc);
+public Q_SLOTS:
+ void slotWindowAdded(KWin::EffectWindow *w);
+ void slotWindowDeleted(KWin::EffectWindow *w);
+ void slotPropertyNotify(KWin::EffectWindow *w, long atom);
+ void slotScreenGeometryChanged();
+ void setupDecorationConnections(EffectWindow *w);
+
+private:
+ QRect expand(const QRect &rect) const;
+ QRegion expand(const QRegion ®ion) const;
+ QRegion blurRegion(const EffectWindow *w, bool internal = true) const;
+ QRegion decorationBlurRegion(const EffectWindow *w) const;
+ bool decorationSupportsBlurBehind(const EffectWindow *w) const;
+ bool shouldBlur(const EffectWindow *w, int mask, const WindowPaintData &data) const;
+ void updateBlurRegion(EffectWindow *w);
+ void doBlur(const QRegion &shape, const QRect &screen, const float opacity, const QMatrix4x4 &screenProjection, bool isDock, QRect windowRect, bool active = false, bool reflect = true);
+ void uploadRegion(QVector2D *&map, const QRegion ®ion, const int downSampleIterations);
+ Q_REQUIRED_RESULT bool uploadGeometry(GLVertexBuffer *vbo, const QRegion &blurRegion, const QRegion &windowRegion);
+
+ void renderReflection(GLVertexBuffer *vbo, int vboStart, int blurRectCount, const QMatrix4x4 &screenProjection, QPoint windowPosition, QSize windowSize, float opacity);
+ void renderColorization(GLVertexBuffer *vbo, int vboStart, int blurRectCount, const QMatrix4x4 &screenProjection, float opacity, bool active);
+ void updateTexture();
+private:
+ BlurShader *m_shader;
+
+ GLTexture* m_reflectionTexture;
+ QString m_defaultTexturePath = QDir::homePath() + "/.emerald/theme/reflection.png";
+ QString m_texturePath = "";
+ bool m_translateTexture = true;
+ bool m_enableColorization = true;
+ QStringList m_excludedWindows;
+ QStringList m_excludedWindowsColorization;
+
+ QColor m_accentColor;
+ QColor m_accentColorInactive;
+ QColor m_accentColorInactiveTransparent;
+ bool m_transparencyEnabled = true;
+ bool m_firstTimeReconfigure = false;
+
+ long net_wm_blur_region = 0;
+ QRegion m_paintedArea; // keeps track of all painted areas (from bottom to top)
+ QRegion m_currentBlur; // keeps track of the currently blured area of the windows(from bottom to top)
+
+ int m_downSampleIterations = 1; // number of times the texture will be downsized to half size
+ int m_offset;
+ int m_expandSize;
+ int m_scalingFactor;
+
+ struct OffsetStruct
+ {
+ float minOffset;
+ float maxOffset;
+ int expandSize;
+ };
+
+ QVector blurOffsets;
+
+ struct BlurValuesStruct
+ {
+ int iteration;
+ float offset;
+ };
+
+ QVector blurStrengthValues;
+
+ QMap windowBlurChangedConnections;
+ QMap blurRegions;
+
+ QSharedMemory m_sharedMemory;
+};
+
+inline bool BlurEffect::provides(Effect::Feature feature)
+{
+ if (feature == Blur) {
+ return true;
+ }
+ return KWin::Effect::provides(feature);
+}
+
+} // namespace KWin
diff --git a/KWin/kwin_reflect/src/blur.kcfg b/KWin/kwin_reflect/src/blur.kcfg
new file mode 100755
index 0000000..870a7fa
--- /dev/null
+++ b/KWin/kwin_reflect/src/blur.kcfg
@@ -0,0 +1,42 @@
+
+
+
+
+
+ 1
+
+
+ 0
+
+
+ true
+
+
+ true
+
+
+
+
+
+
+
+
+
+
+
+ #89e61f8c
+
+
+ #89e61f8c
+
+
+ 17
+
+
+ true
+
+
+
diff --git a/KWin/kwin_reflect/src/blur.qrc b/KWin/kwin_reflect/src/blur.qrc
new file mode 100644
index 0000000..52339e1
--- /dev/null
+++ b/KWin/kwin_reflect/src/blur.qrc
@@ -0,0 +1,11 @@
+
+
+ shaders/color.frag
+ shaders/color_core.frag
+ shaders/reflect.frag
+ shaders/reflect_core.frag
+ shaders/vertex.vert
+ shaders/vertex_core.vert
+ reflection.png
+
+
diff --git a/KWin/kwin_reflect/src/blur_config.json b/KWin/kwin_reflect/src/blur_config.json
new file mode 100644
index 0000000..ea14b45
--- /dev/null
+++ b/KWin/kwin_reflect/src/blur_config.json
@@ -0,0 +1,91 @@
+{
+ "KPlugin": {
+ "Name": "Blur - respect rounded corners",
+ "Name[af]": "Blur",
+ "Name[ar]": "غشاوة",
+ "Name[az]": "Yayğınlıq",
+ "Name[be]": "Blur",
+ "Name[bg]": "Замъгляване",
+ "Name[bn]": "ব্লার",
+ "Name[bn_IN]": "Blur (ব্লার)",
+ "Name[bs]": "Zamućenje",
+ "Name[ca@valencia]": "Difumina",
+ "Name[ca]": "Difuminat",
+ "Name[cs]": "Rozostření",
+ "Name[csb]": "Rozmazóné",
+ "Name[da]": "Slør",
+ "Name[de]": "Verwischen",
+ "Name[el]": "Θόλωμα",
+ "Name[en_GB]": "Blur",
+ "Name[eo]": "Malklarigi",
+ "Name[es]": "Desenfocar",
+ "Name[et]": "Hägu",
+ "Name[eu]": "Lausotu",
+ "Name[fa]": "محو",
+ "Name[fi]": "Sumennus",
+ "Name[fr]": "Flou - respecte les coins arrondis",
+ "Name[fy]": "Ferfagje",
+ "Name[ga]": "Blur",
+ "Name[gl]": "Desenfocar",
+ "Name[gu]": "ઝાંખું",
+ "Name[he]": "טשטוש",
+ "Name[hi]": "धुंधला करें",
+ "Name[hne]": "धुंधला करव",
+ "Name[hr]": "Mrlja",
+ "Name[hsb]": "Młowojty",
+ "Name[hu]": "Elmosódás",
+ "Name[ia]": "Obscura (Blur)",
+ "Name[id]": "Buram",
+ "Name[is]": "Móða",
+ "Name[it]": "Sfocatura",
+ "Name[ja]": "ぼかし",
+ "Name[kk]": "Бұлдыр",
+ "Name[km]": "ព្រិល",
+ "Name[kn]": "ಮಾಸಲುಗೊಳಿಸು (ಬ್ಲರ್)",
+ "Name[ko]": "흐리게",
+ "Name[ku]": "Blur",
+ "Name[lt]": "Suliejimas",
+ "Name[lv]": "Aizmiglot",
+ "Name[mai]": "धुंधला करू",
+ "Name[mk]": "Заматување",
+ "Name[ml]": "മങ്ങിയതാക്കുക",
+ "Name[mr]": "पुसट",
+ "Name[nb]": "Slør",
+ "Name[nds]": "Verwischen",
+ "Name[ne]": "धब्बा",
+ "Name[nl]": "Vervagen",
+ "Name[nn]": "Uklar",
+ "Name[pa]": "ਧੁੰਦਲਾ",
+ "Name[pl]": "Rozmycie",
+ "Name[pt]": "BlueFish",
+ "Name[pt_BR]": "Borrar",
+ "Name[ro]": "Estompare",
+ "Name[ru]": "Размытие",
+ "Name[se]": "Seagas",
+ "Name[si]": "අපැහැදිලි කිරීම",
+ "Name[sk]": "Rozmazať",
+ "Name[sl]": "Zabriši",
+ "Name[sr@ijekavian]": "Замућење",
+ "Name[sr@ijekavianlatin]": "Zamućenje",
+ "Name[sr@latin]": "Zamućenje",
+ "Name[sr]": "Замућење",
+ "Name[sv]": "Oskärpa",
+ "Name[ta]": "மங்கலாக",
+ "Name[te]": "బ్లర్",
+ "Name[th]": "ทำให้ไม่ชัดเจน",
+ "Name[tr]": "Bulanıklaştırma",
+ "Name[ug]": "گۇڭگا",
+ "Name[uk]": "Розмивання",
+ "Name[vi]": "Mờ",
+ "Name[wa]": "Flou",
+ "Name[x-test]": "xxBlurxx",
+ "Name[zh_CN]": "窗口背景虚化",
+ "Name[zh_TW]": "模糊",
+ "ServiceTypes": [
+ "KCModule"
+ ]
+ },
+ "X-KDE-ParentComponents": [
+ "kwin4_effect_blur_forked"
+ ]
+}
diff --git a/KWin/kwin_reflect/src/blurconfig.kcfgc b/KWin/kwin_reflect/src/blurconfig.kcfgc
new file mode 100755
index 0000000..4fb3fe5
--- /dev/null
+++ b/KWin/kwin_reflect/src/blurconfig.kcfgc
@@ -0,0 +1,5 @@
+File=blur.kcfg
+ClassName=BlurConfig
+NameSpace=KWin
+Singleton=true
+Mutators=true
diff --git a/KWin/kwin_reflect/src/blurshader.cpp b/KWin/kwin_reflect/src/blurshader.cpp
new file mode 100644
index 0000000..8cd53fb
--- /dev/null
+++ b/KWin/kwin_reflect/src/blurshader.cpp
@@ -0,0 +1,167 @@
+/*
+ SPDX-FileCopyrightText: 2010 Fredrik Höglund
+ SPDX-FileCopyrightText: 2018 Alex Nemeth
+
+ SPDX-License-Identifier: GPL-2.0-or-later
+*/
+
+#include "blurshader.h"
+
+#include
+
+static void ensureResources()
+{
+ Q_INIT_RESOURCE(blur);
+}
+
+namespace KWin
+{
+
+BlurShader::BlurShader(QObject *parent)
+ : QObject(parent)
+{
+ ensureResources();
+
+ m_shaderReflectsample = ShaderManager::instance()->generateShaderFromFile(
+ ShaderTrait::MapTexture,
+ QStringLiteral(":/effects/blur/shaders/vertex.vert"),
+ QStringLiteral(":/effects/blur/shaders/reflect.frag"));
+
+ m_shaderColorsample = ShaderManager::instance()->generateShaderFromFile(
+ ShaderTrait::MapTexture,
+ QStringLiteral(":/effects/blur/shaders/vertex.vert"),
+ QStringLiteral(":/effects/blur/shaders/color.frag"));
+
+ m_valid = m_shaderReflectsample->isValid() && m_shaderColorsample->isValid();
+
+ if (m_valid) {
+ m_mvpMatrixLocationReflectsample = m_shaderReflectsample->uniformLocation("modelViewProjectionMatrix");
+ m_opacityLocationReflectsample = m_shaderReflectsample->uniformLocation("opacity");
+ m_screenResolutionLocationReflectsample = m_shaderReflectsample->uniformLocation("screenResolution");
+ m_windowPosLocationReflectsample = m_shaderReflectsample->uniformLocation("windowPos");
+ m_windowSizeLocationReflectsample = m_shaderReflectsample->uniformLocation("windowSize");
+ m_translateTextureLocationReflectsample = m_shaderReflectsample->uniformLocation("translate");
+
+ m_colorLocationColorsample = m_shaderColorsample->uniformLocation("color");
+ m_mvpMatrixLocationColorsample = m_shaderColorsample->uniformLocation("modelViewProjectionMatrix");
+ m_opacityLocationColorsample = m_shaderColorsample->uniformLocation("opacity");
+
+ QMatrix4x4 modelViewProjection;
+ const QSize screenSize = effects->virtualScreenSize();
+ modelViewProjection.ortho(0, screenSize.width(), screenSize.height(), 0, 0, 65535);
+
+ // Add default values to the uniforms of the shaders
+ ShaderManager::instance()->pushShader(m_shaderReflectsample.get());
+ m_shaderReflectsample->setUniform(m_mvpMatrixLocationReflectsample, modelViewProjection);
+ m_shaderReflectsample->setUniform(m_opacityLocationReflectsample, float(1.0));
+ m_shaderReflectsample->setUniform(m_screenResolutionLocationReflectsample, QVector2D(1.0, 1.0));
+ m_shaderReflectsample->setUniform(m_windowPosLocationReflectsample, QVector2D(1.0, 1.0));
+ m_shaderReflectsample->setUniform(m_windowSizeLocationReflectsample, QVector2D(1.0, 1.0));
+ m_shaderReflectsample->setUniform(m_translateTextureLocationReflectsample, float(1.0));
+
+ ShaderManager::instance()->popShader();
+
+ ShaderManager::instance()->pushShader(m_shaderColorsample.get());
+ m_shaderColorsample->setUniform(m_mvpMatrixLocationColorsample, modelViewProjection);
+ m_shaderColorsample->setUniform(m_colorLocationColorsample, QVector4D(0,0,0,1));
+ m_shaderColorsample->setUniform(m_opacityLocationColorsample, float(1.0));
+ ShaderManager::instance()->popShader();
+ }
+}
+
+BlurShader::~BlurShader()
+{
+}
+void BlurShader::setColor(QColor col)
+{
+ if(!isValid()) return;
+ QVector4D vec(col.redF(), col.greenF(), col.blueF(), col.alphaF());
+
+ m_colorColorsample = vec;
+ m_shaderColorsample->setUniform(m_colorLocationColorsample, m_colorColorsample);
+ return;
+ if(vec == m_colorColorsample) {
+ return;
+ }
+
+}
+void BlurShader::setTranslateTexture(bool translate)
+{
+ if(!isValid()) return;
+
+ m_shaderReflectsample->setUniform(m_translateTextureLocationReflectsample, translate ? float(1.0) : float(0.0));
+}
+
+void BlurShader::setModelViewProjectionMatrix(const QMatrix4x4 &matrix, bool color)
+{
+ if (!isValid()) {
+ return;
+ }
+
+ if(color)
+ {
+ if(matrix == m_matrixColorsample)
+ {
+ return;
+ }
+ m_matrixColorsample = matrix;
+ m_shaderColorsample->setUniform(m_mvpMatrixLocationColorsample, matrix);
+ return;
+ }
+
+ if (matrix == m_matrixReflectsample) {
+ return;
+ }
+
+ m_matrixReflectsample = matrix;
+ m_shaderReflectsample->setUniform(m_mvpMatrixLocationReflectsample, matrix);
+}
+
+void BlurShader::setOpacity(float opacity, bool color)
+{
+ if (!isValid()) {
+ return;
+ }
+ if(color) m_shaderColorsample->setUniform(m_opacityLocationColorsample, opacity);
+ else m_shaderReflectsample->setUniform(m_opacityLocationReflectsample, opacity);
+}
+
+void BlurShader::setScreenResolution(const QSize &screenResolution)
+{
+ if (!isValid()) {
+ return;
+ }
+ const QVector2D screenSize(screenResolution.width(), screenResolution.height());
+ m_shaderReflectsample->setUniform(m_screenResolutionLocationReflectsample, screenSize);
+}
+
+void BlurShader::setWindowSize(const QSize &windowSize)
+{
+ const QVector2D wSize(windowSize.width(), windowSize.height());
+ m_shaderReflectsample->setUniform(m_windowSizeLocationReflectsample, wSize);
+}
+
+void BlurShader::setWindowPosition(const QPoint &pos)
+{
+ m_shaderReflectsample->setUniform(m_windowPosLocationReflectsample, QVector2D(pos.x(), pos.y()));
+}
+
+void BlurShader::bind(bool color)
+{
+ if (!isValid()) {
+ return;
+ }
+ if(color)
+ {
+ ShaderManager::instance()->pushShader(m_shaderColorsample.get());
+ }
+ else
+ ShaderManager::instance()->pushShader(m_shaderReflectsample.get());
+}
+
+void BlurShader::unbind()
+{
+ ShaderManager::instance()->popShader();
+}
+
+} // namespace KWin
diff --git a/KWin/kwin_reflect/src/blurshader.h b/KWin/kwin_reflect/src/blurshader.h
new file mode 100644
index 0000000..6797734
--- /dev/null
+++ b/KWin/kwin_reflect/src/blurshader.h
@@ -0,0 +1,68 @@
+/*
+ SPDX-FileCopyrightText: 2010 Fredrik Höglund
+ SPDX-FileCopyrightText: 2018 Alex Nemeth
+
+ SPDX-License-Identifier: GPL-2.0-or-later
+*/
+
+#pragma once
+
+#include
+
+#include
+#include
+#include
+#include
+
+namespace KWin
+{
+
+class BlurShader : public QObject
+{
+ Q_OBJECT
+
+public:
+ BlurShader(QObject *parent = nullptr);
+ ~BlurShader() override;
+
+ bool isValid() const;
+
+ void bind(bool color = false);
+ void unbind();
+
+ void setModelViewProjectionMatrix(const QMatrix4x4 &matrix, bool color = false);
+ void setOpacity(float opacity, bool color = false);
+ void setScreenResolution(const QSize &screenResolution);
+ void setWindowSize(const QSize &windowSize);
+ void setWindowPosition(const QPoint &pos);
+ void setTranslateTexture(bool translate);
+ void setColor(QColor color);
+
+private:
+ std::unique_ptr m_shaderReflectsample;
+ std::unique_ptr m_shaderColorsample;
+
+ int m_screenResolutionLocationReflectsample;
+ int m_windowPosLocationReflectsample;
+ int m_opacityLocationReflectsample;
+ int m_mvpMatrixLocationReflectsample;
+ int m_windowSizeLocationReflectsample;
+ int m_translateTextureLocationReflectsample;
+
+ int m_colorLocationColorsample;
+ int m_mvpMatrixLocationColorsample;
+ int m_opacityLocationColorsample;
+
+ QMatrix4x4 m_matrixReflectsample;
+ QMatrix4x4 m_matrixColorsample;
+ QVector4D m_colorColorsample;
+ bool m_valid = false;
+ Q_DISABLE_COPY(BlurShader);
+};
+
+inline bool BlurShader::isValid() const
+{
+ return m_valid;
+}
+
+} // namespace KWin
diff --git a/KWin/kwin_reflect/src/kcm/CMakeLists.txt b/KWin/kwin_reflect/src/kcm/CMakeLists.txt
new file mode 100755
index 0000000..6a1f368
--- /dev/null
+++ b/KWin/kwin_reflect/src/kcm/CMakeLists.txt
@@ -0,0 +1,44 @@
+set(kcm_SRCS
+ blur_config.cpp
+ mainwindow.cpp
+ flowlayout.cpp
+ colorwindow.cpp
+)
+
+kconfig_add_kcfg_files(kcm_SRCS
+ ../blurconfig.kcfgc
+)
+
+qt5_wrap_ui(kcm_SRCS blur_config.ui mainwindow.ui)
+
+qt5_add_dbus_interface(kcm_SRCS ${KWIN_EFFECTS_INTERFACE} kwineffects_interface)
+
+add_library(kwin4_effect_reflect_config MODULE ${kcm_SRCS})
+
+target_link_libraries(kwin4_effect_reflect_config
+ Qt5::Core
+ Qt5::DBus
+ Qt5::Gui
+ KF5::ConfigCore
+ KF5::ConfigGui
+ KF5::ConfigWidgets
+
+ KF5::CoreAddons
+ KF5::WindowSystem
+ KF5::WaylandClient
+ KF5::WaylandServer
+ kwineffects::kwineffects
+ kwineffects::kwinglutils
+ epoxy::epoxy
+ KDecoration2::KDecoration
+)
+
+kcoreaddons_desktop_to_json(kwin4_effect_reflect_config blur_config.desktop SERVICE_TYPES kcmodule.desktop)
+
+install(
+ TARGETS
+ kwin4_effect_reflect_config
+
+ DESTINATION
+ ${PLUGIN_INSTALL_DIR}/kwin/effects/configs
+)
diff --git a/KWin/kwin_reflect/src/kcm/blur_config.cpp b/KWin/kwin_reflect/src/kcm/blur_config.cpp
new file mode 100755
index 0000000..9d45f84
--- /dev/null
+++ b/KWin/kwin_reflect/src/kcm/blur_config.cpp
@@ -0,0 +1,141 @@
+/*
+ SPDX-FileCopyrightText: 2010 Fredrik Höglund
+
+ SPDX-License-Identifier: GPL-2.0-or-later
+*/
+
+#include "blur_config.h"
+// KConfigSkeleton
+#include "blurconfig.h"
+//#include
+
+#include
+#include
+#include
+#include
+
+
+K_PLUGIN_FACTORY_WITH_JSON(BlurEffectConfigFactory,
+ "blur_config.json",
+ registerPlugin();)
+
+namespace KWin
+{
+
+BlurEffectConfig::BlurEffectConfig(QWidget *parent, const QVariantList &args)
+ : KCModule(parent, args), m_sharedMemory("kwinreflect")
+{
+ ui.setupUi(this);
+
+ QString tooltipText = "Add window class values here, separated by semicolons.\n\nThe window class for a specific window can be found by either:\n1. Reading the value of WM_CLASS(STRING) from xprop.\n2. Opening 'Window Rules' -> 'Add New...' -> 'Detect Window Properties'\nand reading the 'Window class (application)' row.";
+ ui.kcfg_ExcludedWindows->setToolTip(tooltipText);
+ ui.kcfg_ExcludedColorization->setToolTip(tooltipText);
+
+ // These widgets are changed indirectly by the color mixer window.
+ ui.kcfg_AccentColor->setVisible(false);
+ ui.kcfg_AccentColorName->setVisible(false);
+ ui.kcfg_CustomColor->setVisible(false);
+ ui.kcfg_EnableTransparency->setVisible(false);
+
+ // Setting up the file dialog.
+ m_dialog = new QFileDialog(this);
+ m_dialog->setFileMode(QFileDialog::ExistingFile);
+ m_dialog->setNameFilter("PNG files (*.png)");
+ connect(ui.showAccentColor_label, SIGNAL(linkActivated(QString)), this, SLOT(openColorMixer(QString)));
+ connect(ui.browse_pushButton, SIGNAL(clicked()), this, SLOT(setTexturePath()));
+ connect(ui.clear_pushButton, SIGNAL(clicked()), this, SLOT(clearTexturePath()));
+
+ // Initializing the KCModule parts.
+ BlurConfig::instance("kwinrc");
+ addConfig(BlurConfig::self(), this);
+
+ // Initializing color mixer window
+ m_window = new MainWindow(ui.kcfg_AccentColorName, ui.kcfg_EnableTransparency, ui.kcfg_AccentColor, ui.kcfg_CustomColor, this);
+ m_window->setWindowModality(Qt::WindowModality::WindowModal);
+ load();
+}
+
+
+void BlurEffectConfig::openColorMixer(QString str)
+{
+ m_window->show();
+}
+
+/*
+ * Writes the following to the shared memory between this and the effect process itself:
+ * 1. Currently selected accent color
+ * 2. Transparency toggle
+ * 3. A boolean which tells the BlurEffect::reconfigure function to end before loading
+ * the rest of the configuration to prevent unnecessary loading.
+ */
+void BlurEffectConfig::writeToMemory(QColor col, bool transparency, bool skip)
+{
+ // Examples for QSharedMemory can be found on the Qt website.
+ if(m_sharedMemory.isAttached())
+ {
+ if(!m_sharedMemory.detach())
+ {
+ printf("Couldn't detach shared memory.\n");
+ }
+ }
+
+ QBuffer buffer;
+ buffer.open(QBuffer::ReadWrite);
+ QDataStream out(&buffer);
+ //QString result = "Please work this time"; // I'm gonna keep this I think it's funny
+ QPair> result;
+ result.first = col;
+ result.second = QPair(transparency, skip);
+ out << result;
+ int size = buffer.size();
+
+ if(!m_sharedMemory.create(size))
+ {
+ printf("Couldn't create or attach shared memory.\n");
+ return;
+ }
+ m_sharedMemory.lock(); // Mutex lock
+ char* destination = (char*)m_sharedMemory.data();
+ const char* source = buffer.data().data();
+ memcpy(destination, source, qMin(m_sharedMemory.size(), size));
+ m_sharedMemory.unlock();
+
+ // Calls BlurEffect::reconfigure through qdbus
+ OrgKdeKwinEffectsInterface interface(QStringLiteral("org.kde.KWin"),
+ QStringLiteral("/Effects"),
+ QDBusConnection::sessionBus());
+ interface.reconfigureEffect(QStringLiteral("reflection"));
+}
+void BlurEffectConfig::clearTexturePath()
+{
+ ui.kcfg_TextureLocation->setText("");
+}
+void BlurEffectConfig::setTexturePath()
+{
+ if(m_dialog->exec())
+ {
+ ui.kcfg_TextureLocation->setText(m_dialog->selectedFiles()[0]);
+ }
+}
+
+BlurEffectConfig::~BlurEffectConfig()
+{
+ delete m_window;
+ delete m_dialog;
+}
+
+// Saves the configuration to disk and calls the reconfigure function through qdbus.
+void BlurEffectConfig::save()
+{
+ writeToMemory(ui.kcfg_AccentColor->toPlainText(), ui.kcfg_EnableTransparency->isChecked(), false);
+ KCModule::save();
+
+ OrgKdeKwinEffectsInterface interface(QStringLiteral("org.kde.KWin"),
+ QStringLiteral("/Effects"),
+ QDBusConnection::sessionBus());
+ interface.reconfigureEffect(QStringLiteral("reflection"));
+}
+
+} // namespace KWin
+
+#include "blur_config.moc"
diff --git a/KWin/kwin_reflect/src/kcm/blur_config.desktop b/KWin/kwin_reflect/src/kcm/blur_config.desktop
new file mode 100755
index 0000000..cfc3b2c
--- /dev/null
+++ b/KWin/kwin_reflect/src/kcm/blur_config.desktop
@@ -0,0 +1,89 @@
+[Desktop Entry]
+Type=Service
+X-KDE-ServiceTypes=KCModule
+
+X-KDE-Library=kwin_blur2_config
+X-KDE-ParentComponents=kwin4_effect_blur_forked
+
+Name=Blur - respect rounded corners
+Name[af]=Blur
+Name[ar]=غشاوة
+Name[az]=Yayğınlıq
+Name[be]=Blur
+Name[bg]=Замъгляване
+Name[bn]=ব্লার
+Name[bn_IN]=Blur (ব্লার)
+Name[bs]=Zamućenje
+Name[ca]=Difuminat
+Name[ca@valencia]=Difumina
+Name[cs]=Rozostření
+Name[csb]=Rozmazóné
+Name[da]=Slør
+Name[de]=Verwischen
+Name[el]=Θόλωμα
+Name[en_GB]=Blur
+Name[eo]=Malklarigi
+Name[es]=Desenfocar
+Name[et]=Hägu
+Name[eu]=Lausotu
+Name[fa]=محو
+Name[fi]=Sumennus
+Name[fr]=Flou - respecte les coins arrondis
+Name[fy]=Ferfagje
+Name[ga]=Blur
+Name[gl]=Desenfocar
+Name[gu]=ઝાંખું
+Name[he]=טשטוש
+Name[hi]=धुंधला करें
+Name[hne]=धुंधला करव
+Name[hr]=Mrlja
+Name[hsb]=Młowojty
+Name[hu]=Elmosódás
+Name[ia]=Obscura (Blur)
+Name[id]=Buram
+Name[is]=Móða
+Name[it]=Sfocatura
+Name[ja]=ぼかし
+Name[kk]=Бұлдыр
+Name[km]=ព្រិល
+Name[kn]=ಮಾಸಲುಗೊಳಿಸು (ಬ್ಲರ್)
+Name[ko]=흐리게
+Name[ku]=Blur
+Name[lt]=Suliejimas
+Name[lv]=Aizmiglot
+Name[mai]=धुंधला करू
+Name[mk]=Заматување
+Name[ml]=മങ്ങിയതാക്കുക
+Name[mr]=पुसट
+Name[nb]=Slør
+Name[nds]=Verwischen
+Name[ne]=धब्बा
+Name[nl]=Vervagen
+Name[nn]=Uklar
+Name[pa]=ਧੁੰਦਲਾ
+Name[pl]=Rozmycie
+Name[pt]=BlueFish
+Name[pt_BR]=Borrar
+Name[ro]=Estompare
+Name[ru]=Размытие
+Name[se]=Seagas
+Name[si]=අපැහැදිලි කිරීම
+Name[sk]=Rozmazať
+Name[sl]=Zabriši
+Name[sr]=Замућење
+Name[sr@ijekavian]=Замућење
+Name[sr@ijekavianlatin]=Zamućenje
+Name[sr@latin]=Zamućenje
+Name[sv]=Oskärpa
+Name[ta]=மங்கலாக
+Name[te]=బ్లర్
+Name[th]=ทำให้ไม่ชัดเจน
+Name[tr]=Bulanıklaştırma
+Name[ug]=گۇڭگا
+Name[uk]=Розмивання
+Name[vi]=Mờ
+Name[wa]=Flou
+Name[x-test]=xxBlurxx
+Name[zh_CN]=窗口背景虚化
+Name[zh_TW]=模糊
+
diff --git a/KWin/kwin_reflect/src/kcm/blur_config.h b/KWin/kwin_reflect/src/kcm/blur_config.h
new file mode 100755
index 0000000..08d2882
--- /dev/null
+++ b/KWin/kwin_reflect/src/kcm/blur_config.h
@@ -0,0 +1,48 @@
+/*
+ SPDX-FileCopyrightText: 2010 Fredrik Höglund
+
+ SPDX-License-Identifier: GPL-2.0-or-later
+*/
+
+#ifndef BLUR_CONFIG_H
+#define BLUR_CONFIG_H
+
+#include
+#include
+#include "ui_blur_config.h"
+#include
+#include
+#include
+#include
+#include
+
+#include "mainwindow.h"
+
+namespace KWin
+{
+
+class BlurEffectConfig : public KCModule
+{
+ Q_OBJECT
+
+public:
+ explicit BlurEffectConfig(QWidget *parent = nullptr, const QVariantList& args = QVariantList());
+ ~BlurEffectConfig() override;
+
+ void save() override;
+ void writeToMemory(QColor col, bool transparency, bool skip);
+public slots:
+ void setTexturePath();
+ void clearTexturePath();
+ void openColorMixer(QString str);
+private:
+ ::Ui::BlurEffectConfig ui;
+ QFileDialog* m_dialog;
+ QSharedMemory m_sharedMemory;
+ MainWindow *m_window;
+};
+
+} // namespace KWin
+
+#endif
+
diff --git a/KWin/kwin_reflect/src/kcm/blur_config.ui b/KWin/kwin_reflect/src/kcm/blur_config.ui
new file mode 100755
index 0000000..754f6d6
--- /dev/null
+++ b/KWin/kwin_reflect/src/kcm/blur_config.ui
@@ -0,0 +1,275 @@
+
+
+ BlurEffectConfig
+
+
+
+ 0
+ 0
+ 456
+ 450
+
+
+
+
+ 0
+ 0
+
+
+
+
+ 444
+ 450
+
+
+
+
+ 444
+ 450
+
+
+
+
+
+
+ General:
+
+
+
+
+
+
+
+
+ Dynamically move the texture horizontally
+
+
+ true
+
+
+
+
+
+
+ Enable colorization
+
+
+ true
+
+
+
+
+
+
+ PointingHandCursor
+
+
+ true
+
+
+ <a href="no">Change accent color</a>
+
+
+ Qt::RichText
+
+
+
+
+
+
+
+ 0
+ 0
+
+
+
+
+
+
+
+
+ 0
+ 0
+
+
+
+
+
+
+
+
+ 0
+ 0
+
+
+
+
+
+
+
+
+ 0
+ 0
+
+
+
+ CheckBox
+
+
+ true
+
+
+
+
+
+
+
+
+ Reflection texture:
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+
+ Browse...
+
+
+
+
+
+
+ ..
+
+
+
+
+
+
+ Clear
+
+
+
+
+
+
+ ..
+
+
+
+
+
+
+
+
+ Qt::Vertical
+
+
+ QSizePolicy::Fixed
+
+
+
+ 10
+ 10
+
+
+
+
+
+
+
+ Qt::Horizontal
+
+
+
+
+
+
+
+
+
+ Windows excluded from reflections:
+
+
+
+
+
+
+
+ 0
+ 0
+
+
+
+
+ 16777215
+ 100
+
+
+
+
+ 0
+ 100
+
+
+
+
+
+
+
+
+
+
+ Windows excluded from colorization:
+
+
+
+
+
+
+
+ 0
+ 0
+
+
+
+
+ 16777215
+ 100
+
+
+
+
+ 0
+ 100
+
+
+
+
+
+
+
+ Qt::Vertical
+
+
+
+ 0
+ 0
+
+
+
+
+
+
+
+
+
diff --git a/KWin/kwin_reflect/src/kcm/colorwindow.cpp b/KWin/kwin_reflect/src/kcm/colorwindow.cpp
new file mode 100755
index 0000000..7e69d18
--- /dev/null
+++ b/KWin/kwin_reflect/src/kcm/colorwindow.cpp
@@ -0,0 +1,69 @@
+#include "colorwindow.h"
+
+ColorWindow::ColorWindow(QString str, QColor col, QWidget* wnd, int i)
+{
+ name = str;
+ color = col;
+ parent = wnd;
+ mainFrame = new QFrame(wnd);
+ mainFrame->setMaximumSize(64, 64);
+ mainFrame->setMinimumSize(64, 64);
+ layout = new QGridLayout(mainFrame);
+ layout->setContentsMargins(5, 5, 5, 5);
+ childFrame = new QPushButton(mainFrame);
+ childFrame->setText("");
+ childFrame->setMaximumSize(50, 50);
+ childFrame->setMinimumSize(50, 50);
+ childFrame->setObjectName("button_" + QString::number(i));
+ setStyle();
+ layout->addWidget(childFrame);
+ mainFrame->setToolTip(this->name);
+
+}
+
+void ColorWindow::setStyle()
+{
+ QColor desatColor = color;
+ QColor brightColor = color;
+ desatColor.setRgb(255, 255, 255);
+ brightColor.setRgb(200, 200, 200);
+ mainFrame->setStyleSheet("QFrame { background-color: " + desatColor.name(QColor::HexRgb) +
+ ";border: 1px solid black; border-radius: 3px; } QFrame:hover { background-color:" +
+ QColor(brightColor.red(), brightColor.green(), brightColor.blue()).name(QColor::HexRgb) + "; }");
+ childFrame->setStyleSheet("QPushButton { background-color: " + color.name(QColor::HexArgb) + "; border: 2px solid black; border-radius: 3px; }");
+
+}
+
+void ColorWindow::setColor(QColor c)
+{
+ color = c;
+ setStyle();
+}
+
+QString ColorWindow::getName()
+{
+ return name;
+}
+
+QColor ColorWindow::getColor()
+{
+ return color;
+}
+
+QFrame* ColorWindow::getFrame()
+{
+ return mainFrame;
+}
+
+QPushButton* ColorWindow::getButton()
+{
+ return childFrame;
+}
+
+void ColorWindow::clear()
+{
+ QLayoutItem *child;
+ while((child = layout->takeAt(0)) != 0) delete child;
+ delete layout;
+ delete mainFrame;
+}
diff --git a/KWin/kwin_reflect/src/kcm/colorwindow.h b/KWin/kwin_reflect/src/kcm/colorwindow.h
new file mode 100755
index 0000000..b31d779
--- /dev/null
+++ b/KWin/kwin_reflect/src/kcm/colorwindow.h
@@ -0,0 +1,39 @@
+#ifndef COLORWINDOW_H
+#define COLORWINDOW_H
+
+#include
+#include
+#include
+#include
+#include
+#include
+#include
+#include
+
+/*
+ * This class represents the selectable colors found in the FlowLayout of the main window.
+ * They're made up of a QFrame and a QPushButton, managed by a QGridLayout. the QPushButton
+ * shows the actual color while the QFrame holding it is just there for the visuals.
+ */
+
+class ColorWindow
+{
+public:
+ explicit ColorWindow(QString, QColor, QWidget*, int);
+ void setColor(QColor);
+ QString getName();
+ QColor getColor();
+ QFrame* getFrame();
+ QPushButton* getButton();
+ void clear();
+private:
+ void setStyle();
+ QWidget* parent;
+ QString name;
+ QColor color;
+ QFrame* mainFrame;
+ QPushButton* childFrame;
+ QGridLayout* layout;
+};
+
+#endif // COLORWINDOW_H
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/flowlayout.cpp b/KWin/kwin_reflect/src/kcm/flowlayout.cpp
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/flowlayout.cpp
rename to KWin/kwin_reflect/src/kcm/flowlayout.cpp
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/flowlayout.h b/KWin/kwin_reflect/src/kcm/flowlayout.h
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/flowlayout.h
rename to KWin/kwin_reflect/src/kcm/flowlayout.h
diff --git a/KWin/kwin_reflect/src/kcm/mainwindow.cpp b/KWin/kwin_reflect/src/kcm/mainwindow.cpp
new file mode 100755
index 0000000..d6270b1
--- /dev/null
+++ b/KWin/kwin_reflect/src/kcm/mainwindow.cpp
@@ -0,0 +1,323 @@
+#include "mainwindow.h"
+#include "ui_mainwindow.h"
+
+#include
+#include
+#include
+#include
+#include
+#include
+
+#include "blur_config.h"
+
+// Clamps the value n into the interval [low, high].
+float constrain(float n, float low, float high)
+{
+ return std::max(std::min(n, high), low);
+}
+
+// Linearly maps a value from the expected interval [start1, stop1] to [start2, stop2]. Implementation taken from p5.js
+float map(float value, float start1, float stop1, float start2, float stop2, bool withinBounds = false)
+{
+ float m = start2 + (stop2 - start2) * ((value - start1) / (stop1 - start1));
+ if(!withinBounds) return m;
+ if(start2 < stop2)
+ return constrain(value, start2, stop2);
+ else
+ return constrain(value, stop2, start2);
+}
+
+// Mixes the base color (light gray) with col at a certain percentage.
+QColor mixColor(QColor col, double percentage)
+{
+ QColor base = QColor(225, 225, 225);
+ if(percentage > 1.0 || percentage < 0.0) return base;
+ double base_percentage = 1.0 - percentage;
+ unsigned int r1 = (int)((double)base.red() * base_percentage);
+ unsigned int g1 = (int)((double)base.green() * base_percentage);
+ unsigned int b1 = (int)((double)base.blue() * base_percentage);
+
+ unsigned int r2 = (int)((double)col.red() * percentage);
+ unsigned int g2 = (int)((double)col.green() * percentage);
+ unsigned int b2 = (int)((double)col.blue() * percentage);
+
+ return QColor(r1+r2, g1+g2, b1+b2);
+}
+
+MainWindow::MainWindow(QSpinBox* spinbox, QCheckBox* checkbox, QPlainTextEdit* textedit, QPlainTextEdit* customtextedit, QWidget *parent)
+ : QMainWindow(parent)
+ , ui(new Ui::MainWindow)
+{
+
+ // Predefined style for the QSlider groove and handle.
+ style = "QSlider::groove:horizontal {"
+ "background-color: GRADIENT_HERE;"
+ "height: 5px;"
+ "position: absolute;"
+ "}"
+
+ "QSlider::handle:horizontal {"
+ " height: 3px;"
+ " width: 8px;"
+ " background: #fafafa;"
+ " border: 1px solid #46aaab;"
+ " margin: -6px 1px;"
+ "}"
+
+ "QSlider::handle:horizontal:hover { "
+ " background: #dadaff;"
+ "}";
+
+ background_style = "QWidget#centralwidget { background-color: qlineargradient(spread:pad, x1:0, y1:1, x2:0.0, y2:0, stop:0 rgba(0,0,0,0) stop:0.105 rgba(0,0,0,0) stop:0.106 ! }";
+
+ ui->setupUi(this);
+ preventChanges = false;
+ cancelChanges = true;
+
+ kcfg_AccentColorName = spinbox;
+ kcfg_EnableTransparency = checkbox;
+ kcfg_AccentColor = textedit;
+ kcfg_CustomColor = customtextedit;
+
+ // Setting attributes which will allow the window to have a transparent blurred background.
+ this->setAttribute(Qt::WA_TranslucentBackground, true);
+ this->setAttribute(Qt::WA_NoSystemBackground, true);
+ // Wayland fix. (https://gitgud.io/wackyideas/aerothemeplasma/-/merge_requests/1)
+ KWindowEffects::enableBlurBehind(this->winId(), true, QRegion(0,0, this->width(), this->height()));
+
+ QColor theme_color = QWidget::palette().window().color();
+ background_style = background_style.replace('!', "rgba(" + QString::number(theme_color.red()) + "," +
+ QString::number(theme_color.green()) + "," +
+ QString::number(theme_color.blue()) + "," + "255))"
+ );
+
+ ui->centralwidget->setStyleSheet(background_style);
+
+ // Setting up more UI stuff.
+
+ ui->colorMixerGroupBox->setVisible(false);
+ // Template string defining the CSS style for the hue slider.
+ hue_gradient = "qlineargradient(x1: 0, y1: 1, x2: 1, y2: 1, stop: 0 #FF0000, stop: 0.167 #FFFF00, stop: 0.33 #00FF00, stop: 0.5 #00FFFF, stop: 0.667 #0000FF, stop: 0.833 #FF00FF, stop: 1 #FF0000)";
+ ui->hue_Slider->setStyleSheet(QString(style).replace("GRADIENT_HERE", hue_gradient));
+ // Likewise for the saturation and brightness sliders.
+ saturation_gradient = "qlineargradient(x1: 0, y1: 1, x2: 1, y2: 1, stop: 0 #FFFFFF, stop: 1 " + QColor::fromHsl(ui->hue_Slider->value(), 255, 128).name(QColor::HexRgb) + ")";
+ brightness_gradient = "qlineargradient(x1: 0, y1: 1, x2: 1, y2: 1, stop: 0 #000000, stop: 1 " + QColor::fromHsl(ui->hue_Slider->value(), 255, 128).name(QColor::HexRgb) + ")";
+ ui->saturation_Slider->setStyleSheet(QString(style).replace("GRADIENT_HERE", saturation_gradient));
+ ui->Lightness_Slider->setStyleSheet(QString(style).replace("GRADIENT_HERE", brightness_gradient));
+
+ ui->hue_label->setText(QString::number(ui->hue_Slider->value()));
+ ui->alpha_label->setText(QString::number(ui->alpha_slider->value()));
+ ui->saturation_label->setText(QString::number(ui->saturation_Slider->value()));
+ ui->brightness_label->setText(QString::number(ui->Lightness_Slider->value()));
+
+ // Predefined color values directly pulled from Windows 7, with the exception of Sunset, which is an original color value.
+ QStringList values = { "6b74b8fc-Custom",
+ "6b74b8fc-Sky",
+ "a80046ad-Twilight",
+ "8032cdcd-Sea",
+ "6614a600-Leaf",
+ "6697d937-Lime",
+ "54fadc0e-Sun",
+ "80ff9c00-Pumpkin",
+ "a8ce0f0f-Ruby",
+ "66ff0099-Fuchsia",
+ "70fcc7f8-Blush ",
+ "856e3ba1-Violet",
+ "528d5a94-Lavander",
+ "6698844c-Taupe",
+ "a84f1b1b-Chocolate",
+ "80555555-Slate",
+ "54fcfcfc-Frost",
+ "89e61f8c-Sunset"};
+ for(int i = 0; i < values.size(); i++)
+ {
+ QStringList temp = values[i].split("-");
+ predefined_colors.push_back(ColorWindow(temp[1], QColor("#" + temp[0]), ui->groupBox, i));
+ }
+
+ // By default, the selected color is Sky.
+ selected_color = kcfg_AccentColorName->value();
+
+ // Creating a FlowLayout and storing all the colors there.
+ colorLayout = new FlowLayout(ui->groupBox);
+ colorLayout->setContentsMargins(25, 25, 25, 25);
+
+ for(unsigned int i = 0; i < predefined_colors.size(); i++)
+ {
+ colorLayout->addWidget(predefined_colors[i].getFrame());
+ connect(predefined_colors[i].getButton(), SIGNAL(clicked()), this, SLOT(on_colorWindow_Clicked()));
+ }
+ colorLayout->setAlignment(Qt::AlignHCenter | Qt::AlignVCenter);
+
+ predefined_colors[0].setColor(QColor(kcfg_CustomColor->toPlainText()));
+ changeColor(selected_color);
+}
+
+MainWindow::~MainWindow()
+{
+ for(unsigned int i = 0; i < predefined_colors.size(); i++)
+ {
+ predefined_colors[i].clear();
+ }
+ delete ui;
+}
+
+/*
+ * Returns the currently set color. Depending on the transparency settings, the alpha value will either
+ * be directly used as the transparency value, or it will be used to define the saturation of the color.
+ */
+QColor MainWindow::exportColor()
+{
+ if(ui->kcfg_EnableTransparency->isChecked())
+ {
+ // The color intensity doesn't actually make the alpha component fully transparent or opaque.
+ double alpha_dec = map(ui->alpha_slider->value(), 0, 255, 0.1f, 0.8f);
+ QColor c = predefined_colors[selected_color].getColor();
+ c.setAlphaF(alpha_dec);
+ return c;
+ }
+ else
+ {
+ return mixColor(predefined_colors[selected_color].getColor(), ui->alpha_slider->value() / 255.0f);
+ }
+}
+
+// Resets this window to default values.
+// Used when closing the window without applying changes.
+void MainWindow::resetToDefault()
+{
+ selected_color = kcfg_AccentColorName->value();
+ predefined_colors[0].setColor(QColor(kcfg_CustomColor->toPlainText()));
+ changeColor(selected_color, false);
+ preventChanges = true;
+ ui->kcfg_EnableTransparency->setChecked(kcfg_EnableTransparency->isChecked());
+ preventChanges = false;
+}
+
+void MainWindow::applyTemporarily()
+{
+ KWin::BlurEffectConfig* conf = (KWin::BlurEffectConfig*)parent();
+ conf->writeToMemory(exportColor(), ui->kcfg_EnableTransparency->isChecked(), true);
+}
+
+// Changes the color between the custom and any of the predefined values.
+void MainWindow::changeColor(int index, bool apply)
+{
+ ui->color_name_label->setText("Current color: " + predefined_colors[index].getName());
+ selected_color = index;
+ preventChanges = true;
+ ui->hue_Slider->setValue(predefined_colors[index].getColor().hslHue());
+ ui->saturation_Slider->setValue(predefined_colors[index].getColor().hsvSaturation());
+ ui->Lightness_Slider->setValue(predefined_colors[index].getColor().value());
+ ui->alpha_slider->setValue(predefined_colors[index].getColor().alpha());
+ preventChanges = false;
+ if(apply) applyTemporarily();
+}
+
+// This event fires when a color from the FlowLayout is clicked.
+void MainWindow::on_colorWindow_Clicked()
+{
+ int index = sender()->objectName().split("_")[1].toInt();
+ changeColor(index);
+}
+
+// Changes the custom color, this method executes whenever the sliders are moved.
+void MainWindow::changeCustomColor(bool apply)
+{
+ if(!preventChanges)
+ {
+ selected_color = 0;
+ ui->color_name_label->setText("Current color: Custom");
+ QColor c;
+ c.setHsv(ui->hue_Slider->value(), ui->saturation_Slider->value(), ui->Lightness_Slider->value(), ui->alpha_slider->value());
+ predefined_colors[selected_color].setColor(c);
+ if(apply) applyTemporarily();
+ }
+}
+
+// Toggles the visibility of the group box containing the color sliders.
+void MainWindow::on_colorMixerLabel_linkActivated(const QString &link)
+{
+ ui->colorMixerGroupBox->setVisible(!ui->colorMixerGroupBox->isVisible());
+ ui->colorMixerLabel->setText(ui->colorMixerGroupBox->isVisible() ? "Hide color mixer" : "Show color mixer" );
+}
+
+// Updates the color sliders and updates the custom color.
+void MainWindow::on_hue_Slider_valueChanged(int value)
+{
+ ui->hue_label->setText(QString::number(ui->hue_Slider->value()));
+ saturation_gradient = "qlineargradient(x1: 0, y1: 1, x2: 1, y2: 1, stop: 0 #FFFFFF, stop: 1 " + QColor::fromHsl(ui->hue_Slider->value(), 255, 128).name(QColor::HexRgb) + ")";
+ brightness_gradient = "qlineargradient(x1: 0, y1: 1, x2: 1, y2: 1, stop: 0 #000000, stop: 1 " + QColor::fromHsl(ui->hue_Slider->value(), 255, 128).name(QColor::HexRgb) + ")";
+ ui->saturation_Slider->setStyleSheet(QString(style).replace("GRADIENT_HERE", saturation_gradient));
+ ui->Lightness_Slider->setStyleSheet(QString(style).replace("GRADIENT_HERE", brightness_gradient));
+ changeCustomColor();
+}
+
+void MainWindow::on_pushButton_3_clicked()
+{
+ this->close();
+}
+
+void MainWindow::on_saturation_Slider_valueChanged(int value)
+{
+ ui->saturation_label->setText(QString::number(ui->saturation_Slider->value()));
+ changeCustomColor();
+}
+
+void MainWindow::on_Lightness_Slider_valueChanged(int value)
+{
+ ui->brightness_label->setText(QString::number(ui->Lightness_Slider->value()));
+ changeCustomColor();
+}
+
+void MainWindow::on_alpha_slider_valueChanged(int value)
+{
+ ui->alpha_label->setText(QString::number(ui->alpha_slider->value()));
+ changeCustomColor();
+}
+
+void MainWindow::applyChanges()
+{
+ cancelChanges = false;
+ kcfg_AccentColor->setPlainText(exportColor().name(QColor::NameFormat::HexArgb));
+ kcfg_AccentColorName->setValue(selected_color);
+ kcfg_CustomColor->setPlainText(predefined_colors[0].getColor().name(QColor::NameFormat::HexArgb));
+ kcfg_EnableTransparency->setChecked(ui->kcfg_EnableTransparency->isChecked());
+ KWin::BlurEffectConfig* conf = (KWin::BlurEffectConfig*)parent();
+ conf->save();
+}
+
+// This function runs whenever the window is being closed.
+// I wrote this at 3 AM it's probably overengineered but it works
+// I'll simplify this down the line later
+void MainWindow::closeEvent(QCloseEvent* event)
+{
+ KWin::BlurEffectConfig* conf = (KWin::BlurEffectConfig*)parent();
+ conf->writeToMemory(kcfg_AccentColor->toPlainText(), kcfg_EnableTransparency->isChecked(), cancelChanges);
+ resetToDefault();
+ QMainWindow::closeEvent(event);
+}
+void MainWindow::on_apply_Button_clicked()
+{
+ applyChanges();
+}
+
+void MainWindow::on_cancel_Button_clicked()
+{
+ this->close();
+}
+
+
+void MainWindow::on_saveChanges_Button_clicked()
+{
+ applyChanges();
+ this->close();
+}
+
+
+void MainWindow::on_kcfg_EnableTransparency_stateChanged(int arg1)
+{
+ if(!preventChanges)
+ applyTemporarily();
+}
+
diff --git a/KWin/kwin_reflect/src/kcm/mainwindow.h b/KWin/kwin_reflect/src/kcm/mainwindow.h
new file mode 100755
index 0000000..86ec26e
--- /dev/null
+++ b/KWin/kwin_reflect/src/kcm/mainwindow.h
@@ -0,0 +1,75 @@
+#ifndef MAINWINDOW_H
+#define MAINWINDOW_H
+
+#include
+#include
+#include
+#include
+#include
+#include
+#include
+#include
+#include
+#include
+#include
+#include
+#include
+#include
+#include
+#include
+
+#include "flowlayout.h"
+#include "colorwindow.h"
+
+QT_BEGIN_NAMESPACE
+namespace Ui { class MainWindow; }
+QT_END_NAMESPACE
+
+class MainWindow : public QMainWindow
+{
+ Q_OBJECT
+
+public:
+ MainWindow(QSpinBox* spinbox, QCheckBox* checkbox, QPlainTextEdit* textedit, QPlainTextEdit* customtextedit, QWidget *parent = nullptr);
+
+ ~MainWindow();
+ void changeCustomColor(bool apply = true);
+ void changeColor(int index, bool apply = true);
+ QColor exportColor();
+ void applyTemporarily();
+ void resetToDefault();
+protected:
+ void closeEvent(QCloseEvent *event) override;
+private slots:
+ void on_colorMixerLabel_linkActivated(const QString &link);
+ void on_hue_Slider_valueChanged(int value);
+ void on_pushButton_3_clicked();
+ void on_saturation_Slider_valueChanged(int value);
+ void on_Lightness_Slider_valueChanged(int value);
+ void on_colorWindow_Clicked();
+ void on_apply_Button_clicked();
+ void on_cancel_Button_clicked();
+ void on_alpha_slider_valueChanged(int value);
+ void on_saveChanges_Button_clicked();
+ void on_kcfg_EnableTransparency_stateChanged(int arg1);
+ void applyChanges();
+private:
+ Ui::MainWindow *ui;
+ bool preventChanges;
+ bool cancelChanges;
+ FlowLayout* colorLayout;
+ std::vector predefined_colors;
+ short selected_color; // Index of the currently selected color.
+ QString hue_gradient;
+ QString saturation_gradient;
+ QString brightness_gradient;
+ QString style; // Custom style for QSliders.
+ QString background_style; // CSS for the main window background.
+
+ // Pointers to the parent widgets.
+ QPlainTextEdit* kcfg_AccentColor;
+ QPlainTextEdit* kcfg_CustomColor;
+ QSpinBox* kcfg_AccentColorName;
+ QCheckBox* kcfg_EnableTransparency;
+};
+#endif // MAINWINDOW_H
diff --git a/KWin/kwin_reflect/src/kcm/mainwindow.ui b/KWin/kwin_reflect/src/kcm/mainwindow.ui
new file mode 100755
index 0000000..c4c2b09
--- /dev/null
+++ b/KWin/kwin_reflect/src/kcm/mainwindow.ui
@@ -0,0 +1,719 @@
+
+
+ MainWindow
+
+
+
+ 0
+ 0
+ 759
+ 585
+
+
+
+
+ 759
+ 585
+
+
+
+ Change the accent color of your theme
+
+
+
+ ..
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 40
+ 0
+
+
+
+
+ 40
+ 16777215
+
+
+
+ TextLabel
+
+
+
+
+
+
+ Qt::Horizontal
+
+
+ QSizePolicy::MinimumExpanding
+
+
+
+ 40
+ 20
+
+
+
+
+
+
+
+
+ 0
+ 0
+
+
+
+
+ 0
+ 0
+
+
+
+
+ 16777215
+ 20
+
+
+
+ Color intensity:
+
+
+ Qt::AlignHCenter|Qt::AlignTop
+
+
+
+
+
+
+ Qt::Horizontal
+
+
+ QSizePolicy::Preferred
+
+
+
+ 40
+ 20
+
+
+
+
+
+
+
+
+ 16777215
+ 16777215
+
+
+
+ Enables/disables the transparency of the entire theme.
+NOTE: This setting does NOT affect compositing settings.
+
+
+ Enable transparency
+
+
+ true
+
+
+
+
+
+
+
+ 0
+ 0
+
+
+
+
+ 16777215
+ 50
+
+
+
+ QFrame::NoFrame
+
+
+ QFrame::Raised
+
+
+
+
+
+ Qt::Horizontal
+
+
+ QSizePolicy::Expanding
+
+
+
+ 40
+ 20
+
+
+
+
+
+
+
+
+
+
+
+ 0
+ 0
+
+
+
+ PointingHandCursor
+
+
+ <a href="no">Show color mixer</a>
+
+
+ Qt::RichText
+
+
+ false
+
+
+ Qt::LinksAccessibleByMouse
+
+
+
+
+
+
+
+ 0
+ 150
+
+
+
+
+
+
+ true
+
+
+
+ 0
+
+
+ 0
+
+
+
+
+ Qt::Horizontal
+
+
+
+ 40
+ 20
+
+
+
+
+
+
+
+
+ 0
+ 0
+
+
+
+
+ 259
+ 25
+
+
+
+
+ 259
+ 16777215
+
+
+
+ QSlider::groove:horizontal {
+ background-color: qlineargradient(x1: 0, y1: 1, x2: 1, y2: 1, stop: 0 #FF0000, stop: 0.167 #FFFF00, stop: 0.33 #00FF00, stop: 0.5 #00FFFF, stop: 0.667 #0000FF, stop: 0.833 #FF00FF, stop: 1 #FF0000);
+ height: 5px;
+ position: absolute;
+}
+
+QSlider::handle:horizontal {
+ height: 3px;
+ width: 10px;
+ background: #fafafa;
+ border: 1px solid #46aaab;
+ margin: -6px 1px;
+ /* expand outside the groove */
+
+}
+
+QSlider::handle:horizontal:hover {
+ background: #dadaff;
+}
+
+
+ 359
+
+
+ 0
+
+
+ Qt::Horizontal
+
+
+
+
+
+
+
+ 0
+ 0
+
+
+
+
+ 72
+ 0
+
+
+
+
+ 72
+ 16777215
+
+
+
+ Saturation:
+
+
+ Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
+
+
+ 0
+
+
+
+
+
+
+
+ 0
+ 0
+
+
+
+
+ 72
+ 0
+
+
+
+
+ 72
+ 16777215
+
+
+
+ Hue:
+
+
+ Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
+
+
+ 0
+
+
+
+
+
+
+
+ 0
+ 0
+
+
+
+
+ 259
+ 25
+
+
+
+
+ 259
+ 16777215
+
+
+
+ 255
+
+
+ Qt::Horizontal
+
+
+
+
+
+
+
+ 0
+ 0
+
+
+
+
+ 72
+ 0
+
+
+
+
+ 72
+ 16777215
+
+
+
+ Brightness:
+
+
+ Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
+
+
+ 0
+
+
+
+
+
+
+
+ 0
+ 0
+
+
+
+
+ 259
+ 25
+
+
+
+
+ 259
+ 16777215
+
+
+
+ 255
+
+
+ Qt::Horizontal
+
+
+
+
+
+
+
+ 40
+ 0
+
+
+
+
+ 40
+ 16777215
+
+
+
+ TextLabel
+
+
+
+
+
+
+
+ 40
+ 0
+
+
+
+
+ 40
+ 16777215
+
+
+
+ TextLabel
+
+
+
+
+
+
+
+ 40
+ 0
+
+
+
+
+ 40
+ 16777215
+
+
+
+ TextLabel
+
+
+
+
+
+
+
+
+
+ Qt::Horizontal
+
+
+ QSizePolicy::Preferred
+
+
+
+ 40
+ 20
+
+
+
+
+
+
+
+ Qt::Vertical
+
+
+ QSizePolicy::MinimumExpanding
+
+
+
+ 20
+ 10
+
+
+
+
+
+
+
+
+ 1
+ 0
+
+
+
+
+ 259
+ 0
+
+
+
+
+ 250
+ 16777215
+
+
+
+ 255
+
+
+ Qt::Horizontal
+
+
+
+
+
+
+ Qt::Vertical
+
+
+ QSizePolicy::Fixed
+
+
+
+ 20
+ 10
+
+
+
+
+
+
+
+ Current color: Custom
+
+
+
+
+
+
+
+ 0
+ 0
+
+
+
+
+ 16777215
+ 16777215
+
+
+
+
+ 12
+ false
+ false
+
+
+
+ Set the color of window decorations, panels, tooltips and taskbar
+
+
+ Qt::AlignCenter
+
+
+
+
+
+
+
+ 0
+ 0
+
+
+
+
+ 290
+ 0
+
+
+
+
+
+
+
+
+
+ Qt::Horizontal
+
+
+
+ 40
+ 20
+
+
+
+
+
+
+
+
+ 0
+ 0
+
+
+
+
+ 0
+ 21
+
+
+
+
+ 16777215
+ 21
+
+
+
+ Apply
+
+
+
+
+
+
+
+ 0
+ 0
+
+
+
+
+ 100
+ 21
+
+
+
+
+ 100
+ 21
+
+
+
+ Save Changes
+
+
+
+
+
+
+
+ 0
+ 0
+
+
+
+
+ 0
+ 21
+
+
+
+
+ 16777215
+ 21
+
+
+
+ Cancel
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/KWin/kwin_reflect/src/main.cpp b/KWin/kwin_reflect/src/main.cpp
new file mode 100755
index 0000000..85e6231
--- /dev/null
+++ b/KWin/kwin_reflect/src/main.cpp
@@ -0,0 +1,20 @@
+/*
+ SPDX-FileCopyrightText: 2021 Vlad Zahorodnii
+
+ SPDX-License-Identifier: GPL-2.0-or-later
+*/
+#include "blur.h"
+
+//#include
+
+namespace KWin
+{
+
+KWIN_EFFECT_FACTORY_SUPPORTED_ENABLED(BlurEffect,
+ "metadata.json",
+ return BlurEffect::supported();
+ , return BlurEffect::enabledByDefault();)
+
+} // namespace KWin
+
+#include "main.moc"
diff --git a/KWin/kwin_reflect/src/metadata.json b/KWin/kwin_reflect/src/metadata.json
new file mode 100755
index 0000000..e8cdc49
--- /dev/null
+++ b/KWin/kwin_reflect/src/metadata.json
@@ -0,0 +1,23 @@
+{
+ "KPlugin": {
+ "Authors": [
+ {
+ "Email": "wackyideas@disroot.org",
+ "Name": "WackyIdeas"
+ }
+ ],
+ "Category": "Appearance",
+ "Description": "Renders a texture behind windows",
+ "EnabledByDefault": true,
+ "Id": "reflection",
+ "License": "AGPLv3",
+ "Name": "Reflection",
+ "ServiceTypes": [
+ "KWin/Effect"
+ ]
+ },
+ "X-KDE-ConfigModule": "kwin4_effect_reflect_config",
+ "org.kde.kwin.effect": {
+ "enabledByDefaultMethod": true
+ }
+}
diff --git a/KWin/kwin_reflect/src/reflection.png b/KWin/kwin_reflect/src/reflection.png
new file mode 100644
index 0000000..4b0d10a
Binary files /dev/null and b/KWin/kwin_reflect/src/reflection.png differ
diff --git a/KWin/kwin_reflect/src/shaders/color.frag b/KWin/kwin_reflect/src/shaders/color.frag
new file mode 100644
index 0000000..6b8f865
--- /dev/null
+++ b/KWin/kwin_reflect/src/shaders/color.frag
@@ -0,0 +1,8 @@
+uniform vec4 color;
+uniform float opacity;
+
+void main(void)
+{
+ gl_FragColor = color;
+ gl_FragColor.a = gl_FragColor.a * opacity;
+}
diff --git a/KWin/kwin_reflect/src/shaders/color_core.frag b/KWin/kwin_reflect/src/shaders/color_core.frag
new file mode 100644
index 0000000..811acad
--- /dev/null
+++ b/KWin/kwin_reflect/src/shaders/color_core.frag
@@ -0,0 +1,12 @@
+#version 140
+
+uniform vec4 color;
+uniform float opacity;
+
+out vec4 fragColor;
+
+void main(void)
+{
+ fragColor = color;
+ fragColor.a = fragColor.a * opacity;
+}
diff --git a/KWin/kwin_reflect/src/shaders/reflect.frag b/KWin/kwin_reflect/src/shaders/reflect.frag
new file mode 100644
index 0000000..490004c
--- /dev/null
+++ b/KWin/kwin_reflect/src/shaders/reflect.frag
@@ -0,0 +1,24 @@
+uniform sampler2D texUnit;
+uniform float opacity;
+uniform float translate;
+uniform vec2 screenResolution;
+uniform vec2 windowSize;
+
+uniform vec2 windowPos;
+
+void main(void)
+{
+
+ float middleLine = windowPos.x + windowSize.x / 2.0;
+ float middleScreenLine = screenResolution.x / 2.0;
+ float dx = translate * (middleScreenLine - middleLine) / 10.0;
+
+ float x = (gl_FragCoord.x + dx) / screenResolution.x;
+ float y = (gl_FragCoord.y) / screenResolution.y;
+
+ vec2 uv = vec2(-x, y);
+
+ gl_FragColor = vec4(texture2D(texUnit, uv).rgba);
+
+ gl_FragColor.a = gl_FragColor.a * opacity;
+}
diff --git a/KWin/kwin_reflect/src/shaders/reflect_core.frag b/KWin/kwin_reflect/src/shaders/reflect_core.frag
new file mode 100644
index 0000000..510a70c
--- /dev/null
+++ b/KWin/kwin_reflect/src/shaders/reflect_core.frag
@@ -0,0 +1,27 @@
+#version 140
+
+uniform sampler2D texUnit;
+uniform float opacity;
+uniform float translate;
+uniform vec2 screenResolution;
+uniform vec2 windowSize;
+
+uniform vec2 windowPos;
+
+out vec4 fragColor;
+
+void main(void)
+{
+ float middleLine = windowPos.x + windowSize.x / 2.0;
+ float middleScreenLine = screenResolution.x / 2.0;
+ float dx = translate * (middleScreenLine - middleLine) / 10.0;
+
+ float x = (gl_FragCoord.x + dx) / screenResolution.x;
+ float y = (gl_FragCoord.y) / screenResolution.y;
+
+ vec2 uv = vec2(-x, y);
+
+ fragColor = vec4(texture(texUnit, uv).rgba);
+ fragColor.a = fragColor.a * opacity;
+
+}
diff --git a/KWin/kwin_reflect/src/shaders/vertex.vert b/KWin/kwin_reflect/src/shaders/vertex.vert
new file mode 100644
index 0000000..cdee50b
--- /dev/null
+++ b/KWin/kwin_reflect/src/shaders/vertex.vert
@@ -0,0 +1,7 @@
+uniform mat4 modelViewProjectionMatrix;
+attribute vec4 vertex;
+
+void main(void)
+{
+ gl_Position = modelViewProjectionMatrix * vertex;
+}
diff --git a/KWin/kwin_reflect/src/shaders/vertex_core.vert b/KWin/kwin_reflect/src/shaders/vertex_core.vert
new file mode 100644
index 0000000..0a7de7e
--- /dev/null
+++ b/KWin/kwin_reflect/src/shaders/vertex_core.vert
@@ -0,0 +1,9 @@
+#version 140
+
+uniform mat4 modelViewProjectionMatrix;
+in vec4 vertex;
+
+void main(void)
+{
+ gl_Position = modelViewProjectionMatrix * vertex;
+}
diff --git a/KWin/kwin_reflect/uninstall.sh b/KWin/kwin_reflect/uninstall.sh
new file mode 100755
index 0000000..b776c9f
--- /dev/null
+++ b/KWin/kwin_reflect/uninstall.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+cd build
+sudo make uninstall && echo "Uninstalled successfully!"
+cd ..
+rm -rf build
diff --git a/KWin/smaragd-0.1.1/AUTHORS b/KWin/smaragd-0.1.1/AUTHORS
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/CMakeLists.txt b/KWin/smaragd-0.1.1/CMakeLists.txt
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/COPYING b/KWin/smaragd-0.1.1/COPYING
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/ChangeLog b/KWin/smaragd-0.1.1/ChangeLog
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/INSTALL b/KWin/smaragd-0.1.1/INSTALL
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/NEWS b/KWin/smaragd-0.1.1/NEWS
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/NOTES b/KWin/smaragd-0.1.1/NOTES
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/README b/KWin/smaragd-0.1.1/README
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/CMakeCache.txt b/KWin/smaragd-0.1.1/build/CMakeCache.txt
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/3.23.3/CMakeCCompiler.cmake b/KWin/smaragd-0.1.1/build/CMakeFiles/3.23.3/CMakeCCompiler.cmake
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/3.23.3/CMakeCXXCompiler.cmake b/KWin/smaragd-0.1.1/build/CMakeFiles/3.23.3/CMakeCXXCompiler.cmake
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/3.23.3/CMakeSystem.cmake b/KWin/smaragd-0.1.1/build/CMakeFiles/3.23.3/CMakeSystem.cmake
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/3.23.3/CompilerIdC/CMakeCCompilerId.c b/KWin/smaragd-0.1.1/build/CMakeFiles/3.23.3/CompilerIdC/CMakeCCompilerId.c
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/3.23.3/CompilerIdCXX/CMakeCXXCompilerId.cpp b/KWin/smaragd-0.1.1/build/CMakeFiles/3.23.3/CompilerIdCXX/CMakeCXXCompilerId.cpp
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/CMakeDirectoryInformation.cmake b/KWin/smaragd-0.1.1/build/CMakeFiles/CMakeDirectoryInformation.cmake
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/CMakeOutput.log b/KWin/smaragd-0.1.1/build/CMakeFiles/CMakeOutput.log
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/CMakeRuleHashes.txt b/KWin/smaragd-0.1.1/build/CMakeFiles/CMakeRuleHashes.txt
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/KF5Config_QCH.dir/DependInfo.cmake b/KWin/smaragd-0.1.1/build/CMakeFiles/KF5Config_QCH.dir/DependInfo.cmake
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/KF5Config_QCH.dir/build.make b/KWin/smaragd-0.1.1/build/CMakeFiles/KF5Config_QCH.dir/build.make
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/KF5Config_QCH.dir/cmake_clean.cmake b/KWin/smaragd-0.1.1/build/CMakeFiles/KF5Config_QCH.dir/cmake_clean.cmake
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/KF5Config_QCH.dir/compiler_depend.make b/KWin/smaragd-0.1.1/build/CMakeFiles/KF5Config_QCH.dir/compiler_depend.make
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/KF5Config_QCH.dir/compiler_depend.ts b/KWin/smaragd-0.1.1/build/CMakeFiles/KF5Config_QCH.dir/compiler_depend.ts
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/KF5Config_QCH.dir/progress.make b/KWin/smaragd-0.1.1/build/CMakeFiles/KF5Config_QCH.dir/progress.make
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/KF5CoreAddons_QCH.dir/DependInfo.cmake b/KWin/smaragd-0.1.1/build/CMakeFiles/KF5CoreAddons_QCH.dir/DependInfo.cmake
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/KF5CoreAddons_QCH.dir/build.make b/KWin/smaragd-0.1.1/build/CMakeFiles/KF5CoreAddons_QCH.dir/build.make
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/KF5CoreAddons_QCH.dir/cmake_clean.cmake b/KWin/smaragd-0.1.1/build/CMakeFiles/KF5CoreAddons_QCH.dir/cmake_clean.cmake
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/KF5CoreAddons_QCH.dir/compiler_depend.make b/KWin/smaragd-0.1.1/build/CMakeFiles/KF5CoreAddons_QCH.dir/compiler_depend.make
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/KF5CoreAddons_QCH.dir/compiler_depend.ts b/KWin/smaragd-0.1.1/build/CMakeFiles/KF5CoreAddons_QCH.dir/compiler_depend.ts
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/KF5CoreAddons_QCH.dir/progress.make b/KWin/smaragd-0.1.1/build/CMakeFiles/KF5CoreAddons_QCH.dir/progress.make
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/KF5I18n_QCH.dir/DependInfo.cmake b/KWin/smaragd-0.1.1/build/CMakeFiles/KF5I18n_QCH.dir/DependInfo.cmake
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/KF5I18n_QCH.dir/build.make b/KWin/smaragd-0.1.1/build/CMakeFiles/KF5I18n_QCH.dir/build.make
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/KF5I18n_QCH.dir/cmake_clean.cmake b/KWin/smaragd-0.1.1/build/CMakeFiles/KF5I18n_QCH.dir/cmake_clean.cmake
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/KF5I18n_QCH.dir/compiler_depend.make b/KWin/smaragd-0.1.1/build/CMakeFiles/KF5I18n_QCH.dir/compiler_depend.make
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/KF5I18n_QCH.dir/compiler_depend.ts b/KWin/smaragd-0.1.1/build/CMakeFiles/KF5I18n_QCH.dir/compiler_depend.ts
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/KF5I18n_QCH.dir/progress.make b/KWin/smaragd-0.1.1/build/CMakeFiles/KF5I18n_QCH.dir/progress.make
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/KF5WidgetsAddons_QCH.dir/DependInfo.cmake b/KWin/smaragd-0.1.1/build/CMakeFiles/KF5WidgetsAddons_QCH.dir/DependInfo.cmake
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/KF5WidgetsAddons_QCH.dir/build.make b/KWin/smaragd-0.1.1/build/CMakeFiles/KF5WidgetsAddons_QCH.dir/build.make
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/KF5WidgetsAddons_QCH.dir/cmake_clean.cmake b/KWin/smaragd-0.1.1/build/CMakeFiles/KF5WidgetsAddons_QCH.dir/cmake_clean.cmake
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/KF5WidgetsAddons_QCH.dir/compiler_depend.make b/KWin/smaragd-0.1.1/build/CMakeFiles/KF5WidgetsAddons_QCH.dir/compiler_depend.make
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/KF5WidgetsAddons_QCH.dir/compiler_depend.ts b/KWin/smaragd-0.1.1/build/CMakeFiles/KF5WidgetsAddons_QCH.dir/compiler_depend.ts
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/KF5WidgetsAddons_QCH.dir/progress.make b/KWin/smaragd-0.1.1/build/CMakeFiles/KF5WidgetsAddons_QCH.dir/progress.make
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/Makefile.cmake b/KWin/smaragd-0.1.1/build/CMakeFiles/Makefile.cmake
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/Makefile2 b/KWin/smaragd-0.1.1/build/CMakeFiles/Makefile2
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/TargetDirectories.txt b/KWin/smaragd-0.1.1/build/CMakeFiles/TargetDirectories.txt
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/cmake.check_cache b/KWin/smaragd-0.1.1/build/CMakeFiles/cmake.check_cache
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/fetch-translations.dir/DependInfo.cmake b/KWin/smaragd-0.1.1/build/CMakeFiles/fetch-translations.dir/DependInfo.cmake
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/fetch-translations.dir/build.make b/KWin/smaragd-0.1.1/build/CMakeFiles/fetch-translations.dir/build.make
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/fetch-translations.dir/cmake_clean.cmake b/KWin/smaragd-0.1.1/build/CMakeFiles/fetch-translations.dir/cmake_clean.cmake
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/fetch-translations.dir/compiler_depend.make b/KWin/smaragd-0.1.1/build/CMakeFiles/fetch-translations.dir/compiler_depend.make
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/fetch-translations.dir/compiler_depend.ts b/KWin/smaragd-0.1.1/build/CMakeFiles/fetch-translations.dir/compiler_depend.ts
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/fetch-translations.dir/progress.make b/KWin/smaragd-0.1.1/build/CMakeFiles/fetch-translations.dir/progress.make
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/progress.marks b/KWin/smaragd-0.1.1/build/CMakeFiles/progress.marks
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/uninstall.dir/DependInfo.cmake b/KWin/smaragd-0.1.1/build/CMakeFiles/uninstall.dir/DependInfo.cmake
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/uninstall.dir/build.make b/KWin/smaragd-0.1.1/build/CMakeFiles/uninstall.dir/build.make
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/uninstall.dir/cmake_clean.cmake b/KWin/smaragd-0.1.1/build/CMakeFiles/uninstall.dir/cmake_clean.cmake
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/uninstall.dir/compiler_depend.make b/KWin/smaragd-0.1.1/build/CMakeFiles/uninstall.dir/compiler_depend.make
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/uninstall.dir/compiler_depend.ts b/KWin/smaragd-0.1.1/build/CMakeFiles/uninstall.dir/compiler_depend.ts
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/uninstall.dir/progress.make b/KWin/smaragd-0.1.1/build/CMakeFiles/uninstall.dir/progress.make
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/CTestTestfile.cmake b/KWin/smaragd-0.1.1/build/CTestTestfile.cmake
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/Makefile b/KWin/smaragd-0.1.1/build/Makefile
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/cmake_install.cmake b/KWin/smaragd-0.1.1/build/cmake_install.cmake
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/ecm_uninstall.cmake b/KWin/smaragd-0.1.1/build/ecm_uninstall.cmake
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/install_manifest.txt b/KWin/smaragd-0.1.1/build/install_manifest.txt
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/prefix.sh b/KWin/smaragd-0.1.1/build/prefix.sh
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/CMakeDirectoryInformation.cmake b/KWin/smaragd-0.1.1/build/src/CMakeFiles/CMakeDirectoryInformation.cmake
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/KF5WindowSystem_QCH.dir/DependInfo.cmake b/KWin/smaragd-0.1.1/build/src/CMakeFiles/KF5WindowSystem_QCH.dir/DependInfo.cmake
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/KF5WindowSystem_QCH.dir/build.make b/KWin/smaragd-0.1.1/build/src/CMakeFiles/KF5WindowSystem_QCH.dir/build.make
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/KF5WindowSystem_QCH.dir/cmake_clean.cmake b/KWin/smaragd-0.1.1/build/src/CMakeFiles/KF5WindowSystem_QCH.dir/cmake_clean.cmake
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/KF5WindowSystem_QCH.dir/compiler_depend.make b/KWin/smaragd-0.1.1/build/src/CMakeFiles/KF5WindowSystem_QCH.dir/compiler_depend.make
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/KF5WindowSystem_QCH.dir/compiler_depend.ts b/KWin/smaragd-0.1.1/build/src/CMakeFiles/KF5WindowSystem_QCH.dir/compiler_depend.ts
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/KF5WindowSystem_QCH.dir/progress.make b/KWin/smaragd-0.1.1/build/src/CMakeFiles/KF5WindowSystem_QCH.dir/progress.make
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/DependInfo.cmake b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/DependInfo.cmake
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/build.make b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/build.make
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/cmake_clean.cmake b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/cmake_clean.cmake
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/compiler_depend.internal b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/compiler_depend.internal
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/compiler_depend.make b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/compiler_depend.make
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/compiler_depend.ts b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/compiler_depend.ts
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/depend.make b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/depend.make
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/emerald.c.o b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/emerald.c.o
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/emerald.c.o.d b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/emerald.c.o.d
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/engines/legacy.c.o b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/engines/legacy.c.o
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/engines/legacy.c.o.d b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/engines/legacy.c.o.d
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/engines/line.c.o b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/engines/line.c.o
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/engines/line.c.o.d b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/engines/line.c.o.d
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/engines/oxygen.c.o b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/engines/oxygen.c.o
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/engines/oxygen.c.o.d b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/engines/oxygen.c.o.d
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/engines/pixmap.c.o b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/engines/pixmap.c.o
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/engines/pixmap.c.o.d b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/engines/pixmap.c.o.d
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/engines/truglass.c.o b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/engines/truglass.c.o
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/engines/truglass.c.o.d b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/engines/truglass.c.o.d
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/engines/vrunner.c.o b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/engines/vrunner.c.o
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/engines/vrunner.c.o.d b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/engines/vrunner.c.o.d
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/engines/zootreeves.c.o b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/engines/zootreeves.c.o
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/engines/zootreeves.c.o.d b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/engines/zootreeves.c.o.d
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/flags.make b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/flags.make
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/kwin_smaragd.cpp.o b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/kwin_smaragd.cpp.o
old mode 100644
new mode 100755
index bebf83d..3d5901e
Binary files a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/kwin_smaragd.cpp.o and b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/kwin_smaragd.cpp.o differ
diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/kwin_smaragd.cpp.o.d b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/kwin_smaragd.cpp.o.d
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/kwin_smaragd_autogen/mocs_compilation.cpp.o b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/kwin_smaragd_autogen/mocs_compilation.cpp.o
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/kwin_smaragd_autogen/mocs_compilation.cpp.o.d b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/kwin_smaragd_autogen/mocs_compilation.cpp.o.d
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/link.txt b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/link.txt
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/main.c.o b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/main.c.o
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/main.c.o.d b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/main.c.o.d
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/progress.make b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/progress.make
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/qgraphicsgloweffect.cpp.o b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/qgraphicsgloweffect.cpp.o
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/qgraphicsgloweffect.cpp.o.d b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/qgraphicsgloweffect.cpp.o.d
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/shadowengine.cpp.o b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/shadowengine.cpp.o
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/shadowengine.cpp.o.d b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/shadowengine.cpp.o.d
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd_autogen.dir/AutogenInfo.json b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd_autogen.dir/AutogenInfo.json
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd_autogen.dir/AutogenUsed.txt b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd_autogen.dir/AutogenUsed.txt
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd_autogen.dir/DependInfo.cmake b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd_autogen.dir/DependInfo.cmake
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd_autogen.dir/ParseCache.txt b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd_autogen.dir/ParseCache.txt
old mode 100644
new mode 100755
index 2e14d02..dbf1500
--- a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd_autogen.dir/ParseCache.txt
+++ b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd_autogen.dir/ParseCache.txt
@@ -1,4 +1,6 @@
# Generated by CMake. Changes will be overwritten.
+/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/KWin/smaragd-0.1.1/src/engines/legacy.c
+/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/KWin/smaragd-0.1.1/src/emerald.c
/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/KWin/smaragd-0.1.1/src/kwin_smaragd.cpp
mmc:K_PLUGIN_FACTORY_WITH_JSON
mid:kwin_smaragd.moc
@@ -1026,5 +1028,3 @@
/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/KWin/smaragd-0.1.1/src/main.c
/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/KWin/smaragd-0.1.1/src/qgraphicsgloweffect.h
/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/KWin/smaragd-0.1.1/src/engines/oxygen.c
-/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/KWin/smaragd-0.1.1/src/emerald.c
-/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/KWin/smaragd-0.1.1/src/engines/legacy.c
diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd_autogen.dir/build.make b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd_autogen.dir/build.make
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd_autogen.dir/cmake_clean.cmake b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd_autogen.dir/cmake_clean.cmake
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd_autogen.dir/compiler_depend.make b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd_autogen.dir/compiler_depend.make
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd_autogen.dir/compiler_depend.ts b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd_autogen.dir/compiler_depend.ts
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd_autogen.dir/progress.make b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd_autogen.dir/progress.make
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/progress.marks b/KWin/smaragd-0.1.1/build/src/CMakeFiles/progress.marks
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/src/CTestTestfile.cmake b/KWin/smaragd-0.1.1/build/src/CTestTestfile.cmake
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/src/Makefile b/KWin/smaragd-0.1.1/build/src/Makefile
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/src/cmake_install.cmake b/KWin/smaragd-0.1.1/build/src/cmake_install.cmake
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/src/kwin_smaragd.so b/KWin/smaragd-0.1.1/build/src/kwin_smaragd.so
index bac6408..d011471 100755
Binary files a/KWin/smaragd-0.1.1/build/src/kwin_smaragd.so and b/KWin/smaragd-0.1.1/build/src/kwin_smaragd.so differ
diff --git a/KWin/smaragd-0.1.1/build/src/kwin_smaragd_autogen/EWIEGA46WW/moc_kwin_smaragd.cpp b/KWin/smaragd-0.1.1/build/src/kwin_smaragd_autogen/EWIEGA46WW/moc_kwin_smaragd.cpp
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/src/kwin_smaragd_autogen/EWIEGA46WW/moc_kwin_smaragd.cpp.d b/KWin/smaragd-0.1.1/build/src/kwin_smaragd_autogen/EWIEGA46WW/moc_kwin_smaragd.cpp.d
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/src/kwin_smaragd_autogen/include/kwin_smaragd.moc b/KWin/smaragd-0.1.1/build/src/kwin_smaragd_autogen/include/kwin_smaragd.moc
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/src/kwin_smaragd_autogen/include/kwin_smaragd.moc.d b/KWin/smaragd-0.1.1/build/src/kwin_smaragd_autogen/include/kwin_smaragd.moc.d
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/src/kwin_smaragd_autogen/moc_predefs.h b/KWin/smaragd-0.1.1/build/src/kwin_smaragd_autogen/moc_predefs.h
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/src/kwin_smaragd_autogen/mocs_compilation.cpp b/KWin/smaragd-0.1.1/build/src/kwin_smaragd_autogen/mocs_compilation.cpp
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/build/src/ui_kwin_smaragd_dialog.h b/KWin/smaragd-0.1.1/build/src/ui_kwin_smaragd_dialog.h
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/cmake/modules/COPYING-CMAKE-SCRIPTS b/KWin/smaragd-0.1.1/cmake/modules/COPYING-CMAKE-SCRIPTS
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/cmake/modules/FindCairo.cmake b/KWin/smaragd-0.1.1/cmake/modules/FindCairo.cmake
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/cmake/modules/FindGLIB2.cmake b/KWin/smaragd-0.1.1/cmake/modules/FindGLIB2.cmake
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/install.sh b/KWin/smaragd-0.1.1/install.sh
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/src/CMakeLists.txt b/KWin/smaragd-0.1.1/src/CMakeLists.txt
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/src/Messages.sh b/KWin/smaragd-0.1.1/src/Messages.sh
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/src/config/configmanager.h b/KWin/smaragd-0.1.1/src/config/configmanager.h
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/src/config/kwin_smaragd_config.cpp b/KWin/smaragd-0.1.1/src/config/kwin_smaragd_config.cpp
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/src/config/kwin_smaragd_config.h b/KWin/smaragd-0.1.1/src/config/kwin_smaragd_config.h
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/src/config/kwin_smaragd_dialog.ui b/KWin/smaragd-0.1.1/src/config/kwin_smaragd_dialog.ui
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/src/emerald.c b/KWin/smaragd-0.1.1/src/emerald.c
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/src/engines/legacy.c b/KWin/smaragd-0.1.1/src/engines/legacy.c
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/src/engines/legacy_engine.h b/KWin/smaragd-0.1.1/src/engines/legacy_engine.h
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/src/engines/line.c b/KWin/smaragd-0.1.1/src/engines/line.c
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/src/engines/line_engine.h b/KWin/smaragd-0.1.1/src/engines/line_engine.h
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/src/engines/oxygen.c b/KWin/smaragd-0.1.1/src/engines/oxygen.c
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/src/engines/oxygen_engine.h b/KWin/smaragd-0.1.1/src/engines/oxygen_engine.h
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/src/engines/pixmap.c b/KWin/smaragd-0.1.1/src/engines/pixmap.c
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/src/engines/pixmap_engine.h b/KWin/smaragd-0.1.1/src/engines/pixmap_engine.h
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/src/engines/truglass.c b/KWin/smaragd-0.1.1/src/engines/truglass.c
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/src/engines/truglass_engine.h b/KWin/smaragd-0.1.1/src/engines/truglass_engine.h
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/src/engines/vrunner.c b/KWin/smaragd-0.1.1/src/engines/vrunner.c
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/src/engines/vrunner_engine.h b/KWin/smaragd-0.1.1/src/engines/vrunner_engine.h
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/src/engines/zootreeves.c b/KWin/smaragd-0.1.1/src/engines/zootreeves.c
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/src/engines/zootreeves_engine.h b/KWin/smaragd-0.1.1/src/engines/zootreeves_engine.h
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/src/include/decoration.h b/KWin/smaragd-0.1.1/src/include/decoration.h
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/src/include/emerald.h b/KWin/smaragd-0.1.1/src/include/emerald.h
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/src/include/engine.h b/KWin/smaragd-0.1.1/src/include/engine.h
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/src/include/libengine.h b/KWin/smaragd-0.1.1/src/include/libengine.h
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/src/include/titlebar.h b/KWin/smaragd-0.1.1/src/include/titlebar.h
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/src/kwin_smaragd.cpp b/KWin/smaragd-0.1.1/src/kwin_smaragd.cpp
old mode 100644
new mode 100755
index f850578..bdfadef
--- a/KWin/smaragd-0.1.1/src/kwin_smaragd.cpp
+++ b/KWin/smaragd-0.1.1/src/kwin_smaragd.cpp
@@ -398,10 +398,6 @@ Decoration::~Decoration()
void Decoration::onWindowChanged(WId id, NET::Properties properties, NET::Properties2 properties2)
{
- //printf("%x\n", properties);
- /*if(id != client().data()->windowId()) return;
- if((properties & NET::WMMoveResize) || (properties2 & NET::WM2MoveResizeWindow)) printf("It works\n");*/
- //printf("%d\n");
}
void Decoration::updateButtons()
{
@@ -876,16 +872,13 @@ void Decoration::paint(QPainter *painter, const QRect &repaintArea)
window_settings *ws = factory()->windowSettings();
const Config *config = factory()->config();
-
- //QRect deskpos = KWindowSystem::workArea(client().data()->decorationId());
- //printf("Desktop: %d, %d\nPosition: %d, %d\n", deskpos.width(), deskpos.height(), pos.x(), pos.y());
painter->drawImage(0, 0, decoImage);
- if(!reflection_scaled.isNull() && client().data()->width() > 32)
+ /*if(!reflection_scaled.isNull() && client().data()->width() > 32)
{
painter->drawPixmap(2, 2, client().data()->width() + borderLeft() + borderRight() -4, client().data()->height(), reflection_scaled, win_pos.x(), win_pos.y(), client().data()->width() + borderLeft() + borderRight() - 4, client().data()->height());
- }
+ }*/
if(!sideglow_left.isNull())
diff --git a/KWin/smaragd-0.1.1/src/kwin_smaragd.h b/KWin/smaragd-0.1.1/src/kwin_smaragd.h
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/src/main.c b/KWin/smaragd-0.1.1/src/main.c
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/src/qgraphicsgloweffect.cpp b/KWin/smaragd-0.1.1/src/qgraphicsgloweffect.cpp
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/src/qgraphicsgloweffect.h b/KWin/smaragd-0.1.1/src/qgraphicsgloweffect.h
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/src/shadowengine.cpp b/KWin/smaragd-0.1.1/src/shadowengine.cpp
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/src/shadowengine.h b/KWin/smaragd-0.1.1/src/shadowengine.h
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/src/smaragd.desktop b/KWin/smaragd-0.1.1/src/smaragd.desktop
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/src/smaragd.json b/KWin/smaragd-0.1.1/src/smaragd.json
old mode 100644
new mode 100755
diff --git a/KWin/smaragd-0.1.1/src/smaragd.knsrc b/KWin/smaragd-0.1.1/src/smaragd.knsrc
old mode 100644
new mode 100755
diff --git a/KWin/smaragd_bin/kwin_smaragd.so b/KWin/smaragd_bin/kwin_smaragd.so
new file mode 100644
index 0000000..d011471
Binary files /dev/null and b/KWin/smaragd_bin/kwin_smaragd.so differ
diff --git a/KWin/thumbnail_seven/contents/ui/main.qml b/KWin/thumbnail_seven/contents/ui/main.qml
new file mode 100644
index 0000000..f0b8e1a
--- /dev/null
+++ b/KWin/thumbnail_seven/contents/ui/main.qml
@@ -0,0 +1,245 @@
+/*
+ KWin - the KDE window manager
+ This file is part of the KDE project.
+
+ SPDX-FileCopyrightText: 2020 Chris Holland
+
+ SPDX-License-Identifier: GPL-2.0-or-later
+ */
+
+import QtQuick 2.0
+import QtQuick.Layouts 1.1
+import org.kde.plasma.core 2.0 as PlasmaCore
+import org.kde.plasma.components 3.0 as PlasmaComponents3
+import org.kde.kwin 2.0 as KWin
+
+import QtGraphicalEffects 1.15
+
+// https://techbase.kde.org/Development/Tutorials/KWin/WindowSwitcher
+// https://github.com/KDE/kwin/blob/master/tabbox/switcheritem.h
+KWin.Switcher {
+ id: tabBox
+ currentIndex: thumbnailGridView.currentIndex
+
+ PlasmaCore.Dialog {
+ id: dialog
+ location: PlasmaCore.Types.Floating
+ visible: tabBox.visible
+ opacity: tabBox.visible
+ flags: Qt.X11BypassWindowManagerHint | Qt.WindowStaysOnTopHint | Qt.Popup
+ x: tabBox.screenGeometry.x + tabBox.screenGeometry.width * 0.5 - dialogMainItem.width * 0.5
+ y: tabBox.screenGeometry.y + tabBox.screenGeometry.height * 0.5 - dialogMainItem.height * 0.5
+
+ mainItem: Item {
+ id: dialogMainItem
+
+ focus: true
+
+ property int maxWidth: tabBox.screenGeometry.width * 0.9
+ property int maxHeight: tabBox.screenGeometry.height * 0.7
+ property real screenFactor: tabBox.screenGeometry.width / tabBox.screenGeometry.height
+ property int maxGridColumnsByWidth: Math.floor(maxWidth / thumbnailGridView.cellWidth)
+
+ property int gridColumns: { // Simple greedy algorithm
+ // respect screenGeometry
+ const c = Math.min(thumbnailGridView.count, maxGridColumnsByWidth);
+ const residue = thumbnailGridView.count % c;
+ if (residue == 0) {
+ return c;
+ }
+ // start greedy recursion
+ return columnCountRecursion(c, c, c - residue);
+ }
+
+ property int gridRows: Math.ceil(thumbnailGridView.count / gridColumns)
+ property int optimalWidth: thumbnailGridView.cellWidth * gridColumns
+ property int optimalHeight: thumbnailGridView.cellHeight * gridRows
+ width: Math.min(Math.max(thumbnailGridView.cellWidth, optimalWidth), maxWidth)
+ height: Math.min(Math.max(thumbnailGridView.cellHeight, optimalHeight) + windowTitle.height + PlasmaCore.Units.smallSpacing*4, maxHeight)
+
+ clip: true
+
+ // Step for greedy algorithm
+ function columnCountRecursion(prevC, prevBestC, prevDiff) {
+ const c = prevC - 1;
+
+ // don't increase vertical extent more than horizontal
+ // and don't exceed maxHeight
+ if (prevC * prevC <= thumbnailGridView.count + prevDiff ||
+ maxHeight < Math.ceil(thumbnailGridView.count / c) * thumbnailGridView.cellHeight) {
+ return prevBestC;
+ }
+ const residue = thumbnailGridView.count % c;
+ // halts algorithm at some point
+ if (residue == 0) {
+ return c;
+ }
+ // empty slots
+ const diff = c - residue;
+
+ // compare it to previous count of empty slots
+ if (diff < prevDiff) {
+ return columnCountRecursion(c, c, diff);
+ } else if (diff == prevDiff) {
+ // when it's the same try again, we'll stop early enough thanks to the landscape mode condition
+ return columnCountRecursion(c, prevBestC, diff);
+ }
+ // when we've found a local minimum choose this one (greedy)
+ return columnCountRecursion(c, prevBestC, diff);
+ }
+
+ // Just to get the margin sizes
+ PlasmaCore.FrameSvgItem {
+ id: hoverItem
+ imagePath: "widgets/viewitem"
+ prefix: "hover"
+ visible: false
+ }
+
+ Text {
+ id: windowTitle
+ anchors {
+ top: parent.top
+ topMargin: PlasmaCore.Units.smallSpacing*2
+ left: parent.left
+ right: parent.right
+ }
+ font.pixelSize: 16
+ color: "black"
+ horizontalAlignment: Text.AlignHCenter
+ text: thumbnailGridView.currentItem ? thumbnailGridView.currentItem.caption : ""
+ elide: Text.ElideRight
+ renderType: Text.NativeRendering
+ }
+
+ Glow {
+ anchors.fill: windowTitle
+ radius: 15
+ samples: 31
+ color: "#77ffffff"
+ spread: 0.60
+ source: windowTitle
+ cached: true
+ }
+
+ GridView {
+ id: thumbnailGridView
+ anchors {
+ top: windowTitle.bottom
+ topMargin: PlasmaCore.Units.smallSpacing*2
+ left: parent.left
+ right: parent.right
+ bottom: parent.bottom
+ }
+ model: tabBox.model
+
+ property int iconSize: PlasmaCore.Units.iconSizes.medium
+ property int captionRowHeight: 30 * PlasmaCore.Units.devicePixelRatio // The close button is 30x30 in Breeze
+ property int thumbnailWidth: 125 * PlasmaCore.Units.devicePixelRatio
+ property int thumbnailHeight: thumbnailWidth * (1.0/dialogMainItem.screenFactor)
+ cellWidth: hoverItem.margins.left + thumbnailWidth + hoverItem.margins.right
+ cellHeight: hoverItem.margins.top + thumbnailHeight + hoverItem.margins.bottom
+
+ keyNavigationWraps: true
+ highlightMoveDuration: 0
+
+
+ delegate: Item {
+ id: thumbnailGridItem
+ width: thumbnailGridView.cellWidth
+ height: thumbnailGridView.cellHeight
+
+ property variant caption: model.caption
+
+ MouseArea {
+ id: ma
+ anchors.fill: parent
+ hoverEnabled: true
+ acceptedButtons: Qt.LeftButton | Qt.RightButton | Qt.MiddleButton
+ onClicked: {
+ if(mouse.button === Qt.RightButton) {
+ thumbnailGridItem.select();
+ } else if(mouse.button === Qt.MiddleButton) {
+ tabBox.model.close(index);
+ } else if(mouse.button === Qt.LeftButton) {
+ thumbnailGridView.model.activate(index);
+ return;
+ }
+ }
+ }
+ function select() {
+ thumbnailGridView.currentIndex = index;
+ thumbnailGridView.currentIndexChanged(thumbnailGridView.currentIndex);
+ }
+ PlasmaCore.FrameSvgItem {
+ id: highlightItem
+ imagePath: "widgets/viewitem"
+ anchors.fill: parent
+ prefix: {
+ if((ma.containsMouse && thumbnailGridView.currentIndex === index) || ma.containsPress) return "selected+hover";
+ else if(thumbnailGridView.currentIndex === index) return "selected";
+ else if(ma.containsMouse) return "hover";
+ }
+ }
+
+ ColumnLayout {
+ z: 0
+ spacing: 0
+ anchors.fill: parent
+ anchors.leftMargin: hoverItem.margins.left
+ anchors.topMargin: hoverItem.margins.top
+ anchors.rightMargin: hoverItem.margins.right
+ anchors.bottomMargin: hoverItem.margins.bottom
+
+ // KWin.ThumbnailItem needs a container
+ // otherwise it will be drawn the same size as the parent ColumnLayout
+ Item {
+ Layout.fillWidth: true
+ Layout.fillHeight: true
+
+ // Cannot draw anything (like an icon) on top of thumbnail
+ KWin.ThumbnailItem {
+ id: thumbnailItem
+ anchors.fill: parent
+ wId: windowId
+ }
+ PlasmaCore.IconItem {
+ id: iconItem
+ width: thumbnailGridView.iconSize
+ height: width
+ anchors.bottom: parent.bottom
+ anchors.right: parent.right
+ source: model.icon
+ usesPlasmaTheme: false
+ visible: tabBox.compositing
+ }
+ }
+ }
+ } // GridView.delegate
+
+ Connections {
+ target: tabBox
+ function onCurrentIndexChanged() {
+ thumbnailGridView.currentIndex = tabBox.currentIndex;
+ }
+ }
+ } // GridView
+
+ Keys.onPressed: {
+ if (event.key == Qt.Key_Left) {
+ thumbnailGridView.moveCurrentIndexLeft();
+ } else if (event.key == Qt.Key_Right) {
+ thumbnailGridView.moveCurrentIndexRight();
+ } else if (event.key == Qt.Key_Up) {
+ thumbnailGridView.moveCurrentIndexUp();
+ } else if (event.key == Qt.Key_Down) {
+ thumbnailGridView.moveCurrentIndexDown();
+ } else {
+ return;
+ }
+
+ thumbnailGridView.currentIndexChanged(thumbnailGridView.currentIndex);
+ }
+ } // Dialog.mainItem
+ } // Dialog
+}
diff --git a/KWin/thumbnail_seven/metadata.json b/KWin/thumbnail_seven/metadata.json
new file mode 100644
index 0000000..f87877f
--- /dev/null
+++ b/KWin/thumbnail_seven/metadata.json
@@ -0,0 +1,57 @@
+{
+ "KPlugin": {
+ "Authors": [
+ {
+ "Email": "wackyideas@disroot.org",
+ "Name": "WackyIdeas"
+ }
+ ],
+ "Description": "A window switcher layout using a small grid of thumbnails",
+ "Description[ar]": "مخطط مبدل نوافذ يستخدم شبكة صغيرة من المصغرات",
+ "Description[az]": "Kiçik miniatürlər toru istifadə edən pəncərə dəyişdirici maketi",
+ "Description[bg]": "Оформление на програмата за превключване на прозорци с използване на редица от миниатюри за представяне на прозорците",
+ "Description[ca@valencia]": "Una disposició del commutador de finestres que utilitza una quadrícula xicoteta de miniatures",
+ "Description[ca]": "Una disposició del commutador de finestres que utilitza una quadrícula petita de miniatures",
+ "Description[cs]": "Přepínač oken používající malou mřížku náhledů",
+ "Description[de]": "Ein Fensterwechsler-Layout, das ein Raster von kleinen Vorschaubildern verwendet",
+ "Description[en_GB]": "A window switcher layout using a small grid of thumbnails",
+ "Description[es]": "Un esquema de selección de ventanas que usa una pequeña cuadrícula de miniaturas",
+ "Description[eu]": "Koadro-txikien sareta txiki bat erabiltzen duen leiho-trukatzaile antolamendu bat",
+ "Description[fi]": "Ikkunavaihtoasettelu, joka käyttää pientä pienoiskuvaruudukkoa",
+ "Description[fr]": "Une disposition du sélecteur de fenêtres utilisant une petite grille de vignettes",
+ "Description[gl]": "Unha disposición do selector de xanelas que usa unha pequena grade de miniaturas",
+ "Description[ia]": "Un disposition de commutator de fenestra usante un parve grillia de miniaturas",
+ "Description[id]": "Sebuah tataletak pengalih jendela yang menggunakan sebuah kisi kecil ber-thumbnail",
+ "Description[it]": "Una disposizione del selettore delle finestre che utilizza una piccola griglia di miniature",
+ "Description[ja]": "サムネイルの小さいグリッドを使用するウィンドウスイッチャー",
+ "Description[ka]": "ფანჯრების განლაგების გადართვა მინიატურების პატარა ბადის ჩვენების საშუალებით",
+ "Description[ko]": "작은 축소판 격자를 사용하는 창 전환기 레이아웃",
+ "Description[lt]": "Langų perjungiklio išdėstymas, naudojantis mažą miniatiūrų tinklelį",
+ "Description[nl]": "Een indeling van de vensterwisselaar met een klein raster van miniaturen",
+ "Description[nn]": "Vindaugsbytar som viser eit rutenett med miniatyrbilete",
+ "Description[pl]": "Układ przełączania okien, używający małej siatki miniatur",
+ "Description[pt]": "Uma disposição de mudança de janelas que mostra uma pequena grelha de miniaturas",
+ "Description[pt_BR]": "Um layout do seletor de janelas que usa uma pequena grade de miniaturas",
+ "Description[ro]": "Aranjament pentru comutatorul de ferestre folosind o grilă mică de pictograme",
+ "Description[ru]": "Переключатель окон в виде сетки миниатюр окон",
+ "Description[sk]": "Rozloženie prepínača okien používajúce malú mriežku miniatúr",
+ "Description[sl]": "Razporeditev preklopa oken, ki uporablja malo mrežo predoglednih sličic",
+ "Description[sv]": "En layout för fönsterbyte som använder ett litet miniatyrbildsrutnät",
+ "Description[tr]": "Küçük görsellerin bir ızgarasını gösteren pencere değiştirici düzeni",
+ "Description[uk]": "Компонування засобу перемикання вікон з малою таблицею мініатюр поточного стану вікон",
+ "Description[vi]": "Bố cục trình chuyển cửa sổ dùng một lưới nhỏ các hình nhỏ",
+ "Description[x-test]": "xxA window switcher layout using a small grid of thumbnailsxx",
+ "Description[zh_CN]": "将窗口缩略图按小型表格显示的窗口切换器布局",
+ "Description[zh_TW]": "使用小縮圖格線的視窗切換器佈局",
+ "Icon": "preferences-system-windows-switcher-thumbnail-grid",
+ "Id": "thumbnail_seven",
+ "License": "AGPLv3",
+ "Name": "Thumbnail Seven",
+ "ServiceTypes": [
+ "KWin/WindowSwitcher"
+ ],
+ "Version": "6"
+ },
+ "X-Plasma-API": "declarativeappletscript",
+ "X-Plasma-MainScript": "ui/main.qml"
+}
diff --git a/LICENSE b/LICENSE
old mode 100644
new mode 100755
diff --git a/Plasma/Color Scheme/KvCurvesLight.colors b/Plasma/Color Scheme/KvCurvesLight.colors
deleted file mode 100644
index 7d56bb9..0000000
--- a/Plasma/Color Scheme/KvCurvesLight.colors
+++ /dev/null
@@ -1,105 +0,0 @@
-[ColorEffects:Disabled]
-Color=112,111,110
-ColorAmount=0
-ColorEffect=0
-ContrastAmount=0.65
-ContrastEffect=1
-IntensityAmount=0.1
-IntensityEffect=0
-
-[ColorEffects:Inactive]
-ChangeSelectionColor=true
-Color=112,111,110
-ColorAmount=0.025
-ColorEffect=2
-ContrastAmount=0.1
-ContrastEffect=2
-Enable=true
-IntensityAmount=0
-IntensityEffect=0
-
-[Colors:Button]
-BackgroundAlternate=210,210,210
-BackgroundNormal=229,229,230
-DecorationFocus=61,174,233
-DecorationHover=142,203,233
-ForegroundActive=255,128,224
-ForegroundInactive=136,135,134
-ForegroundLink=0,87,174
-ForegroundNegative=191,3,3
-ForegroundNeutral=176,128,0
-ForegroundNormal=49,54,59
-ForegroundPositive=0,110,40
-ForegroundVisited=69,40,134
-
-[Colors:Selection]
-BackgroundAlternate=93,134,197
-BackgroundNormal=93,134,197
-DecorationFocus=61,174,233
-DecorationHover=142,203,233
-ForegroundActive=255,128,224
-ForegroundInactive=142,203,233
-ForegroundLink=0,87,174
-ForegroundNegative=156,14,14
-ForegroundNeutral=255,221,0
-ForegroundNormal=252,252,252
-ForegroundPositive=128,255,128
-ForegroundVisited=69,40,134
-
-[Colors:Tooltip]
-BackgroundAlternate=0,0,0
-BackgroundNormal=0,0,0
-DecorationFocus=61,174,233
-DecorationHover=142,203,233
-ForegroundActive=255,128,224
-ForegroundInactive=96,112,128
-ForegroundLink=0,87,174
-ForegroundNegative=191,3,3
-ForegroundNeutral=176,128,0
-ForegroundNormal=255,255,255
-ForegroundPositive=0,110,40
-ForegroundVisited=69,40,134
-
-[Colors:View]
-BackgroundAlternate=240,240,240
-BackgroundNormal=251,251,251
-DecorationFocus=61,174,233
-DecorationHover=142,203,233
-ForegroundActive=255,128,224
-ForegroundInactive=136,135,134
-ForegroundLink=0,87,174
-ForegroundNegative=191,3,3
-ForegroundNeutral=176,128,0
-ForegroundNormal=49,54,59
-ForegroundPositive=0,110,40
-ForegroundVisited=69,40,134
-
-[Colors:Window]
-BackgroundAlternate=224,224,225
-BackgroundNormal=229,229,230
-DecorationFocus=61,174,233
-DecorationHover=142,203,233
-ForegroundActive=255,128,224
-ForegroundInactive=136,135,134
-ForegroundLink=0,87,174
-ForegroundNegative=191,3,3
-ForegroundNeutral=176,128,0
-ForegroundNormal=49,54,59
-ForegroundPositive=0,110,40
-ForegroundVisited=69,40,134
-
-[General]
-ColorScheme=KvCurvesLight
-Name=KvCurvesLight
-shadeSortColumn=true
-
-[KDE]
-contrast=0
-
-[WM]
-activeBackground=229,229,230
-activeBlend=229,229,230
-activeForeground=0,0,0
-inactiveBackground=229,229,230
-inactiveBlend=229,229,230
-inactiveForeground=104,108,111
diff --git a/Plasma/Color_Scheme/AeroColorScheme.colors b/Plasma/Color_Scheme/AeroColorScheme.colors
new file mode 100644
index 0000000..d0ba6e2
--- /dev/null
+++ b/Plasma/Color_Scheme/AeroColorScheme.colors
@@ -0,0 +1,114 @@
+[ColorEffects:Disabled]
+ColorAmount=0
+ColorEffect=0
+ContrastAmount=0.65
+ContrastEffect=1
+IntensityAmount=0.1
+IntensityEffect=2
+
+[ColorEffects:Inactive]
+ChangeSelectionColor=true
+Color=112,111,110
+ColorAmount=0.025
+ColorEffect=2
+ContrastAmount=0.1
+ContrastEffect=2
+IntensityAmount=0
+IntensityEffect=0
+
+[Colors:Button]
+BackgroundAlternate=224,223,222
+BackgroundNormal=232,231,230
+DecorationFocus=43,116,199
+DecorationHover=119,183,255
+ForegroundActive=255,128,224
+ForegroundInactive=136,135,134
+ForegroundLink=0,87,174
+ForegroundNegative=191,3,3
+ForegroundNeutral=176,128,0
+ForegroundNormal=20,19,18
+ForegroundPositive=0,110,40
+ForegroundVisited=69,40,134
+
+[Colors:Complementary]
+BackgroundAlternate=196,224,255
+BackgroundNormal=24,21,19
+DecorationFocus=58,167,221
+DecorationHover=110,214,255
+ForegroundActive=255,128,224
+ForegroundInactive=137,136,135
+ForegroundLink=88,172,255
+ForegroundNegative=191,3,3
+ForegroundNeutral=176,128,0
+ForegroundNormal=231,253,255
+ForegroundPositive=0,110,40
+ForegroundVisited=150,111,232
+
+[Colors:Selection]
+BackgroundAlternate=62,138,204
+BackgroundNormal=65,139,212
+DecorationFocus=43,116,199
+DecorationHover=119,183,255
+ForegroundActive=255,128,224
+ForegroundInactive=165,193,228
+ForegroundLink=0,49,110
+ForegroundNegative=156,14,14
+ForegroundNeutral=255,221,0
+ForegroundNormal=0,0,0
+ForegroundPositive=128,255,128
+ForegroundVisited=69,40,134
+
+[Colors:Tooltip]
+BackgroundAlternate=255,255,255
+BackgroundNormal=255,255,255
+DecorationFocus=43,116,199
+DecorationHover=119,183,255
+ForegroundActive=255,128,224
+ForegroundInactive=96,112,128
+ForegroundLink=0,87,174
+ForegroundNegative=191,3,3
+ForegroundNeutral=176,128,0
+ForegroundNormal=20,19,18
+ForegroundPositive=0,110,40
+ForegroundVisited=69,40,134
+
+[Colors:View]
+BackgroundAlternate=248,247,246
+BackgroundNormal=255,255,255
+DecorationFocus=43,116,199
+DecorationHover=119,183,255
+ForegroundActive=255,128,224
+ForegroundInactive=136,135,134
+ForegroundLink=0,87,174
+ForegroundNegative=191,3,3
+ForegroundNeutral=176,128,0
+ForegroundNormal=20,19,18
+ForegroundPositive=0,110,40
+ForegroundVisited=69,40,134
+
+[Colors:Window]
+BackgroundAlternate=218,217,216
+BackgroundNormal=224,223,222
+DecorationFocus=43,116,199
+DecorationHover=119,183,255
+ForegroundActive=255,128,224
+ForegroundInactive=136,135,134
+ForegroundLink=0,87,174
+ForegroundNegative=191,3,3
+ForegroundNeutral=176,128,0
+ForegroundNormal=20,19,18
+ForegroundPositive=0,110,40
+ForegroundVisited=69,40,134
+
+[General]
+Name=AeroColorScheme
+shadeSortColumn=true
+
+[KDE]
+contrast=7
+
+[WM]
+activeBackground=96,148,207
+activeForeground=255,255,255
+inactiveBackground=224,223,222
+inactiveForeground=20,19,18
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/AeroColorMixer b/Plasma/KDE Plasma Theme/AeroColorMixer/build/AeroColorMixer
deleted file mode 100755
index 836a710..0000000
Binary files a/Plasma/KDE Plasma Theme/AeroColorMixer/build/AeroColorMixer and /dev/null differ
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/Makefile b/Plasma/KDE Plasma Theme/AeroColorMixer/build/Makefile
deleted file mode 100644
index 4f9fb49..0000000
--- a/Plasma/KDE Plasma Theme/AeroColorMixer/build/Makefile
+++ /dev/null
@@ -1,956 +0,0 @@
-#############################################################################
-# Makefile for building: AeroColorMixer
-# Generated by qmake (3.1) (Qt 5.15.5)
-# Project: ../AeroColorMixer/AeroColorMixer.pro
-# Template: app
-# Command: /usr/bin/qmake -o Makefile ../AeroColorMixer/AeroColorMixer.pro -spec linux-g++ CONFIG+=debug CONFIG+=qml_debug
-#############################################################################
-
-MAKEFILE = Makefile
-
-EQ = =
-
-####### Compiler, tools and options
-
-CC = gcc
-CXX = g++
-DEFINES = -DQT_QML_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB
-CFLAGS = -pipe -g -Wall -Wextra -D_REENTRANT -fPIC $(DEFINES)
-CXXFLAGS = -pipe -g -std=gnu++11 -Wall -Wextra -D_REENTRANT -fPIC $(DEFINES)
-INCPATH = -I../AeroColorMixer -I. -I/usr/include/KF5 -I/usr/include/KF5/KWindowSystem -I/usr/include/qt -I/usr/include/qt/QtWidgets -I/usr/include/qt/QtGui -I/usr/include/qt/QtCore -I. -I. -I/usr/lib/qt/mkspecs/linux-g++
-QMAKE = /usr/bin/qmake
-DEL_FILE = rm -f
-CHK_DIR_EXISTS= test -d
-MKDIR = mkdir -p
-COPY = cp -f
-COPY_FILE = cp -f
-COPY_DIR = cp -f -R
-INSTALL_FILE = install -m 644 -p
-INSTALL_PROGRAM = install -m 755 -p
-INSTALL_DIR = cp -f -R
-QINSTALL = /usr/bin/qmake -install qinstall
-QINSTALL_PROGRAM = /usr/bin/qmake -install qinstall -exe
-DEL_FILE = rm -f
-SYMLINK = ln -f -s
-DEL_DIR = rmdir
-MOVE = mv -f
-TAR = tar -cf
-COMPRESS = gzip -9f
-DISTNAME = AeroColorMixer1.0.0
-DISTDIR = /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/qt_projects/build-AeroColorMixer-Desktop-Debug/.tmp/AeroColorMixer1.0.0
-LINK = g++
-LFLAGS = -fPIC
-LIBS = $(SUBLIBS) -lKF5WindowSystem /usr/lib/libQt5Widgets.so /usr/lib/libQt5Gui.so /usr/lib/libQt5Core.so -lGL -lpthread
-AR = ar cqs
-RANLIB =
-SED = sed
-STRIP = strip
-
-####### Output directory
-
-OBJECTS_DIR = ./
-
-####### Files
-
-SOURCES = ../AeroColorMixer/colorwindow.cpp \
- ../AeroColorMixer/flowlayout.cpp \
- ../AeroColorMixer/main.cpp \
- ../AeroColorMixer/mainwindow.cpp moc_mainwindow.cpp
-OBJECTS = colorwindow.o \
- flowlayout.o \
- main.o \
- mainwindow.o \
- moc_mainwindow.o
-DIST = /usr/lib/qt/mkspecs/features/spec_pre.prf \
- /usr/lib/qt/mkspecs/common/unix.conf \
- /usr/lib/qt/mkspecs/common/linux.conf \
- /usr/lib/qt/mkspecs/common/sanitize.conf \
- /usr/lib/qt/mkspecs/common/gcc-base.conf \
- /usr/lib/qt/mkspecs/common/gcc-base-unix.conf \
- /usr/lib/qt/mkspecs/common/g++-base.conf \
- /usr/lib/qt/mkspecs/common/g++-unix.conf \
- /usr/lib/qt/mkspecs/qconfig.pri \
- /usr/lib/qt/mkspecs/modules/qt_Attica.pri \
- /usr/lib/qt/mkspecs/modules/qt_Baloo.pri \
- /usr/lib/qt/mkspecs/modules/qt_BluezQt.pri \
- /usr/lib/qt/mkspecs/modules/qt_KActivities.pri \
- /usr/lib/qt/mkspecs/modules/qt_KActivitiesStats.pri \
- /usr/lib/qt/mkspecs/modules/qt_KArchive.pri \
- /usr/lib/qt/mkspecs/modules/qt_KAsync.pri \
- /usr/lib/qt/mkspecs/modules/qt_KAuth.pri \
- /usr/lib/qt/mkspecs/modules/qt_KAuthCore.pri \
- /usr/lib/qt/mkspecs/modules/qt_KBookmarks.pri \
- /usr/lib/qt/mkspecs/modules/qt_KCalendarCore.pri \
- /usr/lib/qt/mkspecs/modules/qt_KCddb.pri \
- /usr/lib/qt/mkspecs/modules/qt_KCMUtils.pri \
- /usr/lib/qt/mkspecs/modules/qt_KCodecs.pri \
- /usr/lib/qt/mkspecs/modules/qt_KCompletion.pri \
- /usr/lib/qt/mkspecs/modules/qt_KConfigCore.pri \
- /usr/lib/qt/mkspecs/modules/qt_KConfigGui.pri \
- /usr/lib/qt/mkspecs/modules/qt_KConfigWidgets.pri \
- /usr/lib/qt/mkspecs/modules/qt_KContacts.pri \
- /usr/lib/qt/mkspecs/modules/qt_KCoreAddons.pri \
- /usr/lib/qt/mkspecs/modules/qt_KCrash.pri \
- /usr/lib/qt/mkspecs/modules/qt_kdav2.pri \
- /usr/lib/qt/mkspecs/modules/qt_KDBusAddons.pri \
- /usr/lib/qt/mkspecs/modules/qt_KDeclarative.pri \
- /usr/lib/qt/mkspecs/modules/qt_KDESu.pri \
- /usr/lib/qt/mkspecs/modules/qt_KDNSSD.pri \
- /usr/lib/qt/mkspecs/modules/qt_KDSoapClient.pri \
- /usr/lib/qt/mkspecs/modules/qt_KDSoapServer.pri \
- /usr/lib/qt/mkspecs/modules/qt_KEmoticons.pri \
- /usr/lib/qt/mkspecs/modules/qt_KFileMetaData.pri \
- /usr/lib/qt/mkspecs/modules/qt_KGlobalAccel.pri \
- /usr/lib/qt/mkspecs/modules/qt_KGuiAddons.pri \
- /usr/lib/qt/mkspecs/modules/qt_KHolidays.pri \
- /usr/lib/qt/mkspecs/modules/qt_KI18n.pri \
- /usr/lib/qt/mkspecs/modules/qt_KIconThemes.pri \
- /usr/lib/qt/mkspecs/modules/qt_KIdleTime.pri \
- /usr/lib/qt/mkspecs/modules/qt_KIMAP2.pri \
- /usr/lib/qt/mkspecs/modules/qt_KIOCore.pri \
- /usr/lib/qt/mkspecs/modules/qt_KIOFileWidgets.pri \
- /usr/lib/qt/mkspecs/modules/qt_KIOGui.pri \
- /usr/lib/qt/mkspecs/modules/qt_KIOWidgets.pri \
- /usr/lib/qt/mkspecs/modules/qt_Kirigami2.pri \
- /usr/lib/qt/mkspecs/modules/qt_KItemModels.pri \
- /usr/lib/qt/mkspecs/modules/qt_KItemViews.pri \
- /usr/lib/qt/mkspecs/modules/qt_KJobWidgets.pri \
- /usr/lib/qt/mkspecs/modules/qt_KMime.pri \
- /usr/lib/qt/mkspecs/modules/qt_KNewStuff.pri \
- /usr/lib/qt/mkspecs/modules/qt_KNewStuffCore.pri \
- /usr/lib/qt/mkspecs/modules/qt_KNotifications.pri \
- /usr/lib/qt/mkspecs/modules/qt_KNotifyConfig.pri \
- /usr/lib/qt/mkspecs/modules/qt_KNTLM.pri \
- /usr/lib/qt/mkspecs/modules/qt_KParts.pri \
- /usr/lib/qt/mkspecs/modules/qt_KPeople.pri \
- /usr/lib/qt/mkspecs/modules/qt_KPeopleWidgets.pri \
- /usr/lib/qt/mkspecs/modules/qt_KPty.pri \
- /usr/lib/qt/mkspecs/modules/qt_KRunner.pri \
- /usr/lib/qt/mkspecs/modules/qt_KScreen.pri \
- /usr/lib/qt/mkspecs/modules/qt_KService.pri \
- /usr/lib/qt/mkspecs/modules/qt_KSyntaxHighlighting.pri \
- /usr/lib/qt/mkspecs/modules/qt_KTextEditor.pri \
- /usr/lib/qt/mkspecs/modules/qt_KTextWidgets.pri \
- /usr/lib/qt/mkspecs/modules/qt_KUnitConversion.pri \
- /usr/lib/qt/mkspecs/modules/qt_KUserFeedbackCore.pri \
- /usr/lib/qt/mkspecs/modules/qt_KUserFeedbackWidgets.pri \
- /usr/lib/qt/mkspecs/modules/qt_KWallet.pri \
- /usr/lib/qt/mkspecs/modules/qt_KWaylandClient.pri \
- /usr/lib/qt/mkspecs/modules/qt_KWaylandServer.pri \
- /usr/lib/qt/mkspecs/modules/qt_KWidgetsAddons.pri \
- /usr/lib/qt/mkspecs/modules/qt_KWindowSystem.pri \
- /usr/lib/qt/mkspecs/modules/qt_KXmlGui.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_accessibility_support_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_bootstrap_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_concurrent.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_concurrent_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_core.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_core_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_dbus.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_dbus_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_designer.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_designer_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_designercomponents_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_devicediscovery_support_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_edid_support_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_egl_support_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_eglfs_kms_support_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_eglfsdeviceintegration_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_eventdispatcher_support_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_fb_support_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_fontdatabase_support_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_glx_support_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_gui.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_gui_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_help.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_help_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_input_support_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_kms_support_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_linuxaccessibility_support_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_location.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_location_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_multimedia.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_multimedia_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_multimediagsttools_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_multimediawidgets.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_multimediawidgets_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_network.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_network_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_networkauth.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_networkauth_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_opengl.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_opengl_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_openglextensions.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_openglextensions_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_packetprotocol_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_pdf.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_pdf_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_pdfwidgets.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_pdfwidgets_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_platformcompositor_support_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_positioning.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_positioning_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_positioningquick.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_positioningquick_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_printsupport.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_printsupport_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_qml.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_qml_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_qmldebug_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_qmldevtools_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_qmlmodels.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_qmlmodels_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_qmltest.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_qmltest_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_qmlworkerscript.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_qmlworkerscript_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_qtmultimediaquicktools_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_quick.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_quick3d.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_quick3d_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_quick3dassetimport.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_quick3dassetimport_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_quick3drender.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_quick3drender_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_quick3druntimerender.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_quick3druntimerender_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_quick3dutils.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_quick3dutils_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_quick_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_quickcontrols2.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_quickcontrols2_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_quickparticles_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_quickshapes_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_quicktemplates2.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_quicktemplates2_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_quickwidgets.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_quickwidgets_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_script.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_script_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_scripttools.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_scripttools_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_sensors.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_sensors_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_serialport.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_serialport_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_service_support_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_sql.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_sql_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_svg.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_svg_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_testlib.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_testlib_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_texttospeech.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_texttospeech_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_theme_support_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_uiplugin.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_uitools.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_uitools_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_vulkan_support_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_waylandclient.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_waylandclient_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_waylandcompositor.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_waylandcompositor_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_webchannel.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_webchannel_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_webengine.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_webengine_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_webenginecore.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_webenginecore_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_webenginecoreheaders_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_webenginewidgets.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_webenginewidgets_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_webkit.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_webkit_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_webkitwidgets.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_webkitwidgets_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_websockets.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_websockets_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_widgets.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_widgets_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_x11extras.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_x11extras_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_xcb_qpa_lib_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_xkbcommon_support_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_xml.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_xml_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_xmlpatterns.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_xmlpatterns_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_Marble.pri \
- /usr/lib/qt/mkspecs/modules/qt_phonon4qt5.pri \
- /usr/lib/qt/mkspecs/modules/qt_Prison.pri \
- /usr/lib/qt/mkspecs/modules/qt_Qt5Keychain.pri \
- /usr/lib/qt/mkspecs/modules/qt_QuickAddons.pri \
- /usr/lib/qt/mkspecs/modules/qt_Solid.pri \
- /usr/lib/qt/mkspecs/modules/qt_SonnetCore.pri \
- /usr/lib/qt/mkspecs/modules/qt_SonnetUi.pri \
- /usr/lib/qt/mkspecs/modules/qt_Syndication.pri \
- /usr/lib/qt/mkspecs/modules/qt_ThreadWeaver.pri \
- /usr/lib/qt/mkspecs/features/qt_functions.prf \
- /usr/lib/qt/mkspecs/features/qt_config.prf \
- /usr/lib/qt/mkspecs/linux-g++/qmake.conf \
- /usr/lib/qt/mkspecs/features/spec_post.prf \
- ../AeroColorMixer/.qmake.stash \
- /usr/lib/qt/mkspecs/features/exclusive_builds.prf \
- /usr/lib/qt/mkspecs/features/toolchain.prf \
- /usr/lib/qt/mkspecs/features/default_pre.prf \
- /usr/lib/qt/mkspecs/features/resolve_config.prf \
- /usr/lib/qt/mkspecs/features/default_post.prf \
- /usr/lib/qt/mkspecs/features/qml_debug.prf \
- /usr/lib/qt/mkspecs/features/ltcg.prf \
- /usr/lib/qt/mkspecs/features/warn_on.prf \
- /usr/lib/qt/mkspecs/features/qt.prf \
- /usr/lib/qt/mkspecs/features/resources_functions.prf \
- /usr/lib/qt/mkspecs/features/resources.prf \
- /usr/lib/qt/mkspecs/features/moc.prf \
- /usr/lib/qt/mkspecs/features/link_ltcg.prf \
- /usr/lib/qt/mkspecs/features/unix/opengl.prf \
- /usr/lib/qt/mkspecs/features/uic.prf \
- /usr/lib/qt/mkspecs/features/unix/thread.prf \
- /usr/lib/qt/mkspecs/features/qmake_use.prf \
- /usr/lib/qt/mkspecs/features/file_copies.prf \
- /usr/lib/qt/mkspecs/features/testcase_targets.prf \
- /usr/lib/qt/mkspecs/features/exceptions.prf \
- /usr/lib/qt/mkspecs/features/yacc.prf \
- /usr/lib/qt/mkspecs/features/lex.prf \
- ../AeroColorMixer/AeroColorMixer.pro ../AeroColorMixer/colorwindow.h \
- ../AeroColorMixer/flowlayout.h \
- ../AeroColorMixer/mainwindow.h ../AeroColorMixer/colorwindow.cpp \
- ../AeroColorMixer/flowlayout.cpp \
- ../AeroColorMixer/main.cpp \
- ../AeroColorMixer/mainwindow.cpp
-QMAKE_TARGET = AeroColorMixer
-DESTDIR =
-TARGET = AeroColorMixer
-
-
-first: all
-####### Build rules
-
-AeroColorMixer: ui_mainwindow.h $(OBJECTS)
- $(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJCOMP) $(LIBS)
-
-Makefile: ../AeroColorMixer/AeroColorMixer.pro /usr/lib/qt/mkspecs/linux-g++/qmake.conf /usr/lib/qt/mkspecs/features/spec_pre.prf \
- /usr/lib/qt/mkspecs/common/unix.conf \
- /usr/lib/qt/mkspecs/common/linux.conf \
- /usr/lib/qt/mkspecs/common/sanitize.conf \
- /usr/lib/qt/mkspecs/common/gcc-base.conf \
- /usr/lib/qt/mkspecs/common/gcc-base-unix.conf \
- /usr/lib/qt/mkspecs/common/g++-base.conf \
- /usr/lib/qt/mkspecs/common/g++-unix.conf \
- /usr/lib/qt/mkspecs/qconfig.pri \
- /usr/lib/qt/mkspecs/modules/qt_Attica.pri \
- /usr/lib/qt/mkspecs/modules/qt_Baloo.pri \
- /usr/lib/qt/mkspecs/modules/qt_BluezQt.pri \
- /usr/lib/qt/mkspecs/modules/qt_KActivities.pri \
- /usr/lib/qt/mkspecs/modules/qt_KActivitiesStats.pri \
- /usr/lib/qt/mkspecs/modules/qt_KArchive.pri \
- /usr/lib/qt/mkspecs/modules/qt_KAsync.pri \
- /usr/lib/qt/mkspecs/modules/qt_KAuth.pri \
- /usr/lib/qt/mkspecs/modules/qt_KAuthCore.pri \
- /usr/lib/qt/mkspecs/modules/qt_KBookmarks.pri \
- /usr/lib/qt/mkspecs/modules/qt_KCalendarCore.pri \
- /usr/lib/qt/mkspecs/modules/qt_KCddb.pri \
- /usr/lib/qt/mkspecs/modules/qt_KCMUtils.pri \
- /usr/lib/qt/mkspecs/modules/qt_KCodecs.pri \
- /usr/lib/qt/mkspecs/modules/qt_KCompletion.pri \
- /usr/lib/qt/mkspecs/modules/qt_KConfigCore.pri \
- /usr/lib/qt/mkspecs/modules/qt_KConfigGui.pri \
- /usr/lib/qt/mkspecs/modules/qt_KConfigWidgets.pri \
- /usr/lib/qt/mkspecs/modules/qt_KContacts.pri \
- /usr/lib/qt/mkspecs/modules/qt_KCoreAddons.pri \
- /usr/lib/qt/mkspecs/modules/qt_KCrash.pri \
- /usr/lib/qt/mkspecs/modules/qt_kdav2.pri \
- /usr/lib/qt/mkspecs/modules/qt_KDBusAddons.pri \
- /usr/lib/qt/mkspecs/modules/qt_KDeclarative.pri \
- /usr/lib/qt/mkspecs/modules/qt_KDESu.pri \
- /usr/lib/qt/mkspecs/modules/qt_KDNSSD.pri \
- /usr/lib/qt/mkspecs/modules/qt_KDSoapClient.pri \
- /usr/lib/qt/mkspecs/modules/qt_KDSoapServer.pri \
- /usr/lib/qt/mkspecs/modules/qt_KEmoticons.pri \
- /usr/lib/qt/mkspecs/modules/qt_KFileMetaData.pri \
- /usr/lib/qt/mkspecs/modules/qt_KGlobalAccel.pri \
- /usr/lib/qt/mkspecs/modules/qt_KGuiAddons.pri \
- /usr/lib/qt/mkspecs/modules/qt_KHolidays.pri \
- /usr/lib/qt/mkspecs/modules/qt_KI18n.pri \
- /usr/lib/qt/mkspecs/modules/qt_KIconThemes.pri \
- /usr/lib/qt/mkspecs/modules/qt_KIdleTime.pri \
- /usr/lib/qt/mkspecs/modules/qt_KIMAP2.pri \
- /usr/lib/qt/mkspecs/modules/qt_KIOCore.pri \
- /usr/lib/qt/mkspecs/modules/qt_KIOFileWidgets.pri \
- /usr/lib/qt/mkspecs/modules/qt_KIOGui.pri \
- /usr/lib/qt/mkspecs/modules/qt_KIOWidgets.pri \
- /usr/lib/qt/mkspecs/modules/qt_Kirigami2.pri \
- /usr/lib/qt/mkspecs/modules/qt_KItemModels.pri \
- /usr/lib/qt/mkspecs/modules/qt_KItemViews.pri \
- /usr/lib/qt/mkspecs/modules/qt_KJobWidgets.pri \
- /usr/lib/qt/mkspecs/modules/qt_KMime.pri \
- /usr/lib/qt/mkspecs/modules/qt_KNewStuff.pri \
- /usr/lib/qt/mkspecs/modules/qt_KNewStuffCore.pri \
- /usr/lib/qt/mkspecs/modules/qt_KNotifications.pri \
- /usr/lib/qt/mkspecs/modules/qt_KNotifyConfig.pri \
- /usr/lib/qt/mkspecs/modules/qt_KNTLM.pri \
- /usr/lib/qt/mkspecs/modules/qt_KParts.pri \
- /usr/lib/qt/mkspecs/modules/qt_KPeople.pri \
- /usr/lib/qt/mkspecs/modules/qt_KPeopleWidgets.pri \
- /usr/lib/qt/mkspecs/modules/qt_KPty.pri \
- /usr/lib/qt/mkspecs/modules/qt_KRunner.pri \
- /usr/lib/qt/mkspecs/modules/qt_KScreen.pri \
- /usr/lib/qt/mkspecs/modules/qt_KService.pri \
- /usr/lib/qt/mkspecs/modules/qt_KSyntaxHighlighting.pri \
- /usr/lib/qt/mkspecs/modules/qt_KTextEditor.pri \
- /usr/lib/qt/mkspecs/modules/qt_KTextWidgets.pri \
- /usr/lib/qt/mkspecs/modules/qt_KUnitConversion.pri \
- /usr/lib/qt/mkspecs/modules/qt_KUserFeedbackCore.pri \
- /usr/lib/qt/mkspecs/modules/qt_KUserFeedbackWidgets.pri \
- /usr/lib/qt/mkspecs/modules/qt_KWallet.pri \
- /usr/lib/qt/mkspecs/modules/qt_KWaylandClient.pri \
- /usr/lib/qt/mkspecs/modules/qt_KWaylandServer.pri \
- /usr/lib/qt/mkspecs/modules/qt_KWidgetsAddons.pri \
- /usr/lib/qt/mkspecs/modules/qt_KWindowSystem.pri \
- /usr/lib/qt/mkspecs/modules/qt_KXmlGui.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_accessibility_support_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_bootstrap_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_concurrent.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_concurrent_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_core.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_core_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_dbus.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_dbus_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_designer.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_designer_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_designercomponents_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_devicediscovery_support_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_edid_support_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_egl_support_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_eglfs_kms_support_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_eglfsdeviceintegration_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_eventdispatcher_support_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_fb_support_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_fontdatabase_support_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_glx_support_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_gui.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_gui_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_help.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_help_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_input_support_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_kms_support_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_linuxaccessibility_support_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_location.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_location_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_multimedia.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_multimedia_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_multimediagsttools_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_multimediawidgets.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_multimediawidgets_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_network.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_network_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_networkauth.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_networkauth_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_opengl.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_opengl_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_openglextensions.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_openglextensions_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_packetprotocol_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_pdf.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_pdf_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_pdfwidgets.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_pdfwidgets_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_platformcompositor_support_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_positioning.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_positioning_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_positioningquick.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_positioningquick_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_printsupport.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_printsupport_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_qml.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_qml_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_qmldebug_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_qmldevtools_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_qmlmodels.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_qmlmodels_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_qmltest.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_qmltest_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_qmlworkerscript.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_qmlworkerscript_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_qtmultimediaquicktools_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_quick.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_quick3d.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_quick3d_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_quick3dassetimport.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_quick3dassetimport_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_quick3drender.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_quick3drender_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_quick3druntimerender.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_quick3druntimerender_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_quick3dutils.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_quick3dutils_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_quick_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_quickcontrols2.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_quickcontrols2_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_quickparticles_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_quickshapes_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_quicktemplates2.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_quicktemplates2_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_quickwidgets.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_quickwidgets_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_script.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_script_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_scripttools.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_scripttools_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_sensors.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_sensors_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_serialport.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_serialport_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_service_support_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_sql.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_sql_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_svg.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_svg_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_testlib.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_testlib_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_texttospeech.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_texttospeech_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_theme_support_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_uiplugin.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_uitools.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_uitools_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_vulkan_support_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_waylandclient.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_waylandclient_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_waylandcompositor.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_waylandcompositor_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_webchannel.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_webchannel_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_webengine.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_webengine_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_webenginecore.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_webenginecore_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_webenginecoreheaders_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_webenginewidgets.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_webenginewidgets_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_webkit.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_webkit_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_webkitwidgets.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_webkitwidgets_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_websockets.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_websockets_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_widgets.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_widgets_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_x11extras.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_x11extras_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_xcb_qpa_lib_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_xkbcommon_support_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_xml.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_xml_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_xmlpatterns.pri \
- /usr/lib/qt/mkspecs/modules/qt_lib_xmlpatterns_private.pri \
- /usr/lib/qt/mkspecs/modules/qt_Marble.pri \
- /usr/lib/qt/mkspecs/modules/qt_phonon4qt5.pri \
- /usr/lib/qt/mkspecs/modules/qt_Prison.pri \
- /usr/lib/qt/mkspecs/modules/qt_Qt5Keychain.pri \
- /usr/lib/qt/mkspecs/modules/qt_QuickAddons.pri \
- /usr/lib/qt/mkspecs/modules/qt_Solid.pri \
- /usr/lib/qt/mkspecs/modules/qt_SonnetCore.pri \
- /usr/lib/qt/mkspecs/modules/qt_SonnetUi.pri \
- /usr/lib/qt/mkspecs/modules/qt_Syndication.pri \
- /usr/lib/qt/mkspecs/modules/qt_ThreadWeaver.pri \
- /usr/lib/qt/mkspecs/features/qt_functions.prf \
- /usr/lib/qt/mkspecs/features/qt_config.prf \
- /usr/lib/qt/mkspecs/linux-g++/qmake.conf \
- /usr/lib/qt/mkspecs/features/spec_post.prf \
- .qmake.stash \
- /usr/lib/qt/mkspecs/features/exclusive_builds.prf \
- /usr/lib/qt/mkspecs/features/toolchain.prf \
- /usr/lib/qt/mkspecs/features/default_pre.prf \
- /usr/lib/qt/mkspecs/features/resolve_config.prf \
- /usr/lib/qt/mkspecs/features/default_post.prf \
- /usr/lib/qt/mkspecs/features/qml_debug.prf \
- /usr/lib/qt/mkspecs/features/ltcg.prf \
- /usr/lib/qt/mkspecs/features/warn_on.prf \
- /usr/lib/qt/mkspecs/features/qt.prf \
- /usr/lib/qt/mkspecs/features/resources_functions.prf \
- /usr/lib/qt/mkspecs/features/resources.prf \
- /usr/lib/qt/mkspecs/features/moc.prf \
- /usr/lib/qt/mkspecs/features/link_ltcg.prf \
- /usr/lib/qt/mkspecs/features/unix/opengl.prf \
- /usr/lib/qt/mkspecs/features/uic.prf \
- /usr/lib/qt/mkspecs/features/unix/thread.prf \
- /usr/lib/qt/mkspecs/features/qmake_use.prf \
- /usr/lib/qt/mkspecs/features/file_copies.prf \
- /usr/lib/qt/mkspecs/features/testcase_targets.prf \
- /usr/lib/qt/mkspecs/features/exceptions.prf \
- /usr/lib/qt/mkspecs/features/yacc.prf \
- /usr/lib/qt/mkspecs/features/lex.prf \
- ../AeroColorMixer/AeroColorMixer.pro
- $(QMAKE) -o Makefile ../AeroColorMixer/AeroColorMixer.pro -spec linux-g++ CONFIG+=debug CONFIG+=qml_debug
-/usr/lib/qt/mkspecs/features/spec_pre.prf:
-/usr/lib/qt/mkspecs/common/unix.conf:
-/usr/lib/qt/mkspecs/common/linux.conf:
-/usr/lib/qt/mkspecs/common/sanitize.conf:
-/usr/lib/qt/mkspecs/common/gcc-base.conf:
-/usr/lib/qt/mkspecs/common/gcc-base-unix.conf:
-/usr/lib/qt/mkspecs/common/g++-base.conf:
-/usr/lib/qt/mkspecs/common/g++-unix.conf:
-/usr/lib/qt/mkspecs/qconfig.pri:
-/usr/lib/qt/mkspecs/modules/qt_Attica.pri:
-/usr/lib/qt/mkspecs/modules/qt_Baloo.pri:
-/usr/lib/qt/mkspecs/modules/qt_BluezQt.pri:
-/usr/lib/qt/mkspecs/modules/qt_KActivities.pri:
-/usr/lib/qt/mkspecs/modules/qt_KActivitiesStats.pri:
-/usr/lib/qt/mkspecs/modules/qt_KArchive.pri:
-/usr/lib/qt/mkspecs/modules/qt_KAsync.pri:
-/usr/lib/qt/mkspecs/modules/qt_KAuth.pri:
-/usr/lib/qt/mkspecs/modules/qt_KAuthCore.pri:
-/usr/lib/qt/mkspecs/modules/qt_KBookmarks.pri:
-/usr/lib/qt/mkspecs/modules/qt_KCalendarCore.pri:
-/usr/lib/qt/mkspecs/modules/qt_KCddb.pri:
-/usr/lib/qt/mkspecs/modules/qt_KCMUtils.pri:
-/usr/lib/qt/mkspecs/modules/qt_KCodecs.pri:
-/usr/lib/qt/mkspecs/modules/qt_KCompletion.pri:
-/usr/lib/qt/mkspecs/modules/qt_KConfigCore.pri:
-/usr/lib/qt/mkspecs/modules/qt_KConfigGui.pri:
-/usr/lib/qt/mkspecs/modules/qt_KConfigWidgets.pri:
-/usr/lib/qt/mkspecs/modules/qt_KContacts.pri:
-/usr/lib/qt/mkspecs/modules/qt_KCoreAddons.pri:
-/usr/lib/qt/mkspecs/modules/qt_KCrash.pri:
-/usr/lib/qt/mkspecs/modules/qt_kdav2.pri:
-/usr/lib/qt/mkspecs/modules/qt_KDBusAddons.pri:
-/usr/lib/qt/mkspecs/modules/qt_KDeclarative.pri:
-/usr/lib/qt/mkspecs/modules/qt_KDESu.pri:
-/usr/lib/qt/mkspecs/modules/qt_KDNSSD.pri:
-/usr/lib/qt/mkspecs/modules/qt_KDSoapClient.pri:
-/usr/lib/qt/mkspecs/modules/qt_KDSoapServer.pri:
-/usr/lib/qt/mkspecs/modules/qt_KEmoticons.pri:
-/usr/lib/qt/mkspecs/modules/qt_KFileMetaData.pri:
-/usr/lib/qt/mkspecs/modules/qt_KGlobalAccel.pri:
-/usr/lib/qt/mkspecs/modules/qt_KGuiAddons.pri:
-/usr/lib/qt/mkspecs/modules/qt_KHolidays.pri:
-/usr/lib/qt/mkspecs/modules/qt_KI18n.pri:
-/usr/lib/qt/mkspecs/modules/qt_KIconThemes.pri:
-/usr/lib/qt/mkspecs/modules/qt_KIdleTime.pri:
-/usr/lib/qt/mkspecs/modules/qt_KIMAP2.pri:
-/usr/lib/qt/mkspecs/modules/qt_KIOCore.pri:
-/usr/lib/qt/mkspecs/modules/qt_KIOFileWidgets.pri:
-/usr/lib/qt/mkspecs/modules/qt_KIOGui.pri:
-/usr/lib/qt/mkspecs/modules/qt_KIOWidgets.pri:
-/usr/lib/qt/mkspecs/modules/qt_Kirigami2.pri:
-/usr/lib/qt/mkspecs/modules/qt_KItemModels.pri:
-/usr/lib/qt/mkspecs/modules/qt_KItemViews.pri:
-/usr/lib/qt/mkspecs/modules/qt_KJobWidgets.pri:
-/usr/lib/qt/mkspecs/modules/qt_KMime.pri:
-/usr/lib/qt/mkspecs/modules/qt_KNewStuff.pri:
-/usr/lib/qt/mkspecs/modules/qt_KNewStuffCore.pri:
-/usr/lib/qt/mkspecs/modules/qt_KNotifications.pri:
-/usr/lib/qt/mkspecs/modules/qt_KNotifyConfig.pri:
-/usr/lib/qt/mkspecs/modules/qt_KNTLM.pri:
-/usr/lib/qt/mkspecs/modules/qt_KParts.pri:
-/usr/lib/qt/mkspecs/modules/qt_KPeople.pri:
-/usr/lib/qt/mkspecs/modules/qt_KPeopleWidgets.pri:
-/usr/lib/qt/mkspecs/modules/qt_KPty.pri:
-/usr/lib/qt/mkspecs/modules/qt_KRunner.pri:
-/usr/lib/qt/mkspecs/modules/qt_KScreen.pri:
-/usr/lib/qt/mkspecs/modules/qt_KService.pri:
-/usr/lib/qt/mkspecs/modules/qt_KSyntaxHighlighting.pri:
-/usr/lib/qt/mkspecs/modules/qt_KTextEditor.pri:
-/usr/lib/qt/mkspecs/modules/qt_KTextWidgets.pri:
-/usr/lib/qt/mkspecs/modules/qt_KUnitConversion.pri:
-/usr/lib/qt/mkspecs/modules/qt_KUserFeedbackCore.pri:
-/usr/lib/qt/mkspecs/modules/qt_KUserFeedbackWidgets.pri:
-/usr/lib/qt/mkspecs/modules/qt_KWallet.pri:
-/usr/lib/qt/mkspecs/modules/qt_KWaylandClient.pri:
-/usr/lib/qt/mkspecs/modules/qt_KWaylandServer.pri:
-/usr/lib/qt/mkspecs/modules/qt_KWidgetsAddons.pri:
-/usr/lib/qt/mkspecs/modules/qt_KWindowSystem.pri:
-/usr/lib/qt/mkspecs/modules/qt_KXmlGui.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_accessibility_support_private.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_bootstrap_private.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_concurrent.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_concurrent_private.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_core.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_core_private.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_dbus.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_dbus_private.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_designer.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_designer_private.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_designercomponents_private.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_devicediscovery_support_private.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_edid_support_private.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_egl_support_private.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_eglfs_kms_support_private.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_eglfsdeviceintegration_private.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_eventdispatcher_support_private.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_fb_support_private.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_fontdatabase_support_private.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_glx_support_private.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_gui.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_gui_private.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_help.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_help_private.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_input_support_private.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_kms_support_private.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_linuxaccessibility_support_private.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_location.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_location_private.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_multimedia.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_multimedia_private.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_multimediagsttools_private.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_multimediawidgets.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_multimediawidgets_private.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_network.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_network_private.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_networkauth.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_networkauth_private.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_opengl.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_opengl_private.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_openglextensions.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_openglextensions_private.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_packetprotocol_private.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_pdf.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_pdf_private.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_pdfwidgets.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_pdfwidgets_private.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_platformcompositor_support_private.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_positioning.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_positioning_private.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_positioningquick.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_positioningquick_private.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_printsupport.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_printsupport_private.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_qml.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_qml_private.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_qmldebug_private.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_qmldevtools_private.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_qmlmodels.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_qmlmodels_private.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_qmltest.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_qmltest_private.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_qmlworkerscript.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_qmlworkerscript_private.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_qtmultimediaquicktools_private.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_quick.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_quick3d.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_quick3d_private.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_quick3dassetimport.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_quick3dassetimport_private.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_quick3drender.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_quick3drender_private.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_quick3druntimerender.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_quick3druntimerender_private.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_quick3dutils.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_quick3dutils_private.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_quick_private.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_quickcontrols2.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_quickcontrols2_private.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_quickparticles_private.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_quickshapes_private.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_quicktemplates2.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_quicktemplates2_private.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_quickwidgets.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_quickwidgets_private.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_script.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_script_private.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_scripttools.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_scripttools_private.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_sensors.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_sensors_private.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_serialport.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_serialport_private.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_service_support_private.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_sql.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_sql_private.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_svg.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_svg_private.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_testlib.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_testlib_private.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_texttospeech.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_texttospeech_private.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_theme_support_private.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_uiplugin.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_uitools.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_uitools_private.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_vulkan_support_private.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_waylandclient.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_waylandclient_private.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_waylandcompositor.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_waylandcompositor_private.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_webchannel.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_webchannel_private.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_webengine.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_webengine_private.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_webenginecore.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_webenginecore_private.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_webenginecoreheaders_private.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_webenginewidgets.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_webenginewidgets_private.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_webkit.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_webkit_private.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_webkitwidgets.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_webkitwidgets_private.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_websockets.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_websockets_private.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_widgets.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_widgets_private.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_x11extras.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_x11extras_private.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_xcb_qpa_lib_private.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_xkbcommon_support_private.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_xml.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_xml_private.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_xmlpatterns.pri:
-/usr/lib/qt/mkspecs/modules/qt_lib_xmlpatterns_private.pri:
-/usr/lib/qt/mkspecs/modules/qt_Marble.pri:
-/usr/lib/qt/mkspecs/modules/qt_phonon4qt5.pri:
-/usr/lib/qt/mkspecs/modules/qt_Prison.pri:
-/usr/lib/qt/mkspecs/modules/qt_Qt5Keychain.pri:
-/usr/lib/qt/mkspecs/modules/qt_QuickAddons.pri:
-/usr/lib/qt/mkspecs/modules/qt_Solid.pri:
-/usr/lib/qt/mkspecs/modules/qt_SonnetCore.pri:
-/usr/lib/qt/mkspecs/modules/qt_SonnetUi.pri:
-/usr/lib/qt/mkspecs/modules/qt_Syndication.pri:
-/usr/lib/qt/mkspecs/modules/qt_ThreadWeaver.pri:
-/usr/lib/qt/mkspecs/features/qt_functions.prf:
-/usr/lib/qt/mkspecs/features/qt_config.prf:
-/usr/lib/qt/mkspecs/linux-g++/qmake.conf:
-/usr/lib/qt/mkspecs/features/spec_post.prf:
-.qmake.stash:
-/usr/lib/qt/mkspecs/features/exclusive_builds.prf:
-/usr/lib/qt/mkspecs/features/toolchain.prf:
-/usr/lib/qt/mkspecs/features/default_pre.prf:
-/usr/lib/qt/mkspecs/features/resolve_config.prf:
-/usr/lib/qt/mkspecs/features/default_post.prf:
-/usr/lib/qt/mkspecs/features/qml_debug.prf:
-/usr/lib/qt/mkspecs/features/ltcg.prf:
-/usr/lib/qt/mkspecs/features/warn_on.prf:
-/usr/lib/qt/mkspecs/features/qt.prf:
-/usr/lib/qt/mkspecs/features/resources_functions.prf:
-/usr/lib/qt/mkspecs/features/resources.prf:
-/usr/lib/qt/mkspecs/features/moc.prf:
-/usr/lib/qt/mkspecs/features/link_ltcg.prf:
-/usr/lib/qt/mkspecs/features/unix/opengl.prf:
-/usr/lib/qt/mkspecs/features/uic.prf:
-/usr/lib/qt/mkspecs/features/unix/thread.prf:
-/usr/lib/qt/mkspecs/features/qmake_use.prf:
-/usr/lib/qt/mkspecs/features/file_copies.prf:
-/usr/lib/qt/mkspecs/features/testcase_targets.prf:
-/usr/lib/qt/mkspecs/features/exceptions.prf:
-/usr/lib/qt/mkspecs/features/yacc.prf:
-/usr/lib/qt/mkspecs/features/lex.prf:
-../AeroColorMixer/AeroColorMixer.pro:
-qmake: FORCE
- @$(QMAKE) -o Makefile ../AeroColorMixer/AeroColorMixer.pro -spec linux-g++ CONFIG+=debug CONFIG+=qml_debug
-
-qmake_all: FORCE
-
-
-all: Makefile AeroColorMixer
-
-dist: distdir FORCE
- (cd `dirname $(DISTDIR)` && $(TAR) $(DISTNAME).tar $(DISTNAME) && $(COMPRESS) $(DISTNAME).tar) && $(MOVE) `dirname $(DISTDIR)`/$(DISTNAME).tar.gz . && $(DEL_FILE) -r $(DISTDIR)
-
-distdir: FORCE
- @test -d $(DISTDIR) || mkdir -p $(DISTDIR)
- $(COPY_FILE) --parents $(DIST) $(DISTDIR)/
- $(COPY_FILE) --parents /usr/lib/qt/mkspecs/features/data/dummy.cpp $(DISTDIR)/
- $(COPY_FILE) --parents ../AeroColorMixer/colorwindow.h ../AeroColorMixer/flowlayout.h ../AeroColorMixer/mainwindow.h $(DISTDIR)/
- $(COPY_FILE) --parents ../AeroColorMixer/colorwindow.cpp ../AeroColorMixer/flowlayout.cpp ../AeroColorMixer/main.cpp ../AeroColorMixer/mainwindow.cpp $(DISTDIR)/
- $(COPY_FILE) --parents ../AeroColorMixer/mainwindow.ui $(DISTDIR)/
-
-
-clean: compiler_clean
- -$(DEL_FILE) $(OBJECTS)
- -$(DEL_FILE) *~ core *.core
-
-
-distclean: clean
- -$(DEL_FILE) $(TARGET)
- -$(DEL_FILE) .qmake.stash
- -$(DEL_FILE) Makefile
-
-
-####### Sub-libraries
-
-mocclean: compiler_moc_header_clean compiler_moc_objc_header_clean compiler_moc_source_clean
-
-mocables: compiler_moc_header_make_all compiler_moc_objc_header_make_all compiler_moc_source_make_all
-
-check: first
-
-benchmark: first
-
-compiler_rcc_make_all:
-compiler_rcc_clean:
-compiler_moc_predefs_make_all: moc_predefs.h
-compiler_moc_predefs_clean:
- -$(DEL_FILE) moc_predefs.h
-moc_predefs.h: /usr/lib/qt/mkspecs/features/data/dummy.cpp
- g++ -pipe -g -std=gnu++11 -Wall -Wextra -dM -E -o moc_predefs.h /usr/lib/qt/mkspecs/features/data/dummy.cpp
-
-compiler_moc_header_make_all: moc_mainwindow.cpp
-compiler_moc_header_clean:
- -$(DEL_FILE) moc_mainwindow.cpp
-moc_mainwindow.cpp: ../AeroColorMixer/mainwindow.h \
- ../AeroColorMixer/flowlayout.h \
- ../AeroColorMixer/colorwindow.h \
- moc_predefs.h \
- /usr/bin/moc
- /usr/bin/moc $(DEFINES) --include /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/qt_projects/build-AeroColorMixer-Desktop-Debug/moc_predefs.h -I/usr/lib/qt/mkspecs/linux-g++ -I/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/qt_projects/AeroColorMixer -I/usr/include/KF5 -I/usr/include/KF5/KWindowSystem -I/usr/include/qt -I/usr/include/qt/QtWidgets -I/usr/include/qt/QtGui -I/usr/include/qt/QtCore -I. -I/usr/include/c++/11.1.0 -I/usr/include/c++/11.1.0/x86_64-pc-linux-gnu -I/usr/include/c++/11.1.0/backward -I/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include -I/usr/local/include -I/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include-fixed -I/usr/include ../AeroColorMixer/mainwindow.h -o moc_mainwindow.cpp
-
-compiler_moc_objc_header_make_all:
-compiler_moc_objc_header_clean:
-compiler_moc_source_make_all:
-compiler_moc_source_clean:
-compiler_uic_make_all: ui_mainwindow.h
-compiler_uic_clean:
- -$(DEL_FILE) ui_mainwindow.h
-ui_mainwindow.h: ../AeroColorMixer/mainwindow.ui \
- /usr/bin/uic
- /usr/bin/uic ../AeroColorMixer/mainwindow.ui -o ui_mainwindow.h
-
-compiler_yacc_decl_make_all:
-compiler_yacc_decl_clean:
-compiler_yacc_impl_make_all:
-compiler_yacc_impl_clean:
-compiler_lex_make_all:
-compiler_lex_clean:
-compiler_clean: compiler_moc_predefs_clean compiler_moc_header_clean compiler_uic_clean
-
-####### Compile
-
-colorwindow.o: ../AeroColorMixer/colorwindow.cpp ../AeroColorMixer/colorwindow.h
- $(CXX) -c $(CXXFLAGS) $(INCPATH) -o colorwindow.o ../AeroColorMixer/colorwindow.cpp
-
-flowlayout.o: ../AeroColorMixer/flowlayout.cpp ../AeroColorMixer/flowlayout.h
- $(CXX) -c $(CXXFLAGS) $(INCPATH) -o flowlayout.o ../AeroColorMixer/flowlayout.cpp
-
-main.o: ../AeroColorMixer/main.cpp ../AeroColorMixer/mainwindow.h \
- ../AeroColorMixer/flowlayout.h \
- ../AeroColorMixer/colorwindow.h
- $(CXX) -c $(CXXFLAGS) $(INCPATH) -o main.o ../AeroColorMixer/main.cpp
-
-mainwindow.o: ../AeroColorMixer/mainwindow.cpp ../AeroColorMixer/mainwindow.h \
- ../AeroColorMixer/flowlayout.h \
- ../AeroColorMixer/colorwindow.h \
- ui_mainwindow.h
- $(CXX) -c $(CXXFLAGS) $(INCPATH) -o mainwindow.o ../AeroColorMixer/mainwindow.cpp
-
-moc_mainwindow.o: moc_mainwindow.cpp
- $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_mainwindow.o moc_mainwindow.cpp
-
-####### Install
-
-install_target: first FORCE
- @test -d $(INSTALL_ROOT)/opt/AeroColorMixer/bin || mkdir -p $(INSTALL_ROOT)/opt/AeroColorMixer/bin
- $(QINSTALL_PROGRAM) $(QMAKE_TARGET) $(INSTALL_ROOT)/opt/AeroColorMixer/bin/$(QMAKE_TARGET)
-
-uninstall_target: FORCE
- -$(DEL_FILE) $(INSTALL_ROOT)/opt/AeroColorMixer/bin/$(QMAKE_TARGET)
- -$(DEL_DIR) $(INSTALL_ROOT)/opt/AeroColorMixer/bin/
-
-
-install: install_target FORCE
-
-uninstall: uninstall_target FORCE
-
-FORCE:
-
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/colorwindow.o b/Plasma/KDE Plasma Theme/AeroColorMixer/build/colorwindow.o
deleted file mode 100644
index 0e871e8..0000000
Binary files a/Plasma/KDE Plasma Theme/AeroColorMixer/build/colorwindow.o and /dev/null differ
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/flowlayout.o b/Plasma/KDE Plasma Theme/AeroColorMixer/build/flowlayout.o
deleted file mode 100644
index bdf657a..0000000
Binary files a/Plasma/KDE Plasma Theme/AeroColorMixer/build/flowlayout.o and /dev/null differ
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/mainwindow.o b/Plasma/KDE Plasma Theme/AeroColorMixer/build/mainwindow.o
deleted file mode 100644
index ec46e15..0000000
Binary files a/Plasma/KDE Plasma Theme/AeroColorMixer/build/mainwindow.o and /dev/null differ
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/moc_mainwindow.o b/Plasma/KDE Plasma Theme/AeroColorMixer/build/moc_mainwindow.o
deleted file mode 100644
index 7f588db..0000000
Binary files a/Plasma/KDE Plasma Theme/AeroColorMixer/build/moc_mainwindow.o and /dev/null differ
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/ui_mainwindow.h b/Plasma/KDE Plasma Theme/AeroColorMixer/build/ui_mainwindow.h
deleted file mode 100644
index 70d2fff..0000000
--- a/Plasma/KDE Plasma Theme/AeroColorMixer/build/ui_mainwindow.h
+++ /dev/null
@@ -1,342 +0,0 @@
-/********************************************************************************
-** Form generated from reading UI file 'mainwindow.ui'
-**
-** Created by: Qt User Interface Compiler version 5.15.5
-**
-** WARNING! All changes made in this file will be lost when recompiling UI file!
-********************************************************************************/
-
-#ifndef UI_MAINWINDOW_H
-#define UI_MAINWINDOW_H
-
-#include
-#include
-#include
-#include
-#include
-#include
-#include
-#include
-#include
-#include
-#include
-#include
-#include
-
-QT_BEGIN_NAMESPACE
-
-class Ui_MainWindow
-{
-public:
- QWidget *centralwidget;
- QGridLayout *gridLayout_4;
- QSpacerItem *verticalSpacer_3;
- QSpacerItem *verticalSpacer;
- QSpacerItem *horizontalSpacer_4;
- QSlider *alpha_slider;
- QGroupBox *groupBox;
- QSpacerItem *verticalSpacer_2;
- QFrame *frame;
- QGridLayout *gridLayout;
- QPushButton *saveChanges_Button;
- QPushButton *apply_Button;
- QPushButton *cancel_Button;
- QSpacerItem *horizontalSpacer;
- QCheckBox *enableTransparency_CheckBox;
- QLabel *color_name_label;
- QGroupBox *colorMixerGroupBox;
- QGridLayout *gridLayout_2;
- QSpacerItem *horizontalSpacer_2;
- QSlider *hue_Slider;
- QLabel *label_3;
- QLabel *label_2;
- QSlider *saturation_Slider;
- QLabel *label_4;
- QSlider *Lightness_Slider;
- QLabel *hue_label;
- QLabel *saturation_label;
- QLabel *brightness_label;
- QLabel *alpha_label;
- QSpacerItem *horizontalSpacer_3;
- QLabel *colorMixerLabel;
- QLabel *label;
- QSpacerItem *horizontalSpacer_5;
-
- void setupUi(QMainWindow *MainWindow)
- {
- if (MainWindow->objectName().isEmpty())
- MainWindow->setObjectName(QString::fromUtf8("MainWindow"));
- MainWindow->resize(900, 600);
- MainWindow->setMinimumSize(QSize(776, 585));
- QIcon icon;
- QString iconThemeName = QString::fromUtf8("style");
- if (QIcon::hasThemeIcon(iconThemeName)) {
- icon = QIcon::fromTheme(iconThemeName);
- } else {
- icon.addFile(QString::fromUtf8("."), QSize(), QIcon::Normal, QIcon::Off);
- }
- MainWindow->setWindowIcon(icon);
- MainWindow->setStyleSheet(QString::fromUtf8(""));
- centralwidget = new QWidget(MainWindow);
- centralwidget->setObjectName(QString::fromUtf8("centralwidget"));
- centralwidget->setStyleSheet(QString::fromUtf8(""));
- gridLayout_4 = new QGridLayout(centralwidget);
- gridLayout_4->setObjectName(QString::fromUtf8("gridLayout_4"));
- verticalSpacer_3 = new QSpacerItem(20, 10, QSizePolicy::Minimum, QSizePolicy::Maximum);
-
- gridLayout_4->addItem(verticalSpacer_3, 3, 1, 1, 1);
-
- verticalSpacer = new QSpacerItem(20, 10, QSizePolicy::Minimum, QSizePolicy::Expanding);
-
- gridLayout_4->addItem(verticalSpacer, 8, 1, 1, 1);
-
- horizontalSpacer_4 = new QSpacerItem(40, 20, QSizePolicy::Preferred, QSizePolicy::Minimum);
-
- gridLayout_4->addItem(horizontalSpacer_4, 1, 0, 1, 1);
-
- alpha_slider = new QSlider(centralwidget);
- alpha_slider->setObjectName(QString::fromUtf8("alpha_slider"));
- QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Preferred);
- sizePolicy.setHorizontalStretch(0);
- sizePolicy.setVerticalStretch(0);
- sizePolicy.setHeightForWidth(alpha_slider->sizePolicy().hasHeightForWidth());
- alpha_slider->setSizePolicy(sizePolicy);
- alpha_slider->setMinimumSize(QSize(350, 0));
- alpha_slider->setMaximumSize(QSize(16777215, 16777215));
- alpha_slider->setMaximum(255);
- alpha_slider->setOrientation(Qt::Horizontal);
-
- gridLayout_4->addWidget(alpha_slider, 4, 2, 1, 1);
-
- groupBox = new QGroupBox(centralwidget);
- groupBox->setObjectName(QString::fromUtf8("groupBox"));
- QSizePolicy sizePolicy1(QSizePolicy::Preferred, QSizePolicy::Maximum);
- sizePolicy1.setHorizontalStretch(0);
- sizePolicy1.setVerticalStretch(0);
- sizePolicy1.setHeightForWidth(groupBox->sizePolicy().hasHeightForWidth());
- groupBox->setSizePolicy(sizePolicy1);
- groupBox->setMaximumSize(QSize(16777215, 16777215));
- QFont font;
- font.setPointSize(12);
- font.setBold(false);
- font.setItalic(false);
- groupBox->setFont(font);
- groupBox->setAlignment(Qt::AlignCenter);
-
- gridLayout_4->addWidget(groupBox, 0, 1, 1, 4);
-
- verticalSpacer_2 = new QSpacerItem(20, 20, QSizePolicy::Minimum, QSizePolicy::Maximum);
-
- gridLayout_4->addItem(verticalSpacer_2, 5, 1, 1, 1);
-
- frame = new QFrame(centralwidget);
- frame->setObjectName(QString::fromUtf8("frame"));
- QSizePolicy sizePolicy2(QSizePolicy::Preferred, QSizePolicy::MinimumExpanding);
- sizePolicy2.setHorizontalStretch(0);
- sizePolicy2.setVerticalStretch(0);
- sizePolicy2.setHeightForWidth(frame->sizePolicy().hasHeightForWidth());
- frame->setSizePolicy(sizePolicy2);
- frame->setMaximumSize(QSize(16777215, 50));
- frame->setFrameShape(QFrame::NoFrame);
- frame->setFrameShadow(QFrame::Raised);
- gridLayout = new QGridLayout(frame);
- gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
- saveChanges_Button = new QPushButton(frame);
- saveChanges_Button->setObjectName(QString::fromUtf8("saveChanges_Button"));
- saveChanges_Button->setMinimumSize(QSize(100, 0));
- saveChanges_Button->setMaximumSize(QSize(100, 25));
-
- gridLayout->addWidget(saveChanges_Button, 1, 2, 1, 1);
-
- apply_Button = new QPushButton(frame);
- apply_Button->setObjectName(QString::fromUtf8("apply_Button"));
-
- gridLayout->addWidget(apply_Button, 1, 1, 1, 1);
-
- cancel_Button = new QPushButton(frame);
- cancel_Button->setObjectName(QString::fromUtf8("cancel_Button"));
-
- gridLayout->addWidget(cancel_Button, 1, 3, 1, 1);
-
- horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
-
- gridLayout->addItem(horizontalSpacer, 1, 0, 1, 1);
-
-
- gridLayout_4->addWidget(frame, 9, 1, 1, 4);
-
- enableTransparency_CheckBox = new QCheckBox(centralwidget);
- enableTransparency_CheckBox->setObjectName(QString::fromUtf8("enableTransparency_CheckBox"));
- enableTransparency_CheckBox->setChecked(true);
-
- gridLayout_4->addWidget(enableTransparency_CheckBox, 2, 1, 1, 1);
-
- color_name_label = new QLabel(centralwidget);
- color_name_label->setObjectName(QString::fromUtf8("color_name_label"));
-
- gridLayout_4->addWidget(color_name_label, 1, 1, 1, 1);
-
- colorMixerGroupBox = new QGroupBox(centralwidget);
- colorMixerGroupBox->setObjectName(QString::fromUtf8("colorMixerGroupBox"));
- colorMixerGroupBox->setMinimumSize(QSize(0, 150));
- gridLayout_2 = new QGridLayout(colorMixerGroupBox);
- gridLayout_2->setObjectName(QString::fromUtf8("gridLayout_2"));
- horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
-
- gridLayout_2->addItem(horizontalSpacer_2, 1, 4, 3, 1);
-
- hue_Slider = new QSlider(colorMixerGroupBox);
- hue_Slider->setObjectName(QString::fromUtf8("hue_Slider"));
- hue_Slider->setMinimumSize(QSize(0, 25));
- hue_Slider->setMaximumSize(QSize(16777215, 16777215));
- hue_Slider->setStyleSheet(QString::fromUtf8("QSlider::groove:horizontal {\n"
-" background-color: qlineargradient(x1: 0, y1: 1, x2: 1, y2: 1, stop: 0 #FF0000, stop: 0.167 #FFFF00, stop: 0.33 #00FF00, stop: 0.5 #00FFFF, stop: 0.667 #0000FF, stop: 0.833 #FF00FF, stop: 1 #FF0000);\n"
-" height: 5px;\n"
-" position: absolute;\n"
-"}\n"
-"\n"
-"QSlider::handle:horizontal {\n"
-" height: 3px;\n"
-" width: 10px;\n"
-" background: #fafafa;\n"
-" border: 1px solid #46aaab;\n"
-" margin: -6px 1px;\n"
-" /* expand outside the groove */\n"
-"\n"
-"}\n"
-"\n"
-"QSlider::handle:horizontal:hover { \n"
-" background: #dadaff;\n"
-"}"));
- hue_Slider->setMaximum(359);
- hue_Slider->setValue(0);
- hue_Slider->setOrientation(Qt::Horizontal);
-
- gridLayout_2->addWidget(hue_Slider, 1, 2, 1, 1);
-
- label_3 = new QLabel(colorMixerGroupBox);
- label_3->setObjectName(QString::fromUtf8("label_3"));
-
- gridLayout_2->addWidget(label_3, 2, 0, 1, 1);
-
- label_2 = new QLabel(colorMixerGroupBox);
- label_2->setObjectName(QString::fromUtf8("label_2"));
-
- gridLayout_2->addWidget(label_2, 1, 0, 1, 1);
-
- saturation_Slider = new QSlider(colorMixerGroupBox);
- saturation_Slider->setObjectName(QString::fromUtf8("saturation_Slider"));
- saturation_Slider->setMinimumSize(QSize(0, 25));
- saturation_Slider->setMaximumSize(QSize(16777215, 16777215));
- saturation_Slider->setMaximum(255);
- saturation_Slider->setOrientation(Qt::Horizontal);
-
- gridLayout_2->addWidget(saturation_Slider, 2, 2, 1, 1);
-
- label_4 = new QLabel(colorMixerGroupBox);
- label_4->setObjectName(QString::fromUtf8("label_4"));
-
- gridLayout_2->addWidget(label_4, 3, 0, 1, 1);
-
- Lightness_Slider = new QSlider(colorMixerGroupBox);
- Lightness_Slider->setObjectName(QString::fromUtf8("Lightness_Slider"));
- Lightness_Slider->setMinimumSize(QSize(0, 25));
- Lightness_Slider->setMaximum(255);
- Lightness_Slider->setOrientation(Qt::Horizontal);
-
- gridLayout_2->addWidget(Lightness_Slider, 3, 2, 1, 1);
-
- hue_label = new QLabel(colorMixerGroupBox);
- hue_label->setObjectName(QString::fromUtf8("hue_label"));
- hue_label->setMinimumSize(QSize(40, 0));
- hue_label->setMaximumSize(QSize(40, 16777215));
-
- gridLayout_2->addWidget(hue_label, 1, 3, 1, 1);
-
- saturation_label = new QLabel(colorMixerGroupBox);
- saturation_label->setObjectName(QString::fromUtf8("saturation_label"));
- saturation_label->setMinimumSize(QSize(40, 0));
- saturation_label->setMaximumSize(QSize(40, 16777215));
-
- gridLayout_2->addWidget(saturation_label, 2, 3, 1, 1);
-
- brightness_label = new QLabel(colorMixerGroupBox);
- brightness_label->setObjectName(QString::fromUtf8("brightness_label"));
- brightness_label->setMinimumSize(QSize(40, 0));
- brightness_label->setMaximumSize(QSize(40, 16777215));
-
- gridLayout_2->addWidget(brightness_label, 3, 3, 1, 1);
-
-
- gridLayout_4->addWidget(colorMixerGroupBox, 7, 1, 1, 4);
-
- alpha_label = new QLabel(centralwidget);
- alpha_label->setObjectName(QString::fromUtf8("alpha_label"));
- alpha_label->setMinimumSize(QSize(40, 0));
- alpha_label->setMaximumSize(QSize(40, 16777215));
-
- gridLayout_4->addWidget(alpha_label, 4, 3, 1, 1);
-
- horizontalSpacer_3 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
-
- gridLayout_4->addItem(horizontalSpacer_3, 4, 4, 1, 1);
-
- colorMixerLabel = new QLabel(centralwidget);
- colorMixerLabel->setObjectName(QString::fromUtf8("colorMixerLabel"));
- colorMixerLabel->setCursor(QCursor(Qt::PointingHandCursor));
- colorMixerLabel->setTextFormat(Qt::RichText);
- colorMixerLabel->setOpenExternalLinks(false);
- colorMixerLabel->setTextInteractionFlags(Qt::LinksAccessibleByMouse);
-
- gridLayout_4->addWidget(colorMixerLabel, 6, 1, 1, 1);
-
- label = new QLabel(centralwidget);
- label->setObjectName(QString::fromUtf8("label"));
-
- gridLayout_4->addWidget(label, 4, 1, 1, 1);
-
- horizontalSpacer_5 = new QSpacerItem(40, 20, QSizePolicy::Preferred, QSizePolicy::Minimum);
-
- gridLayout_4->addItem(horizontalSpacer_5, 4, 5, 1, 1);
-
- MainWindow->setCentralWidget(centralwidget);
-
- retranslateUi(MainWindow);
-
- QMetaObject::connectSlotsByName(MainWindow);
- } // setupUi
-
- void retranslateUi(QMainWindow *MainWindow)
- {
- MainWindow->setWindowTitle(QCoreApplication::translate("MainWindow", "Change the colours of your theme", nullptr));
- groupBox->setTitle(QCoreApplication::translate("MainWindow", "Set the colour of window decorations, panels, tooltips and taskbar", nullptr));
- saveChanges_Button->setText(QCoreApplication::translate("MainWindow", "Save Changes", nullptr));
- apply_Button->setText(QCoreApplication::translate("MainWindow", "Apply", nullptr));
- cancel_Button->setText(QCoreApplication::translate("MainWindow", "Cancel", nullptr));
-#if QT_CONFIG(tooltip)
- enableTransparency_CheckBox->setToolTip(QCoreApplication::translate("MainWindow", "Enables/disables the transparency of the entire theme. \n"
-"NOTE: This setting does NOT affect compositing settings.", nullptr));
-#endif // QT_CONFIG(tooltip)
- enableTransparency_CheckBox->setText(QCoreApplication::translate("MainWindow", "Enable transparency", nullptr));
- color_name_label->setText(QCoreApplication::translate("MainWindow", "Current color: Custom", nullptr));
- colorMixerGroupBox->setTitle(QCoreApplication::translate("MainWindow", "Color mixer", nullptr));
- label_3->setText(QCoreApplication::translate("MainWindow", "Saturation:", nullptr));
- label_2->setText(QCoreApplication::translate("MainWindow", "Hue:", nullptr));
- label_4->setText(QCoreApplication::translate("MainWindow", "Brightness:", nullptr));
- hue_label->setText(QCoreApplication::translate("MainWindow", "TextLabel", nullptr));
- saturation_label->setText(QCoreApplication::translate("MainWindow", "TextLabel", nullptr));
- brightness_label->setText(QCoreApplication::translate("MainWindow", "TextLabel", nullptr));
- alpha_label->setText(QCoreApplication::translate("MainWindow", "TextLabel", nullptr));
- colorMixerLabel->setText(QCoreApplication::translate("MainWindow", "Show color mixer", nullptr));
- label->setText(QCoreApplication::translate("MainWindow", "Color intensity:", nullptr));
- } // retranslateUi
-
-};
-
-namespace Ui {
- class MainWindow: public Ui_MainWindow {};
-} // namespace Ui
-
-QT_END_NAMESPACE
-
-#endif // UI_MAINWINDOW_H
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/colorwindow.cpp b/Plasma/KDE Plasma Theme/AeroColorMixer/colorwindow.cpp
deleted file mode 100644
index 0648274..0000000
--- a/Plasma/KDE Plasma Theme/AeroColorMixer/colorwindow.cpp
+++ /dev/null
@@ -1,61 +0,0 @@
-#include "colorwindow.h"
-
-ColorWindow::ColorWindow(QString str, QColor col, QWidget* wnd, int i)
-{
- name = str;
- color = col;
- parent = wnd;
- mainFrame = new QFrame(wnd);
- mainFrame->setMaximumSize(64, 64);
- mainFrame->setMinimumSize(64, 64);
- layout = new QGridLayout(mainFrame);
- layout->setContentsMargins(5, 5, 5, 5);
- childFrame = new QPushButton(mainFrame);
- childFrame->setText("");
- childFrame->setMaximumSize(50, 50);
- childFrame->setMinimumSize(50, 50);
- childFrame->setObjectName("button_" + QString::number(i));
- setStyle();
- layout->addWidget(childFrame);
- mainFrame->setToolTip(this->name);
-
-}
-
-void ColorWindow::setStyle()
-{
- QColor desatColor = color;
- QColor brightColor = color;
- desatColor.setRgb(255, 255, 255);
- brightColor.setRgb(200, 200, 200);
- mainFrame->setStyleSheet("QFrame { background-color: " + desatColor.name(QColor::HexRgb) +
- ";border: 1px solid black; border-radius: 3px; } QFrame:hover { background-color:" +
- QColor(brightColor.red(), brightColor.green(), brightColor.blue()).name(QColor::HexRgb) + "; }");
- childFrame->setStyleSheet("QPushButton { background-color: " + color.name(QColor::HexArgb) + "; border: 2px solid black; border-radius: 3px; }");
-
-}
-
-void ColorWindow::setColor(QColor c)
-{
- color = c;
- setStyle();
-}
-
-QString ColorWindow::getName()
-{
- return name;
-}
-
-QColor ColorWindow::getColor()
-{
- return color;
-}
-
-QFrame* ColorWindow::getFrame()
-{
- return mainFrame;
-}
-
-QPushButton* ColorWindow::getButton()
-{
- return childFrame;
-}
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/colorwindow.h b/Plasma/KDE Plasma Theme/AeroColorMixer/colorwindow.h
deleted file mode 100644
index 1c54138..0000000
--- a/Plasma/KDE Plasma Theme/AeroColorMixer/colorwindow.h
+++ /dev/null
@@ -1,33 +0,0 @@
-#ifndef COLORWINDOW_H
-#define COLORWINDOW_H
-
-#include
-#include
-#include
-#include
-#include
-#include
-#include
-#include
-
-
-class ColorWindow
-{
-public:
- explicit ColorWindow(QString, QColor, QWidget*, int);
- void setColor(QColor);
- QString getName();
- QColor getColor();
- QFrame* getFrame();
- QPushButton* getButton();
-private:
- void setStyle();
- QWidget* parent;
- QString name;
- QColor color;
- QFrame* mainFrame;
- QPushButton* childFrame;
- QGridLayout* layout;
-};
-
-#endif // COLORWINDOW_H
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/mainwindow.cpp b/Plasma/KDE Plasma Theme/AeroColorMixer/mainwindow.cpp
deleted file mode 100644
index 33f96db..0000000
--- a/Plasma/KDE Plasma Theme/AeroColorMixer/mainwindow.cpp
+++ /dev/null
@@ -1,492 +0,0 @@
-#include "mainwindow.h"
-#include "ui_mainwindow.h"
-
-#include
-#include
-#include
-#include
-#include
-
-/*
- * Border color: #b6b6b6e6
- * Lower bound color: #808080b3
- * Upper bound color: #888888b3
- */
-
-float constrain(float n, float low, float high)
-{
- return std::max(std::min(n, high), low);
-}
-float map(float value, float start1, float stop1, float start2, float stop2, bool withinBounds = false)
-{
- float m = start2 + (stop2 - start2) * ((value - start1) / (stop1 - start1));
- if(!withinBounds) return m;
- if(start2 < stop2)
- return constrain(value, start2, stop2);
- else
- return constrain(value, stop2, start2);
-}
-QColor mixColor(QColor col, double percentage)
-{
- if(percentage > 1.0 || percentage < 0.0) return QColor(0,0,0);
- QColor base = QColor(216, 216, 216);
- double base_percentage = 1.0 - percentage;
- unsigned int r1 = (int)((double)base.red() * base_percentage);
- unsigned int g1 = (int)((double)base.green() * base_percentage);
- unsigned int b1 = (int)((double)base.blue() * base_percentage);
-
- unsigned int r2 = (int)((double)col.red() * percentage);
- unsigned int g2 = (int)((double)col.green() * percentage);
- unsigned int b2 = (int)((double)col.blue() * percentage);
-
- return QColor(r1+r2, g1+g2, b1+b2);
-}
-
-MainWindow::MainWindow(QWidget *parent)
- : QMainWindow(parent)
- , ui(new Ui::MainWindow)
-{
- /* Loading config file, if it exists. Otherwise use default values */
- settings["transparency"] = 1;
- settings["red"] = 116;
- settings["green"] = 184;
- settings["blue"] = 252;
- settings["alpha"] = 107;
- settings["color"] = 1;
- loadConfig();
- paths << QDir::homePath() + "/.local/share/plasma/desktoptheme/Seven-Black/widgets/panel-background.svg";
- paths << QDir::homePath() + "/.local/share/plasma/desktoptheme/Seven-Black/widgets/tooltip.svg";
- paths << QDir::homePath() + "/.local/share/plasma/desktoptheme/Seven-Black/dialogs/background.svg";
- paths << QDir::homePath() + "/.local/share/plasma/desktoptheme/Seven-Black/solid/dialogs/background.svg";
- paths << QDir::homePath() + "/.emerald/theme/theme.ini";
-
- style = "QSlider::groove:horizontal {"
- "background-color: GRADIENT_HERE;"
- "height: 5px;"
- "position: absolute;"
- "}"
-
- "QSlider::handle:horizontal {"
- " height: 3px;"
- " width: 10px;"
- " background: #fafafa;"
- " border: 1px solid #46aaab;"
- " margin: -6px 1px;"
- "}"
-
- "QSlider::handle:horizontal:hover { "
- " background: #dadaff;"
- "}";
- ui->setupUi(this);
- this->setAttribute(Qt::WA_TranslucentBackground, true);
- this->setAttribute(Qt::WA_NoSystemBackground, true);
- KWindowEffects::enableBlurBehind(QWindow::fromWinId(this->winId()), true, QRegion(0,0, this->width(), this->height()));
-
- plasmaThemeExists = true;
- for(int i = 0; i < paths.length()-1; i++)
- {
- plasmaThemeExists = QFile::exists(paths[i]);
- }
- emeraldThemeExists = QFile::exists(paths[paths.length()-1]);
- if(!plasmaThemeExists && emeraldThemeExists)
- {
- QMessageBox::critical(this, "Plasma theme not found", "Could not find the Plasma theme on your system. This theme will only be applied to the Emerald theme.");
- }
- else if(plasmaThemeExists && !emeraldThemeExists)
- {
- QMessageBox::warning(this, "Emerald theme not found", "Could not find the Emerald theme on your system. This theme will only be applied to the Plasma theme.");
- }
- else if(!plasmaThemeExists && !emeraldThemeExists)
- {
- QMessageBox::critical(this, "Theme not found", "Could not find the Plasma and Emerald theme on your system. This program will now close.");
- this->close();
- }
-
- /* Setting up more UI stuff */
- ui->colorMixerGroupBox->setVisible(false);
- hue_gradient = "qlineargradient(x1: 0, y1: 1, x2: 1, y2: 1, stop: 0 #FF0000, stop: 0.167 #FFFF00, stop: 0.33 #00FF00, stop: 0.5 #00FFFF, stop: 0.667 #0000FF, stop: 0.833 #FF00FF, stop: 1 #FF0000)";
- ui->hue_Slider->setStyleSheet(QString(style).replace("GRADIENT_HERE", hue_gradient));
- saturation_gradient = "qlineargradient(x1: 0, y1: 1, x2: 1, y2: 1, stop: 0 #FFFFFF, stop: 1 " + QColor::fromHsl(ui->hue_Slider->value(), 255, 128).name(QColor::HexRgb) + ")";
- brightness_gradient = "qlineargradient(x1: 0, y1: 1, x2: 1, y2: 1, stop: 0 #000000, stop: 1 " + QColor::fromHsl(ui->hue_Slider->value(), 255, 128).name(QColor::HexRgb) + ")";
- ui->saturation_Slider->setStyleSheet(QString(style).replace("GRADIENT_HERE", saturation_gradient));
- ui->Lightness_Slider->setStyleSheet(QString(style).replace("GRADIENT_HERE", brightness_gradient));
- ui->hue_label->setText(QString::number(ui->hue_Slider->value()));
- ui->alpha_label->setText(QString::number(ui->alpha_slider->value()));
- ui->saturation_label->setText(QString::number(ui->saturation_Slider->value()));
- ui->brightness_label->setText(QString::number(ui->Lightness_Slider->value()));
- QStringList values = { "6b74b8fc-Custom",
- "6b74b8fc-Sky",
- "a80046ad-Twilight",
- "8032cdcd-Sea",
- "6614a600-Leaf",
- "6697d937-Lime",
- "54fadc0e-Sun",
- "80ff9c00-Pumpkin",
- "a8ce0f0f-Ruby",
- "66ff0099-Fuchsia",
- "70fcc7f8-Blush ",
- "856e3ba1-Violet",
- "528d5a94-Lavander",
- "6698844c-Taupe",
- "a84f1b1b-Chocolate",
- "80555555-Slate",
- "54fcfcfc-Frost"};
- for(int i = 0; i < values.size(); i++)
- {
- QStringList temp = values[i].split("-");
- predefined_colors.push_back(ColorWindow(temp[1], QColor("#" + temp[0]), ui->groupBox, i));
- }
- selected_color = 1;
- colorLayout = new FlowLayout(ui->groupBox);
- colorLayout->setContentsMargins(10, 25, 25, 25);
-
- for(unsigned int i = 0; i < predefined_colors.size(); i++)
- {
- colorLayout->addWidget(predefined_colors[i].getFrame());
- connect(predefined_colors[i].getButton(), SIGNAL(clicked()), this, SLOT(on_colorWindow_Clicked()));
- }
- colorLayout->setAlignment(Qt::AlignHCenter | Qt::AlignVCenter);
-
- ui->enableTransparency_CheckBox->setChecked(settings["transparency"]);
- QColor tempColor(settings["red"], settings["green"], settings["blue"], settings["alpha"]);
- predefined_colors[0].setColor(tempColor);
- selected_color = -1;
- ui->hue_Slider->setValue(predefined_colors[0].getColor().hslHue());
- ui->saturation_Slider->setValue(predefined_colors[0].getColor().hsvSaturation());
- ui->Lightness_Slider->setValue(predefined_colors[0].getColor().value());
- selected_color = 0;
- selected_color = settings["color"];
- changeColor(selected_color);
- changeBackground();
-
-}
-
-MainWindow::~MainWindow()
-{
- delete ui;
-}
-
-QColor MainWindow::exportColor()
-{
- if(ui->enableTransparency_CheckBox->isChecked())
- {
- double alpha_dec = map(ui->alpha_slider->value(), 0, 255, 0.1f, 0.8f);
- QColor c = predefined_colors[selected_color].getColor();
- c.setAlphaF(alpha_dec);
- return c;
- }
- else
- {
- return mixColor(predefined_colors[selected_color].getColor(), ui->alpha_slider->value() / 255.0f);
- }
-}
-
-bool MainWindow::saveConfig()
-{
- QString txt = "";
- txt = "transparency=" + QString::number(ui->enableTransparency_CheckBox->isChecked()) + "\n";
- txt += "red=" + QString::number(predefined_colors[0].getColor().red()) + "\n";
- txt += "green=" + QString::number(predefined_colors[0].getColor().green()) + "\n";
- txt += "blue=" + QString::number(predefined_colors[0].getColor().blue()) + "\n";
- txt += "alpha=" + QString::number(predefined_colors[0].getColor().alpha()) + "\n";
- txt += "color=" + QString::number(selected_color);
- QFile configFile(configPath);
- configFile.open(QIODevice::WriteOnly | QIODevice::Text);
- QTextStream out(&configFile);
- out << txt;
- configFile.close();
-}
-bool MainWindow::loadConfig()
-{
- QFile f(configPath);
- f.open(QIODevice::ReadOnly | QIODevice::Text);
- QTextStream reader(&f);
- QString line = "";
- while(!reader.atEnd())
- {
- line = reader.readLine();
- QStringList temp = line.split("=");
- if(settings.count(temp[0]) != 0)
- {
- settings[temp[0]] = temp[1].toInt();
- }
- else
- {
- std::cout << "Unknown property" << temp[0].toStdString() << std::endl;
- }
- }
-
-}
-void MainWindow::changeEvent(QEvent* e)
-{
- if(e->type() == QEvent::ActivationChange)
- {
- changeBackground();
- }
-}
-void MainWindow::changeBackground()
-{
- QColor theme_color = QWidget::palette().window().color();
- QColor current_color = exportColor();
- QColor inactive_col = current_color;
- if(ui->enableTransparency_CheckBox->isChecked())
- {
- inactive_col.setAlphaF(inactive_col.alphaF() / 2.0f);
- }
- else
- {
- inactive_col.setHslF(inactive_col.hslHueF(), inactive_col.hslSaturationF() / 2.0f, inactive_col.lightnessF());
- }
- if(!this->isActiveWindow()) current_color = inactive_col;
- QString temp = this->background_style;
- temp = temp.replace('$', "rgba("+ QString::number(current_color.red()) +","
- + QString::number(current_color.green()) +","
- + QString::number(current_color.blue()) +","
- + QString::number(current_color.alpha()) + ")")
- .replace('!', "rgba("+ QString::number(theme_color.red()) +","
- + QString::number(theme_color.green()) +","
- + QString::number(theme_color.blue()) +","
- + "255)");
-
-
- ui->centralwidget->setStyleSheet(temp);
-
-}
-void MainWindow::changeColor(int index)
-{
- ui->color_name_label->setText("Current color: " + predefined_colors[index].getName());
- selected_color = -1;
- ui->hue_Slider->setValue(predefined_colors[index].getColor().hslHue());
- ui->saturation_Slider->setValue(predefined_colors[index].getColor().hsvSaturation());
- ui->Lightness_Slider->setValue(predefined_colors[index].getColor().value());
- ui->alpha_slider->setValue(predefined_colors[index].getColor().alpha());
- selected_color = index;
- changeBackground();
-
-}
-void MainWindow::on_colorWindow_Clicked()
-{
- int index = sender()->objectName().split("_")[1].toInt();
- changeColor(index);
-}
-
-void MainWindow::changeCustomColor()
-{
- if(selected_color != -1)
- {
- selected_color = 0;
- ui->color_name_label->setText("Current color: Custom");
- QColor c;
- c.setHsv(ui->hue_Slider->value(), ui->saturation_Slider->value(), ui->Lightness_Slider->value(), ui->alpha_slider->value());
- predefined_colors[selected_color].setColor(c);
- changeBackground();
- }
-}
-
-void MainWindow::on_colorMixerLabel_linkActivated(const QString &link)
-{
- ui->colorMixerGroupBox->setVisible(!ui->colorMixerGroupBox->isVisible());
- ui->colorMixerLabel->setText(ui->colorMixerGroupBox->isVisible() ? "Hide color mixer" : "Show color mixer" );
-}
-
-void MainWindow::on_hue_Slider_valueChanged(int value)
-{
- ui->hue_label->setText(QString::number(ui->hue_Slider->value()));
- saturation_gradient = "qlineargradient(x1: 0, y1: 1, x2: 1, y2: 1, stop: 0 #FFFFFF, stop: 1 " + QColor::fromHsl(ui->hue_Slider->value(), 255, 128).name(QColor::HexRgb) + ")";
- brightness_gradient = "qlineargradient(x1: 0, y1: 1, x2: 1, y2: 1, stop: 0 #000000, stop: 1 " + QColor::fromHsl(ui->hue_Slider->value(), 255, 128).name(QColor::HexRgb) + ")";
- ui->saturation_Slider->setStyleSheet(QString(style).replace("GRADIENT_HERE", saturation_gradient));
- ui->Lightness_Slider->setStyleSheet(QString(style).replace("GRADIENT_HERE", brightness_gradient));
- changeCustomColor();
-}
-
-void MainWindow::on_pushButton_3_clicked()
-{
- this->close();
-}
-
-void MainWindow::on_saturation_Slider_valueChanged(int value)
-{
- ui->saturation_label->setText(QString::number(ui->saturation_Slider->value()));
- changeCustomColor();
-}
-
-void MainWindow::on_Lightness_Slider_valueChanged(int value)
-{
- ui->brightness_label->setText(QString::number(ui->Lightness_Slider->value()));
- changeCustomColor();
-}
-
-void MainWindow::on_alpha_slider_valueChanged(int value)
-{
- ui->alpha_label->setText(QString::number(ui->alpha_slider->value()));
- changeCustomColor();
-}
-
-QColor mixColor(QColor first)
-{
- return QColor::fromHsv(first.hsvHue(), first.hsvSaturation() * 0.1f, first.value());
-}
-void MainWindow::applyChanges()
-{
- QColor main_color = exportColor();
- QString alpha = QString::number(main_color.alphaF(), 'f');
- QString fillOpacityMatch = R"(fill-opacity:(\d*\.?\d+;))";
- QString fillMatch = R"(fill:#(?:[0-9a-fA-F]{3}){1,2};)";
- //Emerald
- QString active_color = R"(^active_title_(left|right|middle)=#(?:[0-9a-fA-F]{3}){1,2})";
- QString active_alpha = R"(^active_title_(left|right|middle)_alpha=(\d*\.?\d+))";
- QString inactive_color = R"(^inactive_title_(left|right|middle)=#(?:[0-9a-fA-F]{3}){1,2})";
- QString inactive_alpha = R"(^inactive_title_(left|right|middle)_alpha=(\d*\.?\d+))";
- QRegularExpression regex(fillOpacityMatch, QRegularExpression::MultilineOption | QRegularExpression::DotMatchesEverythingOption);
- int pos = 0;
- QStringList matches;
- auto getMatches = [&](QString pattern, QString input)
- {
- matches.clear();
- pos = 0;
- regex.setPattern(pattern);
- QRegularExpressionMatchIterator it = regex.globalMatch(input);
- while(it.hasNext())
- {
- QRegularExpressionMatch match = it.next();
- if(match.hasMatch())
- {
- matches << match.captured(0);
- }
- }
-
- };
- auto writeToPanel = [&](QString path)
- {
- if(!plasmaThemeExists) return;
- QFile f(path);
- f.open(QIODevice::ReadWrite | QIODevice::Text);
- QTextStream reader(&f);
- reader.setAutoDetectUnicode(true);
- QString rawData = "";
- QString line = "";
- while(!line.contains(""))
- {
- line = reader.readLine();
- rawData += line + "\n";
- }
- getMatches(fillOpacityMatch, rawData);
- if(!ui->enableTransparency_CheckBox->isChecked())
- {
- rawData.replace(matches[0], "fill-opacity:1;");
- }
- else if(ui->enableTransparency_CheckBox->isChecked())
- {
- rawData.replace(matches[0], "fill-opacity:" + alpha + ";");
- }
- matches.clear();
- pos = 0;
- regex.setPattern(fillMatch);
- QString colorName = main_color.name(QColor::HexRgb);
- getMatches(fillMatch, rawData);
- rawData.replace(matches[0], "fill:" + colorName + ";");
- //Writing to file
- f.seek(0);
- f.write(rawData.toStdString().c_str(), rawData.length());
- f.close();
- };
-
-
- auto writeToDecoration = [&](QString path)
- {
- if(!emeraldThemeExists) return;
- QFile f(path);
- f.open(QIODevice::ReadWrite | QIODevice::Text);
- QTextStream reader(&f);
- reader.setAutoDetectUnicode(true);
- QString rawData = "";
- bool foundSettings = false;
- QString line = "";
- while(!reader.atEnd())
- {
- line = reader.readLine();
- rawData += line + "\n";
- }
- QColor inactive_col = main_color;
- if(ui->enableTransparency_CheckBox->isChecked())
- {
- inactive_col.setAlphaF(inactive_col.alphaF() / 2.0f);
- }
- else
- {
- inactive_col.setHslF(inactive_col.hslHueF(), inactive_col.hslSaturationF() / 2.0f, inactive_col.lightnessF());
- }
- //Setting active colour alpha
- getMatches(active_alpha, rawData);
- for(int i = 0; i < matches.length(); i++)
- {
- QStringList temp = matches[i].split("=");
- rawData.replace(matches[i], temp[0] + "=" + QString::number(main_color.alphaF(), 'f'));
- }
- //Setting inactive colour alpha
- getMatches(inactive_alpha, rawData);
- for(int i = 0; i < matches.length(); i++)
- {
- QStringList temp = matches[i].split("=");
- rawData.replace(matches[i], temp[0] + "=" + QString::number(inactive_col.alphaF(), 'f'));
- }
- //Setting active colour data
- getMatches(active_color, rawData);
- for(int i = 0; i < matches.length(); i++)
- {
- QStringList temp = matches[i].split("=");
- rawData.replace(matches[i], temp[0] + "=" + main_color.name(QColor::HexRgb));
- }
- //Setting active colour data
- getMatches(inactive_color, rawData);
- for(int i = 0; i < matches.length(); i++)
- {
- QStringList temp = matches[i].split("=");
- rawData.replace(matches[i], temp[0] + "=" + inactive_col.name(QColor::HexRgb));
- }
- f.seek(0);
- f.write(rawData.toStdString().c_str(), rawData.length());
- f.close();
- };
- for(int i = 0; i < paths.length()-1; i++)
- {
- writeToPanel(paths[i]);
- }
- writeToDecoration(paths[paths.length()-1]);
- QProcess process;
- process.execute("plasma-apply-desktoptheme", QStringList() << "oxygen");
- process.waitForFinished();
- QThread::sleep(1);
- process.execute("plasma-apply-desktoptheme", QStringList() << "Seven-Black");
- process.waitForFinished();
- process.close();
- system("kwin_x11 --replace &");
-
-
-}
-
-void MainWindow::on_apply_Button_clicked()
-{
- applyChanges();
- saveConfig();
-}
-
-void MainWindow::on_cancel_Button_clicked()
-{
- this->close();
-}
-
-
-void MainWindow::on_saveChanges_Button_clicked()
-{
- applyChanges();
- saveConfig();
- this->close();
-}
-
-
-void MainWindow::on_enableTransparency_CheckBox_stateChanged(int arg1)
-{
- changeBackground();
-}
-
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/mainwindow.h b/Plasma/KDE Plasma Theme/AeroColorMixer/mainwindow.h
deleted file mode 100644
index 4b0287b..0000000
--- a/Plasma/KDE Plasma Theme/AeroColorMixer/mainwindow.h
+++ /dev/null
@@ -1,86 +0,0 @@
-#ifndef MAINWINDOW_H
-#define MAINWINDOW_H
-
-#include
-#include
-#include
-#include
-#include
-#include
-#include
-#include
-#include
-#include
-#include
-#include
-#include
-#include
-
-#include "flowlayout.h"
-#include "colorwindow.h"
-
-QT_BEGIN_NAMESPACE
-namespace Ui { class MainWindow; }
-QT_END_NAMESPACE
-
-class MainWindow : public QMainWindow
-{
- Q_OBJECT
-
-public:
- MainWindow(QWidget *parent = nullptr);
- ~MainWindow();
- void changeCustomColor();
- void changeColor(int index);
- void applyChanges();
- bool loadConfig();
- bool saveConfig();
- void changeBackground();
- QColor exportColor();
-
-protected:
- void changeEvent(QEvent* e);
-
-private slots:
- void on_colorMixerLabel_linkActivated(const QString &link);
-
- void on_hue_Slider_valueChanged(int value);
-
- void on_pushButton_3_clicked();
-
- void on_saturation_Slider_valueChanged(int value);
-
- void on_Lightness_Slider_valueChanged(int value);
-
- //void on_horizontalSlider_valueChanged(int value);
-
- void on_colorWindow_Clicked();
-
- void on_apply_Button_clicked();
-
- void on_cancel_Button_clicked();
-
- void on_alpha_slider_valueChanged(int value);
-
- void on_saveChanges_Button_clicked();
-
- void on_enableTransparency_CheckBox_stateChanged(int arg1);
-
-private:
- Ui::MainWindow *ui;
- bool plasmaThemeExists;
- bool emeraldThemeExists;
- FlowLayout* colorLayout;
- std::vector predefined_colors;
- std::map settings;
- QStringList paths;
- const QString configPath = QStandardPaths::writableLocation(QStandardPaths::ConfigLocation) + "/.aerorc";
- short selected_color;
- QColor color;
- QString hue_gradient;
- QString saturation_gradient;
- QString brightness_gradient;
- QString style;
- QString background_style = "QWidget#centralwidget { background-color: qlineargradient(spread:pad, x1:0, y1:1, x2:0.0, y2:0, stop:0 $, stop:0.12 $, stop:0.121 !); }";
-};
-#endif // MAINWINDOW_H
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/mainwindow.ui b/Plasma/KDE Plasma Theme/AeroColorMixer/mainwindow.ui
deleted file mode 100644
index 058ba5c..0000000
--- a/Plasma/KDE Plasma Theme/AeroColorMixer/mainwindow.ui
+++ /dev/null
@@ -1,515 +0,0 @@
-
-
- MainWindow
-
-
-
- 0
- 0
- 900
- 600
-
-
-
-
- 776
- 585
-
-
-
- Change the colours of your theme
-
-
-
- ..
-
-
-
-
-
-
-
-
-
-
-
-
- Qt::Vertical
-
-
- QSizePolicy::Maximum
-
-
-
- 20
- 10
-
-
-
-
-
-
-
- Qt::Vertical
-
-
- QSizePolicy::Expanding
-
-
-
- 20
- 10
-
-
-
-
-
-
-
- Qt::Horizontal
-
-
- QSizePolicy::Preferred
-
-
-
- 40
- 20
-
-
-
-
-
-
-
-
- 0
- 0
-
-
-
-
- 350
- 0
-
-
-
-
- 16777215
- 16777215
-
-
-
- 255
-
-
- Qt::Horizontal
-
-
-
-
-
-
-
- 0
- 0
-
-
-
-
- 16777215
- 16777215
-
-
-
-
- 12
- false
- false
-
-
-
- Set the colour of window decorations, panels, tooltips and taskbar
-
-
- Qt::AlignCenter
-
-
-
-
-
-
- Qt::Vertical
-
-
- QSizePolicy::Maximum
-
-
-
- 20
- 20
-
-
-
-
-
-
-
-
- 0
- 0
-
-
-
-
- 16777215
- 50
-
-
-
- QFrame::NoFrame
-
-
- QFrame::Raised
-
-
-
-
-
-
- 100
- 0
-
-
-
-
- 100
- 25
-
-
-
- Save Changes
-
-
-
-
-
-
- Apply
-
-
-
-
-
-
- Cancel
-
-
-
-
-
-
- Qt::Horizontal
-
-
-
- 40
- 20
-
-
-
-
-
-
-
-
-
-
- Enables/disables the transparency of the entire theme.
-NOTE: This setting does NOT affect compositing settings.
-
-
- Enable transparency
-
-
- true
-
-
-
-
-
-
- Current color: Custom
-
-
-
-
-
-
-
- 0
- 150
-
-
-
- Color mixer
-
-
-
-
-
- Qt::Horizontal
-
-
-
- 40
- 20
-
-
-
-
-
-
-
-
- 0
- 25
-
-
-
-
- 16777215
- 16777215
-
-
-
- QSlider::groove:horizontal {
- background-color: qlineargradient(x1: 0, y1: 1, x2: 1, y2: 1, stop: 0 #FF0000, stop: 0.167 #FFFF00, stop: 0.33 #00FF00, stop: 0.5 #00FFFF, stop: 0.667 #0000FF, stop: 0.833 #FF00FF, stop: 1 #FF0000);
- height: 5px;
- position: absolute;
-}
-
-QSlider::handle:horizontal {
- height: 3px;
- width: 10px;
- background: #fafafa;
- border: 1px solid #46aaab;
- margin: -6px 1px;
- /* expand outside the groove */
-
-}
-
-QSlider::handle:horizontal:hover {
- background: #dadaff;
-}
-
-
- 359
-
-
- 0
-
-
- Qt::Horizontal
-
-
-
-
-
-
- Saturation:
-
-
-
-
-
-
- Hue:
-
-
-
-
-
-
-
- 0
- 25
-
-
-
-
- 16777215
- 16777215
-
-
-
- 255
-
-
- Qt::Horizontal
-
-
-
-
-
-
- Brightness:
-
-
-
-
-
-
-
- 0
- 25
-
-
-
- 255
-
-
- Qt::Horizontal
-
-
-
-
-
-
-
- 40
- 0
-
-
-
-
- 40
- 16777215
-
-
-
- TextLabel
-
-
-
-
-
-
-
- 40
- 0
-
-
-
-
- 40
- 16777215
-
-
-
- TextLabel
-
-
-
-
-
-
-
- 40
- 0
-
-
-
-
- 40
- 16777215
-
-
-
- TextLabel
-
-
-
-
-
-
-
-
-
-
- 40
- 0
-
-
-
-
- 40
- 16777215
-
-
-
- TextLabel
-
-
-
-
-
-
- Qt::Horizontal
-
-
-
- 40
- 20
-
-
-
-
-
-
-
- PointingHandCursor
-
-
- <a href="no">Show color mixer</a>
-
-
- Qt::RichText
-
-
- false
-
-
- Qt::LinksAccessibleByMouse
-
-
-
-
-
-
- Color intensity:
-
-
-
-
-
-
- Qt::Horizontal
-
-
- QSizePolicy::Preferred
-
-
-
- 40
- 20
-
-
-
-
-
-
-
-
-
-
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/dialogs/background.svg b/Plasma/KDE Plasma Theme/Seven-Black/dialogs/background.svg
deleted file mode 100644
index 1e29bfa..0000000
--- a/Plasma/KDE Plasma Theme/Seven-Black/dialogs/background.svg
+++ /dev/null
@@ -1,1330 +0,0 @@
-
-
-
-
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/dialogs/background.svg.b b/Plasma/KDE Plasma Theme/Seven-Black/dialogs/background.svg.b
deleted file mode 100644
index 17c24bf..0000000
--- a/Plasma/KDE Plasma Theme/Seven-Black/dialogs/background.svg.b
+++ /dev/null
@@ -1,7747 +0,0 @@
-
-
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/dialogs/background.svg_backup b/Plasma/KDE Plasma Theme/Seven-Black/dialogs/background.svg_backup
deleted file mode 100644
index e574b15..0000000
--- a/Plasma/KDE Plasma Theme/Seven-Black/dialogs/background.svg_backup
+++ /dev/null
@@ -1,1049 +0,0 @@
-
-
-
-
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/metadata.desktop b/Plasma/KDE Plasma Theme/Seven-Black/metadata.desktop
deleted file mode 100644
index 554a2e6..0000000
--- a/Plasma/KDE Plasma Theme/Seven-Black/metadata.desktop
+++ /dev/null
@@ -1,22 +0,0 @@
-[Contrast Effect]
-contrast=1
-enabled=True
-intensity=1
-saturation=1.7
-
-[Desktop Entry]
-Comment=Seven Black theme with glass effect and reflections
-Name=Seven Black
-X-KDE-PluginInfo-Author=Mirko Gennari
-X-KDE-PluginInfo-Category=Plasma Theme
-X-KDE-PluginInfo-Depends=KDE5
-X-KDE-PluginInfo-Email=mirkogen@hotmail.it
-X-KDE-PluginInfo-EnabledByDefault=True
-X-KDE-PluginInfo-License=GPL
-X-KDE-PluginInfo-Name=Seven Black
-X-KDE-PluginInfo-Version=1.0.84
-X-KDE-PluginInfo-Website=http://www.techbulk.net
-X-Plasma-API=5.0
-
-[Settings]
-UseNativeWidgetStyle=True
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/solid/README.txt b/Plasma/KDE Plasma Theme/Seven-Black/solid/README.txt
deleted file mode 100644
index a2147e0..0000000
--- a/Plasma/KDE Plasma Theme/Seven-Black/solid/README.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-This part of the theme is undocumented by KDE plasma and allows Dialogues and ToolTipDialogues to have custom backgrounds which are marked as "Solid".
-However, nothing in KDE's code prevents you from using just about any SVG which can be either solid or transparent, as the source code merely shifts the SVG location to
-this specific directory.
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/solid/dialogs/background.svg b/Plasma/KDE Plasma Theme/Seven-Black/solid/dialogs/background.svg
deleted file mode 100644
index 6681311..0000000
--- a/Plasma/KDE Plasma Theme/Seven-Black/solid/dialogs/background.svg
+++ /dev/null
@@ -1,2243 +0,0 @@
-
-
-
-
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/translucent/dialogs/background.svg b/Plasma/KDE Plasma Theme/Seven-Black/translucent/dialogs/background.svg
deleted file mode 100644
index 17c24bf..0000000
--- a/Plasma/KDE Plasma Theme/Seven-Black/translucent/dialogs/background.svg
+++ /dev/null
@@ -1,7747 +0,0 @@
-
-
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/translucent/widgets/panel-background.svg b/Plasma/KDE Plasma Theme/Seven-Black/translucent/widgets/panel-background.svg
deleted file mode 100644
index c5047b1..0000000
--- a/Plasma/KDE Plasma Theme/Seven-Black/translucent/widgets/panel-background.svg
+++ /dev/null
@@ -1,1754 +0,0 @@
-
-
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/translucent/widgets/tooltip.svg b/Plasma/KDE Plasma Theme/Seven-Black/translucent/widgets/tooltip.svg
deleted file mode 100644
index 928f156..0000000
--- a/Plasma/KDE Plasma Theme/Seven-Black/translucent/widgets/tooltip.svg
+++ /dev/null
@@ -1,4874 +0,0 @@
-
-
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/lineedit.svgz b/Plasma/KDE Plasma Theme/Seven-Black/widgets/lineedit.svgz
deleted file mode 100755
index 6a915c5..0000000
Binary files a/Plasma/KDE Plasma Theme/Seven-Black/widgets/lineedit.svgz and /dev/null differ
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/panel-background.svg b/Plasma/KDE Plasma Theme/Seven-Black/widgets/panel-background.svg
deleted file mode 100644
index 4a1620e..0000000
--- a/Plasma/KDE Plasma Theme/Seven-Black/widgets/panel-background.svg
+++ /dev/null
@@ -1,1869 +0,0 @@
-
-
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/tabbar.svgz b/Plasma/KDE Plasma Theme/Seven-Black/widgets/tabbar.svgz
deleted file mode 100755
index 4688228..0000000
Binary files a/Plasma/KDE Plasma Theme/Seven-Black/widgets/tabbar.svgz and /dev/null differ
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/tasks.svg b/Plasma/KDE Plasma Theme/Seven-Black/widgets/tasks.svg
deleted file mode 100644
index b679b84..0000000
--- a/Plasma/KDE Plasma Theme/Seven-Black/widgets/tasks.svg
+++ /dev/null
@@ -1,8804 +0,0 @@
-
-
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/tooltip.svg b/Plasma/KDE Plasma Theme/Seven-Black/widgets/tooltip.svg
deleted file mode 100644
index a1cbbef..0000000
--- a/Plasma/KDE Plasma Theme/Seven-Black/widgets/tooltip.svg
+++ /dev/null
@@ -1,4884 +0,0 @@
-
-
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/AeroColorMixer.pro b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/AeroColorMixer.pro
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/AeroColorMixer.pro
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/AeroColorMixer.pro
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/AeroColorMixer.pro.user b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/AeroColorMixer.pro.user
old mode 100644
new mode 100755
similarity index 99%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/AeroColorMixer.pro.user
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/AeroColorMixer.pro.user
index 6952c95..6ae3915
--- a/Plasma/KDE Plasma Theme/AeroColorMixer/AeroColorMixer.pro.user
+++ b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/AeroColorMixer.pro.user
@@ -1,6 +1,6 @@
-
+
EnvironmentId
@@ -142,7 +142,7 @@
trueQtProjectManager.QMakeBuildStep
- true
+ false
@@ -183,7 +183,7 @@
trueQtProjectManager.QMakeBuildStep
- true
+ false
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qmake.stash b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qmake.stash
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qmake.stash
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qmake.stash
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/FILE.h.0B47AA35880D6C68.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/FILE.h.0B47AA35880D6C68.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/FILE.h.0B47AA35880D6C68.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/FILE.h.0B47AA35880D6C68.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/KWindowEffects.704964626F129D7F.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/KWindowEffects.704964626F129D7F.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/KWindowEffects.704964626F129D7F.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/KWindowEffects.704964626F129D7F.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/KWindowSystem.5F085A969F7FB75F.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/KWindowSystem.5F085A969F7FB75F.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/KWindowSystem.5F085A969F7FB75F.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/KWindowSystem.5F085A969F7FB75F.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QApplication.FB1AC9037C8F3BFC.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QApplication.FB1AC9037C8F3BFC.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QApplication.FB1AC9037C8F3BFC.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QApplication.FB1AC9037C8F3BFC.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QCheckBox.9573F05B9DA81792.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QCheckBox.9573F05B9DA81792.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QCheckBox.9573F05B9DA81792.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QCheckBox.9573F05B9DA81792.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QColor.D9B1A56C629489D7.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QColor.D9B1A56C629489D7.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QColor.D9B1A56C629489D7.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QColor.D9B1A56C629489D7.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QCommonStyle.2C1FA20782DC6948.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QCommonStyle.2C1FA20782DC6948.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QCommonStyle.2C1FA20782DC6948.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QCommonStyle.2C1FA20782DC6948.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QDeadlineTimer.2BD49A0D4416A439.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QDeadlineTimer.2BD49A0D4416A439.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QDeadlineTimer.2BD49A0D4416A439.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QDeadlineTimer.2BD49A0D4416A439.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QDir.39C9E39CFDF6223C.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QDir.39C9E39CFDF6223C.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QDir.39C9E39CFDF6223C.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QDir.39C9E39CFDF6223C.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QEvent.023C1333C9BB4927.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QEvent.023C1333C9BB4927.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QEvent.023C1333C9BB4927.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QEvent.023C1333C9BB4927.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QExplicitlySharedDataPointer.5BBFF2DEBEABFBAD.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QExplicitlySharedDataPointer.5BBFF2DEBEABFBAD.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QExplicitlySharedDataPointer.5BBFF2DEBEABFBAD.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QExplicitlySharedDataPointer.5BBFF2DEBEABFBAD.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QFile.FDB606D45EC47A79.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QFile.FDB606D45EC47A79.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QFile.FDB606D45EC47A79.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QFile.FDB606D45EC47A79.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QFlags.97F552CEEF866879.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QFlags.97F552CEEF866879.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QFlags.97F552CEEF866879.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QFlags.97F552CEEF866879.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QFrame.48AECB5BCD7A1B1B.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QFrame.48AECB5BCD7A1B1B.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QFrame.48AECB5BCD7A1B1B.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QFrame.48AECB5BCD7A1B1B.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QGridLayout.36FC288735992368.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QGridLayout.36FC288735992368.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QGridLayout.36FC288735992368.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QGridLayout.36FC288735992368.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QGroupBox.75CEFC501E51CF56.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QGroupBox.75CEFC501E51CF56.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QGroupBox.75CEFC501E51CF56.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QGroupBox.75CEFC501E51CF56.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QIcon.7BE000CCD5E5FDAF.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QIcon.7BE000CCD5E5FDAF.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QIcon.7BE000CCD5E5FDAF.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QIcon.7BE000CCD5E5FDAF.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QImage.FFC7BDE858E09F0B.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QImage.FFC7BDE858E09F0B.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QImage.FFC7BDE858E09F0B.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QImage.FFC7BDE858E09F0B.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QLabel.9455F93D231E4BCE.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QLabel.9455F93D231E4BCE.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QLabel.9455F93D231E4BCE.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QLabel.9455F93D231E4BCE.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QLayout.0878C110CA7AA6FE.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QLayout.0878C110CA7AA6FE.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QLayout.0878C110CA7AA6FE.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QLayout.0878C110CA7AA6FE.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QList.6095E68C017DF8F4.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QList.6095E68C017DF8F4.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QList.6095E68C017DF8F4.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QList.6095E68C017DF8F4.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QMainWindow.C726D1C0C497539A.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QMainWindow.C726D1C0C497539A.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QMainWindow.C726D1C0C497539A.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QMainWindow.C726D1C0C497539A.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QMargins.A6D05E66F3423970.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QMargins.A6D05E66F3423970.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QMargins.A6D05E66F3423970.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QMargins.A6D05E66F3423970.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QMatrix3x3.D4D1354298767146.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QMatrix3x3.D4D1354298767146.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QMatrix3x3.D4D1354298767146.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QMatrix3x3.D4D1354298767146.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QMatrix4x4.03A67E0BE6461F14.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QMatrix4x4.03A67E0BE6461F14.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QMatrix4x4.03A67E0BE6461F14.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QMatrix4x4.03A67E0BE6461F14.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QMessageBox.912944E057322452.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QMessageBox.912944E057322452.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QMessageBox.912944E057322452.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QMessageBox.912944E057322452.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QMetaType.434A43D5F04E6B9B.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QMetaType.434A43D5F04E6B9B.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QMetaType.434A43D5F04E6B9B.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QMetaType.434A43D5F04E6B9B.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QObject.F93F02DEB28C5924.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QObject.F93F02DEB28C5924.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QObject.F93F02DEB28C5924.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QObject.F93F02DEB28C5924.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QOpenGLContext.D53DF3073FA1EDC7.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QOpenGLContext.D53DF3073FA1EDC7.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QOpenGLContext.D53DF3073FA1EDC7.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QOpenGLContext.D53DF3073FA1EDC7.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QPaintDevice.CF6AF627639BC370.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QPaintDevice.CF6AF627639BC370.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QPaintDevice.CF6AF627639BC370.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QPaintDevice.CF6AF627639BC370.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QPaintDeviceWindow.ADD72866F6A49DEC.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QPaintDeviceWindow.ADD72866F6A49DEC.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QPaintDeviceWindow.ADD72866F6A49DEC.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QPaintDeviceWindow.ADD72866F6A49DEC.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QPointF.B03E256DB2054521.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QPointF.B03E256DB2054521.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QPointF.B03E256DB2054521.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QPointF.B03E256DB2054521.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QProcess.7C02EBAD3D382FDC.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QProcess.7C02EBAD3D382FDC.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QProcess.7C02EBAD3D382FDC.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QProcess.7C02EBAD3D382FDC.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QPushButton.69CF5741B78879D2.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QPushButton.69CF5741B78879D2.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QPushButton.69CF5741B78879D2.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QPushButton.69CF5741B78879D2.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QRect.7F1A5FA7FB796CB5.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QRect.7F1A5FA7FB796CB5.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QRect.7F1A5FA7FB796CB5.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QRect.7F1A5FA7FB796CB5.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QRegExp.78EE217591F9C609.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QRegExp.78EE217591F9C609.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QRegExp.78EE217591F9C609.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QRegExp.78EE217591F9C609.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QRegion.7A07A8CE9CEBFC64.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QRegion.7A07A8CE9CEBFC64.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QRegion.7A07A8CE9CEBFC64.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QRegion.7A07A8CE9CEBFC64.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QRegularExpression.782C79D89EBD1DFD.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QRegularExpression.782C79D89EBD1DFD.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QRegularExpression.782C79D89EBD1DFD.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QRegularExpression.782C79D89EBD1DFD.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QRegularExpressionMatch.9F433E984244DE78.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QRegularExpressionMatch.9F433E984244DE78.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QRegularExpressionMatch.9F433E984244DE78.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QRegularExpressionMatch.9F433E984244DE78.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QRegularExpressionMatchIterator.F2FD944A84C24100.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QRegularExpressionMatchIterator.F2FD944A84C24100.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QRegularExpressionMatchIterator.F2FD944A84C24100.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QRegularExpressionMatchIterator.F2FD944A84C24100.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QScopedPointer.4FE61CDABF025E37.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QScopedPointer.4FE61CDABF025E37.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QScopedPointer.4FE61CDABF025E37.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QScopedPointer.4FE61CDABF025E37.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QScrollerProperties.780DF0C359F79900.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QScrollerProperties.780DF0C359F79900.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QScrollerProperties.780DF0C359F79900.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QScrollerProperties.780DF0C359F79900.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QSharedDataPointer.B427F51ED61EEF09.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QSharedDataPointer.B427F51ED61EEF09.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QSharedDataPointer.B427F51ED61EEF09.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QSharedDataPointer.B427F51ED61EEF09.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QSize.18760AFC89687FC7.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QSize.18760AFC89687FC7.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QSize.18760AFC89687FC7.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QSize.18760AFC89687FC7.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QSizeF.DA75CDB7D90417F2.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QSizeF.DA75CDB7D90417F2.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QSizeF.DA75CDB7D90417F2.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QSizeF.DA75CDB7D90417F2.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QSlider.E0CF4D19F17FA5EB.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QSlider.E0CF4D19F17FA5EB.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QSlider.E0CF4D19F17FA5EB.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QSlider.E0CF4D19F17FA5EB.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QSpacerItem.E21041C1AD5BACA9.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QSpacerItem.E21041C1AD5BACA9.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QSpacerItem.E21041C1AD5BACA9.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QSpacerItem.E21041C1AD5BACA9.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QString.0E57DE3FEEA24E92.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QString.0E57DE3FEEA24E92.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QString.0E57DE3FEEA24E92.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QString.0E57DE3FEEA24E92.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QStringList.D88842CCE99F3349.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QStringList.D88842CCE99F3349.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QStringList.D88842CCE99F3349.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QStringList.D88842CCE99F3349.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QStyle.7437A1ACABFE5FEC.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QStyle.7437A1ACABFE5FEC.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QStyle.7437A1ACABFE5FEC.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QStyle.7437A1ACABFE5FEC.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QSurfaceFormat.9260330778C46167.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QSurfaceFormat.9260330778C46167.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QSurfaceFormat.9260330778C46167.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QSurfaceFormat.9260330778C46167.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QTextStream.4455D8064E342062.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QTextStream.4455D8064E342062.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QTextStream.4455D8064E342062.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QTextStream.4455D8064E342062.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QThread.8C086A13FD8B87FF.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QThread.8C086A13FD8B87FF.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QThread.8C086A13FD8B87FF.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QThread.8C086A13FD8B87FF.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QTransform.27C3144286251785.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QTransform.27C3144286251785.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QTransform.27C3144286251785.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QTransform.27C3144286251785.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QVariant.255870E681959501.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QVariant.255870E681959501.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QVariant.255870E681959501.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QVariant.255870E681959501.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QVector3D.C7489F9153592C87.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QVector3D.C7489F9153592C87.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QVector3D.C7489F9153592C87.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QVector3D.C7489F9153592C87.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QWidget.5DD4B191F8F4A76B.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QWidget.5DD4B191F8F4A76B.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QWidget.5DD4B191F8F4A76B.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QWidget.5DD4B191F8F4A76B.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QWidgetList.3E37DEFD9B89DED8.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QWidgetList.3E37DEFD9B89DED8.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QWidgetList.3E37DEFD9B89DED8.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QWidgetList.3E37DEFD9B89DED8.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QWindow.02F4E9F1E86592D7.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QWindow.02F4E9F1E86592D7.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QWindow.02F4E9F1E86592D7.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QWindow.02F4E9F1E86592D7.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QtCore.6F62E62CE146A14F.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QtCore.6F62E62CE146A14F.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QtCore.6F62E62CE146A14F.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QtCore.6F62E62CE146A14F.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QtCoreDepends.2817C9417177DFE5.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QtCoreDepends.2817C9417177DFE5.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QtCoreDepends.2817C9417177DFE5.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QtCoreDepends.2817C9417177DFE5.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QtGui.B66D071F01FC1F99.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QtGui.B66D071F01FC1F99.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QtGui.B66D071F01FC1F99.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QtGui.B66D071F01FC1F99.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QtGuiDepends.3036897766F1EFDE.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QtGuiDepends.3036897766F1EFDE.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QtGuiDepends.3036897766F1EFDE.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QtGuiDepends.3036897766F1EFDE.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QtWidgets.CF8D2E7252CD0960.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QtWidgets.CF8D2E7252CD0960.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QtWidgets.CF8D2E7252CD0960.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QtWidgets.CF8D2E7252CD0960.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QtWidgetsDepends.289F9A9534E4A093.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QtWidgetsDepends.289F9A9534E4A093.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QtWidgetsDepends.289F9A9534E4A093.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QtWidgetsDepends.289F9A9534E4A093.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/__FILE.h.6F8BF1EA128A85A8.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/__FILE.h.6F8BF1EA128A85A8.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/__FILE.h.6F8BF1EA128A85A8.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/__FILE.h.6F8BF1EA128A85A8.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/__fpos64_t.h.76CFE28F9C6B8241.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/__fpos64_t.h.76CFE28F9C6B8241.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/__fpos64_t.h.76CFE28F9C6B8241.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/__fpos64_t.h.76CFE28F9C6B8241.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/__fpos_t.h.9C6C7821CAFB6728.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/__fpos_t.h.9C6C7821CAFB6728.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/__fpos_t.h.9C6C7821CAFB6728.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/__fpos_t.h.9C6C7821CAFB6728.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/__locale_t.h.3F73A78C1398A1A9.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/__locale_t.h.3F73A78C1398A1A9.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/__locale_t.h.3F73A78C1398A1A9.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/__locale_t.h.3F73A78C1398A1A9.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/__mbstate_t.h.18CD360ACD7D77DA.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/__mbstate_t.h.18CD360ACD7D77DA.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/__mbstate_t.h.18CD360ACD7D77DA.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/__mbstate_t.h.18CD360ACD7D77DA.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/__sigset_t.h.6BFEE909145251C5.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/__sigset_t.h.6BFEE909145251C5.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/__sigset_t.h.6BFEE909145251C5.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/__sigset_t.h.6BFEE909145251C5.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/__stddef_max_align_t.h.96B23AD00222437D.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/__stddef_max_align_t.h.96B23AD00222437D.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/__stddef_max_align_t.h.96B23AD00222437D.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/__stddef_max_align_t.h.96B23AD00222437D.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/algorithm.0A9FCDCED27FEB6F.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/algorithm.0A9FCDCED27FEB6F.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/algorithm.0A9FCDCED27FEB6F.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/algorithm.0A9FCDCED27FEB6F.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/algorithmfwd.h.828A8DB6E9EEE3EE.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/algorithmfwd.h.828A8DB6E9EEE3EE.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/algorithmfwd.h.828A8DB6E9EEE3EE.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/algorithmfwd.h.828A8DB6E9EEE3EE.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/align.h.6BF9EDC33653739F.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/align.h.6BF9EDC33653739F.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/align.h.6BF9EDC33653739F.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/align.h.6BF9EDC33653739F.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/aligned_buffer.h.E63FB756F412AE2F.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/aligned_buffer.h.E63FB756F412AE2F.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/aligned_buffer.h.E63FB756F412AE2F.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/aligned_buffer.h.E63FB756F412AE2F.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/alloc_traits.h.D0EB4748D597EB42.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/alloc_traits.h.D0EB4748D597EB42.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/alloc_traits.h.D0EB4748D597EB42.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/alloc_traits.h.D0EB4748D597EB42.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/alloc_traits.h.E372FA9286DC0DCC.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/alloc_traits.h.E372FA9286DC0DCC.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/alloc_traits.h.E372FA9286DC0DCC.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/alloc_traits.h.E372FA9286DC0DCC.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/alloca.h.B3C3404035C15EA6.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/alloca.h.B3C3404035C15EA6.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/alloca.h.B3C3404035C15EA6.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/alloca.h.B3C3404035C15EA6.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/allocated_ptr.h.966BC7677AAF3C36.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/allocated_ptr.h.966BC7677AAF3C36.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/allocated_ptr.h.966BC7677AAF3C36.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/allocated_ptr.h.966BC7677AAF3C36.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/allocator.h.89B127BC01C0A2FB.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/allocator.h.89B127BC01C0A2FB.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/allocator.h.89B127BC01C0A2FB.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/allocator.h.89B127BC01C0A2FB.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/assert.h.F44EF353D67C7E11.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/assert.h.F44EF353D67C7E11.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/assert.h.F44EF353D67C7E11.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/assert.h.F44EF353D67C7E11.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/assertions.h.73072A3463340DD9.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/assertions.h.73072A3463340DD9.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/assertions.h.73072A3463340DD9.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/assertions.h.73072A3463340DD9.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/atomic.46EF78784C52C067.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/atomic.46EF78784C52C067.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/atomic.46EF78784C52C067.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/atomic.46EF78784C52C067.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/atomic_base.h.2D4EDD9F7BC682CD.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/atomic_base.h.2D4EDD9F7BC682CD.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/atomic_base.h.2D4EDD9F7BC682CD.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/atomic_base.h.2D4EDD9F7BC682CD.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/atomic_futex.h.184FD170C46BEE68.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/atomic_futex.h.184FD170C46BEE68.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/atomic_futex.h.184FD170C46BEE68.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/atomic_futex.h.184FD170C46BEE68.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/atomic_lockfree_defines.h.103EA1AF455C745C.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/atomic_lockfree_defines.h.103EA1AF455C745C.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/atomic_lockfree_defines.h.103EA1AF455C745C.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/atomic_lockfree_defines.h.103EA1AF455C745C.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/atomic_wide_counter.h.56DB1510DB559888.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/atomic_wide_counter.h.56DB1510DB559888.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/atomic_wide_counter.h.56DB1510DB559888.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/atomic_wide_counter.h.56DB1510DB559888.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/atomic_word.h.74F6A3A5F4319EC9.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/atomic_word.h.74F6A3A5F4319EC9.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/atomic_word.h.74F6A3A5F4319EC9.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/atomic_word.h.74F6A3A5F4319EC9.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/atomicity.h.BE0E8617DD15446C.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/atomicity.h.BE0E8617DD15446C.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/atomicity.h.BE0E8617DD15446C.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/atomicity.h.BE0E8617DD15446C.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/auto_ptr.h.B52290E93C384B87.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/auto_ptr.h.B52290E93C384B87.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/auto_ptr.h.B52290E93C384B87.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/auto_ptr.h.B52290E93C384B87.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/basic_ios.h.F17725FEA4B79979.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/basic_ios.h.F17725FEA4B79979.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/basic_ios.h.F17725FEA4B79979.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/basic_ios.h.F17725FEA4B79979.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/basic_ios.tcc.7C93E6F808EFA9F3.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/basic_ios.tcc.7C93E6F808EFA9F3.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/basic_ios.tcc.7C93E6F808EFA9F3.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/basic_ios.tcc.7C93E6F808EFA9F3.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/basic_string.h.6417FF8C81DA1D7F.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/basic_string.h.6417FF8C81DA1D7F.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/basic_string.h.6417FF8C81DA1D7F.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/basic_string.h.6417FF8C81DA1D7F.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/basic_string.tcc.298648CE782362CB.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/basic_string.tcc.298648CE782362CB.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/basic_string.tcc.298648CE782362CB.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/basic_string.tcc.298648CE782362CB.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/binders.h.D7487ABB5358F6D2.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/binders.h.D7487ABB5358F6D2.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/binders.h.D7487ABB5358F6D2.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/binders.h.D7487ABB5358F6D2.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/bit.76EB573FE96878C3.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/bit.76EB573FE96878C3.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/bit.76EB573FE96878C3.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/bit.76EB573FE96878C3.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/byteswap.h.6F2302C3C3B7048C.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/byteswap.h.6F2302C3C3B7048C.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/byteswap.h.6F2302C3C3B7048C.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/byteswap.h.6F2302C3C3B7048C.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/c++allocator.h.36FAE94571AD6311.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/c++allocator.h.36FAE94571AD6311.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/c++allocator.h.36FAE94571AD6311.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/c++allocator.h.36FAE94571AD6311.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/c++config.h.DF1D8297D0FBF728.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/c++config.h.DF1D8297D0FBF728.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/c++config.h.DF1D8297D0FBF728.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/c++config.h.DF1D8297D0FBF728.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/c++locale.h.197A146DFD43675A.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/c++locale.h.197A146DFD43675A.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/c++locale.h.197A146DFD43675A.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/c++locale.h.197A146DFD43675A.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cctype.B217887342BD1775.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cctype.B217887342BD1775.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cctype.B217887342BD1775.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cctype.B217887342BD1775.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cdefs.h.8113CACA75BA375E.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cdefs.h.8113CACA75BA375E.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cdefs.h.8113CACA75BA375E.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cdefs.h.8113CACA75BA375E.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cerrno.9377711B6CF4C235.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cerrno.9377711B6CF4C235.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cerrno.9377711B6CF4C235.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cerrno.9377711B6CF4C235.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/char_traits.h.84BF30BC63097530.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/char_traits.h.84BF30BC63097530.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/char_traits.h.84BF30BC63097530.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/char_traits.h.84BF30BC63097530.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/charconv.h.ACE79EFDF625C685.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/charconv.h.ACE79EFDF625C685.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/charconv.h.ACE79EFDF625C685.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/charconv.h.ACE79EFDF625C685.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/chrono.78D0CD9B2F8B9C7F.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/chrono.78D0CD9B2F8B9C7F.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/chrono.78D0CD9B2F8B9C7F.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/chrono.78D0CD9B2F8B9C7F.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/chrono.h.C2EA0D6B0150DBC4.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/chrono.h.C2EA0D6B0150DBC4.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/chrono.h.C2EA0D6B0150DBC4.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/chrono.h.C2EA0D6B0150DBC4.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/clocale.618ECD283A027D2D.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/clocale.618ECD283A027D2D.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/clocale.618ECD283A027D2D.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/clocale.618ECD283A027D2D.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/clock_t.h.4298E782D79C8AAE.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/clock_t.h.4298E782D79C8AAE.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/clock_t.h.4298E782D79C8AAE.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/clock_t.h.4298E782D79C8AAE.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/clockid_t.h.BE41EEDE18978A00.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/clockid_t.h.BE41EEDE18978A00.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/clockid_t.h.BE41EEDE18978A00.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/clockid_t.h.BE41EEDE18978A00.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cmath.C154A56BA1C47968.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cmath.C154A56BA1C47968.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cmath.C154A56BA1C47968.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cmath.C154A56BA1C47968.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/colorwindow.cpp.1FDC31D224CE6288.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/colorwindow.cpp.1FDC31D224CE6288.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/colorwindow.cpp.1FDC31D224CE6288.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/colorwindow.cpp.1FDC31D224CE6288.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/colorwindow.h.F832E96DF4E6CFB7.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/colorwindow.h.F832E96DF4E6CFB7.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/colorwindow.h.F832E96DF4E6CFB7.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/colorwindow.h.F832E96DF4E6CFB7.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/concept_check.h.96D23FFA9EB1BA86.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/concept_check.h.96D23FFA9EB1BA86.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/concept_check.h.96D23FFA9EB1BA86.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/concept_check.h.96D23FFA9EB1BA86.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/concurrence.h.0A2615FDDA943105.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/concurrence.h.0A2615FDDA943105.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/concurrence.h.0A2615FDDA943105.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/concurrence.h.0A2615FDDA943105.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/condition_variable.557CE0D5C1367AE5.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/condition_variable.557CE0D5C1367AE5.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/condition_variable.557CE0D5C1367AE5.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/condition_variable.557CE0D5C1367AE5.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cookie_io_functions_t.h.F008C27662A34FC7.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cookie_io_functions_t.h.F008C27662A34FC7.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cookie_io_functions_t.h.F008C27662A34FC7.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cookie_io_functions_t.h.F008C27662A34FC7.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cpp_type_traits.h.C1BC93C572F98E28.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cpp_type_traits.h.C1BC93C572F98E28.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cpp_type_traits.h.C1BC93C572F98E28.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cpp_type_traits.h.C1BC93C572F98E28.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cpu-set.h.E2616A97511B788D.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cpu-set.h.E2616A97511B788D.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cpu-set.h.E2616A97511B788D.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cpu-set.h.E2616A97511B788D.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cpu_defines.h.6AA1B90DD4E35359.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cpu_defines.h.6AA1B90DD4E35359.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cpu_defines.h.6AA1B90DD4E35359.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cpu_defines.h.6AA1B90DD4E35359.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cstddef.B2C936B264C43B9D.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cstddef.B2C936B264C43B9D.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cstddef.B2C936B264C43B9D.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cstddef.B2C936B264C43B9D.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cstdint.0CD5C5E811140048.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cstdint.0CD5C5E811140048.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cstdint.0CD5C5E811140048.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cstdint.0CD5C5E811140048.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cstdio.09F56995ED7CD861.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cstdio.09F56995ED7CD861.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cstdio.09F56995ED7CD861.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cstdio.09F56995ED7CD861.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cstdlib.9CC675EFBE331E6E.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cstdlib.9CC675EFBE331E6E.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cstdlib.9CC675EFBE331E6E.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cstdlib.9CC675EFBE331E6E.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ctime.B261B38C1F3742D2.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ctime.B261B38C1F3742D2.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ctime.B261B38C1F3742D2.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ctime.B261B38C1F3742D2.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ctype.h.8C666B63C116FFB8.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ctype.h.8C666B63C116FFB8.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ctype.h.8C666B63C116FFB8.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ctype.h.8C666B63C116FFB8.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ctype_base.h.FAAAFBA16C0A03D3.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ctype_base.h.FAAAFBA16C0A03D3.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ctype_base.h.FAAAFBA16C0A03D3.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ctype_base.h.FAAAFBA16C0A03D3.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ctype_inline.h.AC2E156098EC8626.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ctype_inline.h.AC2E156098EC8626.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ctype_inline.h.AC2E156098EC8626.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ctype_inline.h.AC2E156098EC8626.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cwchar.2DD9CEBDB7293D0F.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cwchar.2DD9CEBDB7293D0F.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cwchar.2DD9CEBDB7293D0F.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cwchar.2DD9CEBDB7293D0F.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cwctype.70BD2ACD98324F00.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cwctype.70BD2ACD98324F00.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cwctype.70BD2ACD98324F00.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cwctype.70BD2ACD98324F00.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cxxabi_forced.h.10D429AF48BA6BE1.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cxxabi_forced.h.10D429AF48BA6BE1.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cxxabi_forced.h.10D429AF48BA6BE1.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cxxabi_forced.h.10D429AF48BA6BE1.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cxxabi_init_exception.h.09AE6EB2E0B40CED.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cxxabi_init_exception.h.09AE6EB2E0B40CED.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cxxabi_init_exception.h.09AE6EB2E0B40CED.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cxxabi_init_exception.h.09AE6EB2E0B40CED.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/debug.h.71D2D77BF5914CDA.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/debug.h.71D2D77BF5914CDA.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/debug.h.71D2D77BF5914CDA.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/debug.h.71D2D77BF5914CDA.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/endian.h.86AC4579400E1F3C.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/endian.h.86AC4579400E1F3C.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/endian.h.86AC4579400E1F3C.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/endian.h.86AC4579400E1F3C.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/endian.h.CBC7B63F4780E810.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/endian.h.CBC7B63F4780E810.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/endian.h.CBC7B63F4780E810.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/endian.h.CBC7B63F4780E810.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/endianness.h.63FFD0703BF37E41.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/endianness.h.63FFD0703BF37E41.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/endianness.h.63FFD0703BF37E41.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/endianness.h.63FFD0703BF37E41.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/erase_if.h.4AC7375AB4827A4B.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/erase_if.h.4AC7375AB4827A4B.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/erase_if.h.4AC7375AB4827A4B.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/erase_if.h.4AC7375AB4827A4B.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/errno-base.h.6103700F2A961E57.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/errno-base.h.6103700F2A961E57.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/errno-base.h.6103700F2A961E57.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/errno-base.h.6103700F2A961E57.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/errno.h.061397FDE4C98757.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/errno.h.061397FDE4C98757.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/errno.h.061397FDE4C98757.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/errno.h.061397FDE4C98757.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/errno.h.3B388C5618606E4B.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/errno.h.3B388C5618606E4B.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/errno.h.3B388C5618606E4B.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/errno.h.3B388C5618606E4B.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/errno.h.976E2F7993D5837D.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/errno.h.976E2F7993D5837D.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/errno.h.976E2F7993D5837D.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/errno.h.976E2F7993D5837D.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/errno.h.D9D8241F3E79ABDF.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/errno.h.D9D8241F3E79ABDF.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/errno.h.D9D8241F3E79ABDF.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/errno.h.D9D8241F3E79ABDF.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/errno.h.ED5CC3F31B3B565F.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/errno.h.ED5CC3F31B3B565F.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/errno.h.ED5CC3F31B3B565F.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/errno.h.ED5CC3F31B3B565F.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/error_constants.h.671EDF2AE92E9FAE.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/error_constants.h.671EDF2AE92E9FAE.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/error_constants.h.671EDF2AE92E9FAE.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/error_constants.h.671EDF2AE92E9FAE.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/error_t.h.A969CA67F72DCE1C.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/error_t.h.A969CA67F72DCE1C.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/error_t.h.A969CA67F72DCE1C.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/error_t.h.A969CA67F72DCE1C.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/exception.79D90D653280EE6F.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/exception.79D90D653280EE6F.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/exception.79D90D653280EE6F.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/exception.79D90D653280EE6F.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/exception.h.BCF24C7F63B98F82.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/exception.h.BCF24C7F63B98F82.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/exception.h.BCF24C7F63B98F82.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/exception.h.BCF24C7F63B98F82.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/exception_defines.h.49EA94090E62A128.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/exception_defines.h.49EA94090E62A128.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/exception_defines.h.49EA94090E62A128.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/exception_defines.h.49EA94090E62A128.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/exception_ptr.h.8A42CE07EED62575.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/exception_ptr.h.8A42CE07EED62575.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/exception_ptr.h.8A42CE07EED62575.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/exception_ptr.h.8A42CE07EED62575.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/features-time64.h.C0452545283792D6.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/features-time64.h.C0452545283792D6.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/features-time64.h.C0452545283792D6.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/features-time64.h.C0452545283792D6.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/features.h.839A4F3F7C9A4375.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/features.h.839A4F3F7C9A4375.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/features.h.839A4F3F7C9A4375.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/features.h.839A4F3F7C9A4375.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/floatn-common.h.220778C34B31099D.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/floatn-common.h.220778C34B31099D.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/floatn-common.h.220778C34B31099D.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/floatn-common.h.220778C34B31099D.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/floatn.h.987689782B9EAADF.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/floatn.h.987689782B9EAADF.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/floatn.h.987689782B9EAADF.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/floatn.h.987689782B9EAADF.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/flowlayout.cpp.0C4CBB09704CE632.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/flowlayout.cpp.0C4CBB09704CE632.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/flowlayout.cpp.0C4CBB09704CE632.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/flowlayout.cpp.0C4CBB09704CE632.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/flowlayout.h.BDEF3CB129336411.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/flowlayout.h.BDEF3CB129336411.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/flowlayout.h.BDEF3CB129336411.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/flowlayout.h.BDEF3CB129336411.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/flt-eval-method.h.095497E1EF063553.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/flt-eval-method.h.095497E1EF063553.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/flt-eval-method.h.095497E1EF063553.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/flt-eval-method.h.095497E1EF063553.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/fp-fast.h.36865E5392BB6B93.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/fp-fast.h.36865E5392BB6B93.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/fp-fast.h.36865E5392BB6B93.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/fp-fast.h.36865E5392BB6B93.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/fp-logb.h.630478C035069614.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/fp-logb.h.630478C035069614.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/fp-logb.h.630478C035069614.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/fp-logb.h.630478C035069614.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/functexcept.h.2A2E39776D3ED33F.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/functexcept.h.2A2E39776D3ED33F.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/functexcept.h.2A2E39776D3ED33F.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/functexcept.h.2A2E39776D3ED33F.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/functional.22BC480F2BF38B6C.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/functional.22BC480F2BF38B6C.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/functional.22BC480F2BF38B6C.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/functional.22BC480F2BF38B6C.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/functional_hash.h.A684A0AA30E123C1.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/functional_hash.h.A684A0AA30E123C1.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/functional_hash.h.A684A0AA30E123C1.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/functional_hash.h.A684A0AA30E123C1.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/future.40F6EB336EF63F44.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/future.40F6EB336EF63F44.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/future.40F6EB336EF63F44.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/future.40F6EB336EF63F44.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/gl.h.F39A56717154A031.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/gl.h.F39A56717154A031.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/gl.h.F39A56717154A031.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/gl.h.F39A56717154A031.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/gthr-default.h.781A7BF25536690C.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/gthr-default.h.781A7BF25536690C.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/gthr-default.h.781A7BF25536690C.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/gthr-default.h.781A7BF25536690C.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/gthr.h.06DC9DA786B26E81.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/gthr.h.06DC9DA786B26E81.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/gthr.h.06DC9DA786B26E81.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/gthr.h.06DC9DA786B26E81.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/hash_bytes.h.84E226767AB6BF9F.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/hash_bytes.h.84E226767AB6BF9F.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/hash_bytes.h.84E226767AB6BF9F.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/hash_bytes.h.84E226767AB6BF9F.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/initializer_list.83E7646647C44EBF.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/initializer_list.83E7646647C44EBF.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/initializer_list.83E7646647C44EBF.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/initializer_list.83E7646647C44EBF.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/inttypes.h.2DA7CE2DF000FB0D.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/inttypes.h.2DA7CE2DF000FB0D.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/inttypes.h.2DA7CE2DF000FB0D.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/inttypes.h.2DA7CE2DF000FB0D.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/inttypes.h.8496E7CD9AC401FA.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/inttypes.h.8496E7CD9AC401FA.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/inttypes.h.8496E7CD9AC401FA.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/inttypes.h.8496E7CD9AC401FA.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/invoke.h.56EAC3315480208F.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/invoke.h.56EAC3315480208F.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/invoke.h.56EAC3315480208F.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/invoke.h.56EAC3315480208F.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ios.C95EED5A475E3DBB.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ios.C95EED5A475E3DBB.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ios.C95EED5A475E3DBB.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ios.C95EED5A475E3DBB.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ios_base.h.BEAEEB95192CCD15.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ios_base.h.BEAEEB95192CCD15.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ios_base.h.BEAEEB95192CCD15.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ios_base.h.BEAEEB95192CCD15.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/iosfwd.F19813250D09297A.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/iosfwd.F19813250D09297A.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/iosfwd.F19813250D09297A.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/iosfwd.F19813250D09297A.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/iostream.DE9054B4375C55AE.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/iostream.DE9054B4375C55AE.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/iostream.DE9054B4375C55AE.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/iostream.DE9054B4375C55AE.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/iscanonical.h.C15D048E1838CBE7.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/iscanonical.h.C15D048E1838CBE7.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/iscanonical.h.C15D048E1838CBE7.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/iscanonical.h.C15D048E1838CBE7.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/istream.4E671A29B3BF6CAA.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/istream.4E671A29B3BF6CAA.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/istream.4E671A29B3BF6CAA.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/istream.4E671A29B3BF6CAA.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/istream.tcc.F1E0CA5187A103F8.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/istream.tcc.F1E0CA5187A103F8.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/istream.tcc.F1E0CA5187A103F8.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/istream.tcc.F1E0CA5187A103F8.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/iterator.6781D31400B05AC3.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/iterator.6781D31400B05AC3.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/iterator.6781D31400B05AC3.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/iterator.6781D31400B05AC3.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/kwindoweffects.h.7642E3BB1873F03C.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/kwindoweffects.h.7642E3BB1873F03C.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/kwindoweffects.h.7642E3BB1873F03C.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/kwindoweffects.h.7642E3BB1873F03C.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/kwindowinfo.h.CC0D01971E8D6A40.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/kwindowinfo.h.CC0D01971E8D6A40.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/kwindowinfo.h.CC0D01971E8D6A40.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/kwindowinfo.h.CC0D01971E8D6A40.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/kwindowsystem.h.9FC9588C69C33B62.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/kwindowsystem.h.9FC9588C69C33B62.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/kwindowsystem.h.9FC9588C69C33B62.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/kwindowsystem.h.9FC9588C69C33B62.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/kwindowsystem_export.h.B3F3506589877753.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/kwindowsystem_export.h.B3F3506589877753.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/kwindowsystem_export.h.B3F3506589877753.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/kwindowsystem_export.h.B3F3506589877753.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/libc-header-start.h.DE4EC70643B7CD1B.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/libc-header-start.h.DE4EC70643B7CD1B.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/libc-header-start.h.DE4EC70643B7CD1B.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/libc-header-start.h.DE4EC70643B7CD1B.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/libm-simd-decl-stubs.h.A66C362EA63E5365.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/libm-simd-decl-stubs.h.A66C362EA63E5365.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/libm-simd-decl-stubs.h.A66C362EA63E5365.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/libm-simd-decl-stubs.h.A66C362EA63E5365.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/limits.6124B10495977BE3.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/limits.6124B10495977BE3.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/limits.6124B10495977BE3.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/limits.6124B10495977BE3.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/limits.h.362D6A62FAA766B2.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/limits.h.362D6A62FAA766B2.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/limits.h.362D6A62FAA766B2.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/limits.h.362D6A62FAA766B2.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/limits.h.69A10F8A386658B6.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/limits.h.69A10F8A386658B6.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/limits.h.69A10F8A386658B6.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/limits.h.69A10F8A386658B6.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/limits.h.DCE8C15AD9D662BA.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/limits.h.DCE8C15AD9D662BA.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/limits.h.DCE8C15AD9D662BA.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/limits.h.DCE8C15AD9D662BA.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/list.F56A387883C7481B.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/list.F56A387883C7481B.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/list.F56A387883C7481B.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/list.F56A387883C7481B.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/list.tcc.C903DDB075A046E5.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/list.tcc.C903DDB075A046E5.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/list.tcc.C903DDB075A046E5.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/list.tcc.C903DDB075A046E5.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/local_lim.h.65DD3C8F099DD6D7.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/local_lim.h.65DD3C8F099DD6D7.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/local_lim.h.65DD3C8F099DD6D7.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/local_lim.h.65DD3C8F099DD6D7.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/locale.h.5F1EA2E91D0CD92F.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/locale.h.5F1EA2E91D0CD92F.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/locale.h.5F1EA2E91D0CD92F.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/locale.h.5F1EA2E91D0CD92F.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/locale.h.AF6D7871B4798B5C.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/locale.h.AF6D7871B4798B5C.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/locale.h.AF6D7871B4798B5C.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/locale.h.AF6D7871B4798B5C.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/locale_classes.h.4034A711F9875C49.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/locale_classes.h.4034A711F9875C49.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/locale_classes.h.4034A711F9875C49.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/locale_classes.h.4034A711F9875C49.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/locale_classes.tcc.4C0192029F8C4814.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/locale_classes.tcc.4C0192029F8C4814.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/locale_classes.tcc.4C0192029F8C4814.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/locale_classes.tcc.4C0192029F8C4814.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/locale_facets.h.A4CBC63976A67E90.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/locale_facets.h.A4CBC63976A67E90.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/locale_facets.h.A4CBC63976A67E90.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/locale_facets.h.A4CBC63976A67E90.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/locale_facets.tcc.BA53D206F78CC034.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/locale_facets.tcc.BA53D206F78CC034.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/locale_facets.tcc.BA53D206F78CC034.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/locale_facets.tcc.BA53D206F78CC034.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/locale_t.h.34B89A0475C69266.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/locale_t.h.34B89A0475C69266.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/locale_t.h.34B89A0475C69266.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/locale_t.h.34B89A0475C69266.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/localefwd.h.8F8BDB04693AA322.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/localefwd.h.8F8BDB04693AA322.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/localefwd.h.8F8BDB04693AA322.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/localefwd.h.8F8BDB04693AA322.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/long-double.h.4E9A278B5D22A190.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/long-double.h.4E9A278B5D22A190.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/long-double.h.4E9A278B5D22A190.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/long-double.h.4E9A278B5D22A190.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/main.cpp.6F1A0E89E1C7FE3C.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/main.cpp.6F1A0E89E1C7FE3C.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/main.cpp.6F1A0E89E1C7FE3C.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/main.cpp.6F1A0E89E1C7FE3C.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/mainwindow.cpp.78F992D7B896B592.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/mainwindow.cpp.78F992D7B896B592.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/mainwindow.cpp.78F992D7B896B592.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/mainwindow.cpp.78F992D7B896B592.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/mainwindow.h.D8EC2EACD6D9929A.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/mainwindow.h.D8EC2EACD6D9929A.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/mainwindow.h.D8EC2EACD6D9929A.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/mainwindow.h.D8EC2EACD6D9929A.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/map.E937322E2915CD85.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/map.E937322E2915CD85.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/map.E937322E2915CD85.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/map.E937322E2915CD85.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/math-vector.h.7BE2DEF4618784C5.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/math-vector.h.7BE2DEF4618784C5.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/math-vector.h.7BE2DEF4618784C5.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/math-vector.h.7BE2DEF4618784C5.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/math.h.01C27C5330238AC3.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/math.h.01C27C5330238AC3.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/math.h.01C27C5330238AC3.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/math.h.01C27C5330238AC3.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/mathcalls-helper-functions.h.945D0D556527C1DA.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/mathcalls-helper-functions.h.945D0D556527C1DA.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/mathcalls-helper-functions.h.945D0D556527C1DA.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/mathcalls-helper-functions.h.945D0D556527C1DA.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/mathcalls-narrow.h.CF57CB260EEB3FDD.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/mathcalls-narrow.h.CF57CB260EEB3FDD.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/mathcalls-narrow.h.CF57CB260EEB3FDD.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/mathcalls-narrow.h.CF57CB260EEB3FDD.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/mathcalls.h.0D6A5334AC3EFF18.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/mathcalls.h.0D6A5334AC3EFF18.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/mathcalls.h.0D6A5334AC3EFF18.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/mathcalls.h.0D6A5334AC3EFF18.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/mbstate_t.h.90C0B8AE7F2F3969.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/mbstate_t.h.90C0B8AE7F2F3969.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/mbstate_t.h.90C0B8AE7F2F3969.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/mbstate_t.h.90C0B8AE7F2F3969.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/memory.1A899AF7784E3659.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/memory.1A899AF7784E3659.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/memory.1A899AF7784E3659.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/memory.1A899AF7784E3659.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/memoryfwd.h.FA5F4245270B0B51.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/memoryfwd.h.FA5F4245270B0B51.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/memoryfwd.h.FA5F4245270B0B51.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/memoryfwd.h.FA5F4245270B0B51.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/move.h.A5E67C93C2508372.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/move.h.A5E67C93C2508372.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/move.h.A5E67C93C2508372.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/move.h.A5E67C93C2508372.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/mutex.A384FE3BC032CA0E.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/mutex.A384FE3BC032CA0E.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/mutex.A384FE3BC032CA0E.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/mutex.A384FE3BC032CA0E.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/nested_exception.h.23ECE11A0730AA8D.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/nested_exception.h.23ECE11A0730AA8D.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/nested_exception.h.23ECE11A0730AA8D.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/nested_exception.h.23ECE11A0730AA8D.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/netwm_def.h.4D82FB95BB0D27A4.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/netwm_def.h.4D82FB95BB0D27A4.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/netwm_def.h.4D82FB95BB0D27A4.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/netwm_def.h.4D82FB95BB0D27A4.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/new.49A01C4FB23CFBCA.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/new.49A01C4FB23CFBCA.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/new.49A01C4FB23CFBCA.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/new.49A01C4FB23CFBCA.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/new_allocator.h.870D7B8FF2328D25.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/new_allocator.h.870D7B8FF2328D25.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/new_allocator.h.870D7B8FF2328D25.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/new_allocator.h.870D7B8FF2328D25.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/numeric.80166A57FAF3967D.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/numeric.80166A57FAF3967D.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/numeric.80166A57FAF3967D.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/numeric.80166A57FAF3967D.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/numeric_traits.h.D0E23354A985386E.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/numeric_traits.h.D0E23354A985386E.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/numeric_traits.h.D0E23354A985386E.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/numeric_traits.h.D0E23354A985386E.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/opt_random.h.7FC90A334434BA77.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/opt_random.h.7FC90A334434BA77.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/opt_random.h.7FC90A334434BA77.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/opt_random.h.7FC90A334434BA77.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/optional.897D980FA64A1CD0.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/optional.897D980FA64A1CD0.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/optional.897D980FA64A1CD0.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/optional.897D980FA64A1CD0.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/os_defines.h.FC67559B40F39545.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/os_defines.h.FC67559B40F39545.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/os_defines.h.FC67559B40F39545.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/os_defines.h.FC67559B40F39545.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ostream.075645772165D16A.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ostream.075645772165D16A.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ostream.075645772165D16A.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ostream.075645772165D16A.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ostream.tcc.5E422C8EF0F4A177.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ostream.tcc.5E422C8EF0F4A177.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ostream.tcc.5E422C8EF0F4A177.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ostream.tcc.5E422C8EF0F4A177.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ostream_insert.h.05DCBA8FDCA76FCF.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ostream_insert.h.05DCBA8FDCA76FCF.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ostream_insert.h.05DCBA8FDCA76FCF.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ostream_insert.h.05DCBA8FDCA76FCF.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/parse_numbers.h.3D61E812493C9995.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/parse_numbers.h.3D61E812493C9995.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/parse_numbers.h.3D61E812493C9995.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/parse_numbers.h.3D61E812493C9995.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/posix1_lim.h.355DF01694695DA6.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/posix1_lim.h.355DF01694695DA6.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/posix1_lim.h.355DF01694695DA6.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/posix1_lim.h.355DF01694695DA6.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/posix2_lim.h.691D4B704B2D4723.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/posix2_lim.h.691D4B704B2D4723.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/posix2_lim.h.691D4B704B2D4723.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/posix2_lim.h.691D4B704B2D4723.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/postypes.h.C148709FF054D210.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/postypes.h.C148709FF054D210.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/postypes.h.C148709FF054D210.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/postypes.h.C148709FF054D210.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/predefined_ops.h.DD8B2F9A475ACD2D.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/predefined_ops.h.DD8B2F9A475ACD2D.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/predefined_ops.h.DD8B2F9A475ACD2D.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/predefined_ops.h.DD8B2F9A475ACD2D.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/pthread.h.BA62F334A4AE6D48.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/pthread.h.BA62F334A4AE6D48.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/pthread.h.BA62F334A4AE6D48.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/pthread.h.BA62F334A4AE6D48.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/pthread_stack_min-dynamic.h.7E1DF74F826CE798.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/pthread_stack_min-dynamic.h.7E1DF74F826CE798.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/pthread_stack_min-dynamic.h.7E1DF74F826CE798.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/pthread_stack_min-dynamic.h.7E1DF74F826CE798.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/pthreadtypes-arch.h.7355DCEE3967E5B5.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/pthreadtypes-arch.h.7355DCEE3967E5B5.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/pthreadtypes-arch.h.7355DCEE3967E5B5.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/pthreadtypes-arch.h.7355DCEE3967E5B5.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/pthreadtypes.h.2AB44129CC1055A5.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/pthreadtypes.h.2AB44129CC1055A5.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/pthreadtypes.h.2AB44129CC1055A5.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/pthreadtypes.h.2AB44129CC1055A5.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ptr_traits.h.2ACF18E4154A441B.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ptr_traits.h.2ACF18E4154A441B.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ptr_traits.h.2ACF18E4154A441B.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ptr_traits.h.2ACF18E4154A441B.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstractanimation.h.90CF0C82B5423405.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstractanimation.h.90CF0C82B5423405.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstractanimation.h.90CF0C82B5423405.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstractanimation.h.90CF0C82B5423405.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstractbutton.h.CEB70D0D2CEE8921.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstractbutton.h.CEB70D0D2CEE8921.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstractbutton.h.CEB70D0D2CEE8921.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstractbutton.h.CEB70D0D2CEE8921.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstracteventdispatcher.h.55CF4F9762AF25CE.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstracteventdispatcher.h.55CF4F9762AF25CE.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstracteventdispatcher.h.55CF4F9762AF25CE.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstracteventdispatcher.h.55CF4F9762AF25CE.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstractitemdelegate.h.B25861187C40BC00.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstractitemdelegate.h.B25861187C40BC00.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstractitemdelegate.h.B25861187C40BC00.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstractitemdelegate.h.B25861187C40BC00.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstractitemmodel.h.5D4A1CE50B1EE784.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstractitemmodel.h.5D4A1CE50B1EE784.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstractitemmodel.h.5D4A1CE50B1EE784.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstractitemmodel.h.5D4A1CE50B1EE784.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstractitemview.h.1EEB1A6111FB26CE.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstractitemview.h.1EEB1A6111FB26CE.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstractitemview.h.1EEB1A6111FB26CE.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstractitemview.h.1EEB1A6111FB26CE.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstractnativeeventfilter.h.DDBFC047444061B6.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstractnativeeventfilter.h.DDBFC047444061B6.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstractnativeeventfilter.h.DDBFC047444061B6.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstractnativeeventfilter.h.DDBFC047444061B6.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstractproxymodel.h.5217D8627322B71C.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstractproxymodel.h.5217D8627322B71C.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstractproxymodel.h.5217D8627322B71C.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstractproxymodel.h.5217D8627322B71C.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstractscrollarea.h.0E4D7E72A724FD97.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstractscrollarea.h.0E4D7E72A724FD97.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstractscrollarea.h.0E4D7E72A724FD97.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstractscrollarea.h.0E4D7E72A724FD97.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstractslider.h.81BC36A5B99A6680.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstractslider.h.81BC36A5B99A6680.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstractslider.h.81BC36A5B99A6680.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstractslider.h.81BC36A5B99A6680.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstractspinbox.h.3018B26980E1C88C.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstractspinbox.h.3018B26980E1C88C.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstractspinbox.h.3018B26980E1C88C.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstractspinbox.h.3018B26980E1C88C.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstractstate.h.E1770B846B807C87.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstractstate.h.E1770B846B807C87.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstractstate.h.E1770B846B807C87.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstractstate.h.E1770B846B807C87.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstracttextdocumentlayout.h.BDFBAC07849C195F.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstracttextdocumentlayout.h.BDFBAC07849C195F.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstracttextdocumentlayout.h.BDFBAC07849C195F.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstracttextdocumentlayout.h.BDFBAC07849C195F.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstracttransition.h.3762CC5E0B339F2A.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstracttransition.h.3762CC5E0B339F2A.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstracttransition.h.3762CC5E0B339F2A.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstracttransition.h.3762CC5E0B339F2A.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qaccessible.h.9EF484AB7E2BCD37.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qaccessible.h.9EF484AB7E2BCD37.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qaccessible.h.9EF484AB7E2BCD37.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qaccessible.h.9EF484AB7E2BCD37.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qaccessiblebridge.h.B3D8F0489C97BE4F.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qaccessiblebridge.h.B3D8F0489C97BE4F.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qaccessiblebridge.h.B3D8F0489C97BE4F.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qaccessiblebridge.h.B3D8F0489C97BE4F.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qaccessibleobject.h.E55E11783C96646C.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qaccessibleobject.h.E55E11783C96646C.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qaccessibleobject.h.E55E11783C96646C.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qaccessibleobject.h.E55E11783C96646C.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qaccessibleplugin.h.C7F37DEBCD2FEC0F.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qaccessibleplugin.h.C7F37DEBCD2FEC0F.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qaccessibleplugin.h.C7F37DEBCD2FEC0F.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qaccessibleplugin.h.C7F37DEBCD2FEC0F.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qaccessiblewidget.h.FB58DB43FD32169A.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qaccessiblewidget.h.FB58DB43FD32169A.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qaccessiblewidget.h.FB58DB43FD32169A.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qaccessiblewidget.h.FB58DB43FD32169A.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qaction.h.429CBDD58FCBEB08.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qaction.h.429CBDD58FCBEB08.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qaction.h.429CBDD58FCBEB08.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qaction.h.429CBDD58FCBEB08.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qactiongroup.h.05B2FD14FDB2F878.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qactiongroup.h.05B2FD14FDB2F878.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qactiongroup.h.05B2FD14FDB2F878.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qactiongroup.h.05B2FD14FDB2F878.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qalgorithms.h.ED6C00994EAB2F62.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qalgorithms.h.ED6C00994EAB2F62.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qalgorithms.h.ED6C00994EAB2F62.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qalgorithms.h.ED6C00994EAB2F62.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qanimationgroup.h.60D0D1AF379CFD37.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qanimationgroup.h.60D0D1AF379CFD37.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qanimationgroup.h.60D0D1AF379CFD37.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qanimationgroup.h.60D0D1AF379CFD37.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qapplication.h.AB84A42C732DCBCB.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qapplication.h.AB84A42C732DCBCB.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qapplication.h.AB84A42C732DCBCB.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qapplication.h.AB84A42C732DCBCB.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qarraydata.h.25F1FF32D708C4F5.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qarraydata.h.25F1FF32D708C4F5.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qarraydata.h.25F1FF32D708C4F5.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qarraydata.h.25F1FF32D708C4F5.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qarraydataops.h.F77D7D64388743E2.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qarraydataops.h.F77D7D64388743E2.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qarraydataops.h.F77D7D64388743E2.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qarraydataops.h.F77D7D64388743E2.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qarraydatapointer.h.ACA375B8C3E8D3DD.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qarraydatapointer.h.ACA375B8C3E8D3DD.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qarraydatapointer.h.ACA375B8C3E8D3DD.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qarraydatapointer.h.ACA375B8C3E8D3DD.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qatomic.h.E769041E1D24C7B6.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qatomic.h.E769041E1D24C7B6.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qatomic.h.E769041E1D24C7B6.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qatomic.h.E769041E1D24C7B6.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qatomic_cxx11.h.50EDE049696DFD3B.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qatomic_cxx11.h.50EDE049696DFD3B.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qatomic_cxx11.h.50EDE049696DFD3B.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qatomic_cxx11.h.50EDE049696DFD3B.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qbackingstore.h.3C78633B8CA8B21C.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qbackingstore.h.3C78633B8CA8B21C.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qbackingstore.h.3C78633B8CA8B21C.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qbackingstore.h.3C78633B8CA8B21C.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qbasicatomic.h.1FD327C34E1EB394.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qbasicatomic.h.1FD327C34E1EB394.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qbasicatomic.h.1FD327C34E1EB394.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qbasicatomic.h.1FD327C34E1EB394.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qbasictimer.h.AFFE4534ED854CEE.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qbasictimer.h.AFFE4534ED854CEE.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qbasictimer.h.AFFE4534ED854CEE.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qbasictimer.h.AFFE4534ED854CEE.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qbitarray.h.9CA0F2518C52C4DB.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qbitarray.h.9CA0F2518C52C4DB.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qbitarray.h.9CA0F2518C52C4DB.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qbitarray.h.9CA0F2518C52C4DB.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qbitmap.h.A96D9DE0CC8FB66C.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qbitmap.h.A96D9DE0CC8FB66C.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qbitmap.h.A96D9DE0CC8FB66C.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qbitmap.h.A96D9DE0CC8FB66C.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qboxlayout.h.2C17861AA72F3C25.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qboxlayout.h.2C17861AA72F3C25.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qboxlayout.h.2C17861AA72F3C25.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qboxlayout.h.2C17861AA72F3C25.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qbrush.h.B28BBB9DEC3073C7.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qbrush.h.B28BBB9DEC3073C7.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qbrush.h.B28BBB9DEC3073C7.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qbrush.h.B28BBB9DEC3073C7.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qbuffer.h.09FE63CB9CDAFC15.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qbuffer.h.09FE63CB9CDAFC15.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qbuffer.h.09FE63CB9CDAFC15.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qbuffer.h.09FE63CB9CDAFC15.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qbuttongroup.h.DB293B5182069AEE.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qbuttongroup.h.DB293B5182069AEE.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qbuttongroup.h.DB293B5182069AEE.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qbuttongroup.h.DB293B5182069AEE.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qbytearray.h.FCE639D5460B3659.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qbytearray.h.FCE639D5460B3659.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qbytearray.h.FCE639D5460B3659.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qbytearray.h.FCE639D5460B3659.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qbytearraylist.h.14F4C12929BBB61E.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qbytearraylist.h.14F4C12929BBB61E.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qbytearraylist.h.14F4C12929BBB61E.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qbytearraylist.h.14F4C12929BBB61E.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qbytearraymatcher.h.41BDAD8A545A478B.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qbytearraymatcher.h.41BDAD8A545A478B.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qbytearraymatcher.h.41BDAD8A545A478B.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qbytearraymatcher.h.41BDAD8A545A478B.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcache.h.C26F2E9201439650.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcache.h.C26F2E9201439650.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcache.h.C26F2E9201439650.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcache.h.C26F2E9201439650.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcalendar.h.510A706C4C338924.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcalendar.h.510A706C4C338924.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcalendar.h.510A706C4C338924.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcalendar.h.510A706C4C338924.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcalendarwidget.h.0A9CAF23900458D4.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcalendarwidget.h.0A9CAF23900458D4.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcalendarwidget.h.0A9CAF23900458D4.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcalendarwidget.h.0A9CAF23900458D4.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcborarray.h.FA3EA01AB5C2DB81.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcborarray.h.FA3EA01AB5C2DB81.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcborarray.h.FA3EA01AB5C2DB81.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcborarray.h.FA3EA01AB5C2DB81.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcborcommon.h.EC115462286820D4.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcborcommon.h.EC115462286820D4.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcborcommon.h.EC115462286820D4.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcborcommon.h.EC115462286820D4.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcbormap.h.CC2F113326196718.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcbormap.h.CC2F113326196718.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcbormap.h.CC2F113326196718.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcbormap.h.CC2F113326196718.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcborstream.h.3730A93BABEC7AD3.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcborstream.h.3730A93BABEC7AD3.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcborstream.h.3730A93BABEC7AD3.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcborstream.h.3730A93BABEC7AD3.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcborstreamreader.h.614090850FCCBE76.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcborstreamreader.h.614090850FCCBE76.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcborstreamreader.h.614090850FCCBE76.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcborstreamreader.h.614090850FCCBE76.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcborstreamwriter.h.7DB2BF4C4FC92A9C.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcborstreamwriter.h.7DB2BF4C4FC92A9C.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcborstreamwriter.h.7DB2BF4C4FC92A9C.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcborstreamwriter.h.7DB2BF4C4FC92A9C.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcborvalue.h.C4067A677BFE389E.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcborvalue.h.C4067A677BFE389E.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcborvalue.h.C4067A677BFE389E.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcborvalue.h.C4067A677BFE389E.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qchar.h.EA0E5AA6EC12DC65.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qchar.h.EA0E5AA6EC12DC65.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qchar.h.EA0E5AA6EC12DC65.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qchar.h.EA0E5AA6EC12DC65.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcheckbox.h.DF5067AD7AE52F24.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcheckbox.h.DF5067AD7AE52F24.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcheckbox.h.DF5067AD7AE52F24.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcheckbox.h.DF5067AD7AE52F24.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qclipboard.h.C161DA7197F3F2EC.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qclipboard.h.C161DA7197F3F2EC.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qclipboard.h.C161DA7197F3F2EC.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qclipboard.h.C161DA7197F3F2EC.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcollator.h.27585F7CC64A9EA8.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcollator.h.27585F7CC64A9EA8.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcollator.h.27585F7CC64A9EA8.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcollator.h.27585F7CC64A9EA8.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcolor.h.0A6DF50CB8BCAA37.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcolor.h.0A6DF50CB8BCAA37.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcolor.h.0A6DF50CB8BCAA37.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcolor.h.0A6DF50CB8BCAA37.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcolordialog.h.8F7B54DCA4C5003E.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcolordialog.h.8F7B54DCA4C5003E.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcolordialog.h.8F7B54DCA4C5003E.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcolordialog.h.8F7B54DCA4C5003E.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcolormap.h.D21C7AE31597DD64.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcolormap.h.D21C7AE31597DD64.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcolormap.h.D21C7AE31597DD64.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcolormap.h.D21C7AE31597DD64.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcolorspace.h.D5EF22BE546CF733.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcolorspace.h.D5EF22BE546CF733.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcolorspace.h.D5EF22BE546CF733.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcolorspace.h.D5EF22BE546CF733.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcolortransform.h.510117028FC7E6C5.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcolortransform.h.510117028FC7E6C5.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcolortransform.h.510117028FC7E6C5.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcolortransform.h.510117028FC7E6C5.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcolumnview.h.D93EEBAD969A5B1B.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcolumnview.h.D93EEBAD969A5B1B.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcolumnview.h.D93EEBAD969A5B1B.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcolumnview.h.D93EEBAD969A5B1B.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcombobox.h.EABC2D1A23164179.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcombobox.h.EABC2D1A23164179.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcombobox.h.EABC2D1A23164179.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcombobox.h.EABC2D1A23164179.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcommandlineoption.h.8AA917733EB3684A.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcommandlineoption.h.8AA917733EB3684A.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcommandlineoption.h.8AA917733EB3684A.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcommandlineoption.h.8AA917733EB3684A.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcommandlineparser.h.7A3E0266D1FE2AFA.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcommandlineparser.h.7A3E0266D1FE2AFA.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcommandlineparser.h.7A3E0266D1FE2AFA.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcommandlineparser.h.7A3E0266D1FE2AFA.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcommandlinkbutton.h.6C9D67EF42DF0EB5.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcommandlinkbutton.h.6C9D67EF42DF0EB5.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcommandlinkbutton.h.6C9D67EF42DF0EB5.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcommandlinkbutton.h.6C9D67EF42DF0EB5.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcommonstyle.h.A1CEDBD889FB4438.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcommonstyle.h.A1CEDBD889FB4438.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcommonstyle.h.A1CEDBD889FB4438.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcommonstyle.h.A1CEDBD889FB4438.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcompilerdetection.h.911BA17DA0AA772B.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcompilerdetection.h.911BA17DA0AA772B.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcompilerdetection.h.911BA17DA0AA772B.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcompilerdetection.h.911BA17DA0AA772B.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcompleter.h.29B2EACBAA2B44DC.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcompleter.h.29B2EACBAA2B44DC.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcompleter.h.29B2EACBAA2B44DC.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcompleter.h.29B2EACBAA2B44DC.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qconcatenatetablesproxymodel.h.0F9FC6054137608C.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qconcatenatetablesproxymodel.h.0F9FC6054137608C.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qconcatenatetablesproxymodel.h.0F9FC6054137608C.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qconcatenatetablesproxymodel.h.0F9FC6054137608C.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qconfig.h.5AB0051FB9CD29A0.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qconfig.h.5AB0051FB9CD29A0.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qconfig.h.5AB0051FB9CD29A0.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qconfig.h.5AB0051FB9CD29A0.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcontainerfwd.h.8BCD555015964B5F.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcontainerfwd.h.8BCD555015964B5F.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcontainerfwd.h.8BCD555015964B5F.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcontainerfwd.h.8BCD555015964B5F.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcontainertools_impl.h.D2943F971AEE9A5E.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcontainertools_impl.h.D2943F971AEE9A5E.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcontainertools_impl.h.D2943F971AEE9A5E.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcontainertools_impl.h.D2943F971AEE9A5E.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcontiguouscache.h.760F31E31F4BB663.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcontiguouscache.h.760F31E31F4BB663.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcontiguouscache.h.760F31E31F4BB663.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcontiguouscache.h.760F31E31F4BB663.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcoreapplication.h.BD6E3E9A701ABF00.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcoreapplication.h.BD6E3E9A701ABF00.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcoreapplication.h.BD6E3E9A701ABF00.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcoreapplication.h.BD6E3E9A701ABF00.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcoreevent.h.EC960460D6E094EC.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcoreevent.h.EC960460D6E094EC.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcoreevent.h.EC960460D6E094EC.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcoreevent.h.EC960460D6E094EC.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcryptographichash.h.299BD846A14B5F63.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcryptographichash.h.299BD846A14B5F63.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcryptographichash.h.299BD846A14B5F63.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcryptographichash.h.299BD846A14B5F63.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcursor.h.D2187AC8AACD35D0.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcursor.h.D2187AC8AACD35D0.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcursor.h.D2187AC8AACD35D0.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcursor.h.D2187AC8AACD35D0.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdatastream.h.67F2158157580D70.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdatastream.h.67F2158157580D70.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdatastream.h.67F2158157580D70.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdatastream.h.67F2158157580D70.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdatawidgetmapper.h.D2AC9CBC9DCD330B.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdatawidgetmapper.h.D2AC9CBC9DCD330B.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdatawidgetmapper.h.D2AC9CBC9DCD330B.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdatawidgetmapper.h.D2AC9CBC9DCD330B.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdatetime.h.BBA7609835CC26CB.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdatetime.h.BBA7609835CC26CB.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdatetime.h.BBA7609835CC26CB.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdatetime.h.BBA7609835CC26CB.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdatetimeedit.h.8A502F53E1EAD08C.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdatetimeedit.h.8A502F53E1EAD08C.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdatetimeedit.h.8A502F53E1EAD08C.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdatetimeedit.h.8A502F53E1EAD08C.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdeadlinetimer.h.3BA6B682B94252BF.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdeadlinetimer.h.3BA6B682B94252BF.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdeadlinetimer.h.3BA6B682B94252BF.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdeadlinetimer.h.3BA6B682B94252BF.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdebug.h.1E37B878E1CC4EAB.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdebug.h.1E37B878E1CC4EAB.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdebug.h.1E37B878E1CC4EAB.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdebug.h.1E37B878E1CC4EAB.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdesktopservices.h.B0AF0CA7E24D3718.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdesktopservices.h.B0AF0CA7E24D3718.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdesktopservices.h.B0AF0CA7E24D3718.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdesktopservices.h.B0AF0CA7E24D3718.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdesktopwidget.h.FA8798CA87583730.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdesktopwidget.h.FA8798CA87583730.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdesktopwidget.h.FA8798CA87583730.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdesktopwidget.h.FA8798CA87583730.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdial.h.BA5006C4DB93063E.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdial.h.BA5006C4DB93063E.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdial.h.BA5006C4DB93063E.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdial.h.BA5006C4DB93063E.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdialog.h.C3F71F0B1E4AEEC7.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdialog.h.C3F71F0B1E4AEEC7.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdialog.h.C3F71F0B1E4AEEC7.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdialog.h.C3F71F0B1E4AEEC7.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdialogbuttonbox.h.B327C7D4F20D3AC4.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdialogbuttonbox.h.B327C7D4F20D3AC4.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdialogbuttonbox.h.B327C7D4F20D3AC4.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdialogbuttonbox.h.B327C7D4F20D3AC4.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdir.h.622D064A7523205E.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdir.h.622D064A7523205E.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdir.h.622D064A7523205E.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdir.h.622D064A7523205E.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdiriterator.h.5F78BD1043BB238A.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdiriterator.h.5F78BD1043BB238A.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdiriterator.h.5F78BD1043BB238A.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdiriterator.h.5F78BD1043BB238A.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdirmodel.h.B90E6DDAB52CE877.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdirmodel.h.B90E6DDAB52CE877.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdirmodel.h.B90E6DDAB52CE877.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdirmodel.h.B90E6DDAB52CE877.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdockwidget.h.204696E2C0F702F6.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdockwidget.h.204696E2C0F702F6.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdockwidget.h.204696E2C0F702F6.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdockwidget.h.204696E2C0F702F6.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdrag.h.88A79AA406397F72.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdrag.h.88A79AA406397F72.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdrag.h.88A79AA406397F72.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdrag.h.88A79AA406397F72.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdrawutil.h.CBE2BCDE4789E845.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdrawutil.h.CBE2BCDE4789E845.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdrawutil.h.CBE2BCDE4789E845.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdrawutil.h.CBE2BCDE4789E845.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qeasingcurve.h.646F3CD5E56B9E3E.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qeasingcurve.h.646F3CD5E56B9E3E.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qeasingcurve.h.646F3CD5E56B9E3E.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qeasingcurve.h.646F3CD5E56B9E3E.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qelapsedtimer.h.944B81D748FE31AB.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qelapsedtimer.h.944B81D748FE31AB.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qelapsedtimer.h.944B81D748FE31AB.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qelapsedtimer.h.944B81D748FE31AB.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qendian.h.8FE1AF2EAA6FA8F9.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qendian.h.8FE1AF2EAA6FA8F9.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qendian.h.8FE1AF2EAA6FA8F9.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qendian.h.8FE1AF2EAA6FA8F9.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qerrormessage.h.BF9A84905A0E7FCC.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qerrormessage.h.BF9A84905A0E7FCC.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qerrormessage.h.BF9A84905A0E7FCC.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qerrormessage.h.BF9A84905A0E7FCC.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qevent.h.74147E88D34CC3F5.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qevent.h.74147E88D34CC3F5.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qevent.h.74147E88D34CC3F5.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qevent.h.74147E88D34CC3F5.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qeventloop.h.B4CA5E0FE375F411.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qeventloop.h.B4CA5E0FE375F411.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qeventloop.h.B4CA5E0FE375F411.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qeventloop.h.B4CA5E0FE375F411.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qeventtransition.h.11FE3A957D1292A2.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qeventtransition.h.11FE3A957D1292A2.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qeventtransition.h.11FE3A957D1292A2.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qeventtransition.h.11FE3A957D1292A2.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qexception.h.80580248FD42C14D.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qexception.h.80580248FD42C14D.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qexception.h.80580248FD42C14D.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qexception.h.80580248FD42C14D.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfactoryinterface.h.E073AA552CE4E0C5.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfactoryinterface.h.E073AA552CE4E0C5.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfactoryinterface.h.E073AA552CE4E0C5.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfactoryinterface.h.E073AA552CE4E0C5.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfile.h.25E2D3170060C134.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfile.h.25E2D3170060C134.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfile.h.25E2D3170060C134.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfile.h.25E2D3170060C134.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfiledevice.h.32C5521C958DA6F9.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfiledevice.h.32C5521C958DA6F9.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfiledevice.h.32C5521C958DA6F9.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfiledevice.h.32C5521C958DA6F9.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfiledialog.h.167D283B0FF91850.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfiledialog.h.167D283B0FF91850.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfiledialog.h.167D283B0FF91850.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfiledialog.h.167D283B0FF91850.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfileiconprovider.h.DB4687BA1F5F5895.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfileiconprovider.h.DB4687BA1F5F5895.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfileiconprovider.h.DB4687BA1F5F5895.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfileiconprovider.h.DB4687BA1F5F5895.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfileinfo.h.4A5F8CE6C989BAC9.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfileinfo.h.4A5F8CE6C989BAC9.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfileinfo.h.4A5F8CE6C989BAC9.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfileinfo.h.4A5F8CE6C989BAC9.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfileselector.h.2062214E419CEF44.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfileselector.h.2062214E419CEF44.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfileselector.h.2062214E419CEF44.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfileselector.h.2062214E419CEF44.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfilesystemmodel.h.87594701EC96F839.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfilesystemmodel.h.87594701EC96F839.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfilesystemmodel.h.87594701EC96F839.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfilesystemmodel.h.87594701EC96F839.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfilesystemwatcher.h.88657D2C9075E7C1.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfilesystemwatcher.h.88657D2C9075E7C1.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfilesystemwatcher.h.88657D2C9075E7C1.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfilesystemwatcher.h.88657D2C9075E7C1.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfinalstate.h.1BEE61A5F2456A0F.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfinalstate.h.1BEE61A5F2456A0F.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfinalstate.h.1BEE61A5F2456A0F.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfinalstate.h.1BEE61A5F2456A0F.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qflags.h.1148EB950D03344C.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qflags.h.1148EB950D03344C.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qflags.h.1148EB950D03344C.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qflags.h.1148EB950D03344C.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfloat16.h.7D1CE87FCBA8726F.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfloat16.h.7D1CE87FCBA8726F.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfloat16.h.7D1CE87FCBA8726F.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfloat16.h.7D1CE87FCBA8726F.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfocusframe.h.01198BF306BA73F4.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfocusframe.h.01198BF306BA73F4.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfocusframe.h.01198BF306BA73F4.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfocusframe.h.01198BF306BA73F4.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfont.h.EE33C4E9B1D5D2D2.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfont.h.EE33C4E9B1D5D2D2.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfont.h.EE33C4E9B1D5D2D2.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfont.h.EE33C4E9B1D5D2D2.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfontcombobox.h.744732B1AE481390.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfontcombobox.h.744732B1AE481390.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfontcombobox.h.744732B1AE481390.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfontcombobox.h.744732B1AE481390.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfontdatabase.h.476D9F96AA88171D.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfontdatabase.h.476D9F96AA88171D.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfontdatabase.h.476D9F96AA88171D.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfontdatabase.h.476D9F96AA88171D.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfontdialog.h.E28A6A8FBC8B5702.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfontdialog.h.E28A6A8FBC8B5702.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfontdialog.h.E28A6A8FBC8B5702.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfontdialog.h.E28A6A8FBC8B5702.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfontinfo.h.A36E3AB3DFDAE09F.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfontinfo.h.A36E3AB3DFDAE09F.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfontinfo.h.A36E3AB3DFDAE09F.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfontinfo.h.A36E3AB3DFDAE09F.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfontmetrics.h.36FD7912FD1A3105.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfontmetrics.h.36FD7912FD1A3105.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfontmetrics.h.36FD7912FD1A3105.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfontmetrics.h.36FD7912FD1A3105.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qformlayout.h.59ECF81FFC55F595.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qformlayout.h.59ECF81FFC55F595.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qformlayout.h.59ECF81FFC55F595.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qformlayout.h.59ECF81FFC55F595.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qframe.h.1B2FFA0C2638629F.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qframe.h.1B2FFA0C2638629F.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qframe.h.1B2FFA0C2638629F.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qframe.h.1B2FFA0C2638629F.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfuture.h.76DA66AE19BDB4CB.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfuture.h.76DA66AE19BDB4CB.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfuture.h.76DA66AE19BDB4CB.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfuture.h.76DA66AE19BDB4CB.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfutureinterface.h.1D614E8EFCF64278.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfutureinterface.h.1D614E8EFCF64278.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfutureinterface.h.1D614E8EFCF64278.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfutureinterface.h.1D614E8EFCF64278.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfuturesynchronizer.h.8FCD2D222580EA3F.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfuturesynchronizer.h.8FCD2D222580EA3F.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfuturesynchronizer.h.8FCD2D222580EA3F.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfuturesynchronizer.h.8FCD2D222580EA3F.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfuturewatcher.h.1BDCD709D755D859.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfuturewatcher.h.1BDCD709D755D859.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfuturewatcher.h.1BDCD709D755D859.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfuturewatcher.h.1BDCD709D755D859.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgenericatomic.h.0F42DF5F27A5ADB2.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgenericatomic.h.0F42DF5F27A5ADB2.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgenericatomic.h.0F42DF5F27A5ADB2.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgenericatomic.h.0F42DF5F27A5ADB2.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgenericmatrix.h.75C941108E680FD2.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgenericmatrix.h.75C941108E680FD2.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgenericmatrix.h.75C941108E680FD2.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgenericmatrix.h.75C941108E680FD2.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgenericplugin.h.FE6C998A2836FAE3.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgenericplugin.h.FE6C998A2836FAE3.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgenericplugin.h.FE6C998A2836FAE3.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgenericplugin.h.FE6C998A2836FAE3.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgenericpluginfactory.h.3868C5F26AD2639B.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgenericpluginfactory.h.3868C5F26AD2639B.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgenericpluginfactory.h.3868C5F26AD2639B.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgenericpluginfactory.h.3868C5F26AD2639B.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgesture.h.B1DA1E44AE8B1521.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgesture.h.B1DA1E44AE8B1521.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgesture.h.B1DA1E44AE8B1521.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgesture.h.B1DA1E44AE8B1521.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgesturerecognizer.h.58E1A5DF12A091F4.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgesturerecognizer.h.58E1A5DF12A091F4.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgesturerecognizer.h.58E1A5DF12A091F4.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgesturerecognizer.h.58E1A5DF12A091F4.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qglobal.h.D9EE19FE722EEC35.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qglobal.h.D9EE19FE722EEC35.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qglobal.h.D9EE19FE722EEC35.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qglobal.h.D9EE19FE722EEC35.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qglobalstatic.h.78F516C33E81D18F.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qglobalstatic.h.78F516C33E81D18F.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qglobalstatic.h.78F516C33E81D18F.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qglobalstatic.h.78F516C33E81D18F.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qglyphrun.h.8DBEB7975749F0B6.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qglyphrun.h.8DBEB7975749F0B6.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qglyphrun.h.8DBEB7975749F0B6.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qglyphrun.h.8DBEB7975749F0B6.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicsanchorlayout.h.FE28C89110910607.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicsanchorlayout.h.FE28C89110910607.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicsanchorlayout.h.FE28C89110910607.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicsanchorlayout.h.FE28C89110910607.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicseffect.h.E44639F2DF1EE98B.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicseffect.h.E44639F2DF1EE98B.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicseffect.h.E44639F2DF1EE98B.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicseffect.h.E44639F2DF1EE98B.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicsgridlayout.h.57DE783BBD12BAC0.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicsgridlayout.h.57DE783BBD12BAC0.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicsgridlayout.h.57DE783BBD12BAC0.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicsgridlayout.h.57DE783BBD12BAC0.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicsitem.h.3F48D8D24C227C05.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicsitem.h.3F48D8D24C227C05.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicsitem.h.3F48D8D24C227C05.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicsitem.h.3F48D8D24C227C05.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicsitemanimation.h.7AB8B8FBFCCF60DA.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicsitemanimation.h.7AB8B8FBFCCF60DA.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicsitemanimation.h.7AB8B8FBFCCF60DA.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicsitemanimation.h.7AB8B8FBFCCF60DA.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicslayout.h.A8BA5744B7B816FC.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicslayout.h.A8BA5744B7B816FC.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicslayout.h.A8BA5744B7B816FC.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicslayout.h.A8BA5744B7B816FC.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicslayoutitem.h.4A5AE6E525957D92.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicslayoutitem.h.4A5AE6E525957D92.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicslayoutitem.h.4A5AE6E525957D92.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicslayoutitem.h.4A5AE6E525957D92.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicslinearlayout.h.01587617F175B678.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicslinearlayout.h.01587617F175B678.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicslinearlayout.h.01587617F175B678.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicslinearlayout.h.01587617F175B678.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicsproxywidget.h.42BD74069DEC1266.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicsproxywidget.h.42BD74069DEC1266.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicsproxywidget.h.42BD74069DEC1266.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicsproxywidget.h.42BD74069DEC1266.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicsscene.h.78A21832F3228AD9.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicsscene.h.78A21832F3228AD9.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicsscene.h.78A21832F3228AD9.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicsscene.h.78A21832F3228AD9.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicssceneevent.h.DEC805EA9B93F492.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicssceneevent.h.DEC805EA9B93F492.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicssceneevent.h.DEC805EA9B93F492.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicssceneevent.h.DEC805EA9B93F492.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicstransform.h.176372F84D660423.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicstransform.h.176372F84D660423.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicstransform.h.176372F84D660423.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicstransform.h.176372F84D660423.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicsview.h.1506807318779444.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicsview.h.1506807318779444.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicsview.h.1506807318779444.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicsview.h.1506807318779444.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicswidget.h.D91CD4EBFA4398D2.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicswidget.h.D91CD4EBFA4398D2.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicswidget.h.D91CD4EBFA4398D2.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicswidget.h.D91CD4EBFA4398D2.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgridlayout.h.CC5445BD1EE11077.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgridlayout.h.CC5445BD1EE11077.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgridlayout.h.CC5445BD1EE11077.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgridlayout.h.CC5445BD1EE11077.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgroupbox.h.FCD46622706DB1C9.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgroupbox.h.FCD46622706DB1C9.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgroupbox.h.FCD46622706DB1C9.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgroupbox.h.FCD46622706DB1C9.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qguiapplication.h.F652B95F6CBDEDC3.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qguiapplication.h.F652B95F6CBDEDC3.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qguiapplication.h.F652B95F6CBDEDC3.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qguiapplication.h.F652B95F6CBDEDC3.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qhash.h.E4CEF0E6C7E7C0DF.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qhash.h.E4CEF0E6C7E7C0DF.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qhash.h.E4CEF0E6C7E7C0DF.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qhash.h.E4CEF0E6C7E7C0DF.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qhashfunctions.h.163EC8A2320EB1CA.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qhashfunctions.h.163EC8A2320EB1CA.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qhashfunctions.h.163EC8A2320EB1CA.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qhashfunctions.h.163EC8A2320EB1CA.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qheaderview.h.53774793365F74CB.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qheaderview.h.53774793365F74CB.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qheaderview.h.53774793365F74CB.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qheaderview.h.53774793365F74CB.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qhistorystate.h.0B28F0E4AA1938B0.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qhistorystate.h.0B28F0E4AA1938B0.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qhistorystate.h.0B28F0E4AA1938B0.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qhistorystate.h.0B28F0E4AA1938B0.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qicon.h.E3515792E4EB9EEC.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qicon.h.E3515792E4EB9EEC.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qicon.h.E3515792E4EB9EEC.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qicon.h.E3515792E4EB9EEC.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qiconengine.h.B9044453F1419361.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qiconengine.h.B9044453F1419361.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qiconengine.h.B9044453F1419361.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qiconengine.h.B9044453F1419361.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qiconengineplugin.h.E0380B2E363B8E86.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qiconengineplugin.h.E0380B2E363B8E86.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qiconengineplugin.h.E0380B2E363B8E86.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qiconengineplugin.h.E0380B2E363B8E86.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qidentityproxymodel.h.885AF352FD0D2A9E.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qidentityproxymodel.h.885AF352FD0D2A9E.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qidentityproxymodel.h.885AF352FD0D2A9E.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qidentityproxymodel.h.885AF352FD0D2A9E.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qimage.h.0D24D4FC6D0AD3E4.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qimage.h.0D24D4FC6D0AD3E4.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qimage.h.0D24D4FC6D0AD3E4.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qimage.h.0D24D4FC6D0AD3E4.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qimageiohandler.h.4324FE7AEA66452A.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qimageiohandler.h.4324FE7AEA66452A.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qimageiohandler.h.4324FE7AEA66452A.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qimageiohandler.h.4324FE7AEA66452A.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qimagereader.h.66E1DC08FEB976E1.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qimagereader.h.66E1DC08FEB976E1.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qimagereader.h.66E1DC08FEB976E1.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qimagereader.h.66E1DC08FEB976E1.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qimagewriter.h.8C8C3C63B6F79955.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qimagewriter.h.8C8C3C63B6F79955.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qimagewriter.h.8C8C3C63B6F79955.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qimagewriter.h.8C8C3C63B6F79955.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qinputdialog.h.907B89D9878D7AAD.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qinputdialog.h.907B89D9878D7AAD.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qinputdialog.h.907B89D9878D7AAD.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qinputdialog.h.907B89D9878D7AAD.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qinputmethod.h.F32E5A8821C27F6A.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qinputmethod.h.F32E5A8821C27F6A.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qinputmethod.h.F32E5A8821C27F6A.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qinputmethod.h.F32E5A8821C27F6A.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qiodevice.h.B0B686AE81127E92.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qiodevice.h.B0B686AE81127E92.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qiodevice.h.B0B686AE81127E92.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qiodevice.h.B0B686AE81127E92.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qisenum.h.908D250EF1ED8C01.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qisenum.h.908D250EF1ED8C01.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qisenum.h.908D250EF1ED8C01.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qisenum.h.908D250EF1ED8C01.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qitemdelegate.h.69B2EA868876CC6D.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qitemdelegate.h.69B2EA868876CC6D.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qitemdelegate.h.69B2EA868876CC6D.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qitemdelegate.h.69B2EA868876CC6D.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qitemeditorfactory.h.3C945AA18F1668A5.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qitemeditorfactory.h.3C945AA18F1668A5.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qitemeditorfactory.h.3C945AA18F1668A5.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qitemeditorfactory.h.3C945AA18F1668A5.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qitemselectionmodel.h.EDE929FC698B3908.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qitemselectionmodel.h.EDE929FC698B3908.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qitemselectionmodel.h.EDE929FC698B3908.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qitemselectionmodel.h.EDE929FC698B3908.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qiterator.h.67C386C4A6BE4AAC.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qiterator.h.67C386C4A6BE4AAC.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qiterator.h.67C386C4A6BE4AAC.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qiterator.h.67C386C4A6BE4AAC.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qjsonarray.h.DB42CA3BB7E1929C.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qjsonarray.h.DB42CA3BB7E1929C.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qjsonarray.h.DB42CA3BB7E1929C.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qjsonarray.h.DB42CA3BB7E1929C.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qjsondocument.h.0A2BD39B26189C33.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qjsondocument.h.0A2BD39B26189C33.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qjsondocument.h.0A2BD39B26189C33.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qjsondocument.h.0A2BD39B26189C33.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qjsonobject.h.DF16F7CE06973F8E.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qjsonobject.h.DF16F7CE06973F8E.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qjsonobject.h.DF16F7CE06973F8E.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qjsonobject.h.DF16F7CE06973F8E.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qjsonvalue.h.AC42DA6114609CD2.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qjsonvalue.h.AC42DA6114609CD2.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qjsonvalue.h.AC42DA6114609CD2.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qjsonvalue.h.AC42DA6114609CD2.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qkeyeventtransition.h.31034B6F0045984A.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qkeyeventtransition.h.31034B6F0045984A.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qkeyeventtransition.h.31034B6F0045984A.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qkeyeventtransition.h.31034B6F0045984A.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qkeysequence.h.42864C1FC3AEC97C.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qkeysequence.h.42864C1FC3AEC97C.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qkeysequence.h.42864C1FC3AEC97C.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qkeysequence.h.42864C1FC3AEC97C.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qkeysequenceedit.h.F4024AE4644A3B41.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qkeysequenceedit.h.F4024AE4644A3B41.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qkeysequenceedit.h.F4024AE4644A3B41.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qkeysequenceedit.h.F4024AE4644A3B41.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlabel.h.C3E745A089F32501.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlabel.h.C3E745A089F32501.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlabel.h.C3E745A089F32501.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlabel.h.C3E745A089F32501.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlayout.h.47DE182400BA4273.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlayout.h.47DE182400BA4273.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlayout.h.47DE182400BA4273.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlayout.h.47DE182400BA4273.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlayoutitem.h.27971C7471CE0792.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlayoutitem.h.27971C7471CE0792.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlayoutitem.h.27971C7471CE0792.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlayoutitem.h.27971C7471CE0792.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlcdnumber.h.67E1A2DF1447178C.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlcdnumber.h.67E1A2DF1447178C.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlcdnumber.h.67E1A2DF1447178C.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlcdnumber.h.67E1A2DF1447178C.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlibrary.h.BF09B783F5A3EC4B.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlibrary.h.BF09B783F5A3EC4B.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlibrary.h.BF09B783F5A3EC4B.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlibrary.h.BF09B783F5A3EC4B.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlibraryinfo.h.22656A53FF0621A9.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlibraryinfo.h.22656A53FF0621A9.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlibraryinfo.h.22656A53FF0621A9.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlibraryinfo.h.22656A53FF0621A9.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qline.h.B50A1017A1AD67EC.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qline.h.B50A1017A1AD67EC.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qline.h.B50A1017A1AD67EC.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qline.h.B50A1017A1AD67EC.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlineedit.h.09549642EC006FCB.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlineedit.h.09549642EC006FCB.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlineedit.h.09549642EC006FCB.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlineedit.h.09549642EC006FCB.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlinkedlist.h.A65784F81900EDCC.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlinkedlist.h.A65784F81900EDCC.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlinkedlist.h.A65784F81900EDCC.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlinkedlist.h.A65784F81900EDCC.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlist.h.C45F06CF8C478C49.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlist.h.C45F06CF8C478C49.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlist.h.C45F06CF8C478C49.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlist.h.C45F06CF8C478C49.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlistview.h.B912ECB520D23F66.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlistview.h.B912ECB520D23F66.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlistview.h.B912ECB520D23F66.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlistview.h.B912ECB520D23F66.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlistwidget.h.7AC90AD8257743FB.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlistwidget.h.7AC90AD8257743FB.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlistwidget.h.7AC90AD8257743FB.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlistwidget.h.7AC90AD8257743FB.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlocale.h.BBE198DEE79CEA79.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlocale.h.BBE198DEE79CEA79.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlocale.h.BBE198DEE79CEA79.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlocale.h.BBE198DEE79CEA79.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlockfile.h.70C0AF89E633719E.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlockfile.h.70C0AF89E633719E.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlockfile.h.70C0AF89E633719E.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlockfile.h.70C0AF89E633719E.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlogging.h.FE008228C0C80A41.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlogging.h.FE008228C0C80A41.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlogging.h.FE008228C0C80A41.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlogging.h.FE008228C0C80A41.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qloggingcategory.h.67199E500C612959.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qloggingcategory.h.67199E500C612959.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qloggingcategory.h.67199E500C612959.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qloggingcategory.h.67199E500C612959.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmainwindow.h.85172132F17F8D6B.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmainwindow.h.85172132F17F8D6B.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmainwindow.h.85172132F17F8D6B.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmainwindow.h.85172132F17F8D6B.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmap.h.C2FF896D4A6BA7C0.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmap.h.C2FF896D4A6BA7C0.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmap.h.C2FF896D4A6BA7C0.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmap.h.C2FF896D4A6BA7C0.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmargins.h.A0BFD1B73971BB5E.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmargins.h.A0BFD1B73971BB5E.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmargins.h.A0BFD1B73971BB5E.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmargins.h.A0BFD1B73971BB5E.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmath.h.D576B9FED11E4CE8.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmath.h.D576B9FED11E4CE8.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmath.h.D576B9FED11E4CE8.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmath.h.D576B9FED11E4CE8.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmatrix.h.F1848F178F36439B.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmatrix.h.F1848F178F36439B.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmatrix.h.F1848F178F36439B.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmatrix.h.F1848F178F36439B.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmatrix4x4.h.1806F80DBA57010D.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmatrix4x4.h.1806F80DBA57010D.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmatrix4x4.h.1806F80DBA57010D.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmatrix4x4.h.1806F80DBA57010D.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmdiarea.h.F210BF85CB958F50.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmdiarea.h.F210BF85CB958F50.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmdiarea.h.F210BF85CB958F50.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmdiarea.h.F210BF85CB958F50.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmdisubwindow.h.668C470AC32B3E33.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmdisubwindow.h.668C470AC32B3E33.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmdisubwindow.h.668C470AC32B3E33.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmdisubwindow.h.668C470AC32B3E33.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmenu.h.94F762C6E2C2ECC4.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmenu.h.94F762C6E2C2ECC4.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmenu.h.94F762C6E2C2ECC4.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmenu.h.94F762C6E2C2ECC4.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmenubar.h.F0E3DC643657B40E.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmenubar.h.F0E3DC643657B40E.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmenubar.h.F0E3DC643657B40E.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmenubar.h.F0E3DC643657B40E.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmessageauthenticationcode.h.3F76C0E6411A09DC.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmessageauthenticationcode.h.3F76C0E6411A09DC.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmessageauthenticationcode.h.3F76C0E6411A09DC.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmessageauthenticationcode.h.3F76C0E6411A09DC.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmessagebox.h.872040BFFDEEA574.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmessagebox.h.872040BFFDEEA574.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmessagebox.h.872040BFFDEEA574.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmessagebox.h.872040BFFDEEA574.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmetaobject.h.2CA0D5908FDF5D79.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmetaobject.h.2CA0D5908FDF5D79.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmetaobject.h.2CA0D5908FDF5D79.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmetaobject.h.2CA0D5908FDF5D79.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmetatype.h.E81A9AE54227424A.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmetatype.h.E81A9AE54227424A.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmetatype.h.E81A9AE54227424A.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmetatype.h.E81A9AE54227424A.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmimedata.h.BAE09402B7E2512B.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmimedata.h.BAE09402B7E2512B.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmimedata.h.BAE09402B7E2512B.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmimedata.h.BAE09402B7E2512B.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmimedatabase.h.2D8F4E5DD03FE327.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmimedatabase.h.2D8F4E5DD03FE327.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmimedatabase.h.2D8F4E5DD03FE327.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmimedatabase.h.2D8F4E5DD03FE327.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmimetype.h.EA511904CBDAAB85.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmimetype.h.EA511904CBDAAB85.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmimetype.h.EA511904CBDAAB85.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmimetype.h.EA511904CBDAAB85.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmouseeventtransition.h.1CAF63D4F209C841.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmouseeventtransition.h.1CAF63D4F209C841.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmouseeventtransition.h.1CAF63D4F209C841.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmouseeventtransition.h.1CAF63D4F209C841.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmovie.h.DB96C332EE1FBDDA.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmovie.h.DB96C332EE1FBDDA.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmovie.h.DB96C332EE1FBDDA.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmovie.h.DB96C332EE1FBDDA.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmutex.h.DFACA1E09F4C19BC.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmutex.h.DFACA1E09F4C19BC.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmutex.h.DFACA1E09F4C19BC.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmutex.h.DFACA1E09F4C19BC.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qnamespace.h.210241A229BC68D3.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qnamespace.h.210241A229BC68D3.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qnamespace.h.210241A229BC68D3.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qnamespace.h.210241A229BC68D3.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qnumeric.h.49C86AC91714DEAF.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qnumeric.h.49C86AC91714DEAF.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qnumeric.h.49C86AC91714DEAF.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qnumeric.h.49C86AC91714DEAF.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qobject.h.002DD3A63A7EF287.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qobject.h.002DD3A63A7EF287.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qobject.h.002DD3A63A7EF287.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qobject.h.002DD3A63A7EF287.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qobject_impl.h.4293CCD6C78219FD.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qobject_impl.h.4293CCD6C78219FD.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qobject_impl.h.4293CCD6C78219FD.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qobject_impl.h.4293CCD6C78219FD.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qobjectcleanuphandler.h.416C50C24915852F.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qobjectcleanuphandler.h.416C50C24915852F.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qobjectcleanuphandler.h.416C50C24915852F.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qobjectcleanuphandler.h.416C50C24915852F.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.5E4FBB2E35F7B13C.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.5E4FBB2E35F7B13C.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.5E4FBB2E35F7B13C.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.5E4FBB2E35F7B13C.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.7C72ABF0F2C57460.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.7C72ABF0F2C57460.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.7C72ABF0F2C57460.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.7C72ABF0F2C57460.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qobjectdefs_impl.h.3042C2FD1A6D8E29.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qobjectdefs_impl.h.3042C2FD1A6D8E29.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qobjectdefs_impl.h.3042C2FD1A6D8E29.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qobjectdefs_impl.h.3042C2FD1A6D8E29.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qoffscreensurface.h.4CD2CC2F7F49F843.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qoffscreensurface.h.4CD2CC2F7F49F843.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qoffscreensurface.h.4CD2CC2F7F49F843.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qoffscreensurface.h.4CD2CC2F7F49F843.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopengl.h.6E32DE524D851BBF.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopengl.h.6E32DE524D851BBF.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopengl.h.6E32DE524D851BBF.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopengl.h.6E32DE524D851BBF.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglbuffer.h.2051228FEBA5B452.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglbuffer.h.2051228FEBA5B452.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglbuffer.h.2051228FEBA5B452.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglbuffer.h.2051228FEBA5B452.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglcontext.h.61F71D6B1BBD126E.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglcontext.h.61F71D6B1BBD126E.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglcontext.h.61F71D6B1BBD126E.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglcontext.h.61F71D6B1BBD126E.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopengldebug.h.4497622D7D0E36F2.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopengldebug.h.4497622D7D0E36F2.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopengldebug.h.4497622D7D0E36F2.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopengldebug.h.4497622D7D0E36F2.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglext.h.25CE353F482CC7E4.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglext.h.25CE353F482CC7E4.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglext.h.25CE353F482CC7E4.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglext.h.25CE353F482CC7E4.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglextrafunctions.h.81556C3548FB86ED.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglextrafunctions.h.81556C3548FB86ED.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglextrafunctions.h.81556C3548FB86ED.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglextrafunctions.h.81556C3548FB86ED.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglframebufferobject.h.A8940DA81A9B4EFD.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglframebufferobject.h.A8940DA81A9B4EFD.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglframebufferobject.h.A8940DA81A9B4EFD.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglframebufferobject.h.A8940DA81A9B4EFD.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglfunctions.h.AFEB691B13C2F24B.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglfunctions.h.AFEB691B13C2F24B.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglfunctions.h.AFEB691B13C2F24B.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglfunctions.h.AFEB691B13C2F24B.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglpaintdevice.h.C515358570DDA8FE.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglpaintdevice.h.C515358570DDA8FE.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglpaintdevice.h.C515358570DDA8FE.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglpaintdevice.h.C515358570DDA8FE.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglpixeltransferoptions.h.0890464ACCC2E781.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglpixeltransferoptions.h.0890464ACCC2E781.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglpixeltransferoptions.h.0890464ACCC2E781.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglpixeltransferoptions.h.0890464ACCC2E781.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglshaderprogram.h.E931927AE7EABDD3.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglshaderprogram.h.E931927AE7EABDD3.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglshaderprogram.h.E931927AE7EABDD3.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglshaderprogram.h.E931927AE7EABDD3.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopengltexture.h.402843C30938D11C.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopengltexture.h.402843C30938D11C.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopengltexture.h.402843C30938D11C.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopengltexture.h.402843C30938D11C.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopengltextureblitter.h.EAF081E9C5768D96.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopengltextureblitter.h.EAF081E9C5768D96.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopengltextureblitter.h.EAF081E9C5768D96.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopengltextureblitter.h.EAF081E9C5768D96.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopengltimerquery.h.43777D8B1E6EF018.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopengltimerquery.h.43777D8B1E6EF018.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopengltimerquery.h.43777D8B1E6EF018.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopengltimerquery.h.43777D8B1E6EF018.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglversionfunctions.h.30A22FEC00F9EF13.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglversionfunctions.h.30A22FEC00F9EF13.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglversionfunctions.h.30A22FEC00F9EF13.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglversionfunctions.h.30A22FEC00F9EF13.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglvertexarrayobject.h.0AE24C94AC1CB184.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglvertexarrayobject.h.0AE24C94AC1CB184.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglvertexarrayobject.h.0AE24C94AC1CB184.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglvertexarrayobject.h.0AE24C94AC1CB184.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglwidget.h.937509D5A99449C4.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglwidget.h.937509D5A99449C4.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglwidget.h.937509D5A99449C4.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglwidget.h.937509D5A99449C4.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglwindow.h.17B4715D8D1E9F55.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglwindow.h.17B4715D8D1E9F55.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglwindow.h.17B4715D8D1E9F55.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglwindow.h.17B4715D8D1E9F55.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qoperatingsystemversion.h.50D64BED9B232833.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qoperatingsystemversion.h.50D64BED9B232833.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qoperatingsystemversion.h.50D64BED9B232833.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qoperatingsystemversion.h.50D64BED9B232833.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpagedpaintdevice.h.FF97DC90F06D5760.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpagedpaintdevice.h.FF97DC90F06D5760.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpagedpaintdevice.h.FF97DC90F06D5760.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpagedpaintdevice.h.FF97DC90F06D5760.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpagelayout.h.675563A84DA4F965.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpagelayout.h.675563A84DA4F965.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpagelayout.h.675563A84DA4F965.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpagelayout.h.675563A84DA4F965.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpagesize.h.6ADDCA23748465C1.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpagesize.h.6ADDCA23748465C1.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpagesize.h.6ADDCA23748465C1.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpagesize.h.6ADDCA23748465C1.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpaintdevice.h.60D271D503F7038D.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpaintdevice.h.60D271D503F7038D.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpaintdevice.h.60D271D503F7038D.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpaintdevice.h.60D271D503F7038D.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpaintdevicewindow.h.603099308332CF51.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpaintdevicewindow.h.603099308332CF51.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpaintdevicewindow.h.603099308332CF51.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpaintdevicewindow.h.603099308332CF51.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpaintengine.h.34485907919E0483.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpaintengine.h.34485907919E0483.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpaintengine.h.34485907919E0483.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpaintengine.h.34485907919E0483.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpainter.h.FA1ED8E0DEC69AAA.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpainter.h.FA1ED8E0DEC69AAA.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpainter.h.FA1ED8E0DEC69AAA.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpainter.h.FA1ED8E0DEC69AAA.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpainterpath.h.0029098DF80194F5.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpainterpath.h.0029098DF80194F5.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpainterpath.h.0029098DF80194F5.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpainterpath.h.0029098DF80194F5.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpair.h.8C94593910197565.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpair.h.8C94593910197565.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpair.h.8C94593910197565.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpair.h.8C94593910197565.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpalette.h.32497154481892FD.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpalette.h.32497154481892FD.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpalette.h.32497154481892FD.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpalette.h.32497154481892FD.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qparallelanimationgroup.h.637E66B78F50ADF0.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qparallelanimationgroup.h.637E66B78F50ADF0.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qparallelanimationgroup.h.637E66B78F50ADF0.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qparallelanimationgroup.h.637E66B78F50ADF0.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpauseanimation.h.00096A419472EC13.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpauseanimation.h.00096A419472EC13.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpauseanimation.h.00096A419472EC13.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpauseanimation.h.00096A419472EC13.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpdfwriter.h.EBE0D5E1EB70E631.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpdfwriter.h.EBE0D5E1EB70E631.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpdfwriter.h.EBE0D5E1EB70E631.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpdfwriter.h.EBE0D5E1EB70E631.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpen.h.E596D6D096A7BC9F.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpen.h.E596D6D096A7BC9F.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpen.h.E596D6D096A7BC9F.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpen.h.E596D6D096A7BC9F.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpicture.h.77577ED09CE0A4FF.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpicture.h.77577ED09CE0A4FF.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpicture.h.77577ED09CE0A4FF.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpicture.h.77577ED09CE0A4FF.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpictureformatplugin.h.D35B03EAFFA102CA.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpictureformatplugin.h.D35B03EAFFA102CA.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpictureformatplugin.h.D35B03EAFFA102CA.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpictureformatplugin.h.D35B03EAFFA102CA.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpixelformat.h.B8E89013C1E1406C.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpixelformat.h.B8E89013C1E1406C.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpixelformat.h.B8E89013C1E1406C.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpixelformat.h.B8E89013C1E1406C.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpixmap.h.91EF399CD9B05A5B.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpixmap.h.91EF399CD9B05A5B.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpixmap.h.91EF399CD9B05A5B.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpixmap.h.91EF399CD9B05A5B.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpixmapcache.h.7C4367938A9CC985.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpixmapcache.h.7C4367938A9CC985.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpixmapcache.h.7C4367938A9CC985.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpixmapcache.h.7C4367938A9CC985.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qplaintextedit.h.2189BE2963140D41.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qplaintextedit.h.2189BE2963140D41.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qplaintextedit.h.2189BE2963140D41.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qplaintextedit.h.2189BE2963140D41.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qplugin.h.8A8C5EA4079398C7.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qplugin.h.8A8C5EA4079398C7.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qplugin.h.8A8C5EA4079398C7.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qplugin.h.8A8C5EA4079398C7.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpluginloader.h.4BE4B30F63E321B9.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpluginloader.h.4BE4B30F63E321B9.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpluginloader.h.4BE4B30F63E321B9.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpluginloader.h.4BE4B30F63E321B9.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpoint.h.CB5B8CE5C5032BE0.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpoint.h.CB5B8CE5C5032BE0.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpoint.h.CB5B8CE5C5032BE0.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpoint.h.CB5B8CE5C5032BE0.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpointer.h.69CDF7A7D2417383.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpointer.h.69CDF7A7D2417383.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpointer.h.69CDF7A7D2417383.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpointer.h.69CDF7A7D2417383.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpolygon.h.62F73195F583B991.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpolygon.h.62F73195F583B991.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpolygon.h.62F73195F583B991.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpolygon.h.62F73195F583B991.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qprocess.h.352A475613529E89.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qprocess.h.352A475613529E89.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qprocess.h.352A475613529E89.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qprocess.h.352A475613529E89.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qprocessordetection.h.CCC1F5C3684E5879.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qprocessordetection.h.CCC1F5C3684E5879.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qprocessordetection.h.CCC1F5C3684E5879.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qprocessordetection.h.CCC1F5C3684E5879.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qprogressbar.h.0AFF9BD843AECAC8.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qprogressbar.h.0AFF9BD843AECAC8.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qprogressbar.h.0AFF9BD843AECAC8.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qprogressbar.h.0AFF9BD843AECAC8.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qprogressdialog.h.A1D752C285FED6CA.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qprogressdialog.h.A1D752C285FED6CA.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qprogressdialog.h.A1D752C285FED6CA.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qprogressdialog.h.A1D752C285FED6CA.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpropertyanimation.h.549EC3C0B090DD6C.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpropertyanimation.h.549EC3C0B090DD6C.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpropertyanimation.h.549EC3C0B090DD6C.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpropertyanimation.h.549EC3C0B090DD6C.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qproxystyle.h.6219EDCEF554B890.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qproxystyle.h.6219EDCEF554B890.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qproxystyle.h.6219EDCEF554B890.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qproxystyle.h.6219EDCEF554B890.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpushbutton.h.9F299A472D1BF75B.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpushbutton.h.9F299A472D1BF75B.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpushbutton.h.9F299A472D1BF75B.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpushbutton.h.9F299A472D1BF75B.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qquaternion.h.97F501D4F76823C9.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qquaternion.h.97F501D4F76823C9.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qquaternion.h.97F501D4F76823C9.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qquaternion.h.97F501D4F76823C9.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qqueue.h.F0D797950647A99F.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qqueue.h.F0D797950647A99F.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qqueue.h.F0D797950647A99F.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qqueue.h.F0D797950647A99F.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qradiobutton.h.E3CCCAA1D8011E50.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qradiobutton.h.E3CCCAA1D8011E50.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qradiobutton.h.E3CCCAA1D8011E50.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qradiobutton.h.E3CCCAA1D8011E50.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qrandom.h.C7F34214E8505758.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qrandom.h.C7F34214E8505758.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qrandom.h.C7F34214E8505758.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qrandom.h.C7F34214E8505758.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qrasterwindow.h.94508A4D481AEED1.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qrasterwindow.h.94508A4D481AEED1.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qrasterwindow.h.94508A4D481AEED1.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qrasterwindow.h.94508A4D481AEED1.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qrawfont.h.B1EEBD54EEB091F8.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qrawfont.h.B1EEBD54EEB091F8.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qrawfont.h.B1EEBD54EEB091F8.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qrawfont.h.B1EEBD54EEB091F8.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qreadwritelock.h.6B3D4E67C15D6F00.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qreadwritelock.h.6B3D4E67C15D6F00.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qreadwritelock.h.6B3D4E67C15D6F00.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qreadwritelock.h.6B3D4E67C15D6F00.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qrect.h.B236949B1B19D284.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qrect.h.B236949B1B19D284.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qrect.h.B236949B1B19D284.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qrect.h.B236949B1B19D284.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qrefcount.h.6D9022EAC66ABFF6.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qrefcount.h.6D9022EAC66ABFF6.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qrefcount.h.6D9022EAC66ABFF6.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qrefcount.h.6D9022EAC66ABFF6.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qregexp.h.FEB192D37ADE91FC.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qregexp.h.FEB192D37ADE91FC.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qregexp.h.FEB192D37ADE91FC.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qregexp.h.FEB192D37ADE91FC.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qregion.h.76A4FB6D19DF6138.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qregion.h.76A4FB6D19DF6138.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qregion.h.76A4FB6D19DF6138.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qregion.h.76A4FB6D19DF6138.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qregularexpression.h.7594FE6B237E2495.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qregularexpression.h.7594FE6B237E2495.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qregularexpression.h.7594FE6B237E2495.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qregularexpression.h.7594FE6B237E2495.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qresource.h.47D745ED82BC0A70.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qresource.h.47D745ED82BC0A70.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qresource.h.47D745ED82BC0A70.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qresource.h.47D745ED82BC0A70.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qresultstore.h.1B740AF2634F75AF.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qresultstore.h.1B740AF2634F75AF.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qresultstore.h.1B740AF2634F75AF.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qresultstore.h.1B740AF2634F75AF.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qrgb.h.704D486B0290B3E2.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qrgb.h.704D486B0290B3E2.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qrgb.h.704D486B0290B3E2.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qrgb.h.704D486B0290B3E2.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qrgba64.h.EF8B0C43F0A3D38F.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qrgba64.h.EF8B0C43F0A3D38F.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qrgba64.h.EF8B0C43F0A3D38F.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qrgba64.h.EF8B0C43F0A3D38F.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qrubberband.h.FBBB1D046A94E709.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qrubberband.h.FBBB1D046A94E709.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qrubberband.h.FBBB1D046A94E709.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qrubberband.h.FBBB1D046A94E709.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qrunnable.h.1CB629A174D0E3CA.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qrunnable.h.1CB629A174D0E3CA.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qrunnable.h.1CB629A174D0E3CA.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qrunnable.h.1CB629A174D0E3CA.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsavefile.h.E7850FEAE968A727.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsavefile.h.E7850FEAE968A727.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsavefile.h.E7850FEAE968A727.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsavefile.h.E7850FEAE968A727.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qscopedpointer.h.D2D746F27CAE9948.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qscopedpointer.h.D2D746F27CAE9948.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qscopedpointer.h.D2D746F27CAE9948.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qscopedpointer.h.D2D746F27CAE9948.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qscopedvaluerollback.h.E8D167DAFAC12B2A.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qscopedvaluerollback.h.E8D167DAFAC12B2A.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qscopedvaluerollback.h.E8D167DAFAC12B2A.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qscopedvaluerollback.h.E8D167DAFAC12B2A.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qscopeguard.h.84E9A76F74111EBC.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qscopeguard.h.84E9A76F74111EBC.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qscopeguard.h.84E9A76F74111EBC.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qscopeguard.h.84E9A76F74111EBC.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qscreen.h.5629F44CB3F7D03C.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qscreen.h.5629F44CB3F7D03C.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qscreen.h.5629F44CB3F7D03C.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qscreen.h.5629F44CB3F7D03C.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qscrollarea.h.75B7DDA20588DD58.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qscrollarea.h.75B7DDA20588DD58.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qscrollarea.h.75B7DDA20588DD58.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qscrollarea.h.75B7DDA20588DD58.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qscrollbar.h.30BE44B735B581C8.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qscrollbar.h.30BE44B735B581C8.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qscrollbar.h.30BE44B735B581C8.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qscrollbar.h.30BE44B735B581C8.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qscroller.h.13456E6AC6D0EE19.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qscroller.h.13456E6AC6D0EE19.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qscroller.h.13456E6AC6D0EE19.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qscroller.h.13456E6AC6D0EE19.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qscrollerproperties.h.B3090C3F9E9ED6CF.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qscrollerproperties.h.B3090C3F9E9ED6CF.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qscrollerproperties.h.B3090C3F9E9ED6CF.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qscrollerproperties.h.B3090C3F9E9ED6CF.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsemaphore.h.28897CB9A96A0612.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsemaphore.h.28897CB9A96A0612.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsemaphore.h.28897CB9A96A0612.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsemaphore.h.28897CB9A96A0612.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsequentialanimationgroup.h.F183D76DEC7C6DED.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsequentialanimationgroup.h.F183D76DEC7C6DED.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsequentialanimationgroup.h.F183D76DEC7C6DED.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsequentialanimationgroup.h.F183D76DEC7C6DED.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsessionmanager.h.9E59C9F8F4297B95.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsessionmanager.h.9E59C9F8F4297B95.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsessionmanager.h.9E59C9F8F4297B95.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsessionmanager.h.9E59C9F8F4297B95.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qset.h.5DE2128666390A7F.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qset.h.5DE2128666390A7F.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qset.h.5DE2128666390A7F.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qset.h.5DE2128666390A7F.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsettings.h.46E94B8456A523B0.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsettings.h.46E94B8456A523B0.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsettings.h.46E94B8456A523B0.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsettings.h.46E94B8456A523B0.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qshareddata.h.7F0354AC29B81B66.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qshareddata.h.7F0354AC29B81B66.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qshareddata.h.7F0354AC29B81B66.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qshareddata.h.7F0354AC29B81B66.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsharedmemory.h.0B38BCDF898C7C0B.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsharedmemory.h.0B38BCDF898C7C0B.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsharedmemory.h.0B38BCDF898C7C0B.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsharedmemory.h.0B38BCDF898C7C0B.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsharedpointer.h.7BB9AD8D82DB24CD.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsharedpointer.h.7BB9AD8D82DB24CD.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsharedpointer.h.7BB9AD8D82DB24CD.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsharedpointer.h.7BB9AD8D82DB24CD.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsharedpointer_impl.h.FBFD6E89C4F7E3E5.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsharedpointer_impl.h.FBFD6E89C4F7E3E5.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsharedpointer_impl.h.FBFD6E89C4F7E3E5.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsharedpointer_impl.h.FBFD6E89C4F7E3E5.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qshortcut.h.2DBD316E6A66FCAD.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qshortcut.h.2DBD316E6A66FCAD.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qshortcut.h.2DBD316E6A66FCAD.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qshortcut.h.2DBD316E6A66FCAD.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsignalmapper.h.B0933829300558B0.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsignalmapper.h.B0933829300558B0.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsignalmapper.h.B0933829300558B0.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsignalmapper.h.B0933829300558B0.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsignaltransition.h.7EDF3769227ABA4A.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsignaltransition.h.7EDF3769227ABA4A.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsignaltransition.h.7EDF3769227ABA4A.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsignaltransition.h.7EDF3769227ABA4A.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsize.h.BC759F8C0C0FEB5A.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsize.h.BC759F8C0C0FEB5A.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsize.h.BC759F8C0C0FEB5A.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsize.h.BC759F8C0C0FEB5A.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsizegrip.h.979C74E9795386D4.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsizegrip.h.979C74E9795386D4.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsizegrip.h.979C74E9795386D4.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsizegrip.h.979C74E9795386D4.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsizepolicy.h.484BDC66A0382EA7.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsizepolicy.h.484BDC66A0382EA7.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsizepolicy.h.484BDC66A0382EA7.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsizepolicy.h.484BDC66A0382EA7.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qslider.h.7368A519ED3AD61F.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qslider.h.7368A519ED3AD61F.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qslider.h.7368A519ED3AD61F.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qslider.h.7368A519ED3AD61F.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsocketnotifier.h.E240D5E3FE9583D1.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsocketnotifier.h.E240D5E3FE9583D1.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsocketnotifier.h.E240D5E3FE9583D1.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsocketnotifier.h.E240D5E3FE9583D1.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsortfilterproxymodel.h.9EF7BF3E11579513.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsortfilterproxymodel.h.9EF7BF3E11579513.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsortfilterproxymodel.h.9EF7BF3E11579513.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsortfilterproxymodel.h.9EF7BF3E11579513.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qspinbox.h.B3B29C70EAD6591F.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qspinbox.h.B3B29C70EAD6591F.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qspinbox.h.B3B29C70EAD6591F.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qspinbox.h.B3B29C70EAD6591F.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsplashscreen.h.0DEA44A3E0961C83.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsplashscreen.h.0DEA44A3E0961C83.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsplashscreen.h.0DEA44A3E0961C83.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsplashscreen.h.0DEA44A3E0961C83.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsplitter.h.BE3D0679A8090209.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsplitter.h.BE3D0679A8090209.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsplitter.h.BE3D0679A8090209.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsplitter.h.BE3D0679A8090209.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstack.h.D012B728176F55B4.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstack.h.D012B728176F55B4.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstack.h.D012B728176F55B4.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstack.h.D012B728176F55B4.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstackedlayout.h.59136AF560101FF4.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstackedlayout.h.59136AF560101FF4.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstackedlayout.h.59136AF560101FF4.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstackedlayout.h.59136AF560101FF4.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstackedwidget.h.C3D279E40B24763F.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstackedwidget.h.C3D279E40B24763F.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstackedwidget.h.C3D279E40B24763F.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstackedwidget.h.C3D279E40B24763F.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstandarditemmodel.h.370BBB9DDBE944C6.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstandarditemmodel.h.370BBB9DDBE944C6.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstandarditemmodel.h.370BBB9DDBE944C6.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstandarditemmodel.h.370BBB9DDBE944C6.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstandardpaths.h.1E31A688A933F8CF.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstandardpaths.h.1E31A688A933F8CF.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstandardpaths.h.1E31A688A933F8CF.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstandardpaths.h.1E31A688A933F8CF.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstate.h.F2B0A093AFA0505C.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstate.h.F2B0A093AFA0505C.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstate.h.F2B0A093AFA0505C.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstate.h.F2B0A093AFA0505C.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstatemachine.h.07081B8D8E1AA950.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstatemachine.h.07081B8D8E1AA950.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstatemachine.h.07081B8D8E1AA950.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstatemachine.h.07081B8D8E1AA950.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstatictext.h.C38A8633BDC00A38.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstatictext.h.C38A8633BDC00A38.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstatictext.h.C38A8633BDC00A38.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstatictext.h.C38A8633BDC00A38.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstatusbar.h.58DECE78EFAEDF9E.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstatusbar.h.58DECE78EFAEDF9E.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstatusbar.h.58DECE78EFAEDF9E.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstatusbar.h.58DECE78EFAEDF9E.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstorageinfo.h.F4B1F9ACE82CC727.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstorageinfo.h.F4B1F9ACE82CC727.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstorageinfo.h.F4B1F9ACE82CC727.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstorageinfo.h.F4B1F9ACE82CC727.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstring.h.5744060B551AA9E7.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstring.h.5744060B551AA9E7.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstring.h.5744060B551AA9E7.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstring.h.5744060B551AA9E7.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstringalgorithms.h.3F894D1DB0E1816F.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstringalgorithms.h.3F894D1DB0E1816F.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstringalgorithms.h.3F894D1DB0E1816F.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstringalgorithms.h.3F894D1DB0E1816F.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstringbuilder.h.A8658DFC49CEACD9.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstringbuilder.h.A8658DFC49CEACD9.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstringbuilder.h.A8658DFC49CEACD9.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstringbuilder.h.A8658DFC49CEACD9.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstringlist.h.E38244BC82863F44.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstringlist.h.E38244BC82863F44.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstringlist.h.E38244BC82863F44.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstringlist.h.E38244BC82863F44.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstringlistmodel.h.619A34AC4A5E798F.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstringlistmodel.h.619A34AC4A5E798F.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstringlistmodel.h.619A34AC4A5E798F.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstringlistmodel.h.619A34AC4A5E798F.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstringliteral.h.5F7CD79323CC32B6.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstringliteral.h.5F7CD79323CC32B6.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstringliteral.h.5F7CD79323CC32B6.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstringliteral.h.5F7CD79323CC32B6.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstringmatcher.h.5FA6FEFD0662CBB7.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstringmatcher.h.5FA6FEFD0662CBB7.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstringmatcher.h.5FA6FEFD0662CBB7.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstringmatcher.h.5FA6FEFD0662CBB7.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstringview.h.EF96AECE7AE40D51.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstringview.h.EF96AECE7AE40D51.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstringview.h.EF96AECE7AE40D51.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstringview.h.EF96AECE7AE40D51.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstyle.h.794A4DCD67AB8323.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstyle.h.794A4DCD67AB8323.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstyle.h.794A4DCD67AB8323.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstyle.h.794A4DCD67AB8323.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstyleditemdelegate.h.55CCC1BE546836C4.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstyleditemdelegate.h.55CCC1BE546836C4.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstyleditemdelegate.h.55CCC1BE546836C4.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstyleditemdelegate.h.55CCC1BE546836C4.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstylefactory.h.741EB1BD1B1AC57E.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstylefactory.h.741EB1BD1B1AC57E.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstylefactory.h.741EB1BD1B1AC57E.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstylefactory.h.741EB1BD1B1AC57E.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstylehints.h.8CD7B462B924AA23.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstylehints.h.8CD7B462B924AA23.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstylehints.h.8CD7B462B924AA23.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstylehints.h.8CD7B462B924AA23.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstyleoption.h.AEA8F2C00B889596.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstyleoption.h.AEA8F2C00B889596.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstyleoption.h.AEA8F2C00B889596.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstyleoption.h.AEA8F2C00B889596.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstylepainter.h.8B8DBFEBC0997ABE.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstylepainter.h.8B8DBFEBC0997ABE.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstylepainter.h.8B8DBFEBC0997ABE.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstylepainter.h.8B8DBFEBC0997ABE.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstyleplugin.h.376E2FE4D361F75F.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstyleplugin.h.376E2FE4D361F75F.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstyleplugin.h.376E2FE4D361F75F.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstyleplugin.h.376E2FE4D361F75F.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsurface.h.C524C5F7C7BE14EB.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsurface.h.C524C5F7C7BE14EB.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsurface.h.C524C5F7C7BE14EB.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsurface.h.C524C5F7C7BE14EB.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsurfaceformat.h.3E88F92884901CFF.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsurfaceformat.h.3E88F92884901CFF.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsurfaceformat.h.3E88F92884901CFF.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsurfaceformat.h.3E88F92884901CFF.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsyntaxhighlighter.h.8BA9DAE4A9BC4F19.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsyntaxhighlighter.h.8BA9DAE4A9BC4F19.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsyntaxhighlighter.h.8BA9DAE4A9BC4F19.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsyntaxhighlighter.h.8BA9DAE4A9BC4F19.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsysinfo.h.A1E3E3E23A1A0FDA.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsysinfo.h.A1E3E3E23A1A0FDA.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsysinfo.h.A1E3E3E23A1A0FDA.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsysinfo.h.A1E3E3E23A1A0FDA.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsystemdetection.h.3D5E95B7FF912542.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsystemdetection.h.3D5E95B7FF912542.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsystemdetection.h.3D5E95B7FF912542.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsystemdetection.h.3D5E95B7FF912542.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsystemsemaphore.h.BF39D6B936A200EA.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsystemsemaphore.h.BF39D6B936A200EA.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsystemsemaphore.h.BF39D6B936A200EA.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsystemsemaphore.h.BF39D6B936A200EA.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsystemtrayicon.h.05488B8B82A8EDC2.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsystemtrayicon.h.05488B8B82A8EDC2.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsystemtrayicon.h.05488B8B82A8EDC2.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsystemtrayicon.h.05488B8B82A8EDC2.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtabbar.h.4D2D281E281E0B34.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtabbar.h.4D2D281E281E0B34.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtabbar.h.4D2D281E281E0B34.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtabbar.h.4D2D281E281E0B34.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtableview.h.7619738C02F8ED94.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtableview.h.7619738C02F8ED94.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtableview.h.7619738C02F8ED94.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtableview.h.7619738C02F8ED94.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtablewidget.h.C7F105CCC311BBD4.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtablewidget.h.C7F105CCC311BBD4.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtablewidget.h.C7F105CCC311BBD4.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtablewidget.h.C7F105CCC311BBD4.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtabwidget.h.B95045187AEDD630.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtabwidget.h.B95045187AEDD630.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtabwidget.h.B95045187AEDD630.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtabwidget.h.B95045187AEDD630.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtcore-config.h.BDE2D0005AD83F21.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtcore-config.h.BDE2D0005AD83F21.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtcore-config.h.BDE2D0005AD83F21.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtcore-config.h.BDE2D0005AD83F21.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtcoreversion.h.76DFE2E321DB26FE.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtcoreversion.h.76DFE2E321DB26FE.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtcoreversion.h.76DFE2E321DB26FE.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtcoreversion.h.76DFE2E321DB26FE.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtemporarydir.h.CCCEF2F173501ABC.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtemporarydir.h.CCCEF2F173501ABC.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtemporarydir.h.CCCEF2F173501ABC.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtemporarydir.h.CCCEF2F173501ABC.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtemporaryfile.h.56BCC6482154209C.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtemporaryfile.h.56BCC6482154209C.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtemporaryfile.h.56BCC6482154209C.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtemporaryfile.h.56BCC6482154209C.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextboundaryfinder.h.6B567EA076837025.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextboundaryfinder.h.6B567EA076837025.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextboundaryfinder.h.6B567EA076837025.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextboundaryfinder.h.6B567EA076837025.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextbrowser.h.34A2C472161A5F22.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextbrowser.h.34A2C472161A5F22.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextbrowser.h.34A2C472161A5F22.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextbrowser.h.34A2C472161A5F22.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextcodec.h.42C7E51C113643EC.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextcodec.h.42C7E51C113643EC.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextcodec.h.42C7E51C113643EC.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextcodec.h.42C7E51C113643EC.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextcursor.h.78D8C5CE4CAB228D.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextcursor.h.78D8C5CE4CAB228D.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextcursor.h.78D8C5CE4CAB228D.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextcursor.h.78D8C5CE4CAB228D.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextdocument.h.7D2B8AAA273FC167.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextdocument.h.7D2B8AAA273FC167.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextdocument.h.7D2B8AAA273FC167.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextdocument.h.7D2B8AAA273FC167.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextdocumentfragment.h.86F28303B228911F.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextdocumentfragment.h.86F28303B228911F.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextdocumentfragment.h.86F28303B228911F.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextdocumentfragment.h.86F28303B228911F.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextdocumentwriter.h.B7A175F7AC904F34.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextdocumentwriter.h.B7A175F7AC904F34.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextdocumentwriter.h.B7A175F7AC904F34.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextdocumentwriter.h.B7A175F7AC904F34.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextedit.h.D64C95558F443FA3.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextedit.h.D64C95558F443FA3.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextedit.h.D64C95558F443FA3.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextedit.h.D64C95558F443FA3.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextformat.h.93CA1A4890DC0861.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextformat.h.93CA1A4890DC0861.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextformat.h.93CA1A4890DC0861.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextformat.h.93CA1A4890DC0861.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextlayout.h.72421D17A1B376B0.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextlayout.h.72421D17A1B376B0.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextlayout.h.72421D17A1B376B0.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextlayout.h.72421D17A1B376B0.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextlist.h.60F6889CC91F1A62.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextlist.h.60F6889CC91F1A62.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextlist.h.60F6889CC91F1A62.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextlist.h.60F6889CC91F1A62.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextobject.h.1549A44D20C46D0D.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextobject.h.1549A44D20C46D0D.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextobject.h.1549A44D20C46D0D.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextobject.h.1549A44D20C46D0D.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextoption.h.61EC86B182C9EC7E.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextoption.h.61EC86B182C9EC7E.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextoption.h.61EC86B182C9EC7E.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextoption.h.61EC86B182C9EC7E.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextstream.h.EEEAB05127EA6825.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextstream.h.EEEAB05127EA6825.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextstream.h.EEEAB05127EA6825.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextstream.h.EEEAB05127EA6825.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtexttable.h.3D508B523E1258D6.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtexttable.h.3D508B523E1258D6.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtexttable.h.3D508B523E1258D6.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtexttable.h.3D508B523E1258D6.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtgui-config.h.A0E011A4CF2B98CE.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtgui-config.h.A0E011A4CF2B98CE.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtgui-config.h.A0E011A4CF2B98CE.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtgui-config.h.A0E011A4CF2B98CE.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtguiglobal.h.D963485B51255A11.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtguiglobal.h.D963485B51255A11.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtguiglobal.h.D963485B51255A11.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtguiglobal.h.D963485B51255A11.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtguiversion.h.2D7B22BD5D881799.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtguiversion.h.2D7B22BD5D881799.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtguiversion.h.2D7B22BD5D881799.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtguiversion.h.2D7B22BD5D881799.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qthread.h.DEECA484F42943FC.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qthread.h.DEECA484F42943FC.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qthread.h.DEECA484F42943FC.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qthread.h.DEECA484F42943FC.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qthreadpool.h.9E88340586364927.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qthreadpool.h.9E88340586364927.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qthreadpool.h.9E88340586364927.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qthreadpool.h.9E88340586364927.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qthreadstorage.h.F5174AF3CCCD7121.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qthreadstorage.h.F5174AF3CCCD7121.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qthreadstorage.h.F5174AF3CCCD7121.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qthreadstorage.h.F5174AF3CCCD7121.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtimeline.h.9903E2427B60C647.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtimeline.h.9903E2427B60C647.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtimeline.h.9903E2427B60C647.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtimeline.h.9903E2427B60C647.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtimer.h.501146C154FE83A8.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtimer.h.501146C154FE83A8.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtimer.h.501146C154FE83A8.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtimer.h.501146C154FE83A8.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtimezone.h.3321EF29F0E87056.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtimezone.h.3321EF29F0E87056.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtimezone.h.3321EF29F0E87056.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtimezone.h.3321EF29F0E87056.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtoolbar.h.1EF02C0947AA5006.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtoolbar.h.1EF02C0947AA5006.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtoolbar.h.1EF02C0947AA5006.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtoolbar.h.1EF02C0947AA5006.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtoolbox.h.D97EE2EE38DD661A.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtoolbox.h.D97EE2EE38DD661A.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtoolbox.h.D97EE2EE38DD661A.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtoolbox.h.D97EE2EE38DD661A.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtoolbutton.h.7BFE7B4459A761EF.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtoolbutton.h.7BFE7B4459A761EF.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtoolbutton.h.7BFE7B4459A761EF.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtoolbutton.h.7BFE7B4459A761EF.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtooltip.h.1AEED533D4241B11.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtooltip.h.1AEED533D4241B11.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtooltip.h.1AEED533D4241B11.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtooltip.h.1AEED533D4241B11.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtouchdevice.h.A8A11516261CB15E.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtouchdevice.h.A8A11516261CB15E.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtouchdevice.h.A8A11516261CB15E.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtouchdevice.h.A8A11516261CB15E.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtransform.h.9285BE59BCE368D5.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtransform.h.9285BE59BCE368D5.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtransform.h.9285BE59BCE368D5.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtransform.h.9285BE59BCE368D5.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtranslator.h.4059E3DA0D051733.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtranslator.h.4059E3DA0D051733.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtranslator.h.4059E3DA0D051733.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtranslator.h.4059E3DA0D051733.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtransposeproxymodel.h.F6F873343D54D02E.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtransposeproxymodel.h.F6F873343D54D02E.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtransposeproxymodel.h.F6F873343D54D02E.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtransposeproxymodel.h.F6F873343D54D02E.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtreeview.h.CB924CF2712C8C0F.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtreeview.h.CB924CF2712C8C0F.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtreeview.h.CB924CF2712C8C0F.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtreeview.h.CB924CF2712C8C0F.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtreewidget.h.0E7C75DE5328FCD5.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtreewidget.h.0E7C75DE5328FCD5.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtreewidget.h.0E7C75DE5328FCD5.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtreewidget.h.0E7C75DE5328FCD5.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtreewidgetitemiterator.h.B0C0F3716109C051.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtreewidgetitemiterator.h.B0C0F3716109C051.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtreewidgetitemiterator.h.B0C0F3716109C051.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtreewidgetitemiterator.h.B0C0F3716109C051.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtwidgets-config.h.2C4A90FAA74D25CA.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtwidgets-config.h.2C4A90FAA74D25CA.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtwidgets-config.h.2C4A90FAA74D25CA.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtwidgets-config.h.2C4A90FAA74D25CA.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtwidgetsglobal.h.9195E413D65F9778.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtwidgetsglobal.h.9195E413D65F9778.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtwidgetsglobal.h.9195E413D65F9778.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtwidgetsglobal.h.9195E413D65F9778.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtwidgetsversion.h.274152722AE349FD.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtwidgetsversion.h.274152722AE349FD.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtwidgetsversion.h.274152722AE349FD.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtwidgetsversion.h.274152722AE349FD.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtypeinfo.h.DB1ED32EB2BB25BE.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtypeinfo.h.DB1ED32EB2BB25BE.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtypeinfo.h.DB1ED32EB2BB25BE.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtypeinfo.h.DB1ED32EB2BB25BE.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtypetraits.h.3A0AC962BBA09BBD.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtypetraits.h.3A0AC962BBA09BBD.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtypetraits.h.3A0AC962BBA09BBD.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtypetraits.h.3A0AC962BBA09BBD.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qundogroup.h.CD2B62DC9001C475.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qundogroup.h.CD2B62DC9001C475.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qundogroup.h.CD2B62DC9001C475.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qundogroup.h.CD2B62DC9001C475.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qundostack.h.5CD891B5CB05D6ED.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qundostack.h.5CD891B5CB05D6ED.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qundostack.h.5CD891B5CB05D6ED.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qundostack.h.5CD891B5CB05D6ED.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qundoview.h.B0E61D65EC26886B.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qundoview.h.B0E61D65EC26886B.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qundoview.h.B0E61D65EC26886B.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qundoview.h.B0E61D65EC26886B.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qurl.h.AD7023CC8D8CB5CC.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qurl.h.AD7023CC8D8CB5CC.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qurl.h.AD7023CC8D8CB5CC.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qurl.h.AD7023CC8D8CB5CC.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qurlquery.h.FE577E967A635809.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qurlquery.h.FE577E967A635809.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qurlquery.h.FE577E967A635809.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qurlquery.h.FE577E967A635809.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/quuid.h.1403F20833EFEC32.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/quuid.h.1403F20833EFEC32.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/quuid.h.1403F20833EFEC32.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/quuid.h.1403F20833EFEC32.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qvalidator.h.18B99429F2722D93.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qvalidator.h.18B99429F2722D93.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qvalidator.h.18B99429F2722D93.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qvalidator.h.18B99429F2722D93.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qvariant.h.6C260B408649ED12.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qvariant.h.6C260B408649ED12.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qvariant.h.6C260B408649ED12.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qvariant.h.6C260B408649ED12.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qvariantanimation.h.7226F06C3356EB96.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qvariantanimation.h.7226F06C3356EB96.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qvariantanimation.h.7226F06C3356EB96.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qvariantanimation.h.7226F06C3356EB96.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qvarlengtharray.h.0576A1708973B23F.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qvarlengtharray.h.0576A1708973B23F.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qvarlengtharray.h.0576A1708973B23F.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qvarlengtharray.h.0576A1708973B23F.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qvector.h.B39CFFB323D198B1.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qvector.h.B39CFFB323D198B1.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qvector.h.B39CFFB323D198B1.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qvector.h.B39CFFB323D198B1.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qvector2d.h.922F17303D0AC52F.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qvector2d.h.922F17303D0AC52F.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qvector2d.h.922F17303D0AC52F.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qvector2d.h.922F17303D0AC52F.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qvector3d.h.7088208682C90C38.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qvector3d.h.7088208682C90C38.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qvector3d.h.7088208682C90C38.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qvector3d.h.7088208682C90C38.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qvector4d.h.21E7135FA7FBD03A.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qvector4d.h.21E7135FA7FBD03A.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qvector4d.h.21E7135FA7FBD03A.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qvector4d.h.21E7135FA7FBD03A.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qversionnumber.h.495D7E7230C08897.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qversionnumber.h.495D7E7230C08897.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qversionnumber.h.495D7E7230C08897.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qversionnumber.h.495D7E7230C08897.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qversiontagging.h.9A830BA5B9EAE40D.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qversiontagging.h.9A830BA5B9EAE40D.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qversiontagging.h.9A830BA5B9EAE40D.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qversiontagging.h.9A830BA5B9EAE40D.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qwaitcondition.h.DE24D779F380D7D2.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qwaitcondition.h.DE24D779F380D7D2.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qwaitcondition.h.DE24D779F380D7D2.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qwaitcondition.h.DE24D779F380D7D2.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qwhatsthis.h.C0819D89E46D6B3F.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qwhatsthis.h.C0819D89E46D6B3F.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qwhatsthis.h.C0819D89E46D6B3F.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qwhatsthis.h.C0819D89E46D6B3F.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qwidget.h.1757CFB8723E94F9.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qwidget.h.1757CFB8723E94F9.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qwidget.h.1757CFB8723E94F9.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qwidget.h.1757CFB8723E94F9.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qwidgetaction.h.C1293782911F0EF8.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qwidgetaction.h.C1293782911F0EF8.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qwidgetaction.h.C1293782911F0EF8.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qwidgetaction.h.C1293782911F0EF8.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qwindow.h.615E85237AD611DF.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qwindow.h.615E85237AD611DF.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qwindow.h.615E85237AD611DF.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qwindow.h.615E85237AD611DF.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qwindowdefs.h.0AADEC0FF82BC8FF.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qwindowdefs.h.0AADEC0FF82BC8FF.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qwindowdefs.h.0AADEC0FF82BC8FF.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qwindowdefs.h.0AADEC0FF82BC8FF.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qwineventnotifier.h.C744593BEAAACE9B.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qwineventnotifier.h.C744593BEAAACE9B.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qwineventnotifier.h.C744593BEAAACE9B.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qwineventnotifier.h.C744593BEAAACE9B.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qwizard.h.2BADFC2BF009C6BC.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qwizard.h.2BADFC2BF009C6BC.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qwizard.h.2BADFC2BF009C6BC.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qwizard.h.2BADFC2BF009C6BC.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qxmlstream.h.3EA4B214993AAB6B.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qxmlstream.h.3EA4B214993AAB6B.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qxmlstream.h.3EA4B214993AAB6B.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qxmlstream.h.3EA4B214993AAB6B.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/random.BE2E7734710C30CB.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/random.BE2E7734710C30CB.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/random.BE2E7734710C30CB.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/random.BE2E7734710C30CB.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/random.h.764A2BAAE005864C.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/random.h.764A2BAAE005864C.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/random.h.764A2BAAE005864C.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/random.h.764A2BAAE005864C.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/random.tcc.8B8A265CC733B1D2.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/random.tcc.8B8A265CC733B1D2.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/random.tcc.8B8A265CC733B1D2.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/random.tcc.8B8A265CC733B1D2.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/range_access.h.C208E46304F21B1A.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/range_access.h.C208E46304F21B1A.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/range_access.h.C208E46304F21B1A.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/range_access.h.C208E46304F21B1A.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ratio.903743C5112B7EB8.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ratio.903743C5112B7EB8.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ratio.903743C5112B7EB8.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ratio.903743C5112B7EB8.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/refwrap.h.4D5516429629FB81.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/refwrap.h.4D5516429629FB81.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/refwrap.h.4D5516429629FB81.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/refwrap.h.4D5516429629FB81.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/sched.h.39F1CA4363AA41A1.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/sched.h.39F1CA4363AA41A1.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/sched.h.39F1CA4363AA41A1.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/sched.h.39F1CA4363AA41A1.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/sched.h.5B833830F429325A.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/sched.h.5B833830F429325A.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/sched.h.5B833830F429325A.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/sched.h.5B833830F429325A.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/select.h.5CE3C1D53D97CBB2.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/select.h.5CE3C1D53D97CBB2.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/select.h.5CE3C1D53D97CBB2.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/select.h.5CE3C1D53D97CBB2.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/select.h.BF31061F87713581.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/select.h.BF31061F87713581.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/select.h.BF31061F87713581.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/select.h.BF31061F87713581.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/setjmp.h.0A510298463002BF.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/setjmp.h.0A510298463002BF.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/setjmp.h.0A510298463002BF.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/setjmp.h.0A510298463002BF.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/shared_ptr.h.F2263563F7CE60ED.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/shared_ptr.h.F2263563F7CE60ED.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/shared_ptr.h.F2263563F7CE60ED.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/shared_ptr.h.F2263563F7CE60ED.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/shared_ptr_atomic.h.DF561ADB5674E42B.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/shared_ptr_atomic.h.DF561ADB5674E42B.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/shared_ptr_atomic.h.DF561ADB5674E42B.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/shared_ptr_atomic.h.DF561ADB5674E42B.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/shared_ptr_base.h.7FE62FB5481C1CFC.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/shared_ptr_base.h.7FE62FB5481C1CFC.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/shared_ptr_base.h.7FE62FB5481C1CFC.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/shared_ptr_base.h.7FE62FB5481C1CFC.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/sigset_t.h.9D47EEA3E540F14D.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/sigset_t.h.9D47EEA3E540F14D.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/sigset_t.h.9D47EEA3E540F14D.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/sigset_t.h.9D47EEA3E540F14D.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/single_threaded.h.9D594F3F4DACE498.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/single_threaded.h.9D594F3F4DACE498.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/single_threaded.h.9D594F3F4DACE498.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/single_threaded.h.9D594F3F4DACE498.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/std_abs.h.D7A890496BE2F393.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/std_abs.h.D7A890496BE2F393.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/std_abs.h.D7A890496BE2F393.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/std_abs.h.D7A890496BE2F393.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/std_function.h.71477A65A485181C.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/std_function.h.71477A65A485181C.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/std_function.h.71477A65A485181C.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/std_function.h.71477A65A485181C.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/std_mutex.h.D16E514794C824E0.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/std_mutex.h.D16E514794C824E0.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/std_mutex.h.D16E514794C824E0.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/std_mutex.h.D16E514794C824E0.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/std_thread.h.B48BC86A6F70906C.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/std_thread.h.B48BC86A6F70906C.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/std_thread.h.B48BC86A6F70906C.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/std_thread.h.B48BC86A6F70906C.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdarg.h.888D1A3B6F89608A.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdarg.h.888D1A3B6F89608A.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdarg.h.888D1A3B6F89608A.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdarg.h.888D1A3B6F89608A.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdc-predef.h.F7F17074D9579F84.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdc-predef.h.F7F17074D9579F84.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdc-predef.h.F7F17074D9579F84.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdc-predef.h.F7F17074D9579F84.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stddef.h.266DC55080CEBA88.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stddef.h.266DC55080CEBA88.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stddef.h.266DC55080CEBA88.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stddef.h.266DC55080CEBA88.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdexcept.B027D1EDE2B29F6E.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdexcept.B027D1EDE2B29F6E.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdexcept.B027D1EDE2B29F6E.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdexcept.B027D1EDE2B29F6E.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdint-intn.h.F209D82DB3718B74.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdint-intn.h.F209D82DB3718B74.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdint-intn.h.F209D82DB3718B74.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdint-intn.h.F209D82DB3718B74.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdint-uintn.h.C24D57274B82F256.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdint-uintn.h.C24D57274B82F256.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdint-uintn.h.C24D57274B82F256.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdint-uintn.h.C24D57274B82F256.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdint.h.4208DA0E8AD4B387.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdint.h.4208DA0E8AD4B387.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdint.h.4208DA0E8AD4B387.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdint.h.4208DA0E8AD4B387.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdint.h.941112816667C5D4.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdint.h.941112816667C5D4.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdint.h.941112816667C5D4.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdint.h.941112816667C5D4.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdio.h.39AA179546A5CA11.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdio.h.39AA179546A5CA11.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdio.h.39AA179546A5CA11.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdio.h.39AA179546A5CA11.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdio_lim.h.8DBF51CB439C85C6.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdio_lim.h.8DBF51CB439C85C6.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdio_lim.h.8DBF51CB439C85C6.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdio_lim.h.8DBF51CB439C85C6.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdlib-float.h.8EBAF3DEEC4148D7.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdlib-float.h.8EBAF3DEEC4148D7.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdlib-float.h.8EBAF3DEEC4148D7.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdlib-float.h.8EBAF3DEEC4148D7.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdlib.h.9500795D2AE691D2.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdlib.h.9500795D2AE691D2.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdlib.h.9500795D2AE691D2.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdlib.h.9500795D2AE691D2.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdlib.h.C6073E60C996A50D.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdlib.h.C6073E60C996A50D.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdlib.h.C6073E60C996A50D.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdlib.h.C6073E60C996A50D.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_algo.h.3DB21F5694514DA8.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_algo.h.3DB21F5694514DA8.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_algo.h.3DB21F5694514DA8.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_algo.h.3DB21F5694514DA8.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_algobase.h.F4770B8D7F9551BE.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_algobase.h.F4770B8D7F9551BE.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_algobase.h.F4770B8D7F9551BE.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_algobase.h.F4770B8D7F9551BE.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_bvector.h.C2C2F2BBCFDAFB85.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_bvector.h.C2C2F2BBCFDAFB85.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_bvector.h.C2C2F2BBCFDAFB85.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_bvector.h.C2C2F2BBCFDAFB85.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_construct.h.29721907BF6BA1F1.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_construct.h.29721907BF6BA1F1.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_construct.h.29721907BF6BA1F1.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_construct.h.29721907BF6BA1F1.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_function.h.B5E7EEC26B3DCD1E.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_function.h.B5E7EEC26B3DCD1E.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_function.h.B5E7EEC26B3DCD1E.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_function.h.B5E7EEC26B3DCD1E.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_heap.h.FBA93F11C20DEBBD.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_heap.h.FBA93F11C20DEBBD.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_heap.h.FBA93F11C20DEBBD.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_heap.h.FBA93F11C20DEBBD.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_iterator.h.8BFC9C565684154E.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_iterator.h.8BFC9C565684154E.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_iterator.h.8BFC9C565684154E.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_iterator.h.8BFC9C565684154E.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_iterator_base_funcs.h.A60C6AE0B736F335.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_iterator_base_funcs.h.A60C6AE0B736F335.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_iterator_base_funcs.h.A60C6AE0B736F335.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_iterator_base_funcs.h.A60C6AE0B736F335.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_iterator_base_types.h.ED7D107D32D1ADD0.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_iterator_base_types.h.ED7D107D32D1ADD0.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_iterator_base_types.h.ED7D107D32D1ADD0.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_iterator_base_types.h.ED7D107D32D1ADD0.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_list.h.6F352153655547C8.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_list.h.6F352153655547C8.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_list.h.6F352153655547C8.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_list.h.6F352153655547C8.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_map.h.8E0FA396A33CE990.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_map.h.8E0FA396A33CE990.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_map.h.8E0FA396A33CE990.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_map.h.8E0FA396A33CE990.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_multimap.h.DEF9FCAC3A0BD570.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_multimap.h.DEF9FCAC3A0BD570.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_multimap.h.DEF9FCAC3A0BD570.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_multimap.h.DEF9FCAC3A0BD570.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_numeric.h.4F88487D87DE6EFD.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_numeric.h.4F88487D87DE6EFD.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_numeric.h.4F88487D87DE6EFD.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_numeric.h.4F88487D87DE6EFD.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_pair.h.A0A376C112053B52.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_pair.h.A0A376C112053B52.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_pair.h.A0A376C112053B52.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_pair.h.A0A376C112053B52.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_raw_storage_iter.h.47137E9BA14C4A19.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_raw_storage_iter.h.47137E9BA14C4A19.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_raw_storage_iter.h.47137E9BA14C4A19.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_raw_storage_iter.h.47137E9BA14C4A19.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_relops.h.0967F92B8BC123D3.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_relops.h.0967F92B8BC123D3.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_relops.h.0967F92B8BC123D3.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_relops.h.0967F92B8BC123D3.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_tempbuf.h.1AB2FB147867363A.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_tempbuf.h.1AB2FB147867363A.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_tempbuf.h.1AB2FB147867363A.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_tempbuf.h.1AB2FB147867363A.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_tree.h.8B14BB189C8225BF.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_tree.h.8B14BB189C8225BF.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_tree.h.8B14BB189C8225BF.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_tree.h.8B14BB189C8225BF.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_uninitialized.h.208EC3D4300EB817.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_uninitialized.h.208EC3D4300EB817.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_uninitialized.h.208EC3D4300EB817.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_uninitialized.h.208EC3D4300EB817.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_vector.h.4D05C6E32ABEAD69.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_vector.h.4D05C6E32ABEAD69.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_vector.h.4D05C6E32ABEAD69.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_vector.h.4D05C6E32ABEAD69.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stream_iterator.h.3F1756B2454B9C64.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stream_iterator.h.3F1756B2454B9C64.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stream_iterator.h.3F1756B2454B9C64.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stream_iterator.h.3F1756B2454B9C64.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/streambuf.CA763E5C3879ED40.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/streambuf.CA763E5C3879ED40.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/streambuf.CA763E5C3879ED40.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/streambuf.CA763E5C3879ED40.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/streambuf.tcc.5AABDF442ECDB4F7.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/streambuf.tcc.5AABDF442ECDB4F7.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/streambuf.tcc.5AABDF442ECDB4F7.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/streambuf.tcc.5AABDF442ECDB4F7.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/streambuf_iterator.h.A02296E19CB72059.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/streambuf_iterator.h.A02296E19CB72059.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/streambuf_iterator.h.A02296E19CB72059.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/streambuf_iterator.h.A02296E19CB72059.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/string.42FF447FE31F590F.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/string.42FF447FE31F590F.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/string.42FF447FE31F590F.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/string.42FF447FE31F590F.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/string.h.891400410E4BA387.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/string.h.891400410E4BA387.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/string.h.891400410E4BA387.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/string.h.891400410E4BA387.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/string_conversions.h.4AB419E40582F712.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/string_conversions.h.4AB419E40582F712.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/string_conversions.h.4AB419E40582F712.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/string_conversions.h.4AB419E40582F712.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stringfwd.h.FD2D460DFA367E16.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stringfwd.h.FD2D460DFA367E16.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stringfwd.h.FD2D460DFA367E16.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stringfwd.h.FD2D460DFA367E16.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/strings.h.B9CFF053B196D313.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/strings.h.B9CFF053B196D313.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/strings.h.B9CFF053B196D313.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/strings.h.B9CFF053B196D313.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/struct_FILE.h.381C91ADEB812BD0.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/struct_FILE.h.381C91ADEB812BD0.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/struct_FILE.h.381C91ADEB812BD0.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/struct_FILE.h.381C91ADEB812BD0.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/struct___jmp_buf_tag.h.1A1FE82AE2A8C83E.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/struct___jmp_buf_tag.h.1A1FE82AE2A8C83E.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/struct___jmp_buf_tag.h.1A1FE82AE2A8C83E.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/struct___jmp_buf_tag.h.1A1FE82AE2A8C83E.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/struct_itimerspec.h.F65912B0C23B963E.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/struct_itimerspec.h.F65912B0C23B963E.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/struct_itimerspec.h.F65912B0C23B963E.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/struct_itimerspec.h.F65912B0C23B963E.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/struct_mutex.h.B7FE399CFB3EE72A.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/struct_mutex.h.B7FE399CFB3EE72A.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/struct_mutex.h.B7FE399CFB3EE72A.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/struct_mutex.h.B7FE399CFB3EE72A.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/struct_rwlock.h.DC3BB7AA35AC6E1A.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/struct_rwlock.h.DC3BB7AA35AC6E1A.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/struct_rwlock.h.DC3BB7AA35AC6E1A.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/struct_rwlock.h.DC3BB7AA35AC6E1A.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/struct_sched_param.h.CD7E2C8443A25D88.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/struct_sched_param.h.CD7E2C8443A25D88.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/struct_sched_param.h.CD7E2C8443A25D88.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/struct_sched_param.h.CD7E2C8443A25D88.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/struct_timespec.h.A8D8E9E445ABACD3.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/struct_timespec.h.A8D8E9E445ABACD3.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/struct_timespec.h.A8D8E9E445ABACD3.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/struct_timespec.h.A8D8E9E445ABACD3.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/struct_timeval.h.AF8389A65B9351D9.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/struct_timeval.h.AF8389A65B9351D9.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/struct_timeval.h.AF8389A65B9351D9.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/struct_timeval.h.AF8389A65B9351D9.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/struct_tm.h.DB4B8A2FCA6E502E.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/struct_tm.h.DB4B8A2FCA6E502E.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/struct_tm.h.DB4B8A2FCA6E502E.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/struct_tm.h.DB4B8A2FCA6E502E.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stubs-64.h.2847EFCBD0B50F1C.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stubs-64.h.2847EFCBD0B50F1C.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stubs-64.h.2847EFCBD0B50F1C.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stubs-64.h.2847EFCBD0B50F1C.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stubs.h.CDC9CE97F970174E.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stubs.h.CDC9CE97F970174E.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stubs.h.CDC9CE97F970174E.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stubs.h.CDC9CE97F970174E.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/system_error.80A8DA3A68E74006.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/system_error.80A8DA3A68E74006.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/system_error.80A8DA3A68E74006.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/system_error.80A8DA3A68E74006.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/thread-shared-types.h.3BD350B33FA93E57.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/thread-shared-types.h.3BD350B33FA93E57.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/thread-shared-types.h.3BD350B33FA93E57.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/thread-shared-types.h.3BD350B33FA93E57.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/time.h.406C037FEAE97D8D.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/time.h.406C037FEAE97D8D.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/time.h.406C037FEAE97D8D.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/time.h.406C037FEAE97D8D.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/time.h.CAE3AE26EEDD3617.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/time.h.CAE3AE26EEDD3617.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/time.h.CAE3AE26EEDD3617.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/time.h.CAE3AE26EEDD3617.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/time64.h.F45FA1DA5DF8C4A3.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/time64.h.F45FA1DA5DF8C4A3.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/time64.h.F45FA1DA5DF8C4A3.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/time64.h.F45FA1DA5DF8C4A3.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/time_t.h.39DFD8EDDDC06944.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/time_t.h.39DFD8EDDDC06944.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/time_t.h.39DFD8EDDDC06944.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/time_t.h.39DFD8EDDDC06944.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/timer_t.h.C19EE5B24E70D289.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/timer_t.h.C19EE5B24E70D289.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/timer_t.h.C19EE5B24E70D289.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/timer_t.h.C19EE5B24E70D289.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/timesize.h.4A370235915877E5.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/timesize.h.4A370235915877E5.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/timesize.h.4A370235915877E5.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/timesize.h.4A370235915877E5.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/timex.h.42DA6DDF2F414475.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/timex.h.42DA6DDF2F414475.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/timex.h.42DA6DDF2F414475.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/timex.h.42DA6DDF2F414475.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/tuple.8A2E5DEFFF115F0E.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/tuple.8A2E5DEFFF115F0E.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/tuple.8A2E5DEFFF115F0E.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/tuple.8A2E5DEFFF115F0E.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/type_traits.AEF65980E0D731F2.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/type_traits.AEF65980E0D731F2.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/type_traits.AEF65980E0D731F2.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/type_traits.AEF65980E0D731F2.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/type_traits.h.7DECA7D3B50CD49B.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/type_traits.h.7DECA7D3B50CD49B.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/type_traits.h.7DECA7D3B50CD49B.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/type_traits.h.7DECA7D3B50CD49B.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/typeinfo.75720324E278DC72.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/typeinfo.75720324E278DC72.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/typeinfo.75720324E278DC72.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/typeinfo.75720324E278DC72.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/types.h.90E44DF27105B9F5.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/types.h.90E44DF27105B9F5.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/types.h.90E44DF27105B9F5.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/types.h.90E44DF27105B9F5.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/types.h.A3617F8DB832C1C0.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/types.h.A3617F8DB832C1C0.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/types.h.A3617F8DB832C1C0.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/types.h.A3617F8DB832C1C0.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/typesizes.h.55F68CC1D9A79D64.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/typesizes.h.55F68CC1D9A79D64.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/typesizes.h.55F68CC1D9A79D64.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/typesizes.h.55F68CC1D9A79D64.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ui_mainwindow.h.0ADA7F90DFCEBE33.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ui_mainwindow.h.0ADA7F90DFCEBE33.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ui_mainwindow.h.0ADA7F90DFCEBE33.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ui_mainwindow.h.0ADA7F90DFCEBE33.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ui_mainwindow.h.16B9BD159DA40638.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ui_mainwindow.h.16B9BD159DA40638.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ui_mainwindow.h.16B9BD159DA40638.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ui_mainwindow.h.16B9BD159DA40638.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ui_mainwindow.h.507D439D30A059AA.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ui_mainwindow.h.507D439D30A059AA.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ui_mainwindow.h.507D439D30A059AA.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ui_mainwindow.h.507D439D30A059AA.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ui_mainwindow.h.7DC1702E183C9A08.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ui_mainwindow.h.7DC1702E183C9A08.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ui_mainwindow.h.7DC1702E183C9A08.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ui_mainwindow.h.7DC1702E183C9A08.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ui_mainwindow.h.877301EF332155D9.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ui_mainwindow.h.877301EF332155D9.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ui_mainwindow.h.877301EF332155D9.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ui_mainwindow.h.877301EF332155D9.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ui_mainwindow.h.AB3F914564862A0F.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ui_mainwindow.h.AB3F914564862A0F.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ui_mainwindow.h.AB3F914564862A0F.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ui_mainwindow.h.AB3F914564862A0F.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ui_mainwindow.h.C67EFE6B9C8F7524.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ui_mainwindow.h.C67EFE6B9C8F7524.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ui_mainwindow.h.C67EFE6B9C8F7524.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ui_mainwindow.h.C67EFE6B9C8F7524.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ui_mainwindow.h.E5D4493797D4ACDF.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ui_mainwindow.h.E5D4493797D4ACDF.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ui_mainwindow.h.E5D4493797D4ACDF.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ui_mainwindow.h.E5D4493797D4ACDF.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ui_mainwindow.h.EAE3598F81A79387.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ui_mainwindow.h.EAE3598F81A79387.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ui_mainwindow.h.EAE3598F81A79387.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ui_mainwindow.h.EAE3598F81A79387.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/uintn-identity.h.CC2752B60898E5D5.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/uintn-identity.h.CC2752B60898E5D5.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/uintn-identity.h.CC2752B60898E5D5.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/uintn-identity.h.CC2752B60898E5D5.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/uio_lim.h.2B237AABE497D34F.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/uio_lim.h.2B237AABE497D34F.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/uio_lim.h.2B237AABE497D34F.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/uio_lim.h.2B237AABE497D34F.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/uniform_int_dist.h.FEC782E8CA1C66F1.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/uniform_int_dist.h.FEC782E8CA1C66F1.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/uniform_int_dist.h.FEC782E8CA1C66F1.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/uniform_int_dist.h.FEC782E8CA1C66F1.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/unique_lock.h.5C20AF71BD088E34.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/unique_lock.h.5C20AF71BD088E34.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/unique_lock.h.5C20AF71BD088E34.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/unique_lock.h.5C20AF71BD088E34.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/unique_ptr.h.92CF70B6FEFA98DA.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/unique_ptr.h.92CF70B6FEFA98DA.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/unique_ptr.h.92CF70B6FEFA98DA.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/unique_ptr.h.92CF70B6FEFA98DA.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/uses_allocator.h.1BF5B350510DCD2B.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/uses_allocator.h.1BF5B350510DCD2B.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/uses_allocator.h.1BF5B350510DCD2B.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/uses_allocator.h.1BF5B350510DCD2B.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/utility.EBBF83EAFDB02C57.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/utility.EBBF83EAFDB02C57.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/utility.EBBF83EAFDB02C57.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/utility.EBBF83EAFDB02C57.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/utility.h.CDF8849C6D4B0E98.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/utility.h.CDF8849C6D4B0E98.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/utility.h.CDF8849C6D4B0E98.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/utility.h.CDF8849C6D4B0E98.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/vector.807642E15FA7019C.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/vector.807642E15FA7019C.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/vector.807642E15FA7019C.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/vector.807642E15FA7019C.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/vector.tcc.CD61E74B5CF024AA.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/vector.tcc.CD61E74B5CF024AA.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/vector.tcc.CD61E74B5CF024AA.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/vector.tcc.CD61E74B5CF024AA.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/waitflags.h.3D8ABE61751FD5CF.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/waitflags.h.3D8ABE61751FD5CF.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/waitflags.h.3D8ABE61751FD5CF.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/waitflags.h.3D8ABE61751FD5CF.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/waitstatus.h.5F650F03B211ACBF.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/waitstatus.h.5F650F03B211ACBF.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/waitstatus.h.5F650F03B211ACBF.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/waitstatus.h.5F650F03B211ACBF.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/wchar.h.05540B9ED5ECA474.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/wchar.h.05540B9ED5ECA474.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/wchar.h.05540B9ED5ECA474.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/wchar.h.05540B9ED5ECA474.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/wchar.h.A65FEA87E595D0B5.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/wchar.h.A65FEA87E595D0B5.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/wchar.h.A65FEA87E595D0B5.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/wchar.h.A65FEA87E595D0B5.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/wctype-wchar.h.AC7BDF2A302849D2.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/wctype-wchar.h.AC7BDF2A302849D2.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/wctype-wchar.h.AC7BDF2A302849D2.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/wctype-wchar.h.AC7BDF2A302849D2.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/wctype.h.7B6F632C96F4C730.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/wctype.h.7B6F632C96F4C730.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/wctype.h.7B6F632C96F4C730.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/wctype.h.7B6F632C96F4C730.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/wint_t.h.38B0F04FA117F6F8.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/wint_t.h.38B0F04FA117F6F8.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/wint_t.h.38B0F04FA117F6F8.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/wint_t.h.38B0F04FA117F6F8.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/wordsize.h.4786D1A8F36BD2D6.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/wordsize.h.4786D1A8F36BD2D6.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/wordsize.h.4786D1A8F36BD2D6.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/wordsize.h.4786D1A8F36BD2D6.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/xopen_lim.h.BE6EA0B0757B4E69.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/xopen_lim.h.BE6EA0B0757B4E69.idx
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/xopen_lim.h.BE6EA0B0757B4E69.idx
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/xopen_lim.h.BE6EA0B0757B4E69.idx
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/compile_commands.json b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/compile_commands.json
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/compile_commands.json
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/compile_commands.json
diff --git a/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/AeroColorMixer b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/AeroColorMixer
new file mode 100755
index 0000000..7434f9e
Binary files /dev/null and b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/AeroColorMixer differ
diff --git a/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/Makefile b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/Makefile
new file mode 100755
index 0000000..ee13740
--- /dev/null
+++ b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/Makefile
@@ -0,0 +1,1112 @@
+#############################################################################
+# Makefile for building: AeroColorMixer
+# Generated by qmake (3.1) (Qt 5.15.5)
+# Project: ../AeroColorMixer/AeroColorMixer.pro
+# Template: app
+# Command: /usr/bin/qmake -o Makefile ../AeroColorMixer/AeroColorMixer.pro -spec linux-g++ CONFIG+=debug CONFIG+=qml_debug
+#############################################################################
+
+MAKEFILE = Makefile
+
+EQ = =
+
+####### Compiler, tools and options
+
+CC = gcc
+CXX = g++
+DEFINES = -DQT_QML_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB
+CFLAGS = -pipe -g -Wall -Wextra -D_REENTRANT -fPIC $(DEFINES)
+CXXFLAGS = -pipe -g -std=gnu++11 -Wall -Wextra -D_REENTRANT -fPIC $(DEFINES)
+INCPATH = -I../AeroColorMixer -I. -I/usr/include/KF5 -I/usr/include/KF5/KWindowSystem -I/usr/include/qt -I/usr/include/qt/QtWidgets -I/usr/include/qt/QtGui -I/usr/include/qt/QtCore -I. -I. -I/usr/lib/qt/mkspecs/linux-g++
+QMAKE = /usr/bin/qmake
+DEL_FILE = rm -f
+CHK_DIR_EXISTS= test -d
+MKDIR = mkdir -p
+COPY = cp -f
+COPY_FILE = cp -f
+COPY_DIR = cp -f -R
+INSTALL_FILE = install -m 644 -p
+INSTALL_PROGRAM = install -m 755 -p
+INSTALL_DIR = cp -f -R
+QINSTALL = /usr/bin/qmake -install qinstall
+QINSTALL_PROGRAM = /usr/bin/qmake -install qinstall -exe
+DEL_FILE = rm -f
+SYMLINK = ln -f -s
+DEL_DIR = rmdir
+MOVE = mv -f
+TAR = tar -cf
+COMPRESS = gzip -9f
+DISTNAME = AeroColorMixer1.0.0
+DISTDIR = /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/qt_projects/build-AeroColorMixer-Desktop-Debug/.tmp/AeroColorMixer1.0.0
+LINK = g++
+LFLAGS = -fPIC
+LIBS = $(SUBLIBS) -lKF5WindowSystem /usr/lib/libQt5Widgets.so /usr/lib/libQt5Gui.so /usr/lib/libQt5Core.so -lGL -lpthread
+AR = ar cqs
+RANLIB =
+SED = sed
+STRIP = strip
+
+####### Output directory
+
+OBJECTS_DIR = ./
+
+####### Files
+
+SOURCES = ../AeroColorMixer/colorwindow.cpp \
+ ../AeroColorMixer/flowlayout.cpp \
+ ../AeroColorMixer/main.cpp \
+ ../AeroColorMixer/mainwindow.cpp moc_mainwindow.cpp
+OBJECTS = colorwindow.o \
+ flowlayout.o \
+ main.o \
+ mainwindow.o \
+ moc_mainwindow.o
+DIST = /usr/lib/qt/mkspecs/features/spec_pre.prf \
+ /usr/lib/qt/mkspecs/common/unix.conf \
+ /usr/lib/qt/mkspecs/common/linux.conf \
+ /usr/lib/qt/mkspecs/common/sanitize.conf \
+ /usr/lib/qt/mkspecs/common/gcc-base.conf \
+ /usr/lib/qt/mkspecs/common/gcc-base-unix.conf \
+ /usr/lib/qt/mkspecs/common/g++-base.conf \
+ /usr/lib/qt/mkspecs/common/g++-unix.conf \
+ /usr/lib/qt/mkspecs/qconfig.pri \
+ /usr/lib/qt/mkspecs/modules/qt_AkonadiAgentBase.pri \
+ /usr/lib/qt/mkspecs/modules/qt_AkonadiCalendar.pri \
+ /usr/lib/qt/mkspecs/modules/qt_AkonadiContact.pri \
+ /usr/lib/qt/mkspecs/modules/qt_AkonadiCore.pri \
+ /usr/lib/qt/mkspecs/modules/qt_AkonadiMime.pri \
+ /usr/lib/qt/mkspecs/modules/qt_AkonadiNotes.pri \
+ /usr/lib/qt/mkspecs/modules/qt_AkonadiWidgets.pri \
+ /usr/lib/qt/mkspecs/modules/qt_AkonadiXml.pri \
+ /usr/lib/qt/mkspecs/modules/qt_Attica.pri \
+ /usr/lib/qt/mkspecs/modules/qt_Baloo.pri \
+ /usr/lib/qt/mkspecs/modules/qt_BluezQt.pri \
+ /usr/lib/qt/mkspecs/modules/qt_CalendarSupport.pri \
+ /usr/lib/qt/mkspecs/modules/qt_ContactEditor.pri \
+ /usr/lib/qt/mkspecs/modules/qt_EventViews.pri \
+ /usr/lib/qt/mkspecs/modules/qt_GrantleeTheme.pri \
+ /usr/lib/qt/mkspecs/modules/qt_Gravatar.pri \
+ /usr/lib/qt/mkspecs/modules/qt_IncidenceEditor.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KActivities.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KActivitiesStats.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KArchive.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KAsync.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KAuth.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KAuthCore.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KBookmarks.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KCalendarCore.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KCalUtils.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KCddb.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KChart.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KCMUtils.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KCodecs.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KCompletion.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KConfigCore.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KConfigGui.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KConfigWidgets.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KContacts.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KCoreAddons.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KCrash.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KDAV.pri \
+ /usr/lib/qt/mkspecs/modules/qt_kdav2.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KDBusAddons.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KDeclarative.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KDESu.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KDNSSD.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KDSoapClient.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KDSoapServer.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KEmoticons.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KFileMetaData.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KGantt.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KGAPIBlogger.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KGAPICalendar.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KGAPIContacts.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KGAPICore.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KGAPIDrive.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KGAPILatitude.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KGAPIMaps.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KGAPITasks.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KGlobalAccel.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KGuiAddons.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KHolidays.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KI18n.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KIconThemes.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KIdentityManagement.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KIdentityManagementWidgets.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KIdleTime.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KIMAP.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KIMAP2.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KIOCore.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KIOFileWidgets.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KIOGui.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KIOWidgets.pri \
+ /usr/lib/qt/mkspecs/modules/qt_Kirigami2.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KItemModels.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KItemViews.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KJobWidgets.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KMailTransport.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KMailTransportAkonadi.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KManageSieve.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KMbox.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KMime.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KNewStuff.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KNewStuffCore.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KNotifications.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KNotifyConfig.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KNTLM.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KontactInterface.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KParts.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KPeople.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KPeopleWidgets.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KPIMTextEdit.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KPty.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KRunner.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KScreen.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KService.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KSieveUi.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KSMTP.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KSyntaxHighlighting.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KTextEditor.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KTextWidgets.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KTNef.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KUnitConversion.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KUserFeedbackCore.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KUserFeedbackWidgets.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KWallet.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KWaylandClient.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KWaylandServer.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KWidgetsAddons.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KWindowSystem.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KXmlGui.pri \
+ /usr/lib/qt/mkspecs/modules/qt_Ldap.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_accessibility_support_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_bootstrap_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_concurrent.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_concurrent_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_core.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_core_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_dbus.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_dbus_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_designer.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_designer_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_designercomponents_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_devicediscovery_support_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_edid_support_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_egl_support_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_eglfs_kms_support_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_eglfsdeviceintegration_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_eventdispatcher_support_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_fb_support_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_fontdatabase_support_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_glx_support_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_gui.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_gui_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_help.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_help_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_input_support_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_kms_support_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_linuxaccessibility_support_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_location.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_location_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_multimedia.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_multimedia_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_multimediagsttools_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_multimediawidgets.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_multimediawidgets_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_network.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_network_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_networkauth.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_networkauth_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_opengl.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_opengl_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_openglextensions.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_openglextensions_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_packetprotocol_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_pdf.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_pdf_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_pdfwidgets.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_pdfwidgets_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_platformcompositor_support_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_positioning.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_positioning_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_positioningquick.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_positioningquick_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_printsupport.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_printsupport_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_qml.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_qml_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_qmldebug_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_qmldevtools_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_qmlmodels.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_qmlmodels_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_qmltest.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_qmltest_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_qmlworkerscript.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_qmlworkerscript_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_qtmultimediaquicktools_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_quick.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_quick3d.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_quick3d_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_quick3dassetimport.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_quick3dassetimport_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_quick3drender.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_quick3drender_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_quick3druntimerender.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_quick3druntimerender_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_quick3dutils.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_quick3dutils_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_quick_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_quickcontrols2.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_quickcontrols2_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_quickparticles_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_quickshapes_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_quicktemplates2.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_quicktemplates2_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_quickwidgets.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_quickwidgets_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_script.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_script_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_scripttools.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_scripttools_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_sensors.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_sensors_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_serialport.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_serialport_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_service_support_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_sql.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_sql_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_svg.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_svg_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_testlib.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_testlib_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_texttospeech.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_texttospeech_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_theme_support_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_uiplugin.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_uitools.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_uitools_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_vulkan_support_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_waylandclient.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_waylandclient_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_waylandcompositor.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_waylandcompositor_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_webchannel.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_webchannel_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_webengine.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_webengine_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_webenginecore.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_webenginecore_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_webenginecoreheaders_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_webenginewidgets.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_webenginewidgets_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_webkit.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_webkit_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_webkitwidgets.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_webkitwidgets_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_websockets.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_websockets_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_widgets.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_widgets_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_x11extras.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_x11extras_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_xcb_qpa_lib_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_xkbcommon_support_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_xml.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_xml_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_xmlpatterns.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_xmlpatterns_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_Libkdepim.pri \
+ /usr/lib/qt/mkspecs/modules/qt_Libkleo.pri \
+ /usr/lib/qt/mkspecs/modules/qt_MailCommon.pri \
+ /usr/lib/qt/mkspecs/modules/qt_MailImporter.pri \
+ /usr/lib/qt/mkspecs/modules/qt_MailImporterAkonadi.pri \
+ /usr/lib/qt/mkspecs/modules/qt_Marble.pri \
+ /usr/lib/qt/mkspecs/modules/qt_MessageComposer.pri \
+ /usr/lib/qt/mkspecs/modules/qt_MessageCore.pri \
+ /usr/lib/qt/mkspecs/modules/qt_MessageList.pri \
+ /usr/lib/qt/mkspecs/modules/qt_MessageViewer.pri \
+ /usr/lib/qt/mkspecs/modules/qt_phonon4qt5.pri \
+ /usr/lib/qt/mkspecs/modules/qt_PimCommon.pri \
+ /usr/lib/qt/mkspecs/modules/qt_PimCommonAkonadi.pri \
+ /usr/lib/qt/mkspecs/modules/qt_Prison.pri \
+ /usr/lib/qt/mkspecs/modules/qt_Qt5Keychain.pri \
+ /usr/lib/qt/mkspecs/modules/qt_QuickAddons.pri \
+ /usr/lib/qt/mkspecs/modules/qt_Solid.pri \
+ /usr/lib/qt/mkspecs/modules/qt_SonnetCore.pri \
+ /usr/lib/qt/mkspecs/modules/qt_SonnetUi.pri \
+ /usr/lib/qt/mkspecs/modules/qt_Syndication.pri \
+ /usr/lib/qt/mkspecs/modules/qt_TemplateParser.pri \
+ /usr/lib/qt/mkspecs/modules/qt_ThreadWeaver.pri \
+ /usr/lib/qt/mkspecs/modules/qt_WebEngineViewer.pri \
+ /usr/lib/qt/mkspecs/features/qt_functions.prf \
+ /usr/lib/qt/mkspecs/features/qt_config.prf \
+ /usr/lib/qt/mkspecs/linux-g++/qmake.conf \
+ /usr/lib/qt/mkspecs/features/spec_post.prf \
+ ../AeroColorMixer/.qmake.stash \
+ /usr/lib/qt/mkspecs/features/exclusive_builds.prf \
+ /usr/lib/qt/mkspecs/features/toolchain.prf \
+ /usr/lib/qt/mkspecs/features/default_pre.prf \
+ /usr/lib/qt/mkspecs/features/resolve_config.prf \
+ /usr/lib/qt/mkspecs/features/default_post.prf \
+ /usr/lib/qt/mkspecs/features/qml_debug.prf \
+ /usr/lib/qt/mkspecs/features/ltcg.prf \
+ /usr/lib/qt/mkspecs/features/warn_on.prf \
+ /usr/lib/qt/mkspecs/features/qt.prf \
+ /usr/lib/qt/mkspecs/features/resources_functions.prf \
+ /usr/lib/qt/mkspecs/features/resources.prf \
+ /usr/lib/qt/mkspecs/features/moc.prf \
+ /usr/lib/qt/mkspecs/features/link_ltcg.prf \
+ /usr/lib/qt/mkspecs/features/unix/opengl.prf \
+ /usr/lib/qt/mkspecs/features/uic.prf \
+ /usr/lib/qt/mkspecs/features/unix/thread.prf \
+ /usr/lib/qt/mkspecs/features/qmake_use.prf \
+ /usr/lib/qt/mkspecs/features/file_copies.prf \
+ /usr/lib/qt/mkspecs/features/testcase_targets.prf \
+ /usr/lib/qt/mkspecs/features/exceptions.prf \
+ /usr/lib/qt/mkspecs/features/yacc.prf \
+ /usr/lib/qt/mkspecs/features/lex.prf \
+ ../AeroColorMixer/AeroColorMixer.pro ../AeroColorMixer/colorwindow.h \
+ ../AeroColorMixer/flowlayout.h \
+ ../AeroColorMixer/mainwindow.h ../AeroColorMixer/colorwindow.cpp \
+ ../AeroColorMixer/flowlayout.cpp \
+ ../AeroColorMixer/main.cpp \
+ ../AeroColorMixer/mainwindow.cpp
+QMAKE_TARGET = AeroColorMixer
+DESTDIR =
+TARGET = AeroColorMixer
+
+
+first: all
+####### Build rules
+
+AeroColorMixer: ui_mainwindow.h $(OBJECTS)
+ $(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJCOMP) $(LIBS)
+
+Makefile: ../AeroColorMixer/AeroColorMixer.pro /usr/lib/qt/mkspecs/linux-g++/qmake.conf /usr/lib/qt/mkspecs/features/spec_pre.prf \
+ /usr/lib/qt/mkspecs/common/unix.conf \
+ /usr/lib/qt/mkspecs/common/linux.conf \
+ /usr/lib/qt/mkspecs/common/sanitize.conf \
+ /usr/lib/qt/mkspecs/common/gcc-base.conf \
+ /usr/lib/qt/mkspecs/common/gcc-base-unix.conf \
+ /usr/lib/qt/mkspecs/common/g++-base.conf \
+ /usr/lib/qt/mkspecs/common/g++-unix.conf \
+ /usr/lib/qt/mkspecs/qconfig.pri \
+ /usr/lib/qt/mkspecs/modules/qt_AkonadiAgentBase.pri \
+ /usr/lib/qt/mkspecs/modules/qt_AkonadiCalendar.pri \
+ /usr/lib/qt/mkspecs/modules/qt_AkonadiContact.pri \
+ /usr/lib/qt/mkspecs/modules/qt_AkonadiCore.pri \
+ /usr/lib/qt/mkspecs/modules/qt_AkonadiMime.pri \
+ /usr/lib/qt/mkspecs/modules/qt_AkonadiNotes.pri \
+ /usr/lib/qt/mkspecs/modules/qt_AkonadiWidgets.pri \
+ /usr/lib/qt/mkspecs/modules/qt_AkonadiXml.pri \
+ /usr/lib/qt/mkspecs/modules/qt_Attica.pri \
+ /usr/lib/qt/mkspecs/modules/qt_Baloo.pri \
+ /usr/lib/qt/mkspecs/modules/qt_BluezQt.pri \
+ /usr/lib/qt/mkspecs/modules/qt_CalendarSupport.pri \
+ /usr/lib/qt/mkspecs/modules/qt_ContactEditor.pri \
+ /usr/lib/qt/mkspecs/modules/qt_EventViews.pri \
+ /usr/lib/qt/mkspecs/modules/qt_GrantleeTheme.pri \
+ /usr/lib/qt/mkspecs/modules/qt_Gravatar.pri \
+ /usr/lib/qt/mkspecs/modules/qt_IncidenceEditor.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KActivities.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KActivitiesStats.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KArchive.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KAsync.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KAuth.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KAuthCore.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KBookmarks.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KCalendarCore.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KCalUtils.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KCddb.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KChart.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KCMUtils.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KCodecs.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KCompletion.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KConfigCore.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KConfigGui.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KConfigWidgets.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KContacts.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KCoreAddons.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KCrash.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KDAV.pri \
+ /usr/lib/qt/mkspecs/modules/qt_kdav2.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KDBusAddons.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KDeclarative.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KDESu.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KDNSSD.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KDSoapClient.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KDSoapServer.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KEmoticons.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KFileMetaData.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KGantt.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KGAPIBlogger.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KGAPICalendar.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KGAPIContacts.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KGAPICore.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KGAPIDrive.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KGAPILatitude.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KGAPIMaps.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KGAPITasks.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KGlobalAccel.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KGuiAddons.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KHolidays.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KI18n.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KIconThemes.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KIdentityManagement.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KIdentityManagementWidgets.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KIdleTime.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KIMAP.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KIMAP2.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KIOCore.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KIOFileWidgets.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KIOGui.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KIOWidgets.pri \
+ /usr/lib/qt/mkspecs/modules/qt_Kirigami2.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KItemModels.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KItemViews.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KJobWidgets.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KMailTransport.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KMailTransportAkonadi.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KManageSieve.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KMbox.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KMime.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KNewStuff.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KNewStuffCore.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KNotifications.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KNotifyConfig.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KNTLM.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KontactInterface.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KParts.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KPeople.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KPeopleWidgets.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KPIMTextEdit.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KPty.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KRunner.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KScreen.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KService.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KSieveUi.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KSMTP.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KSyntaxHighlighting.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KTextEditor.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KTextWidgets.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KTNef.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KUnitConversion.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KUserFeedbackCore.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KUserFeedbackWidgets.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KWallet.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KWaylandClient.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KWaylandServer.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KWidgetsAddons.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KWindowSystem.pri \
+ /usr/lib/qt/mkspecs/modules/qt_KXmlGui.pri \
+ /usr/lib/qt/mkspecs/modules/qt_Ldap.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_accessibility_support_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_bootstrap_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_concurrent.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_concurrent_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_core.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_core_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_dbus.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_dbus_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_designer.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_designer_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_designercomponents_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_devicediscovery_support_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_edid_support_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_egl_support_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_eglfs_kms_support_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_eglfsdeviceintegration_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_eventdispatcher_support_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_fb_support_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_fontdatabase_support_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_glx_support_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_gui.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_gui_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_help.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_help_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_input_support_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_kms_support_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_linuxaccessibility_support_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_location.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_location_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_multimedia.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_multimedia_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_multimediagsttools_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_multimediawidgets.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_multimediawidgets_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_network.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_network_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_networkauth.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_networkauth_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_opengl.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_opengl_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_openglextensions.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_openglextensions_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_packetprotocol_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_pdf.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_pdf_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_pdfwidgets.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_pdfwidgets_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_platformcompositor_support_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_positioning.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_positioning_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_positioningquick.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_positioningquick_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_printsupport.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_printsupport_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_qml.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_qml_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_qmldebug_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_qmldevtools_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_qmlmodels.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_qmlmodels_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_qmltest.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_qmltest_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_qmlworkerscript.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_qmlworkerscript_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_qtmultimediaquicktools_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_quick.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_quick3d.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_quick3d_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_quick3dassetimport.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_quick3dassetimport_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_quick3drender.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_quick3drender_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_quick3druntimerender.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_quick3druntimerender_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_quick3dutils.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_quick3dutils_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_quick_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_quickcontrols2.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_quickcontrols2_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_quickparticles_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_quickshapes_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_quicktemplates2.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_quicktemplates2_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_quickwidgets.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_quickwidgets_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_script.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_script_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_scripttools.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_scripttools_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_sensors.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_sensors_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_serialport.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_serialport_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_service_support_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_sql.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_sql_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_svg.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_svg_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_testlib.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_testlib_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_texttospeech.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_texttospeech_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_theme_support_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_uiplugin.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_uitools.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_uitools_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_vulkan_support_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_waylandclient.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_waylandclient_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_waylandcompositor.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_waylandcompositor_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_webchannel.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_webchannel_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_webengine.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_webengine_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_webenginecore.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_webenginecore_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_webenginecoreheaders_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_webenginewidgets.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_webenginewidgets_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_webkit.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_webkit_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_webkitwidgets.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_webkitwidgets_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_websockets.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_websockets_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_widgets.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_widgets_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_x11extras.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_x11extras_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_xcb_qpa_lib_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_xkbcommon_support_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_xml.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_xml_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_xmlpatterns.pri \
+ /usr/lib/qt/mkspecs/modules/qt_lib_xmlpatterns_private.pri \
+ /usr/lib/qt/mkspecs/modules/qt_Libkdepim.pri \
+ /usr/lib/qt/mkspecs/modules/qt_Libkleo.pri \
+ /usr/lib/qt/mkspecs/modules/qt_MailCommon.pri \
+ /usr/lib/qt/mkspecs/modules/qt_MailImporter.pri \
+ /usr/lib/qt/mkspecs/modules/qt_MailImporterAkonadi.pri \
+ /usr/lib/qt/mkspecs/modules/qt_Marble.pri \
+ /usr/lib/qt/mkspecs/modules/qt_MessageComposer.pri \
+ /usr/lib/qt/mkspecs/modules/qt_MessageCore.pri \
+ /usr/lib/qt/mkspecs/modules/qt_MessageList.pri \
+ /usr/lib/qt/mkspecs/modules/qt_MessageViewer.pri \
+ /usr/lib/qt/mkspecs/modules/qt_phonon4qt5.pri \
+ /usr/lib/qt/mkspecs/modules/qt_PimCommon.pri \
+ /usr/lib/qt/mkspecs/modules/qt_PimCommonAkonadi.pri \
+ /usr/lib/qt/mkspecs/modules/qt_Prison.pri \
+ /usr/lib/qt/mkspecs/modules/qt_Qt5Keychain.pri \
+ /usr/lib/qt/mkspecs/modules/qt_QuickAddons.pri \
+ /usr/lib/qt/mkspecs/modules/qt_Solid.pri \
+ /usr/lib/qt/mkspecs/modules/qt_SonnetCore.pri \
+ /usr/lib/qt/mkspecs/modules/qt_SonnetUi.pri \
+ /usr/lib/qt/mkspecs/modules/qt_Syndication.pri \
+ /usr/lib/qt/mkspecs/modules/qt_TemplateParser.pri \
+ /usr/lib/qt/mkspecs/modules/qt_ThreadWeaver.pri \
+ /usr/lib/qt/mkspecs/modules/qt_WebEngineViewer.pri \
+ /usr/lib/qt/mkspecs/features/qt_functions.prf \
+ /usr/lib/qt/mkspecs/features/qt_config.prf \
+ /usr/lib/qt/mkspecs/linux-g++/qmake.conf \
+ /usr/lib/qt/mkspecs/features/spec_post.prf \
+ .qmake.stash \
+ /usr/lib/qt/mkspecs/features/exclusive_builds.prf \
+ /usr/lib/qt/mkspecs/features/toolchain.prf \
+ /usr/lib/qt/mkspecs/features/default_pre.prf \
+ /usr/lib/qt/mkspecs/features/resolve_config.prf \
+ /usr/lib/qt/mkspecs/features/default_post.prf \
+ /usr/lib/qt/mkspecs/features/qml_debug.prf \
+ /usr/lib/qt/mkspecs/features/ltcg.prf \
+ /usr/lib/qt/mkspecs/features/warn_on.prf \
+ /usr/lib/qt/mkspecs/features/qt.prf \
+ /usr/lib/qt/mkspecs/features/resources_functions.prf \
+ /usr/lib/qt/mkspecs/features/resources.prf \
+ /usr/lib/qt/mkspecs/features/moc.prf \
+ /usr/lib/qt/mkspecs/features/link_ltcg.prf \
+ /usr/lib/qt/mkspecs/features/unix/opengl.prf \
+ /usr/lib/qt/mkspecs/features/uic.prf \
+ /usr/lib/qt/mkspecs/features/unix/thread.prf \
+ /usr/lib/qt/mkspecs/features/qmake_use.prf \
+ /usr/lib/qt/mkspecs/features/file_copies.prf \
+ /usr/lib/qt/mkspecs/features/testcase_targets.prf \
+ /usr/lib/qt/mkspecs/features/exceptions.prf \
+ /usr/lib/qt/mkspecs/features/yacc.prf \
+ /usr/lib/qt/mkspecs/features/lex.prf \
+ ../AeroColorMixer/AeroColorMixer.pro
+ $(QMAKE) -o Makefile ../AeroColorMixer/AeroColorMixer.pro -spec linux-g++ CONFIG+=debug CONFIG+=qml_debug
+/usr/lib/qt/mkspecs/features/spec_pre.prf:
+/usr/lib/qt/mkspecs/common/unix.conf:
+/usr/lib/qt/mkspecs/common/linux.conf:
+/usr/lib/qt/mkspecs/common/sanitize.conf:
+/usr/lib/qt/mkspecs/common/gcc-base.conf:
+/usr/lib/qt/mkspecs/common/gcc-base-unix.conf:
+/usr/lib/qt/mkspecs/common/g++-base.conf:
+/usr/lib/qt/mkspecs/common/g++-unix.conf:
+/usr/lib/qt/mkspecs/qconfig.pri:
+/usr/lib/qt/mkspecs/modules/qt_AkonadiAgentBase.pri:
+/usr/lib/qt/mkspecs/modules/qt_AkonadiCalendar.pri:
+/usr/lib/qt/mkspecs/modules/qt_AkonadiContact.pri:
+/usr/lib/qt/mkspecs/modules/qt_AkonadiCore.pri:
+/usr/lib/qt/mkspecs/modules/qt_AkonadiMime.pri:
+/usr/lib/qt/mkspecs/modules/qt_AkonadiNotes.pri:
+/usr/lib/qt/mkspecs/modules/qt_AkonadiWidgets.pri:
+/usr/lib/qt/mkspecs/modules/qt_AkonadiXml.pri:
+/usr/lib/qt/mkspecs/modules/qt_Attica.pri:
+/usr/lib/qt/mkspecs/modules/qt_Baloo.pri:
+/usr/lib/qt/mkspecs/modules/qt_BluezQt.pri:
+/usr/lib/qt/mkspecs/modules/qt_CalendarSupport.pri:
+/usr/lib/qt/mkspecs/modules/qt_ContactEditor.pri:
+/usr/lib/qt/mkspecs/modules/qt_EventViews.pri:
+/usr/lib/qt/mkspecs/modules/qt_GrantleeTheme.pri:
+/usr/lib/qt/mkspecs/modules/qt_Gravatar.pri:
+/usr/lib/qt/mkspecs/modules/qt_IncidenceEditor.pri:
+/usr/lib/qt/mkspecs/modules/qt_KActivities.pri:
+/usr/lib/qt/mkspecs/modules/qt_KActivitiesStats.pri:
+/usr/lib/qt/mkspecs/modules/qt_KArchive.pri:
+/usr/lib/qt/mkspecs/modules/qt_KAsync.pri:
+/usr/lib/qt/mkspecs/modules/qt_KAuth.pri:
+/usr/lib/qt/mkspecs/modules/qt_KAuthCore.pri:
+/usr/lib/qt/mkspecs/modules/qt_KBookmarks.pri:
+/usr/lib/qt/mkspecs/modules/qt_KCalendarCore.pri:
+/usr/lib/qt/mkspecs/modules/qt_KCalUtils.pri:
+/usr/lib/qt/mkspecs/modules/qt_KCddb.pri:
+/usr/lib/qt/mkspecs/modules/qt_KChart.pri:
+/usr/lib/qt/mkspecs/modules/qt_KCMUtils.pri:
+/usr/lib/qt/mkspecs/modules/qt_KCodecs.pri:
+/usr/lib/qt/mkspecs/modules/qt_KCompletion.pri:
+/usr/lib/qt/mkspecs/modules/qt_KConfigCore.pri:
+/usr/lib/qt/mkspecs/modules/qt_KConfigGui.pri:
+/usr/lib/qt/mkspecs/modules/qt_KConfigWidgets.pri:
+/usr/lib/qt/mkspecs/modules/qt_KContacts.pri:
+/usr/lib/qt/mkspecs/modules/qt_KCoreAddons.pri:
+/usr/lib/qt/mkspecs/modules/qt_KCrash.pri:
+/usr/lib/qt/mkspecs/modules/qt_KDAV.pri:
+/usr/lib/qt/mkspecs/modules/qt_kdav2.pri:
+/usr/lib/qt/mkspecs/modules/qt_KDBusAddons.pri:
+/usr/lib/qt/mkspecs/modules/qt_KDeclarative.pri:
+/usr/lib/qt/mkspecs/modules/qt_KDESu.pri:
+/usr/lib/qt/mkspecs/modules/qt_KDNSSD.pri:
+/usr/lib/qt/mkspecs/modules/qt_KDSoapClient.pri:
+/usr/lib/qt/mkspecs/modules/qt_KDSoapServer.pri:
+/usr/lib/qt/mkspecs/modules/qt_KEmoticons.pri:
+/usr/lib/qt/mkspecs/modules/qt_KFileMetaData.pri:
+/usr/lib/qt/mkspecs/modules/qt_KGantt.pri:
+/usr/lib/qt/mkspecs/modules/qt_KGAPIBlogger.pri:
+/usr/lib/qt/mkspecs/modules/qt_KGAPICalendar.pri:
+/usr/lib/qt/mkspecs/modules/qt_KGAPIContacts.pri:
+/usr/lib/qt/mkspecs/modules/qt_KGAPICore.pri:
+/usr/lib/qt/mkspecs/modules/qt_KGAPIDrive.pri:
+/usr/lib/qt/mkspecs/modules/qt_KGAPILatitude.pri:
+/usr/lib/qt/mkspecs/modules/qt_KGAPIMaps.pri:
+/usr/lib/qt/mkspecs/modules/qt_KGAPITasks.pri:
+/usr/lib/qt/mkspecs/modules/qt_KGlobalAccel.pri:
+/usr/lib/qt/mkspecs/modules/qt_KGuiAddons.pri:
+/usr/lib/qt/mkspecs/modules/qt_KHolidays.pri:
+/usr/lib/qt/mkspecs/modules/qt_KI18n.pri:
+/usr/lib/qt/mkspecs/modules/qt_KIconThemes.pri:
+/usr/lib/qt/mkspecs/modules/qt_KIdentityManagement.pri:
+/usr/lib/qt/mkspecs/modules/qt_KIdentityManagementWidgets.pri:
+/usr/lib/qt/mkspecs/modules/qt_KIdleTime.pri:
+/usr/lib/qt/mkspecs/modules/qt_KIMAP.pri:
+/usr/lib/qt/mkspecs/modules/qt_KIMAP2.pri:
+/usr/lib/qt/mkspecs/modules/qt_KIOCore.pri:
+/usr/lib/qt/mkspecs/modules/qt_KIOFileWidgets.pri:
+/usr/lib/qt/mkspecs/modules/qt_KIOGui.pri:
+/usr/lib/qt/mkspecs/modules/qt_KIOWidgets.pri:
+/usr/lib/qt/mkspecs/modules/qt_Kirigami2.pri:
+/usr/lib/qt/mkspecs/modules/qt_KItemModels.pri:
+/usr/lib/qt/mkspecs/modules/qt_KItemViews.pri:
+/usr/lib/qt/mkspecs/modules/qt_KJobWidgets.pri:
+/usr/lib/qt/mkspecs/modules/qt_KMailTransport.pri:
+/usr/lib/qt/mkspecs/modules/qt_KMailTransportAkonadi.pri:
+/usr/lib/qt/mkspecs/modules/qt_KManageSieve.pri:
+/usr/lib/qt/mkspecs/modules/qt_KMbox.pri:
+/usr/lib/qt/mkspecs/modules/qt_KMime.pri:
+/usr/lib/qt/mkspecs/modules/qt_KNewStuff.pri:
+/usr/lib/qt/mkspecs/modules/qt_KNewStuffCore.pri:
+/usr/lib/qt/mkspecs/modules/qt_KNotifications.pri:
+/usr/lib/qt/mkspecs/modules/qt_KNotifyConfig.pri:
+/usr/lib/qt/mkspecs/modules/qt_KNTLM.pri:
+/usr/lib/qt/mkspecs/modules/qt_KontactInterface.pri:
+/usr/lib/qt/mkspecs/modules/qt_KParts.pri:
+/usr/lib/qt/mkspecs/modules/qt_KPeople.pri:
+/usr/lib/qt/mkspecs/modules/qt_KPeopleWidgets.pri:
+/usr/lib/qt/mkspecs/modules/qt_KPIMTextEdit.pri:
+/usr/lib/qt/mkspecs/modules/qt_KPty.pri:
+/usr/lib/qt/mkspecs/modules/qt_KRunner.pri:
+/usr/lib/qt/mkspecs/modules/qt_KScreen.pri:
+/usr/lib/qt/mkspecs/modules/qt_KService.pri:
+/usr/lib/qt/mkspecs/modules/qt_KSieveUi.pri:
+/usr/lib/qt/mkspecs/modules/qt_KSMTP.pri:
+/usr/lib/qt/mkspecs/modules/qt_KSyntaxHighlighting.pri:
+/usr/lib/qt/mkspecs/modules/qt_KTextEditor.pri:
+/usr/lib/qt/mkspecs/modules/qt_KTextWidgets.pri:
+/usr/lib/qt/mkspecs/modules/qt_KTNef.pri:
+/usr/lib/qt/mkspecs/modules/qt_KUnitConversion.pri:
+/usr/lib/qt/mkspecs/modules/qt_KUserFeedbackCore.pri:
+/usr/lib/qt/mkspecs/modules/qt_KUserFeedbackWidgets.pri:
+/usr/lib/qt/mkspecs/modules/qt_KWallet.pri:
+/usr/lib/qt/mkspecs/modules/qt_KWaylandClient.pri:
+/usr/lib/qt/mkspecs/modules/qt_KWaylandServer.pri:
+/usr/lib/qt/mkspecs/modules/qt_KWidgetsAddons.pri:
+/usr/lib/qt/mkspecs/modules/qt_KWindowSystem.pri:
+/usr/lib/qt/mkspecs/modules/qt_KXmlGui.pri:
+/usr/lib/qt/mkspecs/modules/qt_Ldap.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_accessibility_support_private.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_bootstrap_private.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_concurrent.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_concurrent_private.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_core.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_core_private.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_dbus.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_dbus_private.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_designer.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_designer_private.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_designercomponents_private.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_devicediscovery_support_private.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_edid_support_private.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_egl_support_private.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_eglfs_kms_support_private.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_eglfsdeviceintegration_private.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_eventdispatcher_support_private.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_fb_support_private.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_fontdatabase_support_private.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_glx_support_private.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_gui.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_gui_private.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_help.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_help_private.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_input_support_private.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_kms_support_private.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_linuxaccessibility_support_private.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_location.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_location_private.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_multimedia.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_multimedia_private.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_multimediagsttools_private.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_multimediawidgets.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_multimediawidgets_private.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_network.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_network_private.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_networkauth.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_networkauth_private.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_opengl.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_opengl_private.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_openglextensions.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_openglextensions_private.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_packetprotocol_private.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_pdf.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_pdf_private.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_pdfwidgets.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_pdfwidgets_private.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_platformcompositor_support_private.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_positioning.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_positioning_private.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_positioningquick.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_positioningquick_private.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_printsupport.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_printsupport_private.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_qml.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_qml_private.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_qmldebug_private.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_qmldevtools_private.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_qmlmodels.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_qmlmodels_private.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_qmltest.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_qmltest_private.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_qmlworkerscript.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_qmlworkerscript_private.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_qtmultimediaquicktools_private.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_quick.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_quick3d.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_quick3d_private.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_quick3dassetimport.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_quick3dassetimport_private.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_quick3drender.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_quick3drender_private.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_quick3druntimerender.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_quick3druntimerender_private.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_quick3dutils.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_quick3dutils_private.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_quick_private.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_quickcontrols2.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_quickcontrols2_private.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_quickparticles_private.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_quickshapes_private.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_quicktemplates2.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_quicktemplates2_private.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_quickwidgets.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_quickwidgets_private.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_script.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_script_private.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_scripttools.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_scripttools_private.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_sensors.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_sensors_private.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_serialport.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_serialport_private.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_service_support_private.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_sql.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_sql_private.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_svg.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_svg_private.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_testlib.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_testlib_private.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_texttospeech.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_texttospeech_private.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_theme_support_private.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_uiplugin.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_uitools.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_uitools_private.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_vulkan_support_private.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_waylandclient.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_waylandclient_private.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_waylandcompositor.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_waylandcompositor_private.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_webchannel.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_webchannel_private.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_webengine.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_webengine_private.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_webenginecore.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_webenginecore_private.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_webenginecoreheaders_private.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_webenginewidgets.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_webenginewidgets_private.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_webkit.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_webkit_private.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_webkitwidgets.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_webkitwidgets_private.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_websockets.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_websockets_private.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_widgets.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_widgets_private.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_x11extras.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_x11extras_private.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_xcb_qpa_lib_private.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_xkbcommon_support_private.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_xml.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_xml_private.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_xmlpatterns.pri:
+/usr/lib/qt/mkspecs/modules/qt_lib_xmlpatterns_private.pri:
+/usr/lib/qt/mkspecs/modules/qt_Libkdepim.pri:
+/usr/lib/qt/mkspecs/modules/qt_Libkleo.pri:
+/usr/lib/qt/mkspecs/modules/qt_MailCommon.pri:
+/usr/lib/qt/mkspecs/modules/qt_MailImporter.pri:
+/usr/lib/qt/mkspecs/modules/qt_MailImporterAkonadi.pri:
+/usr/lib/qt/mkspecs/modules/qt_Marble.pri:
+/usr/lib/qt/mkspecs/modules/qt_MessageComposer.pri:
+/usr/lib/qt/mkspecs/modules/qt_MessageCore.pri:
+/usr/lib/qt/mkspecs/modules/qt_MessageList.pri:
+/usr/lib/qt/mkspecs/modules/qt_MessageViewer.pri:
+/usr/lib/qt/mkspecs/modules/qt_phonon4qt5.pri:
+/usr/lib/qt/mkspecs/modules/qt_PimCommon.pri:
+/usr/lib/qt/mkspecs/modules/qt_PimCommonAkonadi.pri:
+/usr/lib/qt/mkspecs/modules/qt_Prison.pri:
+/usr/lib/qt/mkspecs/modules/qt_Qt5Keychain.pri:
+/usr/lib/qt/mkspecs/modules/qt_QuickAddons.pri:
+/usr/lib/qt/mkspecs/modules/qt_Solid.pri:
+/usr/lib/qt/mkspecs/modules/qt_SonnetCore.pri:
+/usr/lib/qt/mkspecs/modules/qt_SonnetUi.pri:
+/usr/lib/qt/mkspecs/modules/qt_Syndication.pri:
+/usr/lib/qt/mkspecs/modules/qt_TemplateParser.pri:
+/usr/lib/qt/mkspecs/modules/qt_ThreadWeaver.pri:
+/usr/lib/qt/mkspecs/modules/qt_WebEngineViewer.pri:
+/usr/lib/qt/mkspecs/features/qt_functions.prf:
+/usr/lib/qt/mkspecs/features/qt_config.prf:
+/usr/lib/qt/mkspecs/linux-g++/qmake.conf:
+/usr/lib/qt/mkspecs/features/spec_post.prf:
+.qmake.stash:
+/usr/lib/qt/mkspecs/features/exclusive_builds.prf:
+/usr/lib/qt/mkspecs/features/toolchain.prf:
+/usr/lib/qt/mkspecs/features/default_pre.prf:
+/usr/lib/qt/mkspecs/features/resolve_config.prf:
+/usr/lib/qt/mkspecs/features/default_post.prf:
+/usr/lib/qt/mkspecs/features/qml_debug.prf:
+/usr/lib/qt/mkspecs/features/ltcg.prf:
+/usr/lib/qt/mkspecs/features/warn_on.prf:
+/usr/lib/qt/mkspecs/features/qt.prf:
+/usr/lib/qt/mkspecs/features/resources_functions.prf:
+/usr/lib/qt/mkspecs/features/resources.prf:
+/usr/lib/qt/mkspecs/features/moc.prf:
+/usr/lib/qt/mkspecs/features/link_ltcg.prf:
+/usr/lib/qt/mkspecs/features/unix/opengl.prf:
+/usr/lib/qt/mkspecs/features/uic.prf:
+/usr/lib/qt/mkspecs/features/unix/thread.prf:
+/usr/lib/qt/mkspecs/features/qmake_use.prf:
+/usr/lib/qt/mkspecs/features/file_copies.prf:
+/usr/lib/qt/mkspecs/features/testcase_targets.prf:
+/usr/lib/qt/mkspecs/features/exceptions.prf:
+/usr/lib/qt/mkspecs/features/yacc.prf:
+/usr/lib/qt/mkspecs/features/lex.prf:
+../AeroColorMixer/AeroColorMixer.pro:
+qmake: FORCE
+ @$(QMAKE) -o Makefile ../AeroColorMixer/AeroColorMixer.pro -spec linux-g++ CONFIG+=debug CONFIG+=qml_debug
+
+qmake_all: FORCE
+
+
+all: Makefile AeroColorMixer
+
+dist: distdir FORCE
+ (cd `dirname $(DISTDIR)` && $(TAR) $(DISTNAME).tar $(DISTNAME) && $(COMPRESS) $(DISTNAME).tar) && $(MOVE) `dirname $(DISTDIR)`/$(DISTNAME).tar.gz . && $(DEL_FILE) -r $(DISTDIR)
+
+distdir: FORCE
+ @test -d $(DISTDIR) || mkdir -p $(DISTDIR)
+ $(COPY_FILE) --parents $(DIST) $(DISTDIR)/
+ $(COPY_FILE) --parents /usr/lib/qt/mkspecs/features/data/dummy.cpp $(DISTDIR)/
+ $(COPY_FILE) --parents ../AeroColorMixer/colorwindow.h ../AeroColorMixer/flowlayout.h ../AeroColorMixer/mainwindow.h $(DISTDIR)/
+ $(COPY_FILE) --parents ../AeroColorMixer/colorwindow.cpp ../AeroColorMixer/flowlayout.cpp ../AeroColorMixer/main.cpp ../AeroColorMixer/mainwindow.cpp $(DISTDIR)/
+ $(COPY_FILE) --parents ../AeroColorMixer/mainwindow.ui $(DISTDIR)/
+
+
+clean: compiler_clean
+ -$(DEL_FILE) $(OBJECTS)
+ -$(DEL_FILE) *~ core *.core
+
+
+distclean: clean
+ -$(DEL_FILE) $(TARGET)
+ -$(DEL_FILE) .qmake.stash
+ -$(DEL_FILE) Makefile
+
+
+####### Sub-libraries
+
+mocclean: compiler_moc_header_clean compiler_moc_objc_header_clean compiler_moc_source_clean
+
+mocables: compiler_moc_header_make_all compiler_moc_objc_header_make_all compiler_moc_source_make_all
+
+check: first
+
+benchmark: first
+
+compiler_rcc_make_all:
+compiler_rcc_clean:
+compiler_moc_predefs_make_all: moc_predefs.h
+compiler_moc_predefs_clean:
+ -$(DEL_FILE) moc_predefs.h
+moc_predefs.h: /usr/lib/qt/mkspecs/features/data/dummy.cpp
+ g++ -pipe -g -std=gnu++11 -Wall -Wextra -dM -E -o moc_predefs.h /usr/lib/qt/mkspecs/features/data/dummy.cpp
+
+compiler_moc_header_make_all: moc_mainwindow.cpp
+compiler_moc_header_clean:
+ -$(DEL_FILE) moc_mainwindow.cpp
+moc_mainwindow.cpp: ../AeroColorMixer/mainwindow.h \
+ ../AeroColorMixer/flowlayout.h \
+ ../AeroColorMixer/colorwindow.h \
+ moc_predefs.h \
+ /usr/bin/moc
+ /usr/bin/moc $(DEFINES) --include /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/qt_projects/build-AeroColorMixer-Desktop-Debug/moc_predefs.h -I/usr/lib/qt/mkspecs/linux-g++ -I/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/qt_projects/AeroColorMixer -I/usr/include/KF5 -I/usr/include/KF5/KWindowSystem -I/usr/include/qt -I/usr/include/qt/QtWidgets -I/usr/include/qt/QtGui -I/usr/include/qt/QtCore -I. -I/usr/include/c++/11.1.0 -I/usr/include/c++/11.1.0/x86_64-pc-linux-gnu -I/usr/include/c++/11.1.0/backward -I/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include -I/usr/local/include -I/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include-fixed -I/usr/include ../AeroColorMixer/mainwindow.h -o moc_mainwindow.cpp
+
+compiler_moc_objc_header_make_all:
+compiler_moc_objc_header_clean:
+compiler_moc_source_make_all:
+compiler_moc_source_clean:
+compiler_uic_make_all: ui_mainwindow.h
+compiler_uic_clean:
+ -$(DEL_FILE) ui_mainwindow.h
+ui_mainwindow.h: ../AeroColorMixer/mainwindow.ui \
+ /usr/bin/uic
+ /usr/bin/uic ../AeroColorMixer/mainwindow.ui -o ui_mainwindow.h
+
+compiler_yacc_decl_make_all:
+compiler_yacc_decl_clean:
+compiler_yacc_impl_make_all:
+compiler_yacc_impl_clean:
+compiler_lex_make_all:
+compiler_lex_clean:
+compiler_clean: compiler_moc_predefs_clean compiler_moc_header_clean compiler_uic_clean
+
+####### Compile
+
+colorwindow.o: ../AeroColorMixer/colorwindow.cpp ../AeroColorMixer/colorwindow.h
+ $(CXX) -c $(CXXFLAGS) $(INCPATH) -o colorwindow.o ../AeroColorMixer/colorwindow.cpp
+
+flowlayout.o: ../AeroColorMixer/flowlayout.cpp ../AeroColorMixer/flowlayout.h
+ $(CXX) -c $(CXXFLAGS) $(INCPATH) -o flowlayout.o ../AeroColorMixer/flowlayout.cpp
+
+main.o: ../AeroColorMixer/main.cpp ../AeroColorMixer/mainwindow.h \
+ ../AeroColorMixer/flowlayout.h \
+ ../AeroColorMixer/colorwindow.h
+ $(CXX) -c $(CXXFLAGS) $(INCPATH) -o main.o ../AeroColorMixer/main.cpp
+
+mainwindow.o: ../AeroColorMixer/mainwindow.cpp ../AeroColorMixer/mainwindow.h \
+ ../AeroColorMixer/flowlayout.h \
+ ../AeroColorMixer/colorwindow.h \
+ ui_mainwindow.h
+ $(CXX) -c $(CXXFLAGS) $(INCPATH) -o mainwindow.o ../AeroColorMixer/mainwindow.cpp
+
+moc_mainwindow.o: moc_mainwindow.cpp
+ $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_mainwindow.o moc_mainwindow.cpp
+
+####### Install
+
+install_target: first FORCE
+ @test -d $(INSTALL_ROOT)/opt/AeroColorMixer/bin || mkdir -p $(INSTALL_ROOT)/opt/AeroColorMixer/bin
+ $(QINSTALL_PROGRAM) $(QMAKE_TARGET) $(INSTALL_ROOT)/opt/AeroColorMixer/bin/$(QMAKE_TARGET)
+
+uninstall_target: FORCE
+ -$(DEL_FILE) $(INSTALL_ROOT)/opt/AeroColorMixer/bin/$(QMAKE_TARGET)
+ -$(DEL_DIR) $(INSTALL_ROOT)/opt/AeroColorMixer/bin/
+
+
+install: install_target FORCE
+
+uninstall: uninstall_target FORCE
+
+FORCE:
+
diff --git a/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/colorwindow.o b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/colorwindow.o
new file mode 100755
index 0000000..c38c9e1
Binary files /dev/null and b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/colorwindow.o differ
diff --git a/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/flowlayout.o b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/flowlayout.o
new file mode 100755
index 0000000..8821f0a
Binary files /dev/null and b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/flowlayout.o differ
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/main.o b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/main.o
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/main.o
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/main.o
diff --git a/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/mainwindow.o b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/mainwindow.o
new file mode 100755
index 0000000..e6a0d8f
Binary files /dev/null and b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/mainwindow.o differ
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/moc_mainwindow.cpp b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/moc_mainwindow.cpp
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/moc_mainwindow.cpp
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/moc_mainwindow.cpp
diff --git a/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/moc_mainwindow.o b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/moc_mainwindow.o
new file mode 100755
index 0000000..b6d6183
Binary files /dev/null and b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/moc_mainwindow.o differ
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/moc_predefs.h b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/moc_predefs.h
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/moc_predefs.h
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/moc_predefs.h
diff --git a/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/ui_mainwindow.h b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/ui_mainwindow.h
new file mode 100755
index 0000000..a8a2eeb
--- /dev/null
+++ b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/ui_mainwindow.h
@@ -0,0 +1,413 @@
+/********************************************************************************
+** Form generated from reading UI file 'mainwindow.ui'
+**
+** Created by: Qt User Interface Compiler version 5.15.5
+**
+** WARNING! All changes made in this file will be lost when recompiling UI file!
+********************************************************************************/
+
+#ifndef UI_MAINWINDOW_H
+#define UI_MAINWINDOW_H
+
+#include
+#include
+#include
+#include
+#include
+#include
+#include
+#include
+#include
+#include
+#include
+#include
+#include
+#include
+
+QT_BEGIN_NAMESPACE
+
+class Ui_MainWindow
+{
+public:
+ QWidget *centralwidget;
+ QGridLayout *gridLayout_3;
+ QLabel *alpha_label;
+ QSpacerItem *horizontalSpacer_3;
+ QLabel *label;
+ QSpacerItem *horizontalSpacer_5;
+ QCheckBox *enableTransparency_CheckBox;
+ QFrame *frame;
+ QGridLayout *gridLayout;
+ QSpacerItem *horizontalSpacer;
+ QLabel *colorMixerLabel;
+ QGroupBox *colorMixerGroupBox;
+ QGridLayout *gridLayout_2;
+ QSpacerItem *horizontalSpacer_2;
+ QSlider *hue_Slider;
+ QLabel *label_3;
+ QLabel *label_2;
+ QSlider *saturation_Slider;
+ QLabel *label_4;
+ QSlider *Lightness_Slider;
+ QLabel *hue_label;
+ QLabel *saturation_label;
+ QLabel *brightness_label;
+ QSpacerItem *horizontalSpacer_4;
+ QSpacerItem *verticalSpacer;
+ QSlider *alpha_slider;
+ QSpacerItem *verticalSpacer_3;
+ QLabel *color_name_label;
+ QGroupBox *groupBox;
+ QWidget *widget;
+ QHBoxLayout *horizontalLayout;
+ QSpacerItem *horizontalSpacer_6;
+ QPushButton *apply_Button;
+ QPushButton *saveChanges_Button;
+ QPushButton *cancel_Button;
+
+ void setupUi(QMainWindow *MainWindow)
+ {
+ if (MainWindow->objectName().isEmpty())
+ MainWindow->setObjectName(QString::fromUtf8("MainWindow"));
+ MainWindow->resize(759, 585);
+ MainWindow->setMinimumSize(QSize(759, 585));
+ QIcon icon;
+ QString iconThemeName = QString::fromUtf8("style");
+ if (QIcon::hasThemeIcon(iconThemeName)) {
+ icon = QIcon::fromTheme(iconThemeName);
+ } else {
+ icon.addFile(QString::fromUtf8("."), QSize(), QIcon::Normal, QIcon::Off);
+ }
+ MainWindow->setWindowIcon(icon);
+ MainWindow->setStyleSheet(QString::fromUtf8(""));
+ centralwidget = new QWidget(MainWindow);
+ centralwidget->setObjectName(QString::fromUtf8("centralwidget"));
+ centralwidget->setStyleSheet(QString::fromUtf8(""));
+ gridLayout_3 = new QGridLayout(centralwidget);
+ gridLayout_3->setObjectName(QString::fromUtf8("gridLayout_3"));
+ alpha_label = new QLabel(centralwidget);
+ alpha_label->setObjectName(QString::fromUtf8("alpha_label"));
+ alpha_label->setMinimumSize(QSize(40, 0));
+ alpha_label->setMaximumSize(QSize(40, 16777215));
+
+ gridLayout_3->addWidget(alpha_label, 4, 3, 1, 1);
+
+ horizontalSpacer_3 = new QSpacerItem(40, 20, QSizePolicy::MinimumExpanding, QSizePolicy::Minimum);
+
+ gridLayout_3->addItem(horizontalSpacer_3, 4, 4, 1, 1);
+
+ label = new QLabel(centralwidget);
+ label->setObjectName(QString::fromUtf8("label"));
+ QSizePolicy sizePolicy(QSizePolicy::Maximum, QSizePolicy::Preferred);
+ sizePolicy.setHorizontalStretch(0);
+ sizePolicy.setVerticalStretch(0);
+ sizePolicy.setHeightForWidth(label->sizePolicy().hasHeightForWidth());
+ label->setSizePolicy(sizePolicy);
+ label->setMinimumSize(QSize(0, 0));
+ label->setMaximumSize(QSize(16777215, 20));
+ label->setAlignment(Qt::AlignHCenter|Qt::AlignTop);
+
+ gridLayout_3->addWidget(label, 4, 1, 1, 1);
+
+ horizontalSpacer_5 = new QSpacerItem(40, 20, QSizePolicy::Preferred, QSizePolicy::Minimum);
+
+ gridLayout_3->addItem(horizontalSpacer_5, 4, 5, 1, 1);
+
+ enableTransparency_CheckBox = new QCheckBox(centralwidget);
+ enableTransparency_CheckBox->setObjectName(QString::fromUtf8("enableTransparency_CheckBox"));
+ enableTransparency_CheckBox->setMaximumSize(QSize(16777215, 16777215));
+ enableTransparency_CheckBox->setChecked(true);
+
+ gridLayout_3->addWidget(enableTransparency_CheckBox, 2, 1, 1, 2);
+
+ frame = new QFrame(centralwidget);
+ frame->setObjectName(QString::fromUtf8("frame"));
+ QSizePolicy sizePolicy1(QSizePolicy::Preferred, QSizePolicy::MinimumExpanding);
+ sizePolicy1.setHorizontalStretch(0);
+ sizePolicy1.setVerticalStretch(0);
+ sizePolicy1.setHeightForWidth(frame->sizePolicy().hasHeightForWidth());
+ frame->setSizePolicy(sizePolicy1);
+ frame->setMaximumSize(QSize(16777215, 50));
+ frame->setFrameShape(QFrame::NoFrame);
+ frame->setFrameShadow(QFrame::Raised);
+ gridLayout = new QGridLayout(frame);
+ gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
+ horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
+
+ gridLayout->addItem(horizontalSpacer, 1, 0, 1, 1);
+
+
+ gridLayout_3->addWidget(frame, 8, 1, 1, 2);
+
+ colorMixerLabel = new QLabel(centralwidget);
+ colorMixerLabel->setObjectName(QString::fromUtf8("colorMixerLabel"));
+ QSizePolicy sizePolicy2(QSizePolicy::Preferred, QSizePolicy::Preferred);
+ sizePolicy2.setHorizontalStretch(0);
+ sizePolicy2.setVerticalStretch(0);
+ sizePolicy2.setHeightForWidth(colorMixerLabel->sizePolicy().hasHeightForWidth());
+ colorMixerLabel->setSizePolicy(sizePolicy2);
+ colorMixerLabel->setCursor(QCursor(Qt::PointingHandCursor));
+ colorMixerLabel->setTextFormat(Qt::RichText);
+ colorMixerLabel->setOpenExternalLinks(false);
+ colorMixerLabel->setTextInteractionFlags(Qt::LinksAccessibleByMouse);
+
+ gridLayout_3->addWidget(colorMixerLabel, 5, 1, 1, 2);
+
+ colorMixerGroupBox = new QGroupBox(centralwidget);
+ colorMixerGroupBox->setObjectName(QString::fromUtf8("colorMixerGroupBox"));
+ colorMixerGroupBox->setMinimumSize(QSize(0, 150));
+ colorMixerGroupBox->setFlat(true);
+ gridLayout_2 = new QGridLayout(colorMixerGroupBox);
+ gridLayout_2->setObjectName(QString::fromUtf8("gridLayout_2"));
+ gridLayout_2->setContentsMargins(0, 0, -1, -1);
+ horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
+
+ gridLayout_2->addItem(horizontalSpacer_2, 1, 4, 3, 1);
+
+ hue_Slider = new QSlider(colorMixerGroupBox);
+ hue_Slider->setObjectName(QString::fromUtf8("hue_Slider"));
+ QSizePolicy sizePolicy3(QSizePolicy::Fixed, QSizePolicy::Fixed);
+ sizePolicy3.setHorizontalStretch(0);
+ sizePolicy3.setVerticalStretch(0);
+ sizePolicy3.setHeightForWidth(hue_Slider->sizePolicy().hasHeightForWidth());
+ hue_Slider->setSizePolicy(sizePolicy3);
+ hue_Slider->setMinimumSize(QSize(259, 25));
+ hue_Slider->setMaximumSize(QSize(259, 16777215));
+ hue_Slider->setStyleSheet(QString::fromUtf8("QSlider::groove:horizontal {\n"
+" background-color: qlineargradient(x1: 0, y1: 1, x2: 1, y2: 1, stop: 0 #FF0000, stop: 0.167 #FFFF00, stop: 0.33 #00FF00, stop: 0.5 #00FFFF, stop: 0.667 #0000FF, stop: 0.833 #FF00FF, stop: 1 #FF0000);\n"
+" height: 5px;\n"
+" position: absolute;\n"
+"}\n"
+"\n"
+"QSlider::handle:horizontal {\n"
+" height: 3px;\n"
+" width: 10px;\n"
+" background: #fafafa;\n"
+" border: 1px solid #46aaab;\n"
+" margin: -6px 1px;\n"
+" /* expand outside the groove */\n"
+"\n"
+"}\n"
+"\n"
+"QSlider::handle:horizontal:hover { \n"
+" background: #dadaff;\n"
+"}"));
+ hue_Slider->setMaximum(359);
+ hue_Slider->setValue(0);
+ hue_Slider->setOrientation(Qt::Horizontal);
+
+ gridLayout_2->addWidget(hue_Slider, 1, 2, 1, 1);
+
+ label_3 = new QLabel(colorMixerGroupBox);
+ label_3->setObjectName(QString::fromUtf8("label_3"));
+ QSizePolicy sizePolicy4(QSizePolicy::Minimum, QSizePolicy::Preferred);
+ sizePolicy4.setHorizontalStretch(0);
+ sizePolicy4.setVerticalStretch(0);
+ sizePolicy4.setHeightForWidth(label_3->sizePolicy().hasHeightForWidth());
+ label_3->setSizePolicy(sizePolicy4);
+ label_3->setMinimumSize(QSize(72, 0));
+ label_3->setMaximumSize(QSize(72, 16777215));
+ label_3->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
+ label_3->setMargin(0);
+
+ gridLayout_2->addWidget(label_3, 2, 0, 1, 1);
+
+ label_2 = new QLabel(colorMixerGroupBox);
+ label_2->setObjectName(QString::fromUtf8("label_2"));
+ sizePolicy4.setHeightForWidth(label_2->sizePolicy().hasHeightForWidth());
+ label_2->setSizePolicy(sizePolicy4);
+ label_2->setMinimumSize(QSize(72, 0));
+ label_2->setMaximumSize(QSize(72, 16777215));
+ label_2->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
+ label_2->setMargin(0);
+
+ gridLayout_2->addWidget(label_2, 1, 0, 1, 1);
+
+ saturation_Slider = new QSlider(colorMixerGroupBox);
+ saturation_Slider->setObjectName(QString::fromUtf8("saturation_Slider"));
+ sizePolicy3.setHeightForWidth(saturation_Slider->sizePolicy().hasHeightForWidth());
+ saturation_Slider->setSizePolicy(sizePolicy3);
+ saturation_Slider->setMinimumSize(QSize(259, 25));
+ saturation_Slider->setMaximumSize(QSize(259, 16777215));
+ saturation_Slider->setMaximum(255);
+ saturation_Slider->setOrientation(Qt::Horizontal);
+
+ gridLayout_2->addWidget(saturation_Slider, 2, 2, 1, 1);
+
+ label_4 = new QLabel(colorMixerGroupBox);
+ label_4->setObjectName(QString::fromUtf8("label_4"));
+ sizePolicy4.setHeightForWidth(label_4->sizePolicy().hasHeightForWidth());
+ label_4->setSizePolicy(sizePolicy4);
+ label_4->setMinimumSize(QSize(72, 0));
+ label_4->setMaximumSize(QSize(72, 16777215));
+ label_4->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
+ label_4->setMargin(0);
+
+ gridLayout_2->addWidget(label_4, 3, 0, 1, 1);
+
+ Lightness_Slider = new QSlider(colorMixerGroupBox);
+ Lightness_Slider->setObjectName(QString::fromUtf8("Lightness_Slider"));
+ sizePolicy3.setHeightForWidth(Lightness_Slider->sizePolicy().hasHeightForWidth());
+ Lightness_Slider->setSizePolicy(sizePolicy3);
+ Lightness_Slider->setMinimumSize(QSize(259, 25));
+ Lightness_Slider->setMaximumSize(QSize(259, 16777215));
+ Lightness_Slider->setMaximum(255);
+ Lightness_Slider->setOrientation(Qt::Horizontal);
+
+ gridLayout_2->addWidget(Lightness_Slider, 3, 2, 1, 1);
+
+ hue_label = new QLabel(colorMixerGroupBox);
+ hue_label->setObjectName(QString::fromUtf8("hue_label"));
+ hue_label->setMinimumSize(QSize(40, 0));
+ hue_label->setMaximumSize(QSize(40, 16777215));
+
+ gridLayout_2->addWidget(hue_label, 1, 3, 1, 1);
+
+ saturation_label = new QLabel(colorMixerGroupBox);
+ saturation_label->setObjectName(QString::fromUtf8("saturation_label"));
+ saturation_label->setMinimumSize(QSize(40, 0));
+ saturation_label->setMaximumSize(QSize(40, 16777215));
+
+ gridLayout_2->addWidget(saturation_label, 2, 3, 1, 1);
+
+ brightness_label = new QLabel(colorMixerGroupBox);
+ brightness_label->setObjectName(QString::fromUtf8("brightness_label"));
+ brightness_label->setMinimumSize(QSize(40, 0));
+ brightness_label->setMaximumSize(QSize(40, 16777215));
+
+ gridLayout_2->addWidget(brightness_label, 3, 3, 1, 1);
+
+
+ gridLayout_3->addWidget(colorMixerGroupBox, 6, 1, 1, 4);
+
+ horizontalSpacer_4 = new QSpacerItem(40, 20, QSizePolicy::Preferred, QSizePolicy::Minimum);
+
+ gridLayout_3->addItem(horizontalSpacer_4, 1, 0, 1, 1);
+
+ verticalSpacer = new QSpacerItem(20, 10, QSizePolicy::Minimum, QSizePolicy::MinimumExpanding);
+
+ gridLayout_3->addItem(verticalSpacer, 7, 1, 1, 1);
+
+ alpha_slider = new QSlider(centralwidget);
+ alpha_slider->setObjectName(QString::fromUtf8("alpha_slider"));
+ QSizePolicy sizePolicy5(QSizePolicy::MinimumExpanding, QSizePolicy::Preferred);
+ sizePolicy5.setHorizontalStretch(1);
+ sizePolicy5.setVerticalStretch(0);
+ sizePolicy5.setHeightForWidth(alpha_slider->sizePolicy().hasHeightForWidth());
+ alpha_slider->setSizePolicy(sizePolicy5);
+ alpha_slider->setMinimumSize(QSize(259, 0));
+ alpha_slider->setMaximumSize(QSize(250, 16777215));
+ alpha_slider->setMaximum(255);
+ alpha_slider->setOrientation(Qt::Horizontal);
+
+ gridLayout_3->addWidget(alpha_slider, 4, 2, 1, 1);
+
+ verticalSpacer_3 = new QSpacerItem(20, 10, QSizePolicy::Minimum, QSizePolicy::Fixed);
+
+ gridLayout_3->addItem(verticalSpacer_3, 3, 1, 1, 1);
+
+ color_name_label = new QLabel(centralwidget);
+ color_name_label->setObjectName(QString::fromUtf8("color_name_label"));
+
+ gridLayout_3->addWidget(color_name_label, 1, 1, 1, 2);
+
+ groupBox = new QGroupBox(centralwidget);
+ groupBox->setObjectName(QString::fromUtf8("groupBox"));
+ QSizePolicy sizePolicy6(QSizePolicy::Preferred, QSizePolicy::Maximum);
+ sizePolicy6.setHorizontalStretch(0);
+ sizePolicy6.setVerticalStretch(0);
+ sizePolicy6.setHeightForWidth(groupBox->sizePolicy().hasHeightForWidth());
+ groupBox->setSizePolicy(sizePolicy6);
+ groupBox->setMaximumSize(QSize(16777215, 16777215));
+ QFont font;
+ font.setPointSize(12);
+ font.setBold(false);
+ font.setItalic(false);
+ groupBox->setFont(font);
+ groupBox->setAlignment(Qt::AlignCenter);
+
+ gridLayout_3->addWidget(groupBox, 0, 1, 1, 4);
+
+ widget = new QWidget(centralwidget);
+ widget->setObjectName(QString::fromUtf8("widget"));
+ sizePolicy2.setHeightForWidth(widget->sizePolicy().hasHeightForWidth());
+ widget->setSizePolicy(sizePolicy2);
+ widget->setMinimumSize(QSize(290, 0));
+ widget->setStyleSheet(QString::fromUtf8(""));
+ horizontalLayout = new QHBoxLayout(widget);
+ horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
+ horizontalSpacer_6 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
+
+ horizontalLayout->addItem(horizontalSpacer_6);
+
+ apply_Button = new QPushButton(widget);
+ apply_Button->setObjectName(QString::fromUtf8("apply_Button"));
+ sizePolicy3.setHeightForWidth(apply_Button->sizePolicy().hasHeightForWidth());
+ apply_Button->setSizePolicy(sizePolicy3);
+ apply_Button->setMinimumSize(QSize(0, 21));
+ apply_Button->setMaximumSize(QSize(16777215, 21));
+
+ horizontalLayout->addWidget(apply_Button);
+
+ saveChanges_Button = new QPushButton(widget);
+ saveChanges_Button->setObjectName(QString::fromUtf8("saveChanges_Button"));
+ sizePolicy3.setHeightForWidth(saveChanges_Button->sizePolicy().hasHeightForWidth());
+ saveChanges_Button->setSizePolicy(sizePolicy3);
+ saveChanges_Button->setMinimumSize(QSize(100, 21));
+ saveChanges_Button->setMaximumSize(QSize(100, 21));
+
+ horizontalLayout->addWidget(saveChanges_Button);
+
+ cancel_Button = new QPushButton(widget);
+ cancel_Button->setObjectName(QString::fromUtf8("cancel_Button"));
+ sizePolicy3.setHeightForWidth(cancel_Button->sizePolicy().hasHeightForWidth());
+ cancel_Button->setSizePolicy(sizePolicy3);
+ cancel_Button->setMinimumSize(QSize(0, 21));
+ cancel_Button->setMaximumSize(QSize(16777215, 21));
+
+ horizontalLayout->addWidget(cancel_Button);
+
+
+ gridLayout_3->addWidget(widget, 8, 3, 1, 3);
+
+ MainWindow->setCentralWidget(centralwidget);
+
+ retranslateUi(MainWindow);
+
+ QMetaObject::connectSlotsByName(MainWindow);
+ } // setupUi
+
+ void retranslateUi(QMainWindow *MainWindow)
+ {
+ MainWindow->setWindowTitle(QCoreApplication::translate("MainWindow", "Change the accent color of your theme", nullptr));
+ alpha_label->setText(QCoreApplication::translate("MainWindow", "TextLabel", nullptr));
+ label->setText(QCoreApplication::translate("MainWindow", "Color intensity:", nullptr));
+#if QT_CONFIG(tooltip)
+ enableTransparency_CheckBox->setToolTip(QCoreApplication::translate("MainWindow", "Enables/disables the transparency of the entire theme. \n"
+"NOTE: This setting does NOT affect compositing settings.", nullptr));
+#endif // QT_CONFIG(tooltip)
+ enableTransparency_CheckBox->setText(QCoreApplication::translate("MainWindow", "Enable transparency", nullptr));
+ colorMixerLabel->setText(QCoreApplication::translate("MainWindow", "Show color mixer", nullptr));
+ colorMixerGroupBox->setTitle(QString());
+ label_3->setText(QCoreApplication::translate("MainWindow", "Saturation:", nullptr));
+ label_2->setText(QCoreApplication::translate("MainWindow", "Hue:", nullptr));
+ label_4->setText(QCoreApplication::translate("MainWindow", "Brightness:", nullptr));
+ hue_label->setText(QCoreApplication::translate("MainWindow", "TextLabel", nullptr));
+ saturation_label->setText(QCoreApplication::translate("MainWindow", "TextLabel", nullptr));
+ brightness_label->setText(QCoreApplication::translate("MainWindow", "TextLabel", nullptr));
+ color_name_label->setText(QCoreApplication::translate("MainWindow", "Current color: Custom", nullptr));
+ groupBox->setTitle(QCoreApplication::translate("MainWindow", "Set the color of window decorations, panels, tooltips and taskbar", nullptr));
+ apply_Button->setText(QCoreApplication::translate("MainWindow", "Apply", nullptr));
+ saveChanges_Button->setText(QCoreApplication::translate("MainWindow", "Save Changes", nullptr));
+ cancel_Button->setText(QCoreApplication::translate("MainWindow", "Cancel", nullptr));
+ } // retranslateUi
+
+};
+
+namespace Ui {
+ class MainWindow: public Ui_MainWindow {};
+} // namespace Ui
+
+QT_END_NAMESPACE
+
+#endif // UI_MAINWINDOW_H
diff --git a/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/colorwindow.cpp b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/colorwindow.cpp
new file mode 100755
index 0000000..59f4fbd
--- /dev/null
+++ b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/colorwindow.cpp
@@ -0,0 +1,70 @@
+#include "colorwindow.h"
+
+ColorWindow::ColorWindow(QString str, QColor col, QWidget* wnd, int i)
+{
+ name = str;
+ color = col;
+ parent = wnd;
+ mainFrame = new QFrame(wnd);
+ mainFrame->setMaximumSize(64, 64);
+ mainFrame->setMinimumSize(64, 64);
+ layout = new QGridLayout(mainFrame);
+ layout->setContentsMargins(5, 5, 5, 5);
+ childFrame = new QPushButton(mainFrame);
+ childFrame->setText("");
+ childFrame->setMaximumSize(50, 50);
+ childFrame->setMinimumSize(50, 50);
+ childFrame->setObjectName("button_" + QString::number(i));
+ setStyle();
+ layout->addWidget(childFrame);
+ mainFrame->setToolTip(this->name);
+
+}
+
+void ColorWindow::setStyle()
+{
+ QColor desatColor = color;
+ QColor brightColor = color;
+ desatColor.setRgb(255, 255, 255);
+ brightColor.setRgb(200, 200, 200);
+ mainFrame->setStyleSheet("QFrame { background-color: " + desatColor.name(QColor::HexRgb) +
+ ";border: 1px solid black; border-radius: 3px; } QFrame:hover { background-color:" +
+ QColor(brightColor.red(), brightColor.green(), brightColor.blue()).name(QColor::HexRgb) + "; }");
+ childFrame->setStyleSheet("QPushButton { background-color: " + color.name(QColor::HexArgb) + "; border: 2px solid black; border-radius: 3px; }");
+
+}
+
+void ColorWindow::setColor(QColor c)
+{
+ color = c;
+ setStyle();
+}
+
+QString ColorWindow::getName()
+{
+ return name;
+}
+
+QColor ColorWindow::getColor()
+{
+ return color;
+}
+
+QFrame* ColorWindow::getFrame()
+{
+ return mainFrame;
+}
+
+QPushButton* ColorWindow::getButton()
+{
+ return childFrame;
+}
+
+// To prevent memory leaks.
+void ColorWindow::clear()
+{
+ QLayoutItem *child;
+ while((child = layout->takeAt(0)) != 0) delete child;
+ delete layout;
+ delete mainFrame;
+}
diff --git a/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/colorwindow.h b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/colorwindow.h
new file mode 100755
index 0000000..b31d779
--- /dev/null
+++ b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/colorwindow.h
@@ -0,0 +1,39 @@
+#ifndef COLORWINDOW_H
+#define COLORWINDOW_H
+
+#include
+#include
+#include
+#include
+#include
+#include
+#include
+#include
+
+/*
+ * This class represents the selectable colors found in the FlowLayout of the main window.
+ * They're made up of a QFrame and a QPushButton, managed by a QGridLayout. the QPushButton
+ * shows the actual color while the QFrame holding it is just there for the visuals.
+ */
+
+class ColorWindow
+{
+public:
+ explicit ColorWindow(QString, QColor, QWidget*, int);
+ void setColor(QColor);
+ QString getName();
+ QColor getColor();
+ QFrame* getFrame();
+ QPushButton* getButton();
+ void clear();
+private:
+ void setStyle();
+ QWidget* parent;
+ QString name;
+ QColor color;
+ QFrame* mainFrame;
+ QPushButton* childFrame;
+ QGridLayout* layout;
+};
+
+#endif // COLORWINDOW_H
diff --git a/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/flowlayout.cpp b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/flowlayout.cpp
new file mode 100755
index 0000000..9a48855
--- /dev/null
+++ b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/flowlayout.cpp
@@ -0,0 +1,221 @@
+/****************************************************************************
+**
+** Copyright (C) 2016 The Qt Company Ltd.
+** Contact: https://www.qt.io/licensing/
+**
+** This file is part of the examples of the Qt Toolkit.
+**
+** $QT_BEGIN_LICENSE:BSD$
+** Commercial License Usage
+** Licensees holding valid commercial Qt licenses may use this file in
+** accordance with the commercial license agreement provided with the
+** Software or, alternatively, in accordance with the terms contained in
+** a written agreement between you and The Qt Company. For licensing terms
+** and conditions see https://www.qt.io/terms-conditions. For further
+** information use the contact form at https://www.qt.io/contact-us.
+**
+** BSD License Usage
+** Alternatively, you may use this file under the terms of the BSD license
+** as follows:
+**
+** "Redistribution and use in source and binary forms, with or without
+** modification, are permitted provided that the following conditions are
+** met:
+** * Redistributions of source code must retain the above copyright
+** notice, this list of conditions and the following disclaimer.
+** * Redistributions in binary form must reproduce the above copyright
+** notice, this list of conditions and the following disclaimer in
+** the documentation and/or other materials provided with the
+** distribution.
+** * Neither the name of The Qt Company Ltd nor the names of its
+** contributors may be used to endorse or promote products derived
+** from this software without specific prior written permission.
+**
+**
+** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+** "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+** LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+** A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+** OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+** SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+** LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+** DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+** THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+** OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."
+**
+** $QT_END_LICENSE$
+**
+****************************************************************************/
+
+#include
+
+#include "flowlayout.h"
+//! [1]
+FlowLayout::FlowLayout(QWidget *parent, int margin, int hSpacing, int vSpacing)
+ : QLayout(parent), m_hSpace(hSpacing), m_vSpace(vSpacing)
+{
+ setContentsMargins(margin, margin, margin, margin);
+}
+
+FlowLayout::FlowLayout(int margin, int hSpacing, int vSpacing)
+ : m_hSpace(hSpacing), m_vSpace(vSpacing)
+{
+ setContentsMargins(margin, margin, margin, margin);
+}
+//! [1]
+
+//! [2]
+FlowLayout::~FlowLayout()
+{
+ QLayoutItem *item;
+ while ((item = takeAt(0)))
+ delete item;
+}
+//! [2]
+
+//! [3]
+void FlowLayout::addItem(QLayoutItem *item)
+{
+ itemList.append(item);
+}
+//! [3]
+
+//! [4]
+int FlowLayout::horizontalSpacing() const
+{
+ if (m_hSpace >= 0) {
+ return m_hSpace;
+ } else {
+ return smartSpacing(QStyle::PM_LayoutHorizontalSpacing);
+ }
+}
+
+int FlowLayout::verticalSpacing() const
+{
+ if (m_vSpace >= 0) {
+ return m_vSpace;
+ } else {
+ return smartSpacing(QStyle::PM_LayoutVerticalSpacing);
+ }
+}
+//! [4]
+
+//! [5]
+int FlowLayout::count() const
+{
+ return itemList.size();
+}
+
+QLayoutItem *FlowLayout::itemAt(int index) const
+{
+ return itemList.value(index);
+}
+
+QLayoutItem *FlowLayout::takeAt(int index)
+{
+ if (index >= 0 && index < itemList.size())
+ return itemList.takeAt(index);
+ return nullptr;
+}
+//! [5]
+
+//! [6]
+Qt::Orientations FlowLayout::expandingDirections() const
+{
+ return { };
+}
+//! [6]
+
+//! [7]
+bool FlowLayout::hasHeightForWidth() const
+{
+ return true;
+}
+
+int FlowLayout::heightForWidth(int width) const
+{
+ int height = doLayout(QRect(0, 0, width, 0), true);
+ return height;
+}
+//! [7]
+
+//! [8]
+void FlowLayout::setGeometry(const QRect &rect)
+{
+ QLayout::setGeometry(rect);
+ doLayout(rect, false);
+}
+
+QSize FlowLayout::sizeHint() const
+{
+ return minimumSize();
+}
+
+QSize FlowLayout::minimumSize() const
+{
+ QSize size;
+ for (const QLayoutItem *item : qAsConst(itemList))
+ size = size.expandedTo(item->minimumSize());
+
+ const QMargins margins = contentsMargins();
+ size += QSize(margins.left() + margins.right(), margins.top() + margins.bottom());
+ return size;
+}
+//! [8]
+
+//! [9]
+int FlowLayout::doLayout(const QRect &rect, bool testOnly) const
+{
+ int left, top, right, bottom;
+ getContentsMargins(&left, &top, &right, &bottom);
+ QRect effectiveRect = rect.adjusted(+left, +top, -right, -bottom);
+ int x = effectiveRect.x();
+ int y = effectiveRect.y();
+ int lineHeight = 0;
+//! [9]
+
+//! [10]
+ for (QLayoutItem *item : qAsConst(itemList)) {
+ const QWidget *wid = item->widget();
+ int spaceX = horizontalSpacing();
+ if (spaceX == -1)
+ spaceX = wid->style()->layoutSpacing(
+ QSizePolicy::PushButton, QSizePolicy::PushButton, Qt::Horizontal);
+ int spaceY = verticalSpacing();
+ if (spaceY == -1)
+ spaceY = wid->style()->layoutSpacing(
+ QSizePolicy::PushButton, QSizePolicy::PushButton, Qt::Vertical);
+//! [10]
+//! [11]
+ int nextX = x + item->sizeHint().width() + spaceX;
+ if (nextX - spaceX > effectiveRect.right() && lineHeight > 0) {
+ x = effectiveRect.x();
+ y = y + lineHeight + spaceY;
+ nextX = x + item->sizeHint().width() + spaceX;
+ lineHeight = 0;
+ }
+
+ if (!testOnly)
+ item->setGeometry(QRect(QPoint(x, y), item->sizeHint()));
+
+ x = nextX;
+ lineHeight = qMax(lineHeight, item->sizeHint().height());
+ }
+ return y + lineHeight - rect.y() + bottom;
+}
+//! [11]
+//! [12]
+int FlowLayout::smartSpacing(QStyle::PixelMetric pm) const
+{
+ QObject *parent = this->parent();
+ if (!parent) {
+ return -1;
+ } else if (parent->isWidgetType()) {
+ QWidget *pw = static_cast(parent);
+ return pw->style()->pixelMetric(pm, nullptr, pw);
+ } else {
+ return static_cast(parent)->spacing();
+ }
+}
+//! [12]
diff --git a/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/flowlayout.h b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/flowlayout.h
new file mode 100755
index 0000000..3155d5d
--- /dev/null
+++ b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/flowlayout.h
@@ -0,0 +1,88 @@
+/****************************************************************************
+**
+** Copyright (C) 2016 The Qt Company Ltd.
+** Contact: https://www.qt.io/licensing/
+**
+** This file is part of the examples of the Qt Toolkit.
+**
+** $QT_BEGIN_LICENSE:BSD$
+** Commercial License Usage
+** Licensees holding valid commercial Qt licenses may use this file in
+** accordance with the commercial license agreement provided with the
+** Software or, alternatively, in accordance with the terms contained in
+** a written agreement between you and The Qt Company. For licensing terms
+** and conditions see https://www.qt.io/terms-conditions. For further
+** information use the contact form at https://www.qt.io/contact-us.
+**
+** BSD License Usage
+** Alternatively, you may use this file under the terms of the BSD license
+** as follows:
+**
+** "Redistribution and use in source and binary forms, with or without
+** modification, are permitted provided that the following conditions are
+** met:
+** * Redistributions of source code must retain the above copyright
+** notice, this list of conditions and the following disclaimer.
+** * Redistributions in binary form must reproduce the above copyright
+** notice, this list of conditions and the following disclaimer in
+** the documentation and/or other materials provided with the
+** distribution.
+** * Neither the name of The Qt Company Ltd nor the names of its
+** contributors may be used to endorse or promote products derived
+** from this software without specific prior written permission.
+**
+**
+** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+** "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+** LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+** A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+** OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+** SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+** LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+** DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+** THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+** OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."
+**
+** $QT_END_LICENSE$
+**
+****************************************************************************/
+
+#ifndef FLOWLAYOUT_H
+#define FLOWLAYOUT_H
+
+#include
+#include
+#include
+//! [0]
+class FlowLayout : public QLayout
+{
+public:
+ explicit FlowLayout(QWidget *parent, int margin = -1, int hSpacing = -1, int vSpacing = -1);
+ explicit FlowLayout(int margin = -1, int hSpacing = -1, int vSpacing = -1);
+ ~FlowLayout();
+
+ void addItem(QLayoutItem *item) override;
+ int horizontalSpacing() const;
+ int verticalSpacing() const;
+ Qt::Orientations expandingDirections() const override;
+ bool hasHeightForWidth() const override;
+ int heightForWidth(int) const override;
+ int count() const override;
+ QLayoutItem *itemAt(int index) const override;
+ QSize minimumSize() const override;
+ void setGeometry(const QRect &rect) override;
+ QSize sizeHint() const override;
+ QLayoutItem *takeAt(int index) override;
+
+private:
+ int doLayout(const QRect &rect, bool testOnly) const;
+ int smartSpacing(QStyle::PixelMetric pm) const;
+
+ QList itemList;
+ int m_hSpace;
+ int m_vSpace;
+};
+//! [0]
+
+#endif // FLOWLAYOUT_H
diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/main.cpp b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/main.cpp
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/AeroColorMixer/main.cpp
rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/main.cpp
diff --git a/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/mainwindow.cpp b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/mainwindow.cpp
new file mode 100755
index 0000000..d9dc89e
--- /dev/null
+++ b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/mainwindow.cpp
@@ -0,0 +1,576 @@
+#include "mainwindow.h"
+#include "ui_mainwindow.h"
+
+#include
+#include
+#include
+#include
+#include
+#include
+
+/*
+ * Border color: #b6b6b6e6
+ * Lower bound color: #808080b3
+ * Upper bound color: #888888b3
+ */
+
+
+// Clamps the value n into the interval [low, high].
+float constrain(float n, float low, float high)
+{
+ return std::max(std::min(n, high), low);
+}
+
+// Linearly maps a value from the expected interval [start1, stop1] to [start2, stop2]. Implementation taken from p5.js
+float map(float value, float start1, float stop1, float start2, float stop2, bool withinBounds = false)
+{
+ float m = start2 + (stop2 - start2) * ((value - start1) / (stop1 - start1));
+ if(!withinBounds) return m;
+ if(start2 < stop2)
+ return constrain(value, start2, stop2);
+ else
+ return constrain(value, stop2, start2);
+}
+
+// Mixes the base color (light gray) with col at a certain percentage.
+QColor mixColor(QColor col, double percentage)
+{
+ if(percentage > 1.0 || percentage < 0.0) return QColor(0,0,0);
+ QColor base = QColor(235, 235, 235);
+ double base_percentage = 1.0 - percentage;
+ unsigned int r1 = (int)((double)base.red() * base_percentage);
+ unsigned int g1 = (int)((double)base.green() * base_percentage);
+ unsigned int b1 = (int)((double)base.blue() * base_percentage);
+
+ unsigned int r2 = (int)((double)col.red() * percentage);
+ unsigned int g2 = (int)((double)col.green() * percentage);
+ unsigned int b2 = (int)((double)col.blue() * percentage);
+
+ return QColor(r1+r2, g1+g2, b1+b2);
+}
+
+MainWindow::MainWindow(QWidget *parent)
+ : QMainWindow(parent)
+ , ui(new Ui::MainWindow)
+{
+ /* Loading config file, if it exists. Otherwise use default values */
+ settings["transparency"] = 1;
+ settings["red"] = 116;
+ settings["green"] = 184;
+ settings["blue"] = 252;
+ settings["alpha"] = 107;
+ settings["color"] = 1;
+ loadConfig();
+
+ // Predefined paths, used to check if the theme is actually installed
+ paths << QDir::homePath() + "/.local/share/plasma/desktoptheme/Seven-Black/widgets/panel-background.svg";
+ paths << QDir::homePath() + "/.local/share/plasma/desktoptheme/Seven-Black/widgets/tooltip.svg";
+ paths << QDir::homePath() + "/.local/share/plasma/desktoptheme/Seven-Black/dialogs/background.svg";
+ paths << QDir::homePath() + "/.local/share/plasma/desktoptheme/Seven-Black/solid/dialogs/background.svg";
+ paths << QDir::homePath() + "/.emerald/theme/theme.ini";
+
+ // Predefined style for the QSlider groove and handle.
+ style = "QSlider::groove:horizontal {"
+ "background-color: GRADIENT_HERE;"
+ "height: 5px;"
+ "position: absolute;"
+ "}"
+
+ "QSlider::handle:horizontal {"
+ " height: 3px;"
+ " width: 8px;"
+ " background: #fafafa;"
+ " border: 1px solid #46aaab;"
+ " margin: -6px 1px;"
+ "}"
+
+ "QSlider::handle:horizontal:hover { "
+ " background: #dadaff;"
+ "}";
+ ui->setupUi(this);
+
+ // Setting attributes which will allow the window to have a transparent blurred background.
+ this->setAttribute(Qt::WA_TranslucentBackground, true);
+ this->setAttribute(Qt::WA_NoSystemBackground, true);
+ KWindowEffects::enableBlurBehind(QWindow::fromWinId(this->winId()), true, QRegion(0,0, this->width(), this->height()));
+
+ // Sanity check to ensure the plasma theme is present on the system. If a file is missing from the plasma theme, it will assume the entire theme is not installed.
+ plasmaThemeExists = true;
+ for(int i = 0; i < paths.length()-1; i++)
+ {
+ plasmaThemeExists = plasmaThemeExists && QFile::exists(paths[i]);
+ }
+ // Sanity check to ensure the emerald theme is present on the system.
+ emeraldThemeExists = QFile::exists(paths[paths.length()-1]);
+ if(!plasmaThemeExists && emeraldThemeExists)
+ {
+ QMessageBox::critical(this, "Plasma theme not found", "Could not find the Plasma theme on your system. This theme will only be applied to the Emerald theme.");
+ }
+ else if(plasmaThemeExists && !emeraldThemeExists)
+ {
+ QMessageBox::warning(this, "Emerald theme not found", "Could not find the Emerald theme on your system. This theme will only be applied to the Plasma theme.");
+ }
+ else if(!plasmaThemeExists && !emeraldThemeExists)
+ {
+ QMessageBox::critical(this, "Theme not found", "Could not find the Plasma and Emerald theme on your system. This program will now close.");
+ this->close();
+ }
+
+ /* Setting up more UI stuff */
+
+ ui->colorMixerGroupBox->setVisible(false);
+ // Template string defining the CSS style for the hue slider.
+ hue_gradient = "qlineargradient(x1: 0, y1: 1, x2: 1, y2: 1, stop: 0 #FF0000, stop: 0.167 #FFFF00, stop: 0.33 #00FF00, stop: 0.5 #00FFFF, stop: 0.667 #0000FF, stop: 0.833 #FF00FF, stop: 1 #FF0000)";
+ ui->hue_Slider->setStyleSheet(QString(style).replace("GRADIENT_HERE", hue_gradient));
+ // Likewise for the saturation and brightness sliders.
+ saturation_gradient = "qlineargradient(x1: 0, y1: 1, x2: 1, y2: 1, stop: 0 #FFFFFF, stop: 1 " + QColor::fromHsl(ui->hue_Slider->value(), 255, 128).name(QColor::HexRgb) + ")";
+ brightness_gradient = "qlineargradient(x1: 0, y1: 1, x2: 1, y2: 1, stop: 0 #000000, stop: 1 " + QColor::fromHsl(ui->hue_Slider->value(), 255, 128).name(QColor::HexRgb) + ")";
+ ui->saturation_Slider->setStyleSheet(QString(style).replace("GRADIENT_HERE", saturation_gradient));
+ ui->Lightness_Slider->setStyleSheet(QString(style).replace("GRADIENT_HERE", brightness_gradient));
+
+ ui->hue_label->setText(QString::number(ui->hue_Slider->value()));
+ ui->alpha_label->setText(QString::number(ui->alpha_slider->value()));
+ ui->saturation_label->setText(QString::number(ui->saturation_Slider->value()));
+ ui->brightness_label->setText(QString::number(ui->Lightness_Slider->value()));
+
+ // Predefined color values directly pulled from Windows 7, with the exception of Sunset, which is an original color value.
+ QStringList values = { "6b74b8fc-Custom",
+ "6b74b8fc-Sky",
+ "a80046ad-Twilight",
+ "8032cdcd-Sea",
+ "6614a600-Leaf",
+ "6697d937-Lime",
+ "54fadc0e-Sun",
+ "80ff9c00-Pumpkin",
+ "a8ce0f0f-Ruby",
+ "66ff0099-Fuchsia",
+ "70fcc7f8-Blush ",
+ "856e3ba1-Violet",
+ "528d5a94-Lavander",
+ "6698844c-Taupe",
+ "a84f1b1b-Chocolate",
+ "80555555-Slate",
+ "54fcfcfc-Frost",
+ "89e61f8c-Sunset"};
+ for(int i = 0; i < values.size(); i++)
+ {
+ QStringList temp = values[i].split("-");
+ predefined_colors.push_back(ColorWindow(temp[1], QColor("#" + temp[0]), ui->groupBox, i));
+ }
+
+ // By default, the selected color is Sky.
+ selected_color = 1;
+
+ // Creating a FlowLayout and storing all the colors there.
+ colorLayout = new FlowLayout(ui->groupBox);
+ colorLayout->setContentsMargins(25, 25, 25, 25);
+
+ for(unsigned int i = 0; i < predefined_colors.size(); i++)
+ {
+ colorLayout->addWidget(predefined_colors[i].getFrame());
+ connect(predefined_colors[i].getButton(), SIGNAL(clicked()), this, SLOT(on_colorWindow_Clicked()));
+ }
+ colorLayout->setAlignment(Qt::AlignHCenter | Qt::AlignVCenter);
+
+ ui->enableTransparency_CheckBox->setChecked(settings["transparency"]);
+
+ // Loading the custom color from the config file.
+ QColor tempColor(settings["red"], settings["green"], settings["blue"], settings["alpha"]);
+ predefined_colors[0].setColor(tempColor);
+ selected_color = -1;
+ ui->hue_Slider->setValue(predefined_colors[0].getColor().hslHue());
+ ui->saturation_Slider->setValue(predefined_colors[0].getColor().hsvSaturation());
+ ui->Lightness_Slider->setValue(predefined_colors[0].getColor().value());
+ selected_color = 0;
+
+ // Loading the current color from the config file.
+ selected_color = settings["color"];
+ changeColor(selected_color);
+ changeBackground();
+}
+
+MainWindow::~MainWindow()
+{
+ for(unsigned int i = 0; i < predefined_colors.size(); i++)
+ {
+ predefined_colors[i].clear();
+ }
+ delete ui;
+}
+
+/*
+ * Returns the currently set color. Depending on the transparency settings, the alpha value will either
+ * be directly used as the transparency value, or it will be used to define the saturation of the color.
+ */
+QColor MainWindow::exportColor()
+{
+ if(ui->enableTransparency_CheckBox->isChecked())
+ {
+ double alpha_dec = map(ui->alpha_slider->value(), 0, 255, 0.1f, 0.8f);
+ QColor c = predefined_colors[selected_color].getColor();
+ c.setAlphaF(alpha_dec);
+ return c;
+ }
+ else
+ {
+ return mixColor(predefined_colors[selected_color].getColor(), ui->alpha_slider->value() / 255.0f);
+ }
+}
+
+/*
+ * This method saves the current state into the configuration file.
+ * The following settings are saved:
+ * - Transparency: Is transparency enabled?
+ * - Red: The red component of the custom color.
+ * - Green: The green component of the custom color.
+ * - Blue: The blue component of the custom color.
+ * - Alpha: The alpha component of the custom color.
+ * - Color: The selected color, either custom or from the predefined selection of colors.
+ */
+bool MainWindow::saveConfig()
+{
+ QString txt = "";
+ txt = "transparency=" + QString::number(ui->enableTransparency_CheckBox->isChecked()) + "\n";
+ txt += "red=" + QString::number(predefined_colors[0].getColor().red()) + "\n";
+ txt += "green=" + QString::number(predefined_colors[0].getColor().green()) + "\n";
+ txt += "blue=" + QString::number(predefined_colors[0].getColor().blue()) + "\n";
+ txt += "alpha=" + QString::number(predefined_colors[0].getColor().alpha()) + "\n";
+ txt += "color=" + QString::number(selected_color);
+ QFile configFile(configPath);
+ configFile.open(QIODevice::WriteOnly | QIODevice::Text);
+ QTextStream out(&configFile);
+ out << txt;
+ configFile.close();
+}
+
+// Loads the settings from the config file.
+bool MainWindow::loadConfig()
+{
+ QFile f(configPath);
+ f.open(QIODevice::ReadOnly | QIODevice::Text);
+ QTextStream reader(&f);
+ QString line = "";
+ while(!reader.atEnd())
+ {
+ line = reader.readLine();
+ QStringList temp = line.split("=");
+ if(settings.count(temp[0]) != 0)
+ {
+ settings[temp[0]] = temp[1].toInt();
+ }
+ else
+ {
+ std::cout << "Unknown property" << temp[0].toStdString() << std::endl;
+ }
+ }
+
+}
+
+void MainWindow::changeEvent(QEvent* e)
+{
+ if(e->type() == QEvent::ActivationChange)
+ {
+ changeBackground();
+ }
+}
+
+/*
+ * Changes the transparent background of the main window, allowing for a preview of how the color would look like
+ * when rendered on a blurred transparent surface. The main window uses a custom CSS style to achieve the effect of only
+ * the bottom part of the window being blurred and transparent.
+ */
+void MainWindow::changeBackground()
+{
+ QColor theme_color = QWidget::palette().window().color();
+ QColor current_color = exportColor();
+ QColor inactive_col = current_color;
+ if(ui->enableTransparency_CheckBox->isChecked())
+ {
+ inactive_col.setAlphaF(inactive_col.alphaF() / 2.0f);
+ }
+ else
+ {
+ inactive_col.setHslF(inactive_col.hslHueF(), inactive_col.hslSaturationF() / 2.0f, inactive_col.lightnessF());
+ }
+ if(!this->isActiveWindow()) current_color = inactive_col;
+ QString temp = this->background_style;
+ temp = temp.replace('$', "rgba("+ QString::number(current_color.red()) +","
+ + QString::number(current_color.green()) +","
+ + QString::number(current_color.blue()) +","
+ + QString::number(current_color.alpha()) + ")")
+ .replace('!', "rgba("+ QString::number(theme_color.red()) +","
+ + QString::number(theme_color.green()) +","
+ + QString::number(theme_color.blue()) +","
+ + "255)");
+
+
+ ui->centralwidget->setStyleSheet(temp);
+
+}
+
+// Changes the color between the custom and any of the predefined values.
+void MainWindow::changeColor(int index)
+{
+ ui->color_name_label->setText("Current color: " + predefined_colors[index].getName());
+ selected_color = -1;
+ ui->hue_Slider->setValue(predefined_colors[index].getColor().hslHue());
+ ui->saturation_Slider->setValue(predefined_colors[index].getColor().hsvSaturation());
+ ui->Lightness_Slider->setValue(predefined_colors[index].getColor().value());
+ ui->alpha_slider->setValue(predefined_colors[index].getColor().alpha());
+ selected_color = index;
+ changeBackground();
+
+}
+
+// This event fires when a color from the FlowLayout is clicked.
+void MainWindow::on_colorWindow_Clicked()
+{
+ int index = sender()->objectName().split("_")[1].toInt();
+ changeColor(index);
+}
+
+// Changes the custom color, this method executes whenever the sliders are moved.
+void MainWindow::changeCustomColor()
+{
+ if(selected_color != -1)
+ {
+ selected_color = 0;
+ ui->color_name_label->setText("Current color: Custom");
+ QColor c;
+ c.setHsv(ui->hue_Slider->value(), ui->saturation_Slider->value(), ui->Lightness_Slider->value(), ui->alpha_slider->value());
+ predefined_colors[selected_color].setColor(c);
+ changeBackground();
+ }
+}
+
+// Toggles the visibility of the group box containing the color sliders.
+void MainWindow::on_colorMixerLabel_linkActivated(const QString &link)
+{
+ ui->colorMixerGroupBox->setVisible(!ui->colorMixerGroupBox->isVisible());
+ ui->colorMixerLabel->setText(ui->colorMixerGroupBox->isVisible() ? "Hide color mixer" : "Show color mixer" );
+}
+
+// Updates the color sliders and updates the custom color.
+void MainWindow::on_hue_Slider_valueChanged(int value)
+{
+ ui->hue_label->setText(QString::number(ui->hue_Slider->value()));
+ saturation_gradient = "qlineargradient(x1: 0, y1: 1, x2: 1, y2: 1, stop: 0 #FFFFFF, stop: 1 " + QColor::fromHsl(ui->hue_Slider->value(), 255, 128).name(QColor::HexRgb) + ")";
+ brightness_gradient = "qlineargradient(x1: 0, y1: 1, x2: 1, y2: 1, stop: 0 #000000, stop: 1 " + QColor::fromHsl(ui->hue_Slider->value(), 255, 128).name(QColor::HexRgb) + ")";
+ ui->saturation_Slider->setStyleSheet(QString(style).replace("GRADIENT_HERE", saturation_gradient));
+ ui->Lightness_Slider->setStyleSheet(QString(style).replace("GRADIENT_HERE", brightness_gradient));
+ changeCustomColor();
+}
+
+void MainWindow::on_pushButton_3_clicked()
+{
+ this->close();
+}
+
+void MainWindow::on_saturation_Slider_valueChanged(int value)
+{
+ ui->saturation_label->setText(QString::number(ui->saturation_Slider->value()));
+ changeCustomColor();
+}
+
+void MainWindow::on_Lightness_Slider_valueChanged(int value)
+{
+ ui->brightness_label->setText(QString::number(ui->Lightness_Slider->value()));
+ changeCustomColor();
+}
+
+void MainWindow::on_alpha_slider_valueChanged(int value)
+{
+ ui->alpha_label->setText(QString::number(ui->alpha_slider->value()));
+ changeCustomColor();
+}
+
+// This function is unused
+QColor mixColor(QColor first)
+{
+ return QColor::fromHsv(first.hsvHue(), first.hsvSaturation() * 0.1f, first.value());
+}
+
+/*
+ * Applies the currently set color to the entire theme and saves the program information into the config file.
+ * This is by far the most convoluted process, as it requires writing directly into SVG files and the Emerald theme configuration file.
+ */
+void MainWindow::applyChanges()
+{
+ // Gets the current color and its alpha value.
+ QColor main_color = exportColor();
+ QString alpha = QString::number(main_color.alphaF(), 'f');
+
+ // Regex strings that make life easier.
+ // Looks for SVG CSS style attributes fill-opacity and fill.
+ QString fillOpacityMatch = R"(fill-opacity:(\d*\.?\d+;))";
+ QString fillMatch = R"(fill:#(?:[0-9a-fA-F]{3}){1,2};)";
+ // Emerald properties.
+ QString active_color = R"(^active_title_(left|right|middle)=#(?:[0-9a-fA-F]{3}){1,2})";
+ QString active_alpha = R"(^active_title_(left|right|middle)_alpha=(\d*\.?\d+))";
+ QString inactive_color = R"(^inactive_title_(left|right|middle)=#(?:[0-9a-fA-F]{3}){1,2})";
+ QString inactive_alpha = R"(^inactive_title_(left|right|middle)_alpha=(\d*\.?\d+))";
+
+ // Regex setup code.
+ QRegularExpression regex(fillOpacityMatch, QRegularExpression::MultilineOption | QRegularExpression::DotMatchesEverythingOption);
+ int pos = 0;
+ QStringList matches;
+ // Lambda funcion that for a given Regex pattern and an input, returns all instances of the matching pattern.
+ auto getMatches = [&](QString pattern, QString input)
+ {
+ matches.clear();
+ pos = 0;
+ regex.setPattern(pattern);
+ QRegularExpressionMatchIterator it = regex.globalMatch(input);
+ while(it.hasNext())
+ {
+ QRegularExpressionMatch match = it.next();
+ if(match.hasMatch())
+ {
+ matches << match.captured(0);
+ }
+ }
+
+ };
+
+ // Lambda function that writes new data into the specified SVG file.
+ auto writeToPanel = [&](QString path)
+ {
+ if(!plasmaThemeExists) return;
+ QFile f(path);
+ f.open(QIODevice::ReadWrite | QIODevice::Text);
+ QTextStream reader(&f);
+ reader.setAutoDetectUnicode(true);
+ QString rawData = "";
+ QString line = "";
+ // We don't want to read the entire file as SVGs are typically huge.
+ // Instead, we're stopping until we have the entire style tag loaded,
+ // which is at the start of the SVG file.
+ while(!line.contains(""))
+ {
+ line = reader.readLine();
+ rawData += line + "\n";
+ }
+ getMatches(fillOpacityMatch, rawData);
+ if(!ui->enableTransparency_CheckBox->isChecked())
+ {
+ rawData.replace(matches[0], "fill-opacity:1;");
+ }
+ else if(ui->enableTransparency_CheckBox->isChecked())
+ {
+ rawData.replace(matches[0], "fill-opacity:" + alpha + ";");
+ }
+ matches.clear();
+ pos = 0;
+ regex.setPattern(fillMatch);
+ QString colorName = main_color.name(QColor::HexRgb); // CSS expects a hex value
+ getMatches(fillMatch, rawData);
+ rawData.replace(matches[0], "fill:" + colorName + ";");
+ // Writing to file
+ f.seek(0); // Go back to the start of the file
+ f.write(rawData.toStdString().c_str(), rawData.length()); // Overwrites only the first part of the file directly, while keeping the rest untouched.
+ f.close();
+ };
+
+ // Lambda function that writes to the Emerald theme configuration file.
+ auto writeToDecoration = [&](QString path)
+ {
+ if(!emeraldThemeExists) return;
+ QFile f(path);
+ f.open(QIODevice::ReadWrite | QIODevice::Text);
+ QTextStream reader(&f);
+ reader.setAutoDetectUnicode(true);
+ QString rawData = "";
+ QString line = "";
+
+ while(!reader.atEnd())
+ {
+ line = reader.readLine();
+ rawData += line + "\n";
+ }
+
+ QColor inactive_col = main_color;
+ if(ui->enableTransparency_CheckBox->isChecked())
+ {
+ inactive_col.setAlphaF(inactive_col.alphaF() / 2.0f);
+ }
+ else
+ {
+ inactive_col.setHslF(inactive_col.hslHueF(), inactive_col.hslSaturationF() / 2.0f, inactive_col.lightnessF());
+ }
+
+ getMatches(active_alpha, rawData);
+ for(int i = 0; i < matches.length(); i++)
+ {
+ QStringList temp = matches[i].split("=");
+ rawData.replace(matches[i], temp[0] + "=" + QString::number(main_color.alphaF(), 'f'));
+ }
+
+ getMatches(inactive_alpha, rawData);
+ for(int i = 0; i < matches.length(); i++)
+ {
+ QStringList temp = matches[i].split("=");
+ rawData.replace(matches[i], temp[0] + "=" + QString::number(inactive_col.alphaF(), 'f'));
+ }
+
+ getMatches(active_color, rawData);
+ for(int i = 0; i < matches.length(); i++)
+ {
+ QStringList temp = matches[i].split("=");
+ rawData.replace(matches[i], temp[0] + "=" + main_color.name(QColor::HexRgb));
+ }
+
+ getMatches(inactive_color, rawData);
+ for(int i = 0; i < matches.length(); i++)
+ {
+ QStringList temp = matches[i].split("=");
+ rawData.replace(matches[i], temp[0] + "=" + inactive_col.name(QColor::HexRgb));
+ }
+ f.seek(0);
+ f.write(rawData.toStdString().c_str(), rawData.length());
+ f.close();
+ };
+ for(int i = 0; i < paths.length()-1; i++)
+ {
+ writeToPanel(paths[i]);
+ printf("Test\n");
+ fflush(stdout);
+ }
+ writeToDecoration(paths[paths.length()-1]);
+
+ // Set the plasma theme to Oxygen and then back to Seven-Black to apply the changes immediately.
+ QProcess process;
+ process.execute("plasma-apply-desktoptheme", QStringList() << "oxygen");
+ process.waitForFinished();
+ QThread::sleep(1);
+ process.execute("plasma-apply-desktoptheme", QStringList() << "Seven-Black");
+ process.waitForFinished();
+ process.close();
+ // Restart KWin to apply changes to the window decorations as well.
+ system("kwin_x11 --replace &");
+}
+
+void MainWindow::on_apply_Button_clicked()
+{
+ applyChanges();
+ saveConfig();
+}
+
+void MainWindow::on_cancel_Button_clicked()
+{
+ this->close();
+}
+
+
+void MainWindow::on_saveChanges_Button_clicked()
+{
+ applyChanges();
+ saveConfig();
+ this->close();
+}
+
+
+void MainWindow::on_enableTransparency_CheckBox_stateChanged(int arg1)
+{
+ changeBackground();
+}
+
diff --git a/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/mainwindow.h b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/mainwindow.h
new file mode 100755
index 0000000..66e5865
--- /dev/null
+++ b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/mainwindow.h
@@ -0,0 +1,84 @@
+#ifndef MAINWINDOW_H
+#define MAINWINDOW_H
+
+#include
+#include
+#include
+#include
+#include
+#include
+#include
+#include
+#include
+#include
+#include
+#include
+#include
+#include
+
+#include "flowlayout.h"
+#include "colorwindow.h"
+
+QT_BEGIN_NAMESPACE
+namespace Ui { class MainWindow; }
+QT_END_NAMESPACE
+
+class MainWindow : public QMainWindow
+{
+ Q_OBJECT
+
+public:
+ MainWindow(QWidget *parent = nullptr);
+ ~MainWindow();
+ void changeCustomColor();
+ void changeColor(int index);
+ void applyChanges();
+ bool loadConfig();
+ bool saveConfig();
+ void changeBackground();
+ QColor exportColor();
+
+protected:
+ void changeEvent(QEvent* e);
+
+private slots:
+ void on_colorMixerLabel_linkActivated(const QString &link);
+
+ void on_hue_Slider_valueChanged(int value);
+
+ void on_pushButton_3_clicked();
+
+ void on_saturation_Slider_valueChanged(int value);
+
+ void on_Lightness_Slider_valueChanged(int value);
+
+ void on_colorWindow_Clicked();
+
+ void on_apply_Button_clicked();
+
+ void on_cancel_Button_clicked();
+
+ void on_alpha_slider_valueChanged(int value);
+
+ void on_saveChanges_Button_clicked();
+
+ void on_enableTransparency_CheckBox_stateChanged(int arg1);
+
+private:
+ Ui::MainWindow *ui;
+ bool plasmaThemeExists;
+ bool emeraldThemeExists;
+ FlowLayout* colorLayout;
+ std::vector predefined_colors;
+ std::map settings; // Holds the settings loaded from the config file.
+ QStringList paths; // Holds the predefined file paths.
+ const QString configPath = QStandardPaths::writableLocation(QStandardPaths::ConfigLocation) + "/.aerorc"; // Holds the predefined path of the config file. (~/.config/.aerorc)
+ short selected_color; // Index of the currently selected color.
+ QColor color;
+ QString hue_gradient;
+ QString saturation_gradient;
+ QString brightness_gradient;
+ QString style;
+ QString background_style = "QWidget#centralwidget { background-color: qlineargradient(spread:pad, x1:0, y1:1, x2:0.0, y2:0, stop:0 $, stop:0.105 $, stop:0.106 !); }"; // CSS for the main window background.
+};
+#endif // MAINWINDOW_H
diff --git a/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/mainwindow.ui b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/mainwindow.ui
new file mode 100755
index 0000000..d7b327c
--- /dev/null
+++ b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/mainwindow.ui
@@ -0,0 +1,719 @@
+
+
+ MainWindow
+
+
+
+ 0
+ 0
+ 759
+ 585
+
+
+
+
+ 759
+ 585
+
+
+
+ Change the accent color of your theme
+
+
+
+ ..
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 40
+ 0
+
+
+
+
+ 40
+ 16777215
+
+
+
+ TextLabel
+
+
+
+
+
+
+ Qt::Horizontal
+
+
+ QSizePolicy::MinimumExpanding
+
+
+
+ 40
+ 20
+
+
+
+
+
+
+
+
+ 0
+ 0
+
+
+
+
+ 0
+ 0
+
+
+
+
+ 16777215
+ 20
+
+
+
+ Color intensity:
+
+
+ Qt::AlignHCenter|Qt::AlignTop
+
+
+
+
+
+
+ Qt::Horizontal
+
+
+ QSizePolicy::Preferred
+
+
+
+ 40
+ 20
+
+
+
+
+
+
+
+
+ 16777215
+ 16777215
+
+
+
+ Enables/disables the transparency of the entire theme.
+NOTE: This setting does NOT affect compositing settings.
+
+
+ Enable transparency
+
+
+ true
+
+
+
+
+
+
+
+ 0
+ 0
+
+
+
+
+ 16777215
+ 50
+
+
+
+ QFrame::NoFrame
+
+
+ QFrame::Raised
+
+
+
+
+
+ Qt::Horizontal
+
+
+ QSizePolicy::Expanding
+
+
+
+ 40
+ 20
+
+
+
+
+
+
+
+
+
+
+
+ 0
+ 0
+
+
+
+ PointingHandCursor
+
+
+ <a href="no">Show color mixer</a>
+
+
+ Qt::RichText
+
+
+ false
+
+
+ Qt::LinksAccessibleByMouse
+
+
+
+
+
+
+
+ 0
+ 150
+
+
+
+
+
+
+ true
+
+
+
+ 0
+
+
+ 0
+
+
+
+
+ Qt::Horizontal
+
+
+
+ 40
+ 20
+
+
+
+
+
+
+
+
+ 0
+ 0
+
+
+
+
+ 259
+ 25
+
+
+
+
+ 259
+ 16777215
+
+
+
+ QSlider::groove:horizontal {
+ background-color: qlineargradient(x1: 0, y1: 1, x2: 1, y2: 1, stop: 0 #FF0000, stop: 0.167 #FFFF00, stop: 0.33 #00FF00, stop: 0.5 #00FFFF, stop: 0.667 #0000FF, stop: 0.833 #FF00FF, stop: 1 #FF0000);
+ height: 5px;
+ position: absolute;
+}
+
+QSlider::handle:horizontal {
+ height: 3px;
+ width: 10px;
+ background: #fafafa;
+ border: 1px solid #46aaab;
+ margin: -6px 1px;
+ /* expand outside the groove */
+
+}
+
+QSlider::handle:horizontal:hover {
+ background: #dadaff;
+}
+
+
+ 359
+
+
+ 0
+
+
+ Qt::Horizontal
+
+
+
+
+
+
+
+ 0
+ 0
+
+
+
+
+ 72
+ 0
+
+
+
+
+ 72
+ 16777215
+
+
+
+ Saturation:
+
+
+ Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
+
+
+ 0
+
+
+
+
+
+
+
+ 0
+ 0
+
+
+
+
+ 72
+ 0
+
+
+
+
+ 72
+ 16777215
+
+
+
+ Hue:
+
+
+ Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
+
+
+ 0
+
+
+
+
+
+
+
+ 0
+ 0
+
+
+
+
+ 259
+ 25
+
+
+
+
+ 259
+ 16777215
+
+
+
+ 255
+
+
+ Qt::Horizontal
+
+
+
+
+
+
+
+ 0
+ 0
+
+
+
+
+ 72
+ 0
+
+
+
+
+ 72
+ 16777215
+
+
+
+ Brightness:
+
+
+ Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
+
+
+ 0
+
+
+
+
+
+
+
+ 0
+ 0
+
+
+
+
+ 259
+ 25
+
+
+
+
+ 259
+ 16777215
+
+
+
+ 255
+
+
+ Qt::Horizontal
+
+
+
+
+
+
+
+ 40
+ 0
+
+
+
+
+ 40
+ 16777215
+
+
+
+ TextLabel
+
+
+
+
+
+
+
+ 40
+ 0
+
+
+
+
+ 40
+ 16777215
+
+
+
+ TextLabel
+
+
+
+
+
+
+
+ 40
+ 0
+
+
+
+
+ 40
+ 16777215
+
+
+
+ TextLabel
+
+
+
+
+
+
+
+
+
+ Qt::Horizontal
+
+
+ QSizePolicy::Preferred
+
+
+
+ 40
+ 20
+
+
+
+
+
+
+
+ Qt::Vertical
+
+
+ QSizePolicy::MinimumExpanding
+
+
+
+ 20
+ 10
+
+
+
+
+
+
+
+
+ 1
+ 0
+
+
+
+
+ 259
+ 0
+
+
+
+
+ 250
+ 16777215
+
+
+
+ 255
+
+
+ Qt::Horizontal
+
+
+
+
+
+
+ Qt::Vertical
+
+
+ QSizePolicy::Fixed
+
+
+
+ 20
+ 10
+
+
+
+
+
+
+
+ Current color: Custom
+
+
+
+
+
+
+
+ 0
+ 0
+
+
+
+
+ 16777215
+ 16777215
+
+
+
+
+ 12
+ false
+ false
+
+
+
+ Set the color of window decorations, panels, tooltips and taskbar
+
+
+ Qt::AlignCenter
+
+
+
+
+
+
+
+ 0
+ 0
+
+
+
+
+ 290
+ 0
+
+
+
+
+
+
+
+
+
+ Qt::Horizontal
+
+
+
+ 40
+ 20
+
+
+
+
+
+
+
+
+ 0
+ 0
+
+
+
+
+ 0
+ 21
+
+
+
+
+ 16777215
+ 21
+
+
+
+ Apply
+
+
+
+
+
+
+
+ 0
+ 0
+
+
+
+
+ 100
+ 21
+
+
+
+
+ 100
+ 21
+
+
+
+ Save Changes
+
+
+
+
+
+
+
+ 0
+ 0
+
+
+
+
+ 0
+ 21
+
+
+
+
+ 16777215
+ 21
+
+
+
+ Cancel
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/Donations.desktop b/Plasma/KDE_Plasma_Theme/Seven-Black/Donations.desktop
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/Donations.desktop
rename to Plasma/KDE_Plasma_Theme/Seven-Black/Donations.desktop
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/backup/background.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/backup/background.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/backup/background.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/backup/background.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/backup/panel-background.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/backup/panel-background.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/backup/panel-background.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/backup/panel-background.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/backup/tooltip.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/backup/tooltip.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/backup/tooltip.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/backup/tooltip.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/.directory b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/.directory
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/.directory
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/.directory
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/akonadi.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/akonadi.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/akonadi.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/akonadi.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/akregator.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/akregator.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/akregator.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/akregator.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/amarok.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/amarok.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/amarok.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/amarok.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/applications.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/applications.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/applications.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/applications.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/apport.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/apport.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/apport.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/apport.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/audio.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/audio.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/audio.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/audio.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/baloo.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/baloo.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/baloo.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/baloo.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/bangarang.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/bangarang.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/bangarang.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/bangarang.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/basket.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/basket.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/basket.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/basket.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/battery.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/battery.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/battery.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/battery.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/bookmarks.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/bookmarks.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/bookmarks.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/bookmarks.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/cantata.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/cantata.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/cantata.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/cantata.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/choqok.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/choqok.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/choqok.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/choqok.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/choqok_offline.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/choqok_offline.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/choqok_offline.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/choqok_offline.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/clementine.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/clementine.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/clementine.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/clementine.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/computer.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/computer.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/computer.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/computer.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/configure.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/configure.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/configure.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/configure.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/device.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/device.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/device.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/device.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/dialog.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/dialog.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/dialog.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/dialog.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/distribute.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/distribute.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/distribute.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/distribute.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/document.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/document.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/document.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/document.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/drive.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/drive.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/drive.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/drive.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/dropbox.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/dropbox.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/dropbox.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/dropbox.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/edit.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/edit.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/edit.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/edit.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/fcitx.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/fcitx.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/fcitx.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/fcitx.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/go.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/go.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/go.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/go.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/ibus.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/ibus.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/ibus.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/ibus.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/input.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/input.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/input.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/input.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/juk.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/juk.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/juk.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/juk.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/kaffeine.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/kaffeine.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/kaffeine.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/kaffeine.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/kalarm.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/kalarm.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/kalarm.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/kalarm.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/kdeconnect.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/kdeconnect.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/kdeconnect.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/kdeconnect.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/keyboard.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/keyboard.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/keyboard.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/keyboard.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/kget.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/kget.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/kget.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/kget.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/kgpg.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/kgpg.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/kgpg.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/kgpg.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/klipper.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/klipper.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/klipper.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/klipper.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/kmail.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/kmail.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/kmail.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/kmail.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/kmess.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/kmess.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/kmess.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/kmess.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/knotes.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/knotes.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/knotes.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/knotes.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/konqueror.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/konqueror.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/konqueror.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/konqueror.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/konv_message.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/konv_message.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/konv_message.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/konv_message.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/konversation.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/konversation.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/konversation.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/konversation.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/kopete.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/kopete.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/kopete.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/kopete.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/korgac.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/korgac.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/korgac.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/korgac.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/kpackagekit.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/kpackagekit.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/kpackagekit.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/kpackagekit.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/kruler.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/kruler.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/kruler.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/kruler.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/kteatime.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/kteatime.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/kteatime.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/kteatime.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/ktimer.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/ktimer.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/ktimer.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/ktimer.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/ktorrent.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/ktorrent.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/ktorrent.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/ktorrent.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/list.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/list.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/list.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/list.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/location.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/location.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/location.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/location.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/mail-unread-new.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/mail-unread-new.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/mail-unread-new.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/mail-unread-new.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/mail.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/mail.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/mail.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/mail.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/media.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/media.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/media.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/media.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/message-indicator.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/message-indicator.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/message-indicator.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/message-indicator.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/nepomuk.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/nepomuk.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/nepomuk.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/nepomuk.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/network.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/network.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/network.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/network.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/notification.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/notification.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/notification.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/notification.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/phone.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/phone.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/phone.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/phone.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/plasma-networkmanagement.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/plasma-networkmanagement.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/plasma-networkmanagement.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/plasma-networkmanagement.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/preferences.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/preferences.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/preferences.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/preferences.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/presence-applet.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/presence-applet.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/presence-applet.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/presence-applet.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/printer.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/printer.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/printer.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/printer.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/quassel.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/quassel.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/quassel.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/quassel.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/quota.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/quota.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/quota.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/quota.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/recorditnow.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/recorditnow.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/recorditnow.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/recorditnow.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/simpleaudioplayer.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/simpleaudioplayer.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/simpleaudioplayer.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/simpleaudioplayer.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/skype.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/skype.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/skype.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/skype.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/slc.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/slc.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/slc.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/slc.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/smartphone.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/smartphone.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/smartphone.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/smartphone.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/smb4k.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/smb4k.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/smb4k.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/smb4k.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/software-updates.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/software-updates.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/software-updates.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/software-updates.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/software.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/software.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/software.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/software.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/start.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/start.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/start.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/start.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/steam.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/steam.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/steam.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/steam.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/synaptiks.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/synaptiks.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/synaptiks.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/synaptiks.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/system.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/system.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/system.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/system.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/tomahawk.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/tomahawk.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/tomahawk.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/tomahawk.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/touchpad.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/touchpad.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/touchpad.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/touchpad.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/transmission-qt.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/transmission-qt.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/transmission-qt.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/transmission-qt.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/transmission.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/transmission.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/transmission.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/transmission.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/user.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/user.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/user.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/user.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/video-display.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/video-display.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/video-display.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/video-display.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/video.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/video.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/video.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/video.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/view.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/view.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/view.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/view.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/vlc.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/vlc.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/vlc.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/vlc.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/wallet.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/wallet.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/wallet.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/wallet.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/weather.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/weather.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/weather.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/weather.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/window.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/window.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/window.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/window.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/yarock.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/yarock.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/yarock.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/yarock.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/zoom.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/zoom.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/zoom.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/zoom.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bubblemon/bubble.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bubblemon/bubble.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/bubblemon/bubble.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/bubblemon/bubble.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/calendar/mini-calendar.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/calendar/mini-calendar.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/calendar/mini-calendar.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/calendar/mini-calendar.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/colors b/Plasma/KDE_Plasma_Theme/Seven-Black/colors
old mode 100644
new mode 100755
similarity index 95%
rename from Plasma/KDE Plasma Theme/Seven-Black/colors
rename to Plasma/KDE_Plasma_Theme/Seven-Black/colors
index 8c2ce7f..15ba136
--- a/Plasma/KDE Plasma Theme/Seven-Black/colors
+++ b/Plasma/KDE_Plasma_Theme/Seven-Black/colors
@@ -20,9 +20,9 @@ IntensityEffect=0
[Colors:Button]
BackgroundAlternate=10,10,10
-BackgroundNormal=59,148,190
+BackgroundNormal=0,153,255
DecorationFocus=30,146,255
-DecorationHover=25,182,238
+DecorationHover=0,187,255
ForegroundActive=245,121,0
ForegroundInactive=175,176,179
ForegroundLink=25,182,238
@@ -84,13 +84,13 @@ ForegroundInactive=175,176,179
ForegroundLink=25,182,238
ForegroundNegative=223,56,44
ForegroundNeutral=233,194,19
-ForegroundNormal=255,255,255
+ForegroundNormal=15,15,15
ForegroundPositive=50,205,50
ForegroundVisited=25,182,238
[Colors:Window]
BackgroundAlternate=10,10,10
-BackgroundNormal=0,117,153
+BackgroundNormal=0,102,180
DecorationFocus=30,146,255
DecorationHover=25,182,238
ForegroundActive=245,121,0
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/dialogs/.directory b/Plasma/KDE_Plasma_Theme/Seven-Black/dialogs/.directory
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/dialogs/.directory
rename to Plasma/KDE_Plasma_Theme/Seven-Black/dialogs/.directory
diff --git a/Plasma/KDE_Plasma_Theme/Seven-Black/dialogs/background.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/dialogs/background.svg
new file mode 100755
index 0000000..d7e6932
--- /dev/null
+++ b/Plasma/KDE_Plasma_Theme/Seven-Black/dialogs/background.svg
@@ -0,0 +1,1369 @@
+
+
+
+
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/dialogs/kickoff.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/dialogs/kickoff.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/dialogs/kickoff.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/dialogs/kickoff.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/dialogs/krunner.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/dialogs/krunner.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/dialogs/krunner.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/dialogs/krunner.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/dialogs/shutdowndialog.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/dialogs/shutdowndialog.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/dialogs/shutdowndialog.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/dialogs/shutdowndialog.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/discburner/k3b.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/discburner/k3b.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/discburner/k3b.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/discburner/k3b.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/discburner/media-optical-audio.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/discburner/media-optical-audio.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/discburner/media-optical-audio.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/discburner/media-optical-audio.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/discburner/media-optical-blu-ray.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/discburner/media-optical-blu-ray.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/discburner/media-optical-blu-ray.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/discburner/media-optical-blu-ray.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/discburner/media-optical-dvd-video.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/discburner/media-optical-dvd-video.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/discburner/media-optical-dvd-video.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/discburner/media-optical-dvd-video.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/discburner/media-optical-dvd.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/discburner/media-optical-dvd.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/discburner/media-optical-dvd.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/discburner/media-optical-dvd.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/discburner/media-optical-recordable.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/discburner/media-optical-recordable.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/discburner/media-optical-recordable.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/discburner/media-optical-recordable.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/discburner/media-optical-video.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/discburner/media-optical-video.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/discburner/media-optical-video.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/discburner/media-optical-video.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/discburner/media-optical.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/discburner/media-optical.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/discburner/media-optical.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/discburner/media-optical.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/fifteenPuzzle/blanksquare.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/fifteenPuzzle/blanksquare.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/fifteenPuzzle/blanksquare.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/fifteenPuzzle/blanksquare.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/icons/Oxygen-COPYING.txt b/Plasma/KDE_Plasma_Theme/Seven-Black/icons/Oxygen-COPYING.txt
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/icons/Oxygen-COPYING.txt
rename to Plasma/KDE_Plasma_Theme/Seven-Black/icons/Oxygen-COPYING.txt
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/icons/battery.svgz b/Plasma/KDE_Plasma_Theme/Seven-Black/icons/battery.svgz
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/icons/battery.svgz
rename to Plasma/KDE_Plasma_Theme/Seven-Black/icons/battery.svgz
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/icons/configure.svgz b/Plasma/KDE_Plasma_Theme/Seven-Black/icons/configure.svgz
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/icons/configure.svgz
rename to Plasma/KDE_Plasma_Theme/Seven-Black/icons/configure.svgz
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/icons/input.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/icons/input.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/icons/input.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/icons/input.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/icons/keyboard.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/icons/keyboard.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/icons/keyboard.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/icons/keyboard.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/icons/klipper.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/icons/klipper.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/icons/klipper.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/icons/klipper.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/icons/list.svgz b/Plasma/KDE_Plasma_Theme/Seven-Black/icons/list.svgz
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/icons/list.svgz
rename to Plasma/KDE_Plasma_Theme/Seven-Black/icons/list.svgz
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/icons/media.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/icons/media.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/icons/media.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/icons/media.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/icons/media.svg.b b/Plasma/KDE_Plasma_Theme/Seven-Black/icons/media.svg.b
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/icons/media.svg.b
rename to Plasma/KDE_Plasma_Theme/Seven-Black/icons/media.svg.b
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/icons/network.svgz b/Plasma/KDE_Plasma_Theme/Seven-Black/icons/network.svgz
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/icons/network.svgz
rename to Plasma/KDE_Plasma_Theme/Seven-Black/icons/network.svgz
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/icons/notification.svgz b/Plasma/KDE_Plasma_Theme/Seven-Black/icons/notification.svgz
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/icons/notification.svgz
rename to Plasma/KDE_Plasma_Theme/Seven-Black/icons/notification.svgz
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/icons/preferences.svgz b/Plasma/KDE_Plasma_Theme/Seven-Black/icons/preferences.svgz
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/icons/preferences.svgz
rename to Plasma/KDE_Plasma_Theme/Seven-Black/icons/preferences.svgz
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/icons/printer.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/icons/printer.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/icons/printer.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/icons/printer.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/icontasks/badge.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/icontasks/badge.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/icontasks/badge.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/icontasks/badge.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/icontasks/dropindicators.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/icontasks/dropindicators.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/icontasks/dropindicators.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/icontasks/dropindicators.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/icontasks/indicators.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/icontasks/indicators.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/icontasks/indicators.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/icontasks/indicators.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/icontasks/launcherseparator.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/icontasks/launcherseparator.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/icontasks/launcherseparator.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/icontasks/launcherseparator.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/icontasks/progress.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/icontasks/progress.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/icontasks/progress.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/icontasks/progress.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/install b/Plasma/KDE_Plasma_Theme/Seven-Black/install
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/install
rename to Plasma/KDE_Plasma_Theme/Seven-Black/install
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/lancelot/action-list-view-categories-applet.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/lancelot/action-list-view-categories-applet.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/lancelot/action-list-view-categories-applet.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/lancelot/action-list-view-categories-applet.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/lancelot/action-list-view-categories-extender.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/lancelot/action-list-view-categories-extender.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/lancelot/action-list-view-categories-extender.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/lancelot/action-list-view-categories-extender.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/lancelot/action-list-view-categories.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/lancelot/action-list-view-categories.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/lancelot/action-list-view-categories.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/lancelot/action-list-view-categories.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/lancelot/action-list-view-headers-plasma-applet.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/lancelot/action-list-view-headers-plasma-applet.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/lancelot/action-list-view-headers-plasma-applet.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/lancelot/action-list-view-headers-plasma-applet.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/lancelot/action-list-view-headers.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/lancelot/action-list-view-headers.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/lancelot/action-list-view-headers.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/lancelot/action-list-view-headers.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/lancelot/action-list-view-items-extender.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/lancelot/action-list-view-items-extender.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/lancelot/action-list-view-items-extender.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/lancelot/action-list-view-items-extender.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/lancelot/action-list-view-items.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/lancelot/action-list-view-items.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/lancelot/action-list-view-items.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/lancelot/action-list-view-items.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/lancelot/extender-button-icon.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/lancelot/extender-button-icon.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/lancelot/extender-button-icon.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/lancelot/extender-button-icon.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/lancelot/inner-background.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/lancelot/inner-background.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/lancelot/inner-background.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/lancelot/inner-background.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/lancelot/inner-backgroundoud.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/lancelot/inner-backgroundoud.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/lancelot/inner-backgroundoud.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/lancelot/inner-backgroundoud.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/lancelot/lancelot-context-extender.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/lancelot/lancelot-context-extender.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/lancelot/lancelot-context-extender.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/lancelot/lancelot-context-extender.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/lancelot/lancelot-context.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/lancelot/lancelot-context.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/lancelot/lancelot-context.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/lancelot/lancelot-context.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/lancelot/oudeextender-button-icon.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/lancelot/oudeextender-button-icon.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/lancelot/oudeextender-button-icon.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/lancelot/oudeextender-button-icon.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/lancelot/passageway-view-buttons-extender.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/lancelot/passageway-view-buttons-extender.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/lancelot/passageway-view-buttons-extender.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/lancelot/passageway-view-buttons-extender.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/lancelot/passageway-view-buttons.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/lancelot/passageway-view-buttons.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/lancelot/passageway-view-buttons.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/lancelot/passageway-view-buttons.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/lancelot/passageway-view-inactivebuttons.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/lancelot/passageway-view-inactivebuttons.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/lancelot/passageway-view-inactivebuttons.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/lancelot/passageway-view-inactivebuttons.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/lancelot/passageway-view-spacer.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/lancelot/passageway-view-spacer.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/lancelot/passageway-view-spacer.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/lancelot/passageway-view-spacer.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/lancelot/section-buttons.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/lancelot/section-buttons.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/lancelot/section-buttons.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/lancelot/section-buttons.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/lancelot/system-buttons-extender.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/lancelot/system-buttons-extender.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/lancelot/system-buttons-extender.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/lancelot/system-buttons-extender.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/lancelot/system-buttons.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/lancelot/system-buttons.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/lancelot/system-buttons.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/lancelot/system-buttons.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/lancelot/theme.config b/Plasma/KDE_Plasma_Theme/Seven-Black/lancelot/theme.config
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/lancelot/theme.config
rename to Plasma/KDE_Plasma_Theme/Seven-Black/lancelot/theme.config
diff --git a/Plasma/KDE_Plasma_Theme/Seven-Black/metadata.desktop b/Plasma/KDE_Plasma_Theme/Seven-Black/metadata.desktop
new file mode 100755
index 0000000..4a944f8
--- /dev/null
+++ b/Plasma/KDE_Plasma_Theme/Seven-Black/metadata.desktop
@@ -0,0 +1,22 @@
+[Contrast Effect]
+contrast=1
+enabled=True
+intensity=1
+saturation=1.7
+
+[Desktop Entry]
+Comment=Seven Black theme with glass effect and reflections
+Name=Seven Black
+X-KDE-PluginInfo-Author=Mirko Gennari
+X-KDE-PluginInfo-Category=Plasma Theme
+X-KDE-PluginInfo-Depends=KDE5
+X-KDE-PluginInfo-Email=mirkogen@hotmail.it
+X-KDE-PluginInfo-EnabledByDefault=True
+X-KDE-PluginInfo-License=GPL
+X-KDE-PluginInfo-Name=Seven Black
+X-KDE-PluginInfo-Version=1.0.88
+X-KDE-PluginInfo-Website=http://www.techbulk.net
+X-Plasma-API=5.0
+
+[Settings]
+UseNativeWidgetStyle=True
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/networkmanagement/networkmanagement-wireless.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/networkmanagement/networkmanagement-wireless.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/networkmanagement/networkmanagement-wireless.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/networkmanagement/networkmanagement-wireless.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/news/down.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/news/down.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/news/down.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/news/down.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/news/up.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/news/up.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/news/up.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/news/up.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/nowplaying/nocover.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/nowplaying/nocover.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/nowplaying/nocover.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/nowplaying/nocover.svg
diff --git a/Plasma/KDE_Plasma_Theme/Seven-Black/opaque/dialogs/background.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/opaque/dialogs/background.svg
new file mode 100755
index 0000000..90ae2a7
--- /dev/null
+++ b/Plasma/KDE_Plasma_Theme/Seven-Black/opaque/dialogs/background.svg
@@ -0,0 +1,1330 @@
+
+
+
+
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/opaque/widgets/.directory b/Plasma/KDE_Plasma_Theme/Seven-Black/opaque/widgets/.directory
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/opaque/widgets/.directory
rename to Plasma/KDE_Plasma_Theme/Seven-Black/opaque/widgets/.directory
diff --git a/Plasma/KDE_Plasma_Theme/Seven-Black/opaque/widgets/panel-background.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/opaque/widgets/panel-background.svg
new file mode 100755
index 0000000..12fd831
--- /dev/null
+++ b/Plasma/KDE_Plasma_Theme/Seven-Black/opaque/widgets/panel-background.svg
@@ -0,0 +1,1869 @@
+
+
diff --git a/Plasma/KDE_Plasma_Theme/Seven-Black/opaque/widgets/tooltip.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/opaque/widgets/tooltip.svg
new file mode 100755
index 0000000..d47c0c3
--- /dev/null
+++ b/Plasma/KDE_Plasma_Theme/Seven-Black/opaque/widgets/tooltip.svg
@@ -0,0 +1,4884 @@
+
+
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/rssnow/arrows.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/rssnow/arrows.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/rssnow/arrows.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/rssnow/arrows.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/rssnow/background.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/rssnow/background.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/rssnow/background.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/rssnow/background.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/rssnow/left.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/rssnow/left.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/rssnow/left.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/rssnow/left.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/rssnow/right.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/rssnow/right.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/rssnow/right.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/rssnow/right.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/rssnow/rssnow.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/rssnow/rssnow.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/rssnow/rssnow.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/rssnow/rssnow.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/settings b/Plasma/KDE_Plasma_Theme/Seven-Black/settings
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/settings
rename to Plasma/KDE_Plasma_Theme/Seven-Black/settings
diff --git a/Plasma/KDE_Plasma_Theme/Seven-Black/solid/dialogs/background.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/solid/dialogs/background.svg
new file mode 100755
index 0000000..16df3be
--- /dev/null
+++ b/Plasma/KDE_Plasma_Theme/Seven-Black/solid/dialogs/background.svg
@@ -0,0 +1,2275 @@
+
+
+
+
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/solid/dialogs/background_backup.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/solid/dialogs/background_backup.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/solid/dialogs/background_backup.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/solid/dialogs/background_backup.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/stylesheets/news.css b/Plasma/KDE_Plasma_Theme/Seven-Black/stylesheets/news.css
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/stylesheets/news.css
rename to Plasma/KDE_Plasma_Theme/Seven-Black/stylesheets/news.css
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/system-monitor/hdd_panel.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/system-monitor/hdd_panel.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/system-monitor/hdd_panel.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/system-monitor/hdd_panel.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/toolbar-icons/configure.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/toolbar-icons/configure.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/toolbar-icons/configure.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/toolbar-icons/configure.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/toolbar-icons/edit.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/toolbar-icons/edit.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/toolbar-icons/edit.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/toolbar-icons/edit.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/toolbar-icons/go.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/toolbar-icons/go.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/toolbar-icons/go.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/toolbar-icons/go.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/toolbar-icons/list.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/toolbar-icons/list.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/toolbar-icons/list.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/toolbar-icons/list.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/toolbar-icons/media.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/toolbar-icons/media.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/toolbar-icons/media.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/toolbar-icons/media.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/toolbar-icons/window.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/toolbar-icons/window.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/toolbar-icons/window.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/toolbar-icons/window.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/translucent/colors b/Plasma/KDE_Plasma_Theme/Seven-Black/translucent/colors
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/translucent/colors
rename to Plasma/KDE_Plasma_Theme/Seven-Black/translucent/colors
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/opaque/dialogs/background.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/translucent/dialogs/background.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/opaque/dialogs/background.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/translucent/dialogs/background.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/opaque/widgets/panel-background.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/translucent/widgets/panel-background.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/opaque/widgets/panel-background.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/translucent/widgets/panel-background.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/opaque/widgets/tooltip.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/translucent/widgets/tooltip.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/opaque/widgets/tooltip.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/translucent/widgets/tooltip.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/.directory b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/.directory
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/.directory
rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/.directory
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/action-overlays.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/action-overlays.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/action-overlays.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/action-overlays.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/actionbutton.svgz b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/actionbutton.svgz
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/actionbutton.svgz
rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/actionbutton.svgz
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/activities.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/activities.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/activities.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/activities.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/amarok-albums.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/amarok-albums.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/amarok-albums.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/amarok-albums.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/amarok-currenttrack.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/amarok-currenttrack.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/amarok-currenttrack.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/amarok-currenttrack.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/amarok-info-applet.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/amarok-info-applet.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/amarok-info-applet.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/amarok-info-applet.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/amarok-wikipedia.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/amarok-wikipedia.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/amarok-wikipedia.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/amarok-wikipedia.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/amarok-wikipediaheader.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/amarok-wikipediaheader.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/amarok-wikipediaheader.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/amarok-wikipediaheader.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/analog_meter.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/analog_meter.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/analog_meter.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/analog_meter.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/arrows.svgz b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/arrows.svgz
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/arrows.svgz
rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/arrows.svgz
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/atipslogo.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/atipslogo.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/atipslogo.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/atipslogo.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/atipsoffbtn.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/atipsoffbtn.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/atipsoffbtn.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/atipsoffbtn.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/atipsonbtn.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/atipsonbtn.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/atipsonbtn.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/atipsonbtn.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/background.svgz b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/background.svgz
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/background.svgz
rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/background.svgz
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/bar_meter_horizontal.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/bar_meter_horizontal.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/bar_meter_horizontal.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/bar_meter_horizontal.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/bar_meter_vertical.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/bar_meter_vertical.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/bar_meter_vertical.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/bar_meter_vertical.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/battery-oxygen.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/battery-oxygen.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/battery-oxygen.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/battery-oxygen.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/battery.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/battery.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/battery.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/battery.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/branding.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/branding.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/branding.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/branding.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/busywidget.svgz b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/busywidget.svgz
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/busywidget.svgz
rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/busywidget.svgz
diff --git a/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/button-close.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/button-close.svg
new file mode 100755
index 0000000..46f0526
--- /dev/null
+++ b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/button-close.svg
@@ -0,0 +1,1783 @@
+
+
+
+
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/button.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/button.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/button.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/button.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/calendar.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/calendar.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/calendar.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/calendar.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/checkmarks.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/checkmarks.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/checkmarks.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/checkmarks.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/clock.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/clock.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/clock.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/clock.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/configuration-icons.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/configuration-icons.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/configuration-icons.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/configuration-icons.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/connection-established.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/connection-established.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/connection-established.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/connection-established.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/containment-controls.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/containment-controls.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/containment-controls.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/containment-controls.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/dragger.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/dragger.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/dragger.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/dragger.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/extender-background.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/extender-background.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/extender-background.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/extender-background.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/extender-dragger.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/extender-dragger.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/extender-dragger.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/extender-dragger.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/frame.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/frame.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/frame.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/frame.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/glowbar.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/glowbar.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/glowbar.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/glowbar.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/iconbutton.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/iconbutton.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/iconbutton.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/iconbutton.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/identiconshapes.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/identiconshapes.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/identiconshapes.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/identiconshapes.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/identicontheme.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/identicontheme.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/identicontheme.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/identicontheme.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/labeltexture.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/labeltexture.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/labeltexture.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/labeltexture.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/line.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/line.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/line.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/line.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/lineb.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/lineb.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/lineb.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/lineb.svg
diff --git a/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/lineedit.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/lineedit.svg
new file mode 100644
index 0000000..bda5d8f
--- /dev/null
+++ b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/lineedit.svg
@@ -0,0 +1,669 @@
+
+
+
+
diff --git a/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/lineedit.svgz.old b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/lineedit.svgz.old
new file mode 100755
index 0000000..52d6fc8
Binary files /dev/null and b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/lineedit.svgz.old differ
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/lineeditb.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/lineeditb.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/lineeditb.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/lineeditb.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/listitem.svgz b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/listitem.svgz
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/listitem.svgz
rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/listitem.svgz
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/listitemb.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/listitemb.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/listitemb.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/listitemb.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/luna.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/luna.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/luna.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/luna.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/media-delegate.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/media-delegate.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/media-delegate.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/media-delegate.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/menuitem.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/menuitem.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/menuitem.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/menuitem.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/microblog.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/microblog.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/microblog.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/microblog.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/mock przelacznik pulpitow.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/mock przelacznik pulpitow.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/mock przelacznik pulpitow.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/mock przelacznik pulpitow.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/monitor.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/monitor.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/monitor.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/monitor.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/notes.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/notes.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/notes.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/notes.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/onoff_switch.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/onoff_switch.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/onoff_switch.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/onoff_switch.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/pager.svgz b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/pager.svgz
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/pager.svgz
rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/pager.svgz
diff --git a/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/panel-background.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/panel-background.svg
new file mode 100755
index 0000000..b63cb20
--- /dev/null
+++ b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/panel-background.svg
@@ -0,0 +1,2106 @@
+
+
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/panel-background_original.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/panel-background_original.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/panel-background_original.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/panel-background_original.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/panelspacer-separator.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/panelspacer-separator.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/panelspacer-separator.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/panelspacer-separator.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/picker.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/picker.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/picker.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/picker.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/picture-frame-default.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/picture-frame-default.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/picture-frame-default.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/picture-frame-default.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/plasmoidheading.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/plasmoidheading.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/plasmoidheading.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/plasmoidheading.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/plot-background.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/plot-background.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/plot-background.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/plot-background.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/pownce.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/pownce.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/pownce.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/pownce.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/previewer-16.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/previewer-16.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/previewer-16.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/previewer-16.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/previewer-22.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/previewer-22.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/previewer-22.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/previewer-22.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/scrollbar.svgz b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/scrollbar.svgz
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/scrollbar.svgz
rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/scrollbar.svgz
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/scrollwidget.svgz b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/scrollwidget.svgz
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/scrollwidget.svgz
rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/scrollwidget.svgz
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/showdesktop.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/showdesktop.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/showdesktop.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/showdesktop.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/sidebaritem.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/sidebaritem.svg
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/sidebaritem.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/sidebaritem.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/slider.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/slider.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/slider.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/slider.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/sliderb.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/sliderb.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/sliderb.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/sliderb.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/startmenu-buttons.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/startmenu-buttons.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/startmenu-buttons.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/startmenu-buttons.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/system-lock-screen.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/system-lock-screen.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/system-lock-screen.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/system-lock-screen.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/systemtray.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/systemtray.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/systemtray.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/systemtray.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/systemtray.svgz b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/systemtray.svgz
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/systemtray.svgz
rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/systemtray.svgz
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/systray.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/systray.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/systray.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/systray.svg
diff --git a/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/tabbar.svgz b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/tabbar.svgz
new file mode 100755
index 0000000..95b2080
Binary files /dev/null and b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/tabbar.svgz differ
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/taskbarhover.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/taskbarhover.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/taskbarhover.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/taskbarhover.svg
diff --git a/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/tasks.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/tasks.svg
new file mode 100755
index 0000000..c9359b3
--- /dev/null
+++ b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/tasks.svg
@@ -0,0 +1,10389 @@
+
+
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/tasksb.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/tasksb.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/tasksb.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/tasksb.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/timer.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/timer.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/timer.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/timer.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/toolbar.svgz b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/toolbar.svgz
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/toolbar.svgz
rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/toolbar.svgz
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/toolbox-button.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/toolbox-button.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/toolbox-button.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/toolbox-button.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/toolbox.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/toolbox.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/toolbox.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/toolbox.svg
diff --git a/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/tooltip.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/tooltip.svg
new file mode 100755
index 0000000..dc8aec9
--- /dev/null
+++ b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/tooltip.svg
@@ -0,0 +1,4880 @@
+
+
diff --git a/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/translucentbackground.svgz b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/translucentbackground.svgz
new file mode 100755
index 0000000..a631c92
Binary files /dev/null and b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/translucentbackground.svgz differ
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/twitter.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/twitter.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/twitter.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/twitter.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/viewitem.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/viewitem.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/viewitem.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/viewitem.svg
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/viewitem.svg.bak b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/viewitem.svg.bak
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/viewitem.svg.bak
rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/viewitem.svg.bak
diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/viewitemb.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/viewitemb.svg
old mode 100644
new mode 100755
similarity index 100%
rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/viewitemb.svg
rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/viewitemb.svg
diff --git a/Plasma/Plasma Widgets/System/Keyboard Switcher/org.kde.plasma.keyboardlayout/contents/ui/main.qml b/Plasma/Plasma Widgets/System/Keyboard Switcher/org.kde.plasma.keyboardlayout/contents/ui/main.qml
deleted file mode 100644
index 5a7db32..0000000
--- a/Plasma/Plasma Widgets/System/Keyboard Switcher/org.kde.plasma.keyboardlayout/contents/ui/main.qml
+++ /dev/null
@@ -1,113 +0,0 @@
-/*
- SPDX-FileCopyrightText: 2020 Andrey Butirsky
- SPDX-License-Identifier: GPL-2.0-or-later
-*/
-
-import QtQuick 2.12
-import Qt.labs.platform 1.1
-import org.kde.plasma.plasmoid 2.0
-import org.kde.plasma.core 2.0 as PlasmaCore
-import org.kde.plasma.components 3.0 as PlasmaComponents3
-import org.kde.plasma.workspace.components 2.0
-
-Item {
- id: root
-
- function iconURL(name) {
- return StandardPaths.locate(StandardPaths.GenericDataLocation,
- "kf5/locale/countries/" + name + "/flag.png")
- }
-
- signal layoutSelected(int layout)
-
- function actionTriggered(selectedLayout) {
- layoutSelected(selectedLayout)
- }
-
- Plasmoid.preferredRepresentation: Plasmoid.compactRepresentation
-
- Plasmoid.compactRepresentation: KeyboardLayoutSwitcher {
- Plasmoid.toolTipSubText: layoutNames.longName
- Plasmoid.status: hasMultipleKeyboardLayouts ? PlasmaCore.Types.ActiveStatus : PlasmaCore.Types.HiddenStatus
-
- Connections {
- target: keyboardLayout
-
- function onLayoutsListChanged() {
- plasmoid.clearActions()
-
- keyboardLayout.layoutsList.forEach(
- function(layout, index) {
- plasmoid.setAction(
- index,
- layout.longName,
- iconURL(layout.shortName).toString().substring(7) // remove file:// scheme
- )
- }
- )
- }
-
- function onLayoutChanged() {
- root.Plasmoid.activated()
- }
- }
-
- Connections {
- target: root
-
- function onLayoutSelected(layout) {
- keyboardLayout.layout = layout
- }
- }
-
- hoverEnabled: true
-
- PlasmaCore.IconItem {
- id: icon
-
- source: iconURL(layoutNames.shortName)
- visible: plasmoid.configuration.showFlag && source
- anchors.fill: parent
- active: containsMouse
- }
-
- PlasmaComponents3.Label {
- text: layoutNames.displayName || layoutNames.shortName
- visible: !icon.visible
- anchors.fill: parent
- anchors.margins: PlasmaCore.Units.smallSpacing*2
- //anchors.bottomMargin: PlasmaCore.Units.smallSpacing
- horizontalAlignment: Text.AlignHCenter
- verticalAlignment: Text.AlignVCenter
- fontSizeMode: Text.Fit
- minimumPointSize: 9;
- rightPadding: PlasmaCore.Units.smallSpacing
- leftPadding: PlasmaCore.Units.smallSpacing
- font.pointSize: height
- font.capitalization: Font.AllUppercase
- MouseArea {
- id: ma
- anchors.fill: parent
- hoverEnabled: true
- propagateComposedEvents: true
- onClicked: {
- mouse.accepted = false;
- }
- }
- PlasmaCore.FrameSvgItem {
- id: decorationButton
- z: -1
- anchors.fill: parent
- imagePath: "widgets/button"
- visible: ma.containsMouse
- prefix: {
- var x = "keyboard-";
- if(ma.containsMouse && !ma.containsPress) return x+"hover";
- else if(ma.containsMouse && ma.containsPress) return x+"pressed";
- else return "keyboard-hover";
- }
- }
- }
-
- }
-}
diff --git a/Plasma/Plasma Widgets/System/System Tray/org.kde.plasma.private.systemtray/contents/ui/ExpanderArrow.qml b/Plasma/Plasma Widgets/System/System Tray/org.kde.plasma.private.systemtray/contents/ui/ExpanderArrow.qml
deleted file mode 100644
index 6a716c5..0000000
--- a/Plasma/Plasma Widgets/System/System Tray/org.kde.plasma.private.systemtray/contents/ui/ExpanderArrow.qml
+++ /dev/null
@@ -1,129 +0,0 @@
-/***************************************************************************
- * Copyright 2013 Sebastian Kügler *
- * Copyright 2015 Marco Martin *
- * *
- * This program is free software; you can redistribute it and/or modify *
- * it under the terms of the GNU Library General Public License as *
- * published by the Free Software Foundation; either version 2 of the *
- * License, or (at your option) any later version. *
- * *
- * This program is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Library General Public License for more details. *
- * *
- * You should have received a copy of the GNU Library General Public *
- * License along with this program; if not, write to the *
- * Free Software Foundation, Inc., *
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA . *
- ***************************************************************************/
-
-import QtQuick 2.0
-import QtQuick.Controls 2.15
-import QtQuick.Layouts 1.1
-import org.kde.plasma.core 2.0 as PlasmaCore
-
-PlasmaCore.ToolTipArea {
- id: tooltip
-
- property bool vertical: plasmoid.formFactor === PlasmaCore.Types.Vertical
- implicitWidth: PlasmaCore.Units.iconSizes.smallMedium
- implicitHeight: implicitWidth
-
- mainText: systemTrayState.expanded ? i18n("Hide") : i18n("Show hidden icons")
-
- MouseArea {
- id: arrowMouseArea
- anchors.fill: parent
- anchors.leftMargin: 2
- onClicked: systemTrayState.expanded = !systemTrayState.expanded
- hoverEnabled: true
-
-
- readonly property int arrowAnimationDuration: PlasmaCore.Units.shortDuration
-
- PlasmaCore.Svg {
- id: arrowSvg
- imagePath: "widgets/arrows"
- }
-
- PlasmaCore.SvgItem {
- id: arrow
-
- anchors.centerIn: parent
- width: Math.min(parent.width, parent.height)+1
- height: width-1
- /*rotation: systemTrayState.expanded ? 180 : 0
- Behavior on rotation {
- RotationAnimation {
- duration: arrowMouseArea.arrowAnimationDuration
- }
- }*/
- /*opacity: systemTrayState.expanded ? 0 : 1
- Behavior on opacity {
- NumberAnimation {
- duration: arrowMouseArea.arrowAnimationDuration
- }
- }*/
- PlasmaCore.FrameSvgItem {
- id: hoverButton
- z: -1
- anchors.fill: parent
- //anchors.leftMargin: 1
- //anchors.rightMargin: 1
- //anchors.topMargin: 2
- imagePath: "widgets/systray"
- //opacity: arrowMouseArea.containsMouse ? 1 : 0
- prefix: {
- if(arrowMouseArea.containsPress || systemTrayState.expanded) return "pressed";
- if(arrowMouseArea.containsMouse) return "hover";
- return "normal";
- }
- }
- svg: arrowSvg
- elementId: {
- if (plasmoid.location === PlasmaCore.Types.TopEdge) {
- return "down-arrow";
- } else if (plasmoid.location === PlasmaCore.Types.LeftEdge) {
- return "right-arrow";
- } else if (plasmoid.location === PlasmaCore.Types.RightEdge) {
- return "left-arrow";
- } else {
- return "up-arrow";
- }
- }
- }
-
- /*PlasmaCore.SvgItem {
- anchors.centerIn: parent
- width: arrow.width
- height: arrow.height
-
- rotation: systemTrayState.expanded ? 0 : -180
- Behavior on rotation {
- RotationAnimation {
- duration: arrowMouseArea.arrowAnimationDuration
- }
- }
- opacity: systemTrayState.expanded ? 1 : 0
- Behavior on opacity {
- NumberAnimation {
- duration: arrowMouseArea.arrowAnimationDuration
- }
- }
-
- svg: arrowSvg
- elementId: {
- if (plasmoid.location === PlasmaCore.Types.TopEdge) {
- return "up-arrow";
- } else if (plasmoid.location === PlasmaCore.Types.LeftEdge) {
- return "left-arrow";
- } else if (plasmoid.location === PlasmaCore.Types.RightEdge) {
- return "right-arrow";
- } else {
- return "down-arrow";
- }
- }
- }*/
- }
-}
diff --git a/Plasma/Plasma Widgets/System/System Tray/org.kde.plasma.private.systemtray/contents/ui/items/AbstractItem.qml b/Plasma/Plasma Widgets/System/System Tray/org.kde.plasma.private.systemtray/contents/ui/items/AbstractItem.qml
deleted file mode 100644
index c8e65ae..0000000
--- a/Plasma/Plasma Widgets/System/System Tray/org.kde.plasma.private.systemtray/contents/ui/items/AbstractItem.qml
+++ /dev/null
@@ -1,243 +0,0 @@
-/*
- * Copyright 2016 Marco Martin
- * Copyright 2020 Konrad Materka
- * Copyright 2020 Nate Graham
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Library General Public License as
- * published by the Free Software Foundation; either version 2, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Library General Public License for more details
- *
- * You should have received a copy of the GNU Library General Public
- * License along with this program; if not, write to the
- * Free Software Foundation, Inc.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
- */
-
-import QtQuick 2.2
-import QtQuick.Layouts 1.1
-import org.kde.plasma.core 2.0 as PlasmaCore
-import org.kde.plasma.components 3.0 as PlasmaComponents3
-
-PlasmaCore.ToolTipArea {
- id: abstractItem
-
- height: inVisibleLayout ? visibleLayout.cellHeight : hiddenTasks.cellHeight
- width: inVisibleLayout ? visibleLayout.cellWidth : hiddenTasks.cellWidth
-
- property var model: itemModel
-
- property string itemId
- property alias text: label.text
- property alias iconContainer: iconContainer
- property int /*PlasmaCore.Types.ItemStatus*/ status: model.status || PlasmaCore.Types.UnknownStatus
- property int /*PlasmaCore.Types.ItemStatus*/ effectiveStatus: model.effectiveStatus || PlasmaCore.Types.UnknownStatus
- readonly property bool inHiddenLayout: effectiveStatus === PlasmaCore.Types.PassiveStatus
- readonly property bool inVisibleLayout: effectiveStatus === PlasmaCore.Types.ActiveStatus
-
- signal clicked(var mouse)
- signal pressed(var mouse)
- signal wheel(var wheel)
- signal contextMenu(var mouse)
-
- /* subclasses need to assign to this tooltip properties
- mainText:
- subText:
- */
-
-
- location: {
- if (inHiddenLayout) {
- if (LayoutMirroring.enabled && plasmoid.location !== PlasmaCore.Types.RightEdge) {
- return PlasmaCore.Types.LeftEdge;
- } else if (plasmoid.location !== PlasmaCore.Types.LeftEdge) {
- return PlasmaCore.Types.RightEdge;
- }
- }
-
- return plasmoid.location;
- }
-
-//BEGIN CONNECTIONS
-
- onContainsMouseChanged: {
- if (inHiddenLayout && containsMouse) {
- root.hiddenLayout.currentIndex = index
- }
- else if(!inHiddenLayout) {
- itemHighLight.opacity = containsMouse ? 1 : 0
- }
-
- }
-
-//END CONNECTIONS
-
- PlasmaCore.FrameSvgItem {
- id: itemHighLight
- anchors.fill: parent
- property int location
-
- property bool animationEnabled: true
- property var highlightedItem: null
-
- z: -1 // always draw behind icons
- opacity: 0
-
- imagePath: "widgets/tabbar"
- prefix: {
- var prefix = ""
- switch (location) {
- case PlasmaCore.Types.LeftEdge:
- prefix = "west-active-tab";
- break;
- case PlasmaCore.Types.TopEdge:
- prefix = "north-active-tab";
- break;
- case PlasmaCore.Types.RightEdge:
- prefix = "east-active-tab";
- break;
- default:
- prefix = "south-active-tab";
- }
- if (!hasElementPrefix(prefix)) {
- prefix = "active-tab";
- }
- return prefix;
- }
- Behavior on opacity {
- NumberAnimation {
- duration: PlasmaCore.Units.longDuration
- easing.type: Easing.InOutQuad
- //easing.type: systemTrayState.expanded ? Easing.OutCubic : Easing.InCubic
- }
- }
- Rectangle {
- id: pressRect
- property alias activatedPress: pressRect.opacity
- anchors.fill: parent
- anchors.leftMargin: 2;
- anchors.rightMargin: 2;
- gradient: Gradient {
- GradientStop { position: 0.1; color: "transparent"; }
- GradientStop { position: 0.5; color: "#66000000"; }
- GradientStop { position: 0.9; color: "transparent"; }
- }
- opacity: 0
- Behavior on opacity {
- NumberAnimation {
- duration: 150;
- easing.type: Easing.InOutQuad
- }
- }
- }
- }
- PulseAnimation {
- targetItem: iconContainer
- running: (abstractItem.status === PlasmaCore.Types.NeedsAttentionStatus ||
- abstractItem.status === PlasmaCore.Types.RequiresAttentionStatus ) &&
- PlasmaCore.Units.longDuration > 0
- }
-
- function activated() {
- //activatedAnimation.start()
- }
-
- SequentialAnimation {
- id: activatedAnimation
- loops: 1
-
- ScaleAnimator {
- target: iconContainer
- from: 1
- to: 0.5
- duration: PlasmaCore.Units.shortDuration
- easing.type: Easing.InQuad
- }
-
- ScaleAnimator {
- target: iconContainer
- from: 0.5
- to: 1
- duration: PlasmaCore.Units.shortDuration
- easing.type: Easing.OutQuad
- }
- }
-
- MouseArea {
- id: ma
- z: 5
- anchors.fill: abstractItem
- hoverEnabled: true
- drag.filterChildren: true
- acceptedButtons: Qt.LeftButton | Qt.MiddleButton | Qt.RightButton
- onClicked: abstractItem.clicked(mouse)
- onPressed: {
- abstractItem.hideToolTip()
- abstractItem.pressed(mouse)
- pressRect.activatedPress = ma.pressedButtons & Qt.LeftButton;
- }
- onReleased: {
- pressRect.activatedPress = 0;
- }
- onPressAndHold: {
- abstractItem.contextMenu(mouse)
- pressRect.activatedPress = 0;
- }
- onWheel: {
- abstractItem.wheel(wheel);
- //Don't accept the event in order to make the scrolling by mouse wheel working
- //for the parent scrollview this icon is in.
- wheel.accepted = false;
- }
- }
-
- ColumnLayout {
- anchors.fill: abstractItem
- spacing: 0
-
- Item {
- id: iconContainer
-
- property alias container: abstractItem
- property alias inVisibleLayout: abstractItem.inVisibleLayout
- readonly property int size: abstractItem.inVisibleLayout ? root.itemSize : PlasmaCore.Units.iconSizes.smallMedium
-
- Layout.alignment: Qt.Bottom | Qt.AlignHCenter
- Layout.fillHeight: abstractItem.inHiddenLayout ? true : false
- implicitWidth: root.vertical && abstractItem.inVisibleLayout ? abstractItem.width : size
- implicitHeight: !root.vertical && abstractItem.inVisibleLayout ? abstractItem.height : size
- Layout.topMargin: abstractItem.inHiddenLayout ? Math.round(PlasmaCore.Units.smallSpacing * 1.5): 0
- }
- PlasmaComponents3.Label {
- id: label
-
- Layout.fillWidth: true
- Layout.fillHeight: abstractItem.inHiddenLayout ? true : false
- Layout.leftMargin: abstractItem.inHiddenLayout ? PlasmaCore.Units.smallSpacing : 0
- Layout.rightMargin: abstractItem.inHiddenLayout ? PlasmaCore.Units.smallSpacing : 0
- Layout.bottomMargin: abstractItem.inHiddenLayout ? PlasmaCore.Units.smallSpacing : 0
-
- visible: abstractItem.inHiddenLayout
-
- verticalAlignment: Text.AlignTop
- horizontalAlignment: Text.AlignHCenter
- elide: Text.ElideRight
- wrapMode: Text.Wrap
- maximumLineCount: 3
-
- opacity: visible ? 1 : 0
- Behavior on opacity {
- NumberAnimation {
- duration: PlasmaCore.Units.longDuration
- easing.type: Easing.InOutQuad
- }
- }
- }
- }
-}
-
diff --git a/Plasma/Plasma Widgets/System/System Tray/org.kde.plasma.private.systemtray/contents/ui/main.qml b/Plasma/Plasma Widgets/System/System Tray/org.kde.plasma.private.systemtray/contents/ui/main.qml
deleted file mode 100644
index d72d7e8..0000000
--- a/Plasma/Plasma Widgets/System/System Tray/org.kde.plasma.private.systemtray/contents/ui/main.qml
+++ /dev/null
@@ -1,311 +0,0 @@
-/*
- * Copyright 2011 Marco Martin
- * Copyright 2020 Konrad Materka
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Library General Public License as
- * published by the Free Software Foundation; either version 2, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Library General Public License for more details
- *
- * You should have received a copy of the GNU Library General Public
- * License along with this program; if not, write to the
- * Free Software Foundation, Inc.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
- */
-
-import QtQuick 2.5
-import QtQuick.Layouts 1.1
-import org.kde.plasma.core 2.1 as PlasmaCore
-import org.kde.plasma.plasmoid 2.0
-import org.kde.draganddrop 2.0 as DnD
-import org.kde.kirigami 2.5 as Kirigami
-
-import "items"
-
-MouseArea {
- id: root
-
- readonly property bool vertical: plasmoid.formFactor === PlasmaCore.Types.Vertical
-
- Layout.minimumWidth: vertical ? PlasmaCore.Units.iconSizes.small : mainLayout.implicitWidth + PlasmaCore.Units.smallSpacing
- Layout.minimumHeight: vertical ? mainLayout.implicitHeight + PlasmaCore.Units.smallSpacing : PlasmaCore.Units.iconSizes.small
-
- LayoutMirroring.enabled: !vertical && Qt.application.layoutDirection === Qt.RightToLeft
- LayoutMirroring.childrenInherit: true
-
- readonly property alias systemTrayState: systemTrayState
- readonly property alias itemSize: tasksGrid.itemSize
- readonly property alias visibleLayout: tasksGrid
- readonly property alias hiddenLayout: expandedRepresentation.hiddenLayout
-
- onWheel: {
- // Don't propagate unhandled wheel events
- wheel.accepted = true;
- }
-
- SystemTrayState {
- id: systemTrayState
- }
-
- //being there forces the items to fully load, and they will be reparented in the popup one by one, this item is *never* visible
- Item {
- id: preloadedStorage
- visible: false
- }
-
- CurrentItemHighLight {
- id: cur_item_highlight
- location: plasmoid.location
- parent: root
- }
-
- DnD.DropArea {
- anchors.fill: parent
-
- preventStealing: true;
-
- /** Extracts the name of the system tray applet in the drag data if present
- * otherwise returns null*/
- function systemTrayAppletName(event) {
- if (event.mimeData.formats.indexOf("text/x-plasmoidservicename") < 0) {
- return null;
- }
- var plasmoidId = event.mimeData.getDataAsByteArray("text/x-plasmoidservicename");
-
- if (!plasmoid.nativeInterface.isSystemTrayApplet(plasmoidId)) {
- return null;
- }
- return plasmoidId;
- }
-
- onDragEnter: {
- if (!systemTrayAppletName(event)) {
- event.ignore();
- }
- }
-
- onDrop: {
- var plasmoidId = systemTrayAppletName(event);
- if (!plasmoidId) {
- event.ignore();
- return;
- }
-
- if (plasmoid.configuration.extraItems.indexOf(plasmoidId) < 0) {
- var extraItems = plasmoid.configuration.extraItems;
- extraItems.push(plasmoidId);
- plasmoid.configuration.extraItems = extraItems;
- }
- }
- }
-
- //Main Layout
- GridLayout {
- id: mainLayout
-
- rowSpacing: 0
- columnSpacing: 0
- anchors.fill: parent
-
- flow: vertical ? GridLayout.TopToBottom : GridLayout.LeftToRight
-
-
- ExpanderArrow {
- id: expander
- Layout.fillWidth: vertical
- Layout.fillHeight: !vertical
- Layout.alignment: vertical ? Qt.AlignVCenter : Qt.AlignHCenter
- visible: root.hiddenLayout.itemCount > 0
- }
- GridView {
- id: tasksGrid
-
- Layout.alignment: Qt.AlignCenter
-
- interactive: false //disable features we don't need
- flow: vertical ? GridView.LeftToRight : GridView.TopToBottom
-
- // The icon size to display when not using the auto-scaling setting
- readonly property int smallIconSize: PlasmaCore.Units.iconSizes.small
- readonly property bool autoSize: plasmoid.configuration.scaleIconsToFit
-
- readonly property int gridThickness: root.vertical ? root.width : root.height
- // Should change to 2 rows/columns on a 56px panel (in standard DPI)
- readonly property int rowsOrColumns: autoSize ? 1 : Math.max(1, Math.min(count, Math.floor(gridThickness / (smallIconSize + PlasmaCore.Units.smallSpacing))))
-
- // Add margins only if the panel is larger than a small icon (to avoid large gaps between tiny icons)
- readonly property int smallSizeCellLength: gridThickness < smallIconSize ? smallIconSize : smallIconSize + PlasmaCore.Units.smallSpacing * 2
- cellHeight: {
- if (root.vertical) {
- return autoSize ? root.width + PlasmaCore.Units.smallSpacing : smallSizeCellLength
- } else {
- return autoSize ? root.height : Math.floor(root.height / rowsOrColumns)
- }
- }
- cellWidth: {
- if (root.vertical) {
- return autoSize ? root.width : Math.floor(root.width / rowsOrColumns)
- } else {
- return autoSize ? root.height + PlasmaCore.Units.smallSpacing : smallSizeCellLength
- }
- }
-
- //depending on the form factor, we are calculating only one dimention, second is always the same as root/parent
- implicitHeight: root.vertical ? cellHeight * Math.ceil(count / rowsOrColumns) : root.height
- implicitWidth: !root.vertical ? cellWidth * Math.ceil(count / rowsOrColumns) : root.width
-
- // Used only by AbstractItem, but it's easiest to keep it here since it
- // uses dimensions from this item to calculate the final value
- readonly property int itemSize: {
- if (autoSize) {
- const size = Math.min(implicitWidth / rowsOrColumns, implicitHeight / rowsOrColumns)
- return PlasmaCore.Units.roundToIconSize(Math.min(size, PlasmaCore.Units.iconSizes.enormous))
- } else {
- return smallIconSize
- }
- }
-
- model: PlasmaCore.SortFilterModel {
- sourceModel: plasmoid.nativeInterface.systemTrayModel
- filterRole: "effectiveStatus"
- filterCallback: function(source_row, value) {
- return value === PlasmaCore.Types.ActiveStatus
- }
- }
-
- delegate: ItemLoader {}
-
- add: Transition {
- enabled: itemSize > 0
-
- NumberAnimation {
- property: "scale"
- from: 0
- to: 1
- easing.type: Easing.InOutQuad
- duration: PlasmaCore.Units.longDuration
- }
- }
-
- displaced: Transition {
- //ensure scale value returns to 1.0
- //https://doc.qt.io/qt-5/qml-qtquick-viewtransition.html#handling-interrupted-animations
- NumberAnimation {
- property: "scale"
- to: 1
- easing.type: Easing.InOutQuad
- duration: PlasmaCore.Units.longDuration
- }
- }
-
- move: Transition {
- NumberAnimation {
- properties: "x,y"
- easing.type: Easing.InOutQuad
- duration: PlasmaCore.Units.longDuration
- }
- }
- }
-
- }
- PlasmaCore.FrameSvgItem {
- id : panelSvg
-
- visible: false
-
- imagePath: "widgets/panel-background"
- }
- function popupPosition(width, height) {
- var screenAvail = plasmoid.availableScreenRect;
- var screen/*Geom*/ = plasmoid.screenGeometry;
- //QtBug - QTBUG-64115
- /*var screen = Qt.rect(screenAvail.x + screenGeom.x,
- screenAvail.y + screenGeom.y,
- screenAvail.width,
- screenAvail.height);*/
-
- var offset = PlasmaCore.Units.smallSpacing;
- // Fall back to bottom-left of screen area when the applet is on the desktop or floating.
- var x = offset;
- var y = screen.height - height - offset;
- var horizMidPoint = screen.x + (screen.width / 2);
- var vertMidPoint = screen.y + (screen.height / 2);
- var appletTopLeft = root.mapToGlobal(0, 0);
- var appletBottomLeft = root.mapToGlobal(0, root.height);
-
- x = (appletTopLeft.x < horizMidPoint) ? screen.x : (screen.x + screen.width) - width;
-
- if (appletTopLeft.x < horizMidPoint) {
- x += offset
- } else if (appletTopLeft.x + width > horizMidPoint){
- x -= offset
- }
-
- if (plasmoid.location == PlasmaCore.Types.TopEdge) {
-
- /*this is floatingAvatar.width*/
- offset = PlasmaCore.Units.smallSpacing*2;
- y = screen.y + parent.height + panelSvg.margins.bottom + offset;
- } else {
- offset = PlasmaCore.Units.smallSpacing*2;
- y = screen.y + screen.height - parent.height - height - panelSvg.margins.top - offset;
- }
-
- return Qt.point(x, y);
- }
-
-
- //Main popup
- PlasmaCore.Dialog {
- id: dialog
- //visualParent: root
- flags: Qt.WindowStaysOnTopHint
- location: PlasmaCore.Types.Floating;
- //location: plasmoid.location
- hideOnWindowDeactivate: !plasmoid.configuration.pin
- visible: systemTrayState.expanded
- //x: 200
- //y: 200
- onVisibleChanged: {
- var pos = popupPosition(dialog.width, dialog.height);
- dialog.x = pos.x;
- dialog.y = pos.y;
- systemTrayState.expanded = visible;
- }
- onHeightChanged: {
- var pos = popupPosition(dialog.width, dialog.height);
- dialog.x = pos.x;
- dialog.y = pos.y;
- }
-
- onWidthChanged: {
- var pos = popupPosition(dialog.width, dialog.height);
- dialog.x = pos.x;
- dialog.y = pos.y;
- }
- mainItem: ExpandedRepresentation {
- id: expandedRepresentation
-
- Keys.onEscapePressed: {
- systemTrayState.expanded = false
- }
-
- LayoutMirroring.enabled: Qt.application.layoutDirection === Qt.RightToLeft
- LayoutMirroring.childrenInherit: true
- }
-
- Component.onCompleted: {
- dialog.backgroundHints = 2;
- var pos = popupPosition(dialog.width, dialog.height);
- dialog.x = pos.x;
- dialog.y = pos.y;
- //dialog.type = 12;
- //dialog.flag = Qt.ToolTip;
- }
- }
-}
diff --git a/Plasma/Plasma Widgets/User/Date and Time/org.kde.plasma.digitalclocklite/contents/ui/CalendarView.qml b/Plasma/Plasma Widgets/User/Date and Time/org.kde.plasma.digitalclocklite/contents/ui/CalendarView.qml
deleted file mode 100644
index fbdc523..0000000
--- a/Plasma/Plasma Widgets/User/Date and Time/org.kde.plasma.digitalclocklite/contents/ui/CalendarView.qml
+++ /dev/null
@@ -1,454 +0,0 @@
-/*
- * Copyright 2013 Sebastian Kügler
- * Copyright 2015 Martin Klapetek
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
- * published by the Free Software Foundation; either version 2 of
- * the License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see .
- */
-import QtQuick 2.4
-import QtQuick.Layouts 1.1
-import org.kde.plasma.core 2.0 as PlasmaCore
-import org.kde.plasma.calendar 2.0 as PlasmaCalendar
-import org.kde.plasma.components 2.0 as PlasmaComponents
-import org.kde.plasma.extras 2.0 as PlasmaExtras
-
-PlasmaCore.Dialog {
- id: calendar
- objectName: "popupWindow"
- flags: Qt.WindowStaysOnTopHint
- location: PlasmaCore.Types.Floating
- hideOnWindowDeactivate: !plasmoid.configuration.pin
- //visible: isExpanded
- PlasmaCore.FrameSvgItem {
- id : panelSvg
-
- visible: false
-
- imagePath: "widgets/panel-background"
- }
- onVisibleChanged: {
-
- var pos = popupPosition(width, height);
- x = pos.x;
- y = pos.y;
-
- holidaysList.model = null;
- holidaysList.model = monthView.daysModel.eventsForDate(monthView.currentDate);
- }
- onHeightChanged: {
- var pos = popupPosition(width, height);
- x = pos.x;
- y = pos.y;
- }
-
- onWidthChanged: {
- var pos = popupPosition(width, height);
- x = pos.x;
- y = pos.y;
-
- }
-
- function popupPosition(i, j) {
- //w = _minimumWidth;
- //height = _minimumHeight * 1.5;
- //console.log(width + ", " + height);
- var screenAvail = plasmoid.availableScreenRect;
- var screen/*Geom*/ = plasmoid.screenGeometry;
- //QtBug - QTBUG-64115
- /*var screen = Qt.rect(screenAvail.x + screenGeom.x,
- screenAvail.y + screenGeom.y,
- screenAvail.width,
- screenAvail.height);*/
-
- var offset = PlasmaCore.Units.smallSpacing;
- // Fall back to bottom-left of screen area when the applet is on the desktop or floating.
- var x = offset;
- var y = screen.height - j - offset;
- var horizMidPoint = screen.x + (screen.width / 2);
- var vertMidPoint = screen.y + (screen.height / 2);
- var appletTopLeft = parent.mapToGlobal(0, 0);
- var appletBottomLeft = parent.mapToGlobal(0, parent.height);
-
- x = (appletTopLeft.x < horizMidPoint) ? screen.x : (screen.x + screen.width) - i;
-
- if (appletTopLeft.x < horizMidPoint) {
- x += offset
- } else if (appletTopLeft.x + i > horizMidPoint){
- x -= offset
- }
-
- if (plasmoid.location == PlasmaCore.Types.TopEdge) {
-
- /*this is floatingAvatar.width*/
- offset = PlasmaCore.Units.smallSpacing*2;
- y = screen.y + parent.height + panelSvg.margins.bottom + offset;
- } else {
- offset = PlasmaCore.Units.smallSpacing*2;
- y = screen.y + screen.height - (parent.height) - j - panelSvg.margins.top - offset;
- }
- //console.log(appletTopLeft + ", " + appletBottomLeft);
- return Qt.point(x, y);
- }
- //Layout.minimumWidth: _minimumWidth
- //Layout.minimumHeight: _minimumHeight
-
- //x: 0
- //y: 0
-
- // The "sensible" values
-
- //Layout.preferredWidth: _minimumWidth
- //Layout.preferredHeight: _minimumHeight * 1.5
-
- readonly property bool showAgenda: PlasmaCalendar.EventPluginsManager.enabledPlugins.length > 0
-
- property int _minimumWidth: (showAgenda ? agendaViewWidth : units.largeSpacing) + monthViewWidth
- property int _minimumHeight: PlasmaCore.Units.gridUnit * 12
-
- readonly property int agendaViewWidth: _minimumHeight
- readonly property int monthViewWidth: monthView.showWeekNumbers ? Math.round(_minimumHeight * 1.25) : Math.round(_minimumHeight * 1.125)
-
- property int boxWidth: (agendaViewWidth + monthViewWidth - ((showAgenda ? 3 : 4) * spacing)) / 2
-
- property int spacing: units.largeSpacing
- property alias borderWidth: monthView.borderWidth
- property alias monthView: monthView
-
- property bool debug: false
-
- property bool isExpanded: plasmoid.expanded
-
- onIsExpandedChanged: {
- // clear all the selections when the plasmoid is showing/hiding
- monthView.resetToToday();
- }
- FocusScope {
-
- Layout.minimumWidth: _minimumWidth * 0.8
- Layout.minimumHeight: _minimumHeight * 1.2
- Layout.maximumWidth: _minimumWidth * 0.8
- Layout.maximumHeight: _minimumHeight * 1.2
- Layout.preferredWidth: _minimumWidth * 0.8
- Layout.preferredHeight: _minimumHeight * 1.2
- PlasmaExtras.Heading {
- id: longDateLabel
- anchors.left: parent.left
- anchors.right: parent.right
- anchors.top: parent.top
- anchors.topMargin: PlasmaCore.Units.smallSpacing*2
- //height: dayHeading.height + dateHeading.height
- width: paintedWidth
- horizontalAlignment: Text.AlignHCenter
- //font.pixelSize: height
- //font.weight: Font.Light
- text: agenda.dateString("dddd") + ", " + Qt.locale().standaloneMonthName(monthView.currentDate.getMonth()) + agenda.dateString(" dd") + ", " + agenda.dateString("yyyy")
- level: 5
- }
- Item {
- id: agenda
- visible: calendar.showAgenda
-
- width: boxWidth * 0.75
- anchors {
- top: parent.top
- right: parent.right
- bottom: parent.bottom
- //rightMargin: units.smallSpacing
- topMargin: spacing
- bottomMargin: spacing
- }
-
- function dateString(format) {
- return Qt.formatDate(monthView.currentDate, format);
- }
-
- function formatDateWithoutYear(date) {
- // Unfortunatelly Qt overrides ECMA's Date.toLocaleDateString(),
- // which is able to return locale-specific date-and-month-only date
- // formats, with its dumb version that only supports Qt::DateFormat
- // enum subset. So to get a day-and-month-only date format string we
- // must resort to this magic and hope there are no locales that use
- // other separators...
- var format = Qt.locale().dateFormat(Locale.ShortFormat).replace(/[./ ]*Y{2,4}[./ ]*/i, '');
- return Qt.formatDate(date, format);
- }
-
- Connections {
- target: monthView
-
- onCurrentDateChanged: {
- // Apparently this is needed because this is a simple QList being
- // returned and if the list for the current day has 1 event and the
- // user clicks some other date which also has 1 event, QML sees the
- // sizes match and does not update the labels with the content.
- // Resetting the model to null first clears it and then correct data
- // are displayed.
- holidaysList.model = null;
- holidaysList.model = monthView.daysModel.eventsForDate(monthView.currentDate);
- }
- }
-
- Connections {
- target: monthView.daysModel
-
- onAgendaUpdated: {
- // Checks if the dates are the same, comparing the date objects
- // directly won't work and this does a simple integer subtracting
- // so should be fastest. One of the JS weirdness.
- if (updatedDate - monthView.currentDate === 0) {
- holidaysList.model = null;
- holidaysList.model = monthView.daysModel.eventsForDate(monthView.currentDate);
- }
- }
- }
-
- Connections {
- target: plasmoid.configuration
-
- onEnabledCalendarPluginsChanged: {
- PlasmaCalendar.EventPluginsManager.enabledPlugins = plasmoid.configuration.enabledCalendarPlugins;
- }
- }
-
- Binding {
- target: plasmoid
- property: "hideOnWindowDeactivate"
- value: !plasmoid.configuration.pin
- }
-
-
-
-
- TextMetrics {
- id: dateLabelMetrics
-
- // Date/time are arbitrary values with all parts being two-digit
- readonly property string timeString: Qt.formatTime(new Date(2000, 12, 12, 12, 12, 12, 12))
- readonly property string dateString: agenda.formatDateWithoutYear(new Date(2000, 12, 12, 12, 12, 12))
-
- font: theme.defaultFont
- text: timeString.length > dateString.length ? timeString : dateString
- }
-
- PlasmaExtras.ScrollArea {
- id: holidaysView
- anchors {
- top: parent.top
- topMargin: PlasmaCore.Units.largeSpacing
- left: parent.left
- right: parent.right
- bottom: parent.bottom
- }
- flickableItem.boundsBehavior: Flickable.StopAtBounds
-
- ListView {
- id: holidaysList
-
- delegate: PlasmaComponents.ListItem {
- id: eventItem
- property bool hasTime: {
- // Explicitly all-day event
- if (modelData.isAllDay) {
- return false;
- }
- // Multi-day event which does not start or end today (so
- // is all-day from today's point of view)
- if (modelData.startDateTime - monthView.currentDate < 0 &&
- modelData.endDateTime - monthView.currentDate > 86400000) { // 24hrs in ms
- return false;
- }
-
- // Non-explicit all-day event
- var startIsMidnight = modelData.startDateTime.getHours() == 0
- && modelData.startDateTime.getMinutes() == 0;
-
- var endIsMidnight = modelData.endDateTime.getHours() == 0
- && modelData.endDateTime.getMinutes() == 0;
-
- var sameDay = modelData.startDateTime.getDate() == modelData.endDateTime.getDate()
- && modelData.startDateTime.getDay() == modelData.endDateTime.getDay()
-
- if (startIsMidnight && endIsMidnight && sameDay) {
- return false
- }
-
- return true;
- }
-
- PlasmaCore.ToolTipArea {
- width: parent.width
- height: eventGrid.height
- active: eventTitle.truncated || eventDescription.truncated
- mainText: active ? eventTitle.text : ""
- subText: active ? eventDescription.text : ""
-
- GridLayout {
- id: eventGrid
- columns: 3
- rows: 2
- rowSpacing: 0
- columnSpacing: 2 * units.smallSpacing
-
- width: parent.width
-
- Rectangle {
- id: eventColor
-
- Layout.row: 0
- Layout.column: 0
- Layout.rowSpan: 2
- Layout.fillHeight: true
-
- color: modelData.eventColor
- width: 5 * units.devicePixelRatio
- visible: modelData.eventColor !== ""
- }
-
- PlasmaComponents.Label {
- id: startTimeLabel
-
- readonly property bool startsToday: modelData.startDateTime - monthView.currentDate >= 0
- readonly property bool startedYesterdayLessThan12HoursAgo: modelData.startDateTime - monthView.currentDate >= -43200000 //12hrs in ms
-
- Layout.row: 0
- Layout.column: 1
- Layout.minimumWidth: dateLabelMetrics.width
-
- text: startsToday || startedYesterdayLessThan12HoursAgo
- ? Qt.formatTime(modelData.startDateTime)
- : agenda.formatDateWithoutYear(modelData.startDateTime)
- horizontalAlignment: Qt.AlignRight
- visible: eventItem.hasTime
- }
-
- PlasmaComponents.Label {
- id: endTimeLabel
-
- readonly property bool endsToday: modelData.endDateTime - monthView.currentDate <= 86400000 // 24hrs in ms
- readonly property bool endsTomorrowInLessThan12Hours: modelData.endDateTime - monthView.currentDate <= 86400000 + 43200000 // 36hrs in ms
-
- Layout.row: 1
- Layout.column: 1
- Layout.minimumWidth: dateLabelMetrics.width
-
- text: endsToday || endsTomorrowInLessThan12Hours
- ? Qt.formatTime(modelData.endDateTime)
- : agenda.formatDateWithoutYear(modelData.endDateTime)
- horizontalAlignment: Qt.AlignRight
- enabled: false
-
- visible: eventItem.hasTime
- }
-
- PlasmaComponents.Label {
- id: eventTitle
-
- readonly property bool wrap: eventDescription.text === ""
-
- Layout.row: 0
- Layout.rowSpan: wrap ? 2 : 1
- Layout.column: 2
- Layout.fillWidth: true
-
-
- elide: Text.ElideRight
- text: modelData.title
- verticalAlignment: Text.AlignVCenter
- maximumLineCount: 2
- wrapMode: wrap ? Text.Wrap : Text.NoWrap
- }
-
- PlasmaComponents.Label {
- id: eventDescription
-
- Layout.row: 1
- Layout.column: 2
- Layout.fillWidth: true
-
- elide: Text.ElideRight
- text: modelData.description
- verticalAlignment: Text.AlignVCenter
- enabled: false
-
- visible: text !== ""
- }
- }
- }
- }
-
- section.property: "modelData.eventType"
- section.delegate: PlasmaExtras.Heading {
- level: 5
- elide: Text.ElideRight
- text: section
- font.weight: Font.Bold
- }
- }
- }
-
- PlasmaExtras.Heading {
- anchors.fill: holidaysView
- //anchors.leftMargin: units.smallSpacing
- anchors.rightMargin: units.largeSpacing
- text: monthView.isToday(monthView.currentDate) ? i18n("No events for today") + "\n"
- : i18n("No events for this day") + "\n";
- level: 5
- opacity: 0.8
- visible: holidaysList.count == 0
- }
-
- }
- Item {
- id: cal
- width: boxWidth
- anchors {
- top: parent.top
- left: parent.left
- bottom: parent.bottom
- leftMargin: PlasmaCore.Units.smallSpacing * 2
- topMargin: PlasmaCore.Units.largeSpacing * 2
- rightMargin: spacing
- bottomMargin: 0
- }
-
- CustomMonthView {
- id: monthView
- //borderOpacity: 0.25
- today: root.tzDate
- showWeekNumbers: plasmoid.configuration.showWeekNumbers
- firstDayOfWeek: Locale.Monday
- //showCustomHeader: true
- anchors.fill: parent
- //anchors.margins: 0
-
- }
- }
-
- // Allows the user to keep the calendar open for reference
- /*PlasmaComponents.ToolButton {
- anchors.right: parent.right
- width: Math.round(units.gridUnit * 1.25)
- height: width
- checkable: true
- iconSource: "window-pin"
- checked: plasmoid.configuration.pin
- onCheckedChanged: plasmoid.configuration.pin = checked
- }*/
- }
- Component.onCompleted: {
- calendar.backgroundHints = 2;
- var pos = popupPosition(width, height);
- x = pos.x;
- y = pos.y;
- }
-}
diff --git a/Plasma/Plasma Widgets/User/Date and Time/org.kde.plasma.digitalclocklite/contents/ui/DayDelegate.qml b/Plasma/Plasma Widgets/User/Date and Time/org.kde.plasma.digitalclocklite/contents/ui/DayDelegate.qml
deleted file mode 100644
index b31ad17..0000000
--- a/Plasma/Plasma Widgets/User/Date and Time/org.kde.plasma.digitalclocklite/contents/ui/DayDelegate.qml
+++ /dev/null
@@ -1,112 +0,0 @@
-/*
- SPDX-FileCopyrightText: 2013 Heena Mahour
- SPDX-FileCopyrightText: 2013 Sebastian Kügler
- SPDX-FileCopyrightText: 2015 Kai Uwe Broulik
- SPDX-FileCopyrightText: 2021 Jan Blackquill
- SPDX-FileCopyrightText: 2021 Carl Schwan
-
- SPDX-License-Identifier: GPL-2.0-or-later
-*/
-import QtQuick 2.0
-import org.kde.plasma.calendar 2.0
-import org.kde.plasma.core 2.0 as PlasmaCore
-import org.kde.plasma.components 3.0 as PlasmaComponents3
-import org.kde.plasma.extras 2.0 as PlasmaExtras
-import QtQml.Models 2.15
-import org.kde.kirigami 2.12 as Kirigami
-import QtGraphicalEffects 1.15
-
-import org.kde.plasma.calendar 2.0
-
-PlasmaComponents3.AbstractButton {
- id: dayStyle
-
- hoverEnabled: true
- property var dayModel: null
-
- signal activated
-
- readonly property date thisDate: new Date(yearNumber, typeof monthNumber !== "undefined" ? monthNumber - 1 : 0, typeof dayNumber !== "undefined" ? dayNumber : 1)
- readonly property bool today: {
- const today = root.today;
- let result = true;
- if (dateMatchingPrecision >= Calendar.MatchYear) {
- result = result && today.getFullYear() === thisDate.getFullYear()
- }
- if (dateMatchingPrecision >= Calendar.MatchYearAndMonth) {
- result = result && today.getMonth() === thisDate.getMonth()
- }
- if (dateMatchingPrecision >= Calendar.MatchYearMonthAndDay) {
- result = result && today.getDate() === thisDate.getDate()
- }
- return result
- }
- readonly property bool selected: {
- const current = root.currentDate;
- let result = true;
- if (dateMatchingPrecision >= Calendar.MatchYear) {
- result = result && current.getFullYear() === thisDate.getFullYear()
- }
- if (dateMatchingPrecision >= Calendar.MatchYearAndMonth) {
- result = result && current.getMonth() === thisDate.getMonth()
- }
- if (dateMatchingPrecision >= Calendar.MatchYearMonthAndDay) {
- result = result && current.getDate() === thisDate.getDate()
- }
- return result
- }
-
- PlasmaExtras.Highlight {
- id: todayRect
- anchors.fill: parent
- hovered: true
- opacity: {
- if (today) {
- return 0.7;
- } else if (selected) {
- return 0.6;
- } else if (dayStyle.hovered) {
- return 0.3;
- }
- return 0;
- }
- z: -1;
- }
-
- /*Loader {
- active: model.eventCount !== undefined && model.eventCount > 0
- anchors.bottom: parent.bottom
- anchors.bottomMargin: PlasmaCore.Units.smallSpacing
- anchors.horizontalCenter: parent.horizontalCenter
- sourceComponent: Row {
- spacing: PlasmaCore.Units.smallSpacing
- Repeater {
- model: DelegateModel {
- model: dayStyle.dayModel
- delegate: Rectangle {
- width: PlasmaCore.Units.smallSpacing * 1.5
- height: width
- radius: width / 2
- color: model.eventColor ? Kirigami.ColorUtils.linearInterpolation(model.eventColor, PlasmaCore.Theme.textColor, 0.2) : PlasmaCore.Theme.highlightColor
- }
-
- Component.onCompleted: rootIndex = modelIndex(index)
- }
- }
- }
- }*/
-
- contentItem: PlasmaExtras.Heading {
- id: label
- horizontalAlignment: Text.AlignHCenter
- verticalAlignment: Text.AlignVCenter
- text: model.label || dayNumber
- opacity: isCurrent ? 1.0 : 0.5
- wrapMode: Text.NoWrap
- elide: Text.ElideRight
- fontSizeMode: Text.Fit
- level: 5
- //font.pixelSize: 12
- //color: (model.eventCount !== undefined && model.eventCount > 0) ? Qt.darker(PlasmaCore.Theme.textColor, 0.5) : PlasmaCore.Theme.textColor
- }
-}
diff --git a/Plasma/Plasma Widgets/User/Date and Time/org.kde.plasma.digitalclocklite/contents/ui/main.qml b/Plasma/Plasma Widgets/User/Date and Time/org.kde.plasma.digitalclocklite/contents/ui/main.qml
deleted file mode 100644
index 83fb4a0..0000000
--- a/Plasma/Plasma Widgets/User/Date and Time/org.kde.plasma.digitalclocklite/contents/ui/main.qml
+++ /dev/null
@@ -1,233 +0,0 @@
-/*
- * Copyright 2013 Heena Mahour
- * Copyright 2013 Sebastian Kügler
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
- * published by the Free Software Foundation; either version 2 of
- * the License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see .
- */
-import QtQuick 2.0
-import QtQuick.Layouts 1.1
-import org.kde.plasma.plasmoid 2.0
-import org.kde.plasma.core 2.0 as PlasmaCore
-import org.kde.plasma.components 2.0 as PlasmaComponents
-import org.kde.plasma.extras 2.0 as PlasmaExtras
-import org.kde.kquickcontrolsaddons 2.0
-import org.kde.plasma.private.digitalclock 1.0
-import org.kde.kquickcontrolsaddons 2.0
-import org.kde.plasma.calendar 2.0 as PlasmaCalendar
-
-Item {
- id: root
- anchors.fill: parent
-
- // Updater 1/3 ==================================================================================================================================
- property string updateResponse;
- property string currentVersion: '5.5';
- property bool checkUpdateStartup: Plasmoid.configuration.checkUpdateStartup
- // ==============================================================================================================================================
-
- width: units.gridUnit * 10
- height: units.gridUnit * 4
- property string dateFormatString: setDateFormatString()
- property date tzDate: {
- // get the time for the given timezone from the dataengine
- var now = dataSource.data[plasmoid.configuration.lastSelectedTimezone]["DateTime"];
- // get current UTC time
- var msUTC = now.getTime() + (now.getTimezoneOffset() * 60000);
- // add the dataengine TZ offset to it
- return new Date(msUTC + (dataSource.data[plasmoid.configuration.lastSelectedTimezone]["Offset"] * 1000));
- }
-
- function initTimezones() {
- var tz = Array()
- if (plasmoid.configuration.selectedTimeZones.indexOf("Local") === -1) {
- tz.push("Local");
- }
- root.allTimezones = tz.concat(plasmoid.configuration.selectedTimeZones);
- }
-
- Plasmoid.preferredRepresentation: Plasmoid.fullRepresentation
- Plasmoid.compactRepresentation: null
- Plasmoid.fullRepresentation: smallRepresentation//mainRepresentation
-
- Plasmoid.toolTipItem: Loader {
- id: tooltipLoader
-
- Layout.minimumWidth: item ? item.width : 0
- Layout.maximumWidth: item ? item.width : 0
- Layout.minimumHeight: item ? item.height : 0
- Layout.maximumHeight: item ? item.height : 0
-
- source: "Tooltip.qml"
- }
-
- //We need Local to be *always* present, even if not disaplayed as
- //it's used for formatting in ToolTip.dateTimeChanged()
- property var allTimezones
- Connections {
- target: plasmoid.configuration
- onSelectedTimeZonesChanged: root.initTimezones();
- }
- Component {
- id: mainRepresentation
- CalendarView {
-
- }
- }
- Component {
- id: smallRepresentation
- DigitalClock
- {}
- }
-
- PlasmaCore.DataSource {
- id: dataSource
- engine: "time"
- connectedSources: allTimezones
- interval: plasmoid.configuration.showSeconds ? 1000 : 60000
- intervalAlignment: plasmoid.configuration.showSeconds ? PlasmaCore.Types.NoAlignment : PlasmaCore.Types.AlignToMinute
- }
-
- function setDateFormatString() {
- // remove "dddd" from the locale format string
- // /all/ locales in LongFormat have "dddd" either
- // at the beginning or at the end. so we just
- // remove it + the delimiter and space
- var format = Qt.locale().dateFormat(Locale.LongFormat);
- format = format.replace(/(^dddd.?\s)|(,?\sdddd$)/, "");
- return format;
- }
-
- function action_clockkcm() {
- KCMShell.open("clock");
- }
-
- function action_formatskcm() {
- KCMShell.open("formats");
- }
-
- // Updater 2/3 ==================================================================================================================================
-
- PlasmaCore.DataSource {
- id: executableNotification
- engine: "executable"
- onNewData: disconnectSource(sourceName) // cmd finished
- function exec(cmd) {
- connectSource(cmd)
- }
- }
-
- Timer {
- id:timerStartUpdater
- interval: 300000
- onTriggered: updaterNotification(false)
- }
-
- function availableUpdate() {
- var notificationCommand = "notify-send --icon=clock 'Plasmoid Digital Clock Lite' 'An update is available \nUpdate link' -t 30000";
- executableNotification.exec(notificationCommand);
- }
-
- function noAvailableUpdate() {
- var notificationCommand = "notify-send --icon=clock 'Plasmoid Digital Clock Lite' 'Your current version is up to date' -t 30000";
- executableNotification.exec(notificationCommand);
- }
-
- function updaterNotification(notifyUpdated) {
- var xhr = new XMLHttpRequest;
- xhr.responseType = 'text';
- xhr.open("GET", "https://raw.githubusercontent.com/Intika-Linux-Plasmoid/plasmoid-digital-clock-lite/master/version");
- xhr.onreadystatechange = function() {
- if (xhr.readyState == XMLHttpRequest.DONE) {
- updateResponse = xhr.responseText;
- console.log('.'+updateResponse+'.');
- console.log('.'+currentVersion+'.');
- //console.log('.'+xhr.status+'.');
- //console.log('.'+xhr.statusText+'.');
- if (updateResponse.localeCompare(currentVersion) && updateResponse.localeCompare('') && updateResponse.localeCompare('404: Not Found\n')) {
- availableUpdate();
- } else if (notifyUpdated) {
- noAvailableUpdate();
- }
- }
- };
- xhr.send();
- }
-
- function action_checkUpdate() {
- updaterNotification(true);
- }
-
- /*PlasmaCore.Dialog {
- id: dialog
- flags: Qt.WindowStaysOnTopHint
- location: PlasmaCore.Types.Floating;
- hideOnWindowDeactivate: !plasmoid.configuration.pin
- visible: plasmoid.expanded
- onVisibleChanged: {
- var pos = popupPosition(dialog.width, dialog.height);
- dialog.x = pos.x;
- dialog.y = pos.y;
- plasmoid.expanded = visible;
- }
- onHeightChanged: {
- var pos = popupPosition(dialog.width, dialog.height);
- dialog.x = pos.x;
- dialog.y = pos.y;
- }
-
- onWidthChanged: {
- var pos = popupPosition(dialog.width, dialog.height);
- dialog.x = pos.x;
- dialog.y = pos.y;
- }
- mainItem: CalendarView {
- id: expandedRepresentation
-
- Keys.onEscapePressed: {
- plasmoid.expanded = false
- }
-
- LayoutMirroring.enabled: Qt.application.layoutDirection === Qt.RightToLeft
- LayoutMirroring.childrenInherit: true
- }
- Component.onCompleted: {
- dialog.backgroundHints = 2;
- var pos = popupPosition(dialog.width, dialog.height);
- dialog.x = pos.x;
- dialog.y = pos.y;
- //dialog.type = 12;
- //dialog.flag = Qt.ToolTip;
- }
- }*/
- // ==============================================================================================================================================
-
- Component.onCompleted: {
- root.initTimezones();
- if (KCMShell.authorize("clock.desktop").length > 0) {
- plasmoid.setAction("clockkcm", i18n("Adjust Date and Time..."), "preferences-system-time");
- }
- if (KCMShell.authorize("formats.desktop").length > 0) {
- plasmoid.setAction("formatskcm", i18n("Set Time Format..."));
- }
-
- // Set the list of enabled plugins from config
- // to the manager
- PlasmaCalendar.EventPluginsManager.enabledPlugins = plasmoid.configuration.enabledCalendarPlugins;
-
- // Updater 3/3 ==============================================================================================================================
- plasmoid.setAction("checkUpdate", i18n("Check for updates on github"), "view-grid");
- if (checkUpdateStartup) {timerStartUpdater.start();}
- // ==========================================================================================================================================
- }
-}
diff --git a/Plasma/Plasma Widgets/User/Date and Time/org.kde.plasma.digitalclocklite/metadata.desktop b/Plasma/Plasma Widgets/User/Date and Time/org.kde.plasma.digitalclocklite/metadata.desktop
deleted file mode 100644
index 3477ccc..0000000
--- a/Plasma/Plasma Widgets/User/Date and Time/org.kde.plasma.digitalclocklite/metadata.desktop
+++ /dev/null
@@ -1,148 +0,0 @@
-[Desktop Entry]
-Name=Digital Clock Lite
-Name[af]=Digitale horlosie Lite
-Name[ar]= Lite ساعة رقمية
-Name[be]=Лічбавы гадзіннік Lite
-Name[be@latin]=Ličbavy hadzińnik Lite
-Name[bg]=Цифров часовник Lite
-Name[bn]=ডিজিটাল ঘড়ি
-Name[bn_IN]=ডিজিট্যাল ঘড়ি
-Name[bs]=Digitalni sat Lite
-Name[ca]=Rellotge digital Lite
-Name[ca@valencia]=Rellotge digital Lite
-Name[cs]=Digitální hodiny Lite
-Name[csb]=Cyfrowi zédżer Lite
-Name[da]=Digitalt ur Lite
-Name[de]=Digitale Uhr Lite
-Name[el]=Ψηφιακό ρολόι Lite
-Name[en_GB]=Digital Clock Lite
-Name[eo]=Cifereca horloĝo Lite
-Name[es]=Reloj digital Lite
-Name[et]=Digikell Lite
-Name[eu]=Erloju digitala Lite
-Name[fi]=Digitaalinen kello Lite
-Name[fr]=Horloge numérique Lite
-Name[fy]=Digitale klok Lite
-Name[ga]=Clog Digiteach Lite
-Name[gl]=Reloxo dixital Lite
-Name[gu]=ડિજીટલ ઘડિયાળ
-Name[he]=Lite שעון דיגיטלי
-Name[hi]=डिजिटल घड़ी
-Name[hne]=डिजिटल घड़ी
-Name[hr]=Digitalni sat Lite
-Name[hsb]=Digitalny časnik Lite
-Name[hu]=Digitális óra Lite
-Name[ia]=Horologio digital Lite
-Name[id]=Jam Digital Lite
-Name[is]=Stafræn klukka Lite
-Name[it]=Orologio digitale Lite
-Name[ja]=デジタル時計 Lite
-Name[kk]=Цифрлық сағат Lite
-Name[km]=នាឡិកាឌីជីថល
-Name[kn]=ಅಂಕೀಯ (ಡಿಜಿಟಲ್) ಗಡಿಯಾರ Lite
-Name[ko]=디지털 시계 Lite
-Name[ku]=Demjimêra Dîjîtal Lite
-Name[lt]=Skaitmeninis laikrodis Lite
-Name[lv]=Ciparu pulkstenis Lite
-Name[mai]=डिजिटल घडी
-Name[mk]=Дигитален часовник Lite
-Name[ml]=ഡിജിറ്റല് ഘടികാരം
-Name[mr]=डिजिटल घड्याळ
-Name[nb]=Digital klokke Lite
-Name[nds]=Digitaal Klock Lite
-Name[ne]=डिजिटल घडी
-Name[nl]=Digitale klok Lite
-Name[nn]=Digital klokke Lite
-Name[oc]=Relòtge numeric Lite
-Name[or]=ସାଂଖିକ ଘଡ଼ି
-Name[pa]=ਡਿਜਿਟਲ ਘੜੀ
-Name[pl]=Zegar cyfrowy Lite
-Name[pt]=Relógio Digital Lite
-Name[pt_BR]=Relógio digital Lite
-Name[ro]=Ceas digital Lite
-Name[ru]=Цифровые часы Lite
-Name[se]=Digitálalaš diibmu Lite
-Name[si]=අංකිත ඔරලෝසුව
-Name[sk]=Digitálne hodiny Lite
-Name[sl]=Digitalna ura Lite
-Name[sr]=дигитални сат Lite
-Name[sr@ijekavian]=дигитални сат Lite
-Name[sr@ijekavianlatin]=digitalni sat Lite
-Name[sr@latin]=digitalni sat Lite
-Name[sv]=Digitalklocka Lite
-Name[ta]=எண்ணுரு கடிகாரம்
-Name[te]=డిజిటల్ గడియారం
-Name[tg]=Соати рақамӣ Lite
-Name[th]=นาฬิกาดิจิทัล
-Name[tr]=Dijital Saat Lite
-Name[ug]=Lite رەقەملىك سائەت
-Name[uk]=Цифровий годинник Lite
-Name[uz]=Raqamli soat Lite
-Name[uz@cyrillic]=Рақамли соат Lite
-Name[vi]=Đồng hồ số Lite
-Name[wa]=Ôrlodje didjitåle Lite
-Name[x-test]=xxDigital Clockxx Lite
-Name[zh_CN]=数字钟 Lite
-Name[zh_TW]=數位時鐘 Lite
-
-Comment=Time displayed in a digital format
-Comment[ar]=الوقت بتنسيق رقميّ
-Comment[bs]=Vrijeme prikazano u digitalnom obliku
-Comment[ca]=Mostra l'hora en un format digital
-Comment[ca@valencia]=Mostra l'hora en un format digital
-Comment[cs]=Čas zobrazený v digitální podobě
-Comment[da]=Tiden vist i et digitalt format
-Comment[de]=Zeigt die Uhrzeit in digitaler Form an.
-Comment[el]=Εμφάνιση της ώρας σε ψηφιακή μορφή
-Comment[en_GB]=Time displayed in a digital format
-Comment[es]=La hora mostrada en formato digital
-Comment[et]=Aja esitamine digitaalsel kujul
-Comment[eu]=Ordua formatu digitalean bistaratua
-Comment[fi]=Aika näytettynä digitaalimuodossa
-Comment[fr]=L'heure au format numérique
-Comment[gl]=A hora mostrada nun formato dixital
-Comment[he]=השעה מוצגת בפורמט דיגיטלי
-Comment[hu]=Digitális formában kijelzett idő
-Comment[id]=Waktu ditampilkan dalam format digital
-Comment[is]=Klukkan sýnd á stafrænu formi
-Comment[it]=Ora indicata in formato digitale
-Comment[ja]=デジタル形式で表示される時刻
-Comment[ko]=디지털 시계
-Comment[lt]=Laikas rodomas skaitmeniniu formatu
-Comment[nb]=Klokkeslett vist i digitalt format
-Comment[nds]=Tiet wiest in digitaal Formaat
-Comment[nl]=Tijd weergegeven in een digitale opmaak
-Comment[nn]=Klokka vist i digitalformat
-Comment[pa]=ਡਿਜ਼ਿਟਲ ਫਾਰਮੈਟ ਵਿੱਚ ਸਮਾਂ ਵੇਖੋ
-Comment[pl]=Wyświetla czas w formacie cyfrowym
-Comment[pt]=A hora apresentada num formato digital
-Comment[pt_BR]=Hora exibida em formato digital
-Comment[ru]=Показ времени цифрами
-Comment[sk]=Čas zobrazený v digitálnom formáte
-Comment[sl]=Prikaz časa v digitalni obliki
-Comment[sr]=Време дато у дигиталном формату
-Comment[sr@ijekavian]=Време дато у дигиталном формату
-Comment[sr@ijekavianlatin]=Vreme dato u digitalnom formatu
-Comment[sr@latin]=Vreme dato u digitalnom formatu
-Comment[sv]=Tid visad med digitalformat
-Comment[tr]=Dijital biçimde gösterilen saat
-Comment[uk]=Час, показаний у цифровому форматі
-Comment[x-test]=xxTime displayed in a digital formatxx
-Comment[zh_CN]=以数字格式显示的时间
-Comment[zh_TW]=以數位格式顯示時間
-
-Icon=preferences-system-time
-Type=Service
-X-KDE-ParentApp=
-X-KDE-PluginInfo-Author=Martin Klapetek - Intika MoD
-X-KDE-PluginInfo-Email=mklapetek@kde.org - Intika MoD
-X-KDE-PluginInfo-License=GPL-2.0+
-X-KDE-PluginInfo-Name=org.kde.plasma.digitalclocklite
-X-KDE-PluginInfo-Version=5.5
-X-KDE-PluginInfo-Website=plasma.kde.org
-X-KDE-ServiceTypes=Plasma/Applet
-X-Plasma-API=declarativeappletscript
-X-KDE-PluginInfo-Category=Date and Time
-X-Plasma-Provides=org.kde.plasma.time,org.kde.plasma.date
-
-X-Plasma-MainScript=ui/main.qml
diff --git a/Plasma/Plasma Widgets/User/Show Desktop/org.kde.plasma.win7showdesktop/contents/config/main.xml b/Plasma/Plasma Widgets/User/Show Desktop/org.kde.plasma.win7showdesktop/contents/config/main.xml
deleted file mode 100644
index 2feb271..0000000
--- a/Plasma/Plasma Widgets/User/Show Desktop/org.kde.plasma.win7showdesktop/contents/config/main.xml
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
-
-
- showdesktop
-
-
-
-
-
- run_commands
-
-
- qdbus org.kde.kglobalaccel /component/kmix invokeShortcut "increase_volume"
-
-
- qdbus org.kde.kglobalaccel /component/kmix invokeShortcut "decrease_volume"
-
-
- 3
-
-
- false
-
-
- 1000
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/Plasma/Plasma Widgets/User/Show Desktop/org.kde.plasma.win7showdesktop/contents/ui/main.qml b/Plasma/Plasma Widgets/User/Show Desktop/org.kde.plasma.win7showdesktop/contents/ui/main.qml
deleted file mode 100644
index 0fe716a..0000000
--- a/Plasma/Plasma Widgets/User/Show Desktop/org.kde.plasma.win7showdesktop/contents/ui/main.qml
+++ /dev/null
@@ -1,454 +0,0 @@
-/*
- Copyright (C) 2019 Chris Holland
- Copyright (C) 2014 Ashish Madeti
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License along
- with this program; if not, write to the Free Software Foundation, Inc.,
- 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-*/
-
-import QtQuick 2.7
-import QtQuick.Layouts 1.1
-
-import org.kde.plasma.plasmoid 2.0
-import org.kde.plasma.core 2.0 as PlasmaCore
-// import org.kde.plasma.components 2.0 as PlasmaComponents
-
-import org.kde.plasma.private.showdesktop 0.1
-
-import org.kde.draganddrop 2.0 as DragAndDrop
-import org.kde.taskmanager 0.1 as TaskManager
-
-Item {
- id: widget
-
- Layout.minimumWidth: Layout.maximumWidth
- Layout.minimumHeight: Layout.maximumHeight
-
- // In Latte, widgets are always Mutable.
- property bool isInLatte: false // Latte v8
- // Latte will set inEditMode=true when editing the dock.
- // https://techbase.kde.org/LatteDock#latteBridge
- property QtObject latteBridge: null // Latte v9
- readonly property bool inLatte: latteBridge !== null
-
- readonly property bool isWidgetUnlocked: {
- if (isInLatte) { // Latte v8
- return false
- } else if (inLatte) { // Latte v9
- return latteBridge.inEditMode
- } else if (plasmoid.immutability != PlasmaCore.Types.Mutable) { // Plasma 5.17 and below
- return false
- } else { // Plasma 5.18
- return widget.editMode
- }
- }
-
- //--- containment.editMode detector
- property var containmentInterface: null
- readonly property bool editMode: containmentInterface ? containmentInterface.editMode : false
- onParentChanged: {
- if (parent) {
- for (var obj = widget, depth = 0; !!obj; obj = obj.parent, depth++) {
- // console.log('depth', depth, 'obj', obj)
- if (obj.toString().startsWith('ContainmentInterface')) {
- // desktop containment / plasmoidviewer
- // Note: This doesn't always work. FolderViewDropArea may not yet have
- // ContainmentInterface as a parent when this loop runs.
- if (typeof obj['editMode'] === 'boolean') {
- // console.log('\t', 'obj.editMode', obj.editMode, typeof obj['editMode'])
- widget.containmentInterface = obj
- break
- }
- } else if (obj.toString().startsWith('DeclarativeDropArea')) {
- // panel containment
- if (typeof obj['Plasmoid'] !== 'undefined' && obj['Plasmoid'].toString().startsWith('ContainmentInterface')) {
- if (typeof obj['Plasmoid']['editMode'] === 'boolean') {
- // console.log('\t', 'obj.Plasmoid', obj.Plasmoid, typeof obj['Plasmoid']) // ContainmentInterface
- // console.log('\t', 'obj.Plasmoid.editMode', obj.Plasmoid.editMode, typeof obj['Plasmoid']['editMode'])
- widget.containmentInterface = obj.Plasmoid
- break
- }
- }
- }
- }
- }
- }
-
- //---
- property int iconSize: units.iconSizes.smallMedium
- property int size: {
- if (isWidgetUnlocked) {
- return iconSize
- } else {
- return Math.max(1, plasmoid.configuration.size) * units.devicePixelRatio
- }
- }
-
- AppletConfig {
- id: config
- }
-
- //---
- state: {
- if (plasmoid.formFactor == PlasmaCore.Types.Vertical) return "vertical"
- if (plasmoid.formFactor == PlasmaCore.Types.Horizontal) return "horizontal"
- return "square"
- }
-
- states: [
- State { name: "square"
- PropertyChanges {
- target: widget
- Layout.minimumWidth: units.iconSizeHints.desktop
- Layout.minimumHeight: units.iconSizeHints.desktop
- Layout.maximumWidth: -1
- Layout.maximumHeight: -1
- iconSize: units.iconSizeHints.desktop
- }
- PropertyChanges {
- target: buttonRect
- y: 0
- x: 0
- width: plasmoid.width
- height: plasmoid.height
- }
- /*PropertyChanges {
- target: edgeLine
- color: "transparent"
- anchors.fill: edgeLine.parent
- border.color: config.edgeColor
- }*/
- },
- State { name: "vertical" // ...panel (fat short button)
- // Assume it's on the bottom. Breeze has margins of top=4 right=5 bottom=1 left=N/A
- PropertyChanges {
- target: widget
- Layout.maximumWidth: plasmoid.width
- Layout.maximumHeight: widget.size // size + bottomMargin = totalHeight
- iconSize: Math.min(plasmoid.width, units.iconSizes.smallMedium)
- }
- PropertyChanges {
- target: buttonRect
- rightMargin: 5
- bottomMargin: 5
- }
- /*PropertyChanges {
- target: edgeLine
- height: 1 * units.devicePixelRatio
- }
- AnchorChanges {
- target: edgeLine
- anchors.left: edgeLine.parent.left
- anchors.top: edgeLine.parent.top
- anchors.right: edgeLine.parent.right
- }*/
- },
- State { name: "horizontal" // ...panel (thin tall button)
- // Assume it's on the right. Breeze has margins of top=4 right=5 bottom=1 left=N/A
- PropertyChanges {
- target: widget
- Layout.maximumWidth: widget.size // size + rightMargin = totalWidth
- Layout.maximumHeight: plasmoid.height
- iconSize: Math.min(plasmoid.height, units.iconSizes.smallMedium)
- }
- PropertyChanges {
- target: buttonRect
- topMargin: 4
- rightMargin: 5
- bottomMargin: 3
- }
- /*PropertyChanges {
- target: edgeLine
- width: 1 * units.devicePixelRatio
- }
- AnchorChanges {
- target: edgeLine
- anchors.left: edgeLine.parent.left
- anchors.top: edgeLine.parent.top
- anchors.bottom: edgeLine.parent.bottom
- }*/
- }
- ]
-
- Plasmoid.preferredRepresentation: Plasmoid.fullRepresentation
- Plasmoid.onActivated: widget.performClick()
-
- function performClick() {
- if (plasmoid.configuration.click_action == 'minimizeall') {
- minimizeAll.toggleActive()
- } else if (plasmoid.configuration.click_action == 'run_command') {
- widget.exec(plasmoid.configuration.click_command)
- } else { // Default: showdesktop
- showdesktop.showingDesktop = !showdesktop.showingDesktop
- }
- }
-
- function performMouseWheelUp() {
- widget.exec(plasmoid.configuration.mousewheel_up)
- }
-
- function performMouseWheelDown() {
- widget.exec(plasmoid.configuration.mousewheel_down)
- }
-
- //--- ShowDesktop
- // https://github.com/KDE/plasma-desktop/blob/master/applets/showdesktop/package/contents/ui/main.qml
- ShowDesktop {
- id: showdesktop
- property bool isPeeking: false
- onIsPeekingChanged: {
- if (isPeeking) {
- showingDesktop = true
- }
- }
-
- function initPeeking() {
- // console.log('initPeeking')
- // console.log('showingDesktop', showingDesktop)
- // console.log('peekTimer.running', peekTimer.running)
- if (!showingDesktop) {
- if (plasmoid.configuration.peekingEnabled) {
- peekTimer.restart()
- }
- }
- }
-
- function cancelPeek() {
- // console.log('cancelPeek')
- // console.log('peekTimer.running', peekTimer.running)
- peekTimer.stop()
- if (isPeeking) {
- isPeeking = false
- showingDesktop = false
- }
- }
- }
-
- //--- MinimizeAll
- // https://github.com/KDE/plasma-desktop/blob/master/applets/minimizeall/package/contents/ui/main.qml
- QtObject {
- id: minimizeAll
- property bool active: false
- property var minimizedClients: [] //list of persistentmodelindexes from task manager model of clients minimised by us
-
- property var taskModel: TaskManager.TasksModel {
- id: tasksModel
- sortMode: TaskManager.TasksModel.SortDisabled
- groupMode: TaskManager.TasksModel.GroupDisabled
- }
- property var taskModelConnection: Connections {
- target: tasksModel
- enabled: minimizeAll.active
-
- onActiveTaskChanged: {
- if (tasksModel.activeTask.valid) { //to suppress changing focus to non windows, such as the desktop
- minimizeAll.active = false
- minimizeAll.minimizedClients = []
- }
- }
- onVirtualDesktopChanged: minimizeAll.deactivate()
- onActivityChanged: minimizeAll.deactivate()
- }
-
- function activate() {
- var clients = []
- for (var i = 0; i < tasksModel.count; i++) {
- var idx = tasksModel.makeModelIndex(i)
- if (!tasksModel.data(idx, TaskManager.AbstractTasksModel.IsMinimized)) {
- tasksModel.requestToggleMinimized(idx)
- clients.push(tasksModel.makePersistentModelIndex(i))
- }
- }
- minimizedClients = clients
- active = true
- }
-
- function deactivate() {
- active = false;
- for (var i = 0; i < minimizedClients.length; i++) {
- var idx = minimizedClients[i]
- //client deleted, do nothing
- if (!idx.valid) {
- continue
- }
- //if the user has restored it already, do nothing
- if (!tasksModel.data(idx, TaskManager.AbstractTasksModel.IsMinimized)) {
- continue
- }
- tasksModel.requestToggleMinimized(idx)
- }
- minimizedClients = []
- }
-
- function toggleActive() {
- if (active) {
- deactivate()
- } else {
- activate()
- }
- }
- }
- //---
-
- Timer {
- id: peekTimer
- interval: plasmoid.configuration.peekingThreshold
- onTriggered: {
- showdesktop.isPeeking = true
- }
- }
-
- Rectangle {
- id: buttonRect
- color: "transparent"
-
- property int topMargin: 0
- property int rightMargin: 0
- property int bottomMargin: 0
- property int leftMargin: 0
-
- y: -topMargin
- x: -leftMargin
- width: leftMargin + plasmoid.width + rightMargin
- height: topMargin + plasmoid.height + bottomMargin
-
- PlasmaCore.FrameSvgItem {
- id: buttonImg
- anchors.fill: parent
- anchors.topMargin: 2;
- anchors.rightMargin: 3;
- anchors.bottomMargin: 1;
-
- imagePath: "widgets/showdesktop"
- prefix: {
- if(control.containsPress) return "selected";
- if(control.containsMouse) return "hover";
- return "normal";
- }
-
- MouseArea {
- id: control
- anchors.fill: parent
- hoverEnabled: true
- onClicked: {
- if (showdesktop.isPeeking && showdesktop.showingDesktop) {
- showdesktop.isPeeking = false
- } else {
- peekTimer.stop()
-
- if (true) {
- widget.performClick()
- } else {
- showdesktop.showingDesktop = false
- minimizeAll.toggleActive()
- }
- }
- }
- onEntered: {
- // console.log('onEntered')
- showdesktop.initPeeking()
- }
- onExited: {
- // console.log('onExited')
- showdesktop.cancelPeek()
- }
-
-
- // org.kde.plasma.volume
- property int wheelDelta: 0
- onWheel: {
- var delta = wheel.angleDelta.y || wheel.angleDelta.x
- wheelDelta += delta
- // Magic number 120 for common "one click"
- // See: http://qt-project.org/doc/qt-5/qml-qtquick-wheelevent.html#angleDelta-prop
- while (wheelDelta >= 120) {
- wheelDelta -= 120
- widget.performMouseWheelUp()
- }
- while (wheelDelta <= -120) {
- wheelDelta += 120
- widget.performMouseWheelDown()
- }
- wheel.accepted = true
- }
- }
-
- DragAndDrop.DropArea {
- anchors.fill: parent
- onDragEnter: {
- // console.log('showDesktopDropArea.onDragEnter')
- // showdesktop.initPeeking()
- showdesktop.showingDesktop = true
- }
- }
- }
-
- // PlasmaComponents.Button {
- // anchors.fill: parent
- // // anchors.left: parent.left
- // // anchors.top: parent.top + 3
- // // anchors.right: parent.right + 5
- // // anchors.bottom: parent.bottom + 5
- // // width: parent.width
- // // height: parent.height
- // onClicked: showdesktop.showDesktop()
- // }
- }
-
- PlasmaCore.IconItem {
- anchors.centerIn: parent
- visible: widget.isWidgetUnlocked
- source: "transform-move"
- width: units.iconSizes.smallMedium
- height: units.iconSizes.smallMedium
- }
-
- // org.kde.plasma.mediacontrollercompact
- PlasmaCore.DataSource {
- id: executeSource
- engine: "executable"
- connectedSources: []
- onNewData: {
- //we get new data when the process finished, so we can remove it
- disconnectSource(sourceName)
- }
- }
- function exec(cmd) {
- //Note: we assume that 'cmd' is executed quickly so that a previous call
- //with the same 'cmd' has already finished (otherwise no new cmd will be
- //added because it is already in the list)
- executeSource.connectSource(cmd)
- }
-
-
- Component.onCompleted: {
- plasmoid.setAction("toggleLockWidgets", i18n("Toggle Lock Widgets (Plasma 5.18)"), "object-locked")
- plasmoid.setAction("showdesktop", i18nd("plasma_applet_org.kde.plasma.showdesktop", "Show Desktop"), "user-desktop")
- plasmoid.setAction("minimizeall", i18ndc("plasma_applet_org.kde.plasma.showdesktop", "@action", "Minimize All Windows"), "user-desktop")
- }
-
- //---
- function action_toggleLockWidgets() {
- var cmd = 'qdbus org.kde.plasmashell /PlasmaShell evaluateScript "lockCorona(!locked)"'
- widget.exec(cmd)
- }
-
- function action_showdesktop() {
- showdesktop.showingDesktop = true
- }
-
- function action_minimizeall() {
- minimizeAll.toggleActive()
- }
-}
diff --git a/Plasma/Plasma Widgets/User/Show Desktop/org.kde.plasma.win7showdesktop/metadata.desktop b/Plasma/Plasma Widgets/User/Show Desktop/org.kde.plasma.win7showdesktop/metadata.desktop
deleted file mode 100644
index fb3d438..0000000
--- a/Plasma/Plasma Widgets/User/Show Desktop/org.kde.plasma.win7showdesktop/metadata.desktop
+++ /dev/null
@@ -1,132 +0,0 @@
-[Desktop Entry]
-Name=Show Desktop (Win7)
-Comment=Show the Plasma desktop
-
-Type=Service
-Icon=user-desktop
-
-X-KDE-PluginInfo-Author=Petri Damstén + Chris Holland
-X-KDE-PluginInfo-Email=zrenfire@gmail.com
-X-KDE-PluginInfo-Name=org.kde.plasma.win7showdesktop
-X-KDE-PluginInfo-Version=11
-X-KDE-PluginInfo-Website=https://github.com/Zren/plasma-applet-win7showdesktop
-X-KDE-PluginInfo-Category=Windows and Tasks
-X-KDE-PluginInfo-Depends=
-X-KDE-PluginInfo-License=GPL
-X-KDE-PluginInfo-EnabledByDefault=true
-X-Plasma-MainScript=ui/main.qml
-X-Plasma-Provides=org.kde.plasma.windowmanagement
-
-X-Plasma-API=declarativeappletscript
-X-KDE-ServiceTypes=Plasma/Applet
-X-KDE-FormFactors=desktop
-
-
-Name[ar]=أظهر سطح المكتب (Win7)
-Name[bs]=Prikaži radnu površinu (Win7)
-Name[ca]=Mostra l'escriptori (Win7)
-Name[ca@valencia]=Mostra l'escriptori (Win7)
-Name[cs]=Zobrazit plochu (Win7)
-Name[da]=Vis skrivebord (Win7)
-Name[de]=Arbeitsfläche anzeigen (Win7)
-Name[el]=Εμφάνιση επιφάνειας εργασίας (Win7)
-Name[en_GB]=Show Desktop (Win7)
-Name[es]=Mostrar el escritorio (Win7)
-Name[et]=Töölaua näitamine (Win7)
-Name[eu]=Erakutsi mahaigaina (Win7)
-Name[fi]=Näytä työpöytä (Win7)
-Name[fr]=Afficher un bureau (Win7)
-Name[ga]=Taispeáin an Deasc (Win7)
-Name[gl]=Mostrar o escritorio (Win7)
-Name[he]=הצג שולחן עבודה (Win7)
-Name[hr]=Prkaži radnu površinu (Win7)
-Name[hu]=A munkaasztal megjelenítése (Win7)
-Name[is]=Sýna skjáborðið (Win7)
-Name[it]=Mostra desktop (Win7)
-Name[ja]=デスクトップを表示 (Win7)
-Name[kk]=Үстел бетін көрсету (Win7)
-Name[km]=បង្ហាញផ្ទៃតុ (Win7)
-Name[ko]=데스크톱 보이기 (Win7)
-Name[ku]=Sermasê Nîşan Bide (Win7)
-Name[lt]=Rodyti darbalaukį (Win7)
-Name[lv]=Parādīt darbvirsmu (Win7)
-Name[mr]=डेस्कटॉप दर्शवा (Win7)
-Name[nb]=Vis skrivebord (Win7)
-Name[nds]=Schriefdisch wiesen (Win7)
-Name[nl]=Bureaublad tonen (Win7)
-Name[nn]=Vis skrivebord (Win7)
-Name[pa]=ਡੈਸਕਟਾਪ ਵੇਖੋ (Win7)
-Name[pl]=Pokaż pulpit (Win7)
-Name[pt]=Mostrar o Ecrã (Win7)
-Name[pt_BR]=Exibir a área de trabalho (Win7)
-Name[ro]=Arată biroul (Win7)
-Name[ru]=Показать рабочий стол (Win7)
-Name[sk]=Zobraziť plochu (Win7)
-Name[sl]=Pokaži namizje (Win7)
-Name[sq]=Shfaq Hapësirën e Punës (Win7)
-Name[sr]=приказ површи (Win7)
-Name[sr@ijekavian]=приказ површи (Win7)
-Name[sr@ijekavianlatin]=prikaz površi (Win7)
-Name[sr@latin]=prikaz površi (Win7)
-Name[sv]=Visa skrivbord (Win7)
-Name[th]=แสดงพื้นที่ทำงาน (Win7)
-Name[tr]=Masaüstünü Göster (Win7)
-Name[ug]=ئۈستەلئۈستىنى كۆرسەت (Win7)
-Name[uk]=Показати стільницю (Win7)
-Name[wa]=Mostrer scribanne (Win7)
-Name[x-test]=xxShow Desktopxx (Win7)
-Name[zh_CN]=显示桌面 (Win7)
-Name[zh_TW]=顯示桌面 (Win7)
-Comment[ar]=أظهر سطح مكتب بلازما
-Comment[bs]=Prikazi plazma površ
-Comment[ca]=Mostra l'escriptori Plasma
-Comment[ca@valencia]=Mostra l'escriptori Plasma
-Comment[cs]=Zobrazení plochy Plasmy
-Comment[da]=Viser Plasmas skrivebord.
-Comment[de]=Die Plasma-Arbeitsfläche anzeigen
-Comment[el]=Εμφάνιση της επιφάνειας εργασίας plasma
-Comment[en_GB]=Show the Plasma desktop
-Comment[es]=Mostrar el escritorio de Plasma
-Comment[et]=Plasma töölaua näitamine
-Comment[eu]=Erakutsi Plasma mahaigaina
-Comment[fi]=Näyttää työpöydän
-Comment[fr]=Afficher le bureau Plasma
-Comment[ga]=Taispeáin an deasc Plasma
-Comment[gl]=Mostra o escritorio Plasma
-Comment[he]=מציג את שולחן העבודה Plasma
-Comment[hr]=Prikaži radnu površinu Plasme
-Comment[hu]=A Plazma munkaasztal megjelenítése
-Comment[is]=Sýna Plasmaskjáborðið
-Comment[it]=Mostra il desktop di Plasma
-Comment[ja]=Plasma デスクトップを表示します
-Comment[kk]=Plasma үстелінің бетін көрсету
-Comment[km]=បង្ហាញផ្ទៃតុប្លាស្មា
-Comment[ko]=Plasma 데스크톱 보이기
-Comment[ku]=Sermase ya Plasma nîşan bide
-Comment[lt]=Rodo Plasma darbalaukį
-Comment[lv]=Parāda Plasma darbvirsmu
-Comment[mr]=प्लाज्मा डेस्कटॉप दर्शवा
-Comment[nb]=Vis Plasma-skrivebordet
-Comment[nds]=Den Plasma-Schriefdisch wiesen
-Comment[nl]=Toont het Plasma-bureaublad
-Comment[nn]=Vis Plasma-skrivebordet
-Comment[pa]=ਪਲਾਜ਼ਮਾ ਡੈਸਕਟਾਪ ਵੇਖੋ
-Comment[pl]=Pokazuje pulpit Plazmy
-Comment[pt]=Mostrar o ecrã do Plasma
-Comment[pt_BR]=Mostra a área de trabalho do Plasma
-Comment[ro]=Arată biroul Plasma
-Comment[ru]=Показать рабочий стол Plasma
-Comment[sk]=Zobrazenie plochy Plasmy
-Comment[sl]=Pokaži namizje Plasma
-Comment[sr]=Баците поглед на плазма површ
-Comment[sr@ijekavian]=Баците поглед на плазма површ
-Comment[sr@ijekavianlatin]=Bacite pogled na plasma površ
-Comment[sr@latin]=Bacite pogled na plasma površ
-Comment[sv]=Visa Plasmas skrivbord
-Comment[th]=แสดงพื้นที่ทำงานของพลาสมา
-Comment[tr]=Plasma masaüstünü göster
-Comment[uk]=Показує стільницю Плазми
-Comment[wa]=Mostrer l' sicribanne Plasma
-Comment[x-test]=xxShow the Plasma desktopxx
-Comment[zh_CN]=显示 Plasma 桌面
-Comment[zh_TW]=顯示 Plasma 桌面
diff --git a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/config/main.xml b/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/config/main.xml
deleted file mode 100644
index 08da0db..0000000
--- a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/config/main.xml
+++ /dev/null
@@ -1,80 +0,0 @@
-
-
-
-
-
-
- start-here-kde
-
-
- true
-
-
- start-here-kde
-
-
- start-here-kde
-
-
- start-here-kde
-
-
-
- true
-
-
-
- 0
-
-
- false
-
-
-
- 1
-
-
-
- 12
-
-
-
- preferred://browser,kontact.desktop,systemsettings.desktop,org.kde.dolphin.desktop,ktp-contactlist.desktop,org.kde.kate.desktop
-
-
- logout,lock-screen,reboot,shutdown
-
-
-
-
-
-
- true
-
-
- bookmarks,baloosearch
-
-
- true
-
-
-
- true
-
-
-
- muon-discover --application
-
-
-
-
- false
-
-
- true
-
-
-
diff --git a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/pics/hovered.png b/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/pics/hovered.png
deleted file mode 100644
index 6a652f1..0000000
Binary files a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/pics/hovered.png and /dev/null differ
diff --git a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/pics/normal.png b/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/pics/normal.png
deleted file mode 100644
index b522030..0000000
Binary files a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/pics/normal.png and /dev/null differ
diff --git a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/pics/selected.png b/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/pics/selected.png
deleted file mode 100644
index 4b8a1a2..0000000
Binary files a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/pics/selected.png and /dev/null differ
diff --git a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/pics/system-lock-screen.svg b/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/pics/system-lock-screen.svg
deleted file mode 100644
index 244bf00..0000000
--- a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/pics/system-lock-screen.svg
+++ /dev/null
@@ -1,78 +0,0 @@
-
-
diff --git a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/BaseView.qml b/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/BaseView.qml
deleted file mode 100644
index 09b3e47..0000000
--- a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/BaseView.qml
+++ /dev/null
@@ -1,69 +0,0 @@
-/*
- Copyright (C) 2011 Martin Gräßlin
- Copyright (C) 2012 Marco Martin
- Copyright (C) 2015-2018 Eike Hein
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License along
- with this program; if not, write to the Free Software Foundation, Inc.,
- 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-*/
-import QtQuick 2.0
-import org.kde.plasma.core 2.0 as PlasmaCore
-import org.kde.plasma.extras 2.0 as PlasmaExtras
-import org.kde.plasma.components 2.0 as PlasmaComponents
-import org.kde.draganddrop 2.0
-
-
-Item {
- property alias model: baseView.model
- property alias delegate: baseView.delegate
- property alias currentIndex: baseView.currentIndex;
-
- property ListView listView: baseView.listView
-
- function decrementCurrentIndex() {
- baseView.decrementCurrentIndex();
- }
-
- function incrementCurrentIndex() {
- baseView.incrementCurrentIndex();
- }
-
- function activateCurrentIndex() {
-
- baseView.currentItem.activate();
- }
-
- function openContextMenu() {
- baseView.currentItem.openActionMenu();
- }
-
- Connections {
- target: plasmoid
-
- function onExpandedChanged() {
- if (!plasmoid.expanded) {
- baseView.currentIndex = -1;
- }
- }
- }
-
- KickoffListView {
- id: baseView
-
- anchors.fill: parent
-
- currentIndex: -1
- interactive: contentHeight > height
- }
-}
diff --git a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/CompactRepresentation.qml b/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/CompactRepresentation.qml
deleted file mode 100644
index 64c111d..0000000
--- a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/CompactRepresentation.qml
+++ /dev/null
@@ -1,141 +0,0 @@
-/***************************************************************************
- * Copyright (C) 2013-2014 by Eike Hein *
- * *
- * This program is free software; you can redistribute it and/or modify *
- * it under the terms of the GNU General Public License as published by *
- * the Free Software Foundation; either version 2 of the License, or *
- * (at your option) any later version. *
- * *
- * This program is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU General Public License for more details. *
- * *
- * You should have received a copy of the GNU General Public License *
- * along with this program; if not, write to the *
- * Free Software Foundation, Inc., *
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA . *
- ***************************************************************************/
-
-import QtQuick 2.0
-import QtQuick.Layouts 1.1
-
-import org.kde.plasma.plasmoid 2.0
-import org.kde.plasma.core 2.0 as PlasmaCore
-
-Item {
- id: root
-
- readonly property var screenGeometry: plasmoid.screenGeometry
- readonly property bool inPanel: (plasmoid.location == PlasmaCore.Types.TopEdge
- || plasmoid.location == PlasmaCore.Types.RightEdge
- || plasmoid.location == PlasmaCore.Types.BottomEdge
- || plasmoid.location == PlasmaCore.Types.LeftEdge)
- readonly property bool vertical: (plasmoid.formFactor == PlasmaCore.Types.Vertical)
- readonly property bool useCustomButtonImage: (plasmoid.configuration.useCustomButtonImage
- && plasmoid.configuration.customButtonImage.length != 0)
- property QtObject dashWindow: null
-
- Plasmoid.status: dashWindow && dashWindow.visible ? PlasmaCore.Types.RequiresAttentionStatus : PlasmaCore.Types.PassiveStatus
-
- onWidthChanged: updateSizeHints()
- onHeightChanged: updateSizeHints()
-
- function updateSizeHints() {
- if (useCustomButtonImage) {
- if (vertical) {
- var scaledHeight = Math.floor(parent.width * (buttonIcon.implicitHeight / buttonIcon.implicitWidth));
- root.Layout.minimumHeight = scaledHeight;
- root.Layout.maximumHeight = scaledHeight;
- root.Layout.minimumWidth = units.iconSizes.small;
- root.Layout.maximumWidth = inPanel ? units.iconSizeHints.panel : -1;
- } else {
- var scaledWidth = Math.floor(parent.height * (buttonIcon.implicitWidth / buttonIcon.implicitHeight));
- root.Layout.minimumWidth = scaledWidth;
- root.Layout.maximumWidth = scaledWidth;
- root.Layout.minimumHeight = units.iconSizes.small;
- root.Layout.maximumHeight = inPanel ? units.iconSizeHints.panel : -1;
- }
- } else {
- root.Layout.minimumWidth = units.iconSizes.small;
- root.Layout.maximumWidth = inPanel ? units.iconSizeHints.panel : -1;
- root.Layout.minimumHeight = units.iconSizes.small
- root.Layout.maximumHeight = inPanel ? units.iconSizeHints.panel : -1;
- }
- }
-
- Connections {
- target: units.iconSizeHints
-
- onPanelChanged: updateSizeHints()
- }
-
- PlasmaCore.IconItem {
- id: buttonIconHovered
- z: 1
- source: plasmoid.configuration.customButtonImageHover
- opacity: 0
- anchors.fill: parent
- readonly property double aspectRatio: (vertical ? implicitHeight / implicitWidth
- : implicitWidth / implicitHeight)
- smooth: true
-
- // A custom icon could also be rectangular. However, if a square, custom, icon is given, assume it
- // to be an icon and round it to the nearest icon size again to avoid scaling artefacts.
- roundToIconSize: !useCustomButtonImage || aspectRatio === 1
-
- onSourceChanged: updateSizeHints()
- }
- PlasmaCore.IconItem {
- id: buttonIcon
- anchors.fill: parent
- opacity: 1
- readonly property double aspectRatio: (vertical ? implicitHeight / implicitWidth
- : implicitWidth / implicitHeight)
-
-
- //source: useCustomButtonImage ? plasmoid.configuration.customButtonImage : plasmoid.configuration.icon
- source: dashWindow.visible ? plasmoid.configuration.customButtonImageActive : plasmoid.configuration.customButtonImage
-
- states: State {
- name: "mouse-over"; when: mouseArea.containsMouse && !dashWindow.visible
- //PropertyChanges { target: buttonIcon; opacity: dashWindow.visible ? 1 : 0}
- PropertyChanges { target: buttonIconHovered; opacity: 1}
- }
-
- transitions: Transition {
- NumberAnimation { properties: "opacity"; easing.type: Easing.InOutQuad; duration: 250 }
- }
-
- //active: mouseArea.containsMouse
-
- smooth: true
-
- // A custom icon could also be rectangular. However, if a square, custom, icon is given, assume it
- // to be an icon and round it to the nearest icon size again to avoid scaling artefacts.
- roundToIconSize: !useCustomButtonImage || aspectRatio === 1
-
- onSourceChanged: updateSizeHints()
- }
-
- MouseArea
- {
- id: mouseArea
-
- anchors.fill: parent
-
- hoverEnabled: true
-
- onClicked: {
- dashWindow.visible = !dashWindow.visible;
- dashWindow.showingAllPrograms = false;
- }
- }
-
- Component.onCompleted: {
- dashWindow = Qt.createQmlObject("MenuRepresentation {}", root);
- plasmoid.activated.connect(function() {
- dashWindow.visible = !dashWindow.visible;
- });
- }
-}
diff --git a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/ConfigGeneral.qml b/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/ConfigGeneral.qml
deleted file mode 100644
index aa0f115..0000000
--- a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/ConfigGeneral.qml
+++ /dev/null
@@ -1,279 +0,0 @@
-/***************************************************************************
- * Copyright (C) 2014 by Eike Hein *
- * *
- * This program is free software; you can redistribute it and/or modify *
- * it under the terms of the GNU General Public License as published by *
- * the Free Software Foundation; either version 2 of the License, or *
- * (at your option) any later version. *
- * *
- * This program is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU General Public License for more details. *
- * *
- * You should have received a copy of the GNU General Public License *
- * along with this program; if not, write to the *
- * Free Software Foundation, Inc., *
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA . *
- ***************************************************************************/
-
-import QtQuick 2.0
-import QtQuick.Controls 1.0
-import QtQuick.Dialogs 1.2
-import QtQuick.Layouts 1.0
-
-import org.kde.plasma.core 2.0 as PlasmaCore
-import org.kde.plasma.components 2.0 as PlasmaComponents
-
-import org.kde.kquickcontrolsaddons 2.0 as KQuickAddons
-import org.kde.draganddrop 2.0 as DragDrop
-
-import org.kde.plasma.private.kicker 0.1 as Kicker
-
-Item {
- id: configGeneral
-
- width: childrenRect.width
- height: childrenRect.height
-
- property string cfg_icon: plasmoid.configuration.icon
- property bool cfg_useCustomButtonImage: plasmoid.configuration.useCustomButtonImage
- property string cfg_customButtonImage: plasmoid.configuration.customButtonImage
- property string cfg_customButtonImageHover: plasmoid.configuration.customButtonImageHover
- property string cfg_customButtonImageActive: plasmoid.configuration.customButtonImageActive
-
- property alias cfg_showRecentsView: showRecentsView.checked
-
- property alias cfg_appNameFormat: appNameFormat.currentIndex
- property alias cfg_switchCategoriesOnHover: switchCategoriesOnHover.checked
-
- property alias cfg_useExtraRunners: useExtraRunners.checked
-
- property alias cfg_numberRows: numberRows.value
-
- ColumnLayout {
- anchors.left: parent.left
-
- RowLayout {
- spacing: units.smallSpacing
-
- Label {
- text: i18n("Icon:")
- }
-
- IconPicker {
- id: iconPickerNormal
- currentIcon: cfg_customButtonImage
- defaultIcon: "start-here-kde"
- onIconChanged: cfg_customButtonImage = iconName
- enabled: true
-
- }
- Label {
- text: i18n("Hover Icon:")
- }
- IconPicker {
- id: iconPickerHover
- currentIcon: cfg_customButtonImageHover
- defaultIcon: "start-here-kde"
- onIconChanged: cfg_customButtonImageHover = iconName
- enabled: true
-
- }
- Label {
- text: i18n("Active Icon:")
- }
- IconPicker {
- id: iconPickerActive
- currentIcon: cfg_customButtonImageActive
- defaultIcon: "start-here-kde"
- onIconChanged: cfg_customButtonImageActive = iconName
- enabled: true
-
- }
- /*Button {
- id: iconButton
- Layout.minimumWidth: previewFrame.width + units.smallSpacing * 2
- Layout.maximumWidth: Layout.minimumWidth
- Layout.minimumHeight: previewFrame.height + units.smallSpacing * 2
- Layout.maximumHeight: Layout.minimumWidth
-
- DragDrop.DropArea {
- id: dropArea
-
- property bool containsAcceptableDrag: false
-
- anchors.fill: parent
-
- onDragEnter: {
- // Cannot use string operations (e.g. indexOf()) on "url" basic type.
- var urlString = event.mimeData.url.toString();
-
- // This list is also hardcoded in KIconDialog.
- var extensions = [".png", ".xpm", ".svg", ".svgz"];
- containsAcceptableDrag = urlString.indexOf("file:///") === 0 && extensions.some(function (extension) {
- return urlString.indexOf(extension) === urlString.length - extension.length; // "endsWith"
- });
-
- if (!containsAcceptableDrag) {
- event.ignore();
- }
- }
- onDragLeave: containsAcceptableDrag = false
-
- onDrop: {
- if (containsAcceptableDrag) {
- // Strip file:// prefix, we already verified in onDragEnter that we have only local URLs.
- iconDialog.setCustomButtonImage(event.mimeData.url.toString().substr("file://".length));
- }
- containsAcceptableDrag = false;
- }
- }
-
- KQuickAddons.IconDialog {
- id: iconDialog
-
- function setCustomButtonImage(image) {
- cfg_customButtonImage = image || cfg_icon || "start-here-kde"
- cfg_useCustomButtonImage = true;
- }
-
- onIconNameChanged: setCustomButtonImage(iconName);
- }
-
- // just to provide some visual feedback, cannot have checked without checkable enabled
- checkable: true
- checked: dropArea.containsAcceptableDrag
- onClicked: {
- checked = Qt.binding(function() { // never actually allow it being checked
- return iconMenu.status === PlasmaComponents.DialogStatus.Open || dropArea.containsAcceptableDrag;
- })
-
- iconMenu.open(0, height)
- }
-
- PlasmaCore.FrameSvgItem {
- id: previewFrame
- anchors.centerIn: parent
- imagePath: plasmoid.location === PlasmaCore.Types.Vertical || plasmoid.location === PlasmaCore.Types.Horizontal
- ? "widgets/panel-background" : "widgets/background"
- width: units.iconSizes.large + fixedMargins.left + fixedMargins.right
- height: units.iconSizes.large + fixedMargins.top + fixedMargins.bottom
-
- PlasmaCore.IconItem {
- anchors.centerIn: parent
- width: units.iconSizes.large
- height: width
- source: cfg_useCustomButtonImage ? cfg_customButtonImage : cfg_icon
- }
- }
- }
-
- // QQC Menu can only be opened at cursor position, not a random one
- PlasmaComponents.ContextMenu {
- id: iconMenu
- visualParent: iconButton
-
- PlasmaComponents.MenuItem {
- text: i18nc("@item:inmenu Open icon chooser dialog", "Choose...")
- icon: "document-open-folder"
- onClicked: iconDialog.open()
- }
- PlasmaComponents.MenuItem {
- text: i18nc("@item:inmenu Reset icon to default", "Clear Icon")
- icon: "edit-clear"
- onClicked: {
- cfg_useCustomButtonImage = false;
- }
- }
- }*/
- }
-
- GroupBox {
- Layout.fillWidth: true
-
- title: i18n("Behavior")
-
- flat: true
-
- ColumnLayout {
- RowLayout {
- Label {
- text: i18n("Show applications as:")
- }
-
- ComboBox {
- id: appNameFormat
-
- Layout.fillWidth: true
-
- model: [i18n("Name only"), i18n("Description only"), i18n("Name (Description)"), i18n("Description (Name)")]
- }
- }
-
- CheckBox {
- id: switchCategoriesOnHover
-
- text: i18n("Switch categories on hover")
- }
- }
- }
-
- GroupBox {
- Layout.fillWidth: true
- title: i18n("Search")
- flat: true
-
- ColumnLayout {
- CheckBox {
- id: useExtraRunners
-
- text: i18n("Expand search to bookmarks, files and emails")
- }
- }
- }
-
- GroupBox {
- title: i18n("Rows")
- flat: true
- ColumnLayout {
- RowLayout{
- Layout.fillWidth: true
-
- RowLayout{
- Layout.fillWidth: true
- SpinBox{
- id: numberRows
- minimumValue: 10
- maximumValue: 15
- //onValueChanged: root.recents.model = kicker.rootModel.modelForRow(0);
- }
- Label {
- Layout.leftMargin: units.smallSpacing
- text: i18n("Number of rows")
- }
- }
- }
- }
- }
- GroupBox {
- title: i18n("View")
- flat: true
- ColumnLayout {
- RowLayout{
- Layout.fillWidth: true
-
- RowLayout{
- Layout.fillWidth: true
- CheckBox {
- id: showRecentsView
- text: i18n("Show recent programs")
- }
-
-
- }
- }
- }
- }
- }
-}
diff --git a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/MenuRepresentation.qml b/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/MenuRepresentation.qml
deleted file mode 100644
index b0fe6db..0000000
--- a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/MenuRepresentation.qml
+++ /dev/null
@@ -1,1309 +0,0 @@
-/***************************************************************************
- * Copyright (C) 2014 by Weng Xuetian
- * Copyright (C) 2013-2017 by Eike Hein *
- * *
- * This program is free software; you can redistribute it and/or modify *
- * it under the terms of the GNU General Public License as published by *
- * the Free Software Foundation; either version 2 of the License, or *
- * (at your option) any later version. *
- * *
- * This program is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU General Public License for more details. *
- * *
- * You should have received a copy of the GNU General Public License *
- * along with this program; if not, write to the *
- * Free Software Foundation, Inc., *
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA . *
- ***************************************************************************/
-
-import QtQuick 2.4
-import QtQuick.Controls 1.1
-import QtQuick.Controls.Styles 1.1
-import QtQuick.Layouts 1.1
-import QtQuick.Window 2.1
-import org.kde.plasma.plasmoid 2.0
-import org.kde.plasma.core 2.0 as PlasmaCore
-import org.kde.plasma.components 2.0 as PlasmaComponents
-
-import org.kde.plasma.extras 2.0 as PlasmaExtras
-
-import org.kde.plasma.private.kicker 0.1 as Kicker
-import org.kde.kcoreaddons 1.0 as KCoreAddons // kuser
-import org.kde.plasma.private.shell 2.0
-
-import org.kde.kwindowsystem 1.0
-import QtGraphicalEffects 1.0
-import org.kde.kquickcontrolsaddons 2.0
-import org.kde.plasma.private.quicklaunch 1.0
-
-import org.kde.kirigami 2.13 as Kirigami
-import org.kde.kquickcontrolsaddons 2.0 as KQuickAddons
-
-
-import QtQuick.Dialogs 1.2
-
-PlasmaCore.Dialog {
- id: root
- objectName: "popupWindow"
- flags: Qt.WindowStaysOnTopHint
- //location: kicker.location;
- location: "Floating"
-
-
- //backgroundHints: PlasmaCore.Types.SolidBackground
- //color: "red";
-
- //clip: true
- hideOnWindowDeactivate: true
- property int iconSize: units.iconSizes.medium
- property int iconSizeSide: units.iconSizes.smallMedium
- property int cellWidth: units.gridUnit * 14
- property int cellWidthSide: units.gridUnit * 8
- property int cellHeight: iconSize + units.smallSpacing + (Math.max(highlightItemSvg.margins.top + highlightItemSvg.margins.bottom,
- highlightItemSvg.margins.left + highlightItemSvg.margins.right))
- property bool searching: (searchField.text != "")
- property bool showingAllPrograms: false
-
- property int slideAnimationDuration: 105
-
-
- onVisibleChanged: {
-
- var pos = popupPosition(width, height);
- x = pos.x;
- y = pos.y;
- if (!visible) {
- reset();
- } else {
- requestActivate();
- resetRecents();
- }
- }
-
- onHeightChanged: {
- var pos = popupPosition(width, height);
- x = pos.x;
- y = pos.y;
- }
-
- onWidthChanged: {
- var pos = popupPosition(width, height);
- x = pos.x;
- y = pos.y;
- }
-
- onSearchingChanged: {
- if (searching) {
- //pageList.model = runnerModel;
-
- } else {
- reset();
- }
- }
-
- function resetRecents() {
- recents.model = rootModel.modelForRow(0);
- recents.model.refresh();
- recents.currentIndex = -1;
- }
- function reset() {
- if (!searching) {
- //pageList.model = rootModel.modelForRow(0);
- //pageList.currentIndex = 1;
- }
- searchField.text = "";
- //resetRecents();
- //pageListScrollArea.focus = true;
- //pageList.currentItem.itemGrid.currentIndex = -1;
- }
-
- function popupPosition(width, height) {
- var screenAvail = plasmoid.availableScreenRect;
- var screen/*Geom*/ = plasmoid.screenGeometry;
- //QtBug - QTBUG-64115
- /*var screen = Qt.rect(screenAvail.x + screenGeom.x,
- screenAvail.y + screenGeom.y,
- screenAvail.width,
- screenAvail.height);*/
-
- var offset = 0;
- // Fall back to bottom-left of screen area when the applet is on the desktop or floating.
- var x = offset;
- var y = screen.height - height - offset;
- var horizMidPoint = screen.x + (screen.width / 2);
- var vertMidPoint = screen.y + (screen.height / 2);
- var appletTopLeft = kicker.mapToGlobal(0, 0);
- var appletBottomLeft = kicker.mapToGlobal(0, kicker.height);
-
- x = (appletTopLeft.x < horizMidPoint) ? screen.x : (screen.x + screen.width) - width;
-
- if (appletTopLeft.x < horizMidPoint) {
- x += offset
- } else if (appletTopLeft.x + width > horizMidPoint){
- x -= offset
- }
-
- if (plasmoid.location == PlasmaCore.Types.TopEdge) {
-
- /*this is floatingAvatar.width*/
- offset = 2;
- y = screen.y + parent.height + panelSvg.margins.bottom + offset;
- } else {
- offset = 2;
- y = screen.y + screen.height - parent.height - height - panelSvg.margins.top - offset;
- }
-
- return Qt.point(x, y);
- }
- FocusScope {
-
-
- //clip: true
- Layout.minimumWidth: root.cellWidth + root.cellWidthSide// + units.smallSpacing*3
- Layout.maximumWidth: root.cellWidth + root.cellWidthSide// + units.smallSpacing*3
- Layout.minimumHeight: (cellHeight * plasmoid.configuration.numberRows) + searchField.height + units.iconSizes.smallMedium
- Layout.maximumHeight: (cellHeight * plasmoid.configuration.numberRows) + searchField.height + units.iconSizes.smallMedium
-
- focus: true
-
- KCoreAddons.KUser { id: kuser }
- Logic { id: logic }
-
- Connections {
- target: plasmoid.configuration
- onNumberRowsChanged: {
- recents.model = rootModel.modelForRow(0);
- recents.model.refresh();
- }
- }
-
-
- PlasmaCore.DataSource {
- id: pmEngine
- engine: "powermanagement"
- connectedSources: ["PowerDevil", "Sleep States"]
- function performOperation(what) {
- var service = serviceForSource("PowerDevil")
- var operation = service.operationDescription(what)
- service.startOperationCall(operation)
- }
- }
-
- PlasmaCore.DataSource {
- id: executable
- engine: "executable"
- connectedSources: []
- onNewData: {
- var exitCode = data["exit code"]
- var exitStatus = data["exit status"]
- var stdout = data["stdout"]
- var stderr = data["stderr"]
- exited(sourceName, exitCode, exitStatus, stdout, stderr)
- disconnectSource(sourceName)
- }
- function exec(cmd) {
- if (cmd) {
- connectSource(cmd)
- }
- }
- signal exited(string cmd, int exitCode, int exitStatus, string stdout, string stderr)
- }
-
- PlasmaComponents.Highlight {
- id: delegateHighlight
- visible: false
- z: -1 // otherwise it shows ontop of the icon/label and tints them slightly
- }
-
- PlasmaExtras.Heading {
- id: dummyHeading
- visible: false
- width: 0
- level: 5
- }
-
- TextMetrics {
- id: headingMetrics
- font: dummyHeading.font
- }
-
- ActionMenu {
- id: actionMenu
- onActionClicked: visualParent.actionTriggered(actionId, actionArgument)
- onClosed: {
- /*if (pageList.currentItem) {
- pageList.currentItem.itemGrid.currentIndex = -1;
- }*/
- }
- }
-
-
-
- Rectangle {
- id: backgroundRect
- //anchors.fill: pageListScrollArea
- anchors.top: faves.top
- anchors.topMargin: -4
- anchors.left: faves.left
- //anchors.leftMargin: units.smallSpacing
- width: root.cellWidth
- height: (root.cellHeight * plasmoid.configuration.numberRows) + searchBackground.height + 2
- color: "white"
- border.color: "#44000000"
- border.width: 1
- radius: 3
- z: 5
- Behavior on width {
- NumberAnimation { easing.type: Easing.Linear; duration: slideAnimationDuration }
- //NumberAnimation { duration: 1000 }
- }
- Rectangle {
- id: backgroundBorderLine
- color: "#cddbea"
- radius: 3
- anchors {
- top: searchBackground.top
- topMargin: 1
- //bottomMargin: units.smallSpacing
- left: parent.left
- leftMargin: 1
-
- }
- width: backgroundRect.width-2
- height: 2
- //height: backgroundRect
- z: 5
-
- }
- Rectangle {
- id: searchBackground
- Behavior on width {
- NumberAnimation { easing.type: Easing.Linear; duration: slideAnimationDuration }
- //NumberAnimation { duration: 1000 }
- }
- color: "#F3F7FB"
- radius: 3
- anchors {
- bottom: parent.bottom
- bottomMargin: units.smallSpacing-2
- left: parent.left
- leftMargin: 1
- }
- width: root.cellWidth - 2
- height: searchField.height + units.smallSpacing * 4.5 - 2
- }
- }
- FavoritesView {
- id: faves
- anchors.left: parent.left
- anchors.top: parent.top
- anchors.topMargin: 6
- anchors.leftMargin: 2
- //anchors.bottom: pageListScrollAreabottom
- //anchors.right: pageListScrollArea.right
- width: root.cellWidth
- height: plasmoid.configuration.showRecentsView ? ((root.cellHeight * (faves.getFavoritesCount() > 9 ? 9 : faves.getFavoritesCount())) - units.smallSpacing * 2) : (root.cellHeight * plasmoid.configuration.numberRows - units.smallSpacing*2 - allProgramsButton.height - allProgramsSeparator.height)
- visible: !showingAllPrograms && !searching
- z: 8
- }
- Rectangle {
- id: tabBarSeparator
- anchors.top: faves.bottom
- //anchors.topMargin: units.smallSpacing
- anchors.left: parent.left
- anchors.leftMargin: units.smallSpacing*4+2
- anchors.right: faves.right
- anchors.rightMargin: units.smallSpacing*4
-
- height: 1
- color: "#d6e5f5"
- opacity: 1
- visible: plasmoid.configuration.showRecentsView && (!showingAllPrograms && !searching)
- z: 6
-
- }
- OftenUsedView {
- id: recents
- anchors.left: parent.left
- anchors.top: faves.bottom
- anchors.topMargin: units.smallSpacing*2
- anchors.bottomMargin: units.smallSpacing
- anchors.leftMargin: 3
- width: root.cellWidth-2
- height: (root.cellHeight * plasmoid.configuration.numberRows) - (root.cellHeight * (faves.getFavoritesCount() > 9 ? 9 : faves.getFavoritesCount())) - units.smallSpacing*2 - allProgramsButton.height
- visible: plasmoid.configuration.showRecentsView && (!showingAllPrograms && !searching)
- z: 8
- }
- Rectangle {
- id: allProgramsSeparator
- anchors.top: plasmoid.configuration.showRecentsView ? recents.bottom : faves.bottom
- //anchors.topMargin: units.smallSpacing
- anchors.left: parent.left
- anchors.leftMargin: units.smallSpacing*4+2
- //anchors.right: faves.right
- anchors.rightMargin: units.smallSpacing*4
- width: root.cellWidth - units.smallSpacing*8
- Behavior on width {
- NumberAnimation { easing.type: Easing.Linear; duration: slideAnimationDuration }
- }
- height: 1
- color: "#d6e5f5"
- opacity: 1
- //visible: !showingAllPrograms && !searching
- z: 6
-
- }
- MouseArea {
- id: allButtonsArea
- hoverEnabled: true
- anchors.top: plasmoid.configuration.showRecentsView ? recents.bottom : faves.bottom
- anchors.topMargin: units.smallSpacing-1
- anchors.left: parent.left
- anchors.leftMargin: units.smallSpacing +2
- anchors.rightMargin: units.smallSpacing
- onClicked: {
- if(searching)
- {
- searchField.text = "";
- //searching = false;
- console.log("stopped searching");
- }
- else if(showingAllPrograms)
- {
- showingAllPrograms = false;
- appsView.reset();
- console.log("showing normal view");
- }
- else if(!searching && !showingAllPrograms)
- {
- showingAllPrograms = true;
- console.log("showing all apps");
- }
- }
- height: 25
- width: root.cellWidth - units.smallSpacing*2
- Behavior on width {
- NumberAnimation { easing.type: Easing.Linear; duration: slideAnimationDuration }
- }
- z: 8
- PlasmaCore.FrameSvgItem {
- id : allProgramsButton
-
-
-
- //visible: true
- anchors.fill: parent
- imagePath: "widgets/menuitem"
-
- prefix: "hover"
- visible: allButtonsArea.containsMouse ? true : false
- //z:7
-
-
-
- }
- PlasmaCore.SvgItem {
- id: arrowDirection
- svg: arrowsSvg
- elementId: (searching || showingAllPrograms) ? "left-arrow-black" : "right-arrow-black"
- anchors.left: parent.left
- anchors.verticalCenter: parent.verticalCenter
- anchors.leftMargin: units.smallSpacing
- width: 16
- height: 16
- }
- Text {
- text: showingAllPrograms || searching ? "Back" : "All programs"
- font.pixelSize: 12
- //color: searching ? "#202020" : "white"
- anchors.left: arrowDirection.right
- anchors.leftMargin: units.smallSpacing
- //anchors.horizontalCenter: parent.horizontalCenter
- anchors.verticalCenter: parent.verticalCenter
- }
-
- }
-
-
- SearchView {
- id: searchView
- anchors.top: parent.top
- anchors.topMargin: units.smallSpacing*2 -2
- anchors.left: parent.left
- anchors.leftMargin: 2
- anchors.right: parent.right
- anchors.rightMargin: 2
- anchors.bottom: allProgramsSeparator.top
- height: root.cellHeight * plasmoid.configuration.numberRows - units.smallSpacing*2 - allProgramsButton.height
- //Layout.fillWidth: true
- opacity: 0
- Behavior on opacity {
- NumberAnimation { easing.type: Easing.InOutQuart; duration: 150 }
- }
- z: 7
- //visible: !showingAllPrograms && searching
- }
- ApplicationsView {
- id: appsView
- anchors.top: parent.top
- anchors.topMargin: 2
- anchors.left: parent.left
- anchors.leftMargin: 2
- anchors.right: faves.right
- width: root.cellWidth
- height: (root.cellHeight * plasmoid.configuration.numberRows) - units.smallSpacing*2 - allProgramsButton.height
- opacity: 0
- z: 1
- function resetIndex() {
- appsView.listView.currentIndex = -1;
- }
- }
-
- states: [
-
- State {
- name: "AllPrograms"; when: !searching && showingAllPrograms
- PropertyChanges {
- target: faves; opacity: 0;
- }
- PropertyChanges {
- target: recents; opacity: 0;
- }
- PropertyChanges {
- target: tabBarSeparator; opacity: 0;
- }
- PropertyChanges {
- target: appsView; opacity: 1;
- }
- PropertyChanges {
- target: appsView; z: 7;
- }
- StateChangeScript {
- script: appsView.resetIndex();
- //target: appsView.applicationsView.listView; currentIndex: -1;
- }
-
- },
- State {
- name: "Searching"; when: searching// && !showingAllPrograms
- PropertyChanges {
- target: searchView; opacity: (backgroundRect.width === searchView.width ? 1 : 0);
- }
- PropertyChanges {
- target: faves; opacity: 0;
- }
- PropertyChanges {
- target: recents; opacity: 0;
- }
- PropertyChanges {
- target: tabBarSeparator; opacity: 0;
- }
- PropertyChanges {
- target: searchBackground; width: searchView.width - units.smallSpacing;
- }
- PropertyChanges {
- target: backgroundRect; width: searchView.width;
- }
- PropertyChanges {
- target: allProgramsButton; width: searchView.width - units.smallSpacing*2;
- }
- PropertyChanges {
- target: allProgramsSeparator; width: searchView.width - units.smallSpacing*8;
- }
- PropertyChanges {
- target: allButtonsArea; width: searchView.width - units.smallSpacing*2;
- }
- PropertyChanges {
- target: sidePanel; opacity: 0;
- }
- /*PropertyChanges {
- target: appsView; opacity: 0;
- }*/
- PropertyChanges {
- target: sidePanel; enabled: false
- }
- /*PropertyChanges {
- target: searchBackground; width: searchView.width
- }*/
- }
- ]
- transitions: [
- Transition {
- PropertyAnimation { properties: "opacity"; easing.type: Easing.InOutQuad; duration: 100 }
- }
- /*Transition {
- NumberAnimation { properties: "width"; easing.type: Easing.OutQuad; duration: 250 }
- }*/
- ]
-
-
- PlasmaComponents.TextField {
- id: searchField
- anchors{
- //top: leaveButtons.top
- bottom: parent.bottom
- bottomMargin: units.smallSpacing * 2.5
- left: parent.left
- right: faves.right// + units.largeSpacing
- rightMargin: units.smallSpacing * 2
- leftMargin: units.smallSpacing * 2 + 2
- }
- style: TextFieldStyle {
- textColor: "black"
- placeholderTextColor: "#707070"
- font.italic: searchField.length == 0 ? true : false
-
- Rectangle {
- anchors.fill: parent
- color: "white" }
- }
- z: 7
- //clearButtonShown: true
- width: root.cellWidth - units.smallSpacing * 4 - 2
- height: units.smallSpacing * 7 - units.smallSpacing
- placeholderText: i18n("Search programs and files")
- text: ""
- onTextChanged: {
-
- searchView.onQueryChanged();
- //runnerModel.query = text;
- }
- Keys.onPressed: {
- if(searching)
- {
- var currentView = searchView;
- switch(event.key) {
- case Qt.Key_Up: {
- currentView.decrementCurrentIndex();
- event.accepted = true;
- break;
- }
- case Qt.Key_Down: {
- currentView.incrementCurrentIndex();
- event.accepted = true;
- break;
- }
- /*case Qt.Key_Left: {
- if (searchField.focus && header.state == "query") {
- break;
- }
- if (!currentView.deactivateCurrentIndex()) {
- if (root.state == "Applications") {
- mainTabGroup.currentTab = firstButton.tab;
- tabBar.currentTab = firstButton;
- }
- root.state = "Normal"
- }
- event.accepted = true;
- break;
- }
- case Qt.Key_Right: {
- if (header.input.focus && header.state == "query") {
- break;
- }
- currentView.activateCurrentIndex();
- event.accepted = true;
- break;
- }*/
- /*case Qt.Key_Tab: {
- root.state == "Applications" ? root.state = "Normal" : root.state = "Applications";
- event.accepted = true;
- break;
- }*/
- case Qt.Key_Enter:
- case Qt.Key_Return: {
- currentView.activateCurrentIndex(1);
- event.accepted = true;
- break;
- }
- default:
- if (!searchField.focus) {
- searchField.forceActiveFocus();
- }
- }
- }
- }
-
- function backspace() {
- if (!root.visible) {
- return;
- }
-
- focus = true;
- text = text.slice(0, -1);
- }
-
- function appendText(newText) {
- if (!root.visible) {
- return;
- }
-
- focus = true;
- text = text + newText;
- }
- }
-
- Item{
- id: sidePanel
- //width: root.cellWidthSide
- //height: parent.height
- z: 7
- anchors{
- left: faves.right
- right: parent.right
- top: parent.top
- bottom: parent.bottom
- bottomMargin: units.largeSpacing
- leftMargin: units.smallSpacing * 2
- rightMargin: units.smallSpacing
- }
-
- FileDialog {
- id: folderDialog
- visible: false
- folder: shortcuts.pictures
-
- function getPath(val){
- if(val === 1)
- return shortcuts.pictures
- else if (val === 2)
- return shortcuts.documents
- else if (val === 3)
- return shortcuts.music
- else if (val === 4)
- return shortcuts.home
- else if (val === 5)
- return shortcuts.movies
- else if (val === 6)
- return "~/Downloads"
- else if (val === 7)
- return "/"
- }
- }
-
- Rectangle{
- id: iconUser
- height: units.iconSizes.huge
- width: height
- color: "transparent"
- clip: true
- //anchors.left: parent.width
- anchors.leftMargin: units.smallSpacing
- anchors.top: parent.top
- anchors.topMargin: -units.smallSpacing
- anchors.horizontalCenter: parent.horizontalCenter
- // Image {
- Image {
- source: "../pics/user.png"
- smooth: true
- z: 1
- //anchors.fill: parent
- anchors.left: parent.left
- //anchors.leftMargin: -units.smallSpacing*2.2
- anchors.right: parent.right
- //anchors.rightMargin: -units.smallSpacing*2.2
- anchors.bottom: parent.bottom
- //anchors.bottomMargin: -units.smallSpacing*1.7
- anchors.top: parent.top
- //anchors.topMargin: -units.smallSpacing*2.2
- //width: parent.width + units.smallSpacing * 2
- //height: parent.height + units.smallSpacing * 2
-
- }
- PlasmaCore.IconItem {
- id: imgAuthorIcon
- anchors.top: parent.top
- anchors.left: parent.left
- anchors.right: parent.right
- anchors.bottom: parent.bottom
- anchors.topMargin: 2
- anchors.leftMargin: 2
- anchors.rightMargin: 2
- anchors.bottomMargin: 2
- source: "user-identity"
- smooth: true
- visible: false
-
- }
-
- Image {
- id: imgAuthor
- anchors.top: parent.top
- anchors.left: parent.left
- anchors.right: parent.right
- anchors.bottom: parent.bottom
- anchors.topMargin: units.smallSpacing*2
- anchors.leftMargin: units.smallSpacing*2
- anchors.rightMargin: units.smallSpacing*2
- anchors.bottomMargin: units.smallSpacing*2
- source: kuser.faceIconUrl.toString()
- smooth: true
- mipmap: true
- visible: false
-
-
- }
- OpacityMask {
- anchors.fill: imgAuthor
- source: (kuser.faceIconUrl.toString() === "") ? imgAuthorIcon : imgAuthor;
- maskSource: Rectangle {
- width: imgAuthor.width
- height: imgAuthor.height
- //radius: iconUser.width*0.5
- visible: false
- }
- }
-
- MouseArea{
- anchors.fill: parent
- acceptedButtons: Qt.LeftButton
- onPressed: {
- root.visible = false;
- KCMShell.open("kcm_users")
- }
- cursorShape: Qt.PointingHandCursor
- }
- }
- ColumnLayout {
- id: columnItems
- spacing: 3
- //spacing: units.smallSpacing
- anchors.top: iconUser.bottom
- anchors.topMargin: units.largeSpacing
- //anchors.bottom: parent.bottom
- anchors.left: parent.left
- //anchors.right: parent.right
- width: parent.width
-
-
- ListDelegate {
- text: kuser.loginName
- //highlight: delegateHighlight
- icon: "user-home"
- size: iconSizeSide + units.smallSpacing / 1.5 + 1
- anchors.left: parent.left;
- anchors.right: parent.right;
- PlasmaCore.FrameSvgItem {
- id: homeFrame
- z: -1
- property bool hovered: false
- opacity: hovered ? 1.0 : 0.0
-
- //visible: true
- anchors.fill: parent
- imagePath: "widgets/sidebaritem"
-
- prefix: "menuitem"
-
- }
- MouseArea {
-
- enabled: !root.hoverDisabled
- acceptedButtons: Qt.LeftButton
- onEntered: {
- homeFrame.hovered = true
- }
- onExited: {
- homeFrame.hovered = false
- }
- onClicked: {
- root.visible = false;
- executable.exec("dolphin --new-window "+folderDialog.getPath(4))
- }
- hoverEnabled: true
- anchors.fill: parent
- }
- }
- ListDelegate {
- text: "Documents"
- anchors.left: parent.left;
- anchors.right: parent.right;
- PlasmaCore.FrameSvgItem {
- id: documentsFrame
- z: -1
- property bool hovered: false
- opacity: hovered ? 1.0 : 0.0
-
- //visible: true
- anchors.fill: parent
- imagePath: "widgets/sidebaritem"
-
- prefix: "menuitem"
-
- }
- MouseArea {
- enabled: !root.hoverDisabled
- acceptedButtons: Qt.LeftButton
- onEntered: {
- documentsFrame.hovered = true
- }
- onExited: {
- documentsFrame.hovered = false
- }
- onClicked: {
- root.visible = false;
- executable.exec("dolphin --new-window "+folderDialog.getPath(2))
- }
- hoverEnabled: true
- anchors.fill: parent
- }
- icon: "folder-documents"
- size: iconSizeSide + units.smallSpacing / 1.5 + 1
- //onClicked: executable.exec("dolphin --new-window "+folderDialog.getPath(2))
- }
-
- ListDelegate {
- text: "Pictures"
-
- anchors.left: parent.left;
- anchors.right: parent.right;
- PlasmaCore.FrameSvgItem {
- id: picturesFrame
- z: -1
- property bool hovered: false
- opacity: hovered ? 1.0 : 0.0
-
- //visible: true
- anchors.fill: parent
- imagePath: "widgets/sidebaritem"
-
- prefix: "menuitem"
-
- }
- MouseArea {
- enabled: !root.hoverDisabled
- acceptedButtons: Qt.LeftButton
- onEntered: {
- picturesFrame.hovered = true
- }
- onExited: {
- picturesFrame.hovered = false
- }
- onClicked: {
- root.visible = false;
- executable.exec("dolphin --new-window "+folderDialog.getPath(1))
- }
- hoverEnabled: true
- anchors.fill: parent
- }
- icon: "folder-pictures"
- size: iconSizeSide + units.smallSpacing / 1.5 + 1
- //onClicked: executable.exec("dolphin --new-window "+folderDialog.getPath(1))
- }
- ListDelegate {
-
- text: "Music"
-
- anchors.left: parent.left;
- anchors.right: parent.right;
- PlasmaCore.FrameSvgItem {
- id: musicFrame
- z: -1
- property bool hovered: false
- opacity: hovered ? 1.0 : 0.0
-
- //visible: true
- anchors.fill: parent
- imagePath: "widgets/sidebaritem"
-
- prefix: "menuitem"
-
- }
- MouseArea {
- enabled: !root.hoverDisabled
- acceptedButtons: Qt.LeftButton
- onEntered: {
- musicFrame.hovered = true
- }
- onExited: {
- musicFrame.hovered = false
- }
- onClicked: {
- root.visible = false;
- executable.exec("dolphin --new-window "+folderDialog.getPath(3))
- }
- hoverEnabled: true
- anchors.fill: parent
- }
- icon: "folder-music"
- size: iconSizeSide + units.smallSpacing / 1.5 + 1
- //onClicked: executable.exec("dolphin --new-window "+folderDialog.getPath(3))
- }
- ListDelegate {
- text: "Videos"
-
- anchors.left: parent.left;
- anchors.right: parent.right;
- PlasmaCore.FrameSvgItem {
- id: videosFrame
- z: -1
- property bool hovered: false
- opacity: hovered ? 1.0 : 0.0
-
- //visible: true
- anchors.fill: parent
- imagePath: "widgets/sidebaritem"
-
- prefix: "menuitem"
-
- }
- MouseArea {
- enabled: !root.hoverDisabled
- acceptedButtons: Qt.LeftButton
- onEntered: {
- videosFrame.hovered = true
- }
- onExited: {
- videosFrame.hovered = false
- }
- onClicked: {
- root.visible = false;
- executable.exec("dolphin --new-window "+folderDialog.getPath(5))
- }
- hoverEnabled: true
- anchors.fill: parent
- }
- icon: "folder-music"
- size: iconSizeSide + units.smallSpacing / 1.5 + 1
- //onClicked: executable.exec("dolphin --new-window "+folderDialog.getPath(5))
- }
- ListDelegate {
- text: "Downloads"
-
- anchors.left: parent.left;
- anchors.right: parent.right;
- PlasmaCore.FrameSvgItem {
- id: downloadsFrame
- z: -1
- property bool hovered: false
- opacity: hovered ? 1.0 : 0.0
-
- //visible: true
- anchors.fill: parent
- imagePath: "widgets/sidebaritem"
-
- prefix: "menuitem"
-
- }
- MouseArea {
- enabled: !root.hoverDisabled
- acceptedButtons: Qt.LeftButton
- onEntered: {
- downloadsFrame.hovered = true
- }
- onExited: {
- downloadsFrame.hovered = false
- }
- onClicked: {
- root.visible = false;
- executable.exec("dolphin --new-window "+folderDialog.getPath(6))
- }
- hoverEnabled: true
- anchors.fill: parent
- }
- icon: "folder-music"
- size: iconSizeSide + units.smallSpacing / 1.5 + 1
- //onClicked: executable.exec("dolphin --new-window "+folderDialog.getPath(5))
- }
- ListDelegate {
- text: "Computer"
-
- anchors.left: parent.left;
- anchors.right: parent.right;
- PlasmaCore.FrameSvgItem {
- id: computerFrame
- z: -1
- property bool hovered: false
- opacity: hovered ? 1.0 : 0.0
-
- //visible: true
- anchors.fill: parent
- imagePath: "widgets/sidebaritem"
-
- prefix: "menuitem"
-
- }
- MouseArea {
- enabled: !root.hoverDisabled
- acceptedButtons: Qt.LeftButton
- onEntered: {
- computerFrame.hovered = true
- }
- onExited: {
- computerFrame.hovered = false
- }
- onClicked: {
- root.visible = false;
- executable.exec("dolphin --new-window "+folderDialog.getPath(7))
- }
- hoverEnabled: true
- anchors.fill: parent
- }
- icon: "folder-music"
- size: iconSizeSide + units.smallSpacing / 1.5 + 1
- //onClicked: executable.exec("dolphin --new-window "+folderDialog.getPath(5))
- }
-
- ListDelegate {
- text: "System Settings"
-
- anchors.left: parent.left;
- anchors.right: parent.right;
- PlasmaCore.FrameSvgItem {
- id: settingsFrame
- z: -1
- property bool hovered: false
- opacity: hovered ? 1.0 : 0.0
-
- //visible: true
- anchors.fill: parent
- imagePath: "widgets/sidebaritem"
-
- prefix: "menuitem"
-
- }
- MouseArea {
- enabled: !root.hoverDisabled
- acceptedButtons: Qt.LeftButton
- onEntered: {
- settingsFrame.hovered = true
- }
- onExited: {
- settingsFrame.hovered = false
- }
- onClicked: {
- root.visible = false;
- executable.exec("systemsettings5")
- }
- hoverEnabled: true
- anchors.fill: parent
- }
- icon: "configure"
- size: iconSizeSide + units.smallSpacing / 1.5 + 1
- //onClicked: logic.openUrl("file:///usr/share/applications/systemsettings.desktop")
- }
- ListDelegate {
- text: "Default Programs"
-
- anchors.left: parent.left;
- anchors.right: parent.right;
- PlasmaCore.FrameSvgItem {
- id: defaultProgramsFrame
- z: -1
- property bool hovered: false
- opacity: hovered ? 1.0 : 0.0
-
- //visible: true
- anchors.fill: parent
- imagePath: "widgets/sidebaritem"
-
- prefix: "menuitem"
-
- }
- MouseArea {
- enabled: !root.hoverDisabled
- acceptedButtons: Qt.LeftButton
- onEntered: {
- defaultProgramsFrame.hovered = true
- }
- onExited: {
- defaultProgramsFrame.hovered = false
- }
- onClicked: {
- root.visible = false;
- executable.exec("systemsettings5 kcm_componentchooser")
- }
- hoverEnabled: true
- anchors.fill: parent
- }
- icon: "configure"
- size: iconSizeSide + units.smallSpacing / 1.5 + 1
- //onClicked: logic.openUrl("file:///usr/share/applications/systemsettings.desktop")
- }
-
- Item{
- Layout.fillHeight: true
- }
- //Clock{}
-
- Item{
- height: units.smallSpacing
- }
-
-
- }
- }
-
- RowLayout{
- id: leaveButtons
- spacing: 0
- //width: units.smallSpacing*28
- //height: units.smallSpacing * 7
- z: 7
- anchors{
- //top: leaveButtons.top
- //bottom: searchField.bottom
- top: searchField.top
- //topMargin: -units.smallSpacing/2
- //bottom: searchField.bottom
- //bottomMargin: -units.smallSpacing * 3
- left: searchField.right
- leftMargin: units.smallSpacing*4-1
- }
-
-
- //anchors.top: searchField.top
- //anchors.topMargin: searchField.topMargin
- //Layout.fillWidth: false
- ListDelegate {
- //text: i18nd("plasma_lookandfeel_org.kde.lookandfeel", "Shut Down")
- id: shutdown
- width: units.smallSpacing * 17
- height: units.smallSpacing * 6
- Text {
- text: i18nd("plasma_lookandfeel_org.kde.lookandfeel", "Shut Down")
- font.pixelSize: 12
- color: searching ? "#202020" : PlasmaCore.Theme.textColor
- anchors.horizontalCenter: parent.horizontalCenter
- anchors.verticalCenter: parent.verticalCenter
- z: 5
- }
- size: iconSizeSide
- PlasmaCore.FrameSvgItem {
- id: shutdownButton
- prefix: {
- if(ma.containsPress) return "pressed";
- else if(ma.containsMouse || lockma.containsMouse) return "hover";
- else return "normal";
- }
- anchors.fill:parent
- //width: parent.width + units.smallSpacing / 2
- //height: parent.height - units.smallSpacing / 2
- anchors.left: parent.left
- imagePath: "widgets/startmenu-buttons"
- }
- MouseArea {
- id: ma
- enabled: !root.hoverDisabled
- acceptedButtons: Qt.LeftButton
- onClicked: {
- root.visible = false;
- pmEngine.performOperation("requestShutDown");
- }
- hoverEnabled: true
- anchors.fill: parent
- }
- }
- ListDelegate {
- id: lockScreenDelegate
- //text: i18nc("@action", "Lock Screen")
- //width: units.smallSpacing * 8
- anchors.left: shutdown.right
- anchors.leftMargin: -1
- anchors.top: shutdown.top
- height: shutdown.height
- //icon: "system-lock-screen"
- PlasmaCore.FrameSvgItem {
- id: lockButton
- prefix: {
- if(ma.containsPress || lockma.containsPress) return "rtl-pressed";
- else if(ma.containsMouse || lockma.containsMouse) return "rtl-hover";
- else return "rtl-normal";
- }
- anchors.fill: parent;
- //width: parent.width / 1.5
- //height: parent.height - units.smallSpacing / 2
- anchors.left: parent.left
- imagePath: "widgets/startmenu-buttons"
- }
- MouseArea {
- id: lockma
- enabled: !root.hoverDisabled
- acceptedButtons: Qt.LeftButton
- onClicked: {
- root.visible = false;
- pmEngine.performOperation("lockScreen")
- }
- hoverEnabled: true
- anchors.fill: lockButton
- }
- PlasmaCore.SvgItem {
- id: lsSvg
- svg: lockScreenSvg
- //width: parent.height - units.smallSpacing
- //height: parent.height - units.smallSpacing
- //anchors.horizontalCenter: parent.horizontalCenter
- //anchors.left: parent.left
- anchors.fill: lockButton
- anchors.leftMargin: units.smallSpacing*2
- anchors.rightMargin: units.smallSpacing*2
- anchors.topMargin: units.smallSpacing*1.5
- anchors.bottomMargin: units.smallSpacing*1.5
- elementId: searching ? "dark-lock" : "light-lock"
- // anchors.leftMargin: -1
- //anchors.leftMargin: units.smallSpacing
- /*ColorOverlay {
- anchors.fill: lockScreenSvg
- source: lockScreenSvg
-
- color: searching ? "#FF202020" : PlasmaCore.Theme.textColor
- }*/
- }
- //highlight: delegateHighlight
- enabled: pmEngine.data["Sleep States"]["LockScreen"]
- size: iconSizeSide
- //showIcon: true
- }
- }
-
-
- Keys.onPressed: {
- if (event.key == Qt.Key_Escape) {
- event.accepted = true;
-
- if (searching) {
- reset();
- } else if(showingAllPrograms) {
- showingAllPrograms = false;
- appsView.reset();
- } else {
- root.visible = false;
- }
-
- return;
- }
-
- if (searchField.focus) {
- return;
- }
-
- if (event.key == Qt.Key_Backspace) {
- event.accepted = true;
- searchField.backspace();
- /*} else if (event.key == Qt.Key_Tab || event.key == Qt.Key_Backtab) {
- if (pageListScrollArea.focus == true && pageList.currentItem.itemGrid.currentIndex == -1) {
- event.accepted = true;
- pageList.currentItem.itemGrid.tryActivate(0, 0);
- }*/
- } else if (event.text != "") {
- event.accepted = true;
- searchField.appendText(event.text);
- }
- }
-
- }
-
- Component.onCompleted: {
- kicker.reset.connect(reset);
- //dragHelper.dropped.connect(pageList.cycle);
- reset();
- faves.listView.currentIndex = -1;
-
- var pos = popupPosition(width, height);
- x = pos.x;
- y = pos.y;
- //root.backgroundHints = 2;
- }
-}
diff --git a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/OftenUsedView.qml b/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/OftenUsedView.qml
deleted file mode 100644
index 0767bdb..0000000
--- a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/OftenUsedView.qml
+++ /dev/null
@@ -1,62 +0,0 @@
-/*
- Copyright (C) 2011 Martin Gräßlin
- Copyright (C) 2012 Marco Martin
- Copyright (C) 2015 Eike Hein
- Copyright (C) 2017 Ivan Cukic
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License along
- with this program; if not, write to the Free Software Foundation, Inc.,
- 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-*/
-import QtQuick 2.0
-import org.kde.plasma.components 2.0 as PlasmaComponents
-
-import org.kde.plasma.private.kicker 0.1 as Kicker
-
-/*Kicker.RecentUsageModel {
- id: recentsModel
- favoritesModel: globalFavorites
- ordering: 1 // Popular / Often Used
- Component.onCompleted: {
- var sectionsCount = 0;
- for(var i = 0; i < recentsModel.count; i++)
- {
- if(recentsModel.get(i).objectName === "SectionDelegate")
- {
- if(recentsModel.get(i).getName() === "Files")
- {
-
- }
- sectionsCount++;
- recentsModel.remove(i);
- i--;
- continue;
- }
- if(sectionsCount === 2)
- {
-
- }
- }
- }
-}*/
-BaseView {
- id: recentsModel
- objectName: "OftenUsedView"
-
- model: Kicker.RecentUsageModel {
- favoritesModel: globalFavorites//rootModel.modelForRow(0)
- ordering: 0
- shownItems: Kicker.RecentUsageModel.OnlyApps
-
- }
-}
diff --git a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/SearchView.qml b/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/SearchView.qml
deleted file mode 100644
index a64603f..0000000
--- a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/SearchView.qml
+++ /dev/null
@@ -1,111 +0,0 @@
-/*
- Copyright (C) 2011 Martin Gräßlin
- Copyright (C) 2012 Gregor Taetzner
- Copyright (C) 2015-2018 Eike Hein
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License along
- with this program; if not, write to the Free Software Foundation, Inc.,
- 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-*/
-import QtQuick 2.0
-import org.kde.plasma.core 2.0 as PlasmaCore
-import org.kde.plasma.extras 2.0 as PlasmaExtras
-import org.kde.plasma.components 2.0 as PlasmaComponents
-
-import org.kde.plasma.private.kicker 0.1 as Kicker
-
-Item {
- id: searchViewContainer
-
- //anchors.fill: parent
-
- objectName: "SearchView"
-
- function decrementCurrentIndex() {
- runnerModel.decrementCurrentIndex();
- }
-
- function incrementCurrentIndex() {
- runnerModel.incrementCurrentIndex();
- }
-
- function activateCurrentIndex() {
- runnerModel.currentItem.activate();
- }
-
- function openContextMenu() {
- runnerModel.currentItem.openActionMenu();
- }
- function onQueryChanged() {
- runnerModel.query = searchField.text;
- //searchView.currentIndex = 0;
-
- if (!searchField.text) {
- runnerModel.model = null;
- }
- }
-
- Kicker.RunnerModel {
- id: runnerModel
- appletInterface: plasmoid
- mergeResults: false
- favoritesModel: globalFavorites
- }
-
- /*Connections {
- target: searchField
-
-
- }*/
-
- Connections {
- target: runnerModel
-
- function onCountChanged() {
-
- if (runnerModel.count && !runnerGrid.model) {
- runnerGrid.model = runnerModel;
- }
- }
- }
-
- ItemMultiGridView {
- id: runnerGrid
- anchors.fill: parent
- anchors.leftMargin: units.smallSpacing;
- z: 9999
- aCellWidth: parent.width - units.smallSpacing*2
- aCellHeight: iconSize + units.smallSpacing
-
- //enabled: (opacity == 1.0) ? 1 : 0
- enabled: searchField.text
- isSquare: false
- model: runnerModel
- grabFocus: true
- //opacity: searching ? 1.0 : 0.0
- /*onOpacityChanged: {
- if (opacity == 1.0) {
- mainColumn.visibleGrid = runnerGrid;
- }
- }*/
- //onKeyNavRight: globalFavoritesGrid.tryActivate(0,0)
- }
-
- /*KickoffSearchView {
- id: searchView
-
- anchors.fill: parent
-
- showAppsByName: false //krunner results have the most relevant field in the "display" column, which is showAppsByName = false
- }*/
-}
diff --git a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/main.qml b/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/main.qml
deleted file mode 100644
index becea46..0000000
--- a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/main.qml
+++ /dev/null
@@ -1,239 +0,0 @@
-/***************************************************************************
- * Copyright (C) 2014-2015 by Eike Hein *
- * *
- * This program is free software; you can redistribute it and/or modify *
- * it under the terms of the GNU General Public License as published by *
- * the Free Software Foundation; either version 2 of the License, or *
- * (at your option) any later version. *
- * *
- * This program is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU General Public License for more details. *
- * *
- * You should have received a copy of the GNU General Public License *
- * along with this program; if not, write to the *
- * Free Software Foundation, Inc., *
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA . *
- ***************************************************************************/
-
-import QtQuick 2.0
-import QtQuick.Layouts 1.1
-import org.kde.plasma.plasmoid 2.0
-
-import org.kde.plasma.core 2.0 as PlasmaCore
-import org.kde.plasma.components 2.0 as PlasmaComponents
-
-import org.kde.plasma.private.kicker 0.1 as Kicker
-
-Item {
- id: kicker
-
- anchors.fill: parent
-
- signal reset
-
- property bool isDash: false
-
- Plasmoid.preferredRepresentation: Plasmoid.fullRepresentation
-
- Plasmoid.compactRepresentation: null
- Plasmoid.fullRepresentation: compactRepresentation
-
- property Item dragSource: null
-
- property QtObject globalFavorites: rootModel.favoritesModel
- property QtObject systemFavorites: rootModel.systemFavoritesModel
-PlasmaCore.DataSource {
- id: menu_executable
- engine: "executable"
- connectedSources: []
- onNewData: {
- var exitCode = data["exit code"]
- var exitStatus = data["exit status"]
- var stdout = data["stdout"]
- var stderr = data["stderr"]
- exited(sourceName, exitCode, exitStatus, stdout, stderr)
- disconnectSource(sourceName)
- }
- function exec(cmd) {
- if (cmd) {
- connectSource(cmd)
- }
- }
- signal exited(string cmd, int exitCode, int exitStatus, string stdout, string stderr)
- }
-
- function action_menuedit() {
- processRunner.runMenuEditor();
- }
- function action_taskman() {
- menu_executable.exec("ksysguard");
- }
-
- Component {
- id: compactRepresentation
- CompactRepresentation {}
- }
-
- Component {
- id: menuRepresentation
- MenuRepresentation {
-
- }
- }
-
- Kicker.RootModel {
- id: rootModel
-
- autoPopulate: false
-
- appNameFormat: plasmoid.configuration.appNameFormat
- flat: true
- sorted: true
- showSeparators: true
- appletInterface: plasmoid
-
- paginate: false
- pageSize: plasmoid.configuration.numberColumns * plasmoid.configuration.numberRows
-
- showAllApps: false
- showRecentApps: true
- showRecentDocs: false
- showRecentContacts: false
- showPowerSession: false
-
- onFavoritesModelChanged: {
- if ("initForClient" in favoritesModel) {
- favoritesModel.initForClient("org.kde.plasma.kicker.favorites.instance-" + plasmoid.id)
-
- if (!plasmoid.configuration.favoritesPortedToKAstats) {
- favoritesModel.portOldFavorites(plasmoid.configuration.favoriteApps);
- plasmoid.configuration.favoritesPortedToKAstats = true;
- }
- } else {
- favoritesModel.favorites = plasmoid.configuration.favoriteApps;
- }
-
- favoritesModel.maxFavorites = pageSize;
- }
-
- onSystemFavoritesModelChanged: {
- systemFavoritesModel.enabled = false;
- systemFavoritesModel.favorites = plasmoid.configuration.favoriteSystemActions;
- systemFavoritesModel.maxFavorites = 8;
- }
-
- Component.onCompleted: {
- if ("initForClient" in favoritesModel) {
- favoritesModel.initForClient("org.kde.plasma.kicker.favorites.instance-" + plasmoid.id)
-
- if (!plasmoid.configuration.favoritesPortedToKAstats) {
- favoritesModel.portOldFavorites(plasmoid.configuration.favoriteApps);
- plasmoid.configuration.favoritesPortedToKAstats = true;
- }
- } else {
- favoritesModel.favorites = plasmoid.configuration.favoriteApps;
- }
-
- favoritesModel.maxFavorites = pageSize;
- rootModel.refresh();
- }
- }
-
- Connections {
- target: globalFavorites
-
- onFavoritesChanged: {
- plasmoid.configuration.favoriteApps = target.favorites;
- }
- }
-
- Connections {
- target: systemFavorites
-
- onFavoritesChanged: {
- plasmoid.configuration.favoriteSystemActions = target.favorites;
- }
- }
-
- Connections {
- target: plasmoid.configuration
-
- onFavoriteAppsChanged: {
- globalFavorites.favorites = plasmoid.configuration.favoriteApps;
- }
-
- onFavoriteSystemActionsChanged: {
- systemFavorites.favorites = plasmoid.configuration.favoriteSystemActions;
- }
- }
-
- Kicker.RunnerModel {
- id: runnerModel
-
- favoritesModel: globalFavorites
- runners: plasmoid.configuration.useExtraRunners ? new Array("services").concat(plasmoid.configuration.extraRunners) : "services"
- appletInterface: plasmoid
-
- deleteWhenEmpty: false
- }
-
- Kicker.DragHelper {
- id: dragHelper
- }
-
- Kicker.ProcessRunner {
- id: processRunner;
- }
-
- PlasmaCore.FrameSvgItem {
- id : highlightItemSvg
-
- visible: false
-
- imagePath: "widgets/menuitem"
- prefix: "hover"
- }
-
- PlasmaCore.FrameSvgItem {
- id : panelSvg
-
- visible: false
-
- imagePath: "widgets/panel-background"
- }
- PlasmaCore.Svg {
- id: arrowsSvg
-
- imagePath: "widgets/arrows"
- size: "16x16"
- }
- PlasmaCore.Svg {
- id: lockScreenSvg
- imagePath: "widgets/system-lock-screen"
- }
- PlasmaComponents.Label {
- id: toolTipDelegate
-
- width: contentWidth
- height: contentHeight
-
- property Item toolTip
-
- text: (toolTip != null) ? toolTip.text : ""
- }
-
- function resetDragSource() {
- dragSource = null;
- }
-
- Component.onCompleted: {
- plasmoid.setAction("menuedit", i18n("Edit Applications..."));
- plasmoid.setAction("taskman", i18n("Task Manager"));
-
- rootModel.refreshed.connect(reset);
-
- dragHelper.dropped.connect(resetDragSource);
- }
-}
diff --git a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/metadata.desktop b/Plasma/Plasma Widgets/User/Start Menu/SevenStart/metadata.desktop
deleted file mode 100644
index 1886450..0000000
--- a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/metadata.desktop
+++ /dev/null
@@ -1,20 +0,0 @@
-[Desktop Entry]
-Name=Seven Start
-Comment=Open application menu
-
-Type=Service
-Icon=start-here-kde
-X-KDE-ServiceTypes=Plasma/Applet
-
-X-Plasma-API=declarativeappletscript
-X-Plasma-MainScript=ui/main.qml
-X-Plasma-Provides=org.kde.plasma.launchermenu
-
-X-KDE-PluginInfo-Author=adhe
-X-KDE-PluginInfo-Email=wackyideas535[at]gmail.com
-X-KDE-PluginInfo-Name=SevenStart
-X-KDE-PluginInfo-Version=1.0
-X-KDE-PluginInfo-Category=Application Launchers
-X-KDE-PluginInfo-Depends=
-X-KDE-PluginInfo-License=GPL v2+
-X-KDE-PluginInfo-EnabledByDefault=true
diff --git a/Plasma/Plasma Widgets/User/Task Icons/bin/plasma_applet_seventasks.so b/Plasma/Plasma Widgets/User/Task Icons/bin/plasma_applet_seventasks.so
deleted file mode 100755
index c590fd9..0000000
Binary files a/Plasma/Plasma Widgets/User/Task Icons/bin/plasma_applet_seventasks.so and /dev/null differ
diff --git a/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/config/main.xml b/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/config/main.xml
deleted file mode 100644
index 8732841..0000000
--- a/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/config/main.xml
+++ /dev/null
@@ -1,133 +0,0 @@
-
-
-
-
-
-
-
- false
-
-
-
- true
-
-
-
- true
-
-
-
- false
-
-
-
- true
-
-
-
- 1
-
-
-
- 0
-
-
-
- true
-
-
-
- true
-
-
-
-
-
-
-
-
-
-
-
- 1
-
-
-
- true
-
-
-
- 2
- 1
-
-
-
- false
-
-
-
- true
-
-
-
- true
-
-
-
- true
-
-
-
- applications:systemsettings.desktop,applications:org.kde.discover.desktop,preferred://filemanager,preferred://browser
-
-
-
-
-
-
-
-
-
-
-
- 2
-
-
-
- true
-
-
-
- true
-
-
-
- 0
-
-
-
-
-
-
-
-
-
-
-
- 3
-
-
-
- true
-
-
-
- false
-
-
-
-
-
diff --git a/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/images/index.png b/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/images/index.png
deleted file mode 100644
index 539adb8..0000000
Binary files a/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/images/index.png and /dev/null differ
diff --git a/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/images/thermal-monitor.svg b/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/images/thermal-monitor.svg
deleted file mode 100644
index d061e7d..0000000
--- a/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/images/thermal-monitor.svg
+++ /dev/null
@@ -1,261 +0,0 @@
-
-
-
-
diff --git a/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/.ContextMenu.qml.kate-swp b/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/.ContextMenu.qml.kate-swp
deleted file mode 100644
index a5ab43e..0000000
Binary files a/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/.ContextMenu.qml.kate-swp and /dev/null differ
diff --git a/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/.Task.qml.kate-swp b/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/.Task.qml.kate-swp
deleted file mode 100644
index bc94aed..0000000
Binary files a/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/.Task.qml.kate-swp and /dev/null differ
diff --git a/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/.main.qml.kate-swp b/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/.main.qml.kate-swp
deleted file mode 100644
index b36ba37..0000000
Binary files a/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/.main.qml.kate-swp and /dev/null differ
diff --git a/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/AdvMenu.qml b/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/AdvMenu.qml
deleted file mode 100644
index 92e31bc..0000000
--- a/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/AdvMenu.qml
+++ /dev/null
@@ -1,94 +0,0 @@
-/*
- SPDX-FileCopyrightText: 2016 Marco Martin
-
- SPDX-License-Identifier: LGPL-2.0-or-later
-*/
-
-import QtQuick 2.7
-import QtQuick.Controls 2.15
-import QtQuick.Templates 2.15 as T
-import org.kde.plasma.core 2.0 as PlasmaCore
-import org.kde.kirigami 2.5 as Kirigami
-
-T.Menu {
- id: control
-
- palette: Kirigami.Theme.palette
- implicitWidth: Math.max(background ? background.implicitWidth : 0,
- contentItem ? contentItem.implicitWidth + leftPadding + rightPadding : 0)
- implicitHeight: Math.max(background ? background.implicitHeight : 0,
- contentItem ? contentItem.implicitHeight : 0) + topPadding + bottomPadding
-
- delegate: MenuItem { width: parent.width; onImplicitWidthChanged: control.contentItem.contentItem.childrenChanged() }
-
- margins: 0
- leftPadding: background.margins.left
- topPadding: background.margins.top
- rightPadding: background.margins.right
- bottomPadding: background.margins.bottom
-
- contentItem: ListView {
- implicitHeight: contentHeight
- property bool hasCheckables: false
- property bool hasIcons: false
- model: control.contentModel
-
- implicitWidth: {
- var maxWidth = 0;
- for (var i = 0; i < contentItem.children.length; ++i) {
- maxWidth = Math.max(maxWidth, contentItem.children[i].implicitWidth);
- }
- return maxWidth;
- }
-
- interactive: ApplicationWindow.window ? contentHeight > ApplicationWindow.window.height : false
- clip: true
- currentIndex: control.currentIndex || 0
- keyNavigationEnabled: true
- keyNavigationWraps: true
-
- T.ScrollBar.vertical: ScrollBar {}
- }
-
- Connections {
- target: control.contentItem.contentItem
-
- function onChildrenChanged() {
- for (var i in control.contentItem.contentItem.children) {
- var child = control.contentItem.contentItem.children[i];
- if (child.checkable) {
- control.contentItem.hasCheckables = true;
- }
- if (child.icon && child.icon.hasOwnProperty("name") && (child.icon.name.length > 0 || child.icon.source.length > 0)) {
- control.contentItem.hasIcons = true;
- }
- }
- }
- }
-
- enter: Transition {
- NumberAnimation {
- property: "opacity"
- from: 0
- to: 1
- easing.type: Easing.InOutQuad
- duration: PlasmaCore.Units.shortDuration
- }
- }
-
- exit: Transition {
- NumberAnimation {
- property: "opacity"
- from: 1
- to: 0
- easing.type: Easing.InOutQuad
- duration: PlasmaCore.Units.shortDuration
- }
- }
-
- background: PlasmaCore.FrameSvgItem {
- imagePath: "widgets/background"
- implicitWidth: PlasmaCore.Units.gridUnit * 8
- implicitHeight: PlasmaCore.Units.gridUnit * 2
- }
-}
diff --git a/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/ConfigBehavior.qml b/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/ConfigBehavior.qml
deleted file mode 100644
index 3dc0b41..0000000
--- a/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/ConfigBehavior.qml
+++ /dev/null
@@ -1,204 +0,0 @@
-/*
- SPDX-FileCopyrightText: 2013 Eike Hein
-
- SPDX-License-Identifier: GPL-2.0-or-later
-*/
-
-import QtQuick 2.0
-import QtQuick.Controls 2.5
-import QtQuick.Layouts 1.12
-import org.kde.kirigami 2.4 as Kirigami
-
-import org.kde.plasma.core 2.0 as PlasmaCore
-
-import org.kde.plasma.private.taskmanager 0.1 as TaskManagerApplet
-
-Item {
- width: childrenRect.width
- height: childrenRect.height
-
- property alias cfg_groupingStrategy: groupingStrategy.currentIndex
- property alias cfg_groupedTaskVisualization: groupedTaskVisualization.currentIndex
- property alias cfg_groupPopups: groupPopups.checked
- property alias cfg_onlyGroupWhenFull: onlyGroupWhenFull.checked
- property alias cfg_sortingStrategy: sortingStrategy.currentIndex
- property alias cfg_separateLaunchers: separateLaunchers.checked
- property alias cfg_middleClickAction: middleClickAction.currentIndex
- property alias cfg_wheelEnabled: wheelEnabled.checked
- property alias cfg_showOnlyCurrentScreen: showOnlyCurrentScreen.checked
- property alias cfg_showOnlyCurrentDesktop: showOnlyCurrentDesktop.checked
- property alias cfg_showOnlyCurrentActivity: showOnlyCurrentActivity.checked
- property alias cfg_showOnlyMinimized: showOnlyMinimized.checked
- property alias cfg_minimizeActiveTaskOnClick: minimizeActive.checked
- property alias cfg_unhideOnAttention: unhideOnAttention.checked
- property alias cfg_labelVisible: labelVisible.checked
-
-
- TaskManagerApplet.Backend {
- id: backend
- }
-
- Kirigami.FormLayout {
- anchors.left: parent.left
- anchors.right: parent.right
-
- ComboBox {
- id: groupingStrategy
- Kirigami.FormData.label: i18n("Group:")
- Layout.fillWidth: true
- Layout.minimumWidth: Kirigami.Units.gridUnit * 14
- model: [i18n("Do not group"), i18n("By program name")]
- }
-
- ComboBox {
- id: groupedTaskVisualization
- Kirigami.FormData.label: i18n("Clicking grouped task:")
- Layout.fillWidth: true
- Layout.minimumWidth: Kirigami.Units.gridUnit * 14
-
- enabled: groupingStrategy.currentIndex !== 0
-
- model: [
- i18nc("Completes the sentence 'Clicking grouped task cycles through tasks' ", "Cycles through tasks"),
- i18nc("Completes the sentence 'Clicking grouped task shows tooltip window thumbnails' ", "Shows tooltip window thumbnails"),
- i18nc("Completes the sentence 'Clicking grouped task shows 'Present Windows' effect' ", "Shows 'Present Windows' effect"),
- i18nc("Completes the sentence 'Clicking grouped task shows textual list' ", "Shows textual list"),
- ]
- }
- // "You asked for Tooltips but Tooltips are disabled" message
- Kirigami.InlineMessage {
- Layout.fillWidth: true
- visible: groupedTaskVisualization.currentIndex === 1 && !plasmoid.configuration.showToolTips && backend.canPresentWindows
- type: Kirigami.MessageType.Warning
- text: i18n("Tooltips are disabled, so the 'Present Windows' effect will be displayed instead.")
- }
- // "You asked for Tooltips but Tooltips are disabled and Present Windows is not available" message
- Kirigami.InlineMessage {
- Layout.fillWidth: true
- visible: groupedTaskVisualization.currentIndex === 1 && !plasmoid.configuration.showToolTips && !backend.canPresentWindows
- type: Kirigami.MessageType.Warning
- text: i18n("Tooltips are disabled, and the 'Present Windows' effect is not enabled or otherwise available right now, so a textual list will be displayed instead")
- }
- // "You asked for Present Windows but Present Windows is not available" message
- Kirigami.InlineMessage {
- Layout.fillWidth: true
- visible: groupedTaskVisualization.currentIndex === 2 && !backend.canPresentWindows
- type: Kirigami.MessageType.Warning
- text: i18n("The 'Present Windows' effect is not enabled or otherwise available right now, so a textual list will be displayed instead.")
- }
-
- Item {
- Kirigami.FormData.isSection: true
- }
-
- CheckBox {
- id: groupPopups
- visible: (plasmoid.pluginName !== "org.kde.plasma.icontasks")
- text: i18n("Combine into single button")
- enabled: groupingStrategy.currentIndex > 0
- }
-
- CheckBox {
- id: onlyGroupWhenFull
- visible: (plasmoid.pluginName !== "org.kde.plasma.icontasks")
- text: i18n("Group only when the Task Manager is full")
- enabled: groupingStrategy.currentIndex > 0 && groupPopups.checked
- }
-
- Item {
- Kirigami.FormData.isSection: true
- visible: (plasmoid.pluginName !== "org.kde.plasma.icontasks")
- }
-
- ComboBox {
- id: sortingStrategy
- Kirigami.FormData.label: i18n("Sort:")
- Layout.fillWidth: true
- Layout.minimumWidth: Kirigami.Units.gridUnit * 14
- model: [i18n("Do not sort"), i18n("Manually"), i18n("Alphabetically"), i18n("By desktop"), i18n("By activity")]
- }
-
- CheckBox {
- id: separateLaunchers
- visible: (plasmoid.pluginName !== "org.kde.plasma.icontasks")
- text: i18n("Keep launchers separate")
- enabled: sortingStrategy.currentIndex == 1
- }
-
- Item {
- Kirigami.FormData.isSection: true
- visible: (plasmoid.pluginName !== "org.kde.plasma.icontasks")
- }
-
- CheckBox {
- id: minimizeActive
- Kirigami.FormData.label: i18nc("Part of a sentence: 'Clicking active task minimizes the task'", "Clicking active task:")
- text: i18nc("Part of a sentence: 'Clicking active task minimizes the task'", "Minimizes the task")
- }
-
- ComboBox {
- id: middleClickAction
- Kirigami.FormData.label: i18n("Middle-clicking any task:")
- Layout.fillWidth: true
- Layout.minimumWidth: Kirigami.Units.gridUnit * 14
- model: [
- i18nc("Part of a sentence: 'Middle-clicking any task does nothing'", "Does nothing"),
- i18nc("Part of a sentence: 'Middle-clicking any task closes window or group'", "Closes window or group"),
- i18nc("Part of a sentence: 'Middle-clicking any task opens a new instance'", "Opens a new instance"),
- i18nc("Part of a sentence: 'Middle-clicking any task minimizes/restores window or group'", "Minimizes/Restores window or group"),
- i18nc("Part of a sentence: 'Middle-clicking any task toggles grouping'", "Toggles grouping"),
- i18nc("Part of a sentence: 'Middle-clicking any task brings it to the current virtual desktop'", "Brings it to the current virtual desktop")
- ]
- }
-
- Item {
- Kirigami.FormData.isSection: true
- }
-
- CheckBox {
- id: wheelEnabled
- Kirigami.FormData.label: i18nc("Part of a sentence: 'Mouse wheel cycles through tasks'", "Mouse wheel:")
- text: i18nc("Part of a sentence: 'Mouse wheel cycles through tasks'", "Cycles through tasks")
- }
-
- Item {
- Kirigami.FormData.isSection: true
- }
-
- CheckBox {
- id: showOnlyCurrentScreen
- Kirigami.FormData.label: i18n("Show only tasks:")
- text: i18n("From current screen")
- }
-
- CheckBox {
- id: showOnlyCurrentDesktop
- text: i18n("From current desktop")
- }
-
- CheckBox {
- id: showOnlyCurrentActivity
- text: i18n("From current activity")
- }
-
- CheckBox {
- id: showOnlyMinimized
- text: i18n("That are minimized")
- }
-
- Item {
- Kirigami.FormData.isSection: true
- }
-
- CheckBox {
- id: unhideOnAttention
- Kirigami.FormData.label: i18n("When panel is hidden:")
- text: i18n("Unhide when a window wants attention")
- }
- CheckBox {
- id: labelVisible
- Kirigami.FormData.label: i18n("Labels:")
- text: i18n("Show labels on taskbar buttons")
- }
- }
-}
diff --git a/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/ContextMenu.qml b/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/ContextMenu.qml
deleted file mode 100644
index cbfb336..0000000
--- a/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/ContextMenu.qml
+++ /dev/null
@@ -1,749 +0,0 @@
-/*
- SPDX-FileCopyrightText: 2012-2016 Eike Hein
- SPDX-FileCopyrightText: 2016 Kai Uwe Broulik
-
- SPDX-License-Identifier: GPL-2.0-or-later
-*/
-
-import QtQuick 2.0
-
-import org.kde.plasma.plasmoid 2.0
-
-import org.kde.plasma.core 2.0 as PlasmaCore
-import org.kde.plasma.components 2.0 as PlasmaComponents
-
-import org.kde.taskmanager 0.1 as TaskManager
-
-import "code/layout.js" as LayoutManager
-
-PlasmaComponents.ContextMenu {
- id: menu
-
- property QtObject backend
- property QtObject mpris2Source
- property var modelIndex
- readonly property var atm: TaskManager.AbstractTasksModel
-
- property bool showAllPlaces: false
-
- placement: {
- if (plasmoid.location === PlasmaCore.Types.LeftEdge) {
- return PlasmaCore.Types.RightPosedTopAlignedPopup;
- } else if (plasmoid.location === PlasmaCore.Types.TopEdge) {
- return PlasmaCore.Types.BottomPosedLeftAlignedPopup;
- } else if (plasmoid.location === PlasmaCore.Types.RightEdge) {
- return PlasmaCore.Types.LeftPosedTopAlignedPopup;
- } else {
- return PlasmaCore.Types.TopPosedLeftAlignedPopup;
- }
- }
-
- minimumWidth: visualParent.width
-
- onStatusChanged: {
- if (visualParent && get(atm.LauncherUrlWithoutIcon) != "" && status == PlasmaComponents.DialogStatus.Open) {
- activitiesDesktopsMenu.refresh();
-
- } else if (status == PlasmaComponents.DialogStatus.Closed) {
- menu.destroy();
- backend.ungrabMouse(visualParent);
- }
- }
-
- function updateHover() {
- task.updateHoverColor();
- }
- Component.onCompleted: {
- // Cannot have "Connections" as child of PlasmaCoponents.ContextMenu.
- backend.showAllPlaces.connect(function() {
- visualParent.showContextMenu({showAllPlaces: true});
- });
- }
-
- function get(modelProp) {
- return tasksModel.data(modelIndex, modelProp)
- }
-
- function show() {
- loadDynamicLaunchActions(get(atm.LauncherUrlWithoutIcon));
- openRelative();
- }
-
- function newMenuItem(parent) {
- return Qt.createQmlObject(
- "import org.kde.plasma.components 2.0 as PlasmaComponents;" +
- "PlasmaComponents.MenuItem {}",
- parent);
- }
-
- function newSeparator(parent) {
- return Qt.createQmlObject(
- "import org.kde.plasma.components 2.0 as PlasmaComponents;" +
- "PlasmaComponents.MenuItem { separator: true }",
- parent);
- }
-
- function loadDynamicLaunchActions(launcherUrl) {
- var sections = [
- {
- title: i18n("Places"),
- group: "places",
- actions: backend.placesActions(launcherUrl, showAllPlaces, menu)
- },
- {
- title: i18n("Recent Files"),
- group: "recents",
- actions: backend.recentDocumentActions(launcherUrl, menu)
- },
- {
- title: i18n("Actions"),
- group: "actions",
- actions: backend.jumpListActions(launcherUrl, menu)
- }
- ]
-
- // QMenu does not limit its width automatically. Even if we set a maximumWidth
- // it would just cut off text rather than eliding. So we do this manually.
- var textMetrics = Qt.createQmlObject("import QtQuick 2.4; TextMetrics {}", menu);
- var maximumWidth = LayoutManager.maximumContextMenuTextWidth();
-
- sections.forEach(function (section) {
- if (section["actions"].length > 0 || section["group"] == "actions") {
- // Don't add the "Actions" header if the menu has nothing but actions
- // in it, because then it's redundant (all menus have actions)
- if (
- (section["group"] != "actions") ||
- (section["group"] == "actions" && (sections[0]["actions"].length > 0 || sections[1]["actions"].length > 0))
- ) {
- var sectionHeader = newMenuItem(menu);
- sectionHeader.text = section["title"];
- sectionHeader.section = true;
- menu.addMenuItem(sectionHeader, startNewInstanceItem);
- }
- }
-
- for (var i = 0; i < section["actions"].length; ++i) {
- var item = newMenuItem(menu);
- item.action = section["actions"][i];
-
- // Crude way of manually eliding...
- var elided = false;
- textMetrics.text = Qt.binding(function() {
- return item.action.text;
- });
-
- while (textMetrics.width > maximumWidth) {
- item.action.text = item.action.text.slice(0, -1);
- elided = true;
- }
-
- if (elided) {
- item.action.text += "…";
- }
-
- menu.addMenuItem(item, startNewInstanceItem);
- }
- });
-
- // Add Media Player control actions
- var sourceName = mpris2Source.sourceNameForLauncherUrl(launcherUrl, get(atm.AppPid));
-
- if (sourceName && !(get(atm.WinIdList) !== undefined && get(atm.WinIdList).length > 1)) {
- var playerData = mpris2Source.data[sourceName]
-
- if (playerData.CanControl) {
- var playing = (playerData.PlaybackStatus === "Playing");
- var menuItem = menu.newMenuItem(menu);
- menuItem.text = i18nc("Play previous track", "Previous Track");
- menuItem.icon = "media-skip-backward";
- menuItem.enabled = Qt.binding(function() {
- return playerData.CanGoPrevious;
- });
- menuItem.clicked.connect(function() {
- mpris2Source.goPrevious(sourceName);
- });
- menu.addMenuItem(menuItem, startNewInstanceItem);
-
- menuItem = menu.newMenuItem(menu);
- // PlasmaCore Menu doesn't actually handle icons or labels changing at runtime...
- menuItem.text = Qt.binding(function() {
- // if CanPause, toggle the menu entry between Play & Pause, otherwise always use Play
- return playing && playerData.CanPause ? i18nc("Pause playback", "Pause") : i18nc("Start playback", "Play");
- });
- menuItem.icon = Qt.binding(function() {
- return playing && playerData.CanPause ? "media-playback-pause" : "media-playback-start";
- });
- menuItem.enabled = Qt.binding(function() {
- return playing ? playerData.CanPause : playerData.CanPlay;
- });
- menuItem.clicked.connect(function() {
- if (playing) {
- mpris2Source.pause(sourceName);
- } else {
- mpris2Source.play(sourceName);
- }
- });
- menu.addMenuItem(menuItem, startNewInstanceItem);
-
- menuItem = menu.newMenuItem(menu);
- menuItem.text = i18nc("Play next track", "Next Track");
- menuItem.icon = "media-skip-forward";
- menuItem.enabled = Qt.binding(function() {
- return playerData.CanGoNext;
- });
- menuItem.clicked.connect(function() {
- mpris2Source.goNext(sourceName);
- });
- menu.addMenuItem(menuItem, startNewInstanceItem);
-
- menuItem = menu.newMenuItem(menu);
- menuItem.text = i18nc("Stop playback", "Stop");
- menuItem.icon = "media-playback-stop";
- menuItem.enabled = Qt.binding(function() {
- return playerData.PlaybackStatus !== "Stopped";
- });
- menuItem.clicked.connect(function() {
- mpris2Source.stop(sourceName);
- });
- menu.addMenuItem(menuItem, startNewInstanceItem);
-
- // Technically media controls and audio streams are separate but for the user they're
- // semantically related, don't add a separator inbetween.
- if (!menu.visualParent.hasAudioStream) {
- menu.addMenuItem(newSeparator(menu), startNewInstanceItem);
- }
-
- // If we don't have a window associated with the player but we can quit
- // it through MPRIS we'll offer a "Quit" option instead of "Close"
- if (!closeWindowItem.visible && playerData.CanQuit) {
- menuItem = menu.newMenuItem(menu);
- menuItem.text = i18nc("Quit media player app", "Quit");
- menuItem.icon = "application-exit";
- menuItem.visible = Qt.binding(function() {
- return !closeWindowItem.visible;
- });
- menuItem.clicked.connect(function() {
- mpris2Source.quit(sourceName);
- });
- menu.addMenuItem(menuItem);
- }
-
- // If we don't have a window associated with the player but we can raise
- // it through MPRIS we'll offer a "Restore" option
- if (!startNewInstanceItem.visible && playerData.CanRaise) {
- menuItem = menu.newMenuItem(menu);
- menuItem.text = i18nc("Open or bring to the front window of media player app", "Restore");
- menuItem.icon = playerData["Desktop Icon Name"];
- menuItem.visible = Qt.binding(function() {
- return !startNewInstanceItem.visible;
- });
- menuItem.clicked.connect(function() {
- mpris2Source.raise(sourceName);
- });
- menu.addMenuItem(menuItem, startNewInstanceItem);
- }
- }
- }
-
- // We allow mute/unmute whenever an application has a stream, regardless of whether it
- // is actually playing sound.
- // This way you can unmute, e.g. a telephony app, even after the conversation has ended,
- // so you still have it ringing later on.
- if (menu.visualParent.hasAudioStream) {
- var muteItem = menu.newMenuItem(menu);
- muteItem.checkable = true;
- muteItem.checked = Qt.binding(function() {
- return menu.visualParent && menu.visualParent.muted;
- });
- muteItem.clicked.connect(function() {
- menu.visualParent.toggleMuted();
- });
- muteItem.text = i18n("Mute");
- muteItem.icon = "audio-volume-muted";
- menu.addMenuItem(muteItem, startNewInstanceItem);
-
- menu.addMenuItem(newSeparator(menu), startNewInstanceItem);
- }
- }
-
- PlasmaComponents.MenuItem {
- id: startNewInstanceItem
- visible: (visualParent && get(atm.IsLauncher) !== true && get(atm.IsStartup) !== true)
-
- enabled: visualParent && get(atm.LauncherUrlWithoutIcon) != ""
-
- text: i18n("Start New Instance")
- icon: "list-add-symbolic"
-
- onClicked: tasksModel.requestNewInstance(modelIndex)
- }
-
- PlasmaComponents.MenuItem {
- id: virtualDesktopsMenuItem
-
- visible: virtualDesktopInfo.numberOfDesktops > 1
- && (visualParent && get(atm.IsLauncher) !== true
- && get(atm.IsStartup) !== true
- && get(atm.IsVirtualDesktopsChangeable) === true)
-
- enabled: visible
-
- text: i18n("Move to &Desktop")
- icon: "virtual-desktops"
-
- Connections {
- target: virtualDesktopInfo
-
- function onNumberOfDesktopsChanged() {Qt.callLater(virtualDesktopsMenu.refresh)}
- function onDesktopIdsChanged() {Qt.callLater(virtualDesktopsMenu.refresh)}
- function onDesktopNamesChanged() {Qt.callLater(virtualDesktopsMenu.refresh)}
- }
-
- PlasmaComponents.ContextMenu {
- id: virtualDesktopsMenu
-
- visualParent: virtualDesktopsMenuItem.action
-
- function refresh() {
- clearMenuItems();
-
- if (virtualDesktopInfo.numberOfDesktops <= 1) {
- return;
- }
-
- var menuItem = menu.newMenuItem(virtualDesktopsMenu);
- menuItem.text = i18n("Move &To Current Desktop");
- menuItem.enabled = Qt.binding(function() {
- return menu.visualParent && menu.get(atm.VirtualDesktops).indexOf(virtualDesktopInfo.currentDesktop) === -1;
- });
- menuItem.clicked.connect(function() {
- tasksModel.requestVirtualDesktops(menu.modelIndex, [virtualDesktopInfo.currentDesktop]);
- });
-
- menuItem = menu.newMenuItem(virtualDesktopsMenu);
- menuItem.text = i18n("&All Desktops");
- menuItem.checkable = true;
- menuItem.checked = Qt.binding(function() {
- return menu.visualParent && menu.get(atm.IsOnAllVirtualDesktops) === true;
- });
- menuItem.clicked.connect(function() {
- tasksModel.requestVirtualDesktops(menu.modelIndex, []);
- });
- backend.setActionGroup(menuItem.action);
-
- menu.newSeparator(virtualDesktopsMenu);
-
- for (var i = 0; i < virtualDesktopInfo.desktopNames.length; ++i) {
- menuItem = menu.newMenuItem(virtualDesktopsMenu);
- menuItem.text = i18nc("1 = number of desktop, 2 = desktop name", "&%1 %2", i + 1, virtualDesktopInfo.desktopNames[i]);
- menuItem.checkable = true;
- menuItem.checked = Qt.binding((function(i) {
- return function() { return menu.visualParent && menu.get(atm.VirtualDesktops).indexOf(virtualDesktopInfo.desktopIds[i]) > -1 };
- })(i));
- menuItem.clicked.connect((function(i) {
- return function() { return tasksModel.requestVirtualDesktops(menu.modelIndex, [virtualDesktopInfo.desktopIds[i]]); };
- })(i));
- backend.setActionGroup(menuItem.action);
- }
-
- menu.newSeparator(virtualDesktopsMenu);
-
- menuItem = menu.newMenuItem(virtualDesktopsMenu);
- menuItem.text = i18n("&New Desktop");
- menuItem.clicked.connect(function() {
- tasksModel.requestNewVirtualDesktop(menu.modelIndex);
- });
- }
-
- Component.onCompleted: refresh()
- }
- }
-
- PlasmaComponents.MenuItem {
- id: activitiesDesktopsMenuItem
-
- visible: activityInfo.numberOfRunningActivities > 1
- && (visualParent && !get(atm.IsLauncher)
- && !get(atm.IsStartup))
-
- enabled: visible
-
- text: i18n("Show in &Activities")
- icon: "activities"
-
- Connections {
- target: activityInfo
-
- function onNumberOfRunningActivitiesChanged() {
- activitiesDesktopsMenu.refresh()
- }
- }
-
- PlasmaComponents.ContextMenu {
- id: activitiesDesktopsMenu
-
- visualParent: activitiesDesktopsMenuItem.action
-
- function refresh() {
- clearMenuItems();
-
- if (activityInfo.numberOfRunningActivities <= 1) {
- return;
- }
-
- var menuItem = menu.newMenuItem(activitiesDesktopsMenu);
- menuItem.text = i18n("Add To Current Activity");
- menuItem.enabled = Qt.binding(function() {
- return menu.visualParent && menu.get(atm.Activities).length > 0 &&
- menu.get(atm.Activities).indexOf(activityInfo.currentActivity) < 0;
- });
- menuItem.clicked.connect(function() {
- tasksModel.requestActivities(menu.modelIndex, menu.get(atm.Activities).concat(activityInfo.currentActivity));
- });
-
- menuItem = menu.newMenuItem(activitiesDesktopsMenu);
- menuItem.text = i18n("All Activities");
- menuItem.checkable = true;
- menuItem.checked = Qt.binding(function() {
- return menu.visualParent && menu.get(atm.Activities).length === 0;
- });
- menuItem.toggled.connect(function(checked) {
- var newActivities = undefined; // will cast to an empty QStringList i.e all activities
- if (!checked) {
- newActivities = new Array(activityInfo.currentActivity);
- }
- tasksModel.requestActivities(menu.modelIndex, newActivities);
- });
-
- menu.newSeparator(activitiesDesktopsMenu);
-
- var runningActivities = activityInfo.runningActivities();
- for (var i = 0; i < runningActivities.length; ++i) {
- var activityId = runningActivities[i];
-
- menuItem = menu.newMenuItem(activitiesDesktopsMenu);
- menuItem.text = activityInfo.activityName(runningActivities[i]);
- menuItem.checkable = true;
- menuItem.checked = Qt.binding( (function(activityId) {
- return function() {
- return menu.visualParent && menu.get(atm.Activities).indexOf(activityId) >= 0;
- };
- })(activityId));
- menuItem.toggled.connect((function(activityId) {
- return function (checked) {
- var newActivities = menu.get(atm.Activities);
- if (checked) {
- newActivities = newActivities.concat(activityId);
- } else {
- var index = newActivities.indexOf(activityId)
- if (index < 0) {
- return;
- }
-
- newActivities.splice(index, 1);
- }
- return tasksModel.requestActivities(menu.modelIndex, newActivities);
- };
- })(activityId));
- }
-
- menu.newSeparator(activitiesDesktopsMenu);
- }
-
- Component.onCompleted: refresh()
- }
- }
-
- PlasmaComponents.MenuItem {
- id: moreActionsMenuItem
-
- visible: (visualParent && get(atm.IsLauncher) !== true && get(atm.IsStartup) !== true)
-
- enabled: visible
-
- text: i18n("More Actions")
- icon: "view-more-symbolic"
-
- PlasmaComponents.ContextMenu {
- visualParent: moreActionsMenuItem.action
-
- PlasmaComponents.MenuItem {
- enabled: menu.visualParent && menu.get(atm.IsMovable) === true
-
- text: i18n("&Move")
- icon: "transform-move"
-
- onClicked: tasksModel.requestMove(menu.modelIndex)
- }
-
- PlasmaComponents.MenuItem {
- enabled: menu.visualParent && menu.get(atm.IsResizable) === true
-
- text: i18n("Re&size")
- icon: "transform-scale"
-
- onClicked: tasksModel.requestResize(menu.modelIndex)
- }
-
- PlasmaComponents.MenuItem {
- visible: (menu.visualParent && get(atm.IsLauncher) !== true && get(atm.IsStartup) !== true)
-
- enabled: menu.visualParent && get(atm.IsMaximizable) === true
-
- checkable: true
- checked: menu.visualParent && get(atm.IsMaximized) === true
-
- text: i18n("Ma&ximize")
- icon: "window-maximize"
-
- onClicked: tasksModel.requestToggleMaximized(modelIndex)
- }
-
- PlasmaComponents.MenuItem {
- visible: (menu.visualParent && get(atm.IsLauncher) !== true && get(atm.IsStartup) !== true)
-
- enabled: menu.visualParent && get(atm.IsMinimizable) === true
-
- checkable: true
- checked: menu.visualParent && get(atm.IsMinimized) === true
-
- text: i18n("Mi&nimize")
- icon: "window-minimize"
-
- onClicked: tasksModel.requestToggleMinimized(modelIndex)
- }
-
- PlasmaComponents.MenuItem {
- checkable: true
- checked: menu.visualParent && menu.get(atm.IsKeepAbove) === true
-
- text: i18n("Keep &Above Others")
- icon: "window-keep-above"
-
- onClicked: tasksModel.requestToggleKeepAbove(menu.modelIndex)
- }
-
- PlasmaComponents.MenuItem {
- checkable: true
- checked: menu.visualParent && menu.get(atm.IsKeepBelow) === true
-
- text: i18n("Keep &Below Others")
- icon: "window-keep-below"
-
- onClicked: tasksModel.requestToggleKeepBelow(menu.modelIndex)
- }
-
- PlasmaComponents.MenuItem {
- enabled: menu.visualParent && menu.get(atm.IsFullScreenable) === true
-
- checkable: true
- checked: menu.visualParent && menu.get(atm.IsFullScreen) === true
-
- text: i18n("&Fullscreen")
- icon: "view-fullscreen"
-
- onClicked: tasksModel.requestToggleFullScreen(menu.modelIndex)
- }
-
- PlasmaComponents.MenuItem {
- enabled: menu.visualParent && menu.get(atm.IsShadeable) === true
-
- checkable: true
- checked: menu.visualParent && menu.get(atm.IsShaded) === true
-
- text: i18n("&Shade")
- icon: "window-shade"
-
- onClicked: tasksModel.requestToggleShaded(menu.modelIndex)
- }
-
- PlasmaComponents.MenuItem {
- separator: true
- }
-
- PlasmaComponents.MenuItem {
- visible: (plasmoid.configuration.groupingStrategy !== 0) && menu.get(atm.IsWindow) === true
-
- checkable: true
- checked: menu.visualParent && menu.get(atm.IsGroupable) === true
-
- text: i18n("Allow this program to be grouped")
- icon: "view-group"
-
- onClicked: tasksModel.requestToggleGrouping(menu.modelIndex)
- }
-
- PlasmaComponents.MenuItem {
- separator: true
- }
-
- PlasmaComponents.MenuItem {
- property QtObject configureAction: null
-
- enabled: configureAction && configureAction.enabled
- visible: configureAction && configureAction.visible
-
- text: configureAction ? configureAction.text : ""
- icon: configureAction ? configureAction.icon : ""
-
- onClicked: configureAction.trigger()
-
- Component.onCompleted: configureAction = plasmoid.action("configure")
- }
-
- PlasmaComponents.MenuItem {
- property QtObject alternativesAction: null
-
- enabled: alternativesAction && alternativesAction.enabled
- visible: alternativesAction && alternativesAction.visible
-
- text: alternativesAction ? alternativesAction.text : ""
- icon: alternativesAction ? alternativesAction.icon : ""
-
- onClicked: alternativesAction.trigger()
-
- Component.onCompleted: alternativesAction = plasmoid.action("alternatives")
- }
- }
- }
-
- PlasmaComponents.MenuItem {
- id: launcherToggleAction
-
- visible: visualParent
- && get(atm.IsLauncher) !== true
- && get(atm.IsStartup) !== true
- && plasmoid.immutability !== PlasmaCore.Types.SystemImmutable
- && (activityInfo.numberOfRunningActivities < 2)
- && tasksModel.launcherPosition(get(atm.LauncherUrlWithoutIcon)) == -1
-
- enabled: visualParent && get(atm.LauncherUrlWithoutIcon) != ""
-
- text: i18n("&Pin to Task Manager")
- icon: "window-pin"
-
- onClicked: {
- if (tasksModel.launcherPosition(get(atm.LauncherUrlWithoutIcon)) !== -1) {
- tasksModel.requestRemoveLauncher(get(atm.LauncherUrlWithoutIcon));
- } else {
- tasksModel.requestAddLauncher(get(atm.LauncherUrl));
- }
-
- taskList.updateHoverFunc();
- }
- }
-
- PlasmaComponents.MenuItem {
- id: showLauncherInActivitiesItem
-
- text: i18n("&Pin to Task Manager")
- icon: "window-pin"
-
- visible: visualParent
- && get(atm.IsLauncher) !== true
- && get(atm.IsStartup) !== true
- && plasmoid.immutability !== PlasmaCore.Types.SystemImmutable
- && (activityInfo.numberOfRunningActivities >= 2)
-
- Connections {
- target: activityInfo
- function onNumberOfRunningActivitiesChanged() {
- activitiesDesktopsMenu.refresh()
- }
- }
-
- PlasmaComponents.ContextMenu {
- id: activitiesLaunchersMenu
- visualParent: showLauncherInActivitiesItem.action
-
- function refresh() {
- clearMenuItems();
-
- if (menu.visualParent === null) return;
-
- var createNewItem = function(id, title, url, activities) {
- var result = menu.newMenuItem(activitiesLaunchersMenu);
- result.text = title;
-
- result.visible = true;
- result.checkable = true;
-
- result.checked = activities.some(function(activity) { return activity === id });
-
- result.clicked.connect(
- function() {
- if (result.checked) {
- tasksModel.requestAddLauncherToActivity(url, id);
- } else {
- tasksModel.requestRemoveLauncherFromActivity(url, id);
- }
- }
- );
-
- return result;
- }
-
- if (menu.visualParent === null) return;
-
- var url = menu.get(atm.LauncherUrlWithoutIcon);
-
- var activities = tasksModel.launcherActivities(url);
-
- var NULL_UUID = "00000000-0000-0000-0000-000000000000";
-
- createNewItem(NULL_UUID, i18n("On All Activities"), url, activities);
-
- if (activityInfo.numberOfRunningActivities <= 1) {
- return;
- }
-
- createNewItem(activityInfo.currentActivity, i18n("On The Current Activity"), url, activities);
-
- menu.newSeparator(activitiesLaunchersMenu);
-
- var runningActivities = activityInfo.runningActivities();
-
- runningActivities.forEach(function(id) {
- createNewItem(id, activityInfo.activityName(id), url, activities);
- });
-
- taskList.updateHoverFunc();
- }
-
- Component.onCompleted: {
- menu.onVisualParentChanged.connect(refresh);
- refresh();
- }
- }
- }
-
- PlasmaComponents.MenuItem {
- visible: (visualParent
- && plasmoid.immutability !== PlasmaCore.Types.SystemImmutable
- && !launcherToggleAction.visible
- && !showLauncherInActivitiesItem.visible)
-
- text: i18n("Unpin from Task Manager")
- icon: "window-unpin"
-
- onClicked: {
- tasksModel.requestRemoveLauncher(get(atm.LauncherUrlWithoutIcon));
- taskList.updateHoverFunc();
- //taskRepeater.itemAt(modelIndex).updateHoverColor();
- }
- }
-
- PlasmaComponents.MenuItem { separator: true }
-
- PlasmaComponents.MenuItem {
- id: closeWindowItem
- visible: (visualParent && get(atm.IsLauncher) !== true && get(atm.IsStartup) !== true)
-
- enabled: visualParent && get(atm.IsClosable) === true
-
- text: i18n("&Close")
- icon: "window-close"
-
- onClicked: tasksModel.requestClose(modelIndex)
- }
-}
diff --git a/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/ContextMenuBackend.qml b/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/ContextMenuBackend.qml
deleted file mode 100644
index acd712a..0000000
--- a/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/ContextMenuBackend.qml
+++ /dev/null
@@ -1,20 +0,0 @@
-/*
- SPDX-FileCopyrightText: 2011 Marco Martin
- SPDX-FileCopyrightText: 2011 Nokia Corporation and /or its subsidiary(-ies)
-
- This file is part of the Qt Components project.
-
- SPDX-License-Identifier: BSD-3-Clause
-*/
-
-import QtQuick 2.1
-import org.kde.plasma.components 2.0 as PlasmaComponents
-
-/**
- * Provides a component with list of options that the user can choose from.
- *
- * All elements of this component are defined in Menu, its base component.
- */
-MenuBackend {
- id: root
-}
diff --git a/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/MenuBackend.qml b/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/MenuBackend.qml
deleted file mode 100644
index 92e31bc..0000000
--- a/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/MenuBackend.qml
+++ /dev/null
@@ -1,94 +0,0 @@
-/*
- SPDX-FileCopyrightText: 2016 Marco Martin
-
- SPDX-License-Identifier: LGPL-2.0-or-later
-*/
-
-import QtQuick 2.7
-import QtQuick.Controls 2.15
-import QtQuick.Templates 2.15 as T
-import org.kde.plasma.core 2.0 as PlasmaCore
-import org.kde.kirigami 2.5 as Kirigami
-
-T.Menu {
- id: control
-
- palette: Kirigami.Theme.palette
- implicitWidth: Math.max(background ? background.implicitWidth : 0,
- contentItem ? contentItem.implicitWidth + leftPadding + rightPadding : 0)
- implicitHeight: Math.max(background ? background.implicitHeight : 0,
- contentItem ? contentItem.implicitHeight : 0) + topPadding + bottomPadding
-
- delegate: MenuItem { width: parent.width; onImplicitWidthChanged: control.contentItem.contentItem.childrenChanged() }
-
- margins: 0
- leftPadding: background.margins.left
- topPadding: background.margins.top
- rightPadding: background.margins.right
- bottomPadding: background.margins.bottom
-
- contentItem: ListView {
- implicitHeight: contentHeight
- property bool hasCheckables: false
- property bool hasIcons: false
- model: control.contentModel
-
- implicitWidth: {
- var maxWidth = 0;
- for (var i = 0; i < contentItem.children.length; ++i) {
- maxWidth = Math.max(maxWidth, contentItem.children[i].implicitWidth);
- }
- return maxWidth;
- }
-
- interactive: ApplicationWindow.window ? contentHeight > ApplicationWindow.window.height : false
- clip: true
- currentIndex: control.currentIndex || 0
- keyNavigationEnabled: true
- keyNavigationWraps: true
-
- T.ScrollBar.vertical: ScrollBar {}
- }
-
- Connections {
- target: control.contentItem.contentItem
-
- function onChildrenChanged() {
- for (var i in control.contentItem.contentItem.children) {
- var child = control.contentItem.contentItem.children[i];
- if (child.checkable) {
- control.contentItem.hasCheckables = true;
- }
- if (child.icon && child.icon.hasOwnProperty("name") && (child.icon.name.length > 0 || child.icon.source.length > 0)) {
- control.contentItem.hasIcons = true;
- }
- }
- }
- }
-
- enter: Transition {
- NumberAnimation {
- property: "opacity"
- from: 0
- to: 1
- easing.type: Easing.InOutQuad
- duration: PlasmaCore.Units.shortDuration
- }
- }
-
- exit: Transition {
- NumberAnimation {
- property: "opacity"
- from: 1
- to: 0
- easing.type: Easing.InOutQuad
- duration: PlasmaCore.Units.shortDuration
- }
- }
-
- background: PlasmaCore.FrameSvgItem {
- imagePath: "widgets/background"
- implicitWidth: PlasmaCore.Units.gridUnit * 8
- implicitHeight: PlasmaCore.Units.gridUnit * 2
- }
-}
diff --git a/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/Task.qml b/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/Task.qml
deleted file mode 100644
index 9ce7aa0..0000000
--- a/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/Task.qml
+++ /dev/null
@@ -1,976 +0,0 @@
-/*
- SPDX-FileCopyrightText: 2012-2013 Eike Hein
-
- SPDX-License-Identifier: GPL-2.0-or-later
-*/
-
-import QtQuick 2.0
-
-import org.kde.plasma.core 2.0 as PlasmaCore
-import org.kde.plasma.components 2.0 as PlasmaComponents
-import org.kde.draganddrop 2.0
-
-import org.kde.plasma.private.taskmanager 0.1 as TaskManagerApplet
-
-import "code/layout.js" as LayoutManager
-import "code/tools.js" as TaskTools
-import QtGraphicalEffects 1.15
-
-MouseArea {
- id: task
-
- width: groupDialog.contentWidth
- height: Math.max(theme.mSize(theme.defaultFont).height, PlasmaCore.Units.iconSizes.medium) + LayoutManager.verticalMargins()
-
- visible: true
- hoverEnabled: true
- preventStealing: true
- propagateComposedEvents: true
- z: 2
- LayoutMirroring.enabled: (Qt.application.layoutDirection == Qt.RightToLeft)
- LayoutMirroring.childrenInherit: (Qt.application.layoutDirection == Qt.RightToLeft)
-
- readonly property var m: model
-
- readonly property int pid: model.AppPid !== undefined ? model.AppPid : 0
- readonly property string appName: model.AppName
- readonly property variant winIdList: model.WinIdList
- property int itemIndex: index
- property bool inPopup: false
- property bool isWindow: model.IsWindow === true
- property int childCount: model.ChildCount !== undefined ? model.ChildCount : 0
- property int previousChildCount: 0
- property alias labelText: label.text
- property bool pressed: false
- property int pressX: -1
- property int pressY: -1
- property QtObject contextMenu: null
- property int wheelDelta: 0
- readonly property bool smartLauncherEnabled: !inPopup && model.IsStartup !== true
- property QtObject smartLauncherItem: null
- property alias toolTipAreaItem: toolTipArea
- property alias audioStreamIconLoaderItem: audioStreamIconLoader
- property color hoverColor
- property real taskWidth: 0
- property real taskHeight: 0
- property string previousState: ""
-
- property Item audioStreamOverlay
- property var audioStreams: []
- property bool delayAudioStreamIndicator: false
- readonly property bool audioIndicatorsEnabled: plasmoid.configuration.indicateAudioStreams
- readonly property bool hasAudioStream: audioStreams.length > 0
- readonly property bool playingAudio: hasAudioStream && audioStreams.some(function (item) {
- return !item.corked
- })
- readonly property bool muted: hasAudioStream && audioStreams.every(function (item) {
- return item.muted
- })
-
- readonly property bool highlighted: (inPopup && activeFocus) || (!inPopup && containsMouse)
- || (task.contextMenu && task.contextMenu.status === PlasmaComponents.DialogStatus.Open)
- || (groupDialog.visible && groupDialog.visualParent === task)
-
-
- onHighlightedChanged: {
- // ensure it doesn't get stuck with a window highlighted
- backend.cancelHighlightWindows();
- }
- function closeTask() {
- closingAnimation.start();
- }
- function showToolTip() {
- toolTipArea.showToolTip();
- }
- function hideToolTipTemporarily() {
- toolTipArea.hideToolTip();
- }
- function updateHoverColor() {
- hoverColor = plasmoid.nativeInterface.getDominantColor(icon.source);
- hoverGradient.verticalRadius = LayoutManager.taskHeight();
- hoverGradient.horizontalRadius = LayoutManager.taskWidth();
-
- }
- function updateMousePosition(pos) {
- //console.log(frame.width), console.log(frame.height);
- if(!model.IsStartup)
- hoverGradient.horizontalOffset = pos - hoverRect.width/2;
- }
-
- acceptedButtons: Qt.LeftButton | Qt.RightButton | Qt.MidButton | Qt.BackButton | Qt.ForwardButton
-
- onPidChanged: updateAudioStreams({delay: false})
- onAppNameChanged: updateAudioStreams({delay: false})
-
- onIsWindowChanged: {
- if (isWindow) {
- taskInitComponent.createObject(task);
- }
- hoverEnabled = true;
- }
-
- onChildCountChanged: {
- if (!childCount && groupDialog.visualParent == task) {
- groupDialog.visible = false;
-
- return;
- }
-
- if (containsMouse) {
- groupDialog.activeTask = null;
- }
-
- if (childCount > previousChildCount) {
- tasksModel.requestPublishDelegateGeometry(modelIndex(), backend.globalRect(task), task);
- }
-
- previousChildCount = childCount;
- hoverEnabled = true;
- }
-
- onItemIndexChanged: {
- hideToolTipTemporarily();
-
- if (!inPopup && !tasks.vertical
- && (LayoutManager.calculateStripes() > 1 || !plasmoid.configuration.separateLaunchers)) {
- tasks.requestLayout();
- }
- hoverEnabled = true;
- taskList.updateHoverFunc();
- }
-
- onContainsMouseChanged: {
- updateMousePosition(ma.mouseX);
- if(taskList.firstTimeHover === false) {
- taskList.updateHoverFunc();
- taskList.firstTimeHover = true;
- }
- if (containsMouse) {
- if (inPopup) {
- forceActiveFocus();
- }
- } else {
- pressed = false;
- //if(!ma.pressed) tasks.dragSource = null;
- }
- hoverEnabled = true;
-
- }
-
- onPressed: {
- if (mouse.button == Qt.LeftButton || mouse.button == Qt.MidButton || mouse.button === Qt.BackButton || mouse.button === Qt.ForwardButton) {
- pressed = true;
- pressX = mouse.x;
- pressY = mouse.y;
-
- } else if (mouse.button == Qt.RightButton) {
- // When we're a launcher, there's no window controls, so we can show all
- // places without the menu getting super huge.
- if (model.IsLauncher === true) {
- showContextMenu({showAllPlaces: true})
- } else {
- showContextMenu();
- }
- }
- hoverEnabled = true;
- }
-
- onReleased: {
- if (pressed) {
- if (mouse.button == Qt.MidButton) {
- if (plasmoid.configuration.middleClickAction === TaskManagerApplet.Backend.NewInstance) {
- hoverRect.state = "startup";
- tasksModel.requestNewInstance(modelIndex());
- } else if (plasmoid.configuration.middleClickAction === TaskManagerApplet.Backend.Close) {
- tasks.taskClosedWithMouseMiddleButton = winIdList.slice()
- tasksModel.requestClose(modelIndex());
- } else if (plasmoid.configuration.middleClickAction === TaskManagerApplet.Backend.ToggleMinimized) {
- tasksModel.requestToggleMinimized(modelIndex());
- } else if (plasmoid.configuration.middleClickAction === TaskManagerApplet.Backend.ToggleGrouping) {
- tasksModel.requestToggleGrouping(modelIndex());
- } else if (plasmoid.configuration.middleClickAction === TaskManagerApplet.Backend.BringToCurrentDesktop) {
- tasksModel.requestVirtualDesktops(modelIndex(), [virtualDesktopInfo.currentDesktop]);
- }
- } else if (mouse.button == Qt.LeftButton) {
- if (plasmoid.configuration.showToolTips && toolTipArea.active) {
- hideToolTipTemporarily();
- }
- TaskTools.activateTask(modelIndex(), model, mouse.modifiers, task);
-
- } else if (mouse.button === Qt.BackButton || mouse.button === Qt.ForwardButton) {
- var sourceName = mpris2Source.sourceNameForLauncherUrl(model.LauncherUrlWithoutIcon, model.AppPid);
- if (sourceName) {
- if (mouse.button === Qt.BackButton) {
- mpris2Source.goPrevious(sourceName);
- } else {
- mpris2Source.goNext(sourceName);
- }
- } else {
- mouse.accepted = false;
- }
- }
-
- backend.cancelHighlightWindows();
- }
-
- pressed = false;
- pressX = -1;
- pressY = -1;
- hoverEnabled = true;
-
- }
-
- onPressAndHold: {
- }
- onPositionChanged: { //hoverEnabled: true, but this event still doesn't fire at all
- //unless i am pressing the left mouse button for a short period of time
- if (pressX != -1 && mouse.buttons == Qt.LeftButton && dragHelper.isDrag(pressX, pressY, mouse.x, mouse.y)) {
-
- tasks.dragSource = task;
- dragHelper.startDrag(task, model.MimeType, model.MimeData,
- model.LauncherUrlWithoutIcon, model.decoration);
- pressX = -1;
- pressY = -1;
- return;
- }
- else
- {
- tasks.dragSource = null;
- }
-
- //code for dragging the task around
-
- }
-
- onWheel: {
- if (plasmoid.configuration.wheelEnabled && (!inPopup || !groupDialog.overflowing)) {
- wheelDelta = TaskTools.wheelActivateNextPrevTask(task, wheelDelta, wheel.angleDelta.y);
- } else {
- wheel.accepted = false;
- }
- }
-
- onSmartLauncherEnabledChanged: {
- if (smartLauncherEnabled && !smartLauncherItem) {
- var smartLauncher = Qt.createQmlObject("
- import org.kde.plasma.private.taskmanager 0.1 as TaskManagerApplet;
- TaskManagerApplet.SmartLauncherItem { }", task);
-
- smartLauncher.launcherUrl = Qt.binding(function() { return model.LauncherUrlWithoutIcon; });
-
- smartLauncherItem = smartLauncher;
- }
- }
-
- onHasAudioStreamChanged: {
- audioStreamIconLoader.active = hasAudioStream && audioIndicatorsEnabled;
- }
-
- onAudioIndicatorsEnabledChanged: {
- audioStreamIconLoader.active = hasAudioStream && audioIndicatorsEnabled;
- }
-
- Keys.onReturnPressed: TaskTools.activateTask(modelIndex(), model, event.modifiers, task)
- Keys.onEnterPressed: Keys.onReturnPressed(event);
-
- function modelIndex() {
- return (inPopup ? tasksModel.makeModelIndex(groupDialog.visualParent.itemIndex, index)
- : tasksModel.makeModelIndex(index));
- }
-
- function showContextMenu(args) {
- toolTipArea.hideImmediately();
- contextMenu = tasks.createContextMenu(task, modelIndex(), args);
- contextMenu.show();
- }
-
- function updateAudioStreams(args) {
- if (args) {
- // When the task just appeared (e.g. virtual desktop switch), show the audio indicator
- // right away. Only when audio streams change during the lifetime of this task, delay
- // showing that to avoid distraction.
- delayAudioStreamIndicator = !!args.delay;
- }
-
- var pa = pulseAudio.item;
- if (!pa) {
- task.audioStreams = [];
- return;
- }
-
- var streams = pa.streamsForPid(task.pid);
- if (streams.length) {
- pa.registerPidMatch(task.appName);
- } else {
- // We only want to fall back to appName matching if we never managed to map
- // a PID to an audio stream window. Otherwise if you have two instances of
- // an application, one playing and the other not, it will look up appName
- // for the non-playing instance and erroneously show an indicator on both.
- if (!pa.hasPidMatch(task.appName)) {
- streams = pa.streamsForAppName(task.appName);
- }
- }
-
- task.audioStreams = streams;
- }
-
- function toggleMuted() {
- if (muted) {
- task.audioStreams.forEach(function (item) { item.unmute(); });
- } else {
- task.audioStreams.forEach(function (item) { item.mute(); });
- }
- }
-
- Connections {
- target: pulseAudio.item
- ignoreUnknownSignals: true // Plasma-PA might not be available
- function onStreamsChanged() {
- task.updateAudioStreams({delay: true})
- }
- }
- Component {
- id: taskInitComponent
-
- Timer {
- id: timer
-
- interval: PlasmaCore.Units.longDuration
- repeat: false
-
- onTriggered: {
- //parent.hoverEnabled = true;
- if (parent.isWindow) {
- tasksModel.requestPublishDelegateGeometry(parent.modelIndex(),
- backend.globalRect(parent), parent);
- }
- timer.destroy();
- }
-
- Component.onCompleted: {
-
- taskList.updateHoverFunc();
- timer.start();
- }
- }
- }
- NumberAnimation {
- id: closingAnimation
- target: frame
- properties: "opacity"
- from: 1
- to: 0
- duration: 200
-
- onRunningChanged: { if(!closingAnimation.running) {
- opacity: 1;
- //tasksModel.requestClose(modelIndex());
- }
- }
- }
- PlasmaCore.FrameSvgItem {
- id: frame
- z: -1
- anchors {
- fill: parent
-
- topMargin: (!tasks.vertical && taskList.rows > 1) ? PlasmaCore.Units.smallSpacing / 4 : 0
- bottomMargin: (!tasks.vertical && taskList.rows > 1) ? PlasmaCore.Units.smallSpacing / 4 : 0
- leftMargin: ((inPopup || tasks.vertical) && taskList.columns > 1) ? PlasmaCore.Units.smallSpacing / 4 : PlasmaCore.Units.smallSpacing / 4
- rightMargin: ((inPopup || tasks.vertical) && taskList.columns > 1) ? PlasmaCore.Units.smallSpacing / 4 : PlasmaCore.Units.smallSpacing / 4
- }
- PlasmaCore.FrameSvgItem {
- id: stackFirst
- z: 2
- imagePath: "widgets/tasks"
- anchors.fill: parent
- visible: frame.basePrefix != "active-tab"
- opacity: {
- if(childCount == 0) return 1;
- else if(childCount == 2) return 0.6;
- else return 0.25;
- }
- //imagePath: (frame.isHovered && frame.basePrefix === "active-tab") ? "widgets/tabbar" : "widgets/tasks"
- prefix: childCount == 0 ? frame.prefix : TaskTools.taskPrefix("stacked+" + ((pressed) ? "focus" : frame.basePrefix));
- }
- PlasmaCore.FrameSvgItem {
- id: stackSecond
- imagePath: "widgets/tasks"
- prefix: frame.prefix
- anchors.fill: parent
- opacity: 1
- visible: childCount >= 2 ? true : false
- anchors.rightMargin: PlasmaCore.Units.smallSpacing * (childCount >= 3 ? 2 : 1.2);
- }
- PlasmaCore.FrameSvgItem {
- id: stackThird
- imagePath: "widgets/tasks"
- prefix: TaskTools.taskPrefix("stacked+" + ((pressed) ? "focus" : frame.basePrefix))
- anchors.fill: parent
- opacity: 0.6
- visible: childCount >= 3 ? true : false
- anchors.rightMargin: PlasmaCore.Units.smallSpacing
- enabledBorders: Plasma.FrameSvg.EnabledBorders.RightBorder
-
- }
-
- LinearGradient {
-
- id: highlightGradient
- opacity: (pressed && frame.isHovered && frame.basePrefix === "active-tab") ? 1 : 0
-
- anchors.fill: parent
- anchors.leftMargin: 3
- anchors.rightMargin: 3
- anchors.topMargin: 2
-
- start: Qt.point(3, 3)
- end: Qt.point(3, parent.height-3)
- gradient: Gradient {
- GradientStop { position: 0.0; color: "#00000000"; }
- GradientStop { position: 0.5; color: "#66000000"; }
- GradientStop { position: 1.0; color: "#00000000"; }
- }
- }
- imagePath: (frame.isHovered && frame.basePrefix === "active-tab") ? "widgets/tabbar" : ""//"widgets/tasks"
- property bool isHovered: task.highlighted && plasmoid.configuration.taskHoverEffect
- property string basePrefix: "normal"
- //prefix: isHovered ? (TaskTools.taskPrefixHovered(basePrefix)) : TaskTools.taskPrefix(basePrefix)
- //prefix: TaskTools.taskPrefix(basePrefix)
- prefix: {
- if(pressed && frame.basePrefix != "active-tab") return TaskTools.taskPrefix("focus");
- else if(isHovered && (basePrefix === "normal" || basePrefix === "minimized")) { return TaskTools.taskPrefix("hover"); }
- else return TaskTools.taskPrefix(basePrefix);
- }
- //prefix: ((pressed) && frame.basePrefix != "active-tab") ? TaskTools.taskPrefix("focus") : TaskTools.taskPrefix(basePrefix)
- Rectangle {
- id: hoverRect
-
- anchors {
- fill: parent
-
- topMargin: (!tasks.vertical && taskList.rows > 1) ? PlasmaCore.Units.smallSpacing / 4 +1 : 1
- bottomMargin: (!tasks.vertical && taskList.rows > 1) ? PlasmaCore.Units.smallSpacing / 4+1 : 1
- leftMargin: ((inPopup || tasks.vertical) && taskList.columns > 1) ? PlasmaCore.Units.smallSpacing / 4+1 : 1
- rightMargin: ((inPopup || tasks.vertical) && taskList.columns > 1) ? PlasmaCore.Units.smallSpacing / 4+1 : 1
- }
- z: -5
- clip: true
- states: [
- State {
- name: "startup"; when: (model.IsStartup === true)
-
- PropertyChanges { target: hoverRect; opacity: 1}
- StateChangeScript {
- script: {
- if(previousState === "startup") {
- hoverGradient.verticalRadius = LayoutManager.taskHeight();
- hoverGradient.horizontalRadius = LayoutManager.taskWidth();
- }
- previousState = "startup";
- //console.log("\nTurned to startup state\n" + previousState);
- }
- }
-
- },
- State {
- name: "startup-finished"; when: (model.IsStartup === false)
-
- PropertyChanges { target: hoverRect; opacity: 1}
- StateChangeScript {
- script: {
- if(previousState === "startup") {
- hoverGradient.verticalRadius = LayoutManager.taskHeight();
- hoverGradient.horizontalRadius = LayoutManager.taskWidth();
- }
- previousState = "startup";
- }
- }
-
- },
- State {
- name: "mouse-over"; when: ((frame.isHovered && frame.basePrefix != "active-tab"))
- PropertyChanges { target: hoverRect; opacity: 1}
- StateChangeScript {
- script: {
- if(previousState === "startup") {
- hoverGradient.verticalRadius = LayoutManager.taskHeight();
- hoverGradient.horizontalRadius = LayoutManager.taskWidth();
- }
- previousState = "mouse-over";
- //console.log("\nTurned to mouseover state\n" + previousState);
- }
- }
-
- },
- State {
- name: "";
- PropertyChanges { target: hoverRect; opacity: 0 }
- StateChangeScript {
- script: {
- if(previousState === "startup") {
- hoverGradient.verticalRadius = LayoutManager.taskHeight();
- hoverGradient.horizontalRadius = LayoutManager.taskWidth();
- }
- previousState = "";
- //console.log("\nTurned to default state\n" + previousState);
- }
- }
- }
- ]
- transitions: [ Transition {
- from: "*"; to: "*";
- NumberAnimation { properties: "opacity"; easing.type: Easing.InOutQuad; duration: 250 }
- },
- Transition {
- from: "*"; to: "startup";
- NumberAnimation { properties: "opacity"; easing.type: Easing.InOutQuad; duration: 250 }
- SequentialAnimation {
- id: horizRad
- NumberAnimation {
- id: horizRad1
- target: hoverGradient
- property: "horizontalRadius"
- from: 0; to: LayoutManager.taskWidth();//task.height + taskFrame.margins.left + taskFrame.margins.right;
- easing.type: Easing.OutQuad; duration: 400
- }
- /*NumberAnimation {
- id: horizRad11
- target: hoverGradient
- property: "horizontalRadius"
- from: LayoutManager.taskWidth(); to: LayoutManager.taskWidth();//task.height + taskFrame.margins.left + taskFrame.margins.right;
- easing.type: Easing.Linear; duration:
- }*/
- NumberAnimation {
- id: horizRad2
- target: hoverGradient
- property: "horizontalRadius"
- //to: 0;
- from: LayoutManager.taskWidth()/*task.height + taskFrame.margins.left + taskFrame.margins.right*/; to: 0;
- easing.type: Easing.InQuad; duration: 550
- }
- NumberAnimation {
- id: horizRad3
- target: hoverGradient
- property: "horizontalRadius"
- //to: 0;
- from: 0; to: 0; //LayoutManager.taskWidth()/*task.height + taskFrame.margins.left + taskFrame.margins.right*/; to: 0;
- easing.type: Easing.Linear; duration: 3600
- }
- NumberAnimation {
- id: frameOpacity
- target: task
- property: "opacity"
- from: 1; to: 0;
- easing.type: Easing.OutCubic; duration: 650
- }
- //loops: 3
- }
-
- SequentialAnimation {
- id: vertiRad
- NumberAnimation {
- id: vertiRad1
- target: hoverGradient
- property: "verticalRadius"
- from: 0; to: LayoutManager.taskHeight();
- easing.type: Easing.OutQuad; duration: 400
- }
- /*NumberAnimation {
- id: vertiRad11
- target: hoverGradient
- property: "verticalRadius"
- from: LayoutManager.taskHeight(); to: LayoutManager.taskHeight();
- easing.type: Easing.Linear; duration: 50
- }*/
- NumberAnimation {
- id: vertiRad2
- target: hoverGradient
- property: "verticalRadius"
- from: LayoutManager.taskHeight(); to: 0;
- easing.type: Easing.InQuad; duration: 550
- }
- NumberAnimation {
- id: vertiRad3
- target: hoverGradient
- property: "verticalRadius"
- from: 0; to: 0;
- easing.type: Easing.Linear; duration: 1250
- }
- NumberAnimation {
- id: hoverBorder
- target: hoverRect
- property: "opacity"
- from: 1; to: 0;
- easing.type: Easing.Linear; duration: 550
- }
- //loops: 3
- }
-
- } ]
- opacity: 0//(frame.isHovered && frame.basePrefix != "") ? 1.0 : 0
- color: "#00000000"
- Rectangle {
- id: borderRect
- anchors {
- fill: parent
- topMargin: (!tasks.vertical && taskList.rows > 1) ? PlasmaCore.Units.smallSpacing / 4 : 0
- bottomMargin: (!tasks.vertical && taskList.rows > 1) ? PlasmaCore.Units.smallSpacing / 4 : 0
- leftMargin: ((inPopup || tasks.vertical) && taskList.columns > 1) ? PlasmaCore.Units.smallSpacing / 4 : 0
- rightMargin: ((inPopup || tasks.vertical) && taskList.columns > 1) ? PlasmaCore.Units.smallSpacing / 4 : 0
- }
- z: -5
- border.color: Qt.rgba(hoverColor.r, hoverColor.g, hoverColor.b, 0.4);
- //border.color: Qt.tint(hoverColor, "#22777777")
- border.width: 2
- radius: 2
- color: "#00000000"
- }
-
- RadialGradient {
- id: hoverGradient
- z: -3
- anchors {
- fill: parent
- topMargin: -2 * PlasmaCore.Units.smallSpacing
- leftMargin: -2 * PlasmaCore.Units.smallSpacing
- bottomMargin: -2 * PlasmaCore.Units.smallSpacing
- rightMargin: -2 * PlasmaCore.Units.smallSpacing
- /*topMargin: (!tasks.vertical && taskList.rows > 1) ? -PlasmaCore.Units.smallSpacing / 4 : 0
- bottomMargin: (!tasks.vertical && taskList.rows > 1) ? -PlasmaCore.Units.smallSpacing / 4 : 0
- leftMargin: ((inPopup || tasks.vertical) && taskList.columns > 1) ? PlasmaCore.Units.smallSpacing / 4 : 0
- rightMargin: ((inPopup || tasks.vertical) && taskList.columns > 1) ? -PlasmaCore.Units.smallSpacing / 4 : 0*/
- }
- gradient: Gradient {
- id: radialGrad
- GradientStop { position: 0.0; color: Qt.tint(hoverColor, "#CFF8F8F8") }
- GradientStop { position: 0.4; color: Qt.rgba(hoverColor.r, hoverColor.g, hoverColor.b, 0.75) }
- //GradientStop { position: 0.4; color: Qt.tint(hoverColor, "#55AAAAAA") }
- GradientStop { position: 0.85; color: Qt.rgba(hoverColor.r, hoverColor.g, hoverColor.b, 0.2) }
- }
- verticalOffset: hoverRect.height/2.2
- horizontalOffset: 0
-
-
- //hoverGradient.horizontalOffset = task.mouseX - hoverRect.width/2
-
- }
-
- Blend {
- anchors.fill: borderRect
- source: borderRect
- foregroundSource: hoverGradient
- mode: "addition"
- }
- //z: -1
-
- }
- PlasmaCore.ToolTipArea {
- id: toolTipArea
- z: -1
- //backgroundHints: "SolidBackground"
- MouseArea {
- id: ma
- hoverEnabled: true
- propagateComposedEvents: true
- anchors.fill: parent
- onPositionChanged: {
- task.updateMousePosition(ma.mouseX);
- task.positionChanged(mouse);
- //var xtr = toolTipArea.backgroundHints();
-
- }
- onContainsMouseChanged: {
-
- task.updateMousePosition(ma.mouseX);
- //task.onContainsMouseChanged();
- //toolTipArea.onContainsMouseChanged();
- //mouse.accepted = false;
- }
- onPressed: mouse.accepted = false;
- onReleased: mouse.accepted = false;
- onWheel: wheel.accepted = false;
- //onExited: { hoverGradient.horizontalOffset = 0;
- //task.onExited();
- //}
- }
- anchors.fill: parent
- location: plasmoid.location
-
- active: !inPopup && !groupDialog.visible && plasmoid.configuration.showToolTips
- interactive: model.IsWindow === true
-
- mainItem: (model.IsWindow === true) ? openWindowToolTipDelegate : pinnedAppToolTipDelegate
- property alias mainToolTip: toolTipArea.mainItem
-
- onContainsMouseChanged: {
-
- if (containsMouse) {
- mainItem.parentTask = task;
- mainItem.rootIndex = tasksModel.makeModelIndex(itemIndex, -1);
-
- /*mainItem.isWindowActive = Qt.binding(function() {
- return false;
- });*/
- mainItem.appName = Qt.binding(function() {
- return model.AppName;
- });
- mainItem.pidParent = Qt.binding(function() {
- return model.AppPid !== undefined ? model.AppPid : 0;
- });
- mainItem.windows = Qt.binding(function() {
- return model.WinIdList;
- });
- mainItem.isGroup = Qt.binding(function() {
- return model.IsGroupParent === true;
- });
- mainItem.icon = Qt.binding(function() {
- return model.decoration;
- });
- mainItem.launcherUrl = Qt.binding(function() {
- return model.LauncherUrlWithoutIcon;
- });
- mainItem.isLauncher = Qt.binding(function() {
- return model.IsLauncher === true;
- });
- mainItem.isMinimizedParent = Qt.binding(function() {
- return model.IsMinimized === true;
- });
- mainItem.displayParent = Qt.binding(function() {
- return model.display;
- });
- mainItem.genericName = Qt.binding(function() {
- return model.GenericName;
- });
- mainItem.virtualDesktopParent = Qt.binding(function() {
- return (model.VirtualDesktops !== undefined && model.VirtualDesktops.length > 0) ? model.VirtualDesktops : [0];
- });
- mainItem.isOnAllVirtualDesktopsParent = Qt.binding(function() {
- return model.IsOnAllVirtualDesktops === true;
- });
- mainItem.activitiesParent = Qt.binding(function() {
- return model.Activities;
- });
-
- mainItem.smartLauncherCountVisible = Qt.binding(function() {
- return task.smartLauncherItem && task.smartLauncherItem.countVisible;
- });
- mainItem.smartLauncherCount = Qt.binding(function() {
- return mainItem.smartLauncherCountVisible ? task.smartLauncherItem.count : 0;
- });
- }
- }
- }
- }
-
- Loader {
- anchors.fill: frame
- asynchronous: true
- source: "TaskProgressOverlay.qml"
- active: task.isWindow && task.smartLauncherItem && task.smartLauncherItem.progressVisible
- }
-
- Item {
- id: iconBox
-
- anchors {
- left: parent.left
- leftMargin: adjustMargin(true, parent.width, taskFrame.margins.left);
- top: parent.top
- topMargin: adjustMargin(false, parent.height, taskFrame.margins.top)
- }
-
- width: height
- height: (parent.height - adjustMargin(false, parent.height, taskFrame.margins.top)
- - adjustMargin(false, parent.height, taskFrame.margins.bottom))
-
- function adjustMargin(vert, size, margin) {
- if (!size) {
- return margin;
- }
-
- var margins = vert ? LayoutManager.horizontalMargins() : LayoutManager.verticalMargins();
-
- if ((size - margins) < PlasmaCore.Units.iconSizes.small) {
- return Math.ceil((margin * (PlasmaCore.Units.iconSizes.small / size)) / 2);
- }
- return margin;
- }
-
- //width: inPopup ? PlasmaCore.Units.iconSizes.small : Math.min(height, parent.width - LayoutManager.horizontalMargins())
-
- PlasmaCore.IconItem {
- id: icon
-
- anchors.fill: parent
- anchors.leftMargin: ((pressed) ? PlasmaCore.Units.smallSpacing / 5 : 0) - ((childCount > 0) ? PlasmaCore.Units.smallSpacing * ((childCount > 2) ? 2 : 1.2) : 0)
- anchors.topMargin: ((pressed) ? PlasmaCore.Units.smallSpacing / 5 : 0)
-
- //active: task.highlighted
- enabled: true
- usesPlasmaTheme: false
-
- source: model.decoration
-
- onSourceChanged: {
- //if(!icon.valid || icon.source == "" /*&& !model.IsLauncher && !model.IsStartup*/) icon.source = "application-x-executable";
-
- updateHoverColor();
- }
- }
-
- /*Loader {
- // QTBUG anchors.fill in conjunction with the Loader doesn't reliably work on creation:
- // have a window with a badge, move it from one screen to another, the new task item on the
- // other screen will now have a glitched out badge mask.
- width: parent.width
- height: parent.height
- asynchronous: true
- source: "TaskBadgeOverlay.qml"
- active: height >= PlasmaCore.Units.iconSizes.small
- && task.smartLauncherItem && task.smartLauncherItem.countVisible
- }*/
-
- states: [
- // Using a state transition avoids a binding loop between label.visible and
- // the text label margin, which derives from the icon width.
- State {
- name: "standalone"
- when: !label.visible
-
- AnchorChanges {
- target: iconBox
- anchors.left: undefined
- anchors.horizontalCenter: parent.horizontalCenter
- }
-
- PropertyChanges {
- target: iconBox
- anchors.leftMargin: 0
- width: parent.width - adjustMargin(true, task.width, taskFrame.margins.left)
- - adjustMargin(true, task.width, taskFrame.margins.right)
- }
- }
- ]
-
- /*Loader {
- anchors.fill: parent
-
- active: model.IsStartup === true
- sourceComponent: busyIndicator
- }
-
- Component {
- id: busyIndicator
-
- PlasmaComponents.BusyIndicator { anchors.fill: parent }
- }*/
- }
-
- Loader {
- id: audioStreamIconLoader
-
- readonly property bool shown: item && item.visible
- readonly property var indicatorScale: 1.2
-
- source: "AudioStream.qml"
- width: Math.min(Math.min(iconBox.width, iconBox.height) * 0.4, PlasmaCore.Units.iconSizes.smallMedium)
- height: width
-
- anchors {
- right: frame.right
- top: frame.top
- rightMargin: taskFrame.margins.right
- topMargin: Math.round(taskFrame.margins.top * indicatorScale)
- }
-
- }
-
- PlasmaComponents.Label {
- id: label
-
- visible: (inPopup || !iconsOnly && model.IsLauncher !== true
- && (parent.width - iconBox.height - PlasmaCore.Units.smallSpacing) >= (theme.mSize(theme.defaultFont).width * LayoutManager.minimumMColumns()))
-
- anchors {
- fill: parent
- leftMargin: taskFrame.margins.left + iconBox.width + PlasmaCore.Units.smallSpacing
- topMargin: taskFrame.margins.top
- rightMargin: taskFrame.margins.right + (audioStreamIconLoader.shown ? (audioStreamIconLoader.width + PlasmaCore.Units.smallSpacing) : 0)
- bottomMargin: taskFrame.margins.bottom
- }
-
- text: model.display
- wrapMode: (maximumLineCount == 1) ? Text.NoWrap : Text.Wrap
- elide: Text.ElideRight
- textFormat: Text.PlainText
- verticalAlignment: Text.AlignVCenter
- maximumLineCount: plasmoid.configuration.maxTextLines || undefined
- style: Text.Outline
- styleColor: "#20404040"
- /*layer.enabled: true
- layer.effect: DropShadow {
- anchors.fill: parent
- source: parent
- verticalOffset: 1
- horizontalOffset: 1
- color: "#80000000"
- radius: 0
- }*/
- }
-
- states: [
- State {
- name: "launcher"
- when: model.IsLauncher === true
-
- PropertyChanges {
- target: frame
- basePrefix: "active-tab"
- }
- },
- State {
- name: "attention"
- when: model.IsDemandingAttention === true || (task.smartLauncherItem && task.smartLauncherItem.urgent)
-
- PropertyChanges {
- target: frame
- basePrefix: "attention"
- }
- },
- State {
- name: "minimized"
- when: model.IsMinimized === true
-
- PropertyChanges {
- target: frame
- basePrefix: "minimized"
- }
- },
- State {
- name: "active"
- when: model.IsActive === true
-
- PropertyChanges {
- target: frame
- basePrefix: "focus"
- }
- }
-
- ]
-
- Component.onCompleted: {
- /*if (!inPopup && model.IsWindow === true) {
- var component = Qt.createComponent("GroupExpanderOverlay.qml");
- component.createObject(task);
- }*/
-
- if (!inPopup && model.IsWindow !== true) {
- taskInitComponent.createObject(task);
- }
- taskList.updateHoverFunc();
- updateAudioStreams({delay: false});
- //toolTipArea.setBackgroundHints(2);
-
- }
-}
diff --git a/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/ToolTipInstance.qml b/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/ToolTipInstance.qml
deleted file mode 100644
index 11eea39..0000000
--- a/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/ToolTipInstance.qml
+++ /dev/null
@@ -1,584 +0,0 @@
-/*
- SPDX-FileCopyrightText: 2013 Sebastian Kügler
- SPDX-FileCopyrightText: 2014 Martin Gräßlin
- SPDX-FileCopyrightText: 2016 Kai Uwe Broulik