Hi,
I'm an openSUSE maintainer of LXDE. Here's the patches I used.
fix FileAttribute.STANDARD_NAME and other things in vala 0.14
in vala 0.14,
FileAttribute.STANDARD_NAME was FILE_ATTRIBUTE_STANDARD_NAME
And due to https://bugzilla.gnome.org/show_bug.cgi?id=596861
We can't use the same name for elements of the same type in a single function.
lxsession: lxsession
Thanks for the patch. Since we have a requierement for vala 0.16, we should not be subject to those bugs anymore.
Log in to post a comment.
fix FileAttribute.STANDARD_NAME and other things in vala 0.14
in vala 0.14,
FileAttribute.STANDARD_NAME was FILE_ATTRIBUTE_STANDARD_NAME
And due to https://bugzilla.gnome.org/show_bug.cgi?id=596861
We can't use the same name for elements of the same type in a single function.
Related
lxsession: lxsession
Thanks for the patch. Since we have a requierement for vala 0.16, we should not be subject to those bugs anymore.