mirror of
https://github.com/KeithDHedger/LFSDesktopProject.git
synced 2026-01-13 05:42:05 +00:00
fixed spaces in filenames for lfsdesktop, minor bug fixes etc ...
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user