Changeset 1966 for lliurex-artwork-defaults
- Timestamp:
- Jun 20, 2016, 12:11:59 PM (5 years ago)
- Location:
- lliurex-artwork-defaults/trunk/fuentes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-artwork-defaults/trunk/fuentes/debian/changelog
r1940 r1966 1 lliurex-artwork-defaults (5.0.41-2) xenial; urgency=medium 2 3 * Improve thin client detection 4 5 -- M.Angel Juan <m.angel.juan@gmail.com> Mon, 20 Jun 2016 12:10:26 +0200 6 1 7 lliurex-artwork-defaults (5.0.41) xenial; urgency=medium 2 8 -
lliurex-artwork-defaults/trunk/fuentes/xfce/usr/bin/lliurex-xfce-logout-wrapper
r1941 r1966 3 3 4 4 # check if whe are into ltsp environment looking LTSP_FATCLIENT=false or empty 5 is_ltsp = os.environ.get('LTSP_FATCLIENT') 5 is_fatclient = os.environ.get('LTSP_FATCLIENT') 6 is_ltsp = os.environ.get('LTSP_CLIENT') 6 7 7 8 # call xfce4-logout-session with (logout action) or without parameter (menu) 8 if (is_ltsp == None or is_ltsp== "false"):9 if (is_ltsp != None and is_fatclient == "false"): 9 10 args = "-l" 10 11 else:
Note: See TracChangeset
for help on using the changeset viewer.