- Correct xfce update for kinto system tray

This commit is contained in:
Ryan Reaves
2020-08-04 21:21:01 -05:00
parent 98a1d8a0f1
commit 2e99c023bb

View File

@@ -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()