mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-07 19:38:27 +02:00
- Correct xfce update for kinto system tray
This commit is contained in:
@@ -191,9 +191,9 @@ class Indicator():
|
||||
|
||||
def setRegion(self,button):
|
||||
if self.ostype == "XFCE":
|
||||
subprocess.Popen(['xfce4-keyboard-settings'])
|
||||
else:
|
||||
subprocess.Popen(['gnome-language-selector'])
|
||||
else:
|
||||
subprocess.Popen(['gnome-control-center','region'])
|
||||
|
||||
def quit(source):
|
||||
Gtk.main_quit()
|
||||
|
Reference in New Issue
Block a user