Skip to content

Commit

Permalink
Merge pull request boramalper#94 from s4w3d0ff/patch-1
Browse files Browse the repository at this point in the history
add Peppermint 7 support
  • Loading branch information
boramalper authored May 17, 2017
2 parents 68efa21 + d16777c commit 1091e40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions himawaripy/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ def get_desktop_environment():
return "razor-qt"
elif desktop_session.startswith("wmaker"): # e.g. wmaker-common
return "windowmaker"
elif desktop_session.startswith("peppermint"):
return "gnome"
if os.environ.get('KDE_FULL_SESSION') == 'true':
return "kde"
elif os.environ.get('GNOME_DESKTOP_SESSION_ID'):
Expand Down

0 comments on commit 1091e40

Please sign in to comment.