-
Notifications
You must be signed in to change notification settings - Fork 28
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
ctpv: config:1:2 cannot handle character: #101
Comments
We can't really help unless you post the content of your config file. Also, do you get any errors when running |
I get the same issue on a nix vm on a apple M2 my config is as following, cut from a nix module I wrote for it: commands = {
dragon-out = ''%${pkgs.xdragon}/bin/xdragon -a -x "$fx"'';
editor-open = ''$$EDITOR $f'';
mkdir = ''
''${{
printf "Directory Name: "
read DIR
mkdir $DIR
}}
'';
};
settings = {
drawbox = true;
hidden = true;
preview = true;
icons = true;
mouse = true;
};
extraConfig = ''
set previewer ctpv
set cleaner ctpvclear
&ctpv -s $id
&ctpvquit $id
'';
}; Running the command you suggested yields the following:
based on that the only other user having this issue has the same device as me I assume its aarch64 related or smth. |
You seem to have posted part of your lfrc rather than your ctpv config. Those settings you are showing are settings for lf, not for ctpv. You can usually find your config in |
I never configured ctpv, it's config is empty |
I encountered the same issue on my android phone (on termux), but the warning I got is slightly different than yours. |
I'm trying
cptv
onFedora Linux Asahi Remix 40 aarch64
on theApple MacBook Air (13-inch, M2, 2022)
, linux kernel version isLinux 6.9.6-400.asahi.fc40.aarch64+16k
.Here is the installation process:
Compile and install without error:
But it can't preview any text file with this error:
ctpv: config:1:2 cannot handle character: ?
bat
works fine.screenshot:
The text was updated successfully, but these errors were encountered: