Activity log for bug #1491066

Date Who What changed Old value New value Message
2015-09-01 17:53:51 Lauri Võsandi bug added bug
2015-09-01 17:54:31 Lauri Võsandi description Hi, using Estonian locales regex [a-z] excludes letters t, u, v, w, x, y and this breaks several LTSP scripts. Firstly I've noticed that LANG=C is necessary for building client, you can easily reproduce it by running LANG=et_EE.UTF-8 ltsp-build-client I also isolated a piece of code which prevents local devices appearing on desktop with Estonian locale, it's a sed expression on line 104 here http://apt-browse.org/browse/ubuntu/trusty/main/i386/ltsp-client-core/5.5.1-1ubuntu2/file/usr/share/ltsp/ltsp-client-common-functions I think it would be good idea to run recursive grep over the LTSP script tree to identify a-z regexes and substitute them with [:alnum:] or similar, see similar fixes below https://en.wikipedia.org/wiki/Estonian_orthography a http://cgit.freedesktop.org/gstreamer/gstreamer/commit/?id=6b234d7ce4b687912e4778327945c64743db90ea https://bugzilla.gnome.org/show_bug.cgi?id=602093 https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=03994f01e8b72b3d01fd3d09d1cc7c9f421a727c Hi, using Estonian locales regex [a-z] excludes letters t, u, v, w, x, y and this breaks several LTSP scripts. Firstly I've noticed that LANG=C is necessary for building client, you can easily reproduce it by running LANG=et_EE.UTF-8 ltsp-build-client I also isolated a piece of code which prevents local devices appearing on desktop with Estonian locale, it's a sed expression on line 104 here http://apt-browse.org/browse/ubuntu/trusty/main/i386/ltsp-client-core/5.5.1-1ubuntu2/file/usr/share/ltsp/ltsp-client-common-functions I think it would be good idea to run recursive grep over the LTSP script tree to identify a-z regexes and substitute them with [:alnum:] or similar, see similar fixes below https://en.wikipedia.org/wiki/Estonian_orthography http://cgit.freedesktop.org/gstreamer/gstreamer/commit/?id=6b234d7ce4b687912e4778327945c64743db90ea https://bugzilla.gnome.org/show_bug.cgi?id=602093 https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=03994f01e8b72b3d01fd3d09d1cc7c9f421a727c
2015-09-01 23:59:15 Vagrant Cascadian ltsp: importance Undecided Medium
2015-09-02 16:44:22 Alkis Georgopoulos ltsp: status New Fix Committed
2015-09-02 16:44:22 Alkis Georgopoulos ltsp: assignee Alkis Georgopoulos (alkisg)
2015-10-09 04:18:28 Launchpad Janitor branch linked lp:debian/ldm
2015-12-05 07:37:30 Alkis Georgopoulos ltsp: status Fix Committed Fix Released