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) |

本文标签: 可执行文 编程 轻松解决