The time now is Sun 26 May 2013, 03:16
All times are UTC - 4 |
|
Page 74 of 148 [2207 Posts] |
Goto page: Previous 1, 2, 3, ..., 72, 73, 74, 75, 76, ..., 146, 147, 148 Next |
| Author |
Message |
pemasu

Joined: 08 Jul 2009 Posts: 5171 Location: Finland
|
Posted: Wed 12 Oct 2011, 14:56 Post subject:
|
|
Iguleder. Thank you of your Sylpheed pet. I have uploaded it to the repo also. Not sure how much extra functionality there is in Shinobar`s pet compared to yours. But yours is compiled in dpup. Thanks.
DaveS. I envy you of your competence with openbox. Looks great.
|
|
Back to top
|
|
 |
DaveS

Joined: 09 Oct 2008 Posts: 3669 Location: UK
|
Posted: Wed 12 Oct 2011, 14:59 Post subject:
|
|
| pemasu wrote: |
DaveS. I envy you of your competence with openbox. Looks great. |
Ah Ah........ that is pure JWM man
_________________ Spup Frugal HD and USB
Root forever!
|
|
Back to top
|
|
 |
pemasu

Joined: 08 Jul 2009 Posts: 5171 Location: Finland
|
Posted: Wed 12 Oct 2011, 15:00 Post subject:
|
|
More reason to envy. Lol.Not bad at all.
|
|
Back to top
|
|
 |
backi
Joined: 27 Feb 2011 Posts: 366 Location: GERMANY
|
Posted: Wed 12 Oct 2011, 15:03 Post subject:
Subject description: Internet connection |
|
Hi Pemasu !
Installed Frisbee mager pet.
Problems with automatic load of internet connection solved.
I just found out now "no save at shutdown " option is finally working.
( exprimo 5X8installed to USB stick )
Really glad about.... fine tool .
Can be found in folder my-applications/bin/nosaveshutdown.
In Puppy Eventmanager under Save Session set save intervall to 0 (never).
Everything else seems to work fine too so far.
Want to say thanks for your hard work Pemasu . Top job
Last edited by backi on Wed 12 Oct 2011, 15:05; edited 1 time in total
|
|
Back to top
|
|
 |
stu90

Joined: 25 Feb 2010 Posts: 1401 Location: England. Dell Inspiron 1501. Dpup
|
Posted: Wed 12 Oct 2011, 15:05 Post subject:
|
|
| pemasu wrote: | I made a pet from stu90`s great Frisbee enable-disable package.
You can enable and disable Frisbee using the pet. It installs menu entry under Network section. |
Thanks Pemasu.
I just noticed there is an error in my original upload /usr/local/Frisbee/frisbeestate should be ON as default - i had it as OFF as i had already removed files.
I have repackaged your .pet with correct default state.
cheers.
| Description |
|

Download |
| Filename |
frisbee-manager-0.0.2.pet |
| Filesize |
1.91 KB |
| Downloaded |
71 Time(s) |
Last edited by stu90 on Thu 13 Oct 2011, 01:56; edited 2 times in total
|
|
Back to top
|
|
 |
pemasu

Joined: 08 Jul 2009 Posts: 5171 Location: Finland
|
Posted: Wed 12 Oct 2011, 15:09 Post subject:
|
|
Backi. I am glad that you get net connection problems sorted out. I know that you know, but maybe not all others, so....that script is meant for PUPMODE=13. PUPMODE=12 is normal hdd frugal install and that script wont help. The saves are written straight to the savefile. But usb installation is different. Saves are done only at intervals or not at all if interval=0. Then you can shut down with that script instead of normal saving shutdown. It has one quirk also. But nothing serious I think.
| Code: | #Unionfs layers setup by this script...
#unionfs layers: RW (top) RO1 RO2 PUPMODE
#full install, flash drive: tmpfs PDEV1 3
#First boot (or pfix=ram): tmpfs pup_xxx.sfs 5
#pup_save is a partition: PDEV1 pup_xxx.sfs 6
#ditto, but flash drive: tmpfs PDEV1 pup_xxx.sfs 7
#Normal running puppy: pup_save.3fs pup_xxx.sfs 12
#ditto, but flash drive: tmpfs pup_save.3fs pup_xxx.sfs 13
#Multisession cd/dvd: tmpfs folders(tmpfs2) pup_xxx.sfs 77 ,(13+64) |
Last edited by pemasu on Wed 12 Oct 2011, 15:14; edited 1 time in total
|
|
Back to top
|
|
 |
DaveS

Joined: 09 Oct 2008 Posts: 3669 Location: UK
|
Posted: Wed 12 Oct 2011, 15:14 Post subject:
|
|
Pemasu... I dont know how this happens, but there are a three entries in /root/.flsynclient, clickfinger1, clickfinger2, and clickfinger3. They should all have a default setting of '1', but clickfinger3 is set to '2'. This is not configurable via the GUI.
With ckickfinger3 = 2, some touchpads (all of mine) go absolutely crazy, copying and pasting blocks of text when only highlighting was required, firing of clicks and doubleclicks for no reason, loading programs when the mouse cursor passes over icons etc.
It is a well known problem through all Linux distros, and simply fixed by changing the default value to '1', but I dont know how you would do that for a new install.
_________________ Spup Frugal HD and USB
Root forever!
|
|
Back to top
|
|
 |
pemasu

Joined: 08 Jul 2009 Posts: 5171 Location: Finland
|
Posted: Wed 12 Oct 2011, 15:24 Post subject:
|
|
DaveS. I remember that you posted about it before. Only solution I know of, is to include preconfigured /root/.flSynclient to the build. And hope it will not be overwritten when you first time save your settings.
/usr/bin/flsynclient is binary, you cant change its default settings without compiling it again and hacking the source. Or it takes the default from synclient which is also binary. My included synclient is from wheezy...so it is newer than squeeze one. Of course there could be script to execute synclient with that change: synclient ClickFinger3=1
When you first time use Flsynclient and save it, there is that change also saved.
Flsynclient is just front end for synclient....or thats how I have thought of it.
|
|
Back to top
|
|
 |
DaveS

Joined: 09 Oct 2008 Posts: 3669 Location: UK
|
Posted: Wed 12 Oct 2011, 15:29 Post subject:
|
|
| pemasu wrote: | DaveS. I remember that you posted about it before. Only solution I know of, is to include preconfigured /root/.flSynclient to the build. And hope it will not be overwritten when you first time save your settings.
/usr/bin/flsynclient is binary, you cant change its default settings without compiling it again and hacking the source. Or it takes the default from synclient which is also binary. My included synclient is from wheezy...so it is newer than squeeze one. Of course there could be script to execute synclient with that change: synclient ClickFinger3=1
When you first time use Flsynclient and save it, there is that change also saved.
Flsynclient is just front end for synclient....or thats how I have thought of it. |
Interesting as it comes up clickfinger3 = 1 in Slacko and Racy, though as we know, Slacko has its own problems just now with touchpads.
All a bit of a black art this touchpad issue
_________________ Spup Frugal HD and USB
Root forever!
|
|
Back to top
|
|
 |
pemasu

Joined: 08 Jul 2009 Posts: 5171 Location: Finland
|
Posted: Wed 12 Oct 2011, 16:04 Post subject:
|
|
DaveS. Yeah. The missing information for me is...From where the initial configuration is derived from. Knowing that, it would make possible to try to edit it. I dont know what conf files, binaries, dev rules there are which affects and from where the initial configuration comes from. Wiser, smarter, better looking and younger person is needed. Help.
|
|
Back to top
|
|
 |
pemasu

Joined: 08 Jul 2009 Posts: 5171 Location: Finland
|
Posted: Wed 12 Oct 2011, 16:12 Post subject:
|
|
Stu90`s frisbee-manager-0.0.2 has been reuploaded to the my initial post also. I remind you to update to use that version. It fixes the state recognition bug.
I dont have need for it, but there seems to be clear need for that kind nice disabling app for Frisbee. Sniff.....
Thanks stu90. And thanks to you all. I have already uploaded a lot stuff to the Exprimo repo. I will soon post the updated pet-packages-exprimo-official database file.
|
|
Back to top
|
|
 |
pemasu

Joined: 08 Jul 2009 Posts: 5171 Location: Finland
|
Posted: Wed 12 Oct 2011, 16:26 Post subject:
|
|
Lol. Stu90. I believe you have packaged slightly wrong your frisbee-manager-0.0.2 pet. When you extract it, it extracts to 2 folders, root folder has folder 1 and sda2 and inside them is the frisbee-manager-0.0.2 folder. I repackaged the pet in my earlier post.
|
|
Back to top
|
|
 |
soundNICK
Joined: 13 Oct 2010 Posts: 118
|
Posted: Wed 12 Oct 2011, 19:04 Post subject:
Re: Dpup Exprimo 5.X.8 Subject description: tried x-primo / problem with launcher ? |
|
hey Pemasu !
Well I tried last night, and this x-primo works good with my dual core.
Now I have problem with the launcher, which is... ALT - Esc to start it
if I remember... well... the nice menu block pops up, and has what I
was looking for - a URL space... here is the problem... whatever URL
I type in doesnt seem to go anywhere by clicking icon it makes ?
Usually for launcher icons I used PRISM which isnt supported for
the built in seamonkey... in fact, they stopped prism developing.
Any help with the launcher you know ?
soundNICK / official crack snowpuppy tester extraordinaire
|
|
Back to top
|
|
 |
MoebusNet
Joined: 04 Jun 2011 Posts: 89
|
Posted: Thu 13 Oct 2011, 00:37 Post subject:
5.X.8 system report |
|
Pup-SysInfo Summary Report, Wed 12 Oct 2011
=== BASE SYSTEM ===
PC Manufacturer: Acer
Product Name: AOD255
Serial Number: LUSDE0B0050415A7541601
UUID: 9CE64E36-829C-B19C-2111-1C750816BE33
Linux Kernel: 2.6.39
Operating System: Dpup Exprimo-5.X.8
Window Manager: jwm
=== BIOS ===
Vendor: Acer
Version: V3.08(DDR2)
Release Date: 10/07/2010
ROM Size: 2048 kB
=== CENTRAL PROCESSOR ===
Intel(R) Atom(TM) CPU N450 @ 1.66GHz
=== COMPUTER MEMORY ===
total used free shared buffers
Mem: 1023980 919968 104012 0 46984
Swap: 0 0 0
Total: 1023980 919968 104012
=== DISPLAY ===
Monitor Name: LP101WSB-TLN
Screen Resolution (pixels): 1024x600
OpenGL renderer: Mesa DRI Intel(R) IGD GEM 20091221 2009Q4 x86/MMX/SSE2
X.Org version: 1.7.7
VGA compatible controller: Intel Corporation N10 Family Integrated Graphics Controller
oem: Intel(r)PineView Graphics Chip Accelerated VGA BIOS
product: Intel(r)PineView Graphics Controller Hardware Version 0.0
=== DRIVES: HDD ===
HDD-1 (sda)
Model Number: TOSHIBA MK1665GSX
Serial Number: 70QMB0TFB
Firmware Revision: GJ002J
device size with M = 1024*1024: 152627 MBytes
device size with M = 1000*1000: 160041 MBytes (160 GB)
HDD-2 (sdb)
device size with M = 1024*1024: 0 MBytes
device size with M = 1000*1000: 0 MBytes
HDD-3 (sdc)
HDD-4 (sdd)
 |
| Description |
|

Download |
| Filename |
DpupExprimo5.X.8.jpg.gz |
| Filesize |
54.23 KB |
| Downloaded |
72 Time(s) |
_________________ Acer Aspire One D255-2301 (N450 Atom @ 1.6 Ghz, 1 Gb RAM, 160 Gb HDD w/WinXP, ENE SD card reader, Alps touchpad) 5.28/5.3.1 via manual-frugal ext4 USB flash drive (4Gb) using GRUB4DOS
|
|
Back to top
|
|
 |
pemasu

Joined: 08 Jul 2009 Posts: 5171 Location: Finland
|
Posted: Thu 13 Oct 2011, 01:25 Post subject:
|
|
Good morning soundNICK. My first army quality distro tester, when I created my first puplet, SnowPuppy. Great to hear about you.
About your question. I seem to have slime in my brains in this morning. I hope coffee ( a lot of coffee) will help eventually.
I am not sure what application is question of. Somekind launcher application or JWM tray launcher ?
Of course I will try to help and I am usually eager to reason and try to understand what is the problem. But now I am a little at loss.
Anyway. Nice that you downloaded Exprimo, used it and gave feedback.
Cheers soundNICK.
|
|
Back to top
|
|
 |
|
|
Page 74 of 148 [2207 Posts] |
Goto page: Previous 1, 2, 3, ..., 72, 73, 74, 75, 76, ..., 146, 147, 148 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
|