Page 5 of 53

right click package for links

Posted: Thu 22 Sep 2011, 22:30
by don570
I made a right click package for links browser.

Odd thing is that app checks the size of user's screen
and then fills most of it with a window.
That's a good feature. I've never seen any other small sized
app that does that. It's especially good for a Netbook.

Available here
http://www.murga-linux.com/puppy/viewto ... 615#566615

________________________________________________

Posted: Thu 22 Sep 2011, 22:37
by pemasu
Thanks don570. I will combine the pets and upload the combo to the exprimo repo tomorrow. It will be in the PPM then, when I create update.

Language support for all languages

Posted: Sat 24 Sep 2011, 14:15
by shinobar
lang_pack_all-0.9.sfs, supports more than 100 languages, works well with Dpup Exprimo.
http://www.murga-linux.com/puppy/viewtopic.php?t=51702

Posted: Sat 24 Sep 2011, 14:18
by pemasu
Thanks Shinobar. I will upload that sfs to the exprimo repo. I have now a lot to do. I will make all fixes I have got feedback and then I wait Barrys latest woof to make the build. Busybox will be the newest, it should have rfkill preincluded. Lets see...
I will use the SMP version again as test platform.
I will compile those missed bluetooth kernel modules for SMP version also and they will be preinstalled in next version.

Posted: Sat 24 Sep 2011, 17:09
by DaveS
Does that mean there will be an updated 5x7 SMP version? Cool...............

Posted: Sat 24 Sep 2011, 17:14
by pemasu
Dave S et al. Yes there will be. I will use this as my test bed, but it has all the fixes which have been traced. Next version will use the woof Barry should upload soon.

Posted: Sat 24 Sep 2011, 17:27
by DaveS
Excellent.... thanks.

Posted: Sun 25 Sep 2011, 18:27
by pemasu
Barrys latest Busybox has some nice new additions:
# for x in `./busybox |grep ,|grep -v Â` ;do echo ${x%,}; done

Code: Select all

[ [[ acpid addgroup adduser ash base64 basename bbconfig beep blkid blockdev bunzip2 bzcat bzip2 cal cat chgrp chmod chown chpasswd chroot chvt cksum clear cmp cp cpio crond crontab cryptpw cut date dc dd deallocvt delgroup deluser depmod devmem df dhcprelay diff dirname dmesg dnsdomainname dos2unix dpkg dpkg-deb du dumpkmap dumpleases echo ed egrep eject env expand expr false fbset fbsplash fdflush fdformat fdisk fgconsole fgrep find findfs flock fold free freeramdisk fsync ftpget ftpput fuser getopt getty grep groups gunzip gzip halt hd hdparm head hexdump hostid hostname httpd hwclock id ifconfig ifdown ifplugd ifup init inotifyd insmod ionice iostat ip ipaddr ipcalc iplink iproute iprule iptunnel kbd_mode kill killall klogd less ln loadfont loadkmap logger login logname logread losetup ls lsmod lspci lsusb lzcat lzma lzop lzopcat makedevs man md5sum mdev mesg microcom mkdir mkdosfs mkfifo mkfs.reiser mkfs.vfat mknod mkpasswd mkswap mktemp modinfo modprobe more mount mountpoint mpstat mv nameif nc netstat nice nohup nslookup od openvt passwd patch pgrep pidof ping ping6 pipe_progress pivot_root pkill pmap poweroff [b]powertop[/b] printenv printf ps pscan pstree pwd pwdx rdate rdev readahead readlink realpath reboot renice reset resize rev [b]rfkill[/b] rm rmdir rmmod route rpm rpm2cpio rtcwake run-parts sed seq setconsole setfont setkeycodes setlogcons setserial sh sha1sum sha256sum sha512sum showkey sleep sort split start-stop-daemon stat strings stty su sulogin sum swapoff swapon switch_root sync sysctl syslogd tac tail tar tee telnet test tftp time timeout top touch tr traceroute traceroute6 true tty ttysize udhcpc udhcpd umount uname uncompress unexpand uniq unix2dos unlzma unlzop unxz unzip uptime usleep uudecode uuencode vi vlock volname watch wc wget which whoami xargs xz xzcat yes zcat 
Some nice new additions like rfkill and powertop.

I have compiled ffmpeg-0.8.4 in Exprimo. I hope to be able to add it with latest Pmusic to the next Exprimo.

Posted: Mon 26 Sep 2011, 10:21
by DaveS
I still get no joy with unmounting an SD card. My laptop has a built in SD card slot as do most now, and inserting a card is fine, puppy displays a desktop icon, and clicking the icon mounts the card and opens Rox, but clicking the little red X does not unmount it as it should. Instead, it just opens it in Rox again.
Right click unmount from menu works fine.
This is exactly the same behaviour in Slacko so I guess its a woof thing....

Posted: Mon 26 Sep 2011, 10:39
by pemasu
Dave S. Yeah, sounds like woof thing. New mount icon overlay mechanism does not work 100 %. I have faced same problem sometimes with my heavy usage. Well...I have broke many things with extreme testing. I have even broken petget - PPM several times...database handling just decided to go on strike.
But you have work around for it. If you want, you can post to the Barrys blog.
Slacko, Dpup Exprimo and Next Dpup are those now which uses latest woof, so Barry is probably interested in bugs.

Posted: Mon 26 Sep 2011, 11:18
by 01micko
pemasu wrote:
I have compiled ffmpeg-0.8.4 in Exprimo. I hope to be able to add it with latest Pmusic to the next Exprimo.
It would pay you to compile alsaequal and there is a link on that page to the CAPS LADSPA plugin, very basic to compile just the 3 typical options to ./configure :wink: .. then get Pequalizer which has a comprehensive pinstall.sh designed for woof that does all the hard work to get alsa set up. Pequalizer and Pmusic handles the switching of the hidden ~/.asoundrc so that it doesn't bork alsa when it's not in use. The equalizer will work with anything piped through alsa. so you can set ao="alsa" for mplayer and it works 8) . You got to get that "wings" thing fixed for Pmusic too.. it's the showcase :)

Cheers

Posted: Mon 26 Sep 2011, 12:30
by pemasu
01micko. Yep...I start today. Now I have tested that ffmpeg converts mp3 to wav, ogg and fac ok. Pmusic Wings theme is already fixed. See Pmusic-2.1.4.
I will add woo-ff and FF-convert to the next build.
Lets see now how the equalizer stuff roll on...

Posted: Mon 26 Sep 2011, 12:54
by pemasu
It wasnt that hard. Thanks 01micko.

Posted: Mon 26 Sep 2011, 13:03
by 01micko
pemasu wrote:It wasnt that hard. Thanks 01micko.
Would I lie to you? :D :lol:

sfs_load-1.2

Posted: Mon 26 Sep 2011, 13:11
by shinobar
Update: sfs_load-1.2
26 Sep 2011 v1.2: fix was undesired mount (thanks to mories), fix was fleezed input in combobox, fix ramsize
http://www.murga-linux.com/puppy/viewtopic.php?t=64354

Posted: Mon 26 Sep 2011, 16:40
by pemasu
Thanks Shinobar. The update is already in my woof.

Posted: Mon 26 Sep 2011, 21:30
by pemasu
Dpup Exprimo 5.X.8 SMP has been uploaded. It has my latest work, several additions and updates. It is probably not yet the complete one, which I will use with next woof, but I didnt have patience to wait that next woof.

So lets call this as tester. It has now ffmpeg-0.8.4 and latest Pmusic-2.1.4, Pequalizer with needed libs (test Wings window outlook from Preferences, it looks now nice and download some nice theme for it) , Ffconvert and woo-ff ffmpeg frontends for easy file conversion. Gtk-themes has some new candidates, well not new but new in Exprimo. Not rockstar, lol.

Some Puppy apps has got new home in Exprimo also. Radky`s great PupApplications has been updated. MtPaint is not yet updated to the latest. But it will be, info for don570 :D
Sfs Load is version 1.2. Latest Busybox.
Kernel has now bluetooth modules and ath9k_htc firmware included. The new broadcom firmware also.

Sfs Apps Loader has got facelift, thanks to magnificent stu90.

Iso size grow up because of ffmpeg and other new apps. Iso size 144 Mb.

Download link: http://www.smokey01.com/pemasu/DpupSque ... imo5X8SMP/

Dpup Exprimo 5.X.8 SMP multicore optimized version

Posted: Mon 26 Sep 2011, 23:02
by Billtoo
I'm running 5x8 from a DVD+RW and I used SFS-Load on-the-fly to load
the devx and kernel source sfs files.
# report-video
Dpup Exprimo SMP, version 5.X.8 on Mon 26 September 2011

Chip description:
0.0 VGA compatible controller
nVidia Corporation Device 1082 (rev a1)
oem: NVIDIA
product: GF110 Board - 12630002 Chip Rev

X Server: Xorg
Driver used: nvidia

X.Org version: 1.7.7
dimensions: 1920x1080 pixels (513x292 millimeters)
depth of root window: 24 planes

When it first booted up I chose probe and X wouldn't start, then I
chose the nv driver and X still wouldn't start so I ended up choosing
vesa at a low resolution to get to the desktop and install the proper
video driver.

After trying a few applications and having no problems with them I
think I'll reboot and not save to the dvd but I'll do a manual frugal
install to the hard disk later on.

EDIT: I haven't rebooted yet, uptime
13:24:38 up 19:23, load average: 0.21, 0.10, 0.06
Apart from not getting to the desktop on first bootup it's working great.

Posted: Tue 27 Sep 2011, 01:40
by jim3630
5x8 frugal install on ext4, updated 5x7 save file with prompts on start-up.
without the quick pet menu to choose to save downloads not sure how to do it here? usually save pet from browser downloads but found myself using ppm to get newer aria2-1.10.1. aria2-1.12.1 is out just not found a pet yet.

Computer-
Processor : 2x Intel(R) Pentium(R) CPU P6100 @ 2.00GHz
Memory : 2519MB (260MB used)
Operating System : Unknown distribution
User Name : root (root)
Date/Time : Mon 26 Sep 2011 07:49:23 PM GMT-8
-Display-
Resolution : 1024x768 pixels
OpenGL Renderer : Mesa DRI Intel(R) IGDNG_M GEM 20091221 2009Q4 x86/MMX/SSE2
X11 Vendor : The X.Org Foundation

all works well during brief testing today.

--------
frisbee auto detected my broadcom driver on start-up and with wifi configuration in prior 5x7 savefile it made the connection without issue. very nice!

Posted: Tue 27 Sep 2011, 05:27
by pemasu
Jim3630. Kernel stuff improvements were one of the main things. Firmwares takes space, but....I want to have support for some new devices Puppies mostly dont have. New broadcom and ath9k_htc are amongst those. Bluetooth modules are also now in place.
Adding all kind of firmwares is impossible task. Priority list is needed.

About quickpet. Well....to change the Lucid Puppy or Slacko code made by 01micko. Just check the code inside the quickpet scripts, and ask yourself, would you like to start changing it for Dpups. I am not yet willing to do it.