Lucid Puppy Revitalized as 5.2.8.7 - Nov., 2017 - Final

A home for all kinds of Puppy related projects
Message
Author
drblock2
Posts: 153
Joined: Mon 19 Jan 2009, 12:38

Window Manager Problem

#76 Post by drblock2 »

rerwin,
The difficulty in finding the error is that performance is inconsistent. This morning I booted up my 12-year-old Athlon with the 528-005 save file and got the jwm taskbar. Rebooting brought up the fbpanel taskbar. Resetting with WM Switcher did not change back to jwm the first time I tried it, it did when I repeated the operation.

I have also tried manually switching by closing X and typing xwin jwm - same behavior, it often does not work until the second try.

Performance is the same on my ThinkPad R400 with a new save file.

The Athlon (with the old save file) has an additional problem: On rebooting, the thumbnails assigned to new icons I have created by drag and drop to the pinboard get lost, leaving the generic icons behind. This does not seem to be a problem with the other machine.

This is all rather puzzling since I have never encountered these difficulties with any other puppy of the many I have experimented with.

Since I am unlikely to need OpenBox, it would suit my purposes to simply change the default to jwm and disable switching.

musher0
Posts: 14629
Joined: Mon 05 Jan 2009, 00:54
Location: Gatineau (Qc), Canada

Re: Window Manager Problem

#77 Post by musher0 »

drblock2 wrote:(...)
The Athlon (with the old save file) has an additional problem: On rebooting, the thumbnails assigned to new icons I have created by drag and drop to the pinboard get lost, leaving the generic icons behind. This does not seem to be a problem with the other machine.
(...)
Hello, drblock2.

It should be a problem on all your Puppies! ;) That's not a bad joke.
What I mean is: it's a known bug. Maybe even a "feature" of Puppy...

That only happens when:
you change or move some icons on the desktop AND
there's addition of a savefile (meaning: first save) OR
when you choose to add an sfs file to the Puppy (such as the devx file or
an OpenOffice sfs or VLC sfs, etc.)

Manual solution:
change or move your desktop icons as you like. Once finished:
go to /root/Choices/ROX-Filer
copy file PuppyPin to PuppyPin.backup

If Puppy resets your icons on reboot:
go to the same folder and do the reverse:

Code: Select all

cd /root/Choices/ROX-Filer
cp PuppyPin.backup PuppyPin
rox -p=$PWD/PuppyPin
Make it semi-automatic: Save the above three lines as file restore-desktop.sh, make it
executable and use as needed.

That way, you get back your preferred icon arrangement as needed.

(Making it fully automatic would mean changing the .xinitrc file [the main startup file],
and that would be a bit too involved and not practical [for technical reasons] for
something that happens only occasionally.)

Another practical hint that derives from the above -- to all, BTW:
create your savefile or DVD save-session as soon as you have finished specifying
your country, locale, timezone, screen size, etc. in the initial settings panel on first boot.

Only on second boot should you add programs to your Puppy, or move icons on
your desktop; I don't think it's written in any Puppy docs, but it's more productive that
way.
~~~~~~~~
As to the permanent change of window manager:
simply go to the initial black console with Ctrl-Alt-Backspace and type

Code: Select all

xwin jwm
This will restart your desktop in jwm. It won't be etched in stone, but if you don't touch
the wm changer after that, jwm will be your default window manager every time you boot.

I hope this helps. BFN.

musher0
musher0
~~~~~~~~~~
"You want it darker? We kill the flame." (L. Cohen)

drblock2
Posts: 153
Joined: Mon 19 Jan 2009, 12:38

Windows Manager and Icons

#78 Post by drblock2 »

musher0,
Thanks for detailed explanation of the pinboard. I really had no idea where to start and you put me on the right track.

The directory /root/Choices/Rox-Filer contains to relevant files. PuppyPin seems to contain information on positioning, caption and executable file. Here is a sample entry for one of the icons I added:

Code: Select all

<icon x="96" y="508" label="Opera-12.16">/root/my-applications/bin/launch_opera-12.16</icon>
Information about the thumbnails stored in globicons:

Code: Select all

<rule match="/root/my-applications/bin/launch_opera-12.16">
<icon>/root/my-applications/bin/opera-browser.png</icon>
</rule>
Both entries appear to be in order.

A search for Rox files turned up a second copy of globicons in /root/.config/rox-sourceforge.net/Rox-Filer. This file is missing the added icons. It seems to include only the default settings.

If I overwrite it with the "complete" version of globicons in Choices and restart X - eh, voilà, the missing thumbnails appear on the icons.

Unfortunately, when I reboot, I am back to square one. The custom thumbnails are missing again. Inspection of globicons in rox-sourceforge.net shows that the file has been overwritten with the original values and does not contain the new entries.

As soon as I have time, I will try installing a new save file to see if the problem persists.

As for jwm, it is still inconsistent. Sometimes the system boots into jwm as expected, sometimes I get the fbpanel taskbar. Dropping out of X and entering xwin jwm restores jwm, taskbar and all, but sometimes it is necessary to do this twice.

Edit:
Later in the day, booted with pfix=ram, did initial setup, country settings, time zone, keyboard, firewall. Changed file manager to jwm with wmswitcher and rebooted to create a new save file.

On reboot, jwm loaded and I created the new icons with custom thumbnails.

I rebooted again three times and and both jwm and the new icons loaded.

Too bad about the old save file. I will gradually integrate the old features into the new save file as time permits and go from there.

The main point is that this is not a show-stopper for new users! Let me endorse your advice:
Create your savefile or DVD save-session as soon as you have finished specifying
your country, locale, timezone, screen size, etc. in the initial settings panel on first boot.

Only on second boot should you add programs to your Puppy, or move icons on
your desktop

Pelo

Lucid with kernel 3.0.25 : excellent !

#79 Post by Pelo »

Lucid Puppy : long life to this Puppy. :P
Before, i switched the kernel from Racy 5.3 to get wifi working.
Lucid now has kernel 3.0.25 inside. Well !
Nothing to do, just switching ma laptop on...
And choosing the browser.
ViVa SULU ! (added in the Pelo's Kennel club)

Ps : what' make the difference between Puppies (my criteria)
As at the restaurant, the menu !
French like changing the meals, tasting new food.
And how the meals are cooked too.
What would you think about a restaurant where the customer has to cook himself the meals ?
Lucid is now well appreciated for his pets card (Mummy Lucid was better cooker than her Precise children)
Last edited by Pelo on Tue 28 Jan 2014, 03:41, edited 2 times in total.

musher0
Posts: 14629
Joined: Mon 05 Jan 2009, 00:54
Location: Gatineau (Qc), Canada

#80 Post by musher0 »

Hi, drblock2.

Thanks for the thanks!

Regarding the globicons file in /root/.config/rox.sourceforge.net/ROX-Filer, I think it has
priority over the one in /root/Choices/ROX-Filer. As for me, I don't bother with the one
in /root/Choices/ROX-Filer anymore.

Again, the quirk is the same as for the PuppyPin file, and so is the solution :
make a back-up of /root/.config/rox.sourceforge.net/ROX-Filer/globicons as soon as
you are satisfied with your icon changes on the desktop, and copy it back on the next
boot if the Puppy thinks it knows better than you do!

I agree with your comment that it's not exactly newbie-friendly... I mentioned this 4-5
years ago, and nobody listened. Oh well...

Unfortunately, I'm just a "power user", not a trained programmer, so this is the best
solution I can offer. (A stop-gap, really, not a real solution...)

As to integrating your old savefile into your new one, that's rather easy: once in your
"new" active Puppy, double-click on the old pupsave file, and then copy what you need
from it to the corresponding folders in your active Puppy. Maybe use a file "syncer"
such as JFileSync to make it even easier.

Best regards.

musher0
musher0
~~~~~~~~~~
"You want it darker? We kill the flame." (L. Cohen)

sheldonisaac
Posts: 902
Joined: Mon 22 Jun 2009, 01:36
Location: Philadelphia, PA

Re: Lucid Puppy Revitalized as 5.2.8.6!

#81 Post by sheldonisaac »

Hi, my (new-ish) Dell Latitude E6410 laptop seems to have a resolution of 1280 by 800?

It maked things rather small on the 14" screen.

How can I get, for example, 1024 x 600?

This is with Super Lupu Puppy Linux.

Thank you.

(my apologies: I've posted in Hardware also)
Dell E6410: BusterPup, BionicPup64, Xenial, etc
Intel DQ35JOE, Dell Vostro 430
Dell Inspiron, Acer Aspire One, EeePC 1018P

User avatar
bigpup
Posts: 13886
Joined: Sun 11 Oct 2009, 18:15
Location: S.C. USA

#82 Post by bigpup »

sheldonisaac,

Look at your hardware/video post for answer.
The things they do not tell you, are usually the clue to solving the problem.
When I was a kid I wanted to be older.... This is not what I expected :shock:
YaPI(any iso installer)

don922
Posts: 433
Joined: Sat 19 Jan 2008, 07:58
Location: Nong Yai Buah

Firefox will not go into safe mode

#83 Post by don922 »

I have been using 528.6 with the JWM desktop for a couple of weeks. First with the Firefox26 browser and starting today with the Firefox27 browser.

Yesterday while using Firefox 26, before upgrading to 27 today, I tried to use

Code: Select all

firefox  -safe-mode
I could not get Firefox 26 to start in the safe mode. Today after upgrading to Firefox 27 I still could not use safe mode. I noticed today that the old 3hd, 528.9, won't use the firefox safe mode either. But 528.005 and 525 will still use the firefox safe mode.

How do I fix this?
[color=green][i]Don -- Thailand[/i][/color]
[url=http://www.puppylinux.com][img]http://tinypic.com/4e0tojl.jpg[/img][/url]

User avatar
OscarTalks
Posts: 2196
Joined: Mon 06 Feb 2012, 00:58
Location: London, England

#84 Post by OscarTalks »

Quick test, Lucid 5.2.8.6 pfix=ram, tried both Openbox and JWM
Installed my new Firefox ESR 24.3.0 which has all the same updates as Firefox 27 but is the extended support release.

Code: Select all

firefox -safe-mode
Seems to run OK for me here.
Attachments
firefox-safe-mode.jpg
Firefox ESR 24.3.0 in safe mode in Lucid 5.2.8.6
(55.12 KiB) Downloaded 1004 times
Oscar in England
Image

don922
Posts: 433
Joined: Sat 19 Jan 2008, 07:58
Location: Nong Yai Buah

Quick test

#85 Post by don922 »

OscarTalks wrote:Quick test, Lucid 5.2.8.6 pfix=ram, tried both Openbox and JWM
Installed my new Firefox ESR 24.3.0..........

Code: Select all

firefox -safe-mode
Seems to run OK for me here.
I am not sure what your "Quick test" demonstrates -- you are using pfix=ram and a different version of firefox. I am not sure why you interjected Openbox into your reply. Also, your graphics don't necessarily show that Firefox is in Safe Mode because you are booted pfix=ram.

Are you implying that I have not encountered a failure? Certainly, your comment is not helpful!
[color=green][i]Don -- Thailand[/i][/color]
[url=http://www.puppylinux.com][img]http://tinypic.com/4e0tojl.jpg[/img][/url]

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

#86 Post by nooby »

Shinobar have an easy to understand Download page but slow.
But how does one know the difference between all the iso's ? :)
I use Google Search on Puppy Forum
not an ideal solution though

User avatar
bigpup
Posts: 13886
Joined: Sun 11 Oct 2009, 18:15
Location: S.C. USA

Re: Quick test

#87 Post by bigpup »

don922 wrote:
OscarTalks wrote:Quick test, Lucid 5.2.8.6 pfix=ram, tried both Openbox and JWM
Installed my new Firefox ESR 24.3.0..........

Code: Select all

firefox -safe-mode
Seems to run OK for me here.
I am not sure what your "Quick test" demonstrates -- you are using pfix=ram and a different version of firefox. I am not sure why you interjected Openbox into your reply. Also, your graphics don't necessarily show that Firefox is in Safe Mode because you are booted pfix=ram.

Are you implying that I have not encountered a failure? Certainly, your comment is not helpful!
Not sure if it works or not.
I tried getting into safe mode by using the console command and by going to help->restart with add-ons disabled.

With help->restart with add-ons disabled.
I get the warning window about safe mode.

With the console command it just starts firefox in safe mode.
Maybe?

The question is:
How do you really know you are in safe mode?
To me, Firefox looks the same as normal, when it first
starts.
I do not see anything on the initial Firefox window that indicates you are now in safe mode.
The things they do not tell you, are usually the clue to solving the problem.
When I was a kid I wanted to be older.... This is not what I expected :shock:
YaPI(any iso installer)

don922
Posts: 433
Joined: Sat 19 Jan 2008, 07:58
Location: Nong Yai Buah

Re: Quick test

#88 Post by don922 »

bigpup wrote: The question is:
How do you really know you are in safe mode?
To me, Firefox looks the same as normal, when it first
starts.
I do not see anything on the initial Firefox window that indicates you are now in safe mode.
The answer is all of the Add-ons have been disabled and do not appear on the Menu Bar or the Navigation Bar. For example, Adblock Plus, NoScript, or any other Add-on which shows an icon will be missing. As an alternative, look in Tools>Add-ons and all your Add-ons will be disabled.
[color=green][i]Don -- Thailand[/i][/color]
[url=http://www.puppylinux.com][img]http://tinypic.com/4e0tojl.jpg[/img][/url]

User avatar
sszindian
Posts: 807
Joined: Sun 25 Apr 2010, 02:14
Location: Pennsylvania U.S.

WiFi Dropping

#89 Post by sszindian »

WiFi is still dropping!!!! Seems to drop mostly in Facebook and some online Newspapers.

There appears to be NO AUTO RECOVERY when this happens and only a cold hard shutdown turns the computer off.

X-Precise-2.2 is (so far) the only puppy that auto recovers when wifi drops.

Using: Linksys USB w/rt2800usb config

>>>---Indian------>
Cloud Computing For Every Puppy (a .pet)
[url]http://murga-linux.com/puppy/viewtopic.php?t=69192[/url]

cthisbear
Posts: 4422
Joined: Sun 29 Jan 2006, 22:07
Location: Sydney Australia

#90 Post by cthisbear »

"WiFi is still dropping!!!!
Seems to drop mostly in Facebook and some online Newspapers. "

Change your wifi channel.

""""""""

Also look here

Internet connection drops after 15 min [solved]

http://murga-linux.com/puppy/viewtopic.php?t=91857

Chris.

User avatar
rerwin
Posts: 2017
Joined: Wed 24 Aug 2005, 22:50
Location: Maine, USA

LibreOffice-4.1.5 Available for Download

#91 Post by rerwin »

For those of you using LibreOffice and wanting the latest 4.1 bugfix, I have uploaded 4.1.5 to the Supplemental SFS files directory. The direct link to the file is:
http://www.mediafire.com/download/vm8wl ... -US_gz.sfs
md5sum: b145a60368720867eb206f517867da72 LibreOffice-4.1.5_en-US_gz.sfs

Of course, if you are using lupulibre this is not appropriate. LibreOffice -4.1.5 will be part of the next lupulibre ISO, the next time I upgrade the set of "lupus".

Note that first time users of LibreOffice may need to run "fixmenus" to install the LibreOffice menu entries. (The "load SFS" utility may take care of that for you.)
Richard

Update 2/16/2014: In working with LibreOffice 4.1.4 and 4.1.5 I get a long message regarding the file I use. That happens with both lupu and lupusuper2 (sulu2), but not in precise-5.6.1 (and I presume, 5.7.1). Google searches suggest the problem lies with some "lib..." files. I will look into that soon so that the next upload set is fixed, probably with replacements from precise. I post this to assure you that I am aware of the problem. I am not sure whether it actually impacts work on the document, but am using Precise for the document I am trying to finish.
R

Follow-up to update: I got nowhere trying to find a usable fix, but found that the message is not issued if the file name contains no space characters. Any fix for that would go into the source code of GTK-2, which is beyond what is reasonable to attempt for lupu. I assume the requirement for file names without spaces is an old one, that apparently was fixed between lucid and precise ubuntu releases. So, be warned about file names with spaces in them.
R
Last edited by rerwin on Wed 19 Feb 2014, 22:18, edited 2 times in total.

cthisbear
Posts: 4422
Joined: Sun 29 Jan 2006, 22:07
Location: Sydney Australia

#92 Post by cthisbear »

rerwin: Great job so far mate.

Still have to test On my evil Dell>>> for wireless.

Chris.

sheldonisaac
Posts: 902
Joined: Mon 22 Jun 2009, 01:36
Location: Philadelphia, PA

Help with connections

#93 Post by sheldonisaac »

Help, please.

I can't get both wired and wireless network connections to be working after booting.

They are eth0 and eth1 on this Dell Latitude D610.
tg3 and ipw2200, according to SNS.

I think I tried a boot without save file, and eth0 was working.
Then I set up eth1 for WPA.
Made save file; rebooted.
This time only the wireless was working.

Of course I could use SNS after booting, to activate the interface which wasn't working.

But how can I have wired and wireless available at startup?

Or is there a script I could set to run which would make sure both are working?


Thank you,

Sheldon Isaac
Dell E6410: BusterPup, BionicPup64, Xenial, etc
Intel DQ35JOE, Dell Vostro 430
Dell Inspiron, Acer Aspire One, EeePC 1018P

User avatar
rerwin
Posts: 2017
Joined: Wed 24 Aug 2005, 22:50
Location: Maine, USA

#94 Post by rerwin »

sheldonisaac wrote:But how can I have wired and wireless available at startup?
I cannot advise you on SNS and Network Wizard, but I am interested in supporting that with frisbee-1.x. Unless you find that frisbee already solves the issue, we can take the problem over to the Frisbee thread and work it together.
Richard

majorfoo
Posts: 448
Joined: Mon 07 Mar 2011, 22:27
Location: Wish I knew

Missing library for someone using brother HL2140 printer

#95 Post by majorfoo »

I have been trying for past week or so to get my Brother HL2140 Laser printer to work using Lupu 3HD 5.2.8.6 and Lupu 528-006.

Today, I finally looked at error log in printer administration (mange printers) and found missing library = libssl.so.1.0.0
I was unable to locate this library, so I copied it from luci-001 series that Playdayz created.

This posted under Hardware / Printer section of forum

As information.

Post Reply