Re: polish characters

2005-08-11 Thread Ian Eure
On Wednesday 10 August 2005 08:51 pm, Sebastian Luque wrote:
 Would somebody please point out how to set up a polish keyboard in
 KDE?  I tried configuring the keyboard layout in control center,
 selected the polish keyboard layout, but cannot find where all the
 language-specific characters are. In fact, it seems that the US layout
 is still being used.  It would help to have some application that
 shows where each character is on the keyboard.  Macs have something
 where you shown a keyboard layout and the keys change colors,
 depending on which one you press, as well as showing the modified keys
 after shift, ctrl, alt. Anyone know an equivalent of that?

Unless I'm way off base here (and I certainly could be), Polish uses an 
accented Latin alphabet, so the standard X Compose stuff would work. Go into 
KControl - Regional  Accessibility, Keyboard Layout, select the Xkb Options 
tab, and check one of the options under Compose Key in the big 
list-o-checkboxes. I use Right Alt. Then you can compose accented characters 
with key combos, e.g.:

compose+slash, l = ł
compose+single-quote, o = ó
compose+semicolon, e = ę

...and so on. I have this handy shellscript that lets me paste a letter from 
KCharSelect, and it will show the key combo to enter it:

#!/bin/sh
dir=/usr/X11R6/lib/X11/locale
dir=$dir/`sed -n s#\([^/]*\)/.*:.*$LANG#\1#p \
 $dir/locale.dir`
grep -F $1 $dir/Compose

just run it and pass it a single character as an argument, e.g.:

$ ./compose.sh é
dead_acute e: é eacute # LATIN SMALL LETTER E WITH ACUTE
Multi_key acute e : é eacute # LATIN SMALL LETTER E WITH ACUTE
Multi_key apostrophe e: é eacute # LATIN SMALL LETTER E WITH ACUTE
combining_acute e   : é eacute # LATIN SMALL LETTER E WITH ACUTE
$

Those are the possible combos for entering that character - you're interested 
in the Multi_key sequences.

Hope this helps.



Re: polish characters

2005-08-11 Thread Ian Eure
On Thursday 11 August 2005 07:29 am, Sebastian Luque wrote:
 Ian Eure [EMAIL PROTECTED] wrote:
  On Wednesday 10 August 2005 08:51 pm, Sebastian Luque wrote:

 [...]

  Unless I'm way off base here (and I certainly could be), Polish uses an
  accented Latin alphabet, so the standard X Compose stuff would work. Go
  into KControl - Regional  Accessibility, Keyboard Layout, select the
  Xkb Options tab, and check one of the options under Compose Key in the
  big
  list-o-checkboxes. I use Right Alt. Then you can compose accented
  characters with key combos, e.g.:
 
  compose+slash, l = ł
  compose+single-quote, o = ó
  compose+semicolon, e = ę

 Thanks a lot Ian.  I didn't have anything checked on the 'compose' key
 option of the Xkb tab, but never had any problems using other layouts
 with accented characters. e.g. I often use the spanish and french
 layouts which I'm fairly familiar with, so to write é, I simply type
 (assuming the keyboard itself has an english layout) the double quotes
 followed immediately by the letter e.  I guess using a 'compose' key
 would help in cases where you're not familiar with a keyboard layout
 (as in my current case!).  But what do you do when a letter can have
 more than one type of accent? I'd imagine you use your script below.

I found most of the combos out just by fooling around, i.e.:

compose+single-quote, e = é
compose+backtick, e = è
compose+double-quote, e = ë
compose+tilde, e = ẽ
compose+carat, e = ê

The modifiers are pretty standard, i.e. compose+double-quote, some-letter will 
put umlauts over that character; same goes for the grave accents.


  ...and so on. I have this handy shellscript that lets me paste a letter
  from KCharSelect, and it will show the key combo to enter it:

 The problem is that I can't even find the polish accented characters
 in KCharSelect.  I haven't looked at all the fonts, but doing that
 everytime I need to find a character seems extremely inefficient to
 me.  Do you use KCharSelect in a better way?

I just visually scan the contents of the tables. Table 0 seems to have most of 
the accented Latin-1 characters.

You may also be able to find a character by googling it's name on the site: 
fileformat.info. They have a map of all of Unicode, and you should be able to 
turn up what you're looking for.


 Your script looks great for other cases where I /can/ find the
 character!

It's not actually mine, I found it online somewhere. But you're welcome 
nonetheless.



Re: Gmail, Konqueror, Firefox, and OSS

2005-08-05 Thread Ian Eure
On Friday 05 August 2005 11:55 am, Bob Tilley (ATT) wrote:
 Gmail is an oft-used, web-based, e-mail management system.  The inner
 workings of Gmail are proprietary but definately NOT standards-based.

 (snip)

GMail has worked fine in Konqueror since KDE 3.4.0.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Gmail Konqueror?

2005-07-25 Thread Ian Eure
On Monday 25 July 2005 03:37 pm, Kevin Krammer wrote:
 On Tuesday 26 July 2005 00:13, Larry Garfield wrote:
  On Monday 25 July 2005 04:43 pm, Douglas Stanley Jr. wrote:
   On Monday 25 July 2005 04:32 pm, Robert Tilley wrote:
Why does Gmail continue to tell me: If you wish a better Gmail
experience, use a supported browser?
  
   I guess Google doesn't think Konq is worth supporting, that it's market
   share isn't high enough. Considering Google's roots, and the kind of
   people that work there, I'm a bit surprised at that.
 
  In Google's defense, I've not been able to get decent Ajax
  (XmlHttpRequest) working under Konqueror, either.  I don't know any
  Ajax-using site that supports Konqueror.  Mayhaps if Konqueror supported
  Mozilla-style XmlHttpRequest objects, it would support these new fangled
  features.

 As far as I know it depends on both the Konqueror version and the User
 Agent string you are using.

FWIW, I get the message with GMail, but everything seems to work fine for me 
with Konqueror 3.4.1.

Also, Konq has XMLHTTPRequest, and it works fine. Last I checked, the problem 
was in it's JS XML parser, which has bugs. But you can get content from a 
serverside script and drop it into an element with innerHTML just fine. Or 
get plain text and set it with createTextNode().


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Gmail Konqueror?

2005-07-25 Thread Ian Eure
On Monday 25 July 2005 05:11 pm, Allan Sandfeld Jensen wrote:
 On Tuesday 26 July 2005 00:13, Larry Garfield wrote:
  On Monday 25 July 2005 04:43 pm, Douglas Stanley Jr. wrote:
   On Monday 25 July 2005 04:32 pm, Robert Tilley wrote:
Why does Gmail continue to tell me: If you wish a better Gmail
experience, use a supported browser?
  
   I guess Google doesn't think Konq is worth supporting, that it's market
   share isn't high enough. Considering Google's roots, and the kind of
   people that work there, I'm a bit surprised at that.
 
  In Google's defense, I've not been able to get decent Ajax
  (XmlHttpRequest) working under Konqueror, either.  I don't know any
  Ajax-using site that supports Konqueror.  Mayhaps if Konqueror supported
  Mozilla-style XmlHttpRequest objects, it would support these new fangled
  features.

 AFAIK Konqueror has had AJAX crap for longer than Mozilla. Generally we
 support the MSIE variants though when there is a difference (because Ajax
 is a MSIE extension), but because Mozilla couldn't manage to copy MSIE well
 enough ,all the ajax sites out there now send browser specific JS code, and
 often broken code to browsers they don't recognize.

Sigh. Completely and utterly wrong.

Firstly there's no AJAX extension in any browser. AJAX is a markting term. 
Ignore it.

IE implements XmlHTTPRequest with ActiveX. Obviously nobody but Microsoft is 
going to implement that. Any coder that does browser sniffing in JS doesn't 
know what the they're doing. Not saying that it's never happened, just that 
they haven't kept up with the times. There really isn't much browser-specific 
code in a good XmlHTTP script.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: xhost+ and assigning a remote console to Xwindows

2005-07-02 Thread Ian Eure
On Saturday 02 July 2005 09:52 pm, lucinda westover wrote:
 I am setting xhost+ and need to know how to assign a remote server to my
 local console.

On the remote end:

export DISPLAY=your_ip_here:0

And run your X apps. *HOWEVER* this is a really bad idea for many reasons, not 
the least being that you open yourself up to potential attacks against X. If 
you run SSH on both ends, you can tunnel X connections automagically by 
enabling X forwarding.

Edit /etc/ssh/sshd_config on the remote host, and set X11Forwarding to 
yes. Restart ssh (as root: /etc/init.d/ssh restart).

Log out of the remote host. SSH in to it with: ssh -X remote_ip_here


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Fax

2005-06-29 Thread Ian Eure
On Wednesday 29 June 2005 03:14 am, Serja wrote:
 Is there any KDE application for receiving faxes through fax-modem? Any
 kind of front-ends for efax, hylafax, etc.?
 Current utilities which are part of the official KDE desktop are only
 capable for sending and viewing fax files.

KControl - Peripherals - Printers. There's a Send to Fax set up by default 
for me, or you can create a new fax setup.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Fax

2005-06-29 Thread Ian Eure
On Wednesday 29 June 2005 03:57 am, Serja wrote:
 But as I understand in Kcontrol this is something for printing already
 reveived faxes or save them to sevral file formats.

No, nothing to do with it. You print to a fax to fax your document somewhere, 
just like in Windows.


 But is there any 
 utility such as efax-gtk, which can answer to phone calls and start
 receiving faxes, can be set to automatic receiving mode, etc. Maybe it's
 alredy in KDE, but unfortunately sometimes KDE applications has not very
 clear setup tools and instructions compare with gtk apps.

I know of no KDE front-end for recieving faxes. You should be able to set one 
of the many fax packages in Debian up to email you the resulting fax, or you 
could just browse the fax spool directory.

FWIW, mgetty-fax is pretty easy to set up.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



kded memory leak

2005-06-20 Thread Ian Eure
The 3.4.0 and 3.4.1 packages on alioth seem to have a pretty substantial 
memory leak in kded. Over the course of a week or so of uptime, kded grew to 
eat up over 500mb of memory, and bogged the system down severely. I 
closed /all/ open apps, and the size didn't decrease substantially.

Right now, kded is eating 241mb of ram, and I've only been logged in since 
yesterday.

Anyone else see this?


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: kded memory leak

2005-06-20 Thread Ian Eure
On Monday 20 June 2005 07:31 pm, Zack Cerza wrote:
 On 2005 June 20 Monday 18:29, Ricardo Galli wrote:
  On Tuesday, 21 de June de 2005 00:21, Zack Cerza shaped the electrons to
 
  shout:
   Yep. From top, sorting by %MEM:
  
     PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+ 
    COMMAND
    9379 zack      15   0 2202m 409m 8640 S  0.0 40.4   9:31.38 kded
    9070 root       6 -10  100m  64m 2300 S  1.2  6.4  12:53.23 
   XFree86
   [snip]
  
   I've got 1024MB of RAM, so it looks like kded is using over 400MB. The
   next greediest process is XFree86, using about 60MB. Not cool. :)
 
  top is not the right tool to measure memory consumption. OTH the xfree
  memoryu consuption issue has been clarified several times. One is the top
  misleading figures, the others is that it counts the graphic card memory.

 Er, I know that - but it's still ridiculous, no?

 What I don't know (and you didn't say) is what the right tool is.

FWIW, I was using `ps axu | grep kded'. But it seems to give the same number 
as top, so... I don't know.

Anyone?



Re: Cookies Stop Working?!

2005-06-15 Thread Ian Eure
On Wednesday 15 June 2005 09:40 am, Bob Tilley (ATT) wrote:
 I upgraded from KDE 3.3.2 to 3.4.1 using the Aleoth debs.

 Now, everything works but my cookie manager. Without cookies, most internet
 sites (such as GMail) are unusable.

 Any ideas?

Perhaps it's this? http://bugs.kde.org/show_bug.cgi?id=102903


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: aRts can't play ogg vorbis files since 3.4.0

2005-06-11 Thread Ian Eure
On Saturday 11 June 2005 04:32 pm, Oliver Heins wrote:
 Am Donnerstag, 9. Juni 2005 21:47 schrieb Mateusz Linda:
  Well, I've the same issue since  I did apt-get upgrade
  about 3 months ago... Many people
  also couldn't get system notifications to work but in
  some cases removing 2 files - knotify and
  a similar one in .kde3 in your home directory (after
  restart these were recreated and everything
  was fine). But this didn't work for me though... Anyway,
  I'm still waiting for a fix to this problem.
  I thought that maybe in KDE 3.4 there wouldn't be such
  problems, but so far it's still not
  working

 I think the issue was introduced when switching to the new
 desktop.org-standard for mime-types.

 I had the same problem some time ago.  I don't remember
 exactly what I did to solve, but I think what helped me was
 deleting some files named ogg.desktop or so under ~./kde
 which had wrong entries.

I have no OGG-related files in ~/.kde, and as I mentioned, it occurs even with 
the deafault settings with a new user.



aRts can't play ogg vorbis files since 3.4.0

2005-06-09 Thread Ian Eure
Ever since I upgraded to the KDE 3.4.0 packages on alioth, aRts has been 
unable to play ogg vorbis files. I originally thought this was the issue with 
losing system notifications, but it's a problem with aRts as a whole. WAV and 
MP3 files play just fine.

For example, if I run:
$ artsplay /usr/share/sounds/KDE_Window_Sticky.ogg

the command returns, but no sound is played. 

Any app which uses aRts is affected. I can't play ogg files in noatun, amarok, 
kaboodle, and so on. They play fine in XMMS.

It's not my settings, unless the defaults are broken. I created a test user 
and logged in as them- exact same problem. I also jacked aRts' verbosity all 
the way up and started it from Konsole. It spit this out when I issued the 
artsplay command:

-- snip --
UnixManager: got notifyIO
socketconnection created, fd = 9
search playobject, extension = ogg
creating OGGPlayObject to play file /usr/share/sounds/KDE_Window_Sticky.ogg
outputStream created
OGGPlayObject_impl
loadMedia
OGGPlayObject_impl::getPlugin
DecoderBaseObject_impl::streamStart
play: 1
nukePlugin _STREAM_STATE_WAIT_FOR_END
xrun!!

xrun!!

(The previous message was repeated 1 times.)
-- snip --

These are the arts/ogg packages I have installed:
libarts1 1.4.1-1
libartsc0 1.4.1-1
libarts1-mpeglib 4:3.4.1-1
libarts1-audiofile 4:3.4.1-1
libogg0 1.1.2-1
libvorbis0a 1.1.0-1
libvorbisfile3 1.1.0-1
libvorbisenc2 1.1.0-1

They're all the most up-to-date, and aside from the aRts packages, are stock 
sarge. I have tried purging all these packages (with --force-depends) and 
reinstalling, to no avail.

I have also twiddled with every option in the Sound System control panel, 
disabling each feature one-by-one. It still fails.

But here's where things get truly weird. If I decode the ogg file to WAV, aRts 
plays it fine. If I reencode it to MP3, it fails in exactly the same way as 
the original ogg. MP3s which I have ripped from my CDs play fine. Oggs ripped 
from CD do not play.

So, the summary is:

- Wavs play fine all the time
- Oggs do not play at all
- MP3s play, unless they're short sound-bites like the system notifications

Has anyone else had this problem? I'm completely stumped, so any suggestions 
are greatly appreciated.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: kscreensaver problem

2005-04-27 Thread Ian Eure
On Tuesday 26 April 2005 11:59 pm, Marco Calviani wrote:
 Hi,
 i've some problems with the kscreensaver, running Debian unstable. It
 works  when testing it under the Kcontrol panel, and set it up to start
 after 5 minutes of inactivity. But when the time has passed nothing
 happen and the screensaver does not start. Also the lock screen button
 does not work.

 Any ideas?

If you have KDE-Bluetooth installed, purge and reinstall it.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Anyone get KSayIt working?

2005-04-15 Thread Ian Eure
On Friday 15 April 2005 01:15 am, Silvan wrote:
 On Thursday 14 April 2005 04:12 am, Matas Costa wrote:
  El Jueves, 14 de Abril de 2005 03:17, Silvan escribi:
   I wanted to play with this.  So far, I'm not having much luck.
 
  You are having much more than me, it simply crash at startup

 I can solve that one.  Install ktssd, I think it's called.

FWIW, the whole KDE tts system worked for me out-of-the-box. I hadn't played 
with KSayIt, but I just tried it and it works (though I'm mystified as to 
what it's supposed to be used for). The configuration isn't obvious at all, 
but I figured it out.

What I did was:
- Install kttsd  kttsd-contrib-plugins
- Install festival and a speaker (I used festvox-rablpc16k)

Then:
- Open KControl
- Go to Regional  Accessibility - Text-to-Speech
- Click 'Talkers' tab
- Click 'Add' button.
- The defaults ('Language: English (United States of America) / Synthesizer: 
Festival Interactive') were acceptible; I clicked 'OK'
- Click 'Apply'
- Click the 'General' tab
- Check 'Enable Text-to-Speech System (KTTSD)
- Click 'Apply'



Re: qca-tls (1.0-1) / kopete (4:3.4.0-0pre) interoperation failure

2005-03-29 Thread Ian Eure
On Tuesday 29 March 2005 03:56 pm, Daniel O'Neill wrote:
 Unfortunately, I'm not a capable C++, QT, or KDE developer, but I have
 noticed (rather instantly) that TLS communication between my Kopete client
 and my Jabber server fails upon upgrading to the new KDE 3.4 packages with:

 SSL support could not be initialised for account my account.  This is
 most likely because the QCA TLS plugin is not installed on your system.

Works for me:

kopete 4:3.4.0-0pre1 (from http://pkg-kde.alioth.debian.org)
qca-tls 1.0-1 (from mainline Debian)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: KDE 3.4 - some issues

2005-03-17 Thread Ian Eure
On Thursday 17 March 2005 03:04 am, Martin Steigerwald wrote:
 Am Donnerstag, 17. März 2005 01:46 schrieb Ian Eure:
  Anyone know why arts won't play ogg? Even this fails:
 
  $ artsplay /usr/share/sounds/Kopete_Received.ogg
 
  Nothing unusual shows up in .xsession-errors. amaroK plays them fine
  with the xine engine, but switching to the arts engine results in the
  same issue.
 
  Any idea what's up with arts?

 Hello Ian,

 works here. I installed KDE 3.4 today on my IBM ThinkPad T23.

 Maybe you have some old 3.3.2 / 3.3.1 packages floating around? I had to
 select version 3.4.0 for most of the packages manually to get them
 upgraded.

I don't think so. I was having difficulty getting apt to install the correct 
versions, so I downloaded the packages I needed and installed by hand.

Searching for all packages with a version containing '3.3.2' produces three, 
from kdesdk. aRts is definitely from 3.4.0.

I'm using libogg0 1.1.0 and libvorbis0a 1.0.1, which appear to the the only 
versions available in either sid or sarge.

I hate dumping my KDE config when upgrading. Does anyone know how to fix this 
without doing that?



KDE 3.4 - some issues

2005-03-16 Thread Ian Eure
- arts won't play ogg files, so no system notifications are heard. Real weird. 
Plays MP3 fine.
- kdmgreet crashes, so no KDM. Haven't tried the 3.4.0 package yet.

Anyone know why arts won't play ogg? Even this fails:

$ artsplay /usr/share/sounds/Kopete_Received.ogg

Nothing unusual shows up in .xsession-errors. amaroK plays them fine with the 
xine engine, but switching to the arts engine results in the same issue.

Any idea what's up with arts?


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: KDE 3.4 - some issues

2005-03-16 Thread Ian Eure
On Wednesday 16 March 2005 07:22 pm, Adeodato Simó wrote:
 * Ian Eure [Wed, 16 Mar 2005 16:46:23 -0800]:
  - arts won't play ogg files, so no system notifications are heard. Real
  weird. Plays MP3 fine.
 
  Anyone know why arts won't play ogg? Even this fails:
 
  $ artsplay /usr/share/sounds/Kopete_Received.ogg

   From previous posts in the list, it seems you need to remove
   ~/.kde/share/config/knotify{.eventsrc,rc}. They are regenerated
   afterwards, so if you can send us a diff between the working and
   non-working versions, perhaps we can find out something.

Are you sure this is a knotify problem? Doesn't the fact that ogg files won't 
play with arts /at all/ (not just notifications) mean that this isn't related 
to knotify?


  - kdmgreet crashes, so no KDM. Haven't tried the 3.4.0 package yet.

   Right. There is a bug in the kdebase  3.3.2-1 (3.3.2-2 is ready in
   SVN, but not uploaded) that incorrectly puts the greeter libs in
   kdebase-bin, instead of kdm.

   We tend to minimize the number of uploads since they are costly for
   us, but since this is an important issue, I've finally got around to
   prepare fixed packages. Just apt-get update  apt-get upgrade should
   solve now. (It will install new versions of kdebase-bin 3.4.0 and kdm
   3.3.2.)

   Sorry for the inconvenience.

No problem. The unofficial kdm 3.4.0 package solved my problem. I think I'll 
stick with it until kdm 3.4.0 has a more official package.

Thanks for the response.



Re: SS99kde

2005-03-08 Thread Ian Eure
On Tuesday 08 March 2005 07:44 am, George Cohn wrote:
 Somehow I managed to delete the SS99kde file instead of mv it to prevent
 kde from starting at boot up.

 Dumb question probably but how can I restore it?

# update-rc.d kdm start 99 2 3 4 5 . stop 1 0 1 6 .

Or you could reinstall like others have told you, but it's not necessary. And 
it's the `kdm' file, not `kde'.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



SVG

2004-12-17 Thread Ian Eure
I have never been able to get SVG files to work properly in KDE. I'm using 
3.3.1-1 from sid on sarge. I have KSVG installed, and 'svgdisplay' shows the 
graphic fine, and Konqueror shows thumbnails for them. Fiddling with the SVG 
mimetype allows me to see them in Konqueror, but I still can't use them as 
icons or desktop backgrounds.

Am I doing something wrong here, or are the Debian KDE packages incapable of 
using SVG in these ways?




Re: Messed up renaming boxes

2004-12-07 Thread Ian Eure
On Tuesday 07 December 2004 04:36 pm, Antiphon wrote:
 Has anyone else encountered a Konqueror bug where when you try to rename a
 file, it places a black and white blotchy pattern as the text background?

 I've seen this on several machines though it's never present on a freshly
 installed KDE.

Yes, I see it on my sarge box with KDE from sid. It looks like the old name 
isn't erased, and the font used for the new characters doesn't display 
correctly.

If anyone has a fix (other than wiping out ~/.kde), I'd like to know what it 
is.




Re: unified progress bar

2004-11-06 Thread Ian Eure
On Saturday 06 November 2004 03:16 pm, Matj Cepl wrote:
 Hi,

 I have one mystery here: I have two computers, both with KDE 3.2 from
 Debian/testing, but one with the configuration files (~/.kde/) originally
 from KDE 3.2 backport for Debian/woody (from kde.org). The latter when
 doing something involving kio_slaves which takes some time (like
 downloading files from internet, but even get files into messages in KMail
 to be attached) uses one combined window where all these progress are
 combined (no, it is not KGet, something more generic and simple). The
 former computer (with clean setup of KDE 3.2 as provided by Debian/sarge)
 opens new progress dialog for every new kio_slaves action. I hate these
 individual windows and like the collected one, however I have no find a way
 how to change this behavior.

 Can anybody kick me into the right direction, please?

Control Center - KDE Components - File Manager - Behavior - Show network 
operations in a single window

I believe that there is a tray icon when a download window is open which 
provides a shortcut to these preferences.




Re: Konqueror Bug, Take II: Origins

2004-11-01 Thread Ian Eure
On Monday 01 November 2004 02:08 pm, Robert Tilley wrote:
 While Konqueror can be started from the Kicker, it will cause an error
 dialog to appear with the message:  Could not find mime type:
 application/octet-stream.  Konqueror will finish loading after the dialog
 is dismissed.

 If a link in an e-mail is clicked, the same dialog will appear followed by
 normal KDE crash dialog.

 I have submitted the backtrace to bugs.kde.org.  My system recently apt-get
 upgraded from KDE 3.3.0-2 to KDE 3.3.1.

So you're running kdelibs 3.3.1, and the rest of KDE is 3.3.0?




Re: What is kjournald?

2004-10-21 Thread Ian Eure
On Thursday 21 October 2004 08:28 pm, Glenn Meehan wrote:
 ... and why do I have 8 of them running?

It's a Linux kernel internal thread which handles various things related to 
journaling filesystems. It has nothing to do with KDE.




Re: Which iconset do you use?

2004-10-08 Thread Ian Eure
On Friday 08 October 2004 09:53 am, Wolfgang Mader wrote:
 Hello,

 I am interessted in which iconset you are using because I have troube with
 my installed ones.

Nuvola. Before that, Crystal.




Bug#273788: konqueror: Impossible to go back

2004-10-05 Thread Ian Eure
On Monday 04 October 2004 08:14 pm, Adeodato Simó wrote:
 * Ian Eure [Tue, 28 Sep 2004 00:12:17 -0700]:
  Package: konqueror
  Version: 4:3.3.0a-1
  Severity: important
 
  After upgrading my KDE packages to what's in sid, I noticed that the
  back button in Konqueror doesn't work. Clicking it does nothing.
  Clicking and holding shows the correct sites, but selecting any of them
  does not go back to them. Using the 'Back' mouse gesture does nothing.
  Selecting Go - Back does nothing. Selecting one of the sites in the
  history from the Go menu also does nothing.
 
  The only way I've been able to go back is by opening the sidebar and
  clicking the URL in the History tab.

   does this happen all the time? or perhaps after you perform some
   action (e.g., viewing an image).

The problem has since vanished. I don't recall doing anything out of the 
ordinary to trigger it, i simply noticed that I wasn't able to go back. This 
happened the first time after I logged in after upgrading from 3.3.0-1 to 
3.3.0a-1. Newly opened Konq windows exhibited the same behavior.

Guess you can close it.



Re: Unknown proxy host: webcache

2004-10-02 Thread Ian Eure
On Saturday 02 October 2004 10:34 am, Robert Tilley wrote:
 When I restarted, Konqueror could not load any websites.  The only
 diagnostic was:  Unknown proxy host: webcache.

 Any ideas are most appreciated!

Launch Konq with K menu - Internet - Web Browser (Konqueror)
Go to Settings - Configure Konqueror
Scroll down to the Proxy icon on the left, and select it
Select Connect to the Internet directly
Click OK




Re: Background of icons in KDE 3.2.2

2004-09-29 Thread Ian Eure
On Wednesday 29 September 2004 03:14 pm, Matej Cepl wrote:
 I had to switch from laptop to the desktop and now my icons on
 the desktop have transparent background on dark root image, so
 that they are basically unreadable. I hope to switch background
 of icon labels to something else, but I cannot find the point
 where I could switch background of desktop icons.

 Can anybody help please?

Right click desktop - Configure desktop
Select Background (should be the default), click Advanced Options, and 
play with the Background Icon Text section.




Bug#273788: konqueror: Impossible to go back

2004-09-28 Thread Ian Eure
Package: konqueror
Version: 4:3.3.0a-1
Severity: important

*** Please type your report below this line ***

After upgrading my KDE packages to what's in sid, I noticed that the
back button in Konqueror doesn't work. Clicking it does nothing.
Clicking and holding shows the correct sites, but selecting any of them
does not go back to them. Using the 'Back' mouse gesture does nothing.
Selecting Go - Back does nothing. Selecting one of the sites in the
history from the Go menu also does nothing.

The only way I've been able to go back is by opening the sidebar and
clicking the URL in the History tab.


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (900, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-1-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8

Versions of packages konqueror depends on:
ii  kcontrol   4:3.3.0a-1KDE Control Center
ii  kdebase-kio-plugins4:3.3.0a-1KDE I/O Slaves
ii  kdelibs4   4:3.3.0-2 KDE core libraries
ii  kdesktop   4:3.3.0a-1KDE Desktop
ii  kfind  4:3.3.0a-1KDE File Find Utility
ii  libart-2.0-2   2.3.16-6  Library of functions for 2D 
graphi
ii  libc6  2.3.2.ds1-16  GNU C Library: Shared libraries 
an
ii  libfam0c1022.7.0-5   client library to control the FAM 
ii  libgcc11:3.4.1-4sarge1   GCC support library
ii  libice64.3.0.dfsg.1-4Inter-Client Exchange library
ii  libidn11   0.5.2-3   GNU libidn library, 
implementation
ii  libjpeg62  6b-9  The Independent JPEG Group's JPEG 
ii  libkonq4   4:3.3.0a-1Core libraries for KDE's file 
mana
ii  libpcre3   4.5-1.1   Perl 5 Compatible Regular 
Expressi
ii  libpng12-0 1.2.5.0-7 PNG library - runtime
ii  libqt3c102-mt  3:3.3.3-4.1   Qt GUI Library (Threaded runtime 
v
ii  libsm6 4.3.0.dfsg.1-4X Window System Session 
Management
ii  libstdc++5 1:3.3.4-6sarge1.2 The GNU Standard C++ Library v3
ii  libx11-6   4.3.0.dfsg.1-4X Window System protocol client 
li
ii  libxext6   4.3.0.dfsg.1-4X Window System miscellaneous 
exte
ii  libxrender10.8.3-7   X Rendering Extension client 
libra
ii  xlibs  4.3.0.dfsg.1-4X Window System client libraries 
m
ii  zlib1g 1:1.2.1.1-7   compression library - runtime

-- no debconf information



Re: Problem with new kdelibs in sid

2004-09-28 Thread Ian Eure
On Monday 27 September 2004 12:00 pm, Andrea Cavaliero wrote:
 Hi,
 after last two 'apt-get dist-upgrade', who installed new kdelibs version
 (3.3.0-2) some programs have a strange crash.
 For example k3b reports the following error when starting:

 (snip)

 Also, on a fresh kde install kpersonalizer and kalarm both crash.

 anyone else experiencing the same problem?

Running sarge with KDE packages from sid. Upgraded to the most recent kdelibs 
et al last night. No problems.

I thought it might be a QT problem, since it died in QSpinBox in the backtrace 
you provided. I'm running the version of QT that's in sid, too, though.

I see that libstdc++5 had a new version uploaded to unstable yesterday. 
Perhaps that's your problem; I'm using the sid version of every other package 
I can see in that backtrace.

For reference, I'm running:

libstdc++5 1:3.3.4-6sarge1.2
libqt3c102-mt 3:3.3.3-4.1
kdelibs* 4:3.3.0-2
libc6  libc6-i686 2.3.2.ds1-16




Re: Problem with new kdelibs in sid : SOLVED

2004-09-28 Thread Ian Eure
On Tuesday 28 September 2004 01:00 am, Andrea Cavaliero wrote:
 yeah.. downgrading libstdc++5 from 3.3.4-13 to 3.3.4-12 solved the problem!
 Now i don't know if a bugreport should be filled against libstdc++5 or
 against another package. Any hint?

I'd recommend libstdc++5, since downgrading that fixed your problem.




Back in Konqueror broken

2004-09-28 Thread Ian Eure
Anyone else seeing this bug?

http://bugs.debian.org/273788




Re: Back in Konqueror broken

2004-09-28 Thread Ian Eure
On Tuesday 28 September 2004 06:29 am, kosh wrote:
 On Tuesday 28 September 2004 2:09 am, Ian Eure wrote:
  Anyone else seeing this bug?
 
  http://bugs.debian.org/273788

 I don't see that problem here.

Seems to be intermittent, as it's working now.

hmm.




Re: Add Printer -- No Backend Available

2004-09-21 Thread Ian Eure
On Tuesday 21 September 2004 04:09 pm, Robert Tilley wrote:
 When I attempt to add a printer via KDE Print System--Add Printer..., no
 backends are available.  I need to use Samba to connect to my Windows box
 with a shared printer.

 What do I need to enable an SMB backend?

Is the Print system currently used pulldown set to CUPS?

I don't think that any of the other systems KDEPrint talks to can print to SMB 
printers.




Re: Add Printer -- No Backend Available

2004-09-21 Thread Ian Eure
On Tuesday 21 September 2004 04:45 pm, Robert Tilley wrote:
 On Tuesday 21 September 2004 07:22 pm, Ian Eure wrote:
  On Tuesday 21 September 2004 04:09 pm, Robert Tilley wrote:
   When I attempt to add a printer via KDE Print System--Add
   Printer..., no backends are available.  I need to use Samba to connect
   to my Windows box with a shared printer.
  
   What do I need to enable an SMB backend?
 
  Is the Print system currently used pulldown set to CUPS?
 
  I don't think that any of the other systems KDEPrint talks to can print
  to SMB printers.

 Yes.  It is set to CUPS.

 I'm clueless as to further action...

Is smbclient installed?




Re: Win key in KDE

2004-09-20 Thread Ian Eure
On Monday 20 September 2004 03:07 am, Nikita V. Youshchenko wrote:
 Hello.

 Some time ago, you wrote at debian-kde:
  Starting with KDE 3.2, the Win key (well, on my keyboard it's actually a
  penguin) has acquired the nasty habit of opening the K-Menu when I just
  press and release it without pressing any other keys. It still works as a
  modifier, but, in addition, when used on its own, it opens the the
  K-Menu. I'd really like to get rid of this behavior!

 Have you found any solution for this?

I believe this behavior varies with the keyboard layout you select[1]. My 
setup[2] does not exhibit the issue you describe; the Win key acts only as a 
modifier.

You may be able to work around this by going into the Keyboard Shortcuts CC 
module and changing the Panel - Popup Launch Menu shortcut(s).


[1]: Control Center - Regional  Accessibility - Keyboard Layout
[2]: Sarge, KDE 3.3.0 from sid, Microsoft Natural Multimedia keyboard. There 
isn't a NatMM layout shipped with X, so I'm using the similar Natural Pro 
layout.




[Semi-OT]: Amarok opens UDP socket

2004-09-20 Thread Ian Eure
Semi-OT because amaroK isn't an official package yet.

I was recently locking down the network services enabled on my workstation. 
While looking around, I noticed a UDP socket I didn't recognize:

$ netstat -anu
Proto Recv-Q Send-Q Local Address   Foreign Address State
udp0  0 0.0.0.0:33484   0.0.0.0:*

Not recognizing this, I fired up lsof:
$ lsof -i UDP
COMMANDPID  USER   FD   TYPE DEVICE SIZE NODE NAME
amarokapp 6623 ieure   27u  IPv4  19195   UDP *:33484

Investigating further, it seems like this socket is left open after clicking 
on the 'Fetch stream information' button in the Streams tab. It isn't opened 
when amaroK starts.

Does anyone know why this listener is laying around?




Re: Strange behaviour of kmail's mail folders (KDE 3.3.0)

2004-09-01 Thread Ian Eure
On Tuesday 31 August 2004 10:46 pm, Ralph Alvy wrote:
 Olaf Stetzer wrote:
  After each
  restart of kmail the number of emails in various folders
  disappeared and I have to click on the folder in order
  to get that number (re)calculated. The same happens
  to new (unread) emails. I have to click on the folder to
  see them listed as new emails and in order to get the
  folder name bolded as it contains unread mails.

 Same here.

http://bugs.kde.org/show_bug.cgi?id=88484 ?




KDE Styles broken in sarge

2004-07-09 Thread Ian Eure
I just updated my sarge desktop today, and I can only select the built-in QT 
styles now. (CDE, MS Windows 9x, Motif, Motif Plus, Platinum  SGI)

There were some QT updates when I updated this morning, but I didn't pay too 
much attention to what got replaced.

I've purged my system of old (non- c102) QT packages, and reinstalled 
kdelibs4. When I ldd the KDE styles (in /usr/lib/kde3/plugins/styles), I 
don't see any broken library dependencies.

Anyone else seeing this? Anyone know how to fix it?




KDE 3.2.2 for woody?

2004-04-16 Thread Ian Eure
Does anyone have a source for this? 3.2.0 is the latest I've been able to 
find.




Re: [kde] setting an /opt precedent

2002-01-17 Thread Ian Eure
On Thursday 17 January 2002 11:37 am, Eray Ozkural (exa) wrote:
  It should - but as of my current base-files, it does not.  /opt should be
  created as the FHS calls for it to be for third party software.  KDE is
  not third party software in Debian.

 So it seems you were the smart person who thought add-on in FHS
 necessarily meant third party although there is not the slightest
 implication of such a thing in FHS itself.

You make an interesting point - the FHS very clearly states: Distributions 
may install software in /opt... It also calls the restrictions placed on 
distributions using /opt minor.

I suppose the closest thing Debian has to add-on software would be packages 
with priority optional or extra.

I agree that installing KDE into /opt sucks, and (technical implementation 
problems aside) while it does not violate the FHS, it violates my sense of 
aesthetics.




font MADNESS

2001-03-04 Thread Ian Eure
yes, yes, i read the archives. give me a sec here, k? :)

so yeah, i had the same no-font problem as everyone else. with a few
twists.

i went and downloaded ~1600 truetype fonts, setup xfs-xtt, and was
happy. well, almost happy.

1. with that many fonts, _everything_ kde slows to a crawl. launching
konqueror took upwards of a minute. i could open netscape 4.x, get the
info i needed, and close it before konqueror would start
sometimes. this went away when i dropped down to ~8 or so tt
fonts. maybe a bug in xfs-xtt?

2. i think this may also be a bug in xfs-xtt, but font configuration
dialogs for fixed-width fonts don't work properly. they only show one
font, fixed, which doesn't actually exist. it just seems to match
the first available font, and if that font doesn't have e.g. bold or
italic styles, completely different fonts are used for those. i can't
get konsole to work properly because of this. maybe i just need a
truetype font named fixed?

3. even though the option for aa fonts was turned off in the control
panel by default, kde was still using aa. does this option have any
effect at all?

any suggestions that _don't_ involve turning off aa?

running sid, current as of right now.

-- 
.--.:-:.---.
|  :; ;:  i feel the cold knife blade of disgust in my gut, like a shot. |
|  ;| |; - chemlab, suicide jag  |
`--||-||---'
   |. .|
   .   .