Skip to content
This repository has been archived by the owner on Dec 4, 2020. It is now read-only.

Commit

Permalink
Add missed Gnome3/MATE/Cinnamon version detection to the 'about' script
Browse files Browse the repository at this point in the history
  • Loading branch information
yurkis committed Mar 27, 2014
1 parent 5b789c2 commit 6a1450b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src-sh/about/about
Expand Up @@ -77,7 +77,9 @@ if [ "$SYSTYPE" = "PCBSD" ]; then
echo ""
echo "Installed desktop environments:"
display_pkg_version " KDE:.........." "kde-workspace"
display_pkg_version " Gnome:........" "gnome2-lite"
display_pkg_version " Gnome:........" "pcbsd-meta-gnome"
display_pkg_version " Cinnamon:....." "pcbsd-meta-cinnamon"
display_pkg_version " MATE:........." "pcbsd-meta-mate"
display_pkg_version " LXDE:........." "lxde-meta"
display_pkg_version " XFCE:........." "xfce"
display_pkg_version " e17:.........." "enlightenment"
Expand Down

0 comments on commit 6a1450b

Please sign in to comment.