mirror of
https://github.com/gustavosett/Windows-11-Clipboard-History-For-Linux
synced 2026-04-26 01:25:11 +02:00
chore: starting fixes (#60)
* feat: add temporary directory for tray icon to avoid permission issues * fix: enhance uninstall process to remove all installation traces * chore: prevents user overriding tray backend Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> --------- Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
This commit is contained in:
@@ -54,5 +54,6 @@ exec env -i \
|
||||
GDK_BACKEND="x11" \
|
||||
GDK_SCALE="${GDK_SCALE:-1}" \
|
||||
GDK_DPI_SCALE="${GDK_DPI_SCALE:-1}" \
|
||||
TAURI_TRAY="${TAURI_TRAY:-libayatana-appindicator3}" \
|
||||
NO_AT_BRIDGE=1 \
|
||||
"$BINARY" "$@"
|
||||
|
||||
Reference in New Issue
Block a user