| Summary: | always adopts i686 personality when running on x86_64 machine | ||
|---|---|---|---|
| Product: | [Applications] konsole | Reporter: | Will Stephenson <wstephenson> |
| Component: | general | Assignee: | Konsole Bugs <konsole-bugs-null> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 1.9.2 | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Will Stephenson
2007-11-24 11:38:37 UTC
How odd, unfortunately I don't have access to a 64bit machine for testing purposes. Whereabouts in the code is this functionality implemented? I tried the obvious grep for 32 and 64, and i can't find the strings "32-bit Terminal Program" and "Linux 32-bit Konsole" anywhere. > Whereabouts in the code is this functionality implemented?
Right. There is no architecture specific code in Konsole that I am aware of.
Can you try running the "uname -m" command from inside an embedded terminal in Dolphin or Kate and see what the result is? Is there a flag on the executable which controls whether it runs in 32bit / 64bit mode? I located the source of the "32-bit Konsole" menu entry - it's installed by the SUSE "linux32" package, which adds a .desktop file that runs "linux32 konsole". But that doesn't explain why running normal konsole comes up in 32 bit mode. With SUSE RC2 rpms, I can't reproduce the problem. I'm rebuilding SVN on this machine, will see if it is still present. Any updates on this Will? It's gone away. I don't like closing stuff without getting to the bottom of it,but we all have enough to do. |