Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Other Community Discussions > Tutorials & Tips
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Tutorials & Tips
The place to find Ubuntu related Tips & Tricks.

 
Thread Tools Display Modes
Old May 24th, 2005   #1
A-star
Gee! These Aren't Roasted!
 
Join Date: Feb 2005
Location: Heverlee, Belgium
Beans: 167
Ubuntu 6.06
How-to install Monotheka

How-to install Monotheka

Monotheka is a (yet!) simple application to organize and keep track of your movie catalogue. It runs on Linux platform using the GTK toolkit. It's designed to be simple and GNOME / HIG compliant. It's written in Mono. It's free.

Dowload Monotheka from the following url in a directory of your choice
wget http://forge.novell.com/modules/xfco...a-0.0.5.tar.gz

Add the backport repo to your list of repositories
sudo gedit /etc/apt/sources.list
and add at the end of file

deb ftp://ftp2.caliu.info/backports/ hoary-backports main universe multiverse restricted
deb ftp://ftp2.caliu.info/backports/ hoary-extras main universe multiverse restricted

Then type :
sudo apt-get update

then open a terminal and install Mono:
sudo apt-get install libmono0 libmono-dev mono mono-assemblies-arch mono-common mono-devel mono-gac mono-jay mono-jit mono-mcs mono-utils

Install sqlite
sudo apt-get install sqlite libsqlite0 libsqlite0-dev sqlite-doc

Install gtk-sharp
sudo apt-get gtk-sharp-gapi gtk-sharp-examples

Now onto installing Monotheka
tar -zxvf monotheka-0.0.5.tar.gz
cd monotheka-0.0.5
./configure
make
sudo make install

there should now be a menu-item called monotheka in the applications/sound & video menu.

I wrote down what I remembered, so there could be a mistake in it somewhere.
Let me know and I will correct it.

Last edited by A-star; May 25th, 2005 at 02:56 AM..
A-star is offline   Reply With Quote
Old May 24th, 2005   #2
Sniffer
Way Too Much Ubuntu
 
Sniffer's Avatar
 
Join Date: Nov 2004
Location: Anywhere
My beans are hidden!
Re: How-to install Monotheka

Thks for letting me know of this app.

It seems good, long live Gnome.
Sniffer is offline   Reply With Quote
Old May 24th, 2005   #3
darksides
First Cup of Ubuntu
 
darksides's Avatar
 
Join Date: Oct 2004
Location: Moncalieri
Beans: 2
Gutsy Gibbon Testing
Send a message via MSN to darksides Send a message via Skype™ to darksides
Re: How-to install Monotheka

I'v got an error about mono version.....

Code:
* Running monoBOIL                                 ;,'
  Auto-configure tool for mono stuff       _o_    ;:;'
  GPL Licence, 0.1.0                   ,-.'---`.__ ;
  Copyright MDK <mdk@mdk.org.pl>      ((j`=====',-'
                                       `-\     /
                                          `-=-'

Checking for sanity...
      * make [OK]
      * pkg-config [OK]
      * sed [OK]
      * awk [OK]
      * mcs [OK]
      * fold [OK]
      * install [OK]

Configuring: Monotheka [0.0.5 "Use me, I'm yours"] ...

Parsing commandline parameters...

Configuring install paths...
   PREFIX: /usr [auto]
   BINDIR: /usr/bin [auto]
   LIBDIR: /usr/lib [auto]
   DATADIR: /usr/share [auto]
   PKGCONFIG: /usr/lib/pkgconfig [auto]

Sleeping to let you see...5 4 3 2 1

Checking for required components...
   Checking for pkg dependencies...
      * mono-1.0.6 [NOT FOUND!] (1.0.5)


   |--- ERROR ---
   | The required package could not be found in your
   | system! Make sure it's installed and pkg-config'ed
   |
   |     This software was NOT configured! If you
   | think this is a script error please report it to
   | bugzilla (NovelForge, project Monotheka). You can
   | obatin some more information how monoBOIL works
   | by typing './configure --help' . A
   | 'configure.log' file was created during the
   | process, please attach it.
darksides is offline   Reply With Quote
Old May 24th, 2005   #4
Majlo
Gee! These Aren't Roasted!
 
Majlo's Avatar
 
Join Date: Apr 2005
Location: Slovakia
Beans: 130
Ubuntu 7.04 Feisty Fawn
Re: How-to install Monotheka

Hi ..
You must add backport repo in /etc/apt/sources.list

sudo gedit /etc/apt/sources.list

and add at the end of file

deb ftp://ftp2.caliu.info/backports/ hoary-backports main universe multiverse restricted
deb ftp://ftp2.caliu.info/backports/ hoary-extras main universe multiverse restricted


Then type :
sudo apt-get update
__________________
Sorry my English is bad . .
Majlo is offline   Reply With Quote
Old May 25th, 2005   #5
A-star
Gee! These Aren't Roasted!
 
Join Date: Feb 2005
Location: Heverlee, Belgium
Beans: 167
Ubuntu 6.06
Re: How-to install Monotheka

Quote:
Originally Posted by Majlo
Hi ..
You must add backport repo in /etc/apt/sources.list

sudo gedit /etc/apt/sources.list

and add at the end of file

deb ftp://ftp2.caliu.info/backports/ hoary-backports main universe multiverse restricted
deb ftp://ftp2.caliu.info/backports/ hoary-extras main universe multiverse restricted


Then type :
sudo apt-get update
added this to the the how-to
A-star is offline   Reply With Quote
Old June 21st, 2005   #6
nehalem
Way Too Much Ubuntu
 
Join Date: Nov 2004
Beans: 106
Re: How-to install Monotheka

Hmmm, I'm a little nervous about changing to the backport version of mono. Does it break any problems, seems like some people complained that it did at one time.
nehalem is offline   Reply With Quote
Old June 21st, 2005   #7
thechitowncubs
A Carafe of Ubuntu
 
thechitowncubs's Avatar
 
Join Date: Apr 2005
Location: Chicago Area
Beans: 123
Ubuntu 7.10 Gutsy Gibbon
Send a message via AIM to thechitowncubs Send a message via MSN to thechitowncubs Send a message via Yahoo to thechitowncubs
Re: How-to install Monotheka

Cool Program!
__________________
"Treason is truth in an empire of lies” -Ron Paul
thechitowncubs is offline   Reply With Quote
Old June 21st, 2005   #8
A-star
Gee! These Aren't Roasted!
 
Join Date: Feb 2005
Location: Heverlee, Belgium
Beans: 167
Ubuntu 6.06
Re: How-to install Monotheka

Quote:
Originally Posted by nehalem
Hmmm, I'm a little nervous about changing to the backport version of mono. Does it break any problems, seems like some people complained that it did at one time.
I have experienced no problems at all.
But I'm only using monotheka and no other mono programs that I know off.
A-star is offline   Reply With Quote
Old June 21st, 2005   #9
nehalem
Way Too Much Ubuntu
 
Join Date: Nov 2004
Beans: 106
Re: How-to install Monotheka

Ok I installed it and this app reminds me of the other nice mono apps like f-spot. Has everything I wanted and is easy enough to pick up and use in minutes.

Nice How to.
nehalem is offline   Reply With Quote
Old June 21st, 2005   #10
xalphas
Just Give Me the Beans!
 
Join Date: Jan 2005
Location: Istanbul
Beans: 50
Ubuntu Breezy 5.10
Re: How-to install Monotheka

Got the latest mono. Compiled with success and installed. Later ;

Code:
xalphas@ubuntu:~/getto/monotheka-0.0.5$ monotheka

Unhandled Exception: System.InvalidOperationException: Invalid connection string: no URI
in <0x0032d> Mono.Data.SqliteClient.SqliteConnection:SetConnectionString (System.String connstring)
in <0x00010> Mono.Data.SqliteClient.SqliteConnection:set_ConnectionString (System.String value)
in <0x00019> Mono.Data.SqliteClient.SqliteConnection:.ctor (System.String connstring)
in <0x00091> MovieDatabase.MovieDB:InitDB (System.String filename)
in <0x0011b> Global:Main (System.String[] args)
Any ideas?
xalphas is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

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 -4. The time now is 08:34 PM.


vBulletin ©2000 - 2010, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. bilberry