Cinnamon not retaining change in default program for PDF

Please post suggestions for improvement of Cinnamon on:
https://github.com/linuxmint/Cinnamon
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
kauffy

Cinnamon not retaining change in default program for PDF

Post by kauffy »

I have seen posts elsewhere that describe how to fix this via ~/.config/mimeapps.list, but the functionality in Cinnamon that would (presumably) make this edit for you in a workflow familiar to, say, Windows users, does not appear to actually retain the change following reboot.

It's also SUPER infuriating, as ImageMagick (in this case) essentially doesn't do anything useful with PDFs, whereas Okular does.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
rene
Level 20
Level 20
Posts: 12212
Joined: Sun Mar 27, 2016 6:58 pm

Re: Cinnamon not retaining change in default program for PDF

Post by rene »

You probably have root-owned files or directories in your home, causing permission issues while saving:

Code: Select all

sudo find ~/ ! -user $(whoami)
You can chown them individually or just sudo chown -R $(whoami): ~/.
Locked

Return to “Cinnamon”