diff --git a/bin/logo b/bin/logo index 7491ed44..1603bde8 100755 --- a/bin/logo +++ b/bin/logo @@ -44,6 +44,8 @@ elif echo "$distro" | grep -qsi "debian"; then printf "\005{= wr} @ " elif echo "$distro" | grep -qsi "fedora"; then printf "\005{=b bw} f " +elif echo "$distro" | grep -qsi "foresight"; then + printf "\005{=b Wg}<@>" elif echo "$distro" | grep -qsi "gentoo"; then printf "\005{=b cw} > " elif echo "$distro" | grep -qsi "mandriva"; then @@ -54,6 +56,8 @@ elif echo "$distro" | grep -qsi "slackware"; then printf "\005{=u Bk},S " elif echo "$distro" | grep -qsi "suse"; then printf "\005{= Wg}SuSE" +elif echo "$distro" | grep -qsi "xandros"; then + printf "\005{= Wr} X " else printf " ? " fi diff --git a/debian/changelog b/debian/changelog index bc6daa98..47a79ea2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,8 +3,9 @@ screen-profiles (1.46) unreleased; urgency=low * bin/date, bin/time, screen-profiles-status, screen-profiles-export, screen-profiles: allow for configuring on/off the date and time status, LP: #359050 + * bin/logo: added logos for foresight and xandros - -- Dustin Kirkland Thu, 16 Apr 2009 18:07:12 -0500 + -- Dustin Kirkland Fri, 17 Apr 2009 09:25:21 -0500 screen-profiles (1.45-0ubuntu1) jaunty; urgency=low