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
Commits
2e25162e
Commit
2e25162e
authored
2 years ago
by
Ruben Rodriguez
Browse files
Options
Downloads
Patches
Plain Diff
mate-tweak: fixed icon and mate-compton startup
parent
bffd54d4
No related branches found
No related tags found
No related merge requests found
Pipeline
#588
passed
2 years ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
helpers/make-mate-tweak
+5
-2
5 additions, 2 deletions
helpers/make-mate-tweak
with
5 additions
and
2 deletions
helpers/make-mate-tweak
+
5
−
2
View file @
2e25162e
...
...
@@ -18,16 +18,19 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION
=
8
VERSION
=
9
.
./config
sed
-i
's/manjaro/trisquel/g'
mate-tweak
sed
-i
's/Manjaro/Trisquel/g'
mate-tweak
# Set icon
sed
's/Icon=.*/Icon=mate-desktop-symbolic/'
-i
data/mate-tweak.desktop
# Disable composition on llvm
sed
's/Software Rasterizer/Accelerated: no/'
-i
mate-tweak
sed
'
/no-composite/a
# Do not run without 3D acceleration\nglxinfo | grep -q "Accelerated: no" && exit 0
\n
'
-i
marco-compton
sed
'
1a\\n
# Do not run without 3D acceleration\nglxinfo | grep -q "Accelerated: no" && exit 0'
-i
marco-compton
# Allow loading global compton config file
sed
'/for this wrapper./aif [ -f /etc/xdg/compton.conf ]; then \n compton --config /etc/xdg/compton.conf'
-i
marco-compton
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment