Re: what's wrong with kdepim?

2003-02-17 Thread Rob Lensen
Op Mon, 17 Feb 2003 16:51:42 -0600
Toan T Nguyen <[EMAIL PROTECTED]> schreef:
> I really need kpilot and korganizer. But these packages seem to be
> ignored in sid. Does anybody know why? Is it safe to download the
> source from kde.org and compile it myself (this would be the last
> resort because I'm not very familiar with compiling large programs).
I compiled KDEPIM with the source packages of ktown.
This works good over here

Greetings
Rob Lensen

-- 
**> Never let a computer see you hurry. <**

  __  /*-Rob Lensen[EMAIL PROTECTED]-*\  __
  \ '/  Enschede, The Netherlands\' /
  \/http://www.bsdfreaks.nl   \/


pgpsPH1WVCntK.pgp
Description: PGP signature


Re: Problem starting kde due libfontconfig1 [solved]

2003-01-04 Thread Rob Lensen
Hello

I solved the problem by installing Ralf's deb's (also qt3 debs).
Still fontconfig won't install. But I got my AA back by using freetype
and xfs as fontserver.

Don't know what the problem was but I did is this way because I wanted
to get my kde back.

---
Anti-aliased fonts

Ok, here is where people are always having problems. This tends to
happen because either a) they've never dealt with X fonts before ever,
or b) They have dealt with X fonts before and therefore think they know
what they're doing. Here's the secret - Xft-using apps get their fonts
only through Xft, and don't use X fonts, so your Xft fonts and X fonts
are two independant sets, and the app will only use one of the sets.
Fontconfig is yet a third place apps can get fonts, but that's a Gnome
2.2 thing, so I'm ignoring it for now. And it tends to be smart enough
to pick up on the .fonts thing anyway.

Therefore, the fonts your gtk-1/gtk-2 (non-aa) apps are using are coming
from the X server, specified in /etc/X11/XF86Confg-4, whatever. These
don't change. The fonts your Xft apps are using come from the fontpaths
specified in /etc/X11/XftConfig or ~/.xftconfig.

The easiest thing to do, and what I do, is to just not touch your X11
config at all, and create a ~/.xftconfig as follows: (one line)

dir "~/.fonts"

Then put all your .ttf files in ~/.fonts. Run

~$ xftcache ~/.fonts
-

Greetings
Rob

> Rob Lensen wrote (Sat 2003-Jan-04 14:20:18 +0100):
> 
> > This is the error I get:
> > /usr/bin/kdm_greet: relocation error: /usr/lib/libfontconfig.so.1:
> > undefined sym bol: FT_Get_Next_Char
> > (END) 
> 
> Similar problem here, possibly related; from .xsession-errors:
> 
>   startkde: Starting up...
>   kdeinit4: relocation error: /usr/X11R6/lib/libXft.so.2: undefined
>   symbol: XRenderCompositeText32 startkde: Could not start kdeinit.
>   Check your installation.
> 
> However, it does run.
> 
> 
> Cheers, Marcus
> 
> -- 
>Marcus C. Gottwald  ·  http://www.inf.fu-berlin.de/~gottwald/
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact
> [EMAIL PROTECTED]
> 


-- 
**> Never let a computer see you hurry. <**

  __  /*-Rob Lensen[EMAIL PROTECTED]-*\  __
  \ '/  Enschede, The Netherlands\' /
  \/http://www.bsdfreaks.nl   \/




Problem starting kde due libfontconfig1

2003-01-04 Thread Rob Lensen
Hello

since yesterday I have the problem that kde ain't starting any more.
I'm using the latest karolina deb's with sarge.
The problem occurs when starting via kdm or via .xinitrc

This is the error I get:
/usr/bin/kdm_greet: relocation error: /usr/lib/libfontconfig.so.1:
undefined sym bol: FT_Get_Next_Char
(END) 

# dpkg -l|grep libfont
ii  libfontconfig1 2.1-11 generic font configuration library
ii  libfontconfig1 2.1-11 generic font configuration library
(develop

When I install fontconfig (for AA as mentioned on the list)
-
# apt-get install fontconfig
Reading Package Lists... Done
Building Dependency Tree... Done
The following NEW packages will be installed:
  fontconfig 
0 packages upgraded, 1 newly installed, 0 to remove and 8  not upgraded.
Need to get 34.9kB of archives. After unpacking 139kB will be used.
Get:1 http://ftp.de.debian.org unstable/main fontconfig 2.1-11 [34.9kB]
Fetched 34.9kB in 0s (82.1kB/s) 
Selecteren van voorheen niet geselecteerd pakket fontconfig.
(Database inlezen ... 117779 bestanden en mappen geïnstalleerd.)
Uitpakken van fontconfig (uit .../fontconfig_2.1-11_i386.deb) ...
Instellen van fontconfig (2.1-11) ...
Regenerating fonts cache...dpkg: fout bij afhandelen van fontconfig
(--configure): subproces post-installation script gaf een foutwaarde 127
terug Fouten gevonden tijdens behandelen van:
 fontconfig
E: Sub-process /usr/bin/dpkg returned an error code (1)
--

Currently I'm running wmaker so I think it's not an X problem.
I tried to find libfontconfig1-2.1.-7 because that one should solve the
problem, but can't find it.

Greetings
Rob Lensen

-- 
**> Never let a computer see you hurry. <**

  __  /*-Rob Lensen[EMAIL PROTECTED]-*\  __
  \ '/  Enschede, The Netherlands\' /
  \/http://www.bsdfreaks.nl   \/




Re: Gideon Debian package (Alpha1++,CVS 2002-10-15) for KDE 3.0.4

2002-10-15 Thread Rob Lensen
Op Tue, 15 Oct 2002 22:25:55 +0200
"Tamas Nagy" <[EMAIL PROTECTED]> schreef:
> Those lucky Debian users;) can download and play with the recent
> Gideon(Kdevelop Alpha1) snapshot package... 
> 
> Link to download: http://mypage.bluewin.ch/kde3-debian#gideon
Gideo won't start here because:
gideon: error while loading shared libraries: libkjava.so.1: cannot open
shared object file: No such file or directory

It has to be in kdelibs I think, but the kde3.1 beta2 package's I have
has no Java compiled in I think.

Is there another way to provide libkjava?

Greetings
Rob Lensen


-- 
**> Never let a computer see you hurry. <**

  __  /*-Rob Lensen[EMAIL PROTECTED]-*\  __
  \ '/  Enschede, The Netherlands\' /
  \/http://www.bsdfreaks.nl   \/




Kde 3.1beta2 printer search problem

2002-10-15 Thread Rob Lensen
Hello,

I first ask this on the debian kde list because I use the kde 3.1beta2
package's from
http://shakti.ath.cx/debian/ .

The problem is when I try to ad a network printer via the cups printing
system it refuses to
search the network. When I press scan nothing happens.
The network range is OK. Under kde 3.0.3 the scan works perfect.
When I enter the adress of the printer manually the printer works OK

So does somebody else have this problem?
Is it een debian package bug or a kde3.1 beta2 bug?

Greetings
Rob Lensen

-- 
**> Never let a computer see you hurry. <**

  __  /*-    Rob Lensen[EMAIL PROTECTED]-*\  __
  \ '/  Enschede, The Netherlands\' /
  \/http://www.bsdfreaks.nl   \/




Problem with konqueror 3.1beta2 and a website

2002-10-07 Thread Rob Lensen
Hello,

I just installed the kde3.1beta2 packages and they are working fine.
But this http://forum.bsdfreaks.nl forum ain't working well.
It worked in kde3.0. I made a screenshot what it is look like
http://www.bsdfreaks.nl/files/forum.png
The problem is that the text is displayed outside the forum (as you see
on the screenshot)
Is this a bug in konqueror or is it a bug in the website? Galeon and
mozilla have no problems with this.

Greetings
Rob Lensen

-- 
**> Never let a computer see you hurry. <**

  __  /*-    Rob Lensen[EMAIL PROTECTED]-*\  __
  \ '/  Enschede, The Netherlands\' /
  \/http://www.bsdfreaks.nl   \/




Re: KDE 3.0.3 packages uploaded

2002-08-20 Thread Rob Lensen
Op Mon, 19 Aug 2002 22:23:27 +1000
Daniel Stone <[EMAIL PROTECTED]> schreef:

> (Note: I'm not subscribed to -kde, so please CC me on all replies).
> 
> Hi all,
> I've uploaded some semi-official (as in, cleared with Chris) KDE 3.0.3
> packages to [EMAIL PROTECTED], which should propagate to
> ftp.kde.org/pub/kde/stable/3.0.3/Debian soon, and then to your
> favourite mirror. All the packages are in there, even kdegames and
> friends (which will promptly disappear if other-Daniel makes his own,
> ditto Ben). The new sources line is:
> deb http://your.mirror.here/pub/kde/stable/3.0.3/Debian ./
> 

Why are there no source packages?
Or are they planned to upload in the near futere?

Greetings
Rob
-- 
**> Never let a computer see you hurry. <**

  __  /*-Rob Lensen[EMAIL PROTECTED]-*\  __
  \ '/  Enschede, The Netherlands\' /
  \/http://www.bsdfreaks.nl   \/