Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
package-helpers
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
trisquel
package-helpers
Merge requests
!1229
mate-panel: apply selected fixes from v1.26.3
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
mate-panel: apply selected fixes from v1.26.3
Ark74/package-helpers:bpo_fixes_mate-panel_11.0
into
aramo
Overview
4
Commits
4
Changes
1
Merged
Luis Guzmán
requested to merge
Ark74/package-helpers:bpo_fixes_mate-panel_11.0
into
aramo
1 year ago
Overview
4
Commits
4
Changes
1
Expand
prevents mate-panel memory leaks and crashes.
1
0
Merge request reports
Viewing commit
6e826232
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
6e826232
fix typo on version
· 6e826232
Luis Guzmán
authored
1 year ago
helpers/make-mate-panel
+
1
−
1
Options
@@ -121,7 +121,7 @@ debian/mate-panel-layout-update.desktop etc/xdg/autostart
debian/layout-reset usr/share/mate-panel
EOF
# Apply selected upstream fixes from mate-panel - 1.23
# Apply selected upstream fixes from mate-panel - 1.2
6.
3
for
i
in
$(
find
$DATA
/
-name
*
.patch|sort
)
do
patch
--no-backup-if-mismatch
-p1
<
$i
Loading