Lupu-515 Beta New Version DEC 18

A home for all kinds of Puppy related projects
Message
Author
User avatar
dejan555
Posts: 2798
Joined: Sun 30 Nov 2008, 11:57
Location: Montenegro
Contact:

Re: pinboard argg >_<

#741 Post by dejan555 »

abushcrafter wrote:fluxbox=No icons in tray :shock:. To my very small knowage
Fluxbox has tray icons plus slit for wmaker applets plus pseudo transparency and other stuff just like acrocosm said and cooler styles then openbox's. On the other hand, fluxbox's development seems to be stuck since version 1.1.1 while openbox is more updated, but still fluxbox works on recent systems just fine. Either way, it's one of the best small window managers.
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]

nooby
Posts: 10369
Joined: Sun 29 Jun 2008, 19:05
Location: SwedenEurope

#742 Post by nooby »

Shinobar and others that have told me to use pfix=ram was right.

that seems to be the best cure for this inability to boot that I have had.

So if others also have it then do try to add it to the kernel line and see if it helps.

the bad thing is that then one do not an upgrade but a new frugal install and have no access to all the thing that one spent month to install and learn how to use and one have to start all over.

So I need to check now that if I do a save file that it boot consistently after that one. I am in luci-236 if you wonder and the upgrade from 234 to 235 and to 236 failed to boot and using pfix0ram booted four times in a row so that seems to be the best way to do upgrade?

So how can I make use of the old pupsave with all the things me liked in it?
I use Google Search on Puppy Forum
not an ideal solution though

User avatar
playdayz
Posts: 3799
Joined: Fri 25 Apr 2008, 18:57

#743 Post by playdayz »

Auto connect to ethernet on boot

Auto connect to wired ethernet is supposed to work. It does work for me. However, pwireless2 could confuse the issue so it will go back to PPM for luci-237 (it is also bigger than I thought it would be--not bloated--just bigger than I thought because I wasn't thinking ;-)

------------------------------------------------------------

Can some clever person tell me why this runs sns whether or not there is a network connection? Thanks.

Code: Select all

#test if connected to internet...
FLAGINTERNETSTATUS='no'
WORKINGIF=''
if [ "`pidof dhcpcd`" != "" ];then
 if [ "`grep -v '^#' /etc/resolv.conf`" != "" ];then
  PSALL="`ps`"
  PSDHCPCD="`echo "$PSALL" | grep 'dhcpcd'`"
  for ONEIF in `ifconfig | grep '^[a-z]' | cut -f 1 -d ' ' | grep -v '^lo' | tr '\n' ' '`
  do
   if [ "`echo "$PSDHCPCD" | grep "$ONEIF"`" != "" ];then
    WORKINGIF="${WORKINGIF}${ONEIF} "
    FLAGINTERNETSTATUS='yes'
   fi
  done
 fi
fi
if FLAGINTERNETSTATUS='no'; then
exec sns
fi

User avatar
playdayz
Posts: 3799
Joined: Fri 25 Apr 2008, 18:57

#744 Post by playdayz »

the bad thing is that then one do not an upgrade but a new frugal install and have no access to all the thing that one spent month to install and learn how to use and one have to start all over.

So I need to check now that if I do a save file that it boot consistently after that one. I am in luci-236 if you wonder and the upgrade from 234 to 235 and to 236 failed to boot and using pfix0ram booted four times in a row so that seems to be the best way to do upgrade?
I am sorry that happened nooby. These luci development releases are changing things every time so there could be the incompatibility you found. I regret to say that the simplest solution would be to reinstall the things you like.

User avatar
dejan555
Posts: 2798
Joined: Sun 30 Nov 2008, 11:57
Location: Montenegro
Contact:

#745 Post by dejan555 »

Maybe try booting with pfix=purge nooby?
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
Bert
Posts: 1103
Joined: Fri 30 Jun 2006, 20:09

#746 Post by Bert »

Béèm wrote:Just installed 236
Thanks for adding the @euro in the selection list.
So there is this request remaining to add a button in the 1st run for the 24 hour clock.

My working environment applications still are run well.
Béèm, doesn't the 24 hour clock come up by default now? It does so in my Luci 235 and 236...If not everybody is seeing the 24 hour format,it must be based on locale choice now, or coincidence :o

(Changing the clock format can now be easily done in Fbpanel (menu>desktop>Fbpanel configuration.)

User avatar
Bert
Posts: 1103
Joined: Fri 30 Jun 2006, 20:09

#747 Post by Bert »

Wow, Opera installed in my language automatically! Thank you, thank you!

I know it is more difficult to do this for the other browsers, but are there any plans in the team to achieve this?

User avatar
playdayz
Posts: 3799
Joined: Fri 25 Apr 2008, 18:57

#748 Post by playdayz »

I am running fluxbox now. Very nice.
1. it seems to be protected now from fbpanel running.

2. The pinstall message says Exit to prompt and enter 'xwin startfluxbox'. We should think about whether we want that or whether it would be best for all window manager switching to use wmswitcher. I used wmswitcher and things look good.

3. The fullscreen widget in gnome-mplayer works correctly (like openbox, unlike jwm).

4. The background (pup-paint-rings.jpg) looks great and imho the tok-tok icons look great also.
Last edited by playdayz on Mon 08 Nov 2010, 15:57, edited 2 times in total.

User avatar
playdayz
Posts: 3799
Joined: Fri 25 Apr 2008, 18:57

#749 Post by playdayz »

I know it is more difficult to do this for the other browsers, but are there any plans in the team to achieve this?
Bert, is there any chance you could check the other browsers by installing them and see which ones come up in your language?

JorgenS
Posts: 29
Joined: Thu 31 Dec 2009, 16:47

#750 Post by JorgenS »

Playdayz:

try:
if FLAGINTERNETSTATUS=='no'; then

instead of:
if FLAGINTERNETSTATUS='no'; then

but I am no programmer

JorgenS

User avatar
dejan555
Posts: 2798
Joined: Sun 30 Nov 2008, 11:57
Location: Montenegro
Contact:

#751 Post by dejan555 »

playdayz wrote: 2. The pinstall message says Exit to prompt and enter 'xwin startfluxbox'. We should think about whether we want that or whether it would be best for all window manager switching to use wmswitcher. I used wmswitcher and things look good.
That can be easily fixed, just remove dialog line from pinstall.sh, but leave the refresh menus command so it updates menu immidietly on install.

Good that you made changes to prevent fbpanel, did you also modify fixmenus with fluxbox_menu_refresh so it does automatic refresh? I'll download 236 later anyway and try.
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
James C
Posts: 6618
Joined: Thu 26 Mar 2009, 05:12
Location: Kentucky

#752 Post by James C »

playdayz wrote:Auto connect to ethernet on boot

Auto connect to wired ethernet is supposed to work. It does work for me. However, pwireless2 could confuse the issue so it will go back to PPM for luci-237 (it is also bigger than I thought it would be--not bloated--just bigger than I thought because I wasn't thinking ;-)
I've only tried 236 on two machines so far(wired DSL) but no autoconnect here.Prior releases did automatically connect though.

User avatar
playdayz
Posts: 3799
Joined: Fri 25 Apr 2008, 18:57

#753 Post by playdayz »

That can be easily fixed, just remove dialog line from pinstall.sh, but leave the refresh menus command so it updates menu immidietly on install.

Good that you made changes to prevent fbpanel, did you also modify fixmenus with fluxbox_menu_refresh so it does automatic refresh? I'll download 236 later anyway and try.
I think 01micko must have fixed fbpanel starting. I might change the dialog line to instructions to use wmswitcher.

No. I did not modify fixmenus.Here's what is in there now.

Code: Select all

#w001 support for fbpanel, lxpanel, openbox, fluxbox, pekwm...
[ `which variconlinks` ] && variconlinks #100404 for my fbpanel pkg.
[ `which tempicons` ] && tempicons
[ `which fbpanel_menu_refresh` ] && fbpanel_menu_refresh
[ `which lxpanel_menu_refresh` ] && lxpanel_menu_refresh
[ `which jwm2fluxbox` ] && jwm2fluxbox  ##current fluxbox_menu_refresh doesn't support menu icons while this does
[ `which obmenu-refresh` ] && obmenu-refresh
[ `which jwm2pekwm` ] && jwm2pekwm
Thanks.

User avatar
Lobster
Official Crustacean
Posts: 15522
Joined: Wed 04 May 2005, 06:06
Location: Paradox Realm
Contact:

#754 Post by Lobster »

Béèm, doesn't the 24 hour clock come up by default now?
. . . that reminds me
the clock in KDE seemed to have no relation to any reality I am aware of . . .
JWM and Openshot clocks are OK

Had a wee problem with GoogleEarth
http://www.murga-linux.com/puppy/viewto ... 128#465128

The sound is not persistent.
I am having to run (the new and helpful)
connection wizard each bootup to get sound
Puppy Raspup 8.2Final 8)
Puppy Links Page http://www.smokey01.com/bruceb/puppy.html :D

scruffy
Posts: 43
Joined: Fri 09 Apr 2010, 17:42
Location: Bristol UK

luci-236 testing

#755 Post by scruffy »

Fresh Frugal install of luci-236

Setup fine.
Sound works out of the box.
Internet setup ok with SNS.

Sound and internet persistent through reboots.

Succesfully installed:

Graphics driver Nvidia-96.43.16
Wine-1.1.43-Lucid.pet and Spotify.exe

From Quickpet:
Opera 10.63
Pwidgets
Gimp 2.6

Everything working fine. :D
AMD Athlon 1100MHz 512MB -Soundcard C-media CMI8738 -Graphics Nvidia geforce 4 MX440 - Netgear wired DSL

User avatar
sc0ttman
Posts: 2812
Joined: Wed 16 Sep 2009, 05:44
Location: UK

luci 236 initial test

#756 Post by sc0ttman »

initial test of luci 236

Firstrun works very well, did the job.. Nvidia installed fine from Quickpet.

Media player works well for me. Sound works.

I like OpenBox and Fbpanel.. It works well.. Looks nice..

However, when I restarted via wmswitcher, jwm had no tray, had to re-enable Fbpanel manually through the menu.

Why doesnt Fbpanel load up startup automatically in JWM? (as the JWM tray seems to be disabled)

Also, auto ethernet connection worked for me in LupQ amd 511 but not here, had to use the SNS, which popped up.

Major problem (for me, anyways) - I created a save file, but it wouldnt load up, couldnt be found.
Always booted to a fresh install, no save file.

I have a frugal install on a HD, and I put the save file in a /luci folder on a USB.. Using GRUB to boot it, all options seem fine.

Will experiment, but LupQ save files worked fine, with exactly the same process..
[b][url=https://bit.ly/2KjtxoD]Pkg[/url], [url=https://bit.ly/2U6dzxV]mdsh[/url], [url=https://bit.ly/2G49OE8]Woofy[/url], [url=http://goo.gl/bzBU1]Akita[/url], [url=http://goo.gl/SO5ug]VLC-GTK[/url], [url=https://tiny.cc/c2hnfz]Search[/url][/b]

User avatar
Bert
Posts: 1103
Joined: Fri 30 Jun 2006, 20:09

#757 Post by Bert »

playdayz wrote:
I know it is more difficult to do this for the other browsers, but are there any plans in the team to achieve this?
Bert, is there any chance you could check the other browsers by installing them and see which ones come up in your language?
Hi Playdayz,

Just checked:

Firefox comes up in English
Seamonkey comes up in English
Chromium comes up in Dutch, just like Opera!

Thanks

User avatar
Bert
Posts: 1103
Joined: Fri 30 Jun 2006, 20:09

#758 Post by Bert »

In my case, I believe 233 was the last one that auto-connected to my wired ehernet. No go with 235 / 236.

Now in 236 connection is not remembered between reboots.

EDIT: connection okay now (remembered) , after running Barry's SNS
Last edited by Bert on Mon 08 Nov 2010, 17:11, edited 1 time in total.

User avatar
dejan555
Posts: 2798
Joined: Sun 30 Nov 2008, 11:57
Location: Montenegro
Contact:

#759 Post by dejan555 »

playdayz wrote: No. I did not modify fixmenus.Here's what is in there now.
Add

Code: Select all

[ `which fluxbox_menu_refresh` ] && fluxbox_menu_refresh
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
Béèm
Posts: 11763
Joined: Wed 22 Nov 2006, 00:47
Location: Brussels IBM Thinkpad R40, 256MB, 20GB, WiFi ipw2100. Frugal Lin'N'Win

#760 Post by Béèm »

double post
Last edited by Béèm on Mon 08 Nov 2010, 17:16, edited 1 time in total.
Time savers:
Find packages in a snap and install using Puppy Package Manager (Menu).
[url=http://puppylinux.org/wikka/HomePage]Consult Wikka[/url]
Use peppyy's [url=http://wellminded.com/puppy/pupsearch.html]puppysearch[/url]

Post Reply