[Bug 260719] Vlc hangs on open file dialog

Kevin Kofler kevin.kofler at chello.at
Wed Feb 2 18:16:29 GMT 2011


https://bugs.kde.org/show_bug.cgi?id=260719


Kevin Kofler <kevin.kofler at chello.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kevin.kofler at chello.at




--- Comment #32 from Kevin Kofler <kevin kofler chello at>  2011-02-02 19:16:24 ---
Scanning a binary for a string strikes me as an extraordinarily bad idea!

Can't we read the version from /usr/share/pkgconfig/shared-mime-info.pc
instead? This is exactly what that file is installed for (and in fact other
packages also use it at runtime, that's why that file is not relegated to a
-devel package in Fedora, and I'd expect other distributions to also ship this
in the runtime shared-mime-info package for that reason), and it'd be both much
faster and less prone to trouble (e.g. scanning the executable breaks if
somebody compresses it with upx!) than scanning the binary.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Unassigned-bugs mailing list