Tiny Core Base > Release Candidate Testing

Core v4.7rc1

<< < (3/6) > >>

roberts:

--- Quote from: AmatCoder on October 10, 2012, 05:05:44 AM ---
--- Quote from: roberts on October 09, 2012, 02:48:37 PM ---[...]From the ondemand menu, item will be loaded and if specified by a freedesktop item will also be launched[...]

--- End quote ---

This gives an error if freedesktop field codes are specified (like %f , %U , ect..) into Exec key. They should be ignored when launching.

--- End quote ---
Check. Completed trailing % options ignored from an ondemand launch.

roberts:

--- Quote from: netnomad on October 09, 2012, 03:12:42 PM ---hi roberts,

first impression of 4.7rc1 is very positive:
the ondemand-feature for scm is a great enhancement! thank you for that...
in the past it was quite a big job to load f.e. libreoffice with the help of the scm-app.
this loading and unloading feature over the ondemand-menue is really a big step.
one little remark:
when i load libreoffice then it tries a text import and opens the soffice-starting-script with calc as a csv-file.

#########################################
#!/bin/sh         
for arg do       
   case ${arg:0:1} in    
      -) SAVE_ARGS="${SAVE_ARGS}${arg}|"
      /) SAVE_ARGS="${SAVE_ARGS}${arg}|"
      *) SAVE_ARGS="${SAVE_ARGS}$PWD/${arg}|"
   esac   
done      
IFS='|'      
      
cd /apps/libreoffice3.6/program      
./soffice ${SAVE_ARGS}      
#########################################

after a second retry everything works fine.
the unloading of the scm works flawless, too. :)

--- End quote ---

Ah, that is the old format of an ondemand item. Please delete and re-create ondemand items.
Thanks for reporting.

netnomad:

--- Quote ---Ah, that is the old format of an ondemand item. Please delete and re-create ondemand items.
Thanks for reporting.

--- End quote ---

hi roberts,

i deleted and re-created my libreoffice.scm ondemand-entry twice and i had no success.
do you perhaps mean that the scm-packages need to be recreated by the scm-maintainers,
because there need different start-scripts?

thank you for your help.

SvOlli:
Here's a suggestion for a bugfix for the bug in the "apps"-app I reported earlier.

Tested on my machine, works fine there, and also resolves the directory shown in the gui.

Greetings,
SvOlli

roberts:

--- Quote from: netnomad on October 10, 2012, 05:07:22 PM ---
--- Quote ---Ah, that is the old format of an ondemand item. Please delete and re-create ondemand items.
Thanks for reporting.

--- End quote ---

hi roberts,

i deleted and re-created my libreoffice.scm ondemand-entry twice and i had no success.
do you perhaps mean that the scm-packages need to be recreated by the scm-maintainers,
because there need different start-scripts?

thank you for your help.

--- End quote ---
I have not been able to reproduce your issue. Tested both libreoffice 3.5 and 3.6 scm. There is no change to actual scm.
The format of the ondemand item yes. Use the delete option of scmapps ondemand maintenance,
this should remove the ondemand item. Then use the add option of scmapps ondemand maintenance.
If you still have a problem, then please post the contents of your ondemand item and which window manager you are using.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version