Page 17 of 17

Re: Replacement OR handling in the OFFICIAL REPO

Posted: Thu 15 Nov 2012, 01:50
by Q5sys
gcmartin wrote:We are working with 64bit PCs which, in most cases, are lightning fast with robust RAM in comparison to older 32bit architecture. This is why FATDOG is slightly bigger than other PUPs because the author(s) recognize the advantage they have and the community they are helping. They have not done anything in the past that has produced a negative impact in our systems even thought the download size has had a marginal increase.This increase in a download, again, for those of us who understand architecture and path-lengths, does NOT introduce any negative performance or use impact while delivering much needed additional functionality. Many of us understand this and do not see the slight increases as negative for the benefits and full-feature we gain in the distro.
Just because a system is 64 bit doesn't mean its a power house. I have a netbook thats got a 64bit CPU in it... but its 1.6 ghz (when on AC power) and has 2gb ram. With Speedstep when I use the battery it drops down to probably around 800mhz speed.
So yea... its 64bit... but it doesnt mean it has the power of my quad core intel desktop with 16gb ram.
So there is a need for slim 64bit puppies. If I tried to run the full setup I have on my desktop on my netbook... it'd run alot slower. So I have to modify what programs I have installed on my netbook via SFS packages so that it zips along.

And Yes... Fatdog is larger than most puppies... I think its around twice the size. But if we (as a community) added in every feature some user might want into the base ISO... we, might as well just run a full blown Slackware install or some other Linux distro.
Speaking specifically about size... the fatdog ISO is 200mb. If we take your concept of, put it all in the core ISO... then we'd be adding in the devx sfs, which is 360mb. So now our decent size puppy is 560 mb. The most recent Arch Linux ISO is 417MB, and that includes both 32 and 64 bit architectures.

If there is a demand for a massive puppy distro... lets call it 'obese pup'; then some dev will step forward and make it. But aside from a few people here and there, asking for specific packages... there doesnt seem to be a large number of people who are wanting all this extra stuff built into the core ISO. I believe this is because people are embracing the modular nature of puppy and can custom design their system as they see fit, and not as someone else has decided whats good for them.
Maybe I'm wrong... If I am... I hope those people will step up and speak.

Posted: Thu 15 Nov 2012, 02:32
by jamesbond
I have to agree with Q5sys.

Fatdog is probably too big as it already is. I'm not saying it won't grow even bigger with time; but I don't see myself or kirk adding something which suddenly "embiggen" it by 50MB or something unless we have a very strong reason for it. Thus, openshot in the base iso is definitely out of question.

I'm happy for anyone to produce the latest openshot SFS. I did the openshot 1.3.1 SFS for Fatdog 500 but haven't gotten the time to update it ever since (I haven't edited video for a long time).

Alternatively, I would encourage you to try "lives", which is available in the package repo. "lives" is a VJ and video editor http://lives.sourceforge.net/. It has a different UI from openshot but I believe it has similar features.

cheers!

Posted: Thu 15 Nov 2012, 11:33
by smokey01
Very impressed with LiVES so far.

Posted: Thu 15 Nov 2012, 19:16
by gcmartin
Thanks JamesBond, Lives looks good too.

If there is a concern about ISO size and if Kino has some issues. Why not remove it to reduce ISO size. This would ease upload and downloads.

Then, the if could be left to the user community to react when need.

Here to help

Posted: Thu 15 Nov 2012, 22:37
by jamesbond
gcmartin wrote:Thanks JamesBond, Lives looks good too.
No, thanks for kirk, he chose and built Lives for the rest of us :D
If there is a concern about ISO size and if Kino has some issues. Why not remove it to reduce ISO size. This would ease upload and downloads.
Because kirk uses this on a daily basis? 8)

Posted: Sun 18 Nov 2012, 00:21
by smokey01
I have added a few more Applications.

FileZilla - A great FTP client
http://www.smokey01.com/software/Fatdog ... 0-fd64.pet

LiVES SFS includes all of the required dependencies (Video Editor)
http://www.smokey01.com/software/Fatdog ... 1-fd64.sfs

Patch to fix Smurf look in youtube videos
http://www.smokey01.com/software/Fatdog ... atched.pet

Command line movies grabber
http://www.smokey01.com/software/Fatdog ... 3-fd64.pet

Posted: Sun 18 Nov 2012, 04:33
by kirk
Avidemux-2.6git(11/ 16/2012) will replace Kino in 610 as long as nothing bad shows up. Seems pretty good so far and a nice upgrade over Kino. They are both 12MB uncompressed with all dependencies.

Amazon Prime videos are now working in 610. Turns out Flash player has a dependency on HAL, just stupid. Anyway, 610 has a very hacked down version of hal running to support Flash. Probably fix Flash on other web sites too.

We hope to have 610 (beta?) out next week.

Posted: Mon 19 Nov 2012, 11:32
by spandey
Looks like by mistake I installed a font pet. Now I get 'ERROR: No value entered where "gtk_tree_store_append" expects one!' when trying to open Package manager.

How do I remove this offending pet?

Posted: Mon 19 Nov 2012, 11:36
by jamesbond
spandey wrote:Looks like by mistake I installed a font pet. Now I get 'ERROR: No value entered where "gtk_tree_store_append" expects one!' when trying to open Package manager.

How do I remove this offending pet?
Open /root/.packages/user-installed-packages and delete the line that contains that font.pet. This will not uninstall the pet but hopefully package manager will work again.

Posted: Mon 19 Nov 2012, 13:15
by spandey
Thanks a lot it worked like charm!!

Posted: Tue 20 Nov 2012, 23:27
by jamesbond
Fatdog 610beta has been released. See here for the announcement.

Posted: Sat 15 Dec 2012, 19:44
by don570
Forum member stu90 wrote a script to make a pet package from
a folder called 'makepet'. (It makes a right click menu)

It has the command

Code: Select all

dir2pet "$PET"
I found that it didn't work in fatdog 610, but a change would make it
work

Code: Select all

xterm -e dir2pet "$PET"
_____________________________________________