Bug 44775 - add lubuntu support
Summary: add lubuntu support
Status: RESOLVED FIXED
Alias: None
Product: Portland
Classification: Unclassified
Component: xdg-utils (show other bugs)
Version: unspecified
Hardware: Other All
: medium minor
Assignee: Portland Bugs
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-14 03:02 UTC by rex_the_first
Modified: 2012-03-02 11:08 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description rex_the_first 2012-01-14 03:02:03 UTC
In line 310 of xdg-open in the detectDE function it only checks for LDEX.  In Lubuntu 11.10 the default $DESKTOP_SESSION="Lubuntu" and not "LDEX".  Can this be added by including the line:
"elif [ x"$DESKTOP_SESSION" = x"Lubuntu" ]; then DE=lxde;"
please?


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.