-
Hello, I was trying to figure out how to launch files (using Lira) such that if I close CliFM, the application, be it the PDF reader or be it the text editor which I've configured to open in a new terminal window, doesn't close. I've looked into:
Maybe there's something obvious I'm missing - feel free to point it out to me if that's the case. Otherwise, is this possible? if so how can I do it? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 16 replies
-
Hi @vorboyvo. Just remove your mimelist file ( The current mimelist file uses the Example entry: X:.*/pdf$=mupdf %x TLDR; You're using an old mimelist file. |
Beta Was this translation helpful? Give feedback.
-
Hi, I installed CliFM yesterday and other than modifications I made yesterday, my mimelist looks the same - it has the %x flag for GUI opening things. Here is my mimelist. I'm using sway on NixOS with alacritty if it may matter at all. I'm using nixpkgs/nixos-unstable and CliFM is up to date (1.21) on there. |
Beta Was this translation helpful? Give feedback.
What's exactly the problem with Nix? Doesn't it have
make
orgit
? Or maybe some dependencies issue? In this latter case you can take a look at the build dependencies section of the Wiki.In any case, just clone the repo and run
make
and then./clifm
to run the local copy generated by make(1).