KDE for Testers !!!

Under development: PCMCIA, wireless, etc.
Message
Author
rob
Posts: 50
Joined: Wed 18 May 2005, 12:09

mega puppy download

#61 Post by rob »

I couldn't get that file to download from the non-ie link, so i downloaded from the IE one and will now upload to my server where I will share it via HTTP and FTP in a linux compatible (non-crap) way.

User avatar
Nathan F
Posts: 1764
Joined: Wed 08 Jun 2005, 14:45
Location: Wadsworth, OH (occasionally home)
Contact:

#62 Post by Nathan F »

I couldn't get that file to download from the non-ie link, so i downloaded from the IE one and will now upload to my server where I will share it via HTTP and FTP in a linux compatible (non-crap) way.
You do realize that the file in question makes it Linux compatible anyway as it contains Wine, right? Still, your IE jibes are probably more than welcome here.

That one is way too big for me to host, so I can't help out. In fact I may remove the usr_devx.sfs after a few days, so if anyone wants to take that one off my hands it might not be a bad idea.

Nathan

rob
Posts: 50
Joined: Wed 18 May 2005, 12:09

#63 Post by rob »

can do

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#64 Post by MU »

Thanks Rob, the more mirrors, the better.
I wanted to upgrade my own webspace, but the upgrade has a 1 Gigabyte-limit/day. Every additional Gig costs 4 Euro.

So I will set up my own fileserver in the next days.

**edit**
Rob, no need to mirror.
See this message: http://www.murga.org/%7Epuppy/viewtopic.php?t=3645

cool 8)

Mark

nameless foo

#65 Post by nameless foo »

Looks very good but somehow it disables xmms

PeterSieg
Posts: 363
Joined: Wed 04 May 2005, 16:06
Location: Germany, 37603
Contact:

#66 Post by PeterSieg »

Hi Nathan.
As promised I made a usr_devx.sfs that should be safe to use with KDE. I didn't remove evrything relating to Qt but only what was duplicated, so it should still be possible to compile Qt applications. Get it at:
http://grafpup.com/puppy/
md5 checksum included
Let me know if there's any problems.
I run your usr_devx.sfs with Puppy 1.0.6rc + xorg + kde now on real
PC without seeming to have any problems! Great!!

What have you changed?

PS
Have fun :)

User avatar
Nathan F
Posts: 1764
Joined: Wed 08 Jun 2005, 14:45
Location: Wadsworth, OH (occasionally home)
Contact:

#67 Post by Nathan F »

Peter-

All I did was remove the Qt components from usr_devx.sfs that were in both. Clash should be gone now.

Nathan

Guest

#68 Post by Guest »

Downloaded & booted up MU's mega .sfs & ran the KDE dotpup, works great but just a few minor teething troubles:

1) After booting up with the mega .sfs attached and running the dotpup, waiting until got the all clear. Went to dotpup menu and ran the KDE panel - it worked but came up with an error message

2) Exited X and did xwin startkde, worked astonishingly fast. got error on boot titled "Fatal Error! - KDE Panel" saying "The KDE panel (kicker) could not load the main panel due to a problem with your installation. " Despite this it still seemed that everything I tried worked...Not seen the error message since.

3) Upon reboot KDE loads fine, but so does ROX-filer - leading to icons piled on top of each other and also puppies icons stay on top of any application window - solved by running KSysGuard and killing ROX-filer but still an annoyance as comes back every boot.

Good work guys!

Chris

User avatar
bombayrockers
Posts: 427
Joined: Sat 24 Sep 2005, 16:47
Location: Mumbai, India
Contact:

#69 Post by bombayrockers »

Guest your error occured because you did not reboot your system after installation. After a fresh install if you dont want to reboot you will have to run the /etc/rc.d/rc.local <- this links /root/.opt to /opt

you did neither of this and hence the error occured.

make it a unsaid rule to reboot after installing any software. you never know what system files have changed. i have already posted about rebooting on the first page, but you would not have glanced that when the post has stretched up to the fifth page.

Guest

#70 Post by Guest »

Cheers for the reply, that makes sense. Afte the reboot it did work ok.

Re: rox starting is there anything to simply comment out in the startup scripts to stop it cleanly? Or perhaps add something in startkde to close rox when starting kde?

What I'm doing now is running KDE panel from Icewm by simply putting 'kicker' in rxvt, this works but comes up with this:

Code: Select all

DCOPClient::attachInternal. Attach failed Could not open network socket
DCOPClient::attachInternal. Attach failed Could not open network socket
Link points to "/tmp/ksocket-root"
Link points to "/tmp/kde-root"
kbuildsycoca running...
# kbuildsycoca running...
The first DCOP... takes about 7 seconds to appear is there anything to edit to stop this happening and so speed up kicker appearing?

Cheers

User avatar
bombayrockers
Posts: 427
Joined: Sat 24 Sep 2005, 16:47
Location: Mumbai, India
Contact:

#71 Post by bombayrockers »

For Guest,
What puppy version are you using ?
Have you edited / some program replaced /root/.xinitrc file ?

If you are using puppy version < 1.0.4 then I suppose the culprit is the
.xinitrc file.

_________________
Boosted Puppy Kernel (2.4.29) available
Download Here
KDE for testers available
Download Here

User avatar
bombayrockers
Posts: 427
Joined: Sat 24 Sep 2005, 16:47
Location: Mumbai, India
Contact:

#72 Post by bombayrockers »

For Guest,

The DCOP Thing ->
1. It cannot be stopped from occuring
2. I think the 'could not open...' occur because you are not successfully connected to the internet using puppy.

_________________
Boosted Puppy Kernel (2.4.29) available
Download Here
KDE for testers available
Download Here

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#73 Post by MU »

Anonymous wrote: 3) Upon reboot KDE loads fine, but so does ROX-filer - leading to icons piled on top of each other and also puppies icons stay on top of any application window - solved by running KSysGuard and killing ROX-filer but still an annoyance as comes back every boot.
By default, /root/.xinitrc should contain this somewhere before the line that executes ROX:

Code: Select all

CURRENTWM="`cat /etc/windowmanager`"
if [ "$CURRENTWM" = "startkde" ];then
 exec startkde
fi
The "exec" avoids, that all lines after this are executed.
These lines should be there by default in Puppy, mabe modified versions of Puppy do not contain them, then add them with an editor.

Mark

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#74 Post by MU »

deleted

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#75 Post by MU »

Kmail just needs an additional library.

Install the attached Dotpup, and it works.
I also add a tar.gz, so that Bombayrockers may add it to KDE.
I found it out like this:
ldd /usr/lib/kde3/kio_pop3.so

I took the Package from Debian.

Mark
Attachments
libsasl2.tar.gz
(170.17 KiB) Downloaded 420 times
libsasl2.pup
(191.35 KiB) Downloaded 895 times
Last edited by MU on Mon 14 Nov 2005, 05:56, edited 1 time in total.

User avatar
Nathan F
Posts: 1764
Joined: Wed 08 Jun 2005, 14:45
Location: Wadsworth, OH (occasionally home)
Contact:

#76 Post by Nathan F »

Mark-
Thanks for finding that. Kmail can now recieve just fine. However-

Code: Select all

Sending failed:
Authorization failed, An error occured during authentication: SASL(-4): no mechanism available: No worthy mechs found authentication not supported
The message will stay in the 'outbox' folder until you either fix the problem (e.g. a broken address) or remove the message from the 'outbox' folder.
This is the error I recieve when sending mail. At least it doesn't completely crash now like it did before.

Nathan

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#77 Post by MU »

I will have a look at that tomorrow, maybe there is missing another lib.

Mark

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#78 Post by MU »

ah yes, there were missing some modules.
I updated the dotpup.

Please uninstall the old "libasl2" first, as I renamed this one to the correct name "libsasl2".

Now I can send mails with kmail :)

Mark

User avatar
bombayrockers
Posts: 427
Joined: Sat 24 Sep 2005, 16:47
Location: Mumbai, India
Contact:

#79 Post by bombayrockers »

PerterSieg wrote:
In the KDE from Bombayrockers and Mark are no KOffice apps...
Uploadling now... *edit* .tar.gz

_________________
Boosted Puppy Kernel (2.4.29) available
Download Here
Last edited by bombayrockers on Mon 14 Nov 2005, 06:31, edited 1 time in total.

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#80 Post by MU »

bombayrockers wrote: Uploadling now...
Great. A new usr_more.sfs?
Is it split again?

Mark

Post Reply