The time now is Wed 03 Mar 2021, 19:53
All times are UTC - 4 |
Page 19 of 25 [361 Posts] |
Goto page: Previous 1, 2, 3, ..., 17, 18, 19, 20, 21, 22, 23, 24, 25 Next |
Author |
Message |
don570

Joined: 10 Mar 2010 Posts: 5524 Location: Ontario
|
Posted: Thu 17 Nov 2011, 15:09 Post subject:
new mtpaintsnapshot.sh |
|
I've rewritten mtpaintsnapshot.sh so that the default folder
to save the screen capture image is the clipart
folder. This is a convenient feature for the user.
Code: |
#!/bin/bash
#new version Nov 2011
echo -e "\nlast_dir = /root/my-documents/clipart" > /tmp/add_text
cd /root
sed '/clipart/!s/last_dir = /toolbar99 = /' .mtpaint > .mtpaint_new
cat .mtpaint_new /tmp/add_text > .mtpaint_new2
mv -f .mtpaint_new2 .mtpaint
rm .mtpaint_new
rm /tmp/add_text
export Screenshot="
<window title=\"Screen Capture\">
<frame Please choose>
<pixmap><input file>/usr/share/pixmaps/gtkam.png</input></pixmap>
<vbox>
<button>
<input file icon=\"gtk-refresh\"></input>
<label>Wait 10 sec</label>
<action>(echo 10; sleep 1 ; echo 20; sleep 1 ; echo 30 ; sleep 1 ; echo 40; sleep 1 ; echo 50 ; sleep 1 ; echo 60 ; sleep 1 ; echo 70 ; sleep 1 ; echo 80 ; sleep 1 ; echo 90 ; sleep 1 ; echo 100 ) | Xdialog --title 'Puppy Screenshot' --beep-after --wrap --screen-center --center --no-buttons --gauge ' $LOC300 ' 10 50 100 ; exec mtpaint -s &</action>
<action>exit: Screenshot</action>
</button>
<button>
<input file icon=\"gtk-apply\"></input>
<label> Now</label>
<action>exec mtpaint -s &</action>
<action>exit: Screenshot</action>
</button>
<button>
<input file icon=\"gtk-quit\"></input>
<label>Quit</label>
</button>
</vbox>
</frame>
</window>"
I=$IFS; IFS=""
for STATEMENTS in $(gtkdialog3 --program=Screenshot --center ); do
eval $STATEMENTS
done
IFS=$I
exit
|
|
Back to top
|
|
 |
BarryK
Puppy Master

Joined: 09 May 2005 Posts: 9400 Location: Perth, Western Australia
|
Posted: Thu 17 Nov 2011, 15:55 Post subject:
|
|
Yes, 5.2.2 "TESTING" available:
http://bkhome.org/blog/?viewDetailed=02599
_________________ https://bkhome.org/news/
|
Back to top
|
|
 |
James C

Joined: 26 Mar 2009 Posts: 6735 Location: Kentucky
|
Posted: Thu 17 Nov 2011, 20:05 Post subject:
|
|
Quick manual frugal install of Wary 5.2.2 "testing" on my Athlon XP box. Sound,internet and display all good on initial boot. Manually installed latest Flash...No problems with SeaMonkey.
# report-video
Wary Puppy, version 5.2.2 on Thu 17 Nov 2011
Chip description:
0.0 VGA compatible controller
nVidia Corporation NV18 [GeForce4 MX 440 AGP 8x] (rev c1)
oem: NVidia
product: NV18 () Board Chip Rev A2
X Server: Xorg
Driver used: nv
X.Org version: 1.3.0
dimensions: 1440x900 pixels (411x263 millimeters)
depth of root window: 24 planes
...the above also recorded in /tmp/root/ as report-video,
and archived with xorg.conf and Xorg.0.log as report-video-full.gz
Computer-
Processor : AMD Athlon(tm) XP 2400+
Memory : 1034MB (128MB used)
Operating System : Unknown distribution
User Name : root (root)
Date/Time : Thu 17 Nov 2011 06:05:32 PM CST
-Display-
Resolution : 1440x900 pixels
OpenGL Renderer : Mesa GLX Indirect
X11 Vendor : The X.Org Foundation
-Multimedia-
Audio Adapter : VIA8233 - VIA 8235
# free
total used free shared buffers
Mem: 1034832 302176 732656 0 39668
-/+ buffers: 262508 772324
Swap: 1228932 0 1228932
 |
Description |
|
Filesize |
20.42 KB |
Viewed |
5121 Time(s) |

|
|
Back to top
|
|
 |
BarryK
Puppy Master

Joined: 09 May 2005 Posts: 9400 Location: Perth, Western Australia
|
Posted: Fri 18 Nov 2011, 03:12 Post subject:
|
|
Wary 5.2.2 released
See blog announcement:
http://bkhome.org/blog/?viewDetailed=02602
_________________ https://bkhome.org/news/
|
Back to top
|
|
 |
p310don
Joined: 19 May 2009 Posts: 1502 Location: Brisbane, Australia
|
Posted: Fri 18 Nov 2011, 09:09 Post subject:
Subject description: Torrents for downloading Wary and Racy |
|
Download and extract the tar.gz files, and open the torrents with Transmission or your favourite torrent handler.
Description |
|

Download |
Filename |
wary-5.2.2.iso.tar.gz |
Filesize |
41.76 KB |
Downloaded |
1180 Time(s) |
Description |
|

Download |
Filename |
racy-5.2.2.tar.gz |
Filesize |
35.83 KB |
Downloaded |
1039 Time(s) |
|
Back to top
|
|
 |
scsijon
Joined: 23 May 2007 Posts: 1600 Location: the australian mallee
|
Posted: Fri 18 Nov 2011, 21:39 Post subject:
wary5.2.2 and glxgears |
|
just a little note
using the intel driver, running 1024x768x24bits
observations on glxgears makes me wonder if what frames we are seeing rotating is right or just a subset of the fps being created
fps says it's running at a good speed, but what is being displayed is lousey.
on top of that, on the same machine, a full install runs slower than a frugal install.
however still slow against puppy528 by a factor of 2 or 2.5
regards
|
Back to top
|
|
 |
broomdodger

Joined: 09 May 2008 Posts: 279 Location: Santa Cruz, CA
|
Posted: Fri 18 Nov 2011, 22:44 Post subject:
|
|
wary522
acer travelmate 4670, 1.6GHz dual core, 1GB ram
startup: video ok, wifi ok, flash ok, shiny!
only one problem:
compiling Vim does not find gtk,
so compiles the X11-Athena GUI
rather than the gtk GUI.
It is ok, but not as good.
All other compiled apps ok.
-Bill
|
Back to top
|
|
 |
broomdodger

Joined: 09 May 2008 Posts: 279 Location: Santa Cruz, CA
|
Posted: Sat 19 Nov 2011, 00:23 Post subject:
|
|
rary flsynclient crashes to cli
rary522
acer travelmate 4670, 1.6 GHz dual core, 1GB ram
flsynclient
Selecting any 'calibrate' trackpad crashes racy to the cli.
Typing 'xwin' will restart racy.
wary flsynclient NO crash
wary522
acer travelmate 4670, 1.6 GHz dual core, 1GB ram
flsynclient
'calibrate' does NOT crash wary to the cli.
but just like racy522, two finger or side scrolling do not work.
|
Back to top
|
|
 |
nooby
Joined: 29 Jun 2008 Posts: 10548 Location: SwedenEurope
|
Posted: Sat 19 Nov 2011, 07:01 Post subject:
|
|
This Iblio thing makes me go nuts. I guess I am spoiled.
30 minutes to download a 130MB big iso? Naah that is too slow.
Maybe somebody can make a fast mirror with password or something
_________________ I use Google Search on Puppy Forum
not an ideal solution though
|
Back to top
|
|
 |
Sage
Joined: 04 Oct 2005 Posts: 5547 Location: GB
|
Posted: Sat 19 Nov 2011, 12:12 Post subject:
|
|
Oh dear! The quick right click feature is back - deletes the icon from the desktop.
This was solved fairly recently?
|
Back to top
|
|
 |
rcrsn51

Joined: 05 Sep 2006 Posts: 13129 Location: Stratford, Ontario
|
Posted: Sat 19 Nov 2011, 13:06 Post subject:
|
|
Sage wrote: | Oh dear! The quick right click feature is back - deletes the icon from the desktop. This was solved fairly recently? |
Are you right-clicking to unmount the partition? Left-click on the little X.
|
Back to top
|
|
 |
Sage
Joined: 04 Oct 2005 Posts: 5547 Location: GB
|
Posted: Sat 19 Nov 2011, 13:12 Post subject:
|
|
OK - thanks a bunch - I forgot that ruse.
Now I'm having the lost Flash advisory. I cancelled it at first ask because I was doing stuff that I didn't want encumbered with Flash, but when I'd finished, couldn't recover the auto-flash pop-up?
Gee - it's all so unintuitive. Goodness knows what incomers make of it all !
|
Back to top
|
|
 |
gjuhasz

Joined: 29 Sep 2008 Posts: 422
|
Posted: Mon 28 Nov 2011, 13:07 Post subject:
VLC incompatible |
|
VLC installed from PPM fails to play video files.
Last VLC-tolerant Wary was 5.1.3 (for me) - VLC plays everything there.
Mplayer runs fine in 5.2.2.
Description |
|

Download |
Filename |
missingfiles-vlc.jpg |
Filesize |
107.46 KB |
Downloaded |
1077 Time(s) |
|
Back to top
|
|
 |
pupmate
Joined: 12 Oct 2007 Posts: 20
|
Posted: Tue 29 Nov 2011, 06:38 Post subject:
Wary Puppy 5.2.2 Problems with Bacon Subject description: Progs with windows don't run |
|
I normally use Puppy 4.3.1 but thought I'd like to try some programming in BaCon, so downloaded Wary 5.2.2 and Racy 5.2.2 but unable to get anything to run that uses GTK in either, even Barry's simple empty window prog. The non-windows stuff works OK.
Went back to Wary 5.1.3 which extolled the virtues of BaCon and that works perfectly.
Am I doing something wrong? Or is it something to do with the problems that Barry has had with GTK recently?
|
Back to top
|
|
 |
gjuhasz

Joined: 29 Sep 2008 Posts: 422
|
Posted: Tue 29 Nov 2011, 08:53 Post subject:
better glxgears |
|
Quote: | fps says it's running at a good speed, but what is being displayed is lousey. |
@scsijon, try to run the attached glxgears (first rename it by deleting the false ".tar.gz" extension).
Description |
|

Download |
Filename |
glxgears.tar.gz |
Filesize |
15.38 KB |
Downloaded |
912 Time(s) |
|
Back to top
|
|
 |
|
Page 19 of 25 [361 Posts] |
Goto page: Previous 1, 2, 3, ..., 17, 18, 19, 20, 21, 22, 23, 24, 25 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
|