https://bugzilla.xfce.org/show_bug.cgi?id=13737
Viktor Odintsev <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Viktor Odintsev <[email protected]> --- Created attachment 7241 --> https://bugzilla.xfce.org/attachment.cgi?id=7241&action=edit gfile-test.c The problem is how actually determine whether shared lib is executable. `file --mime-type` applied against these binaries says 'application/x-sharedlib', g_file_query_info contains the same mime type. But in glib opinion this type is not executable (g_content_type_can_be_executable for 'application/x-sharedlib' will return FALSE). I'm attaching a simple program which demonstrates this behavior. There should be another way to check whether file is executable instead of relying on mime type. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Xfce-bugs mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce-bugs
