Go Back   Champions of Regnum > English > The Inn

The Inn A place to gather around and chat about almost any subject

Reply
 
Thread Tools Display Modes
Old 06-21-2008, 01:20 PM   #11
arlick
Duke
 
arlick's Avatar
 
Join Date: Jan 2007
Posts: 3,939
arlick is a jewel in the rougharlick is a jewel in the rougharlick is a jewel in the rough
Default

Quote:
Originally Posted by Znurre
Really great app Aarlick.
Well done.

I especially like the system tray notification.
However, I wanted a more integrated solution for my KDE4 desktop, so, I created a plasmoid ^^

Anyone who wants it can download it here:
http://linuxgamerz.com/stuff/warstatus.tar
:O

I tried to it with superkaramba (i use kde 3 by now :P), but it didnt work, the same with, opera widgets and firefox... so i made my own app

what distribution do you have?
__________________
"Nunca un científico ha quemado a un religioso por afirmar a Dios sin pruebas". Manuel Toharia
"uno empieza a darse cuenta que eso de no hacer ejercicio, comer y beber como si fuese la ultima cena y mantener la figura ya no existe...". Maryan
arlick no ha iniciado sesión   Reply With Quote
Old 06-21-2008, 01:26 PM   #12
Znurre
Marquis
 
Join Date: Jan 2007
Location: RA
Posts: 1,897
Znurre will become famous soon enoughZnurre will become famous soon enough
Default

Quote:
Originally Posted by arlick
:O

I tried to it with superkaramba (i use kde 3 by now :P), but it didnt work, the same with, opera widgets and firefox... so i made my own app

what distribution do you have?
I am using openSuSE 11

I tried to create a Superkaramba widget aswell, long time ago, but I failed, mostly because of my lack of knowledge about python
The Plasmoids however can be created using Java, C++, or whatever you like.

Check my source for example.
__________________
Winning a fight is not what makes you a good player, it's how you do it.
http://home.znur.re/screenshot%20201...2011_39_37.jpg
Znurre no ha iniciado sesión   Reply With Quote
Old 06-21-2008, 07:03 PM   #13
Hydroxidee
Banned
 
Hydroxidee's Avatar
 
Join Date: Apr 2008
Location: Modesto, California
Posts: 161
Hydroxidee has a little shameless behaviour in the past
Default

Quote:
Originally Posted by Znurre
I am using openSuSE 11

I tried to create a Superkaramba widget aswell, long time ago, but I failed, mostly because of my lack of knowledge about python
The Plasmoids however can be created using Java, C++, or whatever you like.

Check my source for example.
What do I open it with? its asking what to open the app with ???
Hydroxidee no ha iniciado sesión   Reply With Quote
Old 06-21-2008, 07:07 PM   #14
Znurre
Marquis
 
Join Date: Jan 2007
Location: RA
Posts: 1,897
Znurre will become famous soon enoughZnurre will become famous soon enough
Default

Quote:
Originally Posted by Hydroxidee
What do I open it with? its asking what to open the app with ???
You will need Qt4 and KDE4.1 + their development packages.
You can extract the package with
Code:
tar -xf ./warstatus.tar
__________________
Winning a fight is not what makes you a good player, it's how you do it.
http://home.znur.re/screenshot%20201...2011_39_37.jpg
Znurre no ha iniciado sesión   Reply With Quote
Old 06-24-2008, 12:55 AM   #15
Miraculix
Count
 
Miraculix's Avatar
 
Join Date: Nov 2007
Location: Infinite Improbability Drive
Posts: 1,287
Miraculix will become famous soon enough
Default

I get this on my ubuntu installation aarlick:

panoramix-miraculix@druid:~$ java -jar /home/panoramix-miraculix/RO_MAP/RO_MAP.jar
java.io.FileNotFoundException: /home/panoramix-miraculix/conf/config.xml (No such file or directory)

Why doesnt it check in its own directory, but searches for it in my home dir? oO

hmmmm maybe because i did not cd to that directory but run it from the terminal, pwd would be ~, not ~/RO_MAP :/
__________________
Hit me, nail me, make me God.
Panoramix :: Half Elf Hunter ## Miraculix :: Half Elf Marksman ## Aspirinix :: Wood Elf Conjurer
Syrtis :: Horus :: Antartes
Miraculix no ha iniciado sesión   Reply With Quote
Old 06-24-2008, 12:59 AM   #16
arlick
Duke
 
arlick's Avatar
 
Join Date: Jan 2007
Posts: 3,939
arlick is a jewel in the rougharlick is a jewel in the rougharlick is a jewel in the rough
Default

Quote:
Originally Posted by Miraculix
I get this on my ubuntu installation aarlick:

panoramix-miraculix@druid:~$ java -jar /home/panoramix-miraculix/RO_MAP/RO_MAP.jar
java.io.FileNotFoundException: /home/panoramix-miraculix/conf/config.xml (No such file or directory)

Why doesnt it check in its own directory, but searches for it in my home dir? oO

hmmmm maybe because i did not cd to that directory but run it from the terminal, pwd would be ~, not ~/RO_MAP :/
you have to run it from the folder of the app

example:

cd ~/RO_MAP
java -jar RO_MAP.jar

if not the program search the files in current directory.. but they arent there
__________________
"Nunca un científico ha quemado a un religioso por afirmar a Dios sin pruebas". Manuel Toharia
"uno empieza a darse cuenta que eso de no hacer ejercicio, comer y beber como si fuese la ultima cena y mantener la figura ya no existe...". Maryan
arlick no ha iniciado sesión   Reply With Quote
Old 06-24-2008, 01:17 AM   #17
Miraculix
Count
 
Miraculix's Avatar
 
Join Date: Nov 2007
Location: Infinite Improbability Drive
Posts: 1,287
Miraculix will become famous soon enough
Default

hm, so if i want to launch it on startup I have to make a bash script like this?

#!/bin/bash
cd ~/RO_MAP
java -jar RO_MAP.jar

and add that script on my startup session?
__________________
Hit me, nail me, make me God.
Panoramix :: Half Elf Hunter ## Miraculix :: Half Elf Marksman ## Aspirinix :: Wood Elf Conjurer
Syrtis :: Horus :: Antartes
Miraculix no ha iniciado sesión   Reply With Quote
Old 06-24-2008, 02:43 AM   #18
Hydroxidee
Banned
 
Hydroxidee's Avatar
 
Join Date: Apr 2008
Location: Modesto, California
Posts: 161
Hydroxidee has a little shameless behaviour in the past
Default

i cant do it i have windows ^^ and im not too smart with this kind of stuff lol
Hydroxidee no ha iniciado sesión   Reply With Quote
Old 06-24-2008, 10:37 AM   #19
arlick
Duke
 
arlick's Avatar
 
Join Date: Jan 2007
Posts: 3,939
arlick is a jewel in the rougharlick is a jewel in the rougharlick is a jewel in the rough
Default

Quote:
Originally Posted by Miraculix
hm, so if i want to launch it on startup I have to make a bash script like this?

#!/bin/bash
cd ~/RO_MAP
java -jar RO_MAP.jar

and add that script on my startup session?
yes. the script is ok (remember that you must do it executable, chmod +x script.sh). if you want to run it at startup of kde put a sym link like this:

ln -s ~/bin/ro_map_script.sh ~/.kde/Autostart/

i dont know how to do it with gnome

Quote:
Originally Posted by Hydroxidee
i cant do it i have windows ^^ and im not too smart with this kind of stuff lol
do you have installed java 1.6?
__________________
"Nunca un científico ha quemado a un religioso por afirmar a Dios sin pruebas". Manuel Toharia
"uno empieza a darse cuenta que eso de no hacer ejercicio, comer y beber como si fuese la ultima cena y mantener la figura ya no existe...". Maryan
arlick no ha iniciado sesión   Reply With Quote
Old 06-24-2008, 04:12 PM   #20
_dracus_
Count
 
_dracus_'s Avatar
 
Join Date: Jul 2007
Location: Toulouse
Posts: 1,335
_dracus_ is on a distinguished road
Default

I'm using Znurre applet for KDE4. It looks like that:

http://huard.info/ro/Regnum-KDE4.png

PS: And yes this is also a pwned screenshot.
__________________
« Thanks all, you are right I'm great with the barbarian ... for killing mobs. » -- Athena Stillwater
_dracus_ no ha iniciado sesión   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 04:26 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
NGD Studios 2002-2024 © All rights reserved