https://bugs.freedesktop.org/show_bug.cgi?id=46990
--- Comment #9 from [email protected] --- (In reply to comment #6) > Ah - I was expecting a simple { return "mate" == getenv(); } method :-) Okay :) > True today, but certainly not true for older machines, DESKTOP_SESSION is a > new innovation it seems ;-) and crashing for a NULL env. var is really lame > - so we should avoid that. I agree this. > I pushed another patch which made it somewhat simpler and hopefully easier > to read. Anyhow - thanks for your work here ! good to get this fixed :-) any > other bugs / easy hacks on your radar ? Thanks for your quick and professional work :) Other bugs / quick hacks on my radar: - sysui/desktop/mimetypes/openoffice.applications contains an 'uses_gnomevfs=true' line, but I compile LO without gnomevfs support. So I use a sed -i 's/uses_gnomevfs=true/uses_gnomevfs=false/g' sysui/desktop/mimetypes/openoffice.applications command in my build script. - configure: change some defaults: --disable-odk -> --enable-odk (I think, ODK is not useful for end-users :)) --enable-gtk3 -> --disable-gtk3 (current gnome depends on gtk3) --disable-gconf -> --enable-gconf (gconf replaced with dconf and gsettings) --disable-gio -> --enable-gio --disable-tdeab -> --enable-tdeab (if the tde support needs an --enable-tde option, why --disable-tdeab the default?) --disable-kdeab -> --enable-kdeab: same as tdeab --without-java don't set --disable-system-jars -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
