I keep receiving an error in fish:
kmejka@kmejka ~> cd .c fish_pager: Could not connect to universal variable server, already tried manual restart (or no command supplied). You will not be able to share variable values between fish sessions. Is fish properly installed? .cache/ .cinnamon/ .config/
The error seems to appear on random without any issues with the system, hard reboots, system failures, etc. Fish works normally, I didn't notice any errors, apart from this message when pressing tab to auto suggest paths.
How can I solve this issue?
I use Linux Mint 16, with Cinnamon. My console is started in Yakuake.
Fish version is 2.0.0
kmejka@kmejka ~> fish --version
fish, version 2.0.0
I had the same problem with fish, version 2.1.0.
The solution was to move the original .config/fish folder to another location and create a new .config/fish folder. Then I only moved config.fish and the functions/ folder from the old config folder to the newly created .config/fish folder. That worked for me!