fixed spaces in filenames for lfsdesktop, minor bug fixes etc ...

This commit is contained in:
K D Hedger
2022-09-06 20:41:51 +01:00
parent d0b73e851b
commit 141fcb48c6
8 changed files with 20 additions and 13 deletions

View File

@ -57,7 +57,7 @@ bool buttonCB(void *p,void* ud)
free(command);
if(openFile->LFSTK_getValue()==true)
{
asprintf(&command,"xdg-open %s &",(const char*)ud);
asprintf(&command,"xdg-open $(pwd)/%s &",(const char*)ud);
system(command);
free(command);
}