Installation on Mageia2 (KDE)?
Hi there,
I'm stuck, I can't get it to work on Mageia2 which has a KDE desktop environment, not GNOME.
Here's what I did:
1. I downloaded rescuetime-
2. On Konsole I typed: tar xvjf pkg.tar.bz2
3. Then: cd rescuetime-
4. Read the README file
5. Had already installed Firefox plugin from RescueTime's webpage, therefore skipped the 1st step of the README
6. In Konsole I typed: python setup.py build
7. Got back this:
---BEGIN-
/usr/lib/
warnings.
running build
running build_py
warning: build_py: byte-compiling is disabled, skipping.
[aliquis@localhost rescuetime-
----END-
8. Changed to admin privileges (su --) & gave this command: python setup.py install
9. Got back the following lines:
----BEGIN-
/usr/lib/
warnings.
running install
running build
running build_py
warning: build_py: byte-compiling is disabled, skipping.
running install_lib
warning: install_lib: byte-compiling is disabled, skipping.
running install_egg_info
Removing /usr/lib/
Writing /usr/lib/
[root@localhost rescuetime-
----END-
10. Nothing interesting happened, I expected a menu entry of RescueTime to appear on the Application menu, but nope.
11. No trace of the following folders mentioned in the README: (a) /usr/bin/
Where am I going wrong?
Any help is appreciated.
Thanks.
Question information
- Language:
- English Edit question
- Status:
- Answered
- Assignee:
- No assignee Edit question
- Last query:
- 2013-08-06
- Last reply:
- 2013-08-11
Launchpad Janitor (janitor) said : | #1 |
This question was expired because it remained in the 'Open' state without activity for the last 15 days.
Dirk T (miriup) said : | #2 |
Sorry for not answering any earlier.
This line is indicative of trouble:
/usr/lib/
An entry point a way to start the application. At the moment the only entry point that works is the one for the console, /usr/bin/
Ciccia (present-ense) said : | #3 |
Hi,
I thought this thread had been closed or something like that. Anyway, thank you for taking the time to read my problem. I didn't understand your suggestion. What is it that I should do? I'm not sure if I have a folder/directory called Autostart, in my system. Also, if no menu entry appears, then how do I launch the application?
Launchpad Janitor (janitor) said : | #4 |
This question was expired because it remained in the 'Open' state without activity for the last 15 days.
Dirk T (miriup) said : | #5 |
Ciccia:
> I didn't understand your suggestion. What is it that I should do?
Actually, have you tried RescueTime's official Linux client lately? Use the RPM package. The last version works surprisingly well.
> I'm not sure if I have a folder/directory called Autostart, in my system.
KDE Settings:
https:/
And there:
https:/
https:/
Use "Add Script" to add /usr/bin/
> Also, if no menu entry appears, then how do I launch the application?
Using "Run Command..."
Ciccia (present-ense) said : | #6 |
I've tried the RPM package from their official web page but when I double click on the package to start installing it, I get an error "due to unsatisfied qt-x11". Do you know what that means?
Dirk T (miriup) said : | #7 |
It means, you need to install "qt-x11" as well.
If you're using KDE, you'll have QT already installed. In this case it could be that the name of the package in Mageia2 is different. I could not find it out using Google just now, unfortunately.
What desktop environment are you using?
If you're using KDE, could you please run in a terminal window ("Konsole", etc) the command below and paste/attach the output here. That will tell us the names of all installed packages that have the text "qt" in it.
rpm -qa|grep qt
Ciccia (present-ense) said : | #8 |
here is the response:
---BEGIN-CODE---
[aliquis@localhost ~]$ rpm -qa|grep qt
libqtxmlpattern
python-
libqtfeedback1-
qtscriptbinding
libpolkit-
python-
python-
libqtversit1-
openssh-
python-
libqtsysteminfo
libqtopengl4-
qtwebkit-
python-
libpolkit-
pinentry-
python-
libqtcontacts1-
libqtservicefra
libqtnetwork4-
libqtgui4-
python-
libqttest4-
qt4-xmlpatterns
python-
python-
libqtdbus4-
libntrack-
libqtscript4-
python-
libqtconnectivi
qt4-common-
python-
libstrigiqtdbus
libqtmultimedia
libqtgallery1-
libqtxml4-
libqtlocation1-
libpoppler-
libqtwebkit2.
python-
qt3-common-
libmygpo-
libqtpublishsub
libqtcore4-
libqtmultimedia
libqt3support4-
python-
python-
qt-mobility-
libqtsvg4-
libqtdeclarativ
qt4-database-
libqtdesigner4-
libqt3-
python-
transmission-
libdbusmenu-
libqtversitorga
qt4-qtdbus-
libqtsql4-
qt4-database-
python-
libqtorganizer1
libqtsensors1-
[aliquis@localhost ~]$
---END-CODE---
Dirk T (miriup) said : | #9 |
Ok, I ended up installing mageia2 over here. Here comes the (hopefully) ultimate solution:
Login as "root" and then type the following command:
rpm -i --nodeps /tmp/rescuetime
This will install rescuetime disregarding all dependencies, as QT for X11 is really already installed in your case. You may have to replace "amd64" by "i386", if you're on 32bit. Generally, typing /tmp/resc and then pressing TAB should do the trick.
Can you help with this problem?
Provide an answer of your own, or ask Ciccia for more information if necessary.