We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I installed iamb with snap and created a configfile in $HOME/.config/iamb/config.toml. When I start it w/o parameters, it says:
$HOME/.config/iamb/config.toml
iamb Please create a configuration file at /home/scip/snap/iamb/68/.config/iamb/config.toml For more information try '--help'
Since I do not use this directory /home/scip/snap/iamb/68/.config/, I tried to specify my config using -C, without success either:
/home/scip/snap/iamb/68/.config/
-C
iamb -C ~/.config/iamb Please create a configuration file at /home/scip/.config/iamb/iamb/config.toml For more information try '--help'
Ok, leave the iamb part:
iamb
iamb -C ~/.config Error reading configuration file: Permission denied (os error 13)
Huh?
l ~/.config/iamb/config.toml .rw-r--r-- 49 scip 2024-10-01 13:27 /home/scip/.config/iamb/config.toml
So, whatever I try, it seems to be impossible for me to start the program.
I do NOT have these problems with the pre-compiled release binary available here for download.
best regards, Tom
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I installed iamb with snap and created a configfile in
$HOME/.config/iamb/config.toml
. When I start it w/o parameters, it says:Since I do not use this directory
/home/scip/snap/iamb/68/.config/
, I tried to specify my config using-C
, without success either:Ok, leave the
iamb
part:Huh?
So, whatever I try, it seems to be impossible for me to start the program.
I do NOT have these problems with the pre-compiled release binary available here for download.
best regards,
Tom
The text was updated successfully, but these errors were encountered: