[bug] lsb_release returning nosense on Jolla C@2.0.2.51
AFAIK the lsb_command used to return "mer" when called with the -s -i arguments ("lsb_release -s -i") on Jolla 1 and on older Sailfish OS releases. Now on Jolla C with 2.0.2.51 it just returns nonsense:
[nemo@Sailfish ~]$ lsb_release -s -i
#Thisfileiscopiedashw-release(analogoustoos-release)
It kinda looks like some default value was left in and not overridden with Mer/Sailfish OS specific value.
For a comparison, this is how the output looks like in Fedora 25:
$ lsb_release -s -i
Fedora
It would be good if this can be fixed - it should not be that hard & there could be applications depending on this for platform detection - I found this issue when the modRana platform detection module stopped working due to the change in lsb_release output.
Nice finding :)
bhavin192 ( 2016-09-28 10:27:36 +0200 )editwouldn't /etc/os-release be an alternative?
balta ( 2016-09-28 12:22:30 +0200 )edit