(That bug was resolved) |
(start a list of S10 dependencies) |
||
| Line 2: | Line 2: | ||
== Dependencies == | == Dependencies == | ||
| + | expat-2.0.1 | ||
| + | gettext-0.17 | ||
| + | libiconv-1.11 | ||
| + | stdcxx-4.2.1 | ||
| + | pkg-config-0.23 | ||
| + | |||
| + | == Informational == | ||
* If the system locale is C, then every Qt application will spit out an iconv warning on startup; this is annoying but harmless. Setting LANG to something else (e.g. LANG=646, even) will help. '''Long term solution:''' add encoding or system workaround. | * If the system locale is C, then every Qt application will spit out an iconv warning on startup; this is annoying but harmless. Setting LANG to something else (e.g. LANG=646, even) will help. '''Long term solution:''' add encoding or system workaround. | ||
This page lists the status of KDE4 on Solaris; for KDE on Solaris instructions on getting KDE4 on Solaris see the other Techbase page.
Contents |
expat-2.0.1 gettext-0.17 libiconv-1.11 stdcxx-4.2.1 pkg-config-0.23
The intention of this showstopper list is to provide more detail and context for what we consider showstoppers for getting KDE4 on Solaris shipped. It doesn't correspond to the Release Team's list, at least not until we get a lot more Solaris mindshare. Each showstopper should have a name, a KDE Bugzilla entry and a long(er) description.
no bugs.kde.org entry yet
In a konsole tab, you can break the link between the shell / session / tab output and konsole itself, so that nothing gets printed anymore. To reproduce this problem, you need to either hit ^C at an inopportune time (there's plenty of that) or produce an unusual output pattern. Here's a long-winded way of looking at the ^C issue:
Here is a way of breaking the link without ^C but by producing a not-very-special output pattern. You need to have the C compiler installed:
cd /tmp/usr/ucb/echo -n "#include <math.h>" > t.ccc t.c
You cannot keep typing indefinitely in a session that is not reading output; it seems like eventually the output from the shell hangs as well. Also, you can hang konsole completely by doing this.