mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-05 18:38:26 +02:00
- Added proper shortcut re-apply fix for mate and budgie
This commit is contained in:
2
setup.py
2
setup.py
@@ -258,7 +258,7 @@ def setShortcuts():
|
|||||||
print('distro: ' + distro + ' de: ' + dename)
|
print('distro: ' + distro + ' de: ' + dename)
|
||||||
print(bcolors.CRED2 + "A supported OS and DE was not found, you may not have full system level shortcuts installed." + bcolors.ENDC)
|
print(bcolors.CRED2 + "A supported OS and DE was not found, you may not have full system level shortcuts installed." + bcolors.ENDC)
|
||||||
print(bcolors.CRED2 + "You may want to find your DE or Window Manager settings and manually set Alt-Tab & other OS related shortcuts." + bcolors.ENDC)
|
print(bcolors.CRED2 + "You may want to find your DE or Window Manager settings and manually set Alt-Tab & other OS related shortcuts." + bcolors.ENDC)
|
||||||
if dename == "gnome":
|
if dename == "gnome" or dename == "mate" or dename == "budgie":
|
||||||
# Apply dconf update to make updates survive reboots
|
# Apply dconf update to make updates survive reboots
|
||||||
cmdline('dconf dump /org/gnome/desktop/wm/keybindings/ > tempkb.conf')
|
cmdline('dconf dump /org/gnome/desktop/wm/keybindings/ > tempkb.conf')
|
||||||
cmdline('dconf dump /org/gnome/mutter/keybindings/ > tempmt.conf')
|
cmdline('dconf dump /org/gnome/mutter/keybindings/ > tempmt.conf')
|
||||||
|
Reference in New Issue
Block a user