Page 85 of 91

Posted: Thu 05 Mar 2015, 02:59
by rcrsn51
Deleted.

Posted: Fri 06 Mar 2015, 04:19
by B.K. Johnson
As I booted to use the depmod command recommended by rcrsn51 I saw the lights on the dongle flickering and knew all was well :D . I think the wi-fi adapter needed to be reset and that didn't happen through several reboots. Apparently a power off was necessary.

Thanks Geoffery and rcrsn51.

B. K. Johnson

Posted: Fri 06 Mar 2015, 05:14
by Geoffrey
rcrsn51 wrote:Deleted.
Why delete the advice to run "depmod -a" :?

Posted: Fri 06 Mar 2015, 08:36
by rcrsn51
Geoffrey wrote:Why delete the advice to run "depmod -a"
Because I have a short attention span. I waited 24 hours and there was no reply.

Posted: Fri 06 Mar 2015, 17:13
by B.K. Johnson
rcrsn51 wrote in explaining why he deleted his post:
Because I have a short attention span. I waited 24 hours and there was no reply.
1. Not all of us are connected 24/7. Not all of us are tied down reading forum threads several hours of the day. I do other things, so 24 hours is not a long time for me to reply.
2. I posed a question in another thread 4 days ago to a specific person, but haven't got an answer yet. Should I be surly?
3. Anyway, I was either browsing through forum threads or going through my email (20-30 per day) when I saw or was directed to your response. I made note of it and since I cannot connect from Carolina I maximize my connect time by continuing to browse: forum threads, news, email. As I was unaware of a deadline for responding, I did not hurry to reboot into the problematic distro and try the advice given. I may have even visited the forum a couple times ahter that. When I rebooted Carolina and saw the flashing lights I was so excited that I forgot to set up DHCP and having failed, used depmod. I was eventually successful in connecting as stated in my last post, but that's after several reboots before I was comfortable reporting success. Then I rebooted into my other distro which with saved passwords, bookmarks etc, makes it easeier when online. Carolina will eventually get there.

4. You don't have to wait. I am sure you know of the watch option in a thread. That's what I use when I pose a question and await an answer.

I appreciate the time you take to help me and others but your action, reaction and explanation was very surprising :o .

B.K. Johnson
tahrpup-6.0.2 PAE, slacko-5.7, frugal install, pupsave file, multi OS flashdrive, SYSLINUX boot, CPU-Dual E2140, 4GB RAM

Posted: Fri 06 Mar 2015, 17:55
by starhawk
rcrsn51 does that a lot. It's kinda just how he rolls, lol. When he doesn't hear that his advice works, usually within a fairly short time, he assumes that the other person has moved on and no longer needs that advice at all -- so he deletes it. (Which kinda screws over the guy who comes in a year later looking for help with the same problem...)

Put another way, his advice comes with a price -- you have to try it more-or-less ASAP, and you have to report back -- or you you don't get it at all.

While I certainly don't endorse such practices, and while I also think that what he's trying to do (increase the amount of forum feedback on solutions) won't happen the way he goes about it -- I do understand, at least a little, why he does it that way...

Posted: Fri 06 Mar 2015, 23:55
by Geoffrey
Updated Repo

converseen-0.9.1 batch image converter, requires ImageMagick

xfce4-weather-plugin-0.8.5 xfce panel plugin, this one has language updates

xfce4-whiskermenu-plugin-1.5.0-lina xfce panel menu plugin, now able to search control panel for applications.

I'm still looking at the xfce 12 as an update, I need to package it in a way that it don't change the configuration files of an existing Carolina installation, so it may only need the binaries updated.
I found that now that it has the ability to have different wallpapers per workspace that the theme manager don't support wallpapers, but seems to work ok otherwise.

I'm taking my time with this, so I don't expect to release it for some time.

Posted: Tue 10 Mar 2015, 12:18
by Geoffrey
Added a couple of qt graphic apps to the repo.

ezviewer, a simple fast image viewer.

SmillaEnlarger a brilliant image enlarger.

Flash Boot Fails on "defaultspreadsheet" missing

Posted: Fri 20 Mar 2015, 05:51
by johnywhy
hi

running lina 1.3 as frugal HD install on virtualbox.

I uninstalled LibreOffice. Puppy still runs no problem.

However, a remastered ISO, installed to flash drive with ISObooter, fails with:

Code: Select all

cat: /usr/local/bin/defaultspreadsheet: no such file or directory 
Where is the defaultspreadsheet set? How can i remove it?

ISObooter method:
http://www.murga-linux.com/puppy/viewtopic.php?t=67235

thx!

Re: Flash Boot Fails on "defaultspreadsheet" missing

Posted: Fri 20 Mar 2015, 08:45
by Geoffrey
johnywhy wrote:Where is the defaultspreadsheet set? How can i remove it?
Edit adrv_lina_1.3.sfs

Code: Select all

/usr/local/bin/
ls
defaultaudiomixer      defaultemail        defaultpresentation
defaultaudioplayer     defaulthandler      defaultsearch
defaultbarehtmlviewer  defaulthtmleditor   defaultspreadsheet
defaultbrowser         defaulthtmlviewer   defaulttexteditor
defaultcalendar        defaultimageeditor  defaulttextviewer
defaultchat            defaultimageviewer  defaultwordprocessor
defaultchmviewer       defaultmediaplayer  gnewpet
defaultconnect         defaultmusicplayer  gnewpet-wrapper
defaultcontact         defaultpaint        newpet
defaultdraw            defaultpdf
defaultspreadsheet

Code: Select all

#!/bin/sh
exec libreoffice4.3 --calc "$@"

Posted: Fri 20 Mar 2015, 09:03
by johnywhy
awesomeness!

now i can halt the file contents search for "defaultspreadsheet" :D

turned out to be adrv_Vlina_1.3.sfs

my first time editing an sfs. Doing the 'convert' process, inside pack-repack, right now-- extremely slow.

thx!


====
i heart puppy linux.

Posted: Fri 20 Mar 2015, 19:49
by johnywhy
hrm, convert/extract is freezing on me. am i doing this wrong? how to edit the sfs?

Posted: Fri 20 Mar 2015, 19:51
by johnywhy
based on tip below, sounds like my solution is to first do a full (non-frugal) install, then remove officeLibre package, then remaster--

http://www.murga-linux.com/puppy/viewto ... 932#834932

Posted: Fri 20 Mar 2015, 21:42
by Geoffrey
@johnywhy
hrm, convert/extract is freezing on me. am i doing this wrong? how to edit the sfs?
Try moving the adrv_lina_1.3.sfs or which ever one you are editing to a linux partition with enough space, I have no problem extracting.
based on tip below, sounds like my solution is to first do a full (non-frugal) install, then remove officeLibre package, then remaster--

http://www.murga-linux.com/puppy/viewto ... 932#834932
I wouldn't know, I do all my builds manually, you don't need the adrive to boot if you only want a basic version, then add what you want from the repo, though I prefer the edit sfs option.

Just editing the adrive should be all that's needed to remove Libreoffice, you would need to remove all reference to it.

Also edit

Code: Select all

/usr/local/bin/defaultdraw 
/usr/local/bin/defaultpresentation 
/usr/local/bin/defaultspreadsheet 
/usr/local/bin/defaultwordprocessor 
remove

Code: Select all

/opt/libreoffice4.3
/usr/bin/libreoffice4.3
/usr/share/applications/libreoffice4.3-startcenter.desktop
/usr/share/applications/libreoffice4.3-base.desktop
/usr/share/applications/libreoffice4.3-calc.desktop
/usr/share/applications/libreoffice4.3-draw.desktop
/usr/share/applications/libreoffice4.3-impress.desktop
/usr/share/applications/libreoffice4.3-math.desktop
/usr/share/applications/libreoffice4.3-writer.desktop
/usr/share/applications/libreoffice4.3-xsltfilter.desktop
/usr/share/icons/hicolor/16x16/apps/libreoffice4.3-base.png 
/usr/share/icons/hicolor/16x16/apps/libreoffice4.3-calc.png 
/usr/share/icons/hicolor/16x16/apps/libreoffice4.3-draw.png 
/usr/share/icons/hicolor/16x16/apps/libreoffice4.3-impress.png 
/usr/share/icons/hicolor/16x16/apps/libreoffice4.3-main.png 
/usr/share/icons/hicolor/16x16/apps/libreoffice4.3-math.png 
/usr/share/icons/hicolor/16x16/apps/libreoffice4.3-startcenter.png 
/usr/share/icons/hicolor/16x16/apps/libreoffice4.3-writer.png
/usr/share/icons/hicolor/16x16/mimetypes/libreoffice4.3-database.png 
/usr/share/icons/hicolor/16x16/mimetypes/libreoffice4.3-drawing-template.png 
/usr/share/icons/hicolor/16x16/mimetypes/libreoffice4.3-drawing.png 
/usr/share/icons/hicolor/16x16/mimetypes/libreoffice4.3-extension.png 
/usr/share/icons/hicolor/16x16/mimetypes/libreoffice4.3-formula.png 
/usr/share/icons/hicolor/16x16/mimetypes/libreoffice4.3-master-document.png 
/usr/share/icons/hicolor/16x16/mimetypes/libreoffice4.3-oasis-database.png 
/usr/share/icons/hicolor/16x16/mimetypes/libreoffice4.3-oasis-drawing-template.png 
/usr/share/icons/hicolor/16x16/mimetypes/libreoffice4.3-oasis-drawing.png 
/usr/share/icons/hicolor/16x16/mimetypes/libreoffice4.3-oasis-formula.png 
/usr/share/icons/hicolor/16x16/mimetypes/libreoffice4.3-oasis-master-document.png 
/usr/share/icons/hicolor/16x16/mimetypes/libreoffice4.3-oasis-presentation-template.png 
/usr/share/icons/hicolor/16x16/mimetypes/libreoffice4.3-oasis-presentation.png 
/usr/share/icons/hicolor/16x16/mimetypes/libreoffice4.3-oasis-spreadsheet-template.png 
/usr/share/icons/hicolor/16x16/mimetypes/libreoffice4.3-oasis-spreadsheet.png 
/usr/share/icons/hicolor/16x16/mimetypes/libreoffice4.3-oasis-text-template.png 
/usr/share/icons/hicolor/16x16/mimetypes/libreoffice4.3-oasis-text.png 
/usr/share/icons/hicolor/16x16/mimetypes/libreoffice4.3-oasis-web-template.png 
/usr/share/icons/hicolor/16x16/mimetypes/libreoffice4.3-presentation-template.png 
/usr/share/icons/hicolor/16x16/mimetypes/libreoffice4.3-presentation.png 
/usr/share/icons/hicolor/16x16/mimetypes/libreoffice4.3-spreadsheet-template.png 
/usr/share/icons/hicolor/16x16/mimetypes/libreoffice4.3-spreadsheet.png 
/usr/share/icons/hicolor/16x16/mimetypes/libreoffice4.3-text-template.png 
/usr/share/icons/hicolor/16x16/mimetypes/libreoffice4.3-text.png
/usr/share/icons/hicolor/32x32/apps/libreoffice4.3-base.png 
/usr/share/icons/hicolor/32x32/apps/libreoffice4.3-calc.png 
/usr/share/icons/hicolor/32x32/apps/libreoffice4.3-draw.png 
/usr/share/icons/hicolor/32x32/apps/libreoffice4.3-impress.png 
/usr/share/icons/hicolor/32x32/apps/libreoffice4.3-main.png 
/usr/share/icons/hicolor/32x32/apps/libreoffice4.3-math.png 
/usr/share/icons/hicolor/32x32/apps/libreoffice4.3-startcenter.png 
/usr/share/icons/hicolor/32x32/apps/libreoffice4.3-writer.png
/usr/share/icons/hicolor/32x32/mimetypes
/usr/share/icons/hicolor/48x48/apps/libreoffice4.3-base.png 
/usr/share/icons/hicolor/48x48/apps/libreoffice4.3-calc.png 
/usr/share/icons/hicolor/48x48/apps/libreoffice4.3-draw.png 
/usr/share/icons/hicolor/48x48/apps/libreoffice4.3-impress.png 
/usr/share/icons/hicolor/48x48/apps/libreoffice4.3-main.png 
/usr/share/icons/hicolor/48x48/apps/libreoffice4.3-math.png 
/usr/share/icons/hicolor/48x48/apps/libreoffice4.3-startcenter.png 
/usr/share/icons/hicolor/48x48/apps/libreoffice4.3-writer.png
/usr/share/icons/hicolor/48x48/mimetypes/libreoffice4.3-database.png 
/usr/share/icons/hicolor/48x48/mimetypes/libreoffice4.3-drawing-template.png 
/usr/share/icons/hicolor/48x48/mimetypes/libreoffice4.3-drawing.png 
/usr/share/icons/hicolor/48x48/mimetypes/libreoffice4.3-extension.png 
/usr/share/icons/hicolor/48x48/mimetypes/libreoffice4.3-formula.png
/usr/share/icons/hicolor/48x48/mimetypes/libreoffice4.3-master-document.png 
/usr/share/icons/hicolor/48x48/mimetypes/libreoffice4.3-oasis-database.png 
/usr/share/icons/hicolor/48x48/mimetypes/libreoffice4.3-oasis-drawing-template.png 
/usr/share/icons/hicolor/48x48/mimetypes/libreoffice4.3-oasis-drawing.png 
/usr/share/icons/hicolor/48x48/mimetypes/libreoffice4.3-oasis-formula.png 
/usr/share/icons/hicolor/48x48/mimetypes/libreoffice4.3-oasis-master-document.png 
/usr/share/icons/hicolor/48x48/mimetypes/libreoffice4.3-oasis-presentation-template.png 
/usr/share/icons/hicolor/48x48/mimetypes/libreoffice4.3-oasis-presentation.png 
/usr/share/icons/hicolor/48x48/mimetypes/libreoffice4.3-oasis-spreadsheet-template.png 
/usr/share/icons/hicolor/48x48/mimetypes/libreoffice4.3-oasis-spreadsheet.png 
/usr/share/icons/hicolor/48x48/mimetypes/libreoffice4.3-oasis-text-template.png 
/usr/share/icons/hicolor/48x48/mimetypes/libreoffice4.3-oasis-text.png 
/usr/share/icons/hicolor/48x48/mimetypes/libreoffice4.3-oasis-web-template.png 
/usr/share/icons/hicolor/48x48/mimetypes/libreoffice4.3-presentation-template.png 
/usr/share/icons/hicolor/48x48/mimetypes/libreoffice4.3-presentation.png 
/usr/share/icons/hicolor/48x48/mimetypes/libreoffice4.3-spreadsheet-template.png 
/usr/share/icons/hicolor/48x48/mimetypes/libreoffice4.3-spreadsheet.png 
/usr/share/icons/hicolor/48x48/mimetypes/libreoffice4.3-text-template.png 
/usr/share/icons/hicolor/48x48/mimetypes/libreoffice4.3-text.png
/usr/share/icons/hicolor/128x128/apps/libreoffice4.3-base.png 
/usr/share/icons/hicolor/128x128/apps/libreoffice4.3-calc.png 
/usr/share/icons/hicolor/128x128/apps/libreoffice4.3-draw.png 
/usr/share/icons/hicolor/128x128/apps/libreoffice4.3-impress.png 
/usr/share/icons/hicolor/128x128/apps/libreoffice4.3-main.png 
/usr/share/icons/hicolor/128x128/apps/libreoffice4.3-math.png 
/usr/share/icons/hicolor/128x128/apps/libreoffice4.3-startcenter.png 
/usr/share/icons/hicolor/128x128/apps/libreoffice4.3-writer.png
/usr/share/icons/hicolor/128x128/mimetypes
/usr/share/icons/hicolor/256x256/apps/libreoffice4.3-base.png 
/usr/share/icons/hicolor/256x256/apps/libreoffice4.3-calc.png 
/usr/share/icons/hicolor/256x256/apps/libreoffice4.3-draw.png 
/usr/share/icons/hicolor/256x256/apps/libreoffice4.3-impress.png 
/usr/share/icons/hicolor/256x256/apps/libreoffice4.3-main.png 
/usr/share/icons/hicolor/256x256/apps/libreoffice4.3-math.png 
/usr/share/icons/hicolor/256x256/apps/libreoffice4.3-startcenter.png 
/usr/share/icons/hicolor/256x256/apps/libreoffice4.3-writer.png
/usr/share/icons/hicolor/256x256/mimetypes
/usr/share/icons/hicolor/512x512/apps/libreoffice4.3-main.png
/usr/share/icons/hicolor/512x512/mimetypes
/usr/share/icons/hicolor/scalable/apps/libreoffice4.3-base.svg 
/usr/share/icons/hicolor/scalable/apps/libreoffice4.3-calc.svg 
/usr/share/icons/hicolor/scalable/apps/libreoffice4.3-draw.svg 
/usr/share/icons/hicolor/scalable/apps/libreoffice4.3-impress.svg 
/usr/share/icons/hicolor/scalable/apps/libreoffice4.3-main.svg 
/usr/share/icons/hicolor/scalable/apps/libreoffice4.3-math.svg 
/usr/share/icons/hicolor/scalable/apps/libreoffice4.3-startcenter.svg 
/usr/share/icons/hicolor/scalable/apps/libreoffice4.3-writer.svg
/usr/share/icons/hicolor/scalable/mimetypes

Posted: Fri 20 Mar 2015, 21:48
by 666philb
Geoffrey wrote: SmillaEnlarger a brilliant image enlarger.

this is really good!

Posted: Fri 20 Mar 2015, 22:44
by johnywhy

Posted: Fri 20 Mar 2015, 22:48
by Geoffrey
666philb wrote:
Geoffrey wrote: SmillaEnlarger a brilliant image enlarger.

this is really good!
Yeah, I was impressed too, I thought I'd compile it and see if was as good as claimed, works extremely well.

Posted: Fri 20 Mar 2015, 23:21
by Geoffrey
johnywhy wrote:unable to do a full hd install.
http://www.murga-linux.com/puppy/viewtopic.php?t=98271
I've never tried a full install as I don't use them, hmmm, I see you have Saluki listed as one of your distro's, does it do a full install, if not then jemimah made it that way as it's meant to be frugal with a adrive.

Strange that after all this time full install has never been mentioned, there are no plans to as Carolina is based on Saluki, but if a full install is a option in Saluki then there is a bug, can anyone verify this?

Posted: Sat 21 Mar 2015, 01:04
by Geoffrey
Ah ok, it seems Saluki does do a full install, I'll try and find the problem with that.

Posted: Sat 21 Mar 2015, 02:28
by johnywhy
Geoffrey wrote:Ah ok, it seems Saluki does do a full install, I'll try and find the problem with that.
if it helps-- i get to a screen that says "since this is a frugal install" etc...

...without first seeing the screen that says "choose Frugal or Full".