Tiny Core Linux
dCore Import Debian Packages to Mountable SCE extensions => dCore X86 => Topic started by: jls on August 19, 2014, 04:42:53 AM
-
Hi
- loading extensions via ondemand doesn't process the eventual dep file.
For example I have file-roller in ondemand which has tar & rar as deps, but those 2 are only loaded using loadsce not via ondemand
- an eventual argument is not passed.
For example if I double click on an archive file file-roller is launched without opening the file, while if file-roller is already installed the archive file is correctly opened by file-roller
-
Ok, I will check it out.
-
bump
-
Updated, check release announcement.
-
Hi
About the ondemand script:
variable LOCALDIR declared at line 33 but not used, maybe needed for checking along with the one already checked at line 104:
if [ -e /usr/share/applications/"$APPNAME".desktop ]; then
-
There are some more adjustments I plan to make to ondemand when dealing with missing commands. I will look at the missing variable.