FS#35422 - [mcomix] install script too verbose

Attached to Project: Community Packages
Opened by Eric Belanger (Snowman) - Wednesday, 22 May 2013, 13:37 GMT
Last edited by Jakob Gruber (schuay) - Wednesday, 22 May 2013, 14:11 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Jakob Gruber (schuay)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

The install script is too verbose and the icon theme is not spoecified:

( 7/10) upgrading mcomix [----------------------------------------------] 100%
Unknown media type in type 'all/all'
Unknown media type in type 'all/allfiles'
Unknown media type in type 'uri/mms'
Unknown media type in type 'uri/mmst'
Unknown media type in type 'uri/mmsu'
Unknown media type in type 'uri/pnm'
Unknown media type in type 'uri/rtspt'
Unknown media type in type 'uri/rtspu'

You probably want to replace:
xdg-icon-resource forceupdate
by:
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
in mcomix.install
This task depends upon

Closed by  Jakob Gruber (schuay)
Wednesday, 22 May 2013, 14:11 GMT
Reason for closing:  Fixed
Additional comments about closing:  Thanks! 1.00-3
Comment by Eric Belanger (Snowman) - Wednesday, 22 May 2013, 13:41 GMT
You'll also need to replace:
update-mime-database usr/share/mime
by:
update-mime-database usr/share/mime &> /dev/null
in mcomix.install (that's actually the one throwing the output I pasted in the bug report)

Loading...