How to change the default program for pdf (only for current user)
On Ubuntu 10.10 I would like to change my default pdf viewer to acroread.
I do not have sudo privilidges, so I want to make this change for my own user only. Acroread is already installed.
To set the file associations :
- Right Click on the file
- Choose
Properties
- Go to the Open With tab.
- Choose your file viewer. For eg.
acroread
. - That's it. Click on close.
Also see this answer for an alternative method.
To set the default program to pdf
-
gedit ~/.local/share/applications/defaults.list
- Add
application/pdf=acroread.desktop
orapplication/pdf=AdobeReader.desktop
The correct name of the .desktop
file can be found in /usr/share/applications/
This will set the pdf default program as adobe reader