--- a/m/einit.m
+++ b/m/einit.m
@@ -7,7 +7,7 @@
 % written by stefan.mueller@fhr.fraunhofer.de (C) 2010
 
 % Paths of epstk
-eInstallPath='/usr/local/share/octave/site-m/octave-epstk/';
+eInstallPath='/usr/share/octave/site/m/octave-epstk/';
 ePath=eInstallPath;
 if exist('./einit.m')  % local directory
   eInstallPath=[pwd '/../'];
@@ -27,14 +27,14 @@
 %eGhostscript=''; %no ghostscript
 
 % Program filename of postscript-viewer  
-eGhostview=''; %no ghostview, if empty then eBrowser is used
-%eGhostview='gv'; %gv for linux
+%eGhostview=''; %no ghostview, if empty then eBrowser is used
+eGhostview='gv'; %gv for linux
 %eGhostview='gv --scale=-2 --media=BBox'; %with scale option of gv-version >3.6 for linux
 %eGhostview='ggv'; %gome-gv for linux
 %eGhostview='"c:/gs/gsview/gsview/gsview32.exe"'; %ghostview for windows
 
 % Program filename of Browser
-eBrowser='firefox'; %firefox
+eBrowser='sensible-browser'; %firefox
 %eBrowser='"C:/Program Files (x86)/Mozilla Firefox/firefox.exe"'; %firefox on windows
 
 % Default outputfile
