You are not logged in.

#1 Yesterday 01:44:36

ghoster
Member
Registered: 2024-11-28
Posts: 5

Alacritty migration issue

This is in the file:
               /tmp/Alacritty-2278820.log

[0.000397729s] [WARN ] [alacritty_config_derive] Config warning: import has been deprecated; use general.import instead
                                                 Use `alacritty migrate` to automatically resolve it
[0.000448532s] [WARN ] [alacritty_config_derive] Config warning: ipc_socket has been deprecated; use general.ipc_socket instead
                                                 Use `alacritty migrate` to automatically resolve it
[0.000459126s] [WARN ] [alacritty_config_derive] Config warning: live_config_reload has been deprecated; use general.live_config_reload instead
                                                 Use `alacritty migrate` to automatically resolve it

On each new alacritty windows the message is displayed:

Import has been depricated use general.import instead

Offline

#2 Yesterday 01:51:43

defragmenteur
Member
Registered: 2022-04-23
Posts: 12

Re: Alacritty migration issue

The answer is in the warning. Run alacritty migrate in a terminal.

Offline

#3 Yesterday 02:04:14

ghoster
Member
Registered: 2024-11-28
Posts: 5

Re: Alacritty migration issue

I have tried it but of no use   I have run:
                 alacritty migrate
                 sudo alacritty migrate
Moreover used -Rns to rmeove it comletely still the same issue.

Offline

#4 Yesterday 07:52:39

seth
Member
Registered: 2012-09-03
Posts: 58,960

Re: Alacritty migration issue

Don't just sudo random stuff!

This is in the file: /tmp/Alacritty-2278820.log

Yeah, an lod log won't update regardless of whether you sanitized the situation.

Kill alacritty, start a new intance - is it still complaining?
If yes, see https://wiki.archlinux.org/title/Alacri … figuration
Check which of those files exsts, post them (please use [code][/code] tags)

Offline

#5 Yesterday 09:12:02

astralc
Member
Registered: 2022-09-17
Posts: 91

Re: Alacritty migration issue

Removing alacritty won't remove your config file in ~/.config/alacritty.
Edit the toml file manually, config options that before didn't exist under any section, now need to be under [general] section (the options in the errors)

Offline

Board footer

Powered by FluxBB