49cb564d14
* par is kept at -Np0 ```sh git grep -l '^patch_args=-Np0' "srcpkgs/$1*/template" | while read template; do for p in ${template%/template}/patches/*; do sed -i ' \,^[+-][+-][+-] /dev/null,b /^[*-]\+ [0-9]\+\(,[0-9]\+\)\? [*-]\+$/b s,^[*][*][*] ,&a/, /^--- /{ s,\(^--- \)\(./\)*,\1a/, s,[.-][Oo][Rr][Ii][Gg]\([ /]\),\1, s/[.-][Oo][Rr][Ii][Gg]$// s/[.]patched[.]\([^.]\)/.\1/ h } /^+++ -/{ g s/^--- a/+++ b/ b } s,\(^+++ \)\(./\)*,\1b/, ' "$p" done sed -i '/^patch_args=/d' $template done ```
15 lines
1,018 B
Diff
15 lines
1,018 B
Diff
We don't ship Discover and the taskmanager doesn't check if the defaults even
|
|
exist and having a not working link by default in the taskbar is well, useless.
|
|
|
|
---
|
|
--- a/applets/taskmanager/package/contents/config/main.xml 2020-09-17 13:26:23.000000000 +0200
|
|
+++ b/applets/taskmanager/package/contents/config/main.xml 2020-09-17 13:26:23.000000000 +0200
|
|
@@ -77,7 +77,7 @@
|
|
</entry>
|
|
<entry name="launchers" type="StringList">
|
|
<label>The list of launcher tasks on the widget. Usually .desktop file or executable URLs. Special URLs such as preferred://browser that expand to default applications are supported.</label>
|
|
- <default>applications:systemsettings.desktop,applications:org.kde.discover.desktop,preferred://filemanager,preferred://browser</default>
|
|
+ <default>applications:systemsettings.desktop,preferred://filemanager,preferred://browser</default>
|
|
</entry>
|
|
<entry name="middleClickAction" type="Enum">
|
|
<label>What to do on middle-mouse click on a task button.</label>
|