| Summary: | Version bump request for app-misc/tomboy to 0.3.1 | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Alexander Naydenko <alexandernx> |
| Component: | New packages | Assignee: | dotnet project <dotnet> |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | CC: | gad.kadosh, sebastian |
| Priority: | High | Keywords: | EBUILD |
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| URL: | http://www.beatniksoftware.com/tomboy/ | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
tomboy-0.3.1.ebuild
tomboy-0.3.1.ebuild latexer - the file you asked for... |
||
Created attachment 49771 [details]
tomboy-0.3.1.ebuild
Yeah, i'm hoping to get 0.3.1 into portage soon. I've got a crasher doing anything spell checking related though, so I need to find time to track that down before I'm ready to commit this. I needed to add a few more DEPENDs for tomboy to configure, namely gnome-panel, gnome-sharp, and gconf-sharp
I used the following:
>=gnome-base/gnome-panel-2.8.2
>=dev-dotnet/gnome-sharp-1.0.4
>=dev-dotnet/gconf-sharp-1.0.4
Tomboy then compiled successfully, but it didn't do much when running it. No error messages, no windows, just the following...
$ tomboy
All done. Ciao!
I am running IceWM.
Would this be because it's trying to run as a gnome panel applet?
They mention in the changelog that tray icon mode is still supported.
Yep. By default it tries to run as gnome-panel applet. To use it normally you need to run tomboy --tray-icon. Created attachment 51467 [details]
tomboy-0.3.1.ebuild
Thanks for pointing out on dependencies.
Ok, just finally bumped this in portage. I managed to track down the mono-1.1.4 funkiness. The version in portage includes some fixes for that (i'm pushing to get 1.1.4 into the tree soon). Please test.this version and re-open if you have any problems. Marking FIXED. I get Applet.cs(71) error CS1501: No overload for method `Add' takes `2' arguments Applet.cs(71) error CS8006: Could not find any applicable function for this argument list Compilation failed: 2 error(s), 0 warnings with dev-dotnet/mono-1.0.5-r3. latexer, I have the exact same error as Sebastian Bergmann here. (the posted ebuild here works for me alright though) Can you please post the output of "monop -r:glib-sharp GLib.Timeout", as well as attaching the Applet.cs file in question, so I'm sure what I'm working with here? Thanks. the monop thing shows:
public class Timeout {
public static uint Add (uint interval, TimeoutHandler hndlr);
public virtual bool Equals (object o);
public virtual int GetHashCode ();
public Type GetType ();
public virtual string ToString ();
}
Created attachment 51509 [details]
latexer - the file you asked for...
Ok, I tracked down the source of this bug with Gad, and have commited the fix. Marking RESOLVED FIXED again. |
The newest release (0.3.1) has lots of great changes and many bugfixes, including: * New plugin system, so anyone can customize their Tomboy notes. * A Note printing plugin, so you can take your shopping list on the go! * Dropping web links to the Tomboy applet, to keep them automatically stored for later. * A new preferences dialog, where you can set the font, keybindings, and other useful options. * Made the move to Gnome Panel applet. (TrayIcon mode is still supported). * Did we say lots of bugfixes already? Reproducible: Always Steps to Reproduce: 1. 2. 3.