1
1
mirror of https://github.com/wez/wezterm.git synced 2024-08-16 17:50:28 +03:00

fix(flatpak): Remove cwd from desktop entry

`cwd` provided from desktop entry overrides Lua configured cwd so you end up with different behaviour when you launch from DE launcher and from running `flatpak run ...`.
This commit is contained in:
Brian Di Palma 2024-02-12 11:39:55 +00:00 committed by GitHub
parent b61c49fa67
commit a99905f8d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,7 @@ Keywords=shell;prompt;command;commandline;cmd;
Icon=org.wezfurlong.wezterm
StartupWMClass=org.wezfurlong.wezterm
TryExec=wezterm
Exec=wezterm start --cwd .
Exec=wezterm start
Type=Application
Categories=System;TerminalEmulator;Utility;
Terminal=false