An official derivative of Ubuntu Linux that uses the KDE graphical environment instead of GNOME.
0
votes
0answers
5 views
create access point (hotspot) in kubuntu 11.04 to access cable internet from smart phone and tablet [closed]
I want to share the cable internet of laptop with my smartphone and tablet.In most forum it is said that it should be possible if I can create adhoc wireless network in laptop.
My operating system on ...
-2
votes
0answers
8 views
Kubunutu desktop is too wide after an unpluging second monitor [closed]
I have problem with KDE desktop on Kubuntu. I added monitor to my notebook as a second monitor.This monitor expanded my desktop. After I was unplug the monitor, but desktop is still wide. If I go with ...
0
votes
2answers
79 views
Error building MEX-files (MATLAB 2012a) on Kubuntu '/usr/bin/ld: cannot find -lstdc++'
I'm trying to build a C program on Matlab 2012a, through the command:
mex mat_trans2.c
And I'm getting this error:
/usr/bin/ld: cannot find -lstdc++
collect2: ld returned 1 exit status
...
0
votes
0answers
43 views
Xorg process goes to a 100% and system gets hard (slow) to use
Top shows the basic problem:
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
1274 root 20 0 845m 722m 170m S 99,1 9,0 186:46.82 Xorg
I am using Kubuntu 12.10 ...
0
votes
0answers
69 views
Eclipse does not include C++ libraries correctly in Kubuntu
I'm having a problem with C++11 libraries. I'm using Eclipse in Kubuntu with latest gcc and g++ compilers. I'm using C++ 4.7.2 library.
Eclipse finds all the libraries just fine, but still there are ...
0
votes
1answer
103 views
Error while testing QT test project
I have started using QT on Kubuntu. I first installed g++ via Package Manager. Then I installed QT 5.0.1. I then made a test project to check if everything is correct or not. Then I got following ...
0
votes
0answers
40 views
Running xv6 (unix) on qemu emulator [kubuntu] [closed]
I'm trying to run and load xv6 img that I'm working on to qemu on kubuntu (64bit updated).
I downloaded the source compiled it, and tried to run it, but it seems that I'm having a problem since qemu ...
0
votes
1answer
41 views
Superuser Issue in ruby kubuntu
I have installed ruby and gems with sudo,
Whenever I run the script, I have to do it with sudo or else I will get this error:
...
-3
votes
1answer
102 views
Installing software in kubuntu [closed]
I have recently installed kubuntu. I am able to install softwares from muon software center. But when I try to do so from the terminal, I get errors. For instance on trying to update, I get:
Err ...
0
votes
0answers
40 views
Gstreamer compilation error in Kubuntu - undefined symbol: g_thread_unref
Am trying to compile gstreamer source (version 1.0.2) using Kubuntu. autogen.sh runs fine and when I run make, I get the following error:
make[5]: Entering directory ...
0
votes
0answers
43 views
kubuntu - xonar dx and sound quality/effects, 2.1 system
I have a xonar dx sound card on my kubuntu 12.04 x64.
In windows 7 I use the software from here http://brainbit.wordpress.com/category/uni-xonar/ to edit sound quality and other things like dolby pro ...
0
votes
1answer
83 views
qt vim doesn't build on kubuntu [closed]
I've been banging my head against a wall for a week trying to build qt vim from source on my Kubuntu 12-10 machine.
The build command I'm using is:
./configure --prefix=/usr/ --with-features=huge ...
0
votes
1answer
68 views
java tool kit beep in kubuntu
I've been a fan of Ubuntu for some time, for the past year or so I've only run XUbuntu on my laptop, I caught a glimpse of Kubuntu and had to try it. Up until I tried to make a simple application it ...
1
vote
3answers
108 views
Linux Installation Repackaging
I am looking for a way to build a development environment (IDE, Databases, etc...) within a fresh linux install, and then repackage that setup into an installation that can be installed on other ...
3
votes
0answers
790 views
python “ImportError: cannot import name urandom”
Somehow my python is broken and emits the error:
jseidel@EDP15:/etc/default$ python -c 'import random'
Traceback (most recent call last):
File "<string>", line 1, in <module>
File ...
0
votes
3answers
81 views
C++ File outputting strange number, and part of code not running
Yeah. So, I'm trying to make a code for a guessing game. In this game, there's a hard mode. In hard mode, you have 15 guesses, and have to guess between 1 and 500. But my problem is this:
I'm ...
-1
votes
2answers
136 views
How to check if an array equals any other array C++?
I'm trying to make a dice program in C++. In that program, I have a function called "bool_if" (Don't ask me why I named some things the way I did, I made this program for me and I don't want to ...
0
votes
2answers
94 views
Last array printing 0 C++
I'm making a dice game in C++, and in my program I have some arrays.
die[5] = { (rand()%6)+1, (rand()%6)+1, (rand()%6)+1, (rand()%6)+1, (rand()%6)+1 };
And then I use the arrays with
...
3
votes
1answer
93 views
Why is QFontMetrics::lineSpacing() smaller than the height of the characters' bounding boxes?
This happens on Linux.
The problem shows when executing this code (I'm drawing in the paint event of a widget):
painter.drawText(0, 0, 1000, 1000, 0, QString("0"), &charBoundingBox);
qDebug() ...
2
votes
1answer
99 views
tab-expansion and “./” bash shell [closed]
Maybe someone here would be able to help me out. Have installed Ubuntu 12.04 LTS (kubuntu) on two machines. The .bashrc and .bash_profile files are identical as the file structures on each machine is ...
1
vote
1answer
460 views
OpenCV Multi-camera handling issue
1) I get this errors while handling two logitech c310 cameras with OpenCV(updated Kubuntu Linux)
VIDIOC_STREAMON: No space left on device
Whole error log is as below
**IDIOC_QUERYMENU: Invalid ...
2
votes
3answers
129 views
Bash echo outputting text in middle of concatenated string
Preamble:
So I have a project whereby I need to run a conversion tool on a bunch of files. There are multiple steps to the conversion, and it can take a while. Since these files aren't necessarily in ...
0
votes
0answers
73 views
Getting a Windows based Python Script to run on Linux
I really hope you can help me. I'm trying to get a specific python script to run on a linux machine. It's about a so called "pythonized Rasterfarian version" i got from here:
...
3
votes
2answers
240 views
Emacs: edit root files with no tramp
Here's a way to open root file in a non-root run emacs:
erf () { SUDO_EDITOR="emacsclient -n -a emacs" sudoedit $@; } ;; erf = Emacs Root Foreground
It asks a root password, and once You enter it ...
0
votes
0answers
81 views
Korundum KDE libraries Kubuntu Precise
Long time Ubuntu/Lubuntu/Bodhi/Xubuntu/Kubuntu user here, trying my hand at a manga reader for plasma active.
I know Javascript fairly well, and I know that QML is the "preferred" dev tool, but I ...
1
vote
2answers
273 views
Heap Overflow Issue - Can Overwrite Chunk Header, Corrupt Free(), But Program Doesn't Crash
I have been studying computer vulnerabilities and have been working on this problem for countless hours.
I cannot seem to get the heap to overflow correctly. Despite glibc detecting a memory ...
0
votes
1answer
316 views
cannot run pycharm 2.5.1 on kubuntu inux
I want to run pycharm 2.5.1 on kubuntu but i get this error
mohammad@mohammad-Inspiron-1564:/media/storage/Linux/pycharm-2.5.1/bin$ sh pycharm.sh
OpenJDK Runtime Environment (IcedTea7 2.1.1pre) ...
1
vote
1answer
353 views
I Cannot run jar file in kubuntu terminal
I thinks it is some problems in my java installation but i don't know what is the problem and how can i fix it
I can run jar file with openjdk in visual mode but in terminal i cannot run jar files
...
1
vote
0answers
422 views
Visual Python 2.7 on Kubuntu 12.04 Segmentation fault core dumped
I have some troubles with vpython. I used it before, on Ubuntu 10.4 but i updated it to Kubuntu 12.4. On Ubuntu 10.4 vPython was working perfectly but now on Kubuntu 12.4 i have some troubles ..
I ...
2
votes
2answers
2k views
Run something when USB device is plugged in doesn't work
I made a script in /etc/udev/rules.d/local.rules
SUBSYSTEM=="usb", SYSFS{idVendor=="b58e"}, SYSFS{idProduct=="9e84"}, ACTION=="add", RUN+="notify-send USB"
I then reload udev with
sudo udevadm ...
0
votes
1answer
110 views
Mercurial forest extension: not found
I've enabled the Mercurial forest extension:
hgext.forest=
But the command 'fclone' is still not found.
I guess the extension is not installed.
How can I install the forest extension on Kubuntu ...
1
vote
1answer
1k views
npm install sqlite3 error
i am not sure why, but i am having issues while installing any of the packages using npm. i tried to install sqlite3 and it gave error as follows:
naphstor@ubuntu:~$ sudo npm install sqlite3
...
0
votes
1answer
147 views
Which webkit qt version compiles on kubuntu 11.10
I previously compiled webkit-qt on kubuntu 11.10 from their svn sources. I remember that it worked well with the kubuntu konqueror and rekonq packages, while their webkit packages are useless (very ...
3
votes
2answers
769 views
KDevelop says Included file was not found::iostream
Totally new to Kubuntu and KDevelop. I created a new No GUI(CMake) Simple CMake-based C++ application.
There is a red squiggly line under #include and I have the error
Included file was not ...
0
votes
1answer
670 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 ...
6
votes
2answers
3k 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
32 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
714 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
160 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 ...
0
votes
1answer
137 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
235 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
2answers
2k 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
4answers
671 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
220 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 ...
2
votes
1answer
519 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
2answers
678 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
1k 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
1answer
384 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
588 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
72 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?
