File qtVlm-fix-homedir.patch of Package qtVlm_save
diff -U 6 -H -d -r -N -- qtVlm-3.4.4r2293-1/src/main.cpp qtVlm-3.4.4r2293/src/main.cpp
--- qtVlm-3.4.4r2293-1/src/main.cpp 2014-08-26 23:04:39.000000000 +0200
+++ qtVlm-3.4.4r2293/src/main.cpp 2014-09-24 07:16:05.685359754 +0200
@@ -84,13 +84,13 @@
{
QDir::setCurrent(appExeFolder);
curDir=QDir::currentPath();
qWarning() << "currentPath modified: " << curDir << "applicationDirPath returns: " << appExeFolder;
}
homeDir = QDir::homePath();
- homeDir += "/.qtVlm";
+ homeDir += "/qtVlm";
#endif
appExeFolder=Util::currentPath();
qWarning()<<"Current app path"<<appExeFolder;
// home folder