Page 4 of 5

Posted: Sat 08 Sep 2018, 20:14
by zagreb999
yes, it is in right click menu,
but it can not copy....

Posted: Sat 08 Sep 2018, 20:35
by fredx181
zagreb999 wrote:yes, it is in right click menu,
but it can not copy....
Strange... you do have folder /root/Startup, right ? If so, what you see when running from terminal

Code: Select all

copy-fast /root/Startup
The copy-fast gui appears, yes ?
If so, select a directory and click 'Copy', what happens ?
Any messages in terminal ?

You do have gtkdialog installed ?

Fred

Posted: Sat 08 Sep 2018, 20:48
by zagreb999
The copy-fast gui does not appear

no messages in terminal

Posted: Sat 08 Sep 2018, 21:03
by fredx181
zagreb wrote:The copy-fast gui does not appear
That's bad, gtkdilaog is installed as you show, do other gtkdialog based apps run ? (e.g. pfind)
If not, I'd say something is very wrong with your xenialdog install.
no messages in terminal
I see errors from sed.

Fred

Posted: Sat 08 Sep 2018, 21:08
by zagreb999
pfind works perfectly

all apps work perfectly

xenialdog--xfce works perfectly....

Posted: Sat 08 Sep 2018, 21:27
by fredx181
zagreb999 wrote:pfind works perfectly

all apps work perfectly

xenialdog--xfce works perfectly....
Ah, good !
I think I found the problem now, it gets stuck because /etc/DISTRO_SPECS doesn't exist on 'Dog' distros, giving error:

Code: Select all

/usr/local/bin/copy-fast: line 159: /etc/DISTRO_SPECS: No such file or directory
So... open the copy-fast script with text-editor and comment out line 159, so becomes:

Code: Select all

# . /etc/DISTRO_SPECS
And save the file.
Should work then !

Fred

Posted: Sat 08 Sep 2018, 22:08
by zagreb999
compliments!!!

it works!

thanks!

Posted: Sat 08 Sep 2018, 22:23
by fredx181
Great !!!

Posted: Tue 11 Sep 2018, 23:18
by don570
So... open the copy-fast script with text-editor and comment out line 159, so becomes:
Code:
# . /etc/DISTRO_SPECS

And save the file.
Should work then !
I found this problem in other distros as well. like debian dog and stretch dog.
I have left out this line in copy-fast 2.7

Posted: Tue 11 Sep 2018, 23:21
by don570

New version 2.7


-Should be compatible to a large number of puppies.

- debian version works for
StretchDog32-openbox_xfce-jwm-2017-10-10


- should be compatible for rox file manager , Thunar and pcmanfm

However Thunar needs refresh of menus to rebuild the right click menus.
______________________________________________________

Posted: Tue 11 Sep 2018, 23:32
by don570
debian version is available here
Size 10k
copy-fast_2.7_all.deb
https://drive.google.com/open?id=1g6s9h ... IpuCbUmwmD
___________________________________________



Note that a few distros (tazpup) like to add partitions to /media folder
rather than /mnt
I never bothered to implement this.
_____________

Posted: Sat 17 Aug 2019, 15:44
by Flash
Bump. (So I can find this thread. The forum's search function can't find it.)