Tag: Misc
Eclipse Test & Performance Tools Platform Project
I had to try this Eclipse project out. On trying it I got every time the error that the profiler agent cannot be accessed, becaused it isn’t started. But I need this project running and had to find the problem. I use Eclipse 3.3 on Ubuntu Linux 7.04. First I find the scripts on starting the agent server in /eclipse/plugins/org.eclipse.tptp.platform.ac.linux_ia32_4.4.0.v200706020100/agent_controller/bin and found out that they are missing the execute rights. Then I started the script by hand ./ACStart.sh and get the following error [: 46: ==: unexpected operator. The solution is to set in the first line the interpreter to bash instead of sh, because Ubuntu uses a small replacment for the bash called dash. Again. Now I get a new error that’s saying libtptpUtils.so.4 needs /usr/lib/libstdc++-libc6.2-2.so.3. Where to get this library? After some web searching I found out that I had to install the following package libstdc++2.10-glibc2.2. Now the agent starts. Let’s start profiling.
How to change the default UserAgent value in Konqueror
I want to change the UserAgent string in Konqueror fore every site visit and not only for a special site. But the interface has not such functionality. It is possible to set it directly in the following file ~/.kde/share/config/kio_httprc by adding the following string on the first line in this file UserAgent=<newAgentName>. NewAgentName has to be replaced by the wished name.