LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 04-30-2011, 02:25 PM   #16
igadoter
Senior Member
 
Registered: Sep 2006
Location: wroclaw, poland
Distribution: many, primary Slackware
Posts: 2,717
Blog Entries: 1

Rep: Reputation: 625Reputation: 625Reputation: 625Reputation: 625Reputation: 625Reputation: 625

Quote:
Originally Posted by Darth Vader View Post
1. I believe it's right your Polish localization, used as example to build a localization for [insert your language].

2. To understand that you seed the alekow's torrent? Then, of course you seed strict the files defined by this torrent.

In fact, I don't understand what you want to say with this phrase. I doubt to be possible to 'seed' other files than these defined into torrent. Ever! :P
You added sources to ftp. But where are they come from? Are they official sources supported by Slackware? Or any others? Compilation is time consuming I think not many will be interested in. Example of internationalization looks strange as it suggest that there are difficulties. Simpler is better: binaries + howto install (req.ments, depnds) + ifo about surce (patches) + contact to maintener (to alekow).

Let change the subject. As KDE3 conflicts let to add to the minimal installation Xorg and Kde3 - and put all this on USB as a bootable system.
 
Old 04-30-2011, 03:32 PM   #17
alekow
Member
 
Registered: Sep 2009
Distribution: Slackware
Posts: 230

Original Poster
Rep: Reputation: 75
Quote:
You added sources to ftp. But where are they come from?
Take a look at download_source.sh, you'll see where do they come from.
Quote:
Are they official sources supported by Slackware?
Hmmm... no, I don't think so....
Quote:
Compilation is time consuming I think not many will be interested in.
Oh, yes, but there probably ARE some interested people and we simply have to provide the source code (read the GPL)
Quote:
Example of internationalization looks strange as it suggest that there are difficulties.
I can't see why you think so. Just compare with original source from here:
ftp://ftp.osuosl.org/pub/slackware/s...2/source/kdei/
Quote:
Simpler is better
It's simple as hell for me to just put on a server the things as I have them ;-)
Quote:
contact to maintener (to alekow).
Need to contact me? I'm here.

Last edited by alekow; 04-30-2011 at 04:48 PM.
 
Old 04-30-2011, 05:56 PM   #18
igadoter
Senior Member
 
Registered: Sep 2006
Location: wroclaw, poland
Distribution: many, primary Slackware
Posts: 2,717
Blog Entries: 1

Rep: Reputation: 625Reputation: 625Reputation: 625Reputation: 625Reputation: 625Reputation: 625
Quote:
Originally Posted by alekow View Post
Need to contact me? I'm here.
Not everybody knows you are here. I don't bother myself reading GPL (or EULA). I am not a lawyer. I understand only that it is not about traffic: if I broke some rules there won't be tragedy.
 
0 members found this post helpful.
Old 05-02-2011, 01:39 PM   #19
vivanguarda
Member
 
Registered: Sep 2008
Location: RJ-Brazil
Distribution: Slackware
Posts: 181

Rep: Reputation: 5
I did a wide download using:

$ wget -c -r http://ftp.darkstarlinux.ro/people/a...ackware-13.37/

But, now I don't find kde forms to install.
1)Where is installer? Are there a .sh or txz installer?
2)Ought I change /etc/rc.d/rc.4 script?

if [ -x /opt/kde/bin/kdm ]; then
exec /opt/kde/bin/kdm -nodaemon
elif [ -x /usr/bin/kdm ]; then
exec /usr/bin/kdm -nodaemon
fi

To:


Code:
if [ -x /opt/kde3/bin/kdm ]; then
exec /opt/kde3/bin/kdm -nodaemon
elif [ -x /usr/bin/kdm ]; then
exec /usr/bin/kdm -nodaemon
fi

Last edited by vivanguarda; 05-02-2011 at 01:47 PM.
 
Old 05-02-2011, 02:24 PM   #20
alekow
Member
 
Registered: Sep 2009
Distribution: Slackware
Posts: 230

Original Poster
Rep: Reputation: 75
Quote:
1)Where is installer? Are there a .sh or txz installer?
The packages are here: http://ftp.darkstarlinux.ro/people/a...3.37/packages/
Quote:
2)Ought I change /etc/rc.d/rc.4 script?
You dont have to do it now - I've changed the installation prefix to /opt/kde.
 
Old 05-02-2011, 04:52 PM   #21
vivanguarda
Member
 
Registered: Sep 2008
Location: RJ-Brazil
Distribution: Slackware
Posts: 181

Rep: Reputation: 5
A little bit more boring... Then are alekow kde packages already patched and can be auto installed in a different folder?

Last edited by vivanguarda; 05-02-2011 at 06:04 PM.
 
Old 05-02-2011, 06:05 PM   #22
alekow
Member
 
Registered: Sep 2009
Distribution: Slackware
Posts: 230

Original Poster
Rep: Reputation: 75
Quote:
Originally Posted by vivanguarda View Post
A little bit more boring... Then are alekow kde packages already patched and installed in a different folder?
was - /opt/kde3
is - /opt/kde
 
Old 05-02-2011, 08:31 PM   #23
vivanguarda
Member
 
Registered: Sep 2008
Location: RJ-Brazil
Distribution: Slackware
Posts: 181

Rep: Reputation: 5
Hehee.. Thanks a lot! It`s perfect! Before my procedure running, but sometimes broke down during icon desktop changes and now is ok!

Humm... Do you have an international pt-br package or can I use distro package?

Last edited by vivanguarda; 05-02-2011 at 08:32 PM.
 
Old 05-03-2011, 12:59 AM   #24
alekow
Member
 
Registered: Sep 2009
Distribution: Slackware
Posts: 230

Original Poster
Rep: Reputation: 75
Quote:
Do you have an international pt-br package or can I use distro package?
You can download source from here:
ftp://ftp.osuosl.org/pub/slackware/s...2/source/kdei/
Just download make-i18n-packages.sh script, the pt_br tarball and slack-desc file. They should be put in a separate directory, and slack-desc should go to slack-desc folder. You'll have to change the script a litle bit (prefix should change from --prefix=/usr to --prefix=/opt/kde). Run the script and it'll build your package.
 
Old 05-03-2011, 12:09 PM   #25
gazj
Member
 
Registered: Oct 2010
Location: Cambs, England, UK
Distribution: Slackware 14
Posts: 33

Rep: Reputation: 6
@Alekow

Are you aware of the trinity project. Maybe this is what you should be packaging. http://www.trinitydesktop.org/
 
Old 05-03-2011, 04:55 PM   #26
vivanguarda
Member
 
Registered: Sep 2008
Location: RJ-Brazil
Distribution: Slackware
Posts: 181

Rep: Reputation: 5
@Alekow

Thanks a lot! Running perfectly!
 
Old 05-03-2011, 06:30 PM   #27
Woodsman
Senior Member
 
Registered: Oct 2005
Distribution: Slackware 14.1
Posts: 3,482

Rep: Reputation: 546Reputation: 546Reputation: 546Reputation: 546Reputation: 546Reputation: 546
Quote:
Are you aware of the trinity project. Maybe this is what you should be packaging. http://www.trinitydesktop.org/
Trinity is undergoing a massive conversion from automake to cmake. There is no way yet to build a complete package set. Trinity 3.5.12 will not build on 13.1 and many other more recent distros. The developers are aware of that, but they want to focus on the cmake conversion. Basically they are sacrificing short-term availability for long-term availability. When the cmake conversion is complete there will be no need to build 3.5.10 as the next release of Trinity will be the better desktop.
 
Old 05-08-2011, 01:47 PM   #28
alekow
Member
 
Registered: Sep 2009
Distribution: Slackware
Posts: 230

Original Poster
Rep: Reputation: 75
Updated version with some bugfixes. Don't forget to remove the txt prefix :-)

EDIT:
TORRENT REMOVED - PLEASE USE LINKS FROM FIRST POST

Last edited by alekow; 05-09-2011 at 10:21 AM.
 
Old 05-08-2011, 05:55 PM   #29
Darth Vader
Senior Member
 
Registered: May 2008
Location: Romania
Distribution: DARKSTAR Linux 2008.1
Posts: 2,727

Rep: Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247
Quote:
Originally Posted by alekow View Post
Updated version with some bugfixes. Don't forget to remove the txt prefix :-)
Here we go:

ftp://ftp.darkstarlinux.ro/people/al...are-13.37_v.2/
http://ftp.darkstarlinux.ro/people/a...are-13.37_v.2/

BUT, why you removed the torrent from Demonoid.me?

Luckily, I managed to download the entire data before of that ... So? This is a valid build release or not?
 
1 members found this post helpful.
Old 05-09-2011, 01:18 AM   #30
vivanguarda
Member
 
Registered: Sep 2008
Location: RJ-Brazil
Distribution: Slackware
Posts: 181

Rep: Reputation: 5
Can I use new kde 3.5.10 for slack 13.37_v2 on slack 13.1 kernel 2.6.33.4 system?
 
  


Reply



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.10 on Slackware 12.2 - logging in with kde causes lock up WideEyedSleeper Slackware 7 08-09-2009 11:39 AM
How do I install KDE 4.2 to Slackware 12.2? Slack 12.2 comes with KDE 3.5 dustin2128 Slackware - Installation 3 07-24-2009 12:23 AM
KDE 3.5.10 and KDE 4 together without conflicts in Slackware 12.2. Is it possible? Slacker Steve Slackware 4 01-12-2009 02:29 AM
dpi font | gdm | kde DE | xinitrc.kde | Slackware 10 acummings Slackware 2 07-28-2004 10:28 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 11:55 PM.

Main Menu
Advertisement
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
Twitter: @linuxquestions
Open Source Consulting | Domain Registration