You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changing the paths below to work for Linux file system, Might need to research a bit on how to add platform specific logic. Creating a struct with the platform specific paths would be a good idea.
Changes required:
Changing this to include linux release.
Verve/src-tauri/tauri.conf.json
Line 76 in d0f00a5
Changing the paths below to work for Linux file system, Might need to research a bit on how to add platform specific logic. Creating a struct with the platform specific paths would be a good idea.
Verve/src-tauri/src/util.rs
Lines 25 to 61 in d0f00a5
Might need to update the command below to support opening apps on linux.
Verve/src-tauri/src/util.rs
Lines 76 to 82 in d0f00a5
Below Path may also need updation:
Verve/src-tauri/src/util.rs
Lines 84 to 90 in d0f00a5
Might need to figure out how to derive icons on linux systems...
Verve/src-tauri/src/util/icons.rs
Lines 59 to 78 in d0f00a5
This shortcut might need to be updated to META + Shift + G
Verve/src-tauri/src/util/preferences.rs
Line 45 in d0f00a5
Verve/src/routes/Settings/lib/controls/ShortcutControl.svelte
Line 78 in d0f00a5
Verve/src/routes/Settings/lib/controls/ShortcutControl.svelte
Lines 97 to 103 in d0f00a5
There might be more changes, Depending on the arising issues. Please do ping below if you want to create sub-issues for all of those...
The text was updated successfully, but these errors were encountered: