-
Notifications
You must be signed in to change notification settings - Fork 493
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set VScodium flatpak as default diff tool #4085
Comments
"flatpak" is the command, everything else is args. |
Exactly. The config needs to be [diff]
command = "flatpak"
args = ["run", "com.vscodium.codium", "--wait", "--diff"] |
You may want to change your command to "echo" and see what the parameters are and then try to call flatpak with that. From this point, though, it's purely a flatpak issue. |
ok so I changed my chezmoi.toml file with
now here is the output of
I tried to add the ~/.local/share/chezmoi to codium but without better results |
I manually tried to diff both files and did not get any error |
Yes. You will need to determine what is required to give flatpak access to the temporary file. |
You can also set chezmoi's |
It seams that flatpak does not allowed How do you change tempDir to |
Put tempDir = "/var/tmp" in |
It is working now thank you for your help Here is the content of tempDir = "/var/tmp"
[diff]
command = "flatpak"
args = ["run", "--user", "com.vscodium.codium", "--wait", "--diff"] |
What exactly are you trying to do?
I would like to set vscodium flatpak as my default diff tool.
I already have an alias
Here is the content of my chezmoi.toml
When I run
chezmoi diff ~/.bashrc
I am getting this errorThanks for your help
The text was updated successfully, but these errors were encountered: