Hello community, here is the log from the commit of package plasma5-openSUSE for openSUSE:Factory checked in at 2016-10-04 15:57:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/plasma5-openSUSE (Old) and /work/SRC/openSUSE:Factory/.plasma5-openSUSE.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "plasma5-openSUSE" Changes: -------- --- /work/SRC/openSUSE:Factory/plasma5-openSUSE/plasma5-openSUSE.changes 2016-08-29 15:31:13.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.plasma5-openSUSE.new/plasma5-openSUSE.changes 2016-10-04 15:56:54.000000000 +0200 @@ -1,0 +2,117 @@ +Thu Sep 29 14:28:25 UTC 2016 - [email protected] + +- Use folderview as default desktop containment + * IMO more useful for new users +- Update preview images + +------------------------------------------------------------------- +Tue Sep 27 07:27:05 UTC 2016 - [email protected] + +- Fix %pre script (when will this misery come to an end???) + +------------------------------------------------------------------- +Sat Sep 24 08:31:00 UTC 2016 - [email protected] + +- Add a %pre script to allow upgrading on 42.2 beta 3 and KUF + +------------------------------------------------------------------- +Fri Sep 23 12:40:54 UTC 2016 - [email protected] + +- Set X-Plasma-API to 5.0 to allow for proper fallback processing + in desktoptheme colors + +------------------------------------------------------------------- +Thu Sep 22 15:26:15 UTC 2016 - [email protected] + +- Use default color schemes as base for openSUSE color schemes + and remove uses of LabelBackground +- Bump desktoptheme version numbers +- Add /etc/xdg/kscreenlockerrc to use the wallpaper plugin +- Make a symlink components -> components-real (boo#1000003) +- Append .1 to version to make it meaningful (needed to obsolete + kdebase4-* from 42.1) + +------------------------------------------------------------------- +Wed Sep 21 17:38:05 UTC 2016 - [email protected] + +- Fix self-obsoletion + +------------------------------------------------------------------- +Wed Sep 21 14:31:00 UTC 2016 - [email protected] + +- Add a black rectangle to avoid blue screen until wallpaper loaded + +------------------------------------------------------------------- +Wed Sep 21 13:47:26 UTC 2016 - [email protected] + +- Use package version for the Provides/Obsoletes of + plasma5-desktop-branding-openSUSE, this is based on the openSUSE + release (13.2, 13.3, 42.1) that is higher than the + %plasma_version in any case, which made the Obsoletes ineffective + and led to conflicts on updates/upgrades + +------------------------------------------------------------------- +Mon Sep 19 13:13:31 UTC 2016 - [email protected] + +- Set widgetStyle=Breeze (not breeze) in the openSUSE look-and-feel + again, this change got lost in the upgrade to 5.8 beta + +------------------------------------------------------------------- +Mon Sep 19 12:30:16 UTC 2016 - [email protected] + +- Do not turn off bulb to avoid black screen + +------------------------------------------------------------------- +Sun Sep 18 19:42:35 UTC 2016 - [email protected] + +- Make plasma5-openSUSE empty so it won't get generated +- Add conflict for kdebase4-openSUSE in plasma5-theme-openSUSE + +------------------------------------------------------------------- +Sat Sep 17 13:03:36 UTC 2016 - [email protected] + +- Change design of logout screen background + - Black overlay to make focus more obvious + - More readable as well + +------------------------------------------------------------------- +Thu Sep 15 12:49:41 UTC 2016 - [email protected] + +- Make layout script readable by everyone + +------------------------------------------------------------------- +Wed Sep 14 13:38:23 UTC 2016 - [email protected] + +- Do not conflict with other plasma5-workspace-branding providers + +------------------------------------------------------------------- +Sat Sep 3 21:46:21 UTC 2016 - [email protected] + +- Restructure branding packaging: + - Subpackages for sddm, desktop theme and defaults + - Co-installable with upstream branding + - BuildArch: noarch +- Remove greeter +- New sddm branding +- New start-here-branding.svg that uses plasma theme colors +- Use panel config to set start icon +- dolphinrc: Enable SVG and krita thumbnails +- Resize icons to correct sizes +- Adjust look-and-feel components +- Sync sddm theme components with look-and-feel +- New splash screen +- Remove: + - plasma-change-defaults.diff + - oS.diff +- Add: + - panel.diff + - lookandfeel.diff + - sddmtheme.diff + - layout.diff + +------------------------------------------------------------------- +Sat Aug 27 13:48:41 UTC 2016 - [email protected] + +- Disable oS.diff for now as it doesn't apply to 5.8 + +------------------------------------------------------------------- Old: ---- oS.diff plasma-change-defaults.diff New: ---- breeze.jpg layout.diff lookandfeel.diff panel.diff sddmtheme.diff update_diffs.sh ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ plasma5-openSUSE.spec ++++++ --- /var/tmp/diff_new_pack.fgUS0X/_old 2016-10-04 15:56:55.000000000 +0200 +++ /var/tmp/diff_new_pack.fgUS0X/_new 2016-10-04 15:56:55.000000000 +0200 @@ -15,72 +15,66 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - -# the greeter is currently not built by default, see boo#950863 -%bcond_with greeter - -%define plasma_version 5.7.4 -%if %suse_version == 1315 && %is_opensuse +%define plasma_version 5.8.0 +%if 0%{?suse_version} == 1315 && 0%{?is_opensuse} %define suse_branding_version 42.1 %else %define suse_branding_version 13.3 %endif Name: plasma5-openSUSE -Version: 13.3 +Version: %{suse_branding_version}.1 Release: 0 Summary: openSUSE KDE Extension License: GPL-2.0+ Group: System/GUI/KDE # git clone git://github.com/openSUSE/kdebase-opensuse.git Url: http://www.opensuse.org/ +# We use diffs to be as close to upstream as possible and get +# fixes directly. For files that diverge too much from upstream, +# the .tar is the right place. Source: plasma5-openSUSE-13.2.tar.xz -Source2: oS.diff -Source3: plasma-change-defaults.diff -BuildRequires: extra-cmake-modules -BuildRequires: kdelibs4support-devel +# Diff between /usr/share/plasma/look-and-feel/org.kde.breeze.desktop +# and /usr/share/plasma/look-and-feel/org.openSUSE.desktop +Source2: lookandfeel.diff +# Diff between /usr/share/sddm/themes/breeze-openSUSE +# and /usr/share/sddm/themes/breeze +Source3: sddmtheme.diff +# Diff between /usr/share/plasma/layout-templates/org.kde.plasma.desktop.defaultPanel +# and /usr/share/plasma/layout-templates/org.opensuse.desktop.defaultPanel +Source4: panel.diff +# Diff between /usr/share/plasma/shells/org.kde.plasma.desktop/contents/layout.js +# and /usr/share/plasma/look-and-feel/org.openSUSE.desktop/contents/layouts/org.kde.plasma.desktop-layout.js +Source5: layout.diff +# sddm theme preview picture +Source6: breeze.jpg +# Script to update all .diff files from a system with this package installed +Source100: update_diffs.sh +BuildRequires: fdupes +BuildRequires: rsync BuildRequires: kf5-filesystem BuildRequires: oxygen5-icon-theme +BuildRequires: breeze5-icons BuildRequires: plasma5-desktop >= %plasma_version BuildRequires: plasma5-desktop-branding-upstream >= %plasma_version BuildRequires: plasma5-workspace >= %plasma_version BuildRequires: plasma5-workspace-branding-upstream >= %plasma_version -BuildRequires: update-desktop-files BuildRequires: wallpaper-branding-openSUSE -Requires: plasma5-desktop-branding-openSUSE -Requires: plasma5-workspace-branding-openSUSE BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildArch: noarch %description This package contains the standard openSUSE desktop and extensions. -%package -n plasma5-desktop-branding-openSUSE -Summary: openSUSE KDE Extension -Group: System/GUI/KDE -PreReq: %fillup_prereq -Requires: plasma5-desktop >= %plasma_version -Requires: plasma5-workspace-branding-openSUSE = %{version} -%if %{with greeter} -Requires: susegreeter-branding-openSUSE = %{suse_branding_version} -%endif -Requires: wallpaper-branding-openSUSE = %{suse_branding_version} -Supplements: packageand(plasma5-desktop:branding-openSUSE) -Provides: plasma5-desktop-branding = %plasma_version -Conflicts: otherproviders(plasma5-desktop-branding) - -%description -n plasma5-desktop-branding-openSUSE -This package contains the standard openSUSE desktop and extensions. - %package -n plasma5-workspace-branding-openSUSE -Summary: The KDE Runtime Components +Summary: openSUSE branded KDE settings Group: System/GUI/KDE PreReq: %fillup_prereq Supplements: packageand(plasma5-workspace:branding-openSUSE) Provides: plasma5-workspace-branding = %plasma_version -Conflicts: otherproviders(plasma5-workspace-branding) -Conflicts: plasma5-desktop-branding-upstream Requires: plasma5-workspace >= %plasma_version Requires: wallpaper-branding-openSUSE -%if 0%{?suse_version} > 1314 && "%{suse_version}" != "1320" +Requires: plasma5-defaults-openSUSE +%if 0%{?suse_version} >= 1315 && 0%{?suse_version} != 1320 Provides: kdebase4-openSUSE = %{version} Provides: kdebase4-runtime-branding-openSUSE = %{version} Provides: kdebase4-workspace-branding-openSUSE = %{version} @@ -93,75 +87,118 @@ %endif %description -n plasma5-workspace-branding-openSUSE -This package contains all run-time dependencies of KDE applications. +This package does not contain anything by itself, but pulls in +default settings and extensions for the standard openSUSE +desktop. + +%package -n plasma5-defaults-openSUSE +Summary: Default settings for KDE Plasma 5 +Group: System/GUI/KDE +Requires: plasma5-theme-openSUSE + +%description -n plasma5-defaults-openSUSE +This package changes the default settings of Plasma 5. + +%package -n plasma5-theme-openSUSE +Summary: Plasma 5 theme for openSUSE +Group: System/GUI/KDE +Provides: plasma5-desktop-branding-openSUSE = %{version} +Obsoletes: plasma5-desktop-branding-openSUSE < %{version} +Conflicts: kdebase4-openSUSE < %{version} +Conflicts: kdebase4-workspace-branding-openSUSE < %{version} +Requires: wallpaper-branding-openSUSE +Requires(pre): coreutils + +%description -n plasma5-theme-openSUSE +This package contains the Plasma 5 Look-and-feel package for openSUSE. + +%package -n sddm-theme-openSUSE +Summary: SDDM theme for openSUSE +Group: System/GUI/KDE +Requires: wallpaper-branding-openSUSE + +%description -n sddm-theme-openSUSE +This package contains a version of the Breeze SDDM theme customized +for openSUSE. %prep %setup -q -n %{name} -echo "OnlyShowIn=KDE;" >> greeter/SUSEgreeter.desktop %build - pushd greeter - %cmake_kf5 -d build - %make_jobs - popd %install - pushd greeter - %kf5_makeinstall -C build - popd - %suse_update_desktop_file -u %{buildroot}%{_kf5_applicationsdir}/SUSEgreeter.desktop System Documentation - mv config-files/COPYING . - cp -a config-files/* %{buildroot} - echo -e "[General]\nLogoPath=%{_kf5_sharedir}/icons/hicolor/128x128/apps/SUSEgreeter.png\nWebsite=http://www.opensuse.org/" > %{buildroot}/%{_kf5_configdir}/kcm-about-distrorc - cp /usr/share/plasma/look-and-feel/org.kde.breeze.desktop/contents/splash/Splash.qml %{buildroot}%{_kf5_plasmadir}/look-and-feel/org.openSUSE.desktop/contents/splash/ - cp /usr/share/plasma/look-and-feel/org.kde.breeze.desktop/contents/lockscreen/*.qml %{buildroot}%{_kf5_plasmadir}/look-and-feel/org.openSUSE.desktop/contents/lockscreen/ - mkdir -p %{buildroot}%{_kf5_plasmadir}/look-and-feel/org.openSUSE.desktop/contents/lockscreen/components/ - cp /usr/share/plasma/look-and-feel/org.kde.breeze.desktop/contents/components/*.qml %{buildroot}%{_kf5_plasmadir}/look-and-feel/org.openSUSE.desktop/contents/lockscreen/components/ - cp /usr/share/plasma/look-and-feel/org.kde.breeze.desktop/contents/osd/*.qml %{buildroot}%{_kf5_plasmadir}/look-and-feel/org.openSUSE.desktop/contents/osd/ - pushd %{buildroot}%{_kf5_plasmadir}/look-and-feel/org.openSUSE.desktop/contents/ - ln -s ../../org.kde.breeze.desktop/contents/components . - patch -p0 < %{SOURCE2} - popd - pushd %{buildroot}%{_kf5_plasmadir} - mkdir -p %{buildroot}%{_kf5_sharedir}/sddm/themes/ - cp -r %{_kf5_sharedir}/sddm/themes/breeze/ %{buildroot}%{_kf5_sharedir}/sddm/themes/ - ln -s /usr/share/wallpapers/openSUSEdefault/contents/images/1920x1080.jpg %{buildroot}%{_kf5_sharedir}/sddm/themes/breeze/components/artwork/ - sed -i 's|background=components/artwork/background.png|background=components/artwork/1920x1080.jpg|g' %{buildroot}%{_kf5_sharedir}/sddm/themes/breeze/theme.conf - mkdir -p %{buildroot}%{_kf5_plasmadir}/layout-templates/org.kde.plasma.desktop.defaultPanel/contents/ - cp %{_kf5_plasmadir}/layout-templates/org.kde.plasma.desktop.defaultPanel/contents/layout.js %{buildroot}%{_kf5_plasmadir}/layout-templates/org.kde.plasma.desktop.defaultPanel/contents/layout.js - mkdir -p %{buildroot}%{_kf5_plasmadir}/shells/org.kde.plasma.desktop/contents/ - cp %{_kf5_plasmadir}/shells/org.kde.plasma.desktop/contents/layout.js %{buildroot}%{_kf5_plasmadir}/shells/org.kde.plasma.desktop/contents/layout.js - patch -p0 < %{SOURCE3} - popd - -%if ! %{with greeter} -# It's safer to just drop things here, as there are various icons and other things installed as well by make install -rm -rf %{buildroot}{%{_kf5_sharedir},%{_kf5_bindir},%{_kf5_applicationsdir},%{_kf5_configdir}/autostart}/SUSEgreeter* -%endif +# Defaults +mv config-files/COPYING . +cp -a config-files/* %{buildroot} +%fdupes %{buildroot}/%{_kf5_plasmadir}/desktoptheme + +# Distro icon (kinfocenter) +echo -e "[General]\nLogoPath=%{_kf5_sharedir}/icons/hicolor/128x128/apps/SUSEgreeter.png\nWebsite=http://www.opensuse.org/" > %{buildroot}/%{_kf5_configdir}/kcm-about-distrorc + +# Look-and-feel package (copy over everything that is not already in the .tar, then apply patch) +rsync -av --ignore-existing %{_kf5_plasmadir}/look-and-feel/org.kde.breeze.desktop/ %{buildroot}%{_kf5_plasmadir}/look-and-feel/org.openSUSE.desktop/ +pushd %{buildroot}%{_kf5_plasmadir}/look-and-feel/org.openSUSE.desktop/ +patch -p2 -i %{SOURCE2} +popd + +# Same for the SDDM theme +mkdir -p %{buildroot}%{_kf5_sharedir}/sddm/themes/ +cp -R %{_datadir}/sddm/themes/breeze %{buildroot}%{_datadir}/sddm/themes/breeze-openSUSE +pushd %{buildroot}%{_datadir}/sddm/themes/breeze-openSUSE +patch -p2 -i %{SOURCE3} +popd +# Copy over preview picture +cp %{SOURCE6} %{buildroot}%{_datadir}/sddm/themes/breeze-openSUSE + +mkdir -p %{buildroot}%{_kf5_plasmadir}/layout-templates/ +cp -R %{_kf5_plasmadir}/layout-templates/org.kde.plasma.desktop.defaultPanel %{buildroot}%{_kf5_plasmadir}/layout-templates/org.opensuse.desktop.defaultPanel +pushd %{buildroot}%{_kf5_plasmadir}/layout-templates/org.opensuse.desktop.defaultPanel +patch -p2 -i %{SOURCE4} +popd + +# Single file for the layout, so we can use patch -o +mkdir -p %{buildroot}%{_kf5_plasmadir}/look-and-feel/org.openSUSE.desktop/contents/layouts/ +patch -o %{buildroot}%{_kf5_plasmadir}/look-and-feel/org.openSUSE.desktop/contents/layouts/org.kde.plasma.desktop-layout.js -i %{SOURCE5} %{_kf5_plasmadir}/shells/org.kde.plasma.desktop/contents/layout.js +chmod 644 %{buildroot}%{_kf5_plasmadir}/look-and-feel/org.openSUSE.desktop/contents/layouts/org.kde.plasma.desktop-layout.js + +# components was a symlink before, but this package contains it as a directory. +# RPM does not like that, so we keep it as a symlink but change the target +mv %{buildroot}%{_kf5_plasmadir}/look-and-feel/org.openSUSE.desktop/contents/{components,components-real} +ln -s components-real %{buildroot}%{_kf5_plasmadir}/look-and-feel/org.openSUSE.desktop/contents/components + +%pre -n plasma5-theme-openSUSE +# RPM does not like to overwrite a directory with a symlink (KUF and 42.2 Beta 3 have the directory) +if [ -d %{_kf5_plasmadir}/look-and-feel/org.openSUSE.desktop/contents/components ] && \ + ! [ -L %{_kf5_plasmadir}/look-and-feel/org.openSUSE.desktop/contents/components ]; then + mv %{_kf5_plasmadir}/look-and-feel/org.openSUSE.desktop/contents/{components,components-real} + ln -s components-real %{_kf5_plasmadir}/look-and-feel/org.openSUSE.desktop/contents/components +fi %files %defattr(-,root,root) -%doc COPYING %files -n plasma5-workspace-branding-openSUSE %defattr(-,root,root) %doc COPYING + +%files -n plasma5-defaults-openSUSE +%defattr(-,root,root) +%doc COPYING %config %{_kf5_configdir}/*rc %config %{_kf5_configdir}/kdeglobals + +%files -n sddm-theme-openSUSE +%defattr(-,root,root) +%doc COPYING +%{_kf5_sharedir}/sddm/themes + +%files -n plasma5-theme-openSUSE +%defattr(-,root,root) +%doc COPYING +%{_kf5_plasmadir}/ %{_kf5_servicesdir}/ %{_kf5_sharedir}/color-schemes/ %{_kf5_sharedir}/icons/*/*/*/*.* -%{_kf5_plasmadir}/ -%if %{with greeter} -%{_kf5_sharedir}/SUSEgreeter -%{_kf5_bindir}/SUSEgreeter -%{_kf5_applicationsdir}/SUSEgreeter.desktop -%{_kf5_configdir}/autostart/SUSEgreeter.desktop -%endif -%{_kf5_sharedir}/sddm/ -%files -n plasma5-desktop-branding-openSUSE -%defattr(-,root,root) -%doc COPYING %changelog ++++++ layout.diff ++++++ diff --git a/usr/share/plasma/shells/org.kde.plasma.desktop/contents/layout.js b/usr/share/plasma/look-and-feel/org.openSUSE.desktop/contents/layouts/org.kde.plasma.desktop-layout.js index e62f467..fabf4ef 100644 --- a/usr/share/plasma/shells/org.kde.plasma.desktop/contents/layout.js +++ b/usr/share/plasma/look-and-feel/org.openSUSE.desktop/contents/layouts/org.kde.plasma.desktop-layout.js @@ -1,5 +1,5 @@ -loadTemplate("org.kde.plasma.desktop.defaultPanel") +loadTemplate("org.opensuse.desktop.defaultPanel") var desktopsArray = desktopsForActivity(currentActivity()); for( var j = 0; j < desktopsArray.length; j++) { ++++++ lookandfeel.diff ++++++ diff --git a/org.openSUSE.desktop/contents/components/artwork/1920x1080.jpg b/org.openSUSE.desktop/contents/components/artwork/1920x1080.jpg new file mode 120000 index 0000000..feeea82 --- /dev/null +++ b/org.openSUSE.desktop/contents/components/artwork/1920x1080.jpg @@ -0,0 +1 @@ +../../../../../../wallpapers/openSUSEdefault/contents/images/1920x1080.jpg \ No newline at end of file diff --git a/org.kde.breeze.desktop/contents/logout/Logout.qml b/org.openSUSE.desktop/contents/logout/Logout.qml index cdbdb42..1ff40ab 100644 --- a/org.kde.breeze.desktop/contents/logout/Logout.qml +++ b/org.openSUSE.desktop/contents/logout/Logout.qml @@ -83,13 +83,14 @@ PlasmaCore.ColorScope { Rectangle { anchors.fill: parent color: PlasmaCore.ColorScope.backgroundColor - opacity: 0.5 + opacity: 0.75 } MouseArea { anchors.fill: parent onClicked: root.cancelRequested() } UserDelegate { + id: users width: units.iconSizes.enormous height: width anchors { @@ -102,6 +103,7 @@ PlasmaCore.ColorScope { name: kuser.fullName } ColumnLayout { + id: layout anchors { top: parent.verticalCenter topMargin: units.gridUnit * 2 ++++++ panel.diff ++++++ diff --git a/org.kde.plasma.desktop.defaultPanel/contents/layout.js b/org.opensuse.desktop.defaultPanel/contents/layout.js index fc3d493..b911230 100644 --- a/org.kde.plasma.desktop.defaultPanel/contents/layout.js +++ b/org.opensuse.desktop.defaultPanel/contents/layout.js @@ -27,7 +27,7 @@ if (freeEdges["bottom"] == true) { panel.height = gridUnit * 2 -var kickoff = panel.addWidget("org.kde.plasma.kickoff") +var kickoff = panel.addWidget("org.kde.plasma.kicker") kickoff.currentConfigGroup = ["Shortcuts"] kickoff.writeConfig("global", "Alt+F1") diff --git a/org.kde.plasma.desktop.defaultPanel/metadata.desktop b/org.opensuse.desktop.defaultPanel/metadata.desktop index 90f4a5d..8e29706 100644 --- a/org.kde.plasma.desktop.defaultPanel/metadata.desktop +++ b/org.opensuse.desktop.defaultPanel/metadata.desktop @@ -1,60 +1,15 @@ [Desktop Entry] Encoding=UTF-8 -Name=Default Panel -Name[ar]=اللوحة الافتراضيّة -Name[ast]=Panel por defeutu -Name[bs]=Podrazumijevani panel -Name[ca]=Plafó per omissió -Name[ca@valencia]=Plafó per omissió -Name[cs]=Výchozí panel -Name[da]=Standardpanel -Name[de]=Standard-Kontrollleiste -Name[el]=Προκαθορισμένος πίνακας -Name[en_GB]=Default Panel -Name[es]=Panel por omisión -Name[et]=Vaikimisi paneel -Name[fi]=Oletuspaneeli -Name[fr]=Tableau de bord par défaut -Name[gl]=Panel predeterminado -Name[he]=לוחות ברירת־מחדל -Name[hu]=Alapértelmezett panel -Name[id]=Panel Standar -Name[is]=Sjálfgefið spjald -Name[it]=Pannello predefinito -Name[ja]=標準のパネル -Name[ko]=기본 패널 -Name[lt]=Numatytas skydelis -Name[mr]=मूलभूत पटल -Name[nb]=Standardpanel -Name[nds]=Standardpaneel -Name[nl]=Standaard paneel -Name[nn]=Standardpanel -Name[pa]=ਡਿਫਾਲਟ ਪੈਨਲ -Name[pl]=Domyślny panel -Name[pt]=Painel Predefinido -Name[pt_BR]=Painel padrão -Name[ru]=Стандартная панель -Name[sk]=Štandardný panel -Name[sl]=Privzeti pult -Name[sr]=Подразумевани панел -Name[sr@ijekavian]=Подразумијевани панел -Name[sr@ijekavianlatin]=Podrazumijevani panel -Name[sr@latin]=Podrazumevani panel -Name[sv]=Standardpanel -Name[tr]=Öntanımlı Pano -Name[uk]=Типова панель -Name[x-test]=xxDefault Panelxx -Name[zh_CN]=默认面板 -Name[zh_TW]=預設面板 +Name=Default openSUSE Panel Type=Service ServiceTypes=Plasma/LayoutTemplate X-Plasma-Shell=plasmashell X-Plasma-ContainmentCategories=panel -X-KDE-PluginInfo-Author=Aaron Seigo [email protected] -X-KDE-PluginInfo-Name=org.kde.plasma.desktop.defaultPanel +X-KDE-PluginInfo-Author=openSUSE KDE Team [email protected] +X-KDE-PluginInfo-Name=org.opensuse.desktop.defaultPanel X-KDE-PluginInfo-Version=1.0 -X-KDE-PluginInfo-Website=http://plasma.kde.org/ +X-KDE-PluginInfo-Website=http://opensuse.org X-KDE-PluginInfo-Category= X-KDE-PluginInfo-Depends= X-KDE-PluginInfo-License=GPL ++++++ plasma5-openSUSE-13.2.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma5-openSUSE/config-files/etc/xdg/dolphinrc new/plasma5-openSUSE/config-files/etc/xdg/dolphinrc --- old/plasma5-openSUSE/config-files/etc/xdg/dolphinrc 2014-03-02 19:49:52.000000000 +0100 +++ new/plasma5-openSUSE/config-files/etc/xdg/dolphinrc 2016-09-07 20:02:03.000000000 +0200 @@ -4,3 +4,6 @@ [DetailsMode] ExpandableFolders=true + +[PreviewSettings] +Plugins=imagethumbnail,jpegthumbnail,kraorathumbnail,directorythumbnail,svgthumbnail,textthumbnail diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma5-openSUSE/config-files/etc/xdg/kscreenlockerrc new/plasma5-openSUSE/config-files/etc/xdg/kscreenlockerrc --- old/plasma5-openSUSE/config-files/etc/xdg/kscreenlockerrc 1970-01-01 01:00:00.000000000 +0100 +++ new/plasma5-openSUSE/config-files/etc/xdg/kscreenlockerrc 2016-09-22 16:17:33.000000000 +0200 @@ -0,0 +1,6 @@ +[Greeter] +Theme=org.openSUSE.desktop +WallpaperPlugin=org.kde.image + +[Greeter][Wallpaper][org.kde.image][General] +FillMode=2 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma5-openSUSE/config-files/usr/share/icons/breeze/places/16/start-here-branding.svg new/plasma5-openSUSE/config-files/usr/share/icons/breeze/places/16/start-here-branding.svg --- old/plasma5-openSUSE/config-files/usr/share/icons/breeze/places/16/start-here-branding.svg 1970-01-01 01:00:00.000000000 +0100 +++ new/plasma5-openSUSE/config-files/usr/share/icons/breeze/places/16/start-here-branding.svg 2016-09-07 18:25:18.000000000 +0200 @@ -0,0 +1,86 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="140" + height="140" + id="svg4589" + sodipodi:version="0.32" + inkscape:version="0.91 r13725" + version="1.0" + sodipodi:docname="start-here-branding.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + inkscape:export-filename="/home/jimmac/gfx/novell/pdes.local/trunk/logos/openSUSE/geeko-button.png" + inkscape:export-xdpi="36" + inkscape:export-ydpi="36"> + <defs + id="defs4591"> + <style + type="text/css" + id="current-color-scheme"> + .ColorScheme-Text { + color:#4d4d4d; + } + </style> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#d8d8d8" + borderopacity="1" + gridtolerance="10000" + guidetolerance="10" + objecttolerance="10" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="1" + inkscape:cx="82.58269" + inkscape:cy="66.40506" + inkscape:document-units="px" + inkscape:current-layer="layer1" + width="200px" + height="200px" + borderlayer="true" + inkscape:showpageshadow="false" + inkscape:window-width="1366" + inkscape:window-height="739" + inkscape:window-x="0" + inkscape:window-y="0" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-maximized="1" /> + <metadata + id="metadata4594"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-30.15625,-29.84375)"> + <path + style="font-size:20.48839951px;font-family:TrebuchetMS-Bold;fill:currentColor;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-miterlimit:4" + d="m 100,30.15625 c -38.57068,0 -69.84375,31.269508 -69.84375,69.84375 0,38.57424 31.273072,69.84375 69.84375,69.84375 38.57068,0 69.84374,-31.26951 69.84375,-69.84375 0,-38.57424 -31.27307,-69.84375 -69.84375,-69.84375 z m 0.33443,9.672652 c 33.23352,0 60.19682,26.941143 60.19682,60.171098 0,33.23353 -26.96686,60.1711 -60.19682,60.1711 -17.944821,0 -34.047203,-7.86473 -45.070445,-20.32286 4.532491,-3.51775 12.115629,-2.65954 21.454765,-1.59496 4.475525,0.50915 9.577453,1.09159 14.843405,1.20908 14.711895,0.0855 30.541335,-2.5996 40.311295,-6.86861 6.31629,-2.77006 10.36035,-4.59427 12.88829,-6.89434 0.91149,-0.7477 1.39015,-1.99679 1.87794,-3.29281 l 0.33442,-0.87466 c 0.40946,-1.04678 0.99706,-3.29926 1.26053,-4.52762 0.1175,-0.53764 0.17517,-1.1158 -0.2058,-1.41489 l -1.36343,0.25726 c -4.28682,2.57066 -14.99713,7.4667 -25.03056,7.66609 -12.43319,0.25991 -37.492093,-12.51643 -40.105489,-13.86585 l -0.257252,-0.3087 c -0.626644,-1.49541 -4.376768,-10.39808 -5.170752,-12.270896 18.037389,11.877766 32.991863,18.452076 44.453043,19.473926 12.74296,1.13224 22.683,-5.82499 26.93421,-8.79799 0.8296,-0.56612 1.46367,-1.01005 1.72359,-1.10618 l 0.28298,-0.46306 c -0.70498,-4.47909 -7.39073,-26.153517 -12.42525,-31.35894 -1.39571,-1.427752 -2.50536,-2.81725 -4.75915,-4.141747 C 114.08824,60.052429 70.821318,53.655843 68.795407,53.360325 l -0.334426,0.1029 -0.128626,0.282977 c 0,0 -0.162274,8.984421 -0.180076,9.981353 -1.484722,-0.491344 -6.088485,-1.998597 -12.682493,-3.80732 8.603733,-10.645844 21.789033,-20.091332 44.864644,-20.091333 z m 15.89813,31.847721 c 0.30705,-0.0046 0.61701,-0.01024 0.92611,0 10.20789,0.366729 18.22788,8.964457 17.87897,19.165228 -0.18159,4.934825 -2.26212,9.494349 -5.86533,12.862569 -3.6139,3.38602 -8.31087,5.1509 -13.27417,4.99068 -10.1901,-0.38097 -18.2101,-8.978697 -17.878976,-19.165231 0.174464,-4.941948 2.266486,-9.530764 5.891056,-12.888294 3.38468,-3.174391 7.71664,-4.895833 12.32234,-4.964952 z m -0.48878,5.453729 c -2.97293,0.180743 -5.77842,1.387872 -7.97479,3.447169 -2.50301,2.349915 -3.97993,5.531532 -4.0903,8.978073 -0.23499,7.120959 5.33713,13.113596 12.45097,13.377076 3.45722,0.10681 6.73667,-1.10438 9.26105,-3.447173 2.51726,-2.360599 3.98349,-5.571496 4.0903,-9.003798 0.23855,-7.131643 -5.35929,-13.102113 -12.47669,-13.351347 -0.43082,-0.01602 -0.83583,-0.02582 -1.26054,0 z m 3.39572,6.45701 c 3.16171,0 5.71099,1.718121 5.71098,3.833045 0,2.104248 -2.54927,3.833044 -5.71098,3.833046 -3.17239,0 -5.7367,-1.732365 -5.7367,-3.833046 0,-2.114922 2.56431,-3.833043 5.7367,-3.833045 z" + id="path2445" + class="ColorScheme-Text" + inkscape:connector-curvature="0" /> + </g> +</svg> Files old/plasma5-openSUSE/config-files/usr/share/icons/breeze/places/16/start-here-branding.svgz and new/plasma5-openSUSE/config-files/usr/share/icons/breeze/places/16/start-here-branding.svgz differ Files old/plasma5-openSUSE/config-files/usr/share/icons/hicolor/128x128/apps/Support.png and new/plasma5-openSUSE/config-files/usr/share/icons/hicolor/128x128/apps/Support.png differ Files old/plasma5-openSUSE/config-files/usr/share/icons/hicolor/128x128/apps/mycomp.png and new/plasma5-openSUSE/config-files/usr/share/icons/hicolor/128x128/apps/mycomp.png differ Files old/plasma5-openSUSE/config-files/usr/share/icons/oxygen/128x128/places/start-here-branding.png and new/plasma5-openSUSE/config-files/usr/share/icons/oxygen/128x128/places/start-here-branding.png differ Files old/plasma5-openSUSE/config-files/usr/share/icons/oxygen/64x64/places/start-here-branding.png and new/plasma5-openSUSE/config-files/usr/share/icons/oxygen/64x64/places/start-here-branding.png differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSE/.directory new/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSE/.directory --- old/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSE/.directory 2015-04-28 11:55:15.000000000 +0200 +++ new/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSE/.directory 1970-01-01 01:00:00.000000000 +0100 @@ -1,4 +0,0 @@ -[Dolphin] -PreviewsShown=true -Timestamp=2014,8,28,22,22,24 -Version=3 Files old/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSE/icons/start.svgz and new/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSE/icons/start.svgz differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSE/metadata.desktop new/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSE/metadata.desktop --- old/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSE/metadata.desktop 2015-04-28 11:55:46.000000000 +0200 +++ new/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSE/metadata.desktop 2016-09-23 13:45:35.000000000 +0200 @@ -5,6 +5,7 @@ X-KDE-PluginInfo-Author=openSUSE KDE team [email protected] X-KDE-PluginInfo-Name=openSUSE +X-Plasma-API=5.0 X-KDE-PluginInfo-Version=0.5 X-KDE-PluginInfo-Website=http://en.opensuse.org/Portal:KDE X-KDE-PluginInfo-Category= @@ -23,4 +24,4 @@ enabled=true contrast=0.2 intensity=2.0 -saturation=1.7 \ No newline at end of file +saturation=1.7 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSEdark/colors new/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSEdark/colors --- old/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSEdark/colors 2014-03-02 19:49:52.000000000 +0100 +++ new/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSEdark/colors 2016-09-23 11:03:47.000000000 +0200 @@ -1,81 +1,119 @@ +[ColorEffects:Disabled] +Color=56,56,56 +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 +Enable=false +IntensityAmount=0 +IntensityEffect=0 + [Colors:Button] -BackgroundAlternate=41,51,52 -BackgroundNormal=30,40,42 -DecorationFocus=190,239,175 -DecorationHover=93,153,45 -ForegroundActive=255,128,224 -ForegroundInactive=136,135,134 -ForegroundLink=93,153,45 -ForegroundNegative=191,3,3 -ForegroundNeutral=176,128,0 -ForegroundNormal=190,207,210 -ForegroundPositive=0,110,40 -ForegroundVisited=186,216,220 +BackgroundAlternate=59,64,69 +BackgroundNormal=29,34,39 +DecorationFocus=30,146,255 +DecorationHover=61,174,230 +ForegroundActive=246,116,0 +ForegroundInactive=175,176,179 +ForegroundLink=61,174,230 +ForegroundNegative=237,21,21 +ForegroundNeutral=201,206,59 +ForegroundNormal=239,240,241 +ForegroundPositive=17,209,22 +ForegroundVisited=61,174,230 [Colors:Selection] -BackgroundAlternate=190,239,175 -BackgroundNormal=93,153,45 -DecorationFocus=93,153,45 -DecorationHover=131,175,119 -ForegroundActive=255,128,224 -ForegroundInactive=255,211,188 -ForegroundLink=50,60,66 -ForegroundNegative=156,14,14 -ForegroundNeutral=255,221,0 -ForegroundNormal=255,255,255 -ForegroundPositive=128,255,128 -ForegroundVisited=186,216,220 +BackgroundAlternate=48,138,183 +BackgroundNormal=61,174,230 +DecorationFocus=30,146,255 +DecorationHover=61,174,230 +ForegroundActive=246,116,0 +ForegroundInactive=146,204,230 +ForegroundLink=252,252,252 +ForegroundNegative=237,21,21 +ForegroundNeutral=201,206,59 +ForegroundNormal=252,252,252 +ForegroundPositive=17,209,22 +ForegroundVisited=252,252,252 [Colors:Tooltip] -BackgroundAlternate=180,204,207 -BackgroundNormal=220,233,234 -DecorationFocus=93,153,45 -DecorationHover=131,175,119 -ForegroundActive=255,128,224 -ForegroundInactive=96,112,128 -ForegroundLink=93,153,45 -ForegroundNegative=191,3,3 -ForegroundNeutral=176,128,0 -ForegroundNormal=20,19,18 -ForegroundPositive=0,110,40 -ForegroundVisited=69,40,134 +BackgroundAlternate=59,64,69 +BackgroundNormal=49,54,59 +DecorationFocus=30,146,255 +DecorationHover=61,174,230 +ForegroundActive=246,116,0 +ForegroundInactive=175,176,179 +ForegroundLink=61,174,230 +ForegroundNegative=237,21,21 +ForegroundNeutral=201,206,59 +ForegroundNormal=239,240,241 +ForegroundPositive=17,209,22 +ForegroundVisited=61,174,230 [Colors:View] -BackgroundAlternate=35,44,43 -BackgroundNormal=41,51,52 -DecorationFocus=93,153,45 -DecorationHover=131,175,119 -ForegroundActive=255,128,224 -ForegroundInactive=136,135,134 -ForegroundLink=93,153,45 -ForegroundNegative=191,3,3 -ForegroundNeutral=176,128,0 -ForegroundNormal=190,207,210 -ForegroundPositive=0,110,40 -ForegroundVisited=178,193,195 +BackgroundAlternate=59,64,69 +BackgroundNormal=59,64,69 +DecorationFocus=30,146,255 +DecorationHover=61,174,230 +ForegroundActive=246,116,0 +ForegroundInactive=175,176,179 +ForegroundLink=61,174,230 +ForegroundNegative=237,21,21 +ForegroundNeutral=201,206,59 +ForegroundNormal=239,240,241 +ForegroundPositive=17,209,22 +ForegroundVisited=61,174,230 [Colors:Window] -BackgroundAlternate=218,217,216 -BackgroundNormal=28,32,33 -DecorationFocus=93,153,45 -DecorationHover=131,175,119 -ForegroundActive=255,128,224 -ForegroundInactive=136,135,134 -ForegroundLink=93,153,45 -ForegroundNegative=191,3,3 -ForegroundNeutral=176,128,0 -ForegroundNormal=190,207,210 -ForegroundPositive=0,110,40 -ForegroundVisited=69,40,134 +BackgroundAlternate=59,64,69 +BackgroundNormal=49,54,59 +DecorationFocus=30,146,255 +DecorationHover=61,174,230 +ForegroundActive=246,116,0 +ForegroundInactive=175,176,179 +ForegroundLink=61,174,230 +ForegroundNegative=237,21,21 +ForegroundNeutral=201,206,59 +ForegroundNormal=239,240,241 +ForegroundPositive=17,209,22 +ForegroundVisited=61,174,230 + +[Colors:Complementary] +BackgroundAlternate=59,64,69 +BackgroundNormal=49,54,59 +DecorationFocus=30,146,255 +DecorationHover=61,174,230 +ForegroundActive=246,116,0 +ForegroundInactive=175,176,179 +ForegroundLink=61,174,230 +ForegroundNegative=237,21,21 +ForegroundNeutral=201,206,59 +ForegroundNormal=239,240,241 +ForegroundPositive=17,209,22 +ForegroundVisited=61,174,230 [General] +ColorScheme=breeze-dark +Name=openSUSEdark shadeSortColumn=true [KDE] -contrast=5 +contrast=7 [WM] -activeBackground=255,255,255 -activeForeground=90,109,113 -inactiveBackground=255,255,255 -inactiveForeground=90,109,113 +activeBackground=61,174,230 +activeBlend=252,252,252 +activeForeground=252,252,252 +inactiveBackground=123,124,126 +inactiveBlend=123,124,126 +inactiveForeground=252,252,252 Files old/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSEdark/icons/start.svgz and new/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSEdark/icons/start.svgz differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSEdark/metadata.desktop new/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSEdark/metadata.desktop --- old/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSEdark/metadata.desktop 2015-04-28 11:54:44.000000000 +0200 +++ new/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSEdark/metadata.desktop 2016-09-23 13:46:27.000000000 +0200 @@ -5,15 +5,19 @@ X-KDE-PluginInfo-Author=openSUSE KDE team [email protected] X-KDE-PluginInfo-Name=openSUSEdark -X-KDE-PluginInfo-Version=0.3 +X-KDE-PluginInfo-Version=0.4 +X-Plasma-API=5.0 X-KDE-PluginInfo-Website=http://en.opensuse.org/Portal:KDE X-KDE-PluginInfo-Category= X-KDE-PluginInfo-Depends= X-KDE-PluginInfo-License=GPL X-KDE-PluginInfo-EnabledByDefault=true +[Settings] +FallbackTheme=breeze-dark + [Wallpaper] defaultWallpaperTheme=openSUSEdefault defaultFileSuffix=.jpg defaultWidth=1920 -defaultHeight=1080 \ No newline at end of file +defaultHeight=1080 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSEdefault/colors new/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSEdefault/colors --- old/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSEdefault/colors 2014-03-02 19:49:52.000000000 +0100 +++ new/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSEdefault/colors 1970-01-01 01:00:00.000000000 +0100 @@ -1,82 +0,0 @@ -[Colors:Button] -BackgroundAlternate=218,221,215 -BackgroundNormal=218,221,215 -DecorationFocus=239,132,65 -DecorationHover=72,177,60 -ForegroundActive=255,0,0 -ForegroundInactive=152,154,149 -ForegroundLink=0,0,255 -ForegroundNegative=107,0,0 -ForegroundNeutral=0,90,95 -ForegroundNormal=0,0,0 -ForegroundPositive=0,95,0 -ForegroundVisited=88,55,150 - -[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=255,255,255 -ForegroundPositive=128,255,128 -ForegroundVisited=69,40,134 - - -[Colors:Tooltip] -BackgroundAlternate=255,248,209 -BackgroundNormal=255,255,255 -DecorationFocus=239,132,65 -DecorationHover=72,177,60 -ForegroundActive=255,0,0 -ForegroundInactive=232,185,149 -ForegroundLink=0,0,255 -ForegroundNegative=107,0,0 -ForegroundNeutral=0,90,95 -ForegroundNormal=0,0,0 -ForegroundPositive=0,95,0 -ForegroundVisited=88,55,150 - -[Colors:View] -BackgroundAlternate=248,247,246 -BackgroundNormal=255,255,255 -DecorationFocus=43,116,199 -DecorationHover=119,183,255 -ForegroundActive=255,128,224 -ForegroundInactive=36,35,34 -ForegroundLink=0,87,174 -ForegroundNegative=191,3,3 -ForegroundNeutral=176,128,0 -ForegroundNormal=20,19,18 -ForegroundPositive=0,110,40 -ForegroundVisited=100,74,155 - -[Colors:Window] -BackgroundAlternate=218,217,216 -BackgroundNormal=255,255,255 -DecorationFocus=43,116,199 -DecorationHover=119,183,255 -ForegroundActive=10,128,224 -ForegroundInactive=36,35,34 -ForegroundLink=0,87,174 -ForegroundNegative=191,3,3 -ForegroundNeutral=176,128,0 -ForegroundNormal=20,19,18 -ForegroundPositive=0,110,40 -ForegroundVisited=100,74,155 - -[General] -shadeSortColumn=true - -[KDE] -contrast=7 - -[WM] -activeBackground=65,142,220 -activeForeground=255,255,255 -inactiveBackground=157,170,186 -inactiveForeground=65,142,220 Files old/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSEdefault/icons/start.svgz and new/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSEdefault/icons/start.svgz differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSEdefault/metadata.desktop new/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSEdefault/metadata.desktop --- old/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSEdefault/metadata.desktop 2014-03-02 19:49:52.000000000 +0100 +++ new/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSEdefault/metadata.desktop 2016-09-23 13:46:36.000000000 +0200 @@ -8,6 +8,7 @@ [email protected] X-KDE-PluginInfo-Name=openSUSEdefault X-KDE-PluginInfo-Version=0.9 +X-Plasma-API=5.0 X-KDE-PluginInfo-Website=http://plasma.kde.org X-KDE-PluginInfo-Category= X-KDE-PluginInfo-Depends= diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSElight/.directory new/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSElight/.directory --- old/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSElight/.directory 2014-08-28 22:22:24.000000000 +0200 +++ new/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSElight/.directory 1970-01-01 01:00:00.000000000 +0100 @@ -1,4 +0,0 @@ -[Dolphin] -PreviewsShown=true -Timestamp=2014,8,28,22,22,24 -Version=3 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSElight/bubblemon/.directory new/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSElight/bubblemon/.directory --- old/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSElight/bubblemon/.directory 2014-08-28 22:15:47.000000000 +0200 +++ new/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSElight/bubblemon/.directory 1970-01-01 01:00:00.000000000 +0100 @@ -1,4 +0,0 @@ -[Dolphin] -PreviewsShown=true -Timestamp=2014,8,28,22,15,47 -Version=3 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSElight/colors new/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSElight/colors --- old/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSElight/colors 2014-06-23 08:37:57.000000000 +0200 +++ new/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSElight/colors 2016-09-23 11:04:28.000000000 +0200 @@ -21,8 +21,8 @@ [Colors:Button] BackgroundAlternate=224,223,222 BackgroundNormal=239,240,241 -DecorationFocus=23,168,145 -DecorationHover=23,168,145 +DecorationFocus=30,146,255 +DecorationHover=61,174,230 ForegroundActive=246,116,0 ForegroundInactive=175,176,179 ForegroundLink=61,174,230 @@ -34,9 +34,9 @@ [Colors:Selection] BackgroundAlternate=48,138,183 -BackgroundNormal=23,168,145 -DecorationFocus=23,168,145 -DecorationHover=23,168,145 +BackgroundNormal=61,174,230 +DecorationFocus=30,146,255 +DecorationHover=61,174,230 ForegroundActive=246,116,0 ForegroundInactive=146,204,230 ForegroundLink=252,252,252 @@ -49,8 +49,8 @@ [Colors:Tooltip] BackgroundAlternate=196,224,255 BackgroundNormal=239,240,241 -DecorationFocus=23,168,145 -DecorationHover=23,168,145 +DecorationFocus=30,146,255 +DecorationHover=61,174,230 ForegroundActive=246,116,0 ForegroundInactive=175,176,179 ForegroundLink=61,174,230 @@ -63,8 +63,8 @@ [Colors:View] BackgroundAlternate=248,247,246 BackgroundNormal=252,252,252 -DecorationFocus=23,168,145 -DecorationHover=23,168,145 +DecorationFocus=30,146,255 +DecorationHover=61,174,230 ForegroundActive=246,116,0 ForegroundInactive=175,176,179 ForegroundLink=61,174,230 @@ -77,8 +77,8 @@ [Colors:Window] BackgroundAlternate=218,217,216 BackgroundNormal=239,240,241 -DecorationFocus=23,168,145 -DecorationHover=23,168,145 +DecorationFocus=30,146,255 +DecorationHover=61,174,230 ForegroundActive=246,116,0 ForegroundInactive=175,176,179 ForegroundLink=61,174,230 @@ -88,16 +88,31 @@ ForegroundPositive=17,209,22 ForegroundVisited=61,174,230 +[Colors:Complementary] +BackgroundAlternate=59,64,69 +BackgroundNormal=49,54,59 +DecorationFocus=30,146,255 +DecorationHover=61,174,230 +ForegroundActive=246,116,0 +ForegroundInactive=175,176,179 +ForegroundLink=61,174,230 +ForegroundNegative=237,21,21 +ForegroundNeutral=201,206,59 +ForegroundNormal=239,240,241 +ForegroundPositive=17,209,22 +ForegroundVisited=61,174,230 + + [General] -ColorScheme=openSUSE -Name=openSUSE +ColorScheme=Breeze +Name=openSUSElight shadeSortColumn=true [KDE] -contrast=5 +contrast=7 [WM] -activeBackground=23,168,145 +activeBackground=61,174,230 activeBlend=252,252,252 activeForeground=252,252,252 inactiveBackground=123,124,126 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSElight/dialogs/.directory new/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSElight/dialogs/.directory --- old/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSElight/dialogs/.directory 2014-08-28 22:16:01.000000000 +0200 +++ new/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSElight/dialogs/.directory 1970-01-01 01:00:00.000000000 +0100 @@ -1,4 +0,0 @@ -[Dolphin] -PreviewsShown=true -Timestamp=2014,8,28,22,16,1 -Version=3 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSElight/icons/.directory new/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSElight/icons/.directory --- old/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSElight/icons/.directory 2014-06-27 21:53:18.000000000 +0200 +++ new/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSElight/icons/.directory 1970-01-01 01:00:00.000000000 +0100 @@ -1,4 +0,0 @@ -[Dolphin] -PreviewsShown=true -Timestamp=2014,6,27,21,53,18 -Version=3 Files old/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSElight/icons/start.svgz and new/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSElight/icons/start.svgz differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSElight/icontasks/.directory new/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSElight/icontasks/.directory --- old/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSElight/icontasks/.directory 2014-09-23 21:16:15.000000000 +0200 +++ new/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSElight/icontasks/.directory 1970-01-01 01:00:00.000000000 +0100 @@ -1,4 +0,0 @@ -[Dolphin] -PreviewsShown=true -Timestamp=2014,9,23,21,16,15 -Version=3 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSElight/lancelot/.directory new/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSElight/lancelot/.directory --- old/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSElight/lancelot/.directory 2014-09-23 21:16:35.000000000 +0200 +++ new/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSElight/lancelot/.directory 1970-01-01 01:00:00.000000000 +0100 @@ -1,4 +0,0 @@ -[Dolphin] -PreviewsShown=true -Timestamp=2014,9,23,21,16,35 -Version=3 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSElight/metadata.desktop new/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSElight/metadata.desktop --- old/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSElight/metadata.desktop 2014-10-17 23:13:04.000000000 +0200 +++ new/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSElight/metadata.desktop 2016-09-23 13:46:52.000000000 +0200 @@ -6,12 +6,15 @@ [email protected] X-KDE-PluginInfo-Name=openSUSElight X-KDE-PluginInfo-Version=0.5 +X-Plasma-API=5.0 X-KDE-PluginInfo-Website=http://en.opensuse.org/Portal:KDE X-KDE-PluginInfo-Category= X-KDE-PluginInfo-Depends= X-KDE-PluginInfo-License=GPL X-KDE-PluginInfo-EnabledByDefault=true +[Settings] +FallbackTheme=breeze-light [Wallpaper] defaultWallpaperTheme=openSUSEdefault @@ -23,4 +26,4 @@ enabled=true contrast=0.2 intensity=2.0 -saturation=1.7 \ No newline at end of file +saturation=1.7 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSElight/toolbar-icons/.directory new/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSElight/toolbar-icons/.directory --- old/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSElight/toolbar-icons/.directory 2014-08-28 23:13:51.000000000 +0200 +++ new/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSElight/toolbar-icons/.directory 1970-01-01 01:00:00.000000000 +0100 @@ -1,4 +0,0 @@ -[Dolphin] -PreviewsShown=true -Timestamp=2014,8,28,23,13,51 -Version=3 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSElight/translucent/.directory new/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSElight/translucent/.directory --- old/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSElight/translucent/.directory 2014-08-28 22:22:33.000000000 +0200 +++ new/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSElight/translucent/.directory 1970-01-01 01:00:00.000000000 +0100 @@ -1,4 +0,0 @@ -[Dolphin] -PreviewsShown=true -Timestamp=2014,8,28,22,22,33 -Version=3 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSElight/translucent/dialogs/.directory new/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSElight/translucent/dialogs/.directory --- old/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSElight/translucent/dialogs/.directory 2014-08-28 22:22:35.000000000 +0200 +++ new/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSElight/translucent/dialogs/.directory 1970-01-01 01:00:00.000000000 +0100 @@ -1,4 +0,0 @@ -[Dolphin] -PreviewsShown=true -Timestamp=2014,8,28,22,22,35 -Version=3 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSElight/translucent/widgets/.directory new/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSElight/translucent/widgets/.directory --- old/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSElight/translucent/widgets/.directory 2014-08-28 22:22:41.000000000 +0200 +++ new/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSElight/translucent/widgets/.directory 1970-01-01 01:00:00.000000000 +0100 @@ -1,4 +0,0 @@ -[Dolphin] -PreviewsShown=true -Timestamp=2014,8,28,22,22,41 -Version=3 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSElight/widgets/.directory new/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSElight/widgets/.directory --- old/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSElight/widgets/.directory 2014-06-27 21:38:52.000000000 +0200 +++ new/plasma5-openSUSE/config-files/usr/share/plasma/desktoptheme/openSUSElight/widgets/.directory 1970-01-01 01:00:00.000000000 +0100 @@ -1,4 +0,0 @@ -[Dolphin] -PreviewsShown=true -Timestamp=2014,6,27,21,38,52 -Version=3 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma5-openSUSE/config-files/usr/share/plasma/look-and-feel/org.openSUSE.desktop/contents/defaults new/plasma5-openSUSE/config-files/usr/share/plasma/look-and-feel/org.openSUSE.desktop/contents/defaults --- old/plasma5-openSUSE/config-files/usr/share/plasma/look-and-feel/org.openSUSE.desktop/contents/defaults 2016-08-24 18:32:04.000000000 +0200 +++ new/plasma5-openSUSE/config-files/usr/share/plasma/look-and-feel/org.openSUSE.desktop/contents/defaults 2016-10-01 14:46:52.000000000 +0200 @@ -12,3 +12,6 @@ [kcminputrc][Mouse] cursorTheme=breeze_cursors + +[Desktop][org.kde.plasma.desktop] +Containment=org.kde.plasma.folder diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma5-openSUSE/config-files/usr/share/plasma/look-and-feel/org.openSUSE.desktop/contents/lockscreen/LockScreen.qml new/plasma5-openSUSE/config-files/usr/share/plasma/look-and-feel/org.openSUSE.desktop/contents/lockscreen/LockScreen.qml --- old/plasma5-openSUSE/config-files/usr/share/plasma/look-and-feel/org.openSUSE.desktop/contents/lockscreen/LockScreen.qml 2014-09-24 10:09:53.000000000 +0200 +++ new/plasma5-openSUSE/config-files/usr/share/plasma/look-and-feel/org.openSUSE.desktop/contents/lockscreen/LockScreen.qml 1970-01-01 01:00:00.000000000 +0100 @@ -1,284 +0,0 @@ -/******************************************************************** - This file is part of the KDE project. - -Copyright (C) 2014 Aleix Pol Gonzalez <[email protected]> - -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 <http://www.gnu.org/licenses/>. -*********************************************************************/ - -import QtQuick 2.0 -import QtQuick.Layouts 1.1 -import QtQuick.Controls 1.1 -import org.kde.plasma.components 2.0 as PlasmaComponents -import org.kde.plasma.core 2.0 as PlasmaCore -import org.kde.kscreenlocker 1.0 -import org.kde.plasma.workspace.keyboardlayout 1.0 -import "../components" - -Image { - id: root - property bool debug: false - property bool shutdownSupported: true - property string notification - property UserSelect userSelect: null - signal shutdown() - signal clearPassword() - - source: "/usr/share/wallpapers/openSUSEdefault/contents/images/1920x1080.jpg" - - Connections { - target: authenticator - onFailed: { - root.notification = i18nd("plasma_lookandfeel_org.kde.lookandfeel","Unlocking failed"); - root.clearPassword() - } - onGraceLockedChanged: { - if (!authenticator.graceLocked) { - root.notification = ""; - root.clearPassword(); - } - } - onMessage: function(text) { - root.notification = text; - } - onError: function(text) { - root.notification = text; - } - } - Sessions { - id: sessions - } - - StackView { - id: stackView - height: units.largeSpacing * 14 - anchors { - verticalCenter: parent.verticalCenter - left: parent.left - right: parent.right - } - - initialItem: BreezeBlock { - id: block - main: UserSelect { - id: usersSelection - - onVisibleChanged: { - if(visible) { - currentIndex = 0; - } - } - Component.onCompleted: root.userSelect = usersSelection - - notification: root.notification - - model: ListModel { - id: users - - Component.onCompleted: { - users.append({ "name": kscreenlocker_userName, - "realName": kscreenlocker_userName, - "icon": kscreenlocker_userImage, - "showPassword": true, - "ButtonLabel": i18nd("plasma_lookandfeel_org.kde.lookandfeel", "Unlock"), - "ButtonAction": "unlock" - }) - if(sessions.startNewSessionSupported) { - users.append({ "realName": i18nd("plasma_lookandfeel_org.kde.lookandfeel", "New Session"), - "icon": "system-log-out", //TODO Need an icon for new session - "showPassword": false, - "ButtonLabel": i18nd("plasma_lookandfeel_org.kde.lookandfeel", "Create Session"), - "ButtonAction": "newSession" - }) - } - if(sessions.switchUserSupported) { - users.append({ "realName": i18nd("plasma_lookandfeel_org.kde.lookandfeel", "Change Session"), - "icon": "system-switch-user", - "showPassword": false, - "ButtonLabel": i18nd("plasma_lookandfeel_org.kde.lookandfeel", "Change Session..."), - "ButtonAction": "changeSession" - }) - } - } - } - } - - controls: Item { - height: childrenRect.height - Layout.fillWidth: true - function unlockFunction() { - authenticator.tryUnlock(passwordInput.text); - } - - ColumnLayout { - anchors.horizontalCenter: parent.horizontalCenter - RowLayout { - anchors.horizontalCenter: parent.horizontalCenter - - KeyboardLayoutButton {} - - PlasmaComponents.TextField { - id: passwordInput - placeholderText: i18nd("plasma_lookandfeel_org.kde.lookandfeel","Password") - echoMode: TextInput.Password - enabled: !authenticator.graceLocked - onAccepted: unlockFunction() - focus: true - visible: block.mainItem.model.get(block.mainItem.selectedIndex)["showPassword"] - - Keys.onLeftPressed: { - if (text == "") { - root.userSelect.decrementCurrentIndex(); - } else { - event.accepted = false; - } - } - Keys.onRightPressed: { - if (text == "") { - root.userSelect.incrementCurrentIndex(); - } else { - event.accepted = false; - } - } - } - - PlasmaComponents.Button { - Layout.minimumWidth: passwordInput.width - text: block.mainItem.model.get(block.mainItem.selectedIndex)["ButtonLabel"] - enabled: !authenticator.graceLocked - onClicked: switch(block.mainItem.model.get(block.mainItem.selectedIndex)["ButtonAction"]) { - case "unlock": - unlockFunction(); - break; - case "newSession": - sessions.createNewSession(); - break; - case "changeSession": - stackView.push(changeSessionComponent) - break; - } - } - - Connections { - target: root - onClearPassword: { - passwordInput.selectAll(); - passwordInput.forceActiveFocus(); - } - } - Keys.onLeftPressed: { - root.userSelect.decrementCurrentIndex(); - } - Keys.onRightPressed: { - root.userSelect.incrementCurrentIndex(); - } - } - - BreezeLabel { - id: capsLockWarning - text: i18nd("plasma_lookandfeel_org.kde.lookandfeel","Caps Lock is on") - visible: keystateSource.data["Caps Lock"]["Locked"] - - anchors.horizontalCenter: parent.horizontalCenter - font.weight: Font.Bold - - PlasmaCore.DataSource { - id: keystateSource - engine: "keystate" - connectedSources: "Caps Lock" - } - } - } - - LogoutOptions { - id: logoutOptions - anchors.right: parent.right - anchors.rightMargin: 5 - canReboot: false - canLogout: false - canShutdown: root.shutdownSupported - mode: "" - exclusive: false - onModeChanged: { - if(mode != "") - stackView.push(logoutScreenComponent, {"mode": logoutOptions.mode }) - } - onVisibleChanged: if(visible) { - mode = "" - } - } - - Component { - id: logoutScreenComponent - LogoutScreen { - canReboot: logoutOptions.canReboot - canLogout: logoutOptions.canLogout - canShutdown: logoutOptions.canShutdown - onCancel: stackView.pop() - - onShutdownRequested: { - root.shutdown() - } - } - } - - Component { - id: changeSessionComponent - BreezeBlock { - id: selectSessionBlock - - Action { - onTriggered: stackView.pop() - shortcut: "Escape" - } - - main: UserSelect { - id: sessionSelect - - model: sessions.model - delegate: UserDelegate { - name: i18nd("plasma_lookandfeel_org.kde.lookandfeel","%1 (%2)", model.session, model.location) - userName: model.session - iconSource: "user-identity" - width: ListView.view.userItemWidth - height: ListView.view.userItemHeight - faceSize: ListView.view.userFaceSize - - onClicked: { - ListView.view.currentIndex = index; - ListView.view.forceActiveFocus(); - } - } - } - - controls: Item { - height: childrenRect.height - RowLayout { - anchors.centerIn: parent - PlasmaComponents.Button { - text: i18nd("plasma_lookandfeel_org.kde.lookandfeel","Cancel") - onClicked: stackView.pop() - } - PlasmaComponents.Button { - text: i18nd("plasma_lookandfeel_org.kde.lookandfeel","Change Session") - onClicked: sessions.activateSession(selectSessionBlock.mainItem.selectedIndex) - } - } - } - } - } - } - } - } -} Files old/plasma5-openSUSE/config-files/usr/share/plasma/look-and-feel/org.openSUSE.desktop/contents/previews/lockscreen.png and new/plasma5-openSUSE/config-files/usr/share/plasma/look-and-feel/org.openSUSE.desktop/contents/previews/lockscreen.png differ Files old/plasma5-openSUSE/config-files/usr/share/plasma/look-and-feel/org.openSUSE.desktop/contents/previews/preview.png and new/plasma5-openSUSE/config-files/usr/share/plasma/look-and-feel/org.openSUSE.desktop/contents/previews/preview.png differ Files old/plasma5-openSUSE/config-files/usr/share/plasma/look-and-feel/org.openSUSE.desktop/contents/previews/splash.png and new/plasma5-openSUSE/config-files/usr/share/plasma/look-and-feel/org.openSUSE.desktop/contents/previews/splash.png differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma5-openSUSE/config-files/usr/share/plasma/look-and-feel/org.openSUSE.desktop/contents/splash/Splash.qml new/plasma5-openSUSE/config-files/usr/share/plasma/look-and-feel/org.openSUSE.desktop/contents/splash/Splash.qml --- old/plasma5-openSUSE/config-files/usr/share/plasma/look-and-feel/org.openSUSE.desktop/contents/splash/Splash.qml 1970-01-01 01:00:00.000000000 +0100 +++ new/plasma5-openSUSE/config-files/usr/share/plasma/look-and-feel/org.openSUSE.desktop/contents/splash/Splash.qml 2016-09-19 14:29:42.000000000 +0200 @@ -0,0 +1,106 @@ +/* + * Copyright 2014 Marco Martin <[email protected]> + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2, + * or (at your option) any later version, as published by the Free + * Software Foundation + * + * 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.5 + +Rectangle { + id: root + color: "black" + + property int stage + + onStageChanged: { + if (stage == 1) { + introAnimation.running = true; + } else if (stage == 2) { + bulbOn.running = true; + } else if (stage == 5) { + introAnimation.target = busyIndicator; + introAnimation.from = 1; + introAnimation.to = 0; + introAnimation.running = true; + + // bulbOff.running = true; + } + } + + Image { + source: "images/bulb.png" + fillMode: Image.PreserveAspectFit + height: parent.height + x: parent.width * 0.65 + anchors.top: parent.top + opacity: 0 + OpacityAnimator on opacity { + running: false + id: bulbOn + from: 0 + to: 1 + duration: 1000 + easing.type: Easing.InOutBounce + } + OpacityAnimator on opacity { + running: false + id: bulbOff + from: 1 + to: 0 + duration: 1500 + easing.type: Easing.OutElastic + } + } + + Item { + id: content + anchors.fill: parent + opacity: 0 + TextMetrics { + id: units + text: "M" + property int gridUnit: boundingRect.height + property int largeSpacing: units.gridUnit + property int smallSpacing: Math.max(2, gridUnit/4) + } + + Image { + id: busyIndicator + //again sync from SDDM theme + anchors.centerIn: parent + source: "images/busywidget.svgz" + sourceSize.height: units.gridUnit * 4 + sourceSize.width: units.gridUnit * 4 + RotationAnimator on rotation { + id: rotationAnimator + from: 0 + to: 360 + duration: 1500 + loops: Animation.Infinite + } + } + } + + OpacityAnimator { + id: introAnimation + running: false + target: content + from: 0 + to: 1 + duration: 1000 + easing.type: Easing.InOutQuad + } +} Files old/plasma5-openSUSE/config-files/usr/share/plasma/look-and-feel/org.openSUSE.desktop/contents/splash/images/bulb.png and new/plasma5-openSUSE/config-files/usr/share/plasma/look-and-feel/org.openSUSE.desktop/contents/splash/images/bulb.png differ Files old/plasma5-openSUSE/config-files/usr/share/plasma/look-and-feel/org.openSUSE.desktop/contents/splash/images/opensuselogo.svgz and new/plasma5-openSUSE/config-files/usr/share/plasma/look-and-feel/org.openSUSE.desktop/contents/splash/images/opensuselogo.svgz differ ++++++ sddmtheme.diff ++++++ diff --git a/breeze/breeze.jpg b/breeze-openSUSE/breeze.jpg index 2c3bf73..33b4428 100644 Binary files a/breeze/breeze.jpg and b/breeze-openSUSE/breeze.jpg differ diff --git a/breeze-openSUSE/components/artwork/1920x1080.jpg b/breeze-openSUSE/components/artwork/1920x1080.jpg new file mode 120000 index 0000000..e1e2581 --- /dev/null +++ b/breeze-openSUSE/components/artwork/1920x1080.jpg @@ -0,0 +1 @@ +../../../../../wallpapers/openSUSEdefault/contents/images/1920x1080.jpg \ No newline at end of file diff --git a/breeze-openSUSE/components/artwork/README.txt b/breeze-openSUSE/components/artwork/README.txt new file mode 100644 index 0000000..1885a36 --- /dev/null +++ b/breeze-openSUSE/components/artwork/README.txt @@ -0,0 +1 @@ +After editing SVG files be sure to run currentColorFillFix.sh from plasma-framework \ No newline at end of file diff --git a/breeze/metadata.desktop b/breeze-openSUSE/metadata.desktop index cf416f6..645b6eb 100644 --- a/breeze/metadata.desktop +++ b/breeze-openSUSE/metadata.desktop @@ -1,93 +1,7 @@ [SddmGreeterTheme] -Name=Breeze -Name[ar]=نسيم -Name[ast]=Breeze -Name[bs]=Breeze -Name[ca]=Brisa -Name[ca@valencia]=Brisa -Name[cs]=Breeze -Name[da]=Breeze -Name[de]=Breeze -Name[el]=Breeze -Name[en_GB]=Breeze -Name[es]=Brisa -Name[et]=Breeze -Name[fi]=Breeze -Name[fr]=Brise -Name[gl]=Breeze -Name[hu]=Breeze -Name[id]=Angin -Name[is]=Breeze -Name[it]=Brezza -Name[ja]=Breeze -Name[ko]=Breeze -Name[lt]=Breeze -Name[nb]=Breeze -Name[nds]=Breeze -Name[nl]=Breeze -Name[nn]=Breeze -Name[pl]=Bryza -Name[pt]=Brisa -Name[pt_BR]=Breeze -Name[ru]=Breeze -Name[sk]=Vánok -Name[sl]=Sapica -Name[sr]=Поветарац -Name[sr@ijekavian]=Поветарац -Name[sr@ijekavianlatin]=Povetarac -Name[sr@latin]=Povetarac -Name[sv]=Breeze -Name[tr]=Breeze -Name[uk]=Breeze -Name[x-test]=xxBreezexx -Name[zh_CN]=微风 -Name[zh_TW]=微風 -Description=Breeze Theme -Description[ar]=سمة النسيم -Description[ast]=Tema Breeze -Description[bs]=Breeze Tema -Description[ca]=Tema Brisa -Description[ca@valencia]=Tema Brisa -Description[cs]=Motiv Breeze -Description[da]=Breeze-temaet -Description[de]=Breeze-Design -Description[el]=Θέμα Breeze -Description[en_GB]=Breeze Theme -Description[es]=Tema Brisa -Description[et]=Breeze teema -Description[fi]=Breeze-teema -Description[fr]=Thème brise -Description[gl]=Tema Breeze -Description[he]=ערכת הנושא Breeze -Description[hu]=Breeze téma -Description[id]=Tema Angin -Description[is]=Breeze þema -Description[it]=Tema Brezza -Description[ja]=Breeze テーマ -Description[ko]=Breeze 테마 -Description[lt]=Breeze apipavidalinimas -Description[nb]=Breeze-tema -Description[nds]=Breeze-Muster -Description[nl]=Thema Breeze -Description[nn]=Breeze-tema -Description[pa]=ਬਰੀਜ਼ ਥੀਮ -Description[pl]=Wystrój Bryza -Description[pt]=Tema Brisa -Description[pt_BR]=Tema Breeze -Description[ru]=Тема «Breeze» -Description[sk]=Téma Vánok -Description[sl]=Tema Sapica -Description[sr]=Тема Поветарац -Description[sr@ijekavian]=Тема Поветарац -Description[sr@ijekavianlatin]=Tema Povetarac -Description[sr@latin]=Tema Povetarac -Description[sv]=Breeze-tema -Description[tr]=Breeze Teması -Description[uk]=Тема «Breeze» -Description[x-test]=xxBreeze Themexx -Description[zh_CN]=微风主题 -Description[zh_TW]=微風主題 -Author=David Edmundson +Name=Breeze for openSUSE +Description=Breeze Theme for openSUSE +Author=David Edmundson and the openSUSE KDE team Copyright=(c) 2014, David Edmundson License=CC-BY-SA Type=sddm-theme @@ -98,5 +12,5 @@ MainScript=Main.qml ConfigFile=theme.conf TranslationsDirectory=translations [email protected] -Theme-Id=breeze +Theme-Id=breeze-openSUSE Theme-API=2.0 diff --git a/breeze/theme.conf b/breeze-openSUSE/theme.conf index 5dae68f..adacdc1 100644 --- a/breeze/theme.conf +++ b/breeze-openSUSE/theme.conf @@ -1,2 +1,2 @@ [General] -background= +background=components/artwork/1920x1080.jpg ++++++ update_diffs.sh ++++++ #!/bin/bash if [ "$(whoami)" != "root" ]; then echo "This has to be run as root, it syncs the sddm theme components with the look-and-feel" exit 1 fi # Sync sddm theme components with look-and-feel rsync -av --delete /usr/share/plasma/look-and-feel/org.openSUSE.desktop/contents/components/ /usr/share/sddm/themes/breeze-openSUSE/components/ >/dev/null ln -sf ../../../../../wallpapers/openSUSEdefault/contents/images/1920x1080.jpg /usr/share/sddm/themes/breeze-openSUSE/components/artwork/1920x1080.jpg # Update lookandfeel.diff # We need to ignore files in the .tar, so copy everything into /tmp and delete them cp -R /usr/share/plasma/look-and-feel/org.{kde.breeze,openSUSE}.desktop /tmp for i in $(tar -tf plasma5-openSUSE*.tar* | sed "s#plasma5-openSUSE/config-files/usr/share/plasma/look-and-feel#/tmp#" | grep /tmp); do rm -f -- "$i" "$(printf %s "$i" | sed "s/org.openSUSE.desktop/org.kde.breeze.desktop/")" 2>/dev/null done; # Part of layout.diff rm /tmp/org.openSUSE.desktop/contents/layouts/org.kde.plasma.desktop-layout.js (cd /tmp; git diff --no-index org.{kde.breeze,openSUSE}.desktop) > lookandfeel.diff rm -rf /tmp/org.{kde.breeze,openSUSE}.desktop # Check for added binary files, those need to be added to the tar grep -E "^Binary files /dev/null and " lookandfeel.diff [ $? -eq 1 ] || echo "New binary files, please add them to the tar." # Update layout.diff git diff --no-index /usr/share/plasma/shells/org.kde.plasma.desktop/contents/layout.js /usr/share/plasma/look-and-feel/org.openSUSE.desktop/contents/layouts/org.kde.plasma.desktop-layout.js > layout.diff # Update panel.diff (cd /usr/share/plasma/layout-templates/; git diff --no-index org.{kde.plasma,opensuse}.desktop.defaultPanel) > panel.diff # Update sddmtheme.diff (cd /usr/share/sddm/themes/; git diff --no-index breeze{,-openSUSE}) > sddmtheme.diff
