![]() |
Qalculate!
Get it here (or rather add this to your App Mgr):
In the short term, as my Packages.gz file is not quite right, follow the instructions in Yerga's post (bit further on in this thread, post #13) as to how to setup the application manager repo entry. http://people.bath.ac.uk/enpsgp/nokia770/feed diablo main It will go to Extras eventually, but in the meantime I thought people might like to try it out. Thanks to Qwerty for sorting out the qalculate-gtk Hildon desktop menu entry, making some adjustments for the screen size and helping with the wonders of Debian packaging. And for reminding me to get on and compile this app too. One minor issue, the unicode support is slightly broken for some reason (this lies in the qualculate lib, if anyone fancies looking at it the source is a couple of dirs down). This means the multiply sign and full stop appear as wierd chars. There is a preferences menu to turn unicode off, but due to the screen size you can't see that option (patch anyone), so you need to edit the conf file by hand, found in there: ~/.qalculate/ If anyone fancies Hildonising this then please be my guest. Enjoy! |
Re: Qalculate!
This link returns
Not Found The requested URL /enpsgp/public_html/nokia770/feed was not found on this server. Apache/1.3.41 Server at people.bath.ac.uk Port 80 |
Re: Qalculate!
Sorry, typo in the url, should work now
|
Re: Qalculate!
Quote:
|
Re: Qalculate!
My application manager complains: Unable to download qalculate-gtk. Application package not found.
I have a N810 with the latest Diablo. |
Re: Qalculate!
These repos are more trouble than they are worth.
Putting my developer's hat on I say: do it from the command line with "dpkg -i" Unless someone can diagnose the issue for me that is? |
Re: Qalculate!
I installed it without success.
Via the application manager 'Incompatible application', via the command line Code:
|
Re: Qalculate!
Actually, it's now half-installed.. try installing just about anything with apt-get install. It will then, additionally, resolve those missing dependencies for qalc (if possible, that is if it's downloadable.. that libclnl5 is part of qalculate, isn't it? Try first dpkg -i on that one, then try the apt-get install trick. E.g. apt-get install libreadline5)
|
Re: Qalculate!
Quote:
|
Re: Qalculate!
All those deps are also in the repo. I did mean to install each one individually as you came across it ;)
If anyone knows why the repo itself isn't working I'm all ears; likewise if it does work for you? |
Re: Qalculate!
lardman: perhaps don't use "diablo", I used "maemo" instead in my experimental repo and it seemed to work for me.
PS: I like your rockets page, although most of the links on it are dead now. |
Re: Qalculate!
Again tried many thiongs, but no install.
Is there a *complete* package of this app ? Code:
pocketpenguin:/media/mmc2/download/Maemo-OS200x# apt-get libreadline5 |
Re: Qalculate!
The right settings for the repo are:
Url: http://people.bath.ac.uk/enpsgp/noki.../binary-armel/ distribution: ./ components: (blank) It should work. The problem is in the Packages file, the Filename field for the packages are listed in the ./ directory. To work with the distribution and components fields, the Filename fiels should be the complete path: "/dists/diablo/main/binary-armel/package.deb". Probably you are creating the Packages file inside of the directory with the packages without consider the complete path, no? |
Re: Qalculate!
Btw, Qalculate looks really nice with a bit of hildonization it will be very useful for me, specially the statistics part.
|
Re: Qalculate!
Quote:
|
Re: Qalculate!
ah, thanks chaps, I'll sort that out and tell you when it's done.
|
Re: Qalculate!
Quote:
Does dpkg -i xxxxx create a directory ? Should I edit something ? What should I exactly do ? |
Re: Qalculate!
Quote:
It should refresh the repositories automatically, search qalculate in the list, and install it. |
Re: Qalculate!
Try this:
Url: http://people.bath.ac.uk/enpsgp/noki.../binary-armel/ distribution: ./ components: (blank) (where (blank) means write nothing) |
Re: Qalculate!
@skatebiker:
Quote:
apt-get install libreadline5 |
Re: Qalculate!
hmm, not sure why readline isn't available by default actually, isn't it in extras?
Otherwise I'm not sure where I installed it from. |
Re: Qalculate!
Quote:
http://repository.maemo.org/extras/pool/diablo/free/r/ |
Re: Qalculate!
Quote:
It's funny, lardman's quote of yerga literally added the three elipses (...) in the Url! So instead of people.bath.ac.uk/enpsgp/nokia770/feed/dists/diablo/main/binary-armel/ lardman has people.bath.ac.uk/enpsgp/noki.../binary-armel/ Just a "beware!" |
Re: Qalculate!
Quote:
I have tried this repository and the other : http://enpsgp/nokia770/feed/dists/di...n/binary-armel (without the ellipsis). So there is really something missing. Code:
pocketpenguin:/media/mmc2/download/Maemo-OS200x# dpkg -i qalc_0.9.6-2_armel.deb (Reading database ... 17904 files and directories currently installed.) |
Re: Qalculate!
skatebiker: If you have the repository added, don't use dpkg -i anymore (since this won't install dependencies properly), use apt-get install instead.
Code:
apt-get install qalc |
Re: Qalculate!
in fact you want to do the following probably: apt-get install qalculate-gtk
|
Re: Qalculate!
This is the result:
Code:
pocketpenguin:/home/user# apt-get install qalc And I tried the other repository as well, same result. |
Re: Qalculate!
Well the failed to refresh is unrelated, the university servers are down this weekend for maintenance.
I also see you have an error relating to these packages (which is unrelated to qalculate, but to a previous attempt to install something): xkbd: Depends: libxpm4 but it is not installable or xlibs (> 4.1.0) but it is not installable Perhaps do as it says and try to fix it: "apt-get -f install" |
Re: Qalculate!
Quote:
Code:
pocketpenguin:~# apt-get -f install |
Re: Qalculate!
Now it installed, but it behaved quite differently.
I start qalc from the command line and it asks me for downloading currency rates and does not start a GUI. May be the wrong application ? |
Re: Qalculate!
You want qalculate-gtk. It shows up as Qalculate! with a pink icon next to it in blue pill mode even.
|
Re: Qalculate!
UPDATE:
Now it did install, but there is no gui ! How can I enable the GUI ? |
Re: Qalculate!
What did you try starting? At the command line? "qalculate-gtk"?
Otherwise just use the menu entry Qwerty12 kindly provided (in the package, i.e. it should be in your menu) |
Re: Qalculate!
Thanks !
Now I did "apt-get install qalculate-gtk" and it did install a menu entry and the GUI works ! |
Re: Qalculate!
Quote:
|
Re: Qalculate!
looks nice!
but I'm weird... how to use unit conversion in expressions? I can convert 100 Celsius to Farenheit using button, but how can I mix different temperature units in one expression? can I write something like that? farenheit2celsius(100) + 5? another question - is there any manual for user's functions? how can I create my personal functions? and one suggestion - I found how switch different numbers format for expression and result, but it is not so useful - it would be more useful select them in Keypad or even better let user collect needed control elements on Keypad... |
Re: Qalculate!
From the look of the front page here: http://qalculate.sourceforge.net/
yes you should be able to mix them. There should be some docs on that site too. Patches welcome for any changes you fancy. |
Re: Qalculate!
Perhaps something like: 100celsius + 10fahrenheit
|
Re: Qalculate!
Has anybody found a way to add new currencies? I'm travelling to Argentina soon and would like the Argentine Peso.
|
Re: Qalculate!
it hangs often especially after series of errors... :(
not too useful combine different units cause extra parentheses needed sqrt((12 in)^2 + (45 cm)^2) will give proper result but sqrt(12 in^2 + 45 cm^2) will be calculated as sqrt(12 * (in^2) + 45 * (cm^2)) |
All times are GMT. The time now is 15:53. |
vBulletin® Version 3.8.8