WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: 2 ondemand bugs  (Read 2564 times)

Offline jls

  • Hero Member
  • *****
  • Posts: 2135
2 ondemand bugs
« on: August 19, 2014, 01: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
dCore user

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: 2 ondemand bugs
« Reply #1 on: August 19, 2014, 02:20:27 AM »
Ok, I will check it out.

Offline jls

  • Hero Member
  • *****
  • Posts: 2135
Re: 2 ondemand bugs
« Reply #2 on: October 25, 2014, 01:39:29 AM »
bump
dCore user

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: 2 ondemand bugs
« Reply #3 on: October 25, 2014, 12:35:14 PM »
Updated, check release announcement.

Offline jls

  • Hero Member
  • *****
  • Posts: 2135
Re: 2 ondemand bugs
« Reply #4 on: October 27, 2014, 06:30:40 AM »
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:
Code: [Select]
if [ -e /usr/share/applications/"$APPNAME".desktop ]; then
dCore user

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: 2 ondemand bugs
« Reply #5 on: October 27, 2014, 05:55:41 PM »
There are some more adjustments I plan to make to ondemand when dealing with missing commands.  I will look at the missing variable.