diff options
author | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2010-08-10 14:42:02 +0200 |
---|---|---|
committer | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2010-08-10 14:42:02 +0200 |
commit | 2dec51ff9cccda8058533d1f52bf2d7cd09dcb84 (patch) | |
tree | c489951235a3da970f42d469c2399a5c09fc6bfb | |
parent | a21ecfc82f48a426feae5a168129a1efd6f4473f (diff) | |
download | fpGUI-2dec51ff9cccda8058533d1f52bf2d7cd09dcb84.tar.xz |
docview install readme txt file.
* This is still work-in-progress. It seems to work on
some systems, but not 100% on others. :-/
-rw-r--r-- | docview/install/linux.readme.txt | 18 |
1 files changed, 13 insertions, 5 deletions
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! |