Changeset 284
- Timestamp:
- 10/02/07 11:48:37 (14 months ago)
- Location:
- cdd-utils/trunk
- Files:
-
- 2 modified
-
cdd-config (modified) (1 diff)
-
debian/changelog (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cdd-utils/trunk/cdd-config
r281 r284 214 214 fi 215 215 done 216 217 # Show file-roller 218 mplayer=/usr/share/applications/mplayer.desktop 219 if exists $mplayer; then 220 sed -i -e 's|^Exec=.*$|Exec=gmplayer -vo x11|g' $mplayer 221 sed -i -e 's|^TryExec=.*$|TryExec=gmplayer -vo x11|g' $mplayer 222 else 223 warning "$mplayer not found" 224 fi 225 216 226 217 227 } -
cdd-utils/trunk/debian/changelog
r281 r284 1 cdd-utils (0.2~pre 3) UNRELEASED; urgency=low1 cdd-utils (0.2~pre4) unstable; urgency=low 2 2 3 3 * Added fluxbox command 4 4 * Added wine and channels commands 5 * Fixed mplayer menu 5 6 6 7 -- Free Ekanayaka <freee@debian.org> Fri, 28 Sep 2007 12:18:56 +0200
