Package: kdevelop3
Version: 4:3.1.2-4
Severity: minor
Tags: patch

Hi.

Due to the rename of the application, the icon is not shown properly in
the menus, etc. It's solved just renaming the "Icon" entry in the
desktop file, which is already patched in app_name.diff.

The attached app_name.diff will solve this.

Thanks in advance.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.7-1-386
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages kdevelop3 depends on:
ii  autoconf             2.59a-3             automatic configure script builder
ii  automake1.6 [automak 1.6.3-12            A tool for generating GNU Standard
ii  automake1.7 [automak 1.7.9-7             A tool for generating GNU Standard
ii  kdebase-bin          4:3.3.2-1           KDE Base (binaries)
ii  kdelibs4             4:3.3.2-3           KDE core libraries
ii  kdevelop3-data       4:3.1.2-4           An IDE for Unix/X11 - data
ii  kdevelop3-plugins    4:3.1.2-4           An IDE for Unix/X11 - development 
ii  libart-2.0-2         2.3.17-1            Library of functions for 2D graphi
ii  libc6                2.3.2.ds1-20        GNU C Library: Shared libraries an
ii  libfam0c102          2.7.0-6             client library to control the FAM 
ii  libgcc1              1:3.4.3-11          GCC support library
ii  libice6              4.3.0.dfsg.1-12.0.1 Inter-Client Exchange library
ii  libidn11             0.5.13-1.0          GNU libidn library, implementation
ii  libjpeg62            6b-10               The Independent JPEG Group's JPEG 
ii  libpcre3             5.0-1               Perl 5 Compatible Regular Expressi
ii  libpng12-0           1.2.8rel-1          PNG library - runtime
ii  libqt3c102-mt        3:3.3.3-8           Qt GUI Library (Threaded runtime v
ii  libsm6               4.3.0.dfsg.1-12.0.1 X Window System Session Management
ii  libstdc++5           1:3.3.5-12          The GNU Standard C++ Library v3
ii  libx11-6             4.3.0.dfsg.1-12.0.1 X Window System protocol client li
ii  libxext6             4.3.0.dfsg.1-12.0.1 X Window System miscellaneous exte
ii  libxrender1          0.8.3-7             X Rendering Extension client libra
ii  xlibs                4.3.0.dfsg.1-12     X Keyboard Extension (XKB) configu
ii  zlib1g               1:1.2.2-4           compression library - runtime

-- debconf information excluded
diff -rNu kdevelop3-3.1.2.old/kdevelop.desktop kdevelop3-3.1.2/kdevelop.desktop
--- kdevelop3-3.1.2.old/kdevelop.desktop	2005-02-15 10:08:19.000000000 -0800
+++ kdevelop3-3.1.2/kdevelop.desktop	2005-02-15 10:09:32.000000000 -0800
@@ -2,9 +2,9 @@
 Encoding=UTF-8
 BinaryPattern=kdevelop;
 Type=Application
-Exec=kdevelop %u
+Exec=kdevelop3 %u
 MimeType=application/x-kdevelop;
-Icon=kdevelop
+Icon=kdevelop3
 DocPath=kdevelop/index.html
 Terminal=0
 Name=KDevelop
diff -rNu kdevelop3-3.1.2.old/src/main.cpp kdevelop3-3.1.2/src/main.cpp
--- kdevelop3-3.1.2.old/src/main.cpp	2005-02-15 10:08:32.000000000 -0800
+++ kdevelop3-3.1.2/src/main.cpp	2005-02-15 10:10:32.000000000 -0800
@@ -28,7 +28,7 @@
 int main(int argc, char *argv[])
 {
   static const char description[] = I18N_NOOP("The KDevelop Integrated Development Environment");
-  KAboutData aboutData("kdevelop", I18N_NOOP("KDevelop"),
+  KAboutData aboutData("kdevelop3", I18N_NOOP("KDevelop"),
                        VERSION, description, KAboutData::License_GPL,
                        I18N_NOOP("(c) 1999-2004, The KDevelop developers"), "", "http://www.kdevelop.org";);
   aboutData.addAuthor("Alexander Dymo", I18N_NOOP("Release coordinator, Overall improvements, Pascal support, C++ support, New File and Documentation parts"), "[EMAIL PROTECTED]");
@@ -127,7 +127,7 @@
   }
   TopLevel::getInstance()->guiRestoringFinished();
   
-  kapp->dcopClient()->registerAs("kdevelop");
+  kapp->dcopClient()->registerAs("kdevelop3");
   
   return app.exec();
 }

Reply via email to