You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

Latem

Beginner

  • "Latem" started this thread

Posts: 31

Location: New Brunswick, Canada

Occupation: Student/Programmer

  • Send private message

1

Wednesday, August 18th 2004, 1:30pm

Konqueror can't handle text/html !@#$%

Everything was working fine yesterday, but this morning, when I try to open an html file with Konqueror, it gives a dialog box:

"There appears to be a configuration error. You have associated Konqueror with text/html, but it can't handle this file type."

Just before that I did a "Ctrl + Shift + N" to open a new tab while browsing a folder, and it gave that error, but I didn't think much of it because I think it used to do that all the time when you did Ctrl + Shift + N in a folder.

Browsing the internet works fine though.

I've tried restarting the comp but that didnt help.

I have Konqueror 3.2.0, KDE 3.2, Mandrake 10

EDIT: It works if I go "Open in a new window", but if I dbl click or "Open in a new tab" it gives the error.

Any help/tips are appreciated.

Latem
The march of progress:
C:
printf("%10.2f", x);
C++:
cout << setw(10) << setprecision(2) << showpoint << x;
Java:
java.text.NumberFormat formatter = java.text.NumberFormat.getNumberInstance();
formatter.setMinimumFractionDigits(2);
formatter.setMaximumFractionDigits(2);
String s = formatter.format(x);
for (int i = s.length(); i < 10; i++) System.out.print(' ');
System.out.print(s);

Latem

Beginner

  • "Latem" started this thread

Posts: 31

Location: New Brunswick, Canada

Occupation: Student/Programmer

  • Send private message

2

Wednesday, August 18th 2004, 2:51pm

Got it fixed by checking "show in embedded viewer" in file associations for html.
The march of progress:
C:
printf("%10.2f", x);
C++:
cout << setw(10) << setprecision(2) << showpoint << x;
Java:
java.text.NumberFormat formatter = java.text.NumberFormat.getNumberInstance();
formatter.setMinimumFractionDigits(2);
formatter.setMaximumFractionDigits(2);
String s = formatter.format(x);
for (int i = s.length(); i < 10; i++) System.out.print(' ');
System.out.print(s);