>--[Arne Goetje]--<[EMAIL PROTECTED]>
> On Tuesday 14 October 2003 20:40, Rüdiger Kuhlmann wrote:
> > >--[Arne Goetje]--<[EMAIL PROTECTED]>
> > > Also keep in mind that especially asian people do not use UTF8 as
> > > encoding but their local o
>--[Arne Goetje]--<[EMAIL PROTECTED]>
> AFAIK KDE3 will try to interpolate the fonts to display glyphs which are
> not actually encoded in the font. BUt I don't know how this works and if
> the international xfont packages have something to do with it.
Not "will try", but "does try". It still ha
>--[Tom]--<[EMAIL PROTECTED]>
> On Wed, Oct 15, 2003 at 02:05:38PM -0700, Tom wrote:
> > On Tue, Oct 14, 2003 at 02:40:09PM +0200, Rüdiger Kuhlmann wrote:
> > > 100 DM = 51 ? 13 ¢.
> > My /etc/environment is now: LANG=en_US, and 'locale' sa
>--[Stefan Seifert]--<[EMAIL PROTECTED]>
> The problem is fullscreen doesn't work probably when I switch to
> fullscreen the "size" of the image doesn't resize to fit the whole
> screen. So a big black border is around the image of the film.
You're using the X11 driver, which can't resize. You
#
# #
# ANNOUNCEMENT:mICQ 0.4.10.5 #
# #
##
>--[Colin Watson]--<[EMAIL PROTECTED]>
> Beware of /etc/environment, though. It's really a configuration file for
> pam_env. I think it should be used extremely sparingly; much better to
> change things in your personal shell startup files.
Why? If a user says de_DE.UTF-8 upon install, then that
>--[Arne Goetje]--<[EMAIL PROTECTED]>
> On Tuesday 14 October 2003 15:03, Alex Malinovich wrote:
> > On Mon, 2003-10-13 at 23:58, Tom wrote:
> Also keep in mind that especially asian people do not use UTF8 as encoding
> but their local one (SJIS, Big5, GB2312, etc.). These ones are not
> compati
>--[Sean 'Shaleh' Perry]--<[EMAIL PROTECTED]>
> On Thursday 17 October 2002 10:00, Craig Dickson wrote:
> > "Debian" is a contraction of the names "Deborah" and "Ian", so I've always
> > pronounced it accordingly, with the stress on the first syllable:
> > DEHB - ee - un
> > Does anyone say it
>--[Craig Dickson]--<[EMAIL PROTECTED]>
> Rüdiger Kuhlmann wrote:
> > That leaves the question how to pronounce "DEHB", "ee", "un", "deeb" and "e".
> DEHB-ee-un would presumably rhyme with "day bay soon", right? (Just
> kidding.)
> Hopefully that is reasonably clear and unambiguous to anyone who
>--[Paul Johnson]--<[EMAIL PROTECTED]>
> On Tue, Nov 12, 2002 at 07:52:30PM +0100, Pontus Edvardsson wrote:
> > What is the best/most useful ICQ client in your opinion? I've checked out
> > gaim, licq & kicq2. Is there any better ones, with closer resemblance the
> > original windows client?
>
>--[Meir Kriheli]--<[EMAIL PROTECTED]>
> On Tuesday 12 November 2002 18:52, Pontus Edvardsson wrote:
> I use sim-icq. It's really good, supports version 8 of ICQ protocol (ICQ 2001)
> with lots of other features as well. It is a qt/kde app, and they have a deb
> for download in the downloads se
>--[sean finney]--<[EMAIL PROTECTED]>
> support some form of text-only mode? for icq i've used licq and micq,
> one of which has a text-mode plugin, the other *is* text mode, but
> i'm not happy with either because the former doesn't keep history
> in text mode, and the latter was rather barebon
>--[Alex Malinovich]--<[EMAIL PROTECTED]>
> 1) I've set up an .Xmodmap file to map my left Windows key to Multi_key
> so that I can type extended characters. However, I have to run "xmodmap
> .Xmodmap" manually every time I restart X. I'm guessing that I should
> put this in an X startup script.
>--[Alex Malinovich]--<[EMAIL PROTECTED]>
> On Sat, 2003-06-14 at 06:58, Rüdiger Kuhlmann wrote:
> > >--[Alex Malinovich]--<[EMAIL PROTECTED]>
> > > 1) I've set up an .Xmodmap file to map my left Windows key to Multi_key
> > > so that I ca
>--[Matias Hermanrud Fjeld]--<[EMAIL PROTECTED]>
> After i rebooted my sid machine this morning, for the first time in one week,
> all my kde3 widget themes were gone. Only the qt builtin ones are left. I
> have not done anything special on my machine, just the usual apt-get upgrade.
> btw, i
>--[Warren Dodge]--<[EMAIL PROTECTED]>
> This one time, at band camp, Rüdiger Kuhlmann said:
> > >--[Matias Hermanrud Fjeld]--<[EMAIL PROTECTED]>
> > I noticed something strange with the theme as well, however, I couldn't
> > pinpoint it. But since yes
>--[Qian Gong]--<[EMAIL PROTECTED]>
> I am starting to use micq. Is it possible to let it show Chinese
> characters correctly? Thanks in advance.
It should display them quite fine, however, it might calculate their width
wrong. If you want to have support for Unicode, you need to either wait for
>--[Alex Malinovich]--<[EMAIL PROTECTED]>
> On Thu, 2002-09-05 at 23:13, Josh Rehman wrote:
> > I think the best bet for a stable client is to run a good Windows client
> > like Trillian under Wine. In fact, Wine seems perfect for this purpose,
> > since the windows stuff has better protocol supp
Hi!
>--[Jonathan Wheelhouse]--<[EMAIL PROTECTED]>
> On Sat, Nov 04, 2000 at 11:01:46PM -0800, Cisco.Addict wrote:
> > Sorry, is there any way i can get my GeForce2 GTS 64mb working in XFree86
> > 4.0.1
> > (Im hopeing to be able to play Quake3)
> I've got a GeForce2 GTS 32mb; I followed tomshard
Hi!
>--[Andy Bastien]--<[EMAIL PROTECTED]>
> >--[Rüdiger Kuhlmann]
> > I have a GeForce2 MX, but I still don't get 3D running. At first, kdm
> > crashes unless there is also an libGL.so.1 pointing to the _old_ libGL.so.
> You might have a conflict among yo
Hi!
>--[Martin Fluch]--<[EMAIL PROTECTED]>
> A little bit bash programming...
> for $i in *.html ; do mv "$i" "${i:0:${#tmp}-1}" ; done
for $f in *.html; do mv $f ${f/.html/.htm}; done
Requires a not too old bash. Beware of file names containing .html elsewhere
than at the end...
Yours, Rüdige
Hi!
>--[Ethan Benson]--<[EMAIL PROTECTED]>
> actually you just have to change LANG=C in /etc/environment to
> LANG=ca_ES or whatever.
This used to work, but somehow since a few weeks /etc/environment isn't
honoured anymore by KDE. How can I make it work?
-Rüdiger.
--
http://www.ruediger-ku
Hi!
>--[Rob VanFleet]--<[EMAIL PROTECTED]>
> On Mon, Dec 25, 2000 at 10:13:16AM +0100, Andrea Vettorello wrote:
> > Modifying your ~/.Xdefaults file you can use the wheel in Nestcape 4.x too
> > without
> > imwheell.
> > I've posted mine some time ago on the list...
> Could you possibly repost
Hi!
>--[Marco Herrn]--<[EMAIL PROTECTED]>
> > I'd like to have it, too. I can't get the wheel to work at all - the funny
> > thing is, when I do something like "cat /dev/psaux/ | od -tc", it starts
> > printing characters for moving the mouse or clicking the buttons, but not
> > for moving the wh
Hi!
>--[Nate Amsden]--<[EMAIL PROTECTED]>
> Mutt does now officially support IMAP. Please upgrade to a
> recent version and use --enable-imap and preferably
> --with-ssl if you have OpenSSL installed to get
> SSL encryption for your IMAP connections.
$ mutt -v
Mutt 1.3.12i (2000-11-27
[...]
+U
>--[Victor Julien]--<[EMAIL PROTECTED]>
> [EMAIL PROTECTED]:~$ su
> Password:
> victor:/home/victor# cd /
> victor:/# apt-get upgrade
> Reading Package Lists... Done
> Building Dependency Tree... Done
> The following packages have been kept back
> cdparanoia libcdparanoia0 libcdparanoia0-dev
>
Hi all,
Does anyone know where kdvi has gone? I can't find a package supplying it
anymore. Also, I wonder whether there will be a new package for selfhtml8.0?
Does anyone know how to continue downloads from samba-shares?
Yours, Rüdiger.
--
100 DM sind 51 € 13 ¢.
100 € sind
Hi!
>--[Andrzej Swedrzynski]--<[EMAIL PROTECTED]>
> use working under X but I can not. This is Logitech M-S48a PS/2
I seem to have the same mouse - it's an OEM with a black logo, right? I read
on http://www-sop.inria.fr/koala/colas/mouse-wheel-scroll/, which has been
cited on this list severa
Hi!
>--[Felix Hoff]--<[EMAIL PROTECTED]>
This list is English.
> ich kann mich noch nicht recht für eine Linuxdistribution entscheiden und
> möchte Sie daher um
> Beantwortung folgender Frage bitten:
> Warum sollte ich gerade Debian Linux kaufen? oder
> Was sind die entscheidenden Gründe für D
>--[Andrew Austin]--<[EMAIL PROTECTED]>
Please adjust your line width to something reasonable. THANK YOU.
> I send my messages to the icq.mirabilis.com server and recieve an ack for
> them, they just don't make it to the person i'm sending to.
Q: I'm receiving offline messages again each time I
Hi!
>--[Patrick Hsieh]--<[EMAIL PROTECTED]>
> I'd like to made a customized debian cd. Can I dpkg --get-selections to
> get my installed package selection and put all of them into 1 or 2 CDs?
> Is it possible? How?
If all you want is a CD with all your packages on it, use apt-move. If you
run i
Hi,
I just created a Debian BIOS logo by taking the open logo from
http://www.debian.org/logos/, resizing and recoloring it with GIMP and
converting it with awbmmake (http://linkit.euro.ru) to AWBM format. It
actually looks quite nice instead of the Pollution Preventer logo :-)
Maybe it could be i
Hi!
I accidently created a browser test that makes Mozilla and Galeon kringe:
The webpage in question contains ~400 hundred 12x12 pngs, from which there
are around 80 different ones, that are created by a cgi script (running on
the same computer as the browser). Here's the result:
Op
Hi!
Is there any place where one can download not-most-recent versions
of unstable packages?
Yours, Rüdiger.
--
A "No" uttered from deepest conviction is better and greater than a
"Yes" merely uttered to please, or what is worse, to avoid trouble.
-- Mahatma Ghandi
>--[Lonnie Sutton]--<[EMAIL PROTECTED]>
> I seem to have munged something up somewhere, as I get a "?" where I
> should be getting accented letters, and I often get emails with "\227",
> or "\223", etc. where I should be getting punctuation.
If you get mails with escaped bytes, then the email its
>--[Kirk Strauser]--<[EMAIL PROTECTED]>
> I've installed UAE 0.8.20 on my Pentium-3/933MHz machine (P3V4X motherboard,
> not that I /think/ it would matter) running Debian/testing. I just can't
> seem to get the program to run in any meaningful way:
> ~$ uae
> Testing the RDTSC instruction ..
#
# #
# ANNOUNCEMENT:mICQ 0.4.9 #
# #
##
37 matches
Mail list logo