admin 管理员组文章数量: 1184232
(desktop:15361): DEBUG: activate_file: 到 dock 的链接** (desktop:15361): DEBUG: content_type: application/x-executable** (desktop:15361): DEBUG: is_executable && g_content_type_can_be_executable || is_bin** (desktop:15361): DEBUG: run_file** (desktop:15361): DEBUG: activate_file: dock** (desktop:15361): DEBUG: content_type: application/x-executable** (desktop:15361): DEBUG: is_executable && g_content_type_can_be_executable || is_bin** (desktop:15361): DEBUG: run_filegboolean activate_file (GFile* file, const char* content_type, gboolean is_executable, GFile* _file_arg){ char* file_name = g_file_get_basename (file); gboolean is_bin = g_str_has_suffix(file_name, ".bin"); gboolean result = TRUE; g_debug ("activate_file: %s", file_name); g_free (file_name); g_debug ("content_type: %s", content_type); if (is_executable && (g_content_type_can_be_executable (content_type) |
版权声明:本文标题:搞定电脑上的应用链接打开故障,一招解决! 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.roclinux.cn/p/1771692185a3547481.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论