Changeset 2570
- Timestamp:
- Oct 6, 2016, 9:07:13 AM (5 years ago)
- Location:
- lliurex-session-manager/trunk/fuentes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-session-manager/trunk/fuentes/debian/changelog
r2552 r2570 1 lliurex-session-manager (0.3) xenial; urgency=medium 2 3 * Fix Switch user in thin client 4 5 -- lliurex <lliurex@localhost.localdomain> Thu, 06 Oct 2016 09:06:24 +0200 6 1 7 lliurex-session-manager (0.2) xenial; urgency=medium 2 8 -
lliurex-session-manager/trunk/fuentes/install-files/usr/bin/lliurex-session-manager
r2559 r2570 58 58 self.displayman = dbus.Interface(display_obj,"org.freedesktop.DisplayManager.Seat") 59 59 try: 60 type =os.environ["LTSP_FATCLIENT"].split(":")61 if not type:60 type_client=os.environ["LTSP_FATCLIENT"].split(":")[0] 61 if type_client=='false': 62 62 self.can_switch=False 63 63 except:
Note: See TracChangeset
for help on using the changeset viewer.