This post explains how to install Quasar 2.2.0 on Ubuntu 12.10. Quasar
is the best linux medium to large size business accounting program. You can visit there website at http://www.linuxcanada.com.
Since at the time of this writing you can't download quasar that is build pacifically for ubuntu 12.10 you'll need to manually download and install some packages.
libqt3-mt is required and not longer available in the ubuntu repositories
https://launchpad.net/ubuntu/quantal/+package/libqt3-mt
polymer is a nice looking qt3 style formally called plastik
https://launchpad.net/ubuntu/quantal/+package/polymer
qt3-qtconfig is a program to change the look of qt3 programs
https://launchpad.net/ubuntu/quantal/+package/qt3-qtconfig
and finally quasar. (Download Quasar-Single if you want the complete solution)
ftp://linuxcanada.com/pub/Quasar/2.2.0/binaries/
Next install all the packages you just downloaded. What I do more times is just
download all of the above into one directory and install everything in
that directory. Lets say for instance you'd download everything to ~/Downloads/Quasar/ You would then do the fallowing.
cd ~/Downloads/Quasar/
sudo dpkg -i *
sudo apt-get install -f
To make Quasar and other Qt3 apps look good open qtconfig and make the fallowing changes. (I tried this with ubuntu 12.10 and the settings didn't seem to stick. Not sure what I did wrong)
Appearance > GUI Style > Polymer
Fonts > Family > Sans Serif
Fonts > Point Size > 9
you might also what to alter the color skeme a bit
Appearance > Tune Palette
Since the above did not seem to work on ubuntu 12.10 you can also just choose the default style in quasar
File > Configuration
beside Change Style? choose Polymer
If you need to further set up postgresql look at the following posts that I wrote.
http://philipreimer.blogspot.com/2012/07/set-up-postgresql-on-ubuntu-1204.html
http://philipreimer.blogspot.com/2012/05/make-quasar-case-insensitive-postgresql.html
I have more time had problems that printing didn't work from Quasar. As far as I have found it has to do with qt3. To fix it run
sudo ln -s /var/run/cups/printcap /etc/printcap
Showing posts with label qt3. Show all posts
Showing posts with label qt3. Show all posts
Friday, 14 December 2012
Friday, 25 May 2012
Install Quasar 2.2.0 on Ubuntu 12.04 (Precise)
This post explains how to install Quasar 2.2.0 on Ubuntu 12.04. Quasar is the best linux medium to large size business accounting program in my opinion. You can visit there website ate http://www.linuxcanada.com
download quasar single form
ftp://linuxcanada.com/pub/Quasar/2.2.0/binaries/
And you'll need libicu44
http://packages.ubuntu.com/oneiric/libicu44
I'd also suggest that you install postgresql before you install quasar-single so that you get the Postgresql-9.1 instead of 8.4 which it will want to install.
sudo apt-get install postgresql postgresql-contrib polymer qt3-qtconfig
Then install the rest of the packages. What I do more times is just download all of the above into one directory and install everything in that directory. Lets say for instance you'd download everything to ~/Downloads/Quasar/ You would then do the fallowing.
cd ~/Downloads/Quasar/
dpkg -i *
apt-get install -f
To make Quasar and other Qt3 apps look good open qtconfig and make the fallowing changes
Appearance > GUI Style > Polymer
Fonts > Family > Sans Serif
Fonts > Point Size > 9
you might also what to alter the color skeme a bit
Appearance > Tune Palette
I may post later on how to set up Postgresql further so that you can access it via pgadmin and remote computers. But just to run Quasar that is not needed.
Many times you'll notice you can't print from Quasar. To fix it run
sudo ln -s /var/run/cups/printcap /etc/printcap
download quasar single form
ftp://linuxcanada.com/pub/Quasar/2.2.0/binaries/
And you'll need libicu44
http://packages.ubuntu.com/oneiric/libicu44
I'd also suggest that you install postgresql before you install quasar-single so that you get the Postgresql-9.1 instead of 8.4 which it will want to install.
sudo apt-get install postgresql postgresql-contrib polymer qt3-qtconfig
Then install the rest of the packages. What I do more times is just download all of the above into one directory and install everything in that directory. Lets say for instance you'd download everything to ~/Downloads/Quasar/ You would then do the fallowing.
cd ~/Downloads/Quasar/
dpkg -i *
apt-get install -f
To make Quasar and other Qt3 apps look good open qtconfig and make the fallowing changes
Appearance > GUI Style > Polymer
Fonts > Family > Sans Serif
Fonts > Point Size > 9
you might also what to alter the color skeme a bit
Appearance > Tune Palette
I may post later on how to set up Postgresql further so that you can access it via pgadmin and remote computers. But just to run Quasar that is not needed.
Many times you'll notice you can't print from Quasar. To fix it run
sudo ln -s /var/run/cups/printcap /etc/printcap
Labels:
accounting,
kde3,
libicu44,
linux,
printer,
qt3,
quasar,
quasar 2.2.0,
ubuntu
Subscribe to:
Posts (Atom)