Lxpup 14 final 7-20-2012

For talk and support relating specifically to Puppy derivatives
Message
Author
User avatar
peebee
Posts: 4370
Joined: Sun 21 Sep 2008, 12:31
Location: Worcestershire, UK
Contact:

rox dependencies

#561 Post by peebee »

Hi Jerome

There are programs (e.g. YASSM) that call rox - this Lxpup therefore needs the same technique you used in previous pups of copying rox to Rox and then editing rox to make it execute pcmanfm....

Cheers
peebee
ImageLxPup = Puppy + LXDE
Main version used daily: LxPupSc; Assembler of UPups, ScPup & ScPup64, LxPup, LxPupSc & LxPupSc64

User avatar
natgab
Posts: 77
Joined: Mon 13 Feb 2012, 00:02
Location: Southern California, US

#562 Post by natgab »

inoxidabile wrote:Hi Terry H, hi natgab,
IMHO the "install" of that two apps would be a little problem (if it's possible, of course... :) ) but it's one half of it... how could be removed LibreOffice?

EDIT: Just because I'm curious, I tried Carolina 005 (a derivative of Saluki by the great jemimah).
In its control panel there is this... Remove builtin packages.
It's amazing! ...two clicks and I removed Pidgin, Thunderbird... :D
I suppose it's not new for the people more experienced than me but for me, surely, I have never seen this before in Puppy. :oops:
If You have time, give it a try, maybe it could be introduced in LxPup. :)
Great find! Yes it would be a nice addition to Lxpup. I tried to install Abiword by using the search button and I was able to install (even if it said it was already installed). :?

I also tried to install Gnumeric, the program said it installed, but never started the yellow download window. So no Gnumeric. And hopefully we find a way to remove Libre Office, since it would save space. When you are using a puppy, you can probably always use the extra HD space. :)
[b]Thinkpad T43[/b] / Pentium M 1.86Ghz / 2.0GB RAM / 100GB HD / 1024 x 768 XGA / Intel 915GM Video / Intel 8280FB Audio / Atheros AR5212 WIFI / DVD-CDRW-ROM / Ubuntu MATE 15.04 / LxPupTahr15.05

User avatar
inoxidabile
Posts: 148
Joined: Sat 13 Sep 2008, 12:37

#563 Post by inoxidabile »

Hi, I've seen a strange behavior in Firefox...
At begin, I thought it was only a problem of that puplet but its present also in LxPup and it seems more wide!

With Firefox, sometimes happens this: if I go to a webpage and I stop the loading (e.g. it takes too time and then I close the browser), then at re-opening Firefox it seems not more able to connect to anything... unless I act on panel icon in order to disconnect from eth0 and restart connection.
It's annoying, it's like "something keeps in mind" that there is a connection to establish :(
The test I did have been the use of different setup tool for network and some change in Firefox preferences (such as to delete history)... of course without success :cry:

Does anyone have any idea? others having this trouble? should I post this as a more general topic?
Thanks in advance for any info or suggestion!

Update
unfortunately, I can confirm the mentioned behavior :cry:
When for any reason a page doesn't finish the load, at restart it seems that the connection becomes not active and Firefox try again to load that web page.
I'm not able to say if it's due to Firefox or/and network management but looking on web I have seen that I'm not the only one.
Following some suggestions, I found the solution (maybe... :) ):

1) Disable other network tools (as frisbee) and use sns (SimpleNetworkSetup), ckeck ok as default tool; maybe also Dougal Wizard but not frisbee

2) Setups about Firefox
- Go to -> preferences-network-advanced settings and use system proxy settings or no proxy (if possible...)
- Type about:config in the address bar and press the "Enter" key. When you see a warning, click I'll be careful, I promise! button.
- Then, in the Filter bar, type network.http.max-connections. Right click the preference network.http.max-connections and choose Modify, change the value to 30 or 48.
- Then, search for browser.sessionstore.resume_from_crash Double click on true to toggle it to false.
- Now, search for browser.sessionstore.max_resumed_crashes and set it to 0
Finally, exit the page and restart Firefox.

In my feel these are more workarounds than true solutions but I hope the above could be useful for something else , however :)

rogerology
Posts: 19
Joined: Sun 03 Feb 2013, 23:18

Install Lxpup to USB without a CD

#564 Post by rogerology »

Will this work to install Lxpup to USB without a CD?
Format the usb to fat32 file system.
I don't think this is completely necessary, but if possible, mark the usb partition as bootable. (using a program like fdisk)
Prepare (mount) the Puppy Linux iso file so that you can for read/extract the files from it.
Copy all the files from the iso to the usb stick.
Create an empty file on the USB drive named: USBFLASH
On the USB, rename the file isolinux.cfg to syslinux.cfg.
Edit syslinux.cfg and change "pmedia=cd" to "pmedia=usbflash". (Be aware, editing this file may prevent USB booting if your editor modifies carriage return on the line ends.)
Install syslinux loader to the USB drive in Linux
syslinux -s /dev/sdb1

Install syslinux loader to the USB drive in Windows (assuming F: is your usb)
syslinux.exe -mas F:
Source: http://seperohacker.blogspot.com.es/201 ... ut-cd.html

Can I format the USB to ext3, or does it necessary need to be fat32?
In case these instructions work, is this type of installation a frugal install or will I get an installation medium that will be used to boot my netbook and run 'Puppy Universal Installer' to install lxpup on to another USB drive?

    User avatar
    natgab
    Posts: 77
    Joined: Mon 13 Feb 2012, 00:02
    Location: Southern California, US

    Re: Install Lxpup to USB without a CD

    #565 Post by natgab »

    rogerology wrote:Will this work to install Lxpup to USB without a CD?
    Format the usb to fat32 file system.
    I don't think this is completely necessary, but if possible, mark the usb partition as bootable. (using a program like fdisk)
    Prepare (mount) the Puppy Linux iso file so that you can for read/extract the files from it.
    Copy all the files from the iso to the usb stick.
    Create an empty file on the USB drive named: USBFLASH
    On the USB, rename the file isolinux.cfg to syslinux.cfg.
    Edit syslinux.cfg and change "pmedia=cd" to "pmedia=usbflash". (Be aware, editing this file may prevent USB booting if your editor modifies carriage return on the line ends.)
    Install syslinux loader to the USB drive in Linux
    syslinux -s /dev/sdb1

    Install syslinux loader to the USB drive in Windows (assuming F: is your usb)
    syslinux.exe -mas F:
    Source: http://seperohacker.blogspot.com.es/201 ... ut-cd.html

    Can I format the USB to ext3, or does it necessary need to be fat32?
    In case these instructions work, is this type of installation a frugal install or will I get an installation medium that will be used to boot my netbook and run 'Puppy Universal Installer' to install lxpup on to another USB drive?
      Did you get the USB to work? I always use UNetbootin to install Puppys or other Linux distros. Just format the USB to FAT32, and follow instrucions from website. The program will install and leave your USB bootable. Program works in Windows / OS X / Linux.

      Once you boot from that USB, you will be in Puppy and you can use the Puppy universal installer to make another USB. If you like how you used the Puppy, you can save that session to the PC hard drive and you would indeed have a frugal install.
      [b]Thinkpad T43[/b] / Pentium M 1.86Ghz / 2.0GB RAM / 100GB HD / 1024 x 768 XGA / Intel 915GM Video / Intel 8280FB Audio / Atheros AR5212 WIFI / DVD-CDRW-ROM / Ubuntu MATE 15.04 / LxPupTahr15.05

      User avatar
      oldyeller
      Posts: 889
      Joined: Tue 15 Nov 2011, 14:26
      Location: Alaska

      #566 Post by oldyeller »

      inoxidabile wrote:Hi Terry H, hi natgab,
      IMHO the "install" of that two apps would be a little problem (if it's possible, of course... :) ) but it's one half of it... how could be removed LibreOffice?

      EDIT: Just because I'm curious, I tried Carolina 005 (a derivative of Saluki by the great jemimah).
      In its control panel there is this... Remove builtin packages.
      It's amazing! ...two clicks and I removed Pidgin, Thunderbird... :D
      I suppose it's not new for the people more experienced than me but for me, surely, I have never seen this before in Puppy. :oops:
      If You have time, give it a try, maybe it could be introduced in LxPup. :)
      @ inoxidabile,

      This is in LxPup it is under setup-installing Utilities-


      @ natgab
      I also tried to install Gnumeric, the program said it installed, but never started the yellow download window. So no Gnumeric. And hopefully we find a way to remove Libre Office, since it would save space. When you are using a puppy, you can probably always use the extra HD space
      You will have to remove it manually.


      @ Jejy69 Awesome job on this one,

      I running the full with live cd everything is working just great. No problems connecting to the internet with Frisbee.

      Cheers

      User avatar
      Jejy69
      Posts: 710
      Joined: Thu 20 Jan 2011, 18:10
      Location: Perpignan

      #567 Post by Jejy69 »

      Hello !

      Adding Frisbee was a mistake...
      I had a lot of trouble with also.

      I lack of time, Especially professional reasons, and contests coming... I will not repeat Lxpup entirely ( PAE ), what I'll do is provide directly differents WM for Puppys Sources (Precise / Slacko).
      Maybe one SFS to transform a Puppy in Lxpup like.

      I'm sorry not to be able to complete requests, resolve bugs for now ...

      I will provide a few hours, KDE 4.10 with Calligra 2.6, and Tellico 2.3.7.
      They'll appear in "Desktop" section of this forum. For now, they work with Slacko 5.4, and 5.4.1 beta.

      Mate 1.5.5 will be released soon too.

      Thank you for your understanding...
      I'm Commander Shepard and this is my favorite Linux distrbution on the Citadel.

      User avatar
      mavrothal
      Posts: 3096
      Joined: Mon 24 Aug 2009, 18:23

      #568 Post by mavrothal »

      Hi Jérôme
      I finally managed to try Lxpup_13.01-FULL.iso and Lxpup_13.01.iso.
      Very nice job! :D

      I was a bit “disappointed
      == [url=http://www.catb.org/esr/faqs/smart-questions.html]Here is how to solve your[/url] [url=https://www.chiark.greenend.org.uk/~sgtatham/bugs.html]Linux problems fast[/url] ==

      simargl

      #569 Post by simargl »

      .
      Last edited by simargl on Sun 01 Sep 2013, 14:48, edited 1 time in total.

      User avatar
      natgab
      Posts: 77
      Joined: Mon 13 Feb 2012, 00:02
      Location: Southern California, US

      #570 Post by natgab »

      Jejy69 wrote:Hello !

      Adding Frisbee was a mistake...
      I had a lot of trouble with also.

      I lack of time, Especially professional reasons, and contests coming... I will not repeat Lxpup entirely ( PAE ), what I'll do is provide directly differents WM for Puppys Sources (Precise / Slacko).
      Maybe one SFS to transform a Puppy in Lxpup like.

      I'm sorry not to be able to complete requests, resolve bugs for now ...

      I will provide a few hours, KDE 4.10 with Calligra 2.6, and Tellico 2.3.7.
      They'll appear in "Desktop" section of this forum. For now, they work with Slacko 5.4, and 5.4.1 beta.

      Mate 1.5.5 will be released soon too.

      Thank you for your understanding...
      ---No problem Jerome. We all have work or school that gets in the way. :lol: I have always used Simple Network Setup on other Puppys and it always works fine for my PCs and network.

      Very happy with Lxpup 13.01 for now. Can't wait to see the updates when you have them ready. thanks again for the work you have done.
      [b]Thinkpad T43[/b] / Pentium M 1.86Ghz / 2.0GB RAM / 100GB HD / 1024 x 768 XGA / Intel 915GM Video / Intel 8280FB Audio / Atheros AR5212 WIFI / DVD-CDRW-ROM / Ubuntu MATE 15.04 / LxPupTahr15.05

      User avatar
      Jejy69
      Posts: 710
      Joined: Thu 20 Jan 2011, 18:10
      Location: Perpignan

      #571 Post by Jejy69 »

      Hi mates !

      @mavrothal, thanks for this report, I didn't know that 1gb was not enough.
      Indeed, we can save space. I'm working on it as soon as possible. :)

      @natgab, Thanks you, I was a little afraid that my absence is a source of discontent. :) If you want, I released today KDE 4.10 sfs, but I don't know if it works correctly on Lxpup 13.

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


      Cheers !
      I'm Commander Shepard and this is my favorite Linux distrbution on the Citadel.

      Terry H
      Posts: 708
      Joined: Sun 29 Mar 2009, 16:48
      Location: The Heart of Muskoka, ON Canada

      #572 Post by Terry H »

      Jejy69 wrote: I released today KDE 4.10 sfs, but I don't know if it works correctly on Lxpup 13.
      I installed the kde4.10 sfs in lxpup13.01. Everything I tried worked. The WM Switcher application, also worked when selecting KDE..

      It did however appear to have an issue. A notification was displayed:

      " Nepomuk Semantic Desktop needs Virtuoso RDF Server to store its data. Installing the Virtuoso Soprano plugin ismandatory for using Nepomuk."

      Whatever is missing, it didn't appear to interfere with the operation of the system. I did some searching in Puppy Package Manager and found a package for Soprano 2.7.6.

      I don't know if this package is relevant to the notification message. I didn't install it as there were 10 dependencies which were huge.

      User avatar
      Jejy69
      Posts: 710
      Joined: Thu 20 Jan 2011, 18:10
      Location: Perpignan

      #573 Post by Jejy69 »

      Hello Terry H,

      Yep, Nepomuk doesn't work with Root account. So i removed some applications linked to this software, like this, KDE sfs is more light, but the pup-up is always here...
      But Nepomuk is not important. :)
      I'm Commander Shepard and this is my favorite Linux distrbution on the Citadel.

      billyboy47
      Posts: 1
      Joined: Fri 01 Mar 2013, 16:21

      #574 Post by billyboy47 »

      I am trying to run it also on my Vye S18 mini with 1mb of ram but it is too slow for some reason. It has an AMD GeodeLX processor.
      I can get the screen resoltion sorted via vesa from xorg but still remains slow.

      I have downloaded Lxpup Slacko 13.01 to my old asus with 526mb ram, all is well. Responsive etc etc, even with youtube video!

      Any ideas regarding the geodeLX or is it simply rubbish at handling anything? I have windows xp on it currently and it still cannot handle youtube videos correctly.

      User avatar
      natgab
      Posts: 77
      Joined: Mon 13 Feb 2012, 00:02
      Location: Southern California, US

      #575 Post by natgab »

      Jejy69 wrote:Hi mates !

      @mavrothal, thanks for this report, I didn't know that 1gb was not enough.
      Indeed, we can save space. I'm working on it as soon as possible. :)

      @natgab, Thanks you, I was a little afraid that my absence is a source of discontent. :) If you want, I released today KDE 4.10 sfs, but I don't know if it works correctly on Lxpup 13.

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


      Cheers !
      ---I'm currently using the older version of MATE, the one included with LXpup13. Do I have to change back to LXDE, delete the MATE.sfs and then add the new one version and then switch DE again? I would rather ask before I do it and not mess things up.

      The new KDE I am going to add to an extra USB with a new install of Lxpup 13. I haven't used KDE since Kubuntu 7.10 I think. :D This USB is on my keychain for emergencies.
      [b]Thinkpad T43[/b] / Pentium M 1.86Ghz / 2.0GB RAM / 100GB HD / 1024 x 768 XGA / Intel 915GM Video / Intel 8280FB Audio / Atheros AR5212 WIFI / DVD-CDRW-ROM / Ubuntu MATE 15.04 / LxPupTahr15.05

      User avatar
      natgab
      Posts: 77
      Joined: Mon 13 Feb 2012, 00:02
      Location: Southern California, US

      KDE desktop question

      #576 Post by natgab »

      The USB called SANDISK (sdb1) is my USB with KDE installed. It works great, but I can't make Dolphin (the file manager) to show me the full USB. I have the folder Storage HD, and I cannot see that information.

      How can I see it in KDE like I am able to see it in MATE? I tried going to /root and looking in /mnt, but the folder does not show up. I carry this back and forth from work and would like to be able to access my information if I have to use the USB to boot a broken PC.

      Image

      SOLVED: Fixed the KDE problem. Now I can see what is on my USB and I was able to place the short cut in the Home folder widget (white arrow). Red arrow shows path of where it is located, for anybody who had the same problem.

      Image
      [b]Thinkpad T43[/b] / Pentium M 1.86Ghz / 2.0GB RAM / 100GB HD / 1024 x 768 XGA / Intel 915GM Video / Intel 8280FB Audio / Atheros AR5212 WIFI / DVD-CDRW-ROM / Ubuntu MATE 15.04 / LxPupTahr15.05

      WillM
      Posts: 173
      Joined: Wed 30 Dec 2009, 04:42
      Location: Oakland, California

      #577 Post by WillM »

      LXpup – More Than Just Puppy Linux With LXDE

      http://www.muktware.com/5307/lxpup-%E2% ... linux-lxde

      User avatar
      natgab
      Posts: 77
      Joined: Mon 13 Feb 2012, 00:02
      Location: Southern California, US

      #578 Post by natgab »

      I'm not getting Flash video since yesterday. YouTube and Yahoo says Adobe plugin has crashed. Anybody else?

      flash version: 11,2,202,273

      EDIT - PROBLEM SOLVED:

      I re-installed an older backup of my save file with KDE. This loaded and when I turned on Firefox it updated automatically to 18.01. Youtube loaded and worked. My other save file that was giving me problems had FF 17.01 and would not let me update through Puppy Package Manager.

      I guess something was messed up in Puppy Pkg. Manager from some extra applications I updated.

      --PeeBee, what does your update to LXpanel do? Does it make the computer shutdown automatically? Every time I turn off KDE, I get the prompt and need to type "shutoff / reboot".
      Last edited by natgab on Fri 08 Mar 2013, 04:44, edited 1 time in total.
      [b]Thinkpad T43[/b] / Pentium M 1.86Ghz / 2.0GB RAM / 100GB HD / 1024 x 768 XGA / Intel 915GM Video / Intel 8280FB Audio / Atheros AR5212 WIFI / DVD-CDRW-ROM / Ubuntu MATE 15.04 / LxPupTahr15.05

      User avatar
      peebee
      Posts: 4370
      Joined: Sun 21 Sep 2008, 12:31
      Location: Worcestershire, UK
      Contact:

      LXPanelX for LxPup 13.01

      #579 Post by peebee »

      I was a fan of LXPanelX that Jejy used for LxPup 12.12

      so when LxPup 13.01 was released with LXPanel I decided to see if I could install LXPanelX.

      The result is this pet:
      lxpanelx4lxpup-1.pet

      This is definitely offered with no warranty whatsoever - but I have been using it for a bit and it seems to work OK.

      After installing it, do a Restart WM from the shutdown menu to get it going.

      The pet includes as well as LxPanelX a top and bottom panel configured how I like them plus a button in the top panel to suspend my laptop.

      [edit] Oh yes - it also contains a fix to rox so that Puppy progs that rely on rox actually use pcmanfm.

      Hope somebody enjoys trying it out.
      Cheers
      peebee
      Last edited by peebee on Sun 14 Apr 2013, 17:37, edited 1 time in total.
      ImageLxPup = Puppy + LXDE
      Main version used daily: LxPupSc; Assembler of UPups, ScPup & ScPup64, LxPup, LxPupSc & LxPupSc64

      User avatar
      peebee
      Posts: 4370
      Joined: Sun 21 Sep 2008, 12:31
      Location: Worcestershire, UK
      Contact:

      Missing icons

      #580 Post by peebee »

      Some files when displayed by pcmanfm have missing icons in LxPup 13.01 - see vmlinuz in the screenie - anybody know how to make a default icon display?
      Attachments
      capture18280.png
      (32.47 KiB) Downloaded 1344 times
      ImageLxPup = Puppy + LXDE
      Main version used daily: LxPupSc; Assembler of UPups, ScPup & ScPup64, LxPup, LxPupSc & LxPupSc64

      Post Reply