1
vote
2answers
92 views

Equivalent of pyrcc4 on KDE

Am working on a pyqt app, done the ui via qt-designer 4.8.1, and generated the corresponding py file using pykdeuic4 (available on OpenSuse 12.2), but can't find an equivalent for pyrcc4 to hadle the ...
0
votes
2answers
40 views

osgDB/FileUtils causing compiler errors in my code

I am trying to compile my project with OSG and I installed all the necessary rpms for it in OpenSUSE 12.1. I'm not sure what is going on because all I did was #include and my compiler (gcc 4.6.2) ...
-2
votes
1answer
676 views

ssh-agent isn't running after system boot (Suse 12.1, KDE)

when I call ssh-add I get the following error message: Could not open a connection to your authentication agent. It looks like ssh-agent isn't running. I don't want to run it manually. I would ...
2
votes
1answer
1k views

How to create a .desktop file application launcher on Linux?

I've developed an application in Qt which uses a launch script, myapp.sh. I've created a .desktop file which launches this script, and set: Command: $PWD/myapp.sh Work path: $PWD However, $PWD ...