You are not logged in.

#1 2007-02-20 06:53:37

cougar
Member
From: France
Registered: 2006-06-24
Posts: 93

Problem with tomboy package

Hello,

I've just installed tomboy package from community.
It isn't working.

[dam@Avalon ~]$ tomboy 

** (/opt/gnome/lib/tomboy/Tomboy.exe:5501): WARNING **: The following assembly referenced from /opt/gnome/lib/tomboy/Tomboy.exe could not be loaded:
     Assembly:   gnome-sharp    (assemblyref_index=2)
     Version:    1.0.0.0
     Public Key: 35e10195dab3c99f
The assembly was not found in the Global Assembly Cache, a path listed in the MONO_PATH environment variable, or in the location of the executing assembly (/opt/gnome/lib/tomboy).


** (/opt/gnome/lib/tomboy/Tomboy.exe:5501): WARNING **: Could not load file or assembly 'gnome-sharp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f' or one of its dependencies.

Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly 'gnome-sharp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f' or one of its dependencies.

Do someone has the same problem ?

Offline

#2 2007-02-20 06:59:01

McQueen
Member
From: Arizona
Registered: 2006-03-20
Posts: 387

Re: Problem with tomboy package

# pacman -S gnome-sharp

???


/path/to/Truth

Offline

#3 2007-02-20 11:35:17

cougar
Member
From: France
Registered: 2006-06-24
Posts: 93

Re: Problem with tomboy package

Already installed hmm

PS; Now, I have a clue. The package is oudated.

Last edited by cougar (2007-02-20 11:46:59)

Offline

#4 2007-02-20 21:49:17

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: Problem with tomboy package

I'm currently working on updating it. It has a strange behaviour which I think it's because it tries to use a system tray which I don't have in e17. I'll try it in KDE tomorrow.  I could post the current PKGBUILD if there's interest.

Offline

#5 2007-02-20 21:57:15

cougar
Member
From: France
Registered: 2006-06-24
Posts: 93

Re: Problem with tomboy package

It's a gnome application. It maybe needs the gnome-panel to start.
Anyway, thanks a lot for the updating. There some PKGBUILD in AUR but they don't compile and they don't seem to respect some AUR rules.

I don't know where the compiling error comes from. Seems to be a gnome-sharp problem, but I've check, and all the dependances are up-to-date.

Offline

#6 2007-02-26 10:28:04

cougar
Member
From: France
Registered: 2006-06-24
Posts: 93

Re: Problem with tomboy package

This is working with this PKGBUILD

# Maintainer : William Rea <sillywilly@gmail.com>
# Contributor: Daniel 'maniel' Kaminski <maniel.rulez//gmail.com>
pkgname=tomboy-unstable
provides=('tomboy')
conflicts=('tomboy')
pkgver=0.5.8
pkgrel=1
pkgdesc="A desktop note-taking tool for Gnome"
url="http://www.beatniksoftware.com/tomboy"
license="LGPL"
depends=('dbus-sharp' 'gtk-sharp-2' 'gtksourceview-sharp-2.0' \
     'evolution-sharp' 'gtkspell' 'libgnomeprintui' 'gnome-panel' 'gmime')
 makedepends=('intltool' 'gettext')
 source=(http://download.gnome.org/sources/tomboy/0.5/tomboy-$pkgver.tar.gz)
 md5sums=('6784dff1d8a31e8b14f29f58ca51ecb0')

 build(){

   # get rid of that .wapi errors
     mkdir -p $startdir/src/shareddata
       export MONO_SHARED_DIR=$startdir/src/shareddata

        cd $startdir/src/tomboy-$pkgver

   ./configure --prefix=/opt/gnome
     make || return 1
       make DESTDIR=$startdir/pkg install

               }

Offline

Board footer

Powered by FluxBB