Bug 57458 - Kbabel does not install x-gettext.desktop
Summary: Kbabel does not install x-gettext.desktop
Status: RESOLVED FIXED
Alias: None
Product: kbabel
Classification: Miscellaneous
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Stanislav Visnovsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-20 00:39 UTC by Ismail Donmez
Modified: 2003-04-23 17:51 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ismail Donmez 2003-04-20 00:39:33 UTC
Version:           1.2beta2 (using KDE 3.1.9)
Compiler:          gcc version 3.2.2
OS:          Linux (i686) release 2.5.67-bk8

I got kbabel from cvs-head. And when I do make install it doesnt copy ./kbabel/mime/x-gettext.desktop
to $KDEPREFIX/share/mimelnk/text/ . Because of this I can not open any po
files. I think it would be best to add x-gettext.desktop to kdelibs or get
the kbabel install it ;)
Comment 1 Stanislav Visnovsky 2003-04-22 19:37:33 UTC
It's in kdelibs HEAD already. Therefore KBabel from HEAD does not install the
file. In the standalone versions (manually packed KBabel it will be installed).

If you use KDE 3.1.x and KBabel from CVS HEAD, install the file manually (it's
still in CVS AFAIK). Or you can modify the kbabel/kbabel/Makefile.am
and add "mime" to SUBDIRS.
Comment 2 Ismail Donmez 2003-04-22 20:20:56 UTC
Argh closing bugs without waiting for user input. 
 
I got everything from cvs-head kdelibs kdebase and kdesdk I rm -rf ed /opt/kde and reinstall still 
same. 
Comment 3 Stanislav Visnovsky 2003-04-23 16:07:14 UTC
Bug in kdelibs makefiles.
Comment 4 Stanislav Visnovsky 2003-04-23 16:48:47 UTC
Subject: kdelibs/mimetypes/application

CVS commit by nanulo: 

Add missing desktop file to Makefile.am

CCMAIL: 57458-done@bugs.kde.org


  M +1 -1      Makefile.am   1.88


--- kdelibs/mimetypes/application/Makefile.am  #1.87:1.88
@@ -39,5 +39,5 @@
         vnd.palm.desktop x-kudesigner.desktop x-vnd.kde.kplato.desktop \
         vnd.sun.xml.calc.desktop mathml+xml.desktop x-bittorrent.desktop \
-        x-msaccess.desktop
+        x-msaccess.desktop x-gettext.desktop
 
 mimetypeapplicationdatadir = $(kde_mimedir)/application


Comment 5 Ismail Donmez 2003-04-23 17:51:11 UTC
Appreciated!