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.
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 :
Properties
acroread
.Also see this answer for an alternative method.
To set the default program to pdf
gedit ~/.local/share/applications/defaults.list
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
An update for Ubuntu 13.04. I am, however, using Gnome fallback session with no effects.
I wanted to use Foxit Reader 1.1 for my default PDF viewer, but I couldn't add it through right-click in file manager and "Open With," right-click properties and "Open With," or through "System Setting" → "Details" → "Default Applications".
What did work for me was "Ubuntu Tweak":
An update for recent Ubuntu and Gnome. You can change default app setting on
nano ~/.config/mimeapps.list
for more information see https://help.gnome.org/admin/system-admin-guide/stable/mime-types-application-user.html.en