Package: openbve Version: 1.4.0.5-1~bpo60+1 Severity: normal *** Please type your report below this line *** The openbve desktop file has the following issues: - the icon value must point to an existing file - a generic name is missing - startup notification should be disabled (because right now it seems to be broken with openbve)
The attached patch fixes these issues and adds a German translation for the generic description. -- System Information: Debian Release: 6.0.3 APT prefers stable APT policy: (500, 'stable') Architecture: i386 (i686) Kernel: Linux 2.6.39-bpo.2-686-pae (SMP w/4 CPU cores) Locale: LANG=de_CH.UTF-8, LC_CTYPE=de_CH.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages openbve depends on: ii libmono-corlib4.0 2.10.5-1~bpo60+1 Mono core library (for CLI 4.0) ii libmono-i18n4.0-a 2.10.5-1~bpo60+1 Mono I18N libraries (for CLI 4.0) ii libmono-system-dr 2.10.5-1~bpo60+1 Mono System.Drawing library (for C ii libmono-system-wi 2.10.5-1~bpo60+1 Mono System.Windows.Forms Library ii libmono-system4.0 2.10.5-1~bpo60+1 Mono System libraries (for CLI 4.0 ii libtaoframework-o 2.1.svn20090801-3 Tao CLI binding for OpenAL ii libtaoframework-o 2.1.svn20090801-3 Tao CLI binding for OpenGL and GLU ii libtaoframework-s 2.1.svn20090801-3 Tao CLI binding for SDL ii mono-runtime 2.10.5-1~bpo60+1 Mono runtime ii openbve-data 1.4.0.5+dfsg-2~bpo60+1 realistic 3D train/railway simulat Versions of packages openbve recommends: pn bve-route <none> (no description available) pn bve-train <none> (no description available) openbve suggests no packages. -- no debconf information -- erreichbar von Mo-Fr, Büro B.105 --------------------------------------------------------- Fachhochschule Nordwestschweiz Pädagogische Hochschule Institut Weiterbildung und Beratung Ronny Standtke Dozent für Medienpädagogik Obere Sternengasse 7 4500 Solothurn --------------------------------------------------------- T +41 32 628 67 08 M +41 79 786 81 82 F +41 32 627 28 64 [email protected] www.fhnw.ch
--- /usr/share/applications/openbve.desktop.orig 2012-01-23 23:39:21.000000000 +0000 +++ /usr/share/applications/openbve.desktop 2012-01-27 10:26:16.000000000 +0000 @@ -2,9 +2,12 @@ Version=1.0 Type=Application Name=OpenBVE +GenericName=Train simulator +GenericName[de]=Zugsimulation Categories=Game;Simulation; Comment=Train/railway simulator compatible with 'BVE Trainsim' routes Terminal=false TryExec=openbve Exec=openbve -Icon=openbve +Icon=/usr/share/games/openbve/Data/icon.bmp +StartupNotify=false

