How to disable hot Corners on Fullscreen Games/App
Tofloor
poster avatar
augustoemoreira
deepin
2017-06-06 10:23
Author
The hot-corners are on top of any full-screen game, games like "dota" become unplayables in fullscreen because when the mouse approaches the corner the system "steals" the mouse focus.
Even by ticking none as an action in the corners.
I'm an Windows/Linux user, hot-corners is useless to me, so if is there any way to remove this function from the system, this is enough to me

Reply Favorite View the author
All Replies
rdlg
deepin
2017-06-06 16:57
#1
right click on desktop, you can turn off hot-corners
Reply View the author
augustoemoreira
deepin
2017-06-06 17:02
#2
https://bbs.deepin.org/post/140592
right click on desktop, you can turn off hot-corners

this doesn't work, "Even by ticking none as an action in the corners."
Reply View the author
rdlg
deepin
2017-06-06 19:40
#3
https://bbs.deepin.org/post/140592
this doesn't work, "Even by ticking none as an action in the corners."

I don't have this problem on my computer, maybe you can post feedback here. https://bbs.deepin.org/user/48640
Reply View the author
augustoemoreira
deepin
2017-06-07 17:04
#4
https://bbs.deepin.org/post/140592
I don't have this problem on my computer, maybe you can post feedback here. @jingle

here some screenshots of the problem

This is how the pointer should be


this is how the pointer really be



Reply View the author
rdlg
deepin
2017-06-07 17:18
#5
https://bbs.deepin.org/post/140592
here some screenshots of the problem

This is how the pointer should be

you can try this
  1. qdbus com.deepin.wm /com/deepin/wm com.deepin.wm.EnableZoneDetected false
Copy the Code
Reply View the author
augustoemoreira
deepin
2017-06-08 13:57
#6

Work, thanks
Reply View the author
xion
deepin
2017-08-31 22:26
#7

Can I make this change to be persistent? Is there any config, where I can set EnableZoneDetected false?
Reply View the author
nipos
deepin
2017-09-01 00:48
#8
You can install dconf-editor and edit the dconf settings.
Navigate to com -> deepin -> wm and set EnableZoneDetected to false.
Now it will be saved persistent.
Reply View the author
xion
deepin
2017-09-01 01:06
#9
本帖最后由 xion 于 2017-8-31 17:10 编辑
https://bbs.deepin.org/post/140592
You can install dconf-editor and edit the dconf settings.
Navigate to com -> deepin -> wm and set En ...



I can't find com.deepin.wm

PS I made temporary fix:
  1. ~$ cat .config/autostart/EnableZoneDetected-false.desktop
  2. [Desktop Entry]
  3. Name=EnableZoneDetected-false
  4. Comment=EnableZoneDetected-false
  5. Exec=qdbus com.deepin.wm /com/deepin/wm com.deepin.wm.EnableZoneDetected false
  6. TryExec=/usr/bin/qdbus
  7. Terminal=false
  8. Type=Application
  9. Categories=
  10. OnlyShowIn=Deepin;
  11. #X-GNOME-AutoRestart=true
  12. NoDisplay=true
Copy the Code


Reply View the author
nipos
deepin
2017-09-01 01:17
#10
Sorry,I should have checked this before.
I thought your qdbus command would temporarily edit the dconf while dconf-editor does it permanently.
You're right,this setting is not available in the dconf.
Reply View the author