chmln / handlr

A better xdg-utils
MIT License
608 stars 24 forks source link

Error after installing #68

Open raman08 opened 1 year ago

raman08 commented 1 year ago

I install this package and Got this error while opening.

thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: ParseApps(Error { variant: ParsingError { positives: [value_char], negatives: [] }, location: Pos(1188), line_col: Pos((35, 15)), path: None, line: "text/vbscript=␊", continued_line: None })', src/apps/user.rs:12:65
focus172 commented 1 year ago

I had this same error message and was able to fix it by removing/backing up my old ~/.config/mimeapps.list

I think it had something to do with that my old one had comments in it but I was unable to replicate the bug.

I hope this helps.