The time now is Tue 21 May 2013, 04:22
All times are UTC - 4 |
| What shall I work on first? |
| GTKdialog gui for remasterpup2 (vs xdialog) |
|
2% |
[ 1 ] |
| GTKdialog gui for universal installer |
|
21% |
[ 10 ] |
| Compiling new packages |
|
12% |
[ 6 ] |
| Updating older packages (newer, smaller +nls support) |
|
14% |
[ 7 ] |
| Add xz support to petget (like new slax and arch packages) |
|
10% |
[ 5 ] |
| Automatic kb, mouse, timezone & video + GUI config tool (vs. ncurses) |
|
19% |
[ 9 ] |
| Something else - Just ask |
|
19% |
[ 9 ] |
|
| Total Votes : 47 |
|
| Author |
Message |
technosaurus

Joined: 18 May 2008 Posts: 3843
|
Posted: Mon 02 Nov 2009, 17:17 Post subject:
|
|
Ok, now that I have a working Pcompile to test (the graphical frontend for compiling packages), it is time to move on for a bit.
I planned to test pizzasgood's multiuser pup and try to figure out the best way to incorporate Barry's woof improvements to it or vice versa, but it sounds like Barry may be adding this to his woof build system on his own.
... so on to the remaster frontend. After looking at it, it appears to be as easy as replacing all of the Xdialogs with 'if' statements that check for variables from the gtkdialog gui (since most are yes/no, so probably just a lot of checkboxes) It will be relatively easy to add a folder selector for the "original files" - they don't technically have to be the originals (you can do whatever modifications you want) Adding the full installer to this may prove to be a bit trickier than I thought, ... we'll see. There are so many niche cases in the existing installer that I haven't used that I am hesitant to hack on it too much without a good way to test it.
_________________ Puppy Web Desktop Now with pet packages - Pet Packaging 100 & 101
|
|
Back to top
|
|
 |
Pizzasgood

Joined: 04 May 2005 Posts: 6270 Location: Knoxville, TN, USA
|
Posted: Mon 02 Nov 2009, 17:26 Post subject:
|
|
Small fix: the xorgwizard issue where it fails to work quite right for people whom Xorg decides have the ability to use multiple screens (not necessarily the same as people who actually have multiple screens - simply having a graphics card and an unused onboard video chip may be enough to trigger this (it did when I used my old computer anyway)).
http://www.murga-linux.com/puppy/viewtopic.php?p=357477#357477
I provided both a patch and the actual patched script from 4.3.1 in the above post, so it can just be dropped in unless you've made other changes to xorgwizard already.
_________________ Between depriving a man of one hour from his life and depriving him of his life there exists only a difference of degree. --Muad'Dib

|
|
Back to top
|
|
 |
Lobster
Official Crustacean

Joined: 04 May 2005 Posts: 15109 Location: Paradox Realm
|
Posted: Tue 03 Nov 2009, 01:39 Post subject:
|
|
| Quote: | | Update on Progress: |
I hope members of our team will make efforts to update the wiki
http://puppylinux.org/wikka/Puppy44Team
I hope technosaurus will forgive me for describing him
as a 'cyborg dinosaur' in a recent thread
and will make efforts to call on members of the above team
for anything he might need
Technosaurus you seem to be doing all the right things.
Guy (gposil) has drec in Dpup and other innovations (such as the
control panel) that might be of interest'
Grant Wilson recently sent me xvidcap-1.1.6-i486.pet
one of these screen recording facilities (like drec) might enable to upload tests or problems to youtube during the early stages? Just a thought.
Are we near a pre-alpha release for tests and reports and try outs?
Do you want a project name or happy with 4.4?
Thanks guys - seems to be going well
_________________ Puppy WIKI
|
|
Back to top
|
|
 |
raffy
Joined: 25 May 2005 Posts: 4636 Location: Manila
|
Posted: Tue 03 Nov 2009, 03:04 Post subject:
woofy |
|
I've suggested Woofy as project name, as am having problems finding a "4.4" in the forum. Hope the name can be used, as this will be (?) the first community release based on Woof.
_________________ Puppy user since Oct 2004. Want FreeOffice? Get the sfs (English only).
|
|
Back to top
|
|
 |
Lobster
Official Crustacean

Joined: 04 May 2005 Posts: 15109 Location: Paradox Realm
|
Posted: Tue 03 Nov 2009, 12:17 Post subject:
|
|
http://puppylinux.org/wikka/Puppy44Team
We are woofy
Woof woof
_________________ Puppy WIKI
|
|
Back to top
|
|
 |
esmourguit
Joined: 17 Nov 2006 Posts: 1151 Location: Sur l'ile aux oiseaux.
|
Posted: Tue 03 Nov 2009, 13:35 Post subject:
|
|
Bonjour à tous,
Localization : The script xorgwizard, with the fix of Pizzasgood, localized (en, fr) with gettext (thanks to ljfr) is available here
If someone wants to test.
@Gposil,
Is it possible to localize PCP?
Cordialement
_________________ Toutou Linux - Pets francisés
|
|
Back to top
|
|
 |
technosaurus

Joined: 18 May 2008 Posts: 3843
|
Posted: Tue 03 Nov 2009, 14:22 Post subject:
|
|
Raffy - Woofy sounds fine - i will leave those details up to the community for now. I am more concerned with the functionality than the look, feel and marketing aspects at the moment. That stuff should begin appearing in the beta releases. For the alpha releases I am trying to stay focused on usability issues including updates, upgrades and bugfixes.
esmourguit - being a native english speaker I have not done a lot with localization other than making the NLS pets available for those who need them. I assume for gtkdialog programs like PCP there needs to be a master program that checks $LANG and starts one of however many separate programs based on language? For example PCP would now be a script that checks $LANG and starts pcp_$LANG ... There is currently a "Control Panel" thread in the Pet's 'n Stuff area working on a generalized control panel to work across versions - I recommend contributing to that.
New Idea While helping with the Control Panel project, I had a novel idea. Why not use the .desktop files to automatically create a gtkdialog panel with all of the categories in separate notebook tabs containing icons for each program and descriptions in mouseover "tooltips". This would be a great advance for tablet and netbook users and much of the underlying code already exists as part of fixmenus and dir2pet.... Unfortunately I have learned that coordinating leaves me very little time for actual development, so I am putting this out there for anyone that finds it of interest and wants a project.
Anyone following/testing ttuuxxx's 2.X releases - please post any improvements that should be incorporated (same goes for the 4.2 series). Ttuuxxx seems to be doing great work on the series especially to support legacy systems. As such the 4.X series should especially try to focus on supporting newer hardware that 2.X does not, so if anyone has new hardware that is not supported yet, please make sure it gets on the google code issue tracker:
http://code.google.com/p/puppy-development/issues/list
[/u]
_________________ Puppy Web Desktop Now with pet packages - Pet Packaging 100 & 101
|
|
Back to top
|
|
 |
raffy
Joined: 25 May 2005 Posts: 4636 Location: Manila
|
Posted: Tue 03 Nov 2009, 23:07 Post subject:
MU |
|
| technosaurus wrote: | | New Idea While helping with the Control Panel project, I had a novel idea. Why not use the .desktop files to automatically create a gtkdialog panel with all of the categories in separate notebook tabs containing icons for each program and descriptions in mouseover "tooltips". |
I remember seeing MU's work on Muppy having something like this. Just an info lead for those interested...
_________________ Puppy user since Oct 2004. Want FreeOffice? Get the sfs (English only).
|
|
Back to top
|
|
 |
aragon
Joined: 15 Oct 2007 Posts: 1690 Location: Germany
|
Posted: Wed 04 Nov 2009, 05:52 Post subject:
|
|
| raffy wrote: | | technosaurus wrote: | | New Idea While helping with the Control Panel project, I had a novel idea. Why not use the .desktop files to automatically create a gtkdialog panel with all of the categories in separate notebook tabs containing icons for each program and descriptions in mouseover "tooltips". |
I remember seeing MU's work on Muppy having something like this. Just an info lead for those interested... |
there is a tool called tabble (http://www.rillion.net/tabble/index.html) that 'looks' like what you're suggesting. but the usual setup for tabble is by hand and stored in a config-file. but maybe it is possible to create the entries of the tabble-config with a script that parses the desktop-files.
find attached a pet for tabble to 'play' with.
aragon
| Description |
|

Download |
| Filename |
tabble-0.4.0.pet |
| Filesize |
28.44 KB |
| Downloaded |
258 Time(s) |
_________________ PUPPY SEARCH: http://wellminded.com/puppy/pupsearch.html
|
|
Back to top
|
|
 |
aragon
Joined: 15 Oct 2007 Posts: 1690 Location: Germany
|
Posted: Wed 04 Nov 2009, 05:54 Post subject:
|
|
@technosaurus
Patriot's System Services Manager might be an interesting addition for woofy:
http://www.murga-linux.com/puppy/viewtopic.php?t=48337
aragon
_________________ PUPPY SEARCH: http://wellminded.com/puppy/pupsearch.html
|
|
Back to top
|
|
 |
wuwei

Joined: 15 Sep 2007 Posts: 739 Location: de
|
Posted: Thu 05 Nov 2009, 11:38 Post subject:
|
|
It took me a while to read through 8 pages of very useful entries here.
I agree with many of them, and would like to highlight rsp confirm a few items:
IMO making Puppy more nooby friendly would require...
> an easy to understand installation GUI (plenty said above)
> automatic internet connection for a regular DSL/router setup. Other distros can do this, Puppy should be able to do this, too.
> a full featured browser is a must. Whether this be Seamonkey, Firefox or Firedog would be up to the developers. Dillo or Pbrowser are a big turn-off for the unsuspecting newby.
I am not sure that I understand the importance of a 105MB ISO vs one of 110 MB or 115MB. Can 5 or 10MB be worth turning off the first time user?
Most anything else can be searched for on the forum or the Puppy search engine.
Much success technosaurus and colleagues!
|
|
Back to top
|
|
 |
technosaurus

Joined: 18 May 2008 Posts: 3843
|
Posted: Thu 05 Nov 2009, 13:40 Post subject:
|
|
I guess I should clarify something for the non-developers following this thread. We have both a defaultbrowser (Firefox, Opera, Seamonkey, Midori, etc...) for viewing online URLs (http://....) and a defaulthtmlviewer (puppy browser, netsurf, dillo...) for viewing local html files such as local documentation (which most find more user friendly than man pages)
_________________ Puppy Web Desktop Now with pet packages - Pet Packaging 100 & 101
|
|
Back to top
|
|
 |
raffy
Joined: 25 May 2005 Posts: 4636 Location: Manila
|
Posted: Thu 05 Nov 2009, 21:27 Post subject:
compromise |
|
A compromise browser may be essential, something that's already as good as a full-featured browser (useful for webmail as well as for downloads) but is still small. The user can then download his/her favorite (but large) browser suite with this built-in browser.
puppymartin has posted about Kazehakase:
http://murga-linux.com/puppy/viewtopic.php?t=48529
_________________ Puppy user since Oct 2004. Want FreeOffice? Get the sfs (English only).
|
|
Back to top
|
|
 |
aragon
Joined: 15 Oct 2007 Posts: 1690 Location: Germany
|
Posted: Fri 06 Nov 2009, 04:25 Post subject:
|
|
defaulthtmlviewer:
for me Kazehakase, puppybrowser and these have one downside: they are dependant on the existance of the libs/tools from special big browsers.
in opposite to this, dillo or netsurf may no be as nice but are independent.
aragon
_________________ PUPPY SEARCH: http://wellminded.com/puppy/pupsearch.html
|
|
Back to top
|
|
 |
amigo
Joined: 02 Apr 2007 Posts: 1757
|
Posted: Fri 06 Nov 2009, 06:57 Post subject:
|
|
I've suggested for a long time that dillo be used with a nice web-page interface for use as html/man page viewing -use during setup with a nice link to where anyones' favorite 'big browser' can be installed.
I have a kinda interesting interface I put together which I've made sure works with dillo. I run the thttp server and have some web-pages put together which use dillo. The page can be as fancy, or simple as you like. The page links run cgi scripts written in bash which can show anything you allow. I run stuff like namazu as a local search engine, ainebot chat with sysadmin features or other personalities and didiwiki is linked there. didiwiwi runs its' own server, but the web inerface is the thing.
Here's a really simple example:
| Code: | #!/bin/bash --
# time.cgi
echo -en "Content-type: text/html\n\n<META HTTP-EQUIV="REFRESH" CONTENT="5\;URL=/httpd/html/bash-cgi/time.cgi">\n"
echo "<html><head><title>OS Version</title></head><body><H1>"; /usr/bin/date
echo "</H1></body></html>"
|
The server runs all the time using maybe 1MB of memory. dillo needs 5MB but only when needed. Only the scripts you place in the servers cgi directory can be used and only the files under the www directory can be accessed. The overhead of the cgi scripts is minimal and -no perl, no ruby, no python, thanky.
|
|
Back to top
|
|
 |
|
|
|
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
|