The time now is Tue 24 Apr 2018, 21:23
All times are UTC - 4 |
Page 1 of 8 [110 Posts] |
Goto page: 1, 2, 3, ..., 6, 7, 8 Next |
Author |
Message |
666philb

Joined: 07 Feb 2010 Posts: 3171 Location: wales
|
Posted: Thu 10 Jan 2013, 16:50 Post subject:
quickpet_precise 2 Subject description: quickpet for precise |
|
this is a spin of quickpet for precise puppy,
quickpet and slickpet were well liked by users, enabling them to easily install popular packages.
i love precises PPM, and think Barry has done an amazing job improving it, speeding up dependency checking, speeding up updating the repos (this now takes under a minute as opposed to 20+ mins on lucid) and making it more compatible with the ubuntu repos than lucid was.
some users find it a little intimidating though and just want easy access to a few popular programs, so i've had a go at making a quickpet for precise.
--------------------------------------------------------------------
quickpet_precise 2
changes....
1.most packages now hosted by pemasu
2.added devx, kernel sources, QT, stellarium ,slimboat and qupzilla browsers
3. there's now an update button
4. shrunk the package to 106kb
5. vlc, qupzilla, smplayer & stellarium now share qt (may cause problems with the PPM! we'll see)
6. improved dropbox install
7. tooltips added
8. updated to googleearth 7
9. fixed skype link
10. added groovejaar & gtk-youtube-viewer
11 added a games tab
12 now using dropbox to host the files
13 added steam (games portal)
14 added desura (games portal)
15 fixed menu icon
16 added xombrero browser
17 updated browsers & nvidia driver
18 0.7added instantbird, gogglesmm, wuala, mixxx, openhexagon & love2d
19 0.8 added openoffice, libreoffice, librecad, guvcview, qosmic
20 0.9 added pinta (requested by lvds)
21 1.0 added graphic drivers for precise 5.6
22 1.1 re added xchat
23 1.2 added kingsoft office, guayadeque, foobnix, gmusicbrowser ,audacious, qmplay2, avidemux, lmms & updated tixati...
auto desktop icon thanks to 01micko
26 1.6.2 added qbittorrent, amule, google music manager, hotshots , inkscape
updated tixati & grooveoff
27 1.7 smoother updating,gui size changer, updated openoffice, libreoffice, firefox, chromium & added drivers for 5.7
28 1.8 updated google chrome, firefox, iron, tor & deadbeef (thanks to oscartalks). fixed supertuxcart & warzone links (thanks to zx81), fixed flash installer (thanks to shinobar)
added thunderbird email
29 now hosted on ibiblio
-----------------------------------------------------------------------
suggestions for 'popular' packages missing, are welcome.
enjoy
666philb aka mrfricks
 |
Description |
|

Download |
Filename |
quickpet_precise-2.pet |
Filesize |
208.75 KB |
Downloaded |
3223 Time(s) |
_________________ Tahrpup, built with trusty tahr packages http://murga-linux.com/puppy/viewtopic.php?t=96178
Xenialpup64, built with xenial xerus packages http://murga-linux.com/puppy/viewtopic.php?t=107331
Last edited by 666philb on Thu 06 Aug 2015, 15:30; edited 31 times in total
|
Back to top
|
|
 |
pemasu

Joined: 08 Jul 2009 Posts: 5484 Location: Finland
|
Posted: Thu 10 Jan 2013, 18:57 Post subject:
|
|
First impression is nice. I could provide those datafile host et mediafire files in upup-precise repo. First I need confirmation that they all work. There is some overlapping things also. VLC probably has qt libs included. That VLC version had subtitles working, Billtoo compiled one ?
Smplayer suggests to use Ubuntu Precise qt libs, I didnt use them when I compiled Smplayer so I dont know the compabilty.
Fix the Mutimedia to Multimedia in the quickpet script.
Up to date Firefox you will get as Canonical version from PPM after you update PPM. That is nice way to get the latest Firefox easily. It wont be updatable , probably. Only by installing new version by PPM again. In good and bad.
Really nice alpha version in quickpet spirit. There is the never ending update cycle problem though.
|
Back to top
|
|
 |
bignono1

Joined: 17 May 2009 Posts: 367 Location: Q8
|
Posted: Fri 11 Jan 2013, 12:34 Post subject:
|
|
Well done mate, nice working with precise.http://imagebin.org/242514
|
Back to top
|
|
 |
pemasu

Joined: 08 Jul 2009 Posts: 5484 Location: Finland
|
Posted: Sat 12 Jan 2013, 06:58 Post subject:
|
|
I have now uploaded to the upup precise repo your external hosted apps. Excluding the vlc pet. I do have my qt apps separated so that they need just qt-4.8.2.sfs (renamed as that) and then you install the compiled qt apps, which comes without qt libs in my repo.
Load qt-4.8.2.sfs and then as many qt app as you want.
Vlc pet has its own qt libs, so I didnt upload it now. It works great though, subtitles are working, so it has been compiled right, which is rare.
I did change couple of upper case named app to lower case name, like Opera to opera, they are now all lower case named. It helps browsing the repo. I try to get rid of all upper case named stuff.
I have added also new slimboat browser to the repo. It comes with its own libs in /opt and so it does not mess with other libs. It is qt libs based webkit browser. There is thread about it in murga-forum. There seems to be fans for it. For me it looks like and behaves like Qupzilla.
I have Trolltech file in Upup Precise which makes qt apps lookout better. I did add that Trolltech file to the slimboatbrowser pet.
|
Back to top
|
|
 |
01micko

Joined: 11 Oct 2008 Posts: 8670 Location: qld
|
Posted: Sat 12 Jan 2013, 07:16 Post subject:
|
|
I don't know if you include a quckpet icon or not in the pet, but here is s snippet that works for placing an icon on the desktop in the pinstall.sh, it's from the "browse as spot" program I wrote a looong time ago, but the idea is there. Code: | #!/bin/sh
#pinstall.sh for Browsesafe 20110424
icon() #sets icon on desktop
{
echo "<?xml version=\"1.0\"?>
<env:Envelope xmlns:env=\"http://www.w3.org/2001/12/soap-envelope\">
<env:Body xmlns=\"http://rox.sourceforge.net/SOAP/ROX-Filer\">
<PinboardAdd>
<Path>/usr/sbin/browsesafe</Path>
<X>224</X>
<Y>224</Y>
<Label>browsesafe</Label>
</PinboardAdd>
</env:Body>
</env:Envelope>" | rox -R
echo "<?xml version=\"1.0\"?>
<env:Envelope xmlns:env=\"http://www.w3.org/2001/12/soap-envelope\">
<env:Body xmlns=\"http://rox.sourceforge.net/SOAP/ROX-Filer\">
<SetIcon>
<Path>/usr/sbin/browsesafe</Path>
<Icon>/usr/share/icons/browsesafe.png</Icon>
</SetIcon>
</env:Body>
</env:Envelope>" | rox -R
gtkdialog-splash -bg thistle -timeout 12 -fontsize large -close box -text "NOTICE: Browsesafe has been installed. A desktop icon should have appeared alongside the 'chat' icon, for convenient starting of browsesafe."
[ -f /root/.config/rox.sourceforge.net/ROX-Filer/globicons ] && cp -f /root/.config/rox.sourceforge.net/ROX-Filer/globicons /root/Choices/ROX-Filer/
}
export -f icon
#######SNIP#######
#other stuff goes here |
Also, I have a few icons in a package.. just crack it open and retrieve them. You'll have to get vicmz to make you a neon one though
With a bit of creativity you could detect the current icon theme and even place the right one in the pinstall.sh, or close to it.
Description |
some quickpet icons
|

Download |
Filename |
z_xtra-icons-0.1.pet |
Filesize |
10.89 KB |
Downloaded |
2200 Time(s) |
_________________ Puppy Linux Blog - contact me for access
|
Back to top
|
|
 |
pemasu

Joined: 08 Jul 2009 Posts: 5484 Location: Finland
|
Posted: Sat 12 Jan 2013, 07:26 Post subject:
|
|
qupzilla-1.3.5-precise.pet uploaded to the upup precise repo. It needs also qt-4.8.2.sfs for usage. 2.1 Mb browser pet !
|
Back to top
|
|
 |
666philb

Joined: 07 Feb 2010 Posts: 3171 Location: wales
|
Posted: Sun 13 Jan 2013, 13:24 Post subject:
|
|
uploaded a new version quickpet_precise 0.2, attached on first post.
packages now hosted by pemasu, other changes mentioned on first post
hi 01micko, thanks for posting that, i was thinking of trying to get an icon on the desktop. unfortunately i can't get the pinstall script for the icon to work, not sure what i'm missing, i'll look into it further.
_________________ Tahrpup, built with trusty tahr packages http://murga-linux.com/puppy/viewtopic.php?t=96178
Xenialpup64, built with xenial xerus packages http://murga-linux.com/puppy/viewtopic.php?t=107331
|
Back to top
|
|
 |
pemasu

Joined: 08 Jul 2009 Posts: 5484 Location: Finland
|
Posted: Sun 13 Jan 2013, 16:58 Post subject:
|
|
666philb. I tested the stripped ( qt libs separated ) vlc-2.0.5. In my tests it worked ok, also with subtitles, with qt-4.8.2.sfs. Vlc-2.0.5 has been uploaded to the upup repo.
There is also vlc-2.0.3 in the upup repo. That one has been compiled by Billtoo, correctly. It has dvb tuner and subtitles support, and it handles fine different formats. So....there is from what to choose.
Quickpet-0.2 looks great !!!
There really is now browsers from to choose. Also there is now great selection of other popular apps to download.
Thank you of your work with Quickpet. Many puppy users appreciate it.
|
Back to top
|
|
 |
nancy reagan
Joined: 22 Jan 2009 Posts: 549
|
Posted: Sun 13 Jan 2013, 18:43 Post subject:
Re: quickpet_precise (alpha) Subject description: quickpet for precise |
|
Hi Phil,
First of very much thanks of the quickpet.
666philb wrote: | this is a spin of quickpet for precise puppy,
suggestions for 'popular' packages missing, are welcome.
666philb aka mrfricks |
Regardig from your above quote I hope I understand you well by playing kind of Santa Claus ?
Maybe not, but if so, here is my list, don't know whether they are, or might -become- popular or not,
- Digikam
- Google Earth 7 and its additional KML
- K3B or Brasero, anyway the one with which you can make an iso from a cd (not meant for remastering like isomaster)
- Clonezilla (or is this something standishing alone ?)
- Dupfinder
(not popular but probably underestimated as it can gather a lot of information on duplicates. Besides probably got nothing to do with ubuntu, but asking does not hurt, replying sometimes does
http://murga-linux.com/puppy/viewtopic.php?t=68286
'm such a supernoob even don't know what is symlinking, nor how to run ".sh". Bad, yes.
Or maybe you could give me a clue how to compile pets. I thought at first that since Precise making pets would be as easy as making popcorn ... (when I saw your xmbc ..) probably not.
When I did a run in Jejy's test "apt-get" deriv' I found that the packages returned were more complete than in the original precise .. but howto turn it onto a pet ...
|
Back to top
|
|
 |
tytower
Joined: 24 Feb 2007 Posts: 440 Location: Green Island Cairns for the winter
|
Posted: Tue 22 Jan 2013, 05:24 Post subject:
|
|
For Pets info Go to install , choose Barrys notes -Package manager Intro web page
end up here
http://puppylinux.com/development/package-management.htm
follow links for good explanations
I cant fault PBurn for burning DVD's-had no trouble with it and I was a k3b regular-its under Multimedia
_________________ Neither my Family nor my Property are Government issues. Governments should do what they were designed to do Manage the larger issues best done by Governments
To stop corruption give them 3 times the penalty. Get their agreement on first employment.
Last edited by tytower on Mon 28 Jan 2013, 17:19; edited 1 time in total
|
Back to top
|
|
 |
666philb

Joined: 07 Feb 2010 Posts: 3171 Location: wales
|
Posted: Mon 28 Jan 2013, 14:31 Post subject:
|
|
hi nancy reagan
sorry it took a while to reply .. i've been quite busy!
digikam is huge 198mb! so i'm not adding that, k3b i might add, athough i've no cd drive at the mo to test it. and clonzilla seems to be something you run from a disk.
i've added the new googleearth 7 though, and also a link to dupfinder on the useful .pets tab.
i've not made a new pet of quickpet as you can update quick_pet precise using the update option in the menu
the best way to understand .pets is to look inside one. install the rightclick options pet... then right click on a pet to extract it
_________________ Tahrpup, built with trusty tahr packages http://murga-linux.com/puppy/viewtopic.php?t=96178
Xenialpup64, built with xenial xerus packages http://murga-linux.com/puppy/viewtopic.php?t=107331
|
Back to top
|
|
 |
666philb

Joined: 07 Feb 2010 Posts: 3171 Location: wales
|
Posted: Fri 15 Feb 2013, 18:09 Post subject:
|
|
fixed broken skype link
_________________ Tahrpup, built with trusty tahr packages http://murga-linux.com/puppy/viewtopic.php?t=96178
Xenialpup64, built with xenial xerus packages http://murga-linux.com/puppy/viewtopic.php?t=107331
|
Back to top
|
|
 |
MikeyBrat
Joined: 30 Dec 2012 Posts: 27
|
Posted: Tue 19 Feb 2013, 01:48 Post subject:
Quickpet for Precise 5.4.3 |
|
LOVIN' IT
-
Precise 5.4.3 frugal on PNY 8gb usb plugged into my Dell Latitude D630 laptop usually or to use some dell at work that has some windowz xp some-or-other on hd that takes FOREVER to boot.
|
Back to top
|
|
 |
nancy reagan
Joined: 22 Jan 2009 Posts: 549
|
Posted: Sat 23 Feb 2013, 18:38 Post subject:
|
|
Hi Phil.
Thanks for your efforts
Nancy Reagan
|
Back to top
|
|
 |
666philb

Joined: 07 Feb 2010 Posts: 3171 Location: wales
|
Posted: Mon 04 Mar 2013, 15:28 Post subject:
|
|
updated ... please use the update button in quickpet
added a games tab and some games
added groovejaar
added gtk-youtube-viewer
_________________ Tahrpup, built with trusty tahr packages http://murga-linux.com/puppy/viewtopic.php?t=96178
Xenialpup64, built with xenial xerus packages http://murga-linux.com/puppy/viewtopic.php?t=107331
|
Back to top
|
|
 |
|
Page 1 of 8 [110 Posts] |
Goto page: 1, 2, 3, ..., 6, 7, 8 Next |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|