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: DigiKam And Sony DSC-P10 Wont Talk

2005-07-25 Thread Greg Madden
On Monday 25 July 2005 04:24 pm, Debian User Leonard Chatagnier wrote:
> When I select my Sony DSC-P10 (PTP or Normal mode) in digiKam's
> Camera drop down I get this:
> "Failed to connect to camera. Please make sure its connected properly
> and turned on. Would you like to try again?"
> I'm reasonably sure that it's connected properly having followed my
> Sony manual instructions.  The blue viewing screen shows USB Mode
> NORMAL or PTP(whichever I select in the setup menu) with the four red
> dots that quickly turn to white shortly after turning on the camera. 
> DigiKam didn't autodetect my camera but I found it listed in the db
> file and selected it from the Add Camera list.  I read all the
> related manuals and the set up info in all the "refered to"
> configuration files. Nothing works.  I'm bewildered at how many
> configuration files for different programs that is required to set up
> digiKam.  At least my scanner works as I'm able to scan from it and
> place the image in my Album->Pictures file.  However, I'm not able to
> use the memory card reader to download images from the memory stick. 
> I would like to use my Epson Stylus CX6400 memory card reader to
> download images from the camera but haven't seen any reference to it.
> I'm reasonably sure this is all some Debian setup issue but can't
> figure it out myself after reading manuals and all instructions in
> the various configuration files.  I'm still a newbie with Debian and
> Linux in general and definately would appreciate any help getting my
> camera images downloaded.  I didn't include any setup/configuration
> files as there are so many; please request what is pertinent and I'll
> transmit them.  Please copy my email address on any replys as I'm not
> subscribed(I'll monitor the list but it's easier to reply if you cc
> my email address).
> Thanks for your consideration and help,
>
> Leonard Chatagnier

I had to fiddle with permissions for USB ports, a good read @

http://gphoto.org/doc/manual/permissions-usb.html

-- 
Greg Madden


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



DigiKam And Sony DSC-P10 Wont Talk

2005-07-25 Thread Debian User Leonard Chatagnier
When I select my Sony DSC-P10 (PTP or Normal mode) in digiKam's Camera 
drop down I get this:
"Failed to connect to camera. Please make sure its connected properly 
and turned on. Would you like to try again?"
I'm reasonably sure that it's connected properly having followed my Sony 
manual instructions.  The blue viewing screen shows USB Mode NORMAL or 
PTP(whichever I select in the setup menu) with the four red dots that 
quickly turn to white shortly after turning on the camera.  DigiKam 
didn't autodetect my camera but I found it listed in the db file and 
selected it from the Add Camera list.  I read all the related manuals 
and the set up info in all the "refered to" configuration files.  
Nothing works.  I'm bewildered at how many configuration files for 
different programs that is required to set up digiKam.  At least my 
scanner works as I'm able to scan from it and place the image in my 
Album->Pictures file.  However, I'm not able to use the memory card 
reader to download images from the memory stick.  I would like to use my 
Epson Stylus CX6400 memory card reader to download images from the 
camera but haven't seen any reference to it.
I'm reasonably sure this is all some Debian setup issue but can't figure 
it out myself after reading manuals and all instructions in the various 
configuration files.  I'm still a newbie with Debian and Linux in 
general and definately would appreciate any help getting my camera 
images downloaded.  I didn't include any setup/configuration files as 
there are so many; please request what is pertinent and I'll transmit 
them.  Please copy my email address on any replys as I'm not 
subscribed(I'll monitor the list but it's easier to reply if you cc my 
email address).

Thanks for your consideration and help,

Leonard Chatagnier



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



Re: Gmail & Konqueror?

2005-07-25 Thread Allan Sandfeld Jensen
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.

`Allan


-- 
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 Kevin Krammer
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.

Cheers,
Kevin


pgpug1mSvpTGy.pgp
Description: PGP signature


Re: Double Trash Cans???

2005-07-25 Thread Rafael Rodriguez
Whenever I remove an item in Gwenview, a new Trashcan is on my desktop 
created, with the same name than the usual one...

Rafael Rodríguez

El Lunes, 25 de Julio de 2005 20:32, Timothy Baldwin escribió:
> In message <[EMAIL PROTECTED]>, Robert Tilley
>
> <[EMAIL PROTECTED]> wrote:
> > Attached is a viewing of two Trash icons on my KDE 3.4.1 desktop.
> > Included in the screenshot are different property windows.
> >
> > Can someone please explain this bit of weirdness?  Why are there two
> > instead of one?
>
> The one on the right is the new improved trash can, to which your trash has
> been moved. However there is a bug in that the old trash can is not
> removed, you can delete it.
>
> Same here, except it's called Wastebin in British English.
>
> --
> Member AFFS, WYLUG, SWP (UK), ANL, Leeds SA, Leeds Anti-war coalition
> OpenPGP key fingerprint: D0A6 F403 9745 CED4 6B3B  94CC 8D74 8FC9 9F7F CFE4
> No to software patents!No to DRM/EUCD - hands off our computers!

-- 
Rafael Rodríguez - http://djclue.no-ip.org

-BEGIN GEEK CODE BLOCK-
Version: 3.12
GCS d- s-: a-- C++ UL++ P++> L++ E--- W+++ N o? K? w--- 
!O !M V-- PS PE- Y+ PGP+ t--- 5? X R* tv- b- DI- D+
G e++ h! r++ y+ 
--END GEEK CODE BLOCK--



Re: Gmail & Konqueror?

2005-07-25 Thread Larry Garfield
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.

-- 
Larry Garfield  AIM: LOLG42
[EMAIL PROTECTED]   ICQ: 6817012

"If nature has made any one thing less susceptible than all others of 
exclusive property, it is the action of the thinking power called an idea, 
which an individual may exclusively possess as long as he keeps it to 
himself; but the moment it is divulged, it forces itself into the possession 
of every one, and the receiver cannot dispossess himself of it."  -- Thomas 
Jefferson


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



Re: Double Trash Cans???

2005-07-25 Thread Timothy Baldwin
In message <[EMAIL PROTECTED]>, Robert Tilley
<[EMAIL PROTECTED]> wrote:

> Attached is a viewing of two Trash icons on my KDE 3.4.1 desktop. 
> Included in the screenshot are different property windows.
> 
> Can someone please explain this bit of weirdness?  Why are there two
> instead of one?

The one on the right is the new improved trash can, to which your trash has
been moved. However there is a bug in that the old trash can is not
removed, you can delete it.

Same here, except it's called Wastebin in British English.

-- 
Member AFFS, WYLUG, SWP (UK), ANL, Leeds SA, Leeds Anti-war coalition
OpenPGP key fingerprint: D0A6 F403 9745 CED4 6B3B  94CC 8D74 8FC9 9F7F CFE4
No to software patents!No to DRM/EUCD - hands off our computers!


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



Re: Gmail & Konqueror?

2005-07-25 Thread Douglas Stanley Jr.
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. 


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



Gmail & Konqueror?

2005-07-25 Thread Robert Tilley
Why does Gmail continue to tell me: "If you wish a better Gmail experience, 
use a supported browser?"

Thanks, Bob
-- 
Your goose is cooked.
(Your current chick is burned up too!)


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



Re: KMail -- Send all messages in folder to GMail?

2005-07-25 Thread cobaco (aka Bart Cornelis)
On Saturday 16 July 2005 02:01, Robert Tilley wrote:
> I would like to send all important messages in my KMail folder Y to my
> Gmail account at Google.

here's one way:
- set up a filter in kmail whose condition is always met, and that 
forwards/redirects all messages to your gmail adress
- select all messages in that folder, and apply the filter
-- 
Cheers, cobaco (aka Bart Cornelis)
  
1. Encrypted mail preferred (GPG KeyID: 0x86624ABB)
2. Plain-text mail recommended since I move html and double
format mails to a low priority folder (they're mainly spam)


pgp7siTX7hLBo.pgp
Description: PGP signature


Re: utf8 in konqueror

2005-07-25 Thread Bas Spitters
On Sunday 24 July 2005 23:57, Matej Cepl wrote:
> Bas Spitters wrote:
> > Do you have a suggestion for such a font?
> > Free sans was suggested, but the following does not look good with it.
> > It does look good in firefox (except for the first character).
> > http://www.cs.ru.nl/~spitters/test.html
>
> http://dejavu.sourceforge.net/ (and debian packages in
> http://www.ceplovi.cz/matej/progs/debian/ttf-dejavu*).

Thanks for this. They are nice fonts. However, I still do not see the 
characters in the test-page above in konueror. Did you mean to say that you 
can see them?

Bas


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