Puppy Squeeze 009 Development

A home for all kinds of Puppy related projects
Message
Author
User avatar
James C
Posts: 6618
Joined: Thu 26 Mar 2009, 05:12
Location: Kentucky

#821 Post by James C »

Just got Trinity installed on Zen-006,haven't tweaked anything yet but appears to be working great.
Really looking forward to Trinitypup. :)
Attachments
KDE Zen-006.png
(183.62 KiB) Downloaded 825 times
User avatar
ttuuxxx
Posts: 11171
Joined: Sat 05 May 2007, 10:00
Location: Ontario Canada,Sydney Australia
Contact:

#822 Post by ttuuxxx »

Karl Godt wrote:Added this to .mrxvtrc:
mrxvt-full*geometry: 40x30
mrxvt-full*transparent: true
mrxvt-full*Font: cursor Regular
mrxvt-full*foreground: #ECF502
Mrxvt.xftSize: 15
does Squeeze have a mrxvtrc located in /etc/mrxvt/mrxvtrc
If so it comes with a lot of options in 2.14X
here's the file

Code: Select all

# ---------------------------------------------------------------------------- #
#
# For an example configuration file, you probably want to look at mrxvtrc.sample
# (provided with the source archive), and not this file.
#
# This is the system wide configuration file for mrxvt (versions 0.5.0 or
# higher). Only resources with application name 'Mrxvt' are read from this file.
# The only resources defined in this file are default macro (formerly hotkey)
# definitions for mrxvt.
#
# Preferably avoid making modifications to this file directly, but make
# modifications to your user config file (~/.mrxvtrc) instead. Remember that
# macros can be deleted by assigning "Dummy" to the keystroke.
#
# Starting mrxvt with --noSysConfig will disable reading this file completely.
#
# ---------------------------------------------------------------------------- #

# ---------------------------------------------------------------------------- #
#
#			       GENERAL SETTINGS
#
# ---------------------------------------------------------------------------- #

Mrxvt.showMenu: true

# Tab bar colors
Mrxvt.itabBackground:	    #101010
Mrxvt.tabBackground:	    #4273AE
Mrxvt.itabForeground:	    #909090
Mrxvt.tabForeground:	    #000000

# Scroll bar colors
Mrxvt.scrollColor:      #808080
Mrxvt.troughColor:      #202020

# Cursor
Mrxvt.cursorBlink:      true
Mrxvt.cursorColor:      #00ff00
Mrxvt.cursorColor2:     #FFFFFF

# Setup colors for a black background.
Mrxvt.background:    #FFFFFF
Mrxvt.foreground:    #101010

Mrxvt.color0:        #000000
Mrxvt.color1:        #af0000
Mrxvt.color2:        #00af00
Mrxvt.color3:        #afaf00
Mrxvt.color4:        #0000af
Mrxvt.color5:        #af00af
Mrxvt.color6:        #00afaf
Mrxvt.color7:        #9a9a9a
Mrxvt.color8:        #5f5f5f
Mrxvt.color9:        #d70000
Mrxvt.color10:       #00d700
Mrxvt.color11:       #d7d700
Mrxvt.color12:       #0000d7
Mrxvt.color13:       #d700d7
Mrxvt.color14:       #00d7d7
Mrxvt.color15:       #d7d7d7

# Display bold and underlined text in color, rather than using the terminal
# attributes. This makes reading man pages a little easier.
Mrxvt.colorBD:       #00afaf
Mrxvt.colorUL:       #00af00

# Display the X selection as highlighted instead of using reverse video.
Mrxvt.highlightColor:   #303060

Mrxvt.bottomTabbar:     True
Mrxvt.scrollbarRight:   True

# Default shading to use when run with -tr
Mrxvt.shading:		80

# NOTE: Macros defined with class Mrxvt or XTerm will NOT replace existing
# macros. So user macros will not be replaced.

# ---------------------------------------------------------------------------- #
#
#			       XTERM STYLE MACROS
#
# ---------------------------------------------------------------------------- #
#
# These were previously hardcoded into the source in command.c.
#
Mrxvt.macro.Primary+Shift+Prior:	Scroll -1p
Mrxvt.macro.Primary+Shift+Next:		Scroll +1p

Mrxvt.macro.Shift+Insert:		Paste

Mrxvt.macro.Shift+KP_Add:		ResizeFont +1
Mrxvt.macro.Shift+KP_Subtract:		ResizeFont -1

# Shift F1 -- F10 used to produce F11 -- F20. (This was also hardcoded into the
# source). If desired those can be added here using the Str macro.


# ---------------------------------------------------------------------------- #
#
#		      GNOME TERMINAL STYLE DEFAULT MACROS
#
# ---------------------------------------------------------------------------- #
Mrxvt.macro.Ctrl+Shift+t:		NewTab
Mrxvt.macro.Ctrl+Shift+w:		Close 0
Mrxvt.macro.Add+Ctrl+Shift+w:		ToggleHold -6
Mrxvt.macro.Ctrl+Shift+q:		Close

Mrxvt.macro.Ctrl+Prior:			GotoTab -1
Mrxvt.macro.Ctrl+Next:			GotoTab +1

Mrxvt.macro.Alt+1:			GotoTab 1
Mrxvt.macro.Alt+2:			GotoTab 2
Mrxvt.macro.Alt+3:			GotoTab 3
Mrxvt.macro.Alt+4:			GotoTab 4
Mrxvt.macro.Alt+5:			GotoTab 5
Mrxvt.macro.Alt+6:			GotoTab 6
Mrxvt.macro.Alt+7:			GotoTab 7
Mrxvt.macro.Alt+8:			GotoTab 8
Mrxvt.macro.Alt+9:			GotoTab 9
Mrxvt.macro.Alt+0:			GotoTab 10

Mrxvt.macro.Ctrl+equal:			ResizeFont +1
Mrxvt.macro.Ctrl+minus:			ResizeFont -1

# Instead of having some 1500 macros do the same thing, resize the font in
# increments of 2 for Ctrl+Shift.
Mrxvt.macro.Ctrl+Shift+plus:		ResizeFont +2
Mrxvt.macro.Ctrl+Shift+underscore:	ResizeFont -2

# ---------------------------------------------------------------------------- #
#
#			      KONSOLE STYLE MACROS
#
# ---------------------------------------------------------------------------- #
Mrxvt.macro.Ctrl+Shift+Left:		MoveTab -1
Mrxvt.macro.Ctrl+Shift+Right:		MoveTab +1
#
# Vim uses Shift+Left / Shift+right, so enable these only in the primary screen
#
Mrxvt.macro.Primary+Shift+Left:		GotoTab -1
Mrxvt.macro.Primary+Shift+Right:	GotoTab +1

# We already have a shortcut to open a new tab. Rather make this a shortcut that
# duplicates the current profile.
Mrxvt.macro.Ctrl+Shift+n:		NewTab -

#
# By default we should only have Ctrl+Shift modifier keys defined. Other
# modifier combinations are sometimes used by the window manager, or
# applications (e.g. emacs).
#
# Mrxvt.macro.Ctrl+Alt+n:		NewTab
# Mrxvt.macro.Ctrl+Alt+s:		SetTitle

# ---------------------------------------------------------------------------- #
#
#				VIM STYLE MACROS
#
# ---------------------------------------------------------------------------- #
Mrxvt.macro.Ctrl+Shift+h:		GotoTab -1
Mrxvt.macro.Ctrl+Shift+l:		GotoTab +1

# ---------------------------------------------------------------------------- #
#
#			      SCREEN STYLE MACROS
#
# ---------------------------------------------------------------------------- #
Mrxvt.macro.Ctrl+Shift+p:		GotoTab 0

# ---------------------------------------------------------------------------- #
#
#			       MRXVT STYLE MACROS
#
# ---------------------------------------------------------------------------- #

# Move tab to position Alt+Shift+<digit>
#
# 2006-02-26 gi1242: While Alt+Shift+<digit> would be more intuitive to move
# tabs, some terminal applications (e.g. mutt) use it. Terminal apps however
# don't use (or recognize Ctrl+Shift+<digit>, so we can safely use them here.
#
Mrxvt.macro.Ctrl+Shift+exclam:		MoveTab 1
Mrxvt.macro.Ctrl+Shift+at:		MoveTab 2
Mrxvt.macro.Ctrl+Shift+numbersign:	MoveTab 3
Mrxvt.macro.Ctrl+Shift+dollar:		MoveTab 4
Mrxvt.macro.Ctrl+Shift+percent:		MoveTab 5
Mrxvt.macro.Ctrl+Shift+asciicircum:	MoveTab 6
Mrxvt.macro.Ctrl+Shift+ampersand:	MoveTab 7
Mrxvt.macro.Ctrl+Shift+asterisk:	MoveTab 8
Mrxvt.macro.Ctrl+Shift+parenleft:	MoveTab 9
Mrxvt.macro.Ctrl+Shift+parenright:	MoveTab 10

# Previous active tab
Mrxvt.macro.Ctrl+Tab:			GotoTab 0

# Alternately we can use Ctrl+Tab to switch to the left / right tab
# Mrxvt.macro.Ctrl+Shift+ISO_Left_Tab:	GotoTab -1
# Mrxvt.macro.Ctrl+Tab:			GotoTab +1

Mrxvt.macro.Ctrl+Shift+less:		MoveTab	-1
Mrxvt.macro.Ctrl+Shift+greater:		MoveTab +1

# Disable by default. When any arg is passed to PrintScreen, the entire
# scrollback buffer is also printed.
# Mrxvt.macro.Ctrl+Shift+z:		PrintScreen Full
# Mrxvt.macro.Print:			PrintScreen
# Mrxvt.macro.Shift+Print:		PrintScreen Full

# More / less opaque
Mrxvt.macro.Ctrl+Shift+u:		Esc \e]70;+5\a
Mrxvt.macro.Ctrl+Shift+o:		Esc \e]70;-5\a

# More / less transparent
Mrxvt.macro.Ctrl+Shift+j:		Esc \e]67;+5\a
Mrxvt.macro.Ctrl+Shift+k:		Esc \e]67;-5\a

# Toggle transparency
Mrxvt.macro.Ctrl+Shift+r:		ToggleTransparency

# Hide / show subwindows
Mrxvt.macro.Ctrl+Shift+m:		ToggleSubwin m
Mrxvt.macro.Ctrl+Shift+i:		ToggleSubwin t
Mrxvt.macro.Ctrl+Shift+s:		ToggleSubwin s
Mrxvt.macro.Ctrl+Shift+a:		ToggleSubwin b

Mrxvt.macro.Ctrl+Shift+b:		ToggleVeryBold
# Mrxvt.macro.Ctrl+Shift+d:		ToggleBroadcast
Mrxvt.macro.Ctrl+Shift+f:	    	ToggleFullscreen
Mrxvt.macro.Ctrl+Shift+e:		ToggleHold
Mrxvt.macro.Ctrl+Shift+x:		SaveConfig

# Toggle macros
Mrxvt.macro.Ctrl+Shift+F12:		ToggleMacros

# Scrolling
Mrxvt.macro.Primary+Shift+Up:		Scroll -1
Mrxvt.macro.Primary+Shift+Down:		Scroll +1
Mrxvt.macro.Primary+Shift+Home:		Scroll -1000000
Mrxvt.macro.Primary+Shift+End:		Scroll +1000000

# Pasting
Mrxvt.macro.Ctrl+Shift+v:		Paste

# Paste contents of a file to active tab (e.g. a collection of shell settings
# like aliases, environment variables, ...). The file name can also be got from
# the selection if you use %s.
#Mrxvt.macro.Ctrl+Shift+w:   PasteFile ~/my-favourite-bash-settings
#Mrxvt.macro.Ctrl+Shift+w:   PasteFile %s

# A selection buffer can be added as an argument (PRIMARY,SECONDARY, CLIPBOARD)
Mrxvt.macro.Ctrl+Shift+c:		Paste CLIPBOARD

Mrxvt.macro.Shift+Delete:		SetTitle

# Monitor tabs for activity or inactivity
# (valid arguments for MonitorTab macro : "INACTIVITY", "ACTIVITY" and "AUTO")
Mrxvt.macro.Ctrl+Shift+g:	    MonitorTab AUTO
#Mrxvt.monitorTimeout:          2000
#Mrxvt.monitorCommand:          play ~/.ding_sound.wav
#Mrxvt.monitorCommand:          aosd_cat --fontdesc="Trebuchet 20" --ypos=50 --delay=4000 Alert on tab %n :: %t
#Mrxvt.monitorCommand:          xmessage Alert on tab %n

             
#
# Mrxvt Console: Enable the useFifo option, and then open a console in a new
# tab. Anything typed there is executed as a macro. When done (on clean exit),
# disable the useFifo option.
#
Mrxvt.macro.Ctrl+Shift+z:		UseFifo 1
Mrxvt.macro.Add+Ctrl+Shift+z:		NewTab "mrxvt Console" \!cat >> /tmp/.mrxvt-%P && echo "UseFifo 0" >> /tmp/.mrxvt-%P
Mrxvt.macro.Add+Ctrl+Shift+z:		ToggleHold -7

# External programs. In keeping with the Unix "minimalist" philosophy, we don't
# define these shortcuts by default.
#
# Remember commands start in the current directory of the active tab by
# default. Also prefixing commands with '!' will start them in a shell (so when
# you're done, the tab won't close, and you'll have a shell prompt).
#
# As of mrxvt-0.5.0, new tabs will be opened in the current directory. So the
# shortcut for Vim below is extremely useful :).

Mrxvt.macro.Ctrl+Shift+F1:		NewTab "man mrxvt" man mrxvt
# Mrxvt.macro.Ctrl+Shift+F2:		NewTab !vim
# Mrxvt.macro.Ctrl+Shift+F3:		NewTab !mutt

# These are the keyboard combinations compatible with mrxvt 0.4x, and
# they may be useful for some applications like mc. Thanks to Dimitri
# AT sun.com for the information:

# Mrxvt.macro.Ctrl+Home:            Str \e\133\067\136
# Mrxvt.macro.Ctrl+End:             Str \e\133\070\136
# Mrxvt.macro.Shift+Home:           Str \e\133\067\044
# Mrxvt.macro.Shift+End:            Str \e\133\070\044
# Mrxvt.macro.Shift+F1:             Str \e\133\062\063\176
# Mrxvt.macro.Shift+F2:             Str \e\133\062\064\176
# Mrxvt.macro.Shift+F3:             Str \e\133\062\065\176
# Mrxvt.macro.Shift+F4:             Str \e\133\062\066\176
# Mrxvt.macro.Shift+F5:             Str \e\133\062\070\176
# Mrxvt.macro.Shift+F6:             Str \e\133\062\071\176
# Mrxvt.macro.Shift+F7:             Str \e\133\063\061\176
# Mrxvt.macro.Shift+F8:             Str \e\133\063\062\176
# Mrxvt.macro.Shift+F9:             Str \e\133\063\063\176
# Mrxvt.macro.Shift+F10:            Str \e\133\063\064\176
# Mrxvt.macro.Alt+Return:           Str \e\012

# vim: set ts=8 sts=4:
ttuuxxx
http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games :)
User avatar
Iguleder
Posts: 2026
Joined: Tue 11 Aug 2009, 09:36
Location: Israel, somewhere in the beautiful desert
Contact:

#823 Post by Iguleder »

The trinitypup experiment requires lots of reverse engineering work, I need to take a look at dejan555's kdpup and make the right choice of applications. GTK is in for sure because of gtkdialog and browsers, but the real question is applications, I want to start with replacing frontends (gnome-mplayer with kmplayer or whatever it was) and simple applications (xarchive with ark, text editors with kate and kwrite).

I want to examine the power management problem ... for some reason Trinity depends on a package named "hal-trinity" and it doesn't exist. I want to check this out.

This thing is fun :D
[url=http://dimakrasner.com/]My homepage[/url]
[url=https://github.com/dimkr]My GitHub profile[/url]
User avatar
Karl Godt
Posts: 4199
Joined: Sun 20 Jun 2010, 13:52
Location: Kiel,Germany

#824 Post by Karl Godt »

ppower on my lappi is a compiled binary
and on dpup-008 it seems that it doesn't do anything
and on dpup-009 I had chosen Power saving and the light got dimmed
but it wouldn't revert back choosing Balanced or Performance.
To adjust C code for such is quite difficult I believe.

btw : finally got xosview compiled with libXpm XpmCreateImageFromData
by ./configure --x-libraries=/usr/lib ... The 4.3 series seems to have it at /usr/X11R7
User avatar
Iguleder
Posts: 2026
Joined: Tue 11 Aug 2009, 09:36
Location: Israel, somewhere in the beautiful desert
Contact:

#825 Post by Iguleder »

Karl, it's a binary that runs /usr/local/ppower/setpower, just take a look at this script. In 009 it doesn't change the screen brightness because someone said he doesn't have any way to change it.
[url=http://dimakrasner.com/]My homepage[/url]
[url=https://github.com/dimkr]My GitHub profile[/url]
User avatar
Karl Godt
Posts: 4199
Joined: Sun 20 Jun 2010, 13:52
Location: Kiel,Germany

#826 Post by Karl Godt »

echo 1 or 2 to
/sys/devices/virtual/backlight/acpi_video0/brightness
at leafpad
because geany seems everywhere compiled without ascii or whatever support
really brightens up the lappi display.
I tested up to 17 but here it is a one number cipher ... so 9 had been brightest.
Didn't tried below 0 ( -1 ) but tried a and A without success.
I compared the setpower scripts from 008 and 009 and both lack (008 )

Code: Select all

case "$1" in
  performance)
     temp=performance
    ;;
    powersave)
    echo 0 > /sys/class/backlight/acpi_video0/brightness
    echo 1500 > /proc/sys/vm/dirty_writeback_centisecs 
    echo 5 > /proc/sys/vm/laptop_mode 
       temp=powersave
    ;;
     balanced)
    temp=ondemand
    ;;
something that writes 4 and 8 to */brightness
and my brightness is at
/sys/devices/virtual/backlight/acpi_video0/brightness

so the script should be something like

Code: Select all

if test ! -f /sys/class/backlight/acpi_video0/brightness; then
if test -f /sys/devices/virtual/backlight/acpi_video0/brightness; then
echo 8 > /sys/devices/virtual/backlight/acpi_video0/brightness
    fi
    else
    echo 8 > /sys/class/backlight/acpi_video0/brightness
    echo 1500 > /proc/sys/vm/dirty_writeback_centisecs 
    echo 5 > /proc/sys/vm/laptop_mode 
    fi
    temp=performance
which is working for me here quite well.
The 1500 writebacks and the 5 laptop_mode I have to goyabing for.
And of course this is the foundation for a dimming Tray-Applet I believe.
musher0
Posts: 14629
Joined: Mon 05 Jan 2009, 00:54
Location: Gatineau (Qc), Canada

#827 Post by musher0 »

Iguleder said in initial message:
> "Important: when you upgrade to a newer Puppy Squeeze version, make sure you use a clean save file."

To contradict Iguleder :twisted: , this is to testify that I made a successful upgrade from Squeeze 0.06 on live dvd to Squeeze 0.09, by preparing in advance another live dvd with Squeeze 0.09 on it. I "forced" the upgrade by inserting the dvd with the newer version as the save disk at the end of my session. It took a few minutes for the script to check what it needs to check, and then I had Squeeze 0.09 with the programs and personal settings and parameters I had saved initally while working with Squeeze 0.06.

So an upgrade is possible if the versions are not too far apart. Don't try this between Puppy 4.31 and Suqeeze 0.09, for example: the checking will take forever and you probably won't have results.

BFN.
musher0
~~~~~~~~~~
"You want it darker? We kill the flame." (L. Cohen)
puppyroxthehouse
Posts: 3
Joined: Sat 06 Nov 2010, 03:26

Mirrors down

#828 Post by puppyroxthehouse »

The iso download mirror is down? I want to use this!
User avatar
Karl Godt
Posts: 4199
Joined: Sun 20 Jun 2010, 13:52
Location: Kiel,Germany

acpi -tool

#829 Post by Karl Godt »

How about adding
acpitool
from
http://packages.debian.org/squeeze/acpitool
added this to .jwmrc & .jwmrc-previous Shutdown Menu :

Code: Select all

<Program label="Suspend to RAM -- light spleep" icon="zz.png">rxvt -e acpitool -s</Program>
and this is working like at Vista : Sleeps with blinking light and wakes up by hitting the Space bar.
I need this because of the startup problems of my lappi after poweroff.
I haven't tested acpitool -S because of this.
User avatar
Iguleder
Posts: 2026
Joined: Tue 11 Aug 2009, 09:36
Location: Israel, somewhere in the beautiful desert
Contact:

#830 Post by Iguleder »

"Suspend-to-RAM" sounds interesting, I'll try to read about this to see if it's easy to implement on Puppy.

And by the way: I fixed the download links, something changed the permissions so all links were broken, but now it's fine.
[url=http://dimakrasner.com/]My homepage[/url]
[url=https://github.com/dimkr]My GitHub profile[/url]
tony
Posts: 334
Joined: Sat 14 Jan 2006, 10:52
Location: Montreal.ca

#831 Post by tony »

Hi lguleder,

As gposil is no longer maintaining his dpup I checked out Squeeze 009 and dropped into debian dependency hell.

The puppy package manager put a lot of stuff into /root but could not find 3 or 4 libs and of course the programs would not work.

I think you are working on the problem with pdebthing and wish you luck. It's not easy to set up a new pup and there must be a lot of pressure of the sort that drove off gposil.

Regards Tony
User avatar
Iguleder
Posts: 2026
Joined: Tue 11 Aug 2009, 09:36
Location: Israel, somewhere in the beautiful desert
Contact:

#832 Post by Iguleder »

Yep, dependencies are kinda complicated in Debian and its derivatives and there's nothing we can do about it, PPM is in Barry's Woof realm.

I made Pdebthing to solve this problem for big applications, it can make SFSs with all dependencies so no need to mess with PETs and PPM's partial or faulty dependency tracking.
[url=http://dimakrasner.com/]My homepage[/url]
[url=https://github.com/dimkr]My GitHub profile[/url]
User avatar
dejan555
Posts: 2798
Joined: Sun 30 Nov 2008, 11:57
Location: Montenegro
Contact:

#833 Post by dejan555 »

Err, tony, package manager downloads packages to /root only if you choose "Download Only" that's when it downloads packages but does not install them.
puppy.b0x.me stuff mirrored [url=https://drive.google.com/open?id=0B_Mb589v0iCXNnhSZWRwd3R2UWs]HERE[/url] or [url=http://archive.org/details/Puppy_Linux_puppy.b0x.me_mirror]HERE[/url]
User avatar
tubeguy
Posts: 1320
Joined: Sat 29 Aug 2009, 01:04
Location: Park Ridge IL USA
Contact:

#834 Post by tubeguy »

tony wrote:It's not easy to set up a new pup and there must be a lot of pressure of the sort that drove off gposil.

Regards Tony
FWIW, as I remember he was pretty excited and into it. My understanding is that other life things came up that pulled him away from the forum and development. But yeah, I imagine the pressure is there. I've always thought of dpup as "Debian Done Right", and it's amazing what has been accomplished already. My early distro-hopping included Debian, and I really liked it and wanted to use it but it was just too heavy and intractable on the lappie. Then dpup came along and was like a dream come true. 8)
[b]Tahr Pup 6 on desktop, Lucid 3HD on lappie[/b]
User avatar
Karl Godt
Posts: 4199
Joined: Sun 20 Jun 2010, 13:52
Location: Kiel,Germany

#835 Post by Karl Godt »

added this to .jwmrc & .jwmrc-previous Shutdown Menu :
and of course also to
/etc/xdg/templates/_root_.jwmrc

had known this one or two month ago but had forgotten this.
think its time to compile jwm with a different path structure inside the .c
this scattering to /.jwm/ , .jwmrc , /etc is driving me crazy many times

for acpitool :
small -s is to RAM
big -S is to SWAP
User avatar
Karl Godt
Posts: 4199
Joined: Sun 20 Jun 2010, 13:52
Location: Kiel,Germany

#836 Post by Karl Godt »

ppower/setpower at dpup009 :
changed 3 lines that had been like this :

Code: Select all

for i in /sys/bus/usb/devices/*/power/level; do echo auto > $i; done
to

Code: Select all

if [ -d /sys/bus/usb/devices ]; then

cd /sys/bus/usb/devices

for i in `ls -1 *`; do

if [ -f $i/power/level ]; then
  echo 2>&1 $temp > $i/power/level 
  fi
  done
  fi
echo auto > $i/power/level always stops mouse working which starts working again after repluging the USB-mouse-reciever.
for i in `ls -d 1 seems not so good idea ..

also got urxvt transparency by

Code: Select all

urxvt*transparent: True
to .Xdefaults
User avatar
gposil
Posts: 1300
Joined: Mon 06 Apr 2009, 10:00
Location: Stanthorpe (The Granite Belt), QLD, Australia
Contact:

Info

#837 Post by gposil »

FWIW guys, I will be back soon, I've had some pretty serious personal issues to resolve, thankfully nearly resolved.

I'll be back......... :D
[img]http://gposil.netne.net/images/tlp80.gif[/img] [url=http://www.dpup.org][b]Dpup Home[/b][/url]
User avatar
01micko
Posts: 8741
Joined: Sat 11 Oct 2008, 13:39
Location: qld
Contact:

Re: Info

#838 Post by 01micko »

gposil wrote:
I'll be back......... :D
8)
Image

Cheers!
Puppy Linux Blog - contact me for access
User avatar
dejan555
Posts: 2798
Joined: Sun 30 Nov 2008, 11:57
Location: Montenegro
Contact:

#839 Post by dejan555 »

Heya gposil, glad you're back and that you're solving your issues.
puppy.b0x.me stuff mirrored [url=https://drive.google.com/open?id=0B_Mb589v0iCXNnhSZWRwd3R2UWs]HERE[/url] or [url=http://archive.org/details/Puppy_Linux_puppy.b0x.me_mirror]HERE[/url]
User avatar
edoc
Posts: 4729
Joined: Sun 07 Aug 2005, 20:16
Location: Southeast Georgia, USA
Contact:

Re: Info

#840 Post by edoc »

gposil wrote:FWIW guys, I will be back soon, I've had some pretty serious personal issues to resolve, thankfully nearly resolved.
I'll be back......... :D
Prayers in-agreement for strength and wisdom to see things through!
[b]Thanks! David[/b]
[i]Home page: [/i][url]http://nevils-station.com[/url]
[i]Don't google[/i] [b]Search![/b] [url]http://duckduckgo.com[/url]
TahrPup64 & Lighthouse64-b602 & JL64-603
Post Reply