Mailinglist Archive: opensuse-bugs (7993 mails)

< Previous Next >
[Bug 225669] New: kino doesn't run update-mime-database
  • From: bugzilla_noreply@xxxxxxxxxx
  • Date: Sun, 3 Dec 2006 18:39:02 -0700 (MST)
  • Message-id: <bug-225669-21960@xxxxxxxxxxxxxxxxxxxxxxxxx/>
https://bugzilla.novell.com/show_bug.cgi?id=225669

Summary: kino doesn't run update-mime-database
Product: openSUSE 10.3
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: P5 - None
Component: GNOME
AssignedTo: bnc-team-gnome@xxxxxxxxxxxxxxxxxxxxxx
ReportedBy: andreas.hanke@xxxxxxxxxxxxxx
QAContact: qa@xxxxxxx


kino installs a shared-mime-info support file that is supposed to associate
*.kino files with kino in graphical file managers:

/opt/gnome/share/mime/packages/kino.xml

But this does unfortunately not work because it requires the mime database to
be updated, which kino doesn't do.

The following code should be added to the kino.spec file in order to fix this:



PreReq: shared-mime-info

%post
usr/bin/update-mime-database opt/gnome/share/mime >/dev/null || :

%postun
usr/bin/update-mime-database opt/gnome/share/mime >/dev/null || :


--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

< Previous Next >
Follow Ups