Package: desktop-file-utils
Version: 0.10-1
Severity: important

(while installing amarok 1.3.9-1)

Setting up amarok-arts (1.3.9-1) ...
Setting up amarok (1.3.9-1) ...
/var/lib/dpkg/info/amarok.postinst: line 11: 13945 Segmentation fault
   update-desktop-database -q
dpkg: error processing amarok (--configure):
 subprocess post-installation script returned error exit status 139
Setting up amarok-xine (1.3.9-1) ...
Setting up amarok-gstreamer (1.3.9-1) ...
Setting up amarok-engines (1.3.9-1) ...
Errors were encountered while processing:
 amarok

Failed to apply all changes! Scroll in the terminal buffer to see what
went wrong.


Running  "update-desktop-database -q" manual both as root and user seem
to wrok:

[EMAIL PROTECTED]:~$ update-desktop-database -q
[EMAIL PROTECTED]:~$ su
Password:
[EMAIL PROTECTED]:/home/raf256# update-desktop-database -q
[EMAIL PROTECTED]:/home/raf256#

When I reinstalled amarok, no segfault this time. My computer is stable
(no bad RAM or anything).

the post install script is
-----------------------------------------
#!/bin/sh
set -e
# Automatically added by dh_installmenu
if [ "$1" = "configure" ] && [ -x "`which update-menus 2>/dev/null`" ]; then
        update-menus
fi
# End automatically added section
# Automatically added by dh_desktop
if [ "$1" = "configure" ] && which update-desktop-database >/dev/null
2>&1 ; then
        update-desktop-database -q
fi
# End automatically added section
-----------------------------------------

[EMAIL PROTECTED]:/home/raf256#  dpkg -S `which update-desktop-database`
desktop-file-utils: /usr/bin/update-desktop-database


ii  desktop-file-utils     0.10-1     Utilities for .desktop files

-- 
RafaƂ Maj
www.Raf256.com C++



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to