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
ada1e0a5
Commit
ada1e0a5
authored
2 years ago
by
Ruben Rodriguez
Browse files
Options
Downloads
Patches
Plain Diff
mate-session-manager: set org.mate.Marco.general compositing-manager flag
parent
193672c4
No related branches found
No related tags found
No related merge requests found
Pipeline
#834
passed
2 years ago
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
helpers/DATA/mate-session-manager/mate-wm
+3
-1
3 additions, 1 deletion
helpers/DATA/mate-session-manager/mate-wm
helpers/make-mate-session-manager
+1
-1
1 addition, 1 deletion
helpers/make-mate-session-manager
with
4 additions
and
2 deletions
helpers/DATA/mate-session-manager/mate-wm
+
3
−
1
View file @
ada1e0a5
...
...
@@ -3,12 +3,14 @@
WINDOW_MANAGER
=
xterm
[
-f
/usr/bin/marco
]
&&
WINDOW_MANAGER
=
marco
[
-f
/usr/bin/marco-no-composite
]
&&
WINDOW_MANAGER
=
marco-no-composite
gsettings
set
org.mate.Marco.general compositing-manager
false
# Check for hardware acceleration
if
glxinfo
-B
|
grep
"OpenGL renderer string"
|
grep
-qv
llvmpipe
;
then
WINDOW_MANAGER
=
marco
gsettings
set
org.mate.Marco.general compositing-manager
true
# Use marco-glx (picom) on non-intel gpu, if available
if
glxinfo
-B
|
grep
-qi
v
vendor.
*
intel
;
then
if
!
glxinfo
-B
|
grep
-qi
vendor.
*
intel
;
then
if
[
-f
/usr/bin/picom
]
&&
[
-f
/usr/bin/marco-glx
]
;
then
WINDOW_MANAGER
=
marco-glx
fi
...
...
This diff is collapsed.
Click to expand it.
helpers/make-mate-session-manager
+
1
−
1
View file @
ada1e0a5
...
...
@@ -17,7 +17,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION
=
7
VERSION
=
8
.
./config
...
...
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