Advertisement
Guest User

Untitled

a guest
Dec 11th, 2016
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 1.32 KB | None | 0 0
  1. diff -Naur foxitreader.orig/usr/lib/foxitreader/FoxitReader.desktop foxitreader/usr/lib/foxitreader/FoxitReader.desktop
  2. --- foxitreader.orig/usr/lib/foxitreader/FoxitReader.desktop    2016-02-16 15:23:41.000000000 +0100
  3. +++ foxitreader/usr/lib/foxitreader/FoxitReader.desktop 2016-04-25 21:26:52.134050652 +0200
  4. @@ -1,10 +1,11 @@
  5.  [Desktop Entry]
  6.  Name=Foxit Reader
  7. -Comment=View pdf documents
  8. +Comment=View PDF documents
  9.  Keywords=pdf;octet-stream;
  10.  StartupNotify=true
  11.  Terminal=false
  12.  Type=Application
  13.  Categories=Application;Office;Viewer;X-Red-Hat-Base;
  14. -MimeType=application/pdf;application/octet-stream;
  15. +MimeType=application/pdf;
  16. -Icon=FoxitReader
  17. +Icon=foxitreader
  18. +Exec=foxitreader %F
  19. diff -Naur foxitreader.orig/usr/lib/foxitreader/FoxitReader.sh foxitreader/usr/lib/foxitreader/FoxitReader.sh
  20. --- foxitreader.orig/usr/lib/foxitreader/FoxitReader.sh 2016-02-16 15:23:41.000000000 +0100
  21. +++ foxitreader/usr/lib/foxitreader/FoxitReader.sh  2016-04-25 21:32:42.102968443 +0200
  22. @@ -1,3 +1,5 @@
  23.  #!/bin/sh
  24. - appname="FoxitReader"
  25. -
  26. +appname="FoxitReader"
  27. +selfpath="$(dirname $(readlink -f "$0"))"
  28. +export LD_LIBRARY_PATH="${selfpath}/lib:${selfpath}/platforms:${selfpath}/printsupport:${selfpath}/rmssdk:${selfpath}/sensors:${selfpath}/imageformats:${selfpath}/platforminputcontexts"
  29. +exec "${selfpath}/${appname}" "$@"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement