Wox icon indicating copy to clipboard operation
Wox copied to clipboard

Mac Application Minimum Requirement Version Issue

Open sam-717 opened this issue 1 year ago • 9 comments

Describe the bug README announces that minimum version for macos is 10.15 Catalina or above. I tried to run the v2.0.0-alpha.1 build on my M1 mac (Mac OS 12.6.5), but it required minimum version of MacOS 14.0.

To Reproduce Steps to reproduce the behavior:

  1. Download v2.0.0-alpha.1 build from the github.
  2. Mount .dmg installer.
  3. Move into the Application folder
  4. Run Wox.
  5. The application requires macos 14.0 or later.

Expected behavior Should be executed without the error.

Screenshots

Version

  • [ ] v1 (has no resource to fix)
  • [x] v2

Platforms

  • [x] Macos
  • [ ] Windows
  • [ ] Linux

Additional context Maybe it needs to specify minimum version for mac os not only in Info.plist but also somewhere go build option? Something like CGO_CFLAGS="-mmacosx-version-min=10.12" CGO_LDFLAGS="-mmacosx-version-min=10.12" go build -o myapp?

sam-717 avatar Feb 06 '24 01:02 sam-717

You are right. We build macos release (with CGO) on MacOS 14.0, which may cause your problem. As you suggestion and this post, I submit a fix, but I can't verify if this helps, because I have no 10.15 or 12.6.5 macos version. Pls help to verify, thx.

qianlifeng avatar Feb 06 '24 08:02 qianlifeng

@qianlifeng I checked it executed well. Thanks! There was an error related to https://github.com/Wox-launcher/Wox/issues/3957 issue but xattr command fixed it. By the way, it is normal that there is no menus in App Menu bar? There is no entries except the application title.

image

sam-717 avatar Feb 06 '24 08:02 sam-717

@qianlifeng I checked it executed well. Thanks! There was an error related to #3957 issue but xattr command fixed it. By the way, it is normal that there is no menus in App Menu bar? There is no entries except the application title.

image

Yes, there should be no menus nor application title (which maybe a bug in your case), User can open Wox by hotkey(command+space), or open settings by click app icon in the menu bar (will provide later)

qianlifeng avatar Feb 06 '24 08:02 qianlifeng

Although the application opened without the error, I have a problem with the Launch shortcut. Nothing happens when I press Alt/Command + Space. Is there any way to help with this problem?

sam-717 avatar Feb 06 '24 23:02 sam-717

Although the application opened without the error, I have a problem with the Launch shortcut. Nothing happens when I press Alt/Command + Space. Is there any way to help with this problem?

Sorry for the late reply, could you please check the log in ~/.wox/log/log?

qianlifeng avatar Feb 16 '24 10:02 qianlifeng

@qianlifeng Maybe a permission related issue?

2024-02-19 12:43:36.057 G0000233 f4802135-5d71-4aca-b056-fb586135dba5 [ERR] failed to start ui app: fork/exec /Users/User_1/.wox/ui/flutter/wox.app/Contents/MacOS/wox: permission denied

2024-02-19 12:43:15.489 G0000001 0c81be0d-7e9e-41b8-9813-297d5fa69f7a [INF] ------------------------------
2024-02-19 12:43:15.490 G0000001 0c81be0d-7e9e-41b8-9813-297d5fa69f7a [INF] Wox starting
2024-02-19 12:43:15.490 G0000001 0c81be0d-7e9e-41b8-9813-297d5fa69f7a [INF] golang version: 1.21.1
2024-02-19 12:43:15.490 G0000001 0c81be0d-7e9e-41b8-9813-297d5fa69f7a [INF] wox data location: /Users/User_1/.wox
2024-02-19 12:43:15.490 G0000001 0c81be0d-7e9e-41b8-9813-297d5fa69f7a [INF] user data location: /Users/User_1/.wox/wox-user
2024-02-19 12:43:15.643 G0000001 0c81be0d-7e9e-41b8-9813-297d5fa69f7a [INF] extracted theme file: dark.json, cost: 0ms
2024-02-19 12:43:15.643 G0000001 0c81be0d-7e9e-41b8-9813-297d5fa69f7a [INF] extracted theme file: light.json, cost: 0ms
2024-02-19 12:43:15.643 G0000001 0c81be0d-7e9e-41b8-9813-297d5fa69f7a [INF] extracted embed files, cost: 153ms
2024-02-19 12:43:15.758 G0000015 dde76dbc-912c-4cad-9cc3-9ae5df482e20 [INF] start to get theme manifest from Wox Official Theme Store(https://raw.githubusercontent.com/Wox-launcher/Wox/v2/theme-store.json)
2024-02-19 12:43:15.814 G0000001 0c81be0d-7e9e-41b8-9813-297d5fa69f7a [INF] start loading plugins
2024-02-19 12:43:15.814 G0000001 0c81be0d-7e9e-41b8-9813-297d5fa69f7a [INF] start loading system plugins, found 14 system plugins
2024-02-19 12:43:15.814 G0000053 bc28b224-2dc5-4d97-8067-9a7f4f278f5d [INF] start init plugin: Calculator
2024-02-19 12:43:15.814 G0000053 bc28b224-2dc5-4d97-8067-9a7f4f278f5d [INF] init plugin Calculator finished, cost 0 ms
2024-02-19 12:43:15.814 G0000055 f9de16e7-0347-4e97-8854-e5b46b8a1fcd [INF] start init plugin: Chatgpt
2024-02-19 12:43:15.814 G0000057 55fb6282-859d-47ed-96f6-a3aa98951731 [INF] start init plugin: Backup and restore Wox settings
2024-02-19 12:43:15.814 G0000057 55fb6282-859d-47ed-96f6-a3aa98951731 [INF] init plugin Backup and restore Wox settings finished, cost 0 ms
2024-02-19 12:43:15.814 G0000059 75fb74e2-a8a4-4977-b3f6-3d954fee2815 [INF] start init plugin: BrowserBookmark
2024-02-19 12:43:15.815 G0000059 75fb74e2-a8a4-4977-b3f6-3d954fee2815 [ERR] [BrowserBookmark] error reading chrome bookmark file: open /Users/User_1/Library/Application Support/Google/Chrome/Default/Bookmarks: no such file or directory
2024-02-19 12:43:15.815 G0000059 75fb74e2-a8a4-4977-b3f6-3d954fee2815 [ERR] [BrowserBookmark] error reading chrome bookmark file: open /Users/User_1/Library/Application Support/Google/Chrome/Profile 1/Bookmarks: no such file or directory
2024-02-19 12:43:15.815 G0000059 75fb74e2-a8a4-4977-b3f6-3d954fee2815 [ERR] [BrowserBookmark] error reading chrome bookmark file: open /Users/User_1/Library/Application Support/Google/Chrome/Profile 2/Bookmarks: no such file or directory
2024-02-19 12:43:15.815 G0000055 f9de16e7-0347-4e97-8854-e5b46b8a1fcd [WRN] [Chatgpt] model is empty
2024-02-19 12:43:15.815 G0000055 f9de16e7-0347-4e97-8854-e5b46b8a1fcd [INF] [Chatgpt] No non-active chats to load
2024-02-19 12:43:15.815 G0000055 f9de16e7-0347-4e97-8854-e5b46b8a1fcd [INF] [Chatgpt] No active chat to load
2024-02-19 12:43:15.815 G0000055 f9de16e7-0347-4e97-8854-e5b46b8a1fcd [INF] [Chatgpt] Loaded 0 nonactive chats, has active chat: false
2024-02-19 12:43:15.815 G0000055 f9de16e7-0347-4e97-8854-e5b46b8a1fcd [INF] init plugin Chatgpt finished, cost 1 ms
2024-02-19 12:43:15.815 G0000061 13b768a2-b137-43d2-a826-c4f7235d200d [INF] start init plugin: Clipboard History
2024-02-19 12:43:15.815 G0000063 38a4cc16-9d98-43f4-9823-9299e46fde74 [INF] start init plugin: System Plugin Indicator
2024-02-19 12:43:15.815 G0000063 38a4cc16-9d98-43f4-9823-9299e46fde74 [INF] init plugin System Plugin Indicator finished, cost 0 ms
2024-02-19 12:43:15.815 G0000065 d8c812d2-7a9a-4c34-8d0d-028cbd3fa454 [INF] start init plugin: Wox Query History
2024-02-19 12:43:15.816 G0000065 d8c812d2-7a9a-4c34-8d0d-028cbd3fa454 [INF] init plugin Wox Query History finished, cost 0 ms
2024-02-19 12:43:15.816 G0000083 b50e5a8a-2d27-44b0-8143-1c51a489880f [INF] start init plugin: Selection
2024-02-19 12:43:15.816 G0000083 b50e5a8a-2d27-44b0-8143-1c51a489880f [INF] init plugin Selection finished, cost 0 ms
2024-02-19 12:43:15.816 G0000085 e93dcdf5-9da3-49d2-b5bc-feb29deaa0d8 [INF] start init plugin: System Commands
2024-02-19 12:43:15.816 G0000085 e93dcdf5-9da3-49d2-b5bc-feb29deaa0d8 [INF] init plugin System Commands finished, cost 0 ms
2024-02-19 12:43:15.816 G0000087 b137873d-6898-47dd-828f-c81b12feba1e [INF] start init plugin: Theme manager
2024-02-19 12:43:15.816 G0000087 b137873d-6898-47dd-828f-c81b12feba1e [INF] init plugin Theme manager finished, cost 0 ms
2024-02-19 12:43:15.816 G0000089 680fc31c-027f-4564-a81b-019d7e79b208 [INF] start init plugin: Url
2024-02-19 12:43:15.816 G0000001 0c81be0d-7e9e-41b8-9813-297d5fa69f7a [INF] start loading user plugins, found 0 user plugins
2024-02-19 12:43:15.816 G0000089 680fc31c-027f-4564-a81b-019d7e79b208 [INF] init plugin Url finished, cost 0 ms
2024-02-19 12:43:15.816 G0000091 9a8571a9-e9ad-4db3-a0e5-7d8fa8765e5e [INF] start init plugin: WebSearch
2024-02-19 12:43:15.816 G0000091 9a8571a9-e9ad-4db3-a0e5-7d8fa8765e5e [INF] [WebSearch] loaded 0 web searches
2024-02-19 12:43:15.816 G0000091 9a8571a9-e9ad-4db3-a0e5-7d8fa8765e5e [INF] init plugin WebSearch finished, cost 0 ms
2024-02-19 12:43:15.816 G0000093 e30cbf56-35c6-4c4c-b9d3-2f13ef3e9da8 [INF] start init plugin: Wox Plugin Manager
2024-02-19 12:43:15.816 G0000093 e30cbf56-35c6-4c4c-b9d3-2f13ef3e9da8 [ERR] [Wox Plugin Manager] Failed to unmarshal local plugin directories: unexpected end of JSON input
2024-02-19 12:43:15.816 G0000093 e30cbf56-35c6-4c4c-b9d3-2f13ef3e9da8 [INF] init plugin Wox Plugin Manager finished, cost 0 ms
2024-02-19 12:43:15.817 G0000098 7998a516-eb2a-497c-b5c5-03208cab3089 [INF] start to get plugin manifest from Wox Official Plugin Store(https://raw.githubusercontent.com/Wox-launcher/Wox/v2/plugin-store.json)
2024-02-19 12:43:15.817 G0000095 cea9537e-ccb4-4a86-b6c4-5143ab55a942 [INF] start init plugin: App
2024-02-19 12:43:15.817 G0000097 468a204e-ea48-42a8-a0bf-c85d381f5cdc [INF] <Wox PYTHON Host Impl> starting host on port 50694
2024-02-19 12:43:15.817 G0000097 468a204e-ea48-42a8-a0bf-c85d381f5cdc [INF] <Wox PYTHON Host Impl> host path: python
2024-02-19 12:43:15.817 G0000097 468a204e-ea48-42a8-a0bf-c85d381f5cdc [INF] <Wox PYTHON Host Impl> host entry: /Users/User_1/.wox/hosts/python-host.pyz
2024-02-19 12:43:15.817 G0000097 468a204e-ea48-42a8-a0bf-c85d381f5cdc [INF] <Wox PYTHON Host Impl> host args: 
2024-02-19 12:43:15.817 G0000097 468a204e-ea48-42a8-a0bf-c85d381f5cdc [INF] <Wox PYTHON Host Impl> host log directory: /Users/User_1/.wox/log/hosts
2024-02-19 12:43:15.817 G0000095 cea9537e-ccb4-4a86-b6c4-5143ab55a942 [INF] [App] start to load app cache
2024-02-19 12:43:15.817 G0000097 468a204e-ea48-42a8-a0bf-c85d381f5cdc [ERR] [PYTHON HOST] failed to start host: exec: "python": executable file not found in $PATH
2024-02-19 12:43:15.817 G0000059 75fb74e2-a8a4-4977-b3f6-3d954fee2815 [INF] init plugin BrowserBookmark finished, cost 3 ms
2024-02-19 12:43:15.817 G0000061 13b768a2-b137-43d2-a826-c4f7235d200d [INF] [Clipboard History] load clipboard history, count=1, cost=2ms
2024-02-19 12:43:15.817 G0000061 13b768a2-b137-43d2-a826-c4f7235d200d [INF] init plugin Clipboard History finished, cost 2 ms
2024-02-19 12:43:15.818 G0000095 cea9537e-ccb4-4a86-b6c4-5143ab55a942 [INF] [App] loaded 169 apps from cache, cost 1 ms
2024-02-19 12:43:15.818 G0000095 cea9537e-ccb4-4a86-b6c4-5143ab55a942 [INF] init plugin App finished, cost 1 ms
2024-02-19 12:43:15.818 G0000131 55c2b90b-7470-40ba-a1cc-180c1236828c [INF] [App] start to get apps
2024-02-19 12:43:15.818 G0000096 3e4c902f-ee7f-4cb6-bdff-2a7c69a92cd0 [INF] <Wox NODEJS Host Impl> starting host on port 50695
2024-02-19 12:43:15.818 G0000096 3e4c902f-ee7f-4cb6-bdff-2a7c69a92cd0 [INF] <Wox NODEJS Host Impl> host path: node
2024-02-19 12:43:15.818 G0000096 3e4c902f-ee7f-4cb6-bdff-2a7c69a92cd0 [INF] <Wox NODEJS Host Impl> host entry: /Users/User_1/.wox/hosts/node-host.js
2024-02-19 12:43:15.818 G0000096 3e4c902f-ee7f-4cb6-bdff-2a7c69a92cd0 [INF] <Wox NODEJS Host Impl> host args: 
2024-02-19 12:43:15.818 G0000096 3e4c902f-ee7f-4cb6-bdff-2a7c69a92cd0 [INF] <Wox NODEJS Host Impl> host log directory: /Users/User_1/.wox/log/hosts
2024-02-19 12:43:15.818 G0000096 3e4c902f-ee7f-4cb6-bdff-2a7c69a92cd0 [ERR] [NODEJS HOST] failed to start host: exec: "node": executable file not found in $PATH
2024-02-19 12:43:15.819 G0000131 55c2b90b-7470-40ba-a1cc-180c1236828c [INF] [App] found 169 apps in 7 groups
2024-02-19 12:43:15.900 G0000100 0c81be0d-7e9e-41b8-9813-297d5fa69f7a [INF] register normal hotkey: command+space
2024-02-19 12:43:15.908 G0000100 0c81be0d-7e9e-41b8-9813-297d5fa69f7a [INF] register normal hotkey: command+option+space
2024-02-19 12:43:15.908 G0000100 0c81be0d-7e9e-41b8-9813-297d5fa69f7a [INF] register double hotkey: ctrl+ctrl
2024-02-19 12:43:15.909 G0000100 0c81be0d-7e9e-41b8-9813-297d5fa69f7a [INF] websocket server start at:ws://localhost:50692
2024-02-19 12:43:15.941 G0000023 55c2b90b-7470-40ba-a1cc-180c1236828c [INF] saved crop image: /Users/User_1/.wox/cache/images/crop_padding_7d1a3b68342a380af87f3579634d79b6.png, cost 31 ms
2024-02-19 12:43:15.949 G0000023 55c2b90b-7470-40ba-a1cc-180c1236828c [INF] saved resize image: /Users/User_1/.wox/cache/images/resize_40_2b3622766bd424ff53139d45bb6a0aaa.png, cost 3 ms
2024-02-19 12:43:15.981 G0000296 13b768a2-b137-43d2-a826-c4f7235d200d [INF] [Clipboard History] clipboard data changed, type=text
2024-02-19 12:43:16.007 G0000296 13b768a2-b137-43d2-a826-c4f7235d200d [INF] plugin setting saved: 5f815d98-27f5-488d-a756-c317ea39935b
2024-02-19 12:43:16.007 G0000296 13b768a2-b137-43d2-a826-c4f7235d200d [INF] [Clipboard History] save clipboard history, count:2, cost:0ms
2024-02-19 12:43:16.074 G0000098 7998a516-eb2a-497c-b5c5-03208cab3089 [INF] found 3 plugins from stores
2024-02-19 12:43:16.074 G0000015 dde76dbc-912c-4cad-9cc3-9ae5df482e20 [INF] found 1 themes from stores
2024-02-19 12:43:16.074 G0000289 09183a35-e43b-4732-a3b9-e00baacbdb8f [INF] start to get plugin manifest from Wox Official Plugin Store(https://raw.githubusercontent.com/Wox-launcher/Wox/v2/plugin-store.json)
2024-02-19 12:43:16.105 G0000289 09183a35-e43b-4732-a3b9-e00baacbdb8f [INF] found 3 plugins from stores
2024-02-19 12:43:16.109 G0000243 0c81be0d-7e9e-41b8-9813-297d5fa69f7a [INF] start ui, path=/Users/User_1/.wox/ui/flutter/wox.app/Contents/MacOS/wox, port=50692, pid=71115
2024-02-19 12:43:16.112 G0000243 0c81be0d-7e9e-41b8-9813-297d5fa69f7a [ERR] failed to start ui app: fork/exec /Users/User_1/.wox/ui/flutter/wox.app/Contents/MacOS/wox: permission denied
2024-02-19 12:43:16.301 G0000131 55c2b90b-7470-40ba-a1cc-180c1236828c [INF] [App] wrote app cache to /Users/User_1/.wox/cache/wox-app-cache.json
2024-02-19 12:43:16.301 G0000131 55c2b90b-7470-40ba-a1cc-180c1236828c [INF] [App] indexed 169 apps, cost 483 ms
2024-02-19 12:43:35.593 G0000001 f4802135-5d71-4aca-b056-fb586135dba5 [INF] ------------------------------
2024-02-19 12:43:35.594 G0000001 f4802135-5d71-4aca-b056-fb586135dba5 [INF] Wox starting
2024-02-19 12:43:35.594 G0000001 f4802135-5d71-4aca-b056-fb586135dba5 [INF] golang version: 1.21.1
2024-02-19 12:43:35.594 G0000001 f4802135-5d71-4aca-b056-fb586135dba5 [INF] wox data location: /Users/User_1/.wox
2024-02-19 12:43:35.594 G0000001 f4802135-5d71-4aca-b056-fb586135dba5 [INF] user data location: /Users/User_1/.wox/wox-user
2024-02-19 12:43:35.655 G0000001 f4802135-5d71-4aca-b056-fb586135dba5 [INF] extracted theme file: dark.json, cost: 0ms
2024-02-19 12:43:35.655 G0000001 f4802135-5d71-4aca-b056-fb586135dba5 [INF] extracted theme file: light.json, cost: 0ms
2024-02-19 12:43:35.655 G0000001 f4802135-5d71-4aca-b056-fb586135dba5 [INF] extracted embed files, cost: 61ms
2024-02-19 12:43:35.732 G0000069 b084507a-9a26-43df-a986-672accc37914 [INF] start to get theme manifest from Wox Official Theme Store(https://raw.githubusercontent.com/Wox-launcher/Wox/v2/theme-store.json)
2024-02-19 12:43:35.781 G0000069 b084507a-9a26-43df-a986-672accc37914 [INF] found 1 themes from stores
2024-02-19 12:43:35.789 G0000001 f4802135-5d71-4aca-b056-fb586135dba5 [INF] start loading plugins
2024-02-19 12:43:35.790 G0000001 f4802135-5d71-4aca-b056-fb586135dba5 [INF] start loading system plugins, found 14 system plugins
2024-02-19 12:43:35.790 G0000012 6e6bed6d-6a38-4ee1-88ab-3da2f1641b0e [INF] start init plugin: Calculator
2024-02-19 12:43:35.790 G0000012 6e6bed6d-6a38-4ee1-88ab-3da2f1641b0e [INF] init plugin Calculator finished, cost 0 ms
2024-02-19 12:43:35.790 G0000014 03e46da3-4862-4411-8319-0d29c7a1fccc [INF] start init plugin: Chatgpt
2024-02-19 12:43:35.790 G0000083 1a0025ba-6c63-4828-8c10-466fc3f22948 [INF] start init plugin: BrowserBookmark
2024-02-19 12:43:35.790 G0000016 ee9f4d6d-5084-4e9b-8f86-acfea19f89de [INF] start init plugin: Backup and restore Wox settings
2024-02-19 12:43:35.790 G0000016 ee9f4d6d-5084-4e9b-8f86-acfea19f89de [INF] init plugin Backup and restore Wox settings finished, cost 0 ms
2024-02-19 12:43:35.790 G0000014 03e46da3-4862-4411-8319-0d29c7a1fccc [WRN] [Chatgpt] model is empty
2024-02-19 12:43:35.790 G0000014 03e46da3-4862-4411-8319-0d29c7a1fccc [INF] [Chatgpt] No non-active chats to load
2024-02-19 12:43:35.790 G0000083 1a0025ba-6c63-4828-8c10-466fc3f22948 [ERR] [BrowserBookmark] error reading chrome bookmark file: open /Users/User_1/Library/Application Support/Google/Chrome/Default/Bookmarks: no such file or directory
2024-02-19 12:43:35.790 G0000014 03e46da3-4862-4411-8319-0d29c7a1fccc [INF] [Chatgpt] No active chat to load
2024-02-19 12:43:35.790 G0000014 03e46da3-4862-4411-8319-0d29c7a1fccc [INF] [Chatgpt] Loaded 0 nonactive chats, has active chat: false
2024-02-19 12:43:35.790 G0000014 03e46da3-4862-4411-8319-0d29c7a1fccc [INF] init plugin Chatgpt finished, cost 0 ms
2024-02-19 12:43:35.790 G0000083 1a0025ba-6c63-4828-8c10-466fc3f22948 [ERR] [BrowserBookmark] error reading chrome bookmark file: open /Users/User_1/Library/Application Support/Google/Chrome/Profile 1/Bookmarks: no such file or directory
2024-02-19 12:43:35.790 G0000083 1a0025ba-6c63-4828-8c10-466fc3f22948 [ERR] [BrowserBookmark] error reading chrome bookmark file: open /Users/User_1/Library/Application Support/Google/Chrome/Profile 2/Bookmarks: no such file or directory
2024-02-19 12:43:35.790 G0000085 e488f68b-96ae-4f4a-9875-2dcaacd3e92b [INF] start init plugin: Clipboard History
2024-02-19 12:43:35.790 G0000087 6133af3f-2341-4b2d-8834-d8d61af0471a [INF] start init plugin: System Plugin Indicator
2024-02-19 12:43:35.790 G0000087 6133af3f-2341-4b2d-8834-d8d61af0471a [INF] init plugin System Plugin Indicator finished, cost 0 ms
2024-02-19 12:43:35.790 G0000093 aa1416cc-93ec-498d-9354-fafe38819f05 [INF] start init plugin: System Commands
2024-02-19 12:43:35.790 G0000093 aa1416cc-93ec-498d-9354-fafe38819f05 [INF] init plugin System Commands finished, cost 0 ms
2024-02-19 12:43:35.790 G0000089 ffaf8468-16ed-478d-91f9-4bff8ed0e1b1 [INF] start init plugin: Wox Query History
2024-02-19 12:43:35.790 G0000099 a8154dd3-b6e7-44b6-b4df-223ddffffe68 [INF] start init plugin: WebSearch
2024-02-19 12:43:35.790 G0000103 3e87ae81-5082-4575-96dd-61e7b4aa40e8 [INF] start init plugin: App
2024-02-19 12:43:35.790 G0000091 153d8f5b-986a-48c7-a929-22f3b895710a [INF] start init plugin: Selection
2024-02-19 12:43:35.790 G0000001 f4802135-5d71-4aca-b056-fb586135dba5 [INF] start loading user plugins, found 0 user plugins
2024-02-19 12:43:35.790 G0000091 153d8f5b-986a-48c7-a929-22f3b895710a [INF] init plugin Selection finished, cost 0 ms
2024-02-19 12:43:35.790 G0000097 f6017205-2ac2-4b79-b8f5-2f5cd6869050 [INF] start init plugin: Url
2024-02-19 12:43:35.790 G0000106 b4e975a6-0df4-4580-bcc0-7bfaa61164fe [INF] start to get plugin manifest from Wox Official Plugin Store(https://raw.githubusercontent.com/Wox-launcher/Wox/v2/plugin-store.json)
2024-02-19 12:43:35.790 G0000099 a8154dd3-b6e7-44b6-b4df-223ddffffe68 [INF] [WebSearch] loaded 0 web searches
2024-02-19 12:43:35.790 G0000099 a8154dd3-b6e7-44b6-b4df-223ddffffe68 [INF] init plugin WebSearch finished, cost 0 ms
2024-02-19 12:43:35.790 G0000089 ffaf8468-16ed-478d-91f9-4bff8ed0e1b1 [INF] init plugin Wox Query History finished, cost 0 ms
2024-02-19 12:43:35.790 G0000095 3a9a6cdb-aaff-4f4b-b9ba-662710194c9d [INF] start init plugin: Theme manager
2024-02-19 12:43:35.790 G0000095 3a9a6cdb-aaff-4f4b-b9ba-662710194c9d [INF] init plugin Theme manager finished, cost 0 ms
2024-02-19 12:43:35.790 G0000101 5b2a0761-3cad-48bd-b951-9935447f7062 [INF] start init plugin: Wox Plugin Manager
2024-02-19 12:43:35.790 G0000103 3e87ae81-5082-4575-96dd-61e7b4aa40e8 [INF] [App] start to load app cache
2024-02-19 12:43:35.791 G0000085 e488f68b-96ae-4f4a-9875-2dcaacd3e92b [INF] [Clipboard History] load clipboard history, count=1, cost=0ms
2024-02-19 12:43:35.791 G0000085 e488f68b-96ae-4f4a-9875-2dcaacd3e92b [INF] init plugin Clipboard History finished, cost 1 ms
2024-02-19 12:43:35.791 G0000101 5b2a0761-3cad-48bd-b951-9935447f7062 [ERR] [Wox Plugin Manager] Failed to unmarshal local plugin directories: unexpected end of JSON input
2024-02-19 12:43:35.791 G0000101 5b2a0761-3cad-48bd-b951-9935447f7062 [INF] init plugin Wox Plugin Manager finished, cost 1 ms
2024-02-19 12:43:35.791 G0000097 f6017205-2ac2-4b79-b8f5-2f5cd6869050 [INF] init plugin Url finished, cost 1 ms
2024-02-19 12:43:35.791 G0000083 1a0025ba-6c63-4828-8c10-466fc3f22948 [INF] init plugin BrowserBookmark finished, cost 1 ms
2024-02-19 12:43:35.791 G0000103 3e87ae81-5082-4575-96dd-61e7b4aa40e8 [INF] [App] loaded 169 apps from cache, cost 1 ms
2024-02-19 12:43:35.791 G0000103 3e87ae81-5082-4575-96dd-61e7b4aa40e8 [INF] init plugin App finished, cost 1 ms
2024-02-19 12:43:35.791 G0000115 cec406fa-4d34-4310-a79f-b7832b7bfd50 [INF] [App] start to get apps
2024-02-19 12:43:35.791 G0000105 97a10501-cbeb-4c8f-9c66-16a67f274653 [INF] <Wox PYTHON Host Impl> starting host on port 50725
2024-02-19 12:43:35.791 G0000105 97a10501-cbeb-4c8f-9c66-16a67f274653 [INF] <Wox PYTHON Host Impl> host path: python
2024-02-19 12:43:35.791 G0000105 97a10501-cbeb-4c8f-9c66-16a67f274653 [INF] <Wox PYTHON Host Impl> host entry: /Users/User_1/.wox/hosts/python-host.pyz
2024-02-19 12:43:35.791 G0000105 97a10501-cbeb-4c8f-9c66-16a67f274653 [INF] <Wox PYTHON Host Impl> host args: 
2024-02-19 12:43:35.791 G0000105 97a10501-cbeb-4c8f-9c66-16a67f274653 [INF] <Wox PYTHON Host Impl> host log directory: /Users/User_1/.wox/log/hosts
2024-02-19 12:43:35.791 G0000104 3fe4db93-3cce-4b55-b552-617129dacabe [INF] <Wox NODEJS Host Impl> starting host on port 50724
2024-02-19 12:43:35.791 G0000104 3fe4db93-3cce-4b55-b552-617129dacabe [INF] <Wox NODEJS Host Impl> host path: node
2024-02-19 12:43:35.791 G0000104 3fe4db93-3cce-4b55-b552-617129dacabe [INF] <Wox NODEJS Host Impl> host entry: /Users/User_1/.wox/hosts/node-host.js
2024-02-19 12:43:35.791 G0000104 3fe4db93-3cce-4b55-b552-617129dacabe [INF] <Wox NODEJS Host Impl> host args: 
2024-02-19 12:43:35.791 G0000104 3fe4db93-3cce-4b55-b552-617129dacabe [INF] <Wox NODEJS Host Impl> host log directory: /Users/User_1/.wox/log/hosts
2024-02-19 12:43:35.791 G0000105 97a10501-cbeb-4c8f-9c66-16a67f274653 [ERR] [PYTHON HOST] failed to start host: exec: "python": executable file not found in $PATH
2024-02-19 12:43:35.791 G0000104 3fe4db93-3cce-4b55-b552-617129dacabe [ERR] [NODEJS HOST] failed to start host: exec: "node": executable file not found in $PATH
2024-02-19 12:43:35.792 G0000115 cec406fa-4d34-4310-a79f-b7832b7bfd50 [INF] [App] found 169 apps in 7 groups
2024-02-19 12:43:35.818 G0000106 b4e975a6-0df4-4580-bcc0-7bfaa61164fe [INF] found 3 plugins from stores
2024-02-19 12:43:35.818 G0000127 db8ae3fa-39c6-4c7c-b44c-ed499e97312c [INF] start to get plugin manifest from Wox Official Plugin Store(https://raw.githubusercontent.com/Wox-launcher/Wox/v2/plugin-store.json)
2024-02-19 12:43:35.846 G0000108 f4802135-5d71-4aca-b056-fb586135dba5 [INF] register normal hotkey: command+space
2024-02-19 12:43:35.850 G0000127 db8ae3fa-39c6-4c7c-b44c-ed499e97312c [INF] found 3 plugins from stores
2024-02-19 12:43:35.853 G0000108 f4802135-5d71-4aca-b056-fb586135dba5 [INF] register normal hotkey: command+option+space
2024-02-19 12:43:35.853 G0000108 f4802135-5d71-4aca-b056-fb586135dba5 [INF] register double hotkey: ctrl+ctrl
2024-02-19 12:43:35.853 G0000108 f4802135-5d71-4aca-b056-fb586135dba5 [INF] websocket server start at:ws://localhost:50722
2024-02-19 12:43:35.947 G0000265 e488f68b-96ae-4f4a-9875-2dcaacd3e92b [INF] [Clipboard History] clipboard data changed, type=text
2024-02-19 12:43:36.053 G0000233 f4802135-5d71-4aca-b056-fb586135dba5 [INF] start ui, path=/Users/User_1/.wox/ui/flutter/wox.app/Contents/MacOS/wox, port=50722, pid=71319
2024-02-19 12:43:36.057 G0000233 f4802135-5d71-4aca-b056-fb586135dba5 [ERR] failed to start ui app: fork/exec /Users/User_1/.wox/ui/flutter/wox.app/Contents/MacOS/wox: permission denied
2024-02-19 12:43:36.212 G0000115 cec406fa-4d34-4310-a79f-b7832b7bfd50 [INF] [App] wrote app cache to /Users/User_1/.wox/cache/wox-app-cache.json
2024-02-19 12:43:36.212 G0000115 cec406fa-4d34-4310-a79f-b7832b7bfd50 [INF] [App] indexed 169 apps, cost 421 ms
2024-02-19 12:43:44.208 G0000025 dcace260-53aa-4d8b-a1ed-b970fe4a41ae [INF] [Wox -> UI] ToggleApp: {"LastQueryMode":"empty","Position":{"Type":"MouseScreen","X":464,"Y":186},"QueryHistories":[],"SelectAll":true}
2024-02-19 12:44:22.322 G0000549 e488f68b-96ae-4f4a-9875-2dcaacd3e92b [INF] [Clipboard History] clipboard data changed, type=text
2024-02-19 12:44:22.370 G0000549 e488f68b-96ae-4f4a-9875-2dcaacd3e92b [INF] plugin setting saved: 5f815d98-27f5-488d-a756-c317ea39935b
2024-02-19 12:44:22.370 G0000549 e488f68b-96ae-4f4a-9875-2dcaacd3e92b [INF] [Clipboard History] save clipboard history, count:2, cost:1ms
2024-02-19 12:44:44.208 G0000025 dcace260-53aa-4d8b-a1ed-b970fe4a41ae [ERR] invoke ui method ToggleApp response timeout, response time: 60001ms
2024-02-19 12:45:31.257 G0000518 e488f68b-96ae-4f4a-9875-2dcaacd3e92b [INF] [Clipboard History] clipboard data changed, type=text
2024-02-19 12:45:31.563 G0000317 e488f68b-96ae-4f4a-9875-2dcaacd3e92b [INF] [Clipboard History] clipboard data changed, type=text

sam-717 avatar Feb 19 '24 03:02 sam-717

2024-02-19 12:43:36.057 G0000233 f4802135-5d71-4aca-b056-fb586135dba5 [ERR] failed to start ui app: fork/exec /Users/User_1/.wox/ui/flutter/wox.app/Contents/MacOS/wox: permission denied

It seems permission issue to start ui app, could you run ls -l /Users/User_1/.wox/ui/flutter/wox.app/Contents/MacOS/wox to see if wox has the right executable permission?

qianlifeng avatar Feb 19 '24 04:02 qianlifeng

@qianlifeng yeah, it seems like the binary doesn't have execute permissions.

-rw-r--r--  1 kakao  staff  222160  2 19 12:43 /Users/User_1/.wox/ui/flutter/wox.app/Contents/MacOS/wox

sam-717 avatar Feb 19 '24 04:02 sam-717

@qianlifeng yeah, it seems like the binary doesn't have execute permissions.

-rw-r--r--  1 kakao  staff  222160  2 19 12:43 /Users/User_1/.wox/ui/flutter/wox.app/Contents/MacOS/wox

Yes, just give it the execute permission

chmod +x /Users/User_1/.wox/ui/flutter/wox.app/Contents/MacOS/wox

qianlifeng avatar Feb 19 '24 05:02 qianlifeng