Mageia Bugzilla – Attachment 8626 Details for
Bug 19641
plasma5 show tiny icons in high dpi screens
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
patch for the SPEC file
plasma-workspace.spec.diff (text/plain), 1.34 KB, created by
Giuseppe Ghibò
on 2016-11-05 21:04:37 CET
(
hide
)
Description:
patch for the SPEC file
Filename:
MIME Type:
Creator:
Giuseppe Ghibò
Created:
2016-11-05 21:04:37 CET
Size:
1.34 KB
patch
obsolete
>Index: plasma-workspace.spec >=================================================================== >--- plasma-workspace.spec (revision 1065286) >+++ plasma-workspace.spec (working copy) >@@ -2,7 +2,7 @@ > # Please do not update/rebuild/touch this package before asking first to mikala and/or neoclust > # This package is part of the KDE Stack. > >-%define rel 2 >+%define rel 3 > %define framework plasma-workspace > > %define bootstrap 0 >@@ -22,6 +22,7 @@ > ## Downstream patches > # revert (semi) regresssion wrt systray icon sizes, http://bugs.kde.org/365570 > #Patch10: plasma-workspace-5.7.4-systray_iconSizes.patch >+Patch11: plasma-workspace-enable-plasmaqtsettings.patch > > # Upstream branch patches P100 -> P199 > >@@ -132,6 +133,7 @@ > fi > > %files -f %name.lang >+%config(noreplace) %{_sysconfdir}/sysconfig/plasmaqtsettings > %_kf5_datadir/xsessions/01plasma.desktop > %_kf5_sysconfdir/xdg/autostart/krunner.desktop > %_kf5_sysconfdir/xdg/autostart/plasmashell.desktop >@@ -418,4 +420,9 @@ > rm -frv %buildroot%_kf5_datadir/plasma/look-and-feel/org.mageia.breeze.desktop/contents/previews/splash.png > rm -frv %buildroot%_kf5_datadir/plasma/look-and-feel/org.mageia.breeze.desktop/metadata.desktop > >+mkdir -p %buildroot/%_sysconfdir/sysconfig >+cat > %buildroot/%_sysconfdir/sysconfig/plasmaqtsettings <<EOF >+QT_AUTO_SCREEN_SCALE_FACTOR=0 >+EOF >+ > %find_lang %name --all-name
Index: plasma-workspace.spec =================================================================== --- plasma-workspace.spec (revision 1065286) +++ plasma-workspace.spec (working copy) @@ -2,7 +2,7 @@ # Please do not update/rebuild/touch this package before asking first to mikala and/or neoclust # This package is part of the KDE Stack. -%define rel 2 +%define rel 3 %define framework plasma-workspace %define bootstrap 0 @@ -22,6 +22,7 @@ ## Downstream patches # revert (semi) regresssion wrt systray icon sizes, http://bugs.kde.org/365570 #Patch10: plasma-workspace-5.7.4-systray_iconSizes.patch +Patch11: plasma-workspace-enable-plasmaqtsettings.patch # Upstream branch patches P100 -> P199 @@ -132,6 +133,7 @@ fi %files -f %name.lang +%config(noreplace) %{_sysconfdir}/sysconfig/plasmaqtsettings %_kf5_datadir/xsessions/01plasma.desktop %_kf5_sysconfdir/xdg/autostart/krunner.desktop %_kf5_sysconfdir/xdg/autostart/plasmashell.desktop @@ -418,4 +420,9 @@ rm -frv %buildroot%_kf5_datadir/plasma/look-and-feel/org.mageia.breeze.desktop/contents/previews/splash.png rm -frv %buildroot%_kf5_datadir/plasma/look-and-feel/org.mageia.breeze.desktop/metadata.desktop +mkdir -p %buildroot/%_sysconfdir/sysconfig +cat > %buildroot/%_sysconfdir/sysconfig/plasmaqtsettings <<EOF +QT_AUTO_SCREEN_SCALE_FACTOR=0 +EOF + %find_lang %name --all-name
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 19641
:
8586
|
8587
|
8588
|
8625
| 8626