Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PortWINE-old
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Vladislav
PortWINE-old
Commits
461b2f65
Commit
461b2f65
authored
Apr 11, 2024
by
Boria138
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added Deepin DE support for disable compositing
parent
1b81250f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
functions_helper
data_from_portwine/scripts/functions_helper
+4
-0
No files found.
data_from_portwine/scripts/functions_helper
View file @
461b2f65
...
...
@@ -802,6 +802,8 @@ stop_portwine () {
xfconf-query
-c
xfwm4
-p
/general/use_compositing
-s
true
elif
[[
"
${
DESKTOP_SESSION
}
"
=
~
"cinnamon"
]]
;
then
gsettings
set
org.cinnamon.muffin unredirect-fullscreen-windows
false
elif
[[
"
${
DESKTOP_SESSION
}
"
=
~
"deepin"
]]
;
then
dbus-send
--session
--dest
=
com.deepin.WMSwitcher
--type
=
method_call /com/deepin/WMSwitcher com.deepin.WMSwitcher.RequestSwitchWM
fi
fi
...
...
@@ -2108,6 +2110,8 @@ d3d11 d3d10 d3d10core d3d10_1 d3d9 d3d8 dxgi wined3d vulkan-1 shell32"
xfconf-query
-c
xfwm4
-p
/general/use_compositing
-s
false
elif
[[
"
${
DESKTOP_SESSION
}
"
=
~
"cinnamon"
]]
;
then
gsettings
set
org.cinnamon.muffin unredirect-fullscreen-windows
true
elif
[[
"
${
DESKTOP_SESSION
}
"
=
~
"deepin"
]]
;
then
dbus-send
--session
--dest
=
com.deepin.WMSwitcher
--type
=
method_call /com/deepin/WMSwitcher com.deepin.WMSwitcher.RequestSwitchWM
fi
fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment