add mint 7 "gloria" to supported ubuntu's

Registered by Jan-Erik Mai

Hi, like you did with elyssa and felicia please add "gloria" to supported ubuntu systems.

I tried myself with patching:

 @classmethod
    def is_jaunty(cls):
        return DistroInfo.codename in ['jaunty', 'gloria']

but i still get result in applications section (3rd party...): "This feature is not available in your distro..."

i am no python pro so i guess you know what to do, but i can testout your own patch...

thx in advance

Blueprint information

Status:
Complete
Approver:
Ding Zhou
Priority:
Medium
Drafter:
None
Direction:
Needs approval
Assignee:
Ding Zhou
Definition:
Approved
Series goal:
Accepted for 0.4.x
Implementation:
Implemented
Milestone target:
milestone icon 0.4.7.2
Started by
Ding Zhou
Completed by
Ding Zhou

Related branches

Sprints

Whiteboard

okay, here the /etc/lsb-release :
DISTRIB_ID=LinuxMint
DISTRIB_RELEASE=7
RELEASE_NOTES_URL=http://www.linuxmint.com/rel_gloria.php
DISTRIB_CODENAME=Gloria
DISTRIB_DESCRIPTION="Linux Mint 7 Gloria - Main Edition"

Patch for Gloria:

@classmethod
    def is_jaunty(cls):
         return DistroInfo.codename.lower() in ['jaunty', 'gloria']

(?)

Work Items

This blueprint contains Public information 
Everyone can see this information.

Subscribers

No subscribers.