mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-08 03:48: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):
|
def setRegion(self,button):
|
||||||
if self.ostype == "XFCE":
|
if self.ostype == "XFCE":
|
||||||
subprocess.Popen(['xfce4-keyboard-settings'])
|
|
||||||
else:
|
|
||||||
subprocess.Popen(['gnome-language-selector'])
|
subprocess.Popen(['gnome-language-selector'])
|
||||||
|
else:
|
||||||
|
subprocess.Popen(['gnome-control-center','region'])
|
||||||
|
|
||||||
def quit(source):
|
def quit(source):
|
||||||
Gtk.main_quit()
|
Gtk.main_quit()
|
||||||
|
Reference in New Issue
Block a user