LinuxQuestions.org
Social Bookmarking all things Linux and Open Source
Go Back   LinuxQuestions.org > Forums > Linux > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices

Reply
 
Thread Tools
Old 10-04-2009, 01:01 PM   #76
tramni1980
Member
 
Registered: Jul 2006
Location: Sofia, Bulgaria
Distribution: Slackware 13.0
Posts: 601
Thanked: 6

[Log in to get rid of this advertisement]
Quote:
Originally Posted by EYo View Post
Error: (Slack13/32 Terminal XFCE4):
bash-3.1$ wget -r http://cardinal.lizella.net/~vbatts/...ges/4.3.1/x86/
--2009-10-04 09:40:42-- http://cardinal.lizella.net/~vbatts/...ges/4.3.1/x86/
Resolving cardinal.lizella.net... 216.23.247.74
Connecting to cardinal.lizella.net|216.23.247.74|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2009-10-04 09:40:43 ERROR 404: Not Found.

No Error: (Using the file list):
bash-3.1$ wget -v --input-file kde431.list
--2009-10-04 09:43:50-- http://cardinal.lizella.net/~vbatts/...5.4-i686-1.txz
Resolving cardinal.lizella.net... 216.23.247.74
Connecting to cardinal.lizella.net|216.23.247.74|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 6999992 (6.7M) [text/plain]
Saving to: `PyQt-4.5.4-i686-1.txz.1'
etc....
Code:
wget -r -np http://cardinal.lizella.net/~vbatts/kde/kde4-packages/4.3.1/x86/
Resolving cardinal.lizella.net... 216.23.247.74
Connecting to cardinal.lizella.net|216.23.247.74|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: `cardinal.lizella.net/~vbatts/kde/kde4-packages/4.3.1/x86/index.html'

[ <=> ] 16,120 65.3K/s in 0.2s

etc
linux tramni1980 is offline     Reply With Quote
Thanked by:
Old 10-04-2009, 01:02 PM   #77
a4z
Member
 
Registered: Feb 2009
Posts: 33
Thanked: 3
Quote:
Originally Posted by adriv View Post
En/disabling the sound for logging in/out (among other things) can be set at System configuration --> Notifications --> System notification --> Applications --> Event source --> etc...

BTW, the words can be slightly different, because my KDE is in Dutch, but you'll probably find it.
o yea, found it again
I looked under kde window manager, but it's in system notificatins.
it was definitely easier when I was a bit ill and had a lot of time just stare to the screen, klicking here and klicking there...
linux a4z is offline     Reply With Quote
Old 10-04-2009, 01:22 PM   #78
kukibl
Member
 
Registered: Jun 2008
Distribution: Slackware64 13.0
Posts: 62
Thanked: 9
Quote:
Originally Posted by EYo View Post
Error: (Slack13/32 Terminal XFCE4):
bash-3.1$ wget -r http://cardinal.lizella.net/~vbatts/...ges/4.3.1/x86/
--2009-10-04 09:40:42-- http://cardinal.lizella.net/~vbatts/...ges/4.3.1/x86/
Resolving cardinal.lizella.net... 216.23.247.74
Connecting to cardinal.lizella.net|216.23.247.74|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2009-10-04 09:40:43 ERROR 404: Not Found.
It seems to me that you didn't used correct (full) url. Check pasted output once again and you will understand what I'm talking about. It worked for me.
linux kukibl is offline     Reply With Quote
Old 10-04-2009, 04:23 PM   #79
Ilgar
Member
 
Registered: Jan 2005
Location: Istanbul, Turkey
Distribution: Slackware64 13.0, Pardus 2009
Posts: 661
Thanked: 33
I wouldn't recommend using just "wget -r", it will download the whole site. Use the list or add extra parameters to wget to prevent it from doing this (sorry I'm too lazy to look it up in the man page ).

Edit: tramni1980 already gave the answer, it's the "-np" option you need.

Last edited by Ilgar; 10-04-2009 at 04:26 PM..
linux Ilgar is offline     Reply With Quote
Old 10-04-2009, 05:22 PM   #80
Daedra
Member
 
Registered: Dec 2005
Location: Long Beach, CA
Distribution: Slackware32/64 13.0
Posts: 494
Thanked: 25
wget -r -np -nd --accept=txz http://cardinal.lizella.net/~vbatts/.../4.3.1/x86_64/

Last edited by Daedra; 10-05-2009 at 04:14 AM..
linux Daedra is offline     Reply With Quote
Thanked by:
Old 10-05-2009, 03:55 AM   #81
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 2,867
Thanked: 228
Quote:
Originally Posted by Daedra View Post
What I would use:
Code:
lftp -c "open http://cardinal.lizella.net/~vbatts/kde/kde4-packages/4.3.1/ ; mirror x86"
This will mirror that remote "x86" directory with all its content to your local harddisk.

Eric
linuxslackware Alien Bob is offline     Reply With Quote
Thanked by:
Old 10-05-2009, 06:45 PM   #82
ryerke
Member
 
Registered: Dec 2006
Location: Fresno CA
Distribution: Slackware 13
Posts: 45
Thanked: 0
4.3.1 seems to be stable on 13 -stable. Is there any hint of it showing up in changelog or possibly -current?
linux ryerke is offline     Reply With Quote
Old 10-07-2009, 02:47 PM   #83
slackware64
LQ Newbie
 
Registered: Jul 2009
Location: Tokaj, Hungary
Distribution: Slackware Linux
Posts: 2
Blog Entries: 1
Thanked: 2
Slackware(64) KDE 4.3.2

Slackware(64) KDE 4.3.2 packages available from vbatts (Thanks!) :

http://cardinal.lizella.net/~vbatts/...ackages/4.3.2/
linux slackware64 is offline     Reply With Quote
Thanked by:
Old 10-07-2009, 03:45 PM   #84
enine
Member
 
Registered: Nov 2003
Distribution: slackware 13
Posts: 326
Thanked: 0

Original Poster
anyone make 4.3.2 x86
linux enine is offline     Reply With Quote
Old 10-08-2009, 03:43 AM   #85
slackd
Member
 
Registered: Sep 2009
Location: Kolkata, India
Distribution: Slackware 13 x64-Current (2.6.32-rc7) MLiB, Windows 7 x64
Posts: 185
Blog Entries: 1
Thanked: 38
has anyone tried the 4.3.2 x86_64 packages yet?..
linuxslackware slackd is offline     Reply With Quote
Old 10-08-2009, 04:48 AM   #86
Daedra
Member
 
Registered: Dec 2005
Location: Long Beach, CA
Distribution: Slackware32/64 13.0
Posts: 494
Thanked: 25
I have and they didn't work for me. KDE would boot up with a plasma crash and completely white background. I deleted my .kde and tried again with the same result. I didn't bother with the logs I just put 4.3.1 back on.
linux Daedra is offline     Reply With Quote
Old 10-08-2009, 08:01 AM   #87
slackd
Member
 
Registered: Sep 2009
Location: Kolkata, India
Distribution: Slackware 13 x64-Current (2.6.32-rc7) MLiB, Windows 7 x64
Posts: 185
Blog Entries: 1
Thanked: 38
Thumbs up

Quote:
Originally Posted by Daedra View Post
I have and they didn't work for me. KDE would boot up with a plasma crash and completely white background. I deleted my .kde and tried again with the same result. I didn't bother with the logs I just put 4.3.1 back on.

thanks for the heads up buddy

Last edited by slackd; 10-08-2009 at 08:02 AM..
linuxslackware slackd is offline     Reply With Quote
Old 10-08-2009, 10:01 AM   #88
mlangdn
Member
 
Registered: Mar 2005
Location: Kentucky
Distribution: Slackware64
Posts: 411
Thanked: 14
I had the same result as Daedra, and reinstalled 4.3.1. I don't think that all the necessary packages are present yet. Just have to keep looking for a few days.
linuxslackware mlangdn is offline     Reply With Quote
Old 10-08-2009, 11:15 AM   #89
Michielvw
Member
 
Registered: May 2005
Location: Manchester,UK
Distribution: Slackware64-current, Slackware-current, Slackware-12.2
Posts: 99
Thanked: 10
Quote:
Originally Posted by slackd View Post
has anyone tried the 4.3.2 x86_64 packages yet?..
Yes, I had them downloaded, about 15 minutes after vbatts uploaded them and installed them on my laptop. Seems to be working just fine. Do note that 4.3.2 actually *needs* -current as everything is compiled against QT4.5 in -current

I forgot this first and while it sort of works gives you a nice WSON[1], but a quick upgrade to -current later and all works fine.

I still prefer XFCE though.


[1]: White Screen of Nowt.
linuxslackware Michielvw is offline     Reply With Quote
Old 10-08-2009, 12:40 PM   #90
slackd
Member
 
Registered: Sep 2009
Location: Kolkata, India
Distribution: Slackware 13 x64-Current (2.6.32-rc7) MLiB, Windows 7 x64
Posts: 185
Blog Entries: 1
Thanked: 38
Quote:
Originally Posted by Michielvw View Post
Yes, I had them downloaded, about 15 minutes after vbatts uploaded them and installed them on my laptop. Seems to be working just fine. Do note that 4.3.2 actually *needs* -current as everything is compiled against QT4.5 in -current

I forgot this first and while it sort of works gives you a nice WSON[1], but a quick upgrade to -current later and all works fine.
thanks for the tip. will test the packages and report back.
linuxslackware slackd is offline     Reply With Quote

Reply

Bookmarks


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
KDE 3.5.6 packages? gbowden Slackware 10 02-01-2007 05:56 PM
KDE 3.4 Released . when kde packages on ftp? zvonSully Debian 6 03-30-2005 04:03 PM
Why wont my KDE 3.2 FC2 setup run make commands w/KDE 1.x packages? rusty_slacker Linux - Newbie 1 09-19-2004 06:40 PM
.deb packages for kde 3.3? nuka_t Debian 2 09-12-2004 07:54 PM
KDE 3.2 - What packages? Kristijan Linux - Newbie 4 02-20-2004 10:15 AM


All times are GMT -5. The time now is 01:26 AM.

Main Menu
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
RSS2  LQ Podcast
RSS2  LQ Radio
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration