mirror of
https://github.com/workinghard/GuitarTeX2.git
synced 2025-12-14 02:42:09 +00:00
new config
This commit is contained in:
@@ -291,12 +291,15 @@ final class Configurations {
|
|||||||
mProperties.setProperty("tmpPath", path);
|
mProperties.setProperty("tmpPath", path);
|
||||||
}
|
}
|
||||||
checkResult = checkDirectory(mProperties.getProperty("tmpPath"));
|
checkResult = checkDirectory(mProperties.getProperty("tmpPath"));
|
||||||
|
/*
|
||||||
checkResult = checkResult & checkFile(mProperties.getProperty("linuxPdfViewer"));
|
checkResult = checkResult & checkFile(mProperties.getProperty("linuxPdfViewer"));
|
||||||
if ( checkResult == false ) {
|
if ( checkResult == false ) {
|
||||||
mConsole.addText("linuxPdfViewer not found");
|
mConsole.addText("linuxPdfViewer not found");
|
||||||
confProblems = confProblems + "linuxPdfViewer not found!\n";
|
confProblems = confProblems + "linuxPdfViewer not found!\n";
|
||||||
}
|
}
|
||||||
pdfViewer = mProperties.getProperty("linuxPdfViewer");
|
pdfViewer = mProperties.getProperty("linuxPdfViewer");
|
||||||
|
*/
|
||||||
|
pdfViewer = "xdg-open";
|
||||||
tmpDir = mProperties.getProperty("tmpPath");
|
tmpDir = mProperties.getProperty("tmpPath");
|
||||||
return checkResult;
|
return checkResult;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ pdflatex=/usr/bin/pdflatex
|
|||||||
windowsTmpPath=
|
windowsTmpPath=
|
||||||
tmpPath=
|
tmpPath=
|
||||||
windowsPdfViewer=/Programme/Adobe/Reader/AcroRd32.exe
|
windowsPdfViewer=/Programme/Adobe/Reader/AcroRd32.exe
|
||||||
linuxPdfViewer=/usr/bin/acroread
|
linuxPdfViewer=/usr/bin/xdg-open
|
||||||
exSongFile=griechischer_wein.gtx
|
exSongFile=griechischer_wein.gtx
|
||||||
exBookFile=my_first_book.gtb
|
exBookFile=my_first_book.gtb
|
||||||
gtxServer=guitartex2.nikolai-rinas.de
|
gtxServer=guitartex2.nikolai-rinas.de
|
||||||
|
|||||||
Reference in New Issue
Block a user