From 2dec51ff9cccda8058533d1f52bf2d7cd09dcb84 Mon Sep 17 00:00:00 2001 From: Graeme Geldenhuys Date: Tue, 10 Aug 2010 14:42:02 +0200 Subject: docview install readme txt file. * This is still work-in-progress. It seems to work on some systems, but not 100% on others. :-/ --- docview/install/linux.readme.txt | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) (limited to 'docview') diff --git a/docview/install/linux.readme.txt b/docview/install/linux.readme.txt index 7842b8c2..b9af5a93 100644 --- a/docview/install/linux.readme.txt +++ b/docview/install/linux.readme.txt @@ -12,19 +12,27 @@ Steps: 3. $ cp images/inf-book-28x48.png ~/.icons/inf-help.png -4. $ cp install/docview.desktop ~/.local/share/applications/ +4. $ cd ~/.icons; ln -s inf-help.png application-inf.png -5. $ cp docview-mime.xml ~/.local/share/mime/packages +5. $ cp install/docview.desktop ~/.local/share/applications/ + +6. $ cp docview-mime.xml ~/.local/share/mime/packages + +7. $ update-mime-database ~/.local/share/mime/ + + + You are done! + +****** The rest is not needed anymore ******** -6. $ update-mime-database ~/.local/share/mime/ Gnome now knows the mime type for *.inf files. Now to setup the new default icon Nautilus will show for *.inf files, you need to do these two steps. -7. $ mkdir ~/.icons/gnome/48x48/mimetypes +8. $ mkdir ~/.icons/gnome/48x48/mimetypes -8. $ ln -s ~/.icons/inf-help.png ~/.icons/gnome/48x48/mimetypes/gnome-mime-application-inf.png +9. $ ln -s ~/.icons/inf-help.png ~/.icons/gnome/48x48/mimetypes/gnome-mime-application-inf.png Now you are all done! -- cgit v1.2.3-54-g00ecf