Tagged Questions
An official derivative of Ubuntu Linux that uses the KDE graphical environment instead of GNOME.
7
votes
6answers
6k views
Java: System.getProperty(“user.home”) returns “?”
I'm completely lost on this one: System.getProperty("user.home") and System.getProperty("user.name") returns a questionmark "?".
System-Specs:
Kubuntu 9.04
Gnome 2.2.61
Java 1.5.0_16
My testcase ...
7
votes
2answers
3k views
svn to git conversion
I am trying to convert a sourceforge project from svn to git. According to some googling it should be possible to use this command:
git svn clone http://PROJECT.svn.sourceforge.net/ PROJECT.git
...
2
votes
2answers
418 views
How do I forward `<Ctrl>-<Tab>` in Konsole?
I want to use intelligent tabbing in Emacs in C++ mode, but I also want to be able to insert a tab character when necessary. From other posts, I gather that the easiest way is to bind ...
2
votes
1answer
379 views
Detect workstation/System Screen Lock using Python(ubuntu)
Is there anyway that we can detect when the system/screen gets locked and notify some event to trigger in Ubuntu ?
2
votes
2answers
616 views
How to get opencv include work in kubuntu? (Includes solution to how to include and link in netbeans 6.7.1)
I have installed opencv c libraries from package management into my Kubuntu 9.10. I wrote a small image modification program that uses those libraries, but I can't compile it, because every time I try ...
2
votes
2answers
447 views
Kubuntu/Windows 7 dual-boot and git
I've been using Kubuntu and Windows 7 on my laptop for some time. Recently I also started using git to keep track of a project I'm working on. At first I thought I'd use the same git repo for editing ...
1
vote
1answer
140 views
Compiling error: cannot find -lGLU and -lGL in kubuntu linux
I have some problems with compiling "hello world" application in kubuntu linux 11.10. This is project file:
// opengltext.pro
SOURCES += \
main.cpp
QT += opengl
And one cpp file:
// ...
1
vote
1answer
25 views
When do bugfixes appear in ubuntu repositories?
For a specific bug on
https://bugs.kde.org/
the messages show that the bug was fixed and commited to the source repository. But when will the bugfix appear in the ubuntu repositories. Is there a fix ...
1
vote
2answers
89 views
rvm does not set ruby version
i am new to linux. i have kubuntu 11.10 , i have installed ruby 1.9.2 and only after this i have installed rvm. after this i made
rvm install 1.9.2
and
rvm install 1.8.7
and when i use
rvm ...
1
vote
1answer
92 views
Incorrect report of “multiple definitions”
I have been working on a cross-platform library in C++. I been compiling both in Windows (MinGW/msys) and Ubuntu (g++) and it compiles without any errors.
I just got the hand on a computer with ...
1
vote
1answer
255 views
libcurl kubuntu 11.04
I'm trying to compile some application on my kubuntu (no package is available) and while configuring the app it prints out this error:
checking for curl-config... no
checking whether libcurl is ...
1
vote
3answers
839 views
Kubuntu 9.10 Android device not properly detected
I've used this official tutorial to setup my machine so it could detect my Android devices. But from some reason ADB doesn't detects any of my devices properly(Hero and Magic), ie it doesn't show ...
0
votes
0answers
70 views
Aptana Studio 3 on KUbuntu 11.10 - Open Existing Folder as New Project never picks right folder
I'm using the "stand alone" version of Aptana Studio 3 on KUbuntu 11.10 (64 bit). I have tried using Aptana Studio 3 on two different machines with the same OS. And I have tried one machine with the ...
0
votes
1answer
81 views
“Design” button grayed out in Qt Creator for QML Project
I'm on a Kubuntu 11 system and trying out my first Qt Quick project. As this is Kubuntu I'm just running with the Qt that came with it, which has worked fine so far.
I asked Qt Creator to create the ...
0
votes
1answer
49 views
Trac SvnAuthzAdminPlugin not showing users
I'm using Trac v0.12.2 with the SvnAuthzAdminPlugin and AccountManagerPlugin. I'm sharing a HtDigest auth file between Trac and Apache/Svn.
trac.ini
[trac]
authz_file = /trac/svnaccess
...
0
votes
2answers
98 views
Xargs doesn't listen to stdin
I try to add an svn:keywords property to all existing *.php and *.phtml files. Therefore, I use this command:
find . -regex '.*\.php' -o -regex '.*\.phtml'|xargs svn propset svn:keywords "Id"
This ...
0
votes
1answer
260 views
phpMyAdmin ErrorCode: 13 Can't get stat of './test'
I'm running Kubuntu 11.04 Natty with a fresh installation of LAMP and phpMyAdmin. I have set the root account on MySQL with a password, and when I log in to phpMyAdmin as root and try to create a ...
0
votes
0answers
15 views
how to play two sounds [closed]
The idea:
the internet radio plays constantly
in some conditions i want to play from console "mpg123 --gain 5 file.mpg"
when nothing uses audio device - mpg123 works. When firefox plays internet ...
0
votes
3answers
167 views
Problems configuring GRUB for dual boot between WinXP and Kubuntu 11
I am a Windows user and recently installed Kubuntu 11.04 in the same disk. I didn't configure anything while running Kubuntu and now I need to setup GRUB for dual booting. The problem is: just Windows ...
0
votes
1answer
55 views
how to see the value of CXX and CXXFLAG
before compiling my C++ program, i exported the CXX and CXXFLAGS from the command line.
$ export CXX="/media/space/gcc-dist/bin/g++"
$ export CXXFLAGS="-std=c++0x"
But now i want to see the values ...
0
votes
0answers
67 views
Installing eterm on Ubuntu (lucid) [closed]
I did a sudo apt-get install eterm, everything seems to go fine, but at the end there's no eterm on my path.
I tried doing a find for eterm, but none of the results seemed like it.
Any idea where it ...
0
votes
2answers
304 views
setting up Ruby Koans
This question is probably pretty stupid/n00bish/inappropriate/localised/sparkly cake, so downvote all you like as long as I get the answer, as I wish very much to be able to go through the koans. :)
...
0
votes
2answers
605 views
Update eclipse from galileo to helios on kubuntu
I installed eclipse galileo from kubuntu package manager. For some reason, there is no helios available yet. Then I tried to manually install helios, but when I run it, I get message: "The Eclipse ...
0
votes
0answers
125 views
kde 4.5 lockdown & immutability flags
I'm trying to nail an installation of Kubuntu 10.10 down as hard as possible by using immutable flags in configuration files.
All of the documentation, tools and help files are only relevant for KDE ...
0
votes
1answer
169 views
What packages are required for KDE Plasma widget development on Kubuntu?
I'd like to develop a KDE Plasma widget, but the developer guide tells me to fetch "KDE Trunk" to get started. I have three problems with that:
I'd rather not get the whole source code of KDE just ...
0
votes
2answers
320 views
can i use CLucene and the Cue Sheet Parser together?
i'm trying to use clucene-0.9.21b and libcue-1.3.0 in Qt Creator on Kubuntu Lucid. this code is compilable:
project.pro
SOURCES += main.cpp
LIBS += -lcue
INCLUDEPATH += ...
0
votes
0answers
60 views
no volume in kubuntu 10.04 [closed]
i have both gnome and kde kubuntu on my system.in gnome volume is working perfectly but in kubuntu there is no volume.
any help?
0
votes
2answers
117 views
pyqt installation question
Im planing to do some GUI development using pyqt4 pykde and python3.1 on Kubuntu 10.4. In the research I did I found out that most of the things are available as packages in repositories and some of ...
0
votes
1answer
39 views
How to show my .deb package in a particular section
i had made my own .deb package for media player developed by me,but when i install it in my
kubuntu 10.04 it install successfully but not shows under a particular section like
"Multimedia" so ...
0
votes
1answer
833 views
easy_install ReviewBoard [Errno 104] Connection reset by peer
I have a Kubuntu 10.04 VM image and am trying to install ReviewBoard by following The Linux Installation Wiki. When I get to the step to easy_install ReviewBoard, I encounter a problem I cannot find a ...
0
votes
0answers
109 views
Need help getting Suspend to work in Ubuntu on laptop
I've been doing a lot of research, but I've got to admit right out front that I'm not even sure exactly what is the right question. I've installed Kubuntu 10.4 on a Panasonic Toughbook CF-29. When I ...
0
votes
1answer
260 views
How to link pnglite library in c?
I installed from kubuntu's package management this handy pnglite library. It contains just one header file "pnglite.h" and one object file "pnglite.o". I have found out where those files are, but I ...
0
votes
1answer
772 views
How to run Android instrumentation tests from the command line (in Kubuntu)?
We are able to run instrumentation tests of Android from the command line on Windows by launching:
adb shell
am instrument -w <package.test>/android.test.InstrumentationTestRunner
This ...
0
votes
2answers
299 views
How can i monitor system statistics in kubuntu using Java?
i am doing a project related to configuration and memory analyzer for kubuntu.
i want to display the system statistics information like CPU usage, RAM usage and proceses etc. graphically using an ...
0
votes
1answer
771 views
Install stable latest gcc 4.4.x on a workstation (Kubuntu 9.04)
I wonder how to install a stable latest gcc (4.4.x) for a workstation under Kubuntu 9.04?
The reason I need gcc 4.4.x is that I would like to use Collapse in OpenMP 3.0 which is only supported in ...
-1
votes
0answers
25 views
Kubuntu 11.10 Internet Sharing via Wireless [migrated]
I just setup fresh kubuntu 11.10. I have a wired internet in my apartment but need to do wireless internet sharing from kubuntu (laptop i using) to another mac book pro. I can't find the solution that ...