Can tauri be used for writing greeter for greetd? #13108
-
I found that there when I trying to run typical tauri app as greeter from greetd, the app always crashed with “Permission denied”. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
hmm, the only thing that needs the home dir is the cache and data storage but i would have expected it to not be required to at least start. Is there any writable path available? If so you could set https://docs.rs/tauri/latest/tauri/webview/struct.WebviewWindowBuilder.html#method.data_directory to that and see if it helps. |
Beta Was this translation helpful? Give feedback.
hmm, the only thing that needs the home dir is the cache and data storage but i would have expected it to not be required to at least start. Is there any writable path available? If so you could set https://docs.rs/tauri/latest/tauri/webview/struct.WebviewWindowBuilder.html#method.data_directory to that and see if it helps.