Skip to content
Snippets Groups Projects
Commit 150b983c authored by Ruben Rodriguez's avatar Ruben Rodriguez
Browse files

mate-tweak: improve check for software composition

parent 104b0745
No related branches found
No related tags found
2 merge requests!307Etiona test mr,!179Corrected patch for make-bleachbit
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# #
VERSION=2 VERSION=3
. ./config . ./config
...@@ -25,7 +25,7 @@ sed -i 's/manjaro/trisquel/g' mate-tweak ...@@ -25,7 +25,7 @@ sed -i 's/manjaro/trisquel/g' mate-tweak
sed -i 's/Manjaro/Trisquel/g' mate-tweak sed -i 's/Manjaro/Trisquel/g' mate-tweak
# Disable composition on llvm # Disable composition on llvm
sed '2a # Do not run without 3D acceleration\nglxinfo | grep "renderer string:" | grep -q llvmpipe && exit 0\n' -i marco-compton sed 's/Software Rasterizer/Accelerated: no/' -i mate-tweak
# Allow loading global compton config file # Allow loading global compton config file
sed '/config \/dev\/null/d' -i marco-compton sed '/config \/dev\/null/d' -i marco-compton
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment