Re: Please test pan if you are able to prepare for the next release.
Nicolas Richard <[email protected]> Tue, 17 Jan 2012 14:23:27 +0100
| Newsgroups | gmane.comp.gnome.apps.pan.devel |
|---|---|
| Message-ID | <[email protected]> |
Le 16/01/2012 19:02, Heinrich Mueller a écrit :
>> I have the following problem : if I go to another workspace (ctrl+alt
>> +arrows), the main window disappears. I mean, even if I go back to the
>> original workspace. In fact (I just noticed this), the windows is
>> iconified to the notification zone ; that was sneaky ! ;) Is this
>> configurable ?
> Just disable the status icon in Preferences.
That does not work. More precisely : I never activated the option "Hide
to system tray" (from "Status and Notifications"). If I do, the icon
shows up in the notification area. If I uncheck the box, the icon
disappears. But now, whatever the status of this checkbox, if I minimize
Pan or go to another workspace, the main Pan window disappears and the
icon appears. Is this intended ?
>> If I run ./configure --without-gmime-crypto, it compiles fine. I have
>> gmime 2.4.26 (configure seems to think I have 2.6.xx).
>>
> You were right in adding that switch, I will improve that.
Thanks, that works now, though I had to make the following change to
avoid an error :
diff --git a/pan/data/encode-cache.h b/pan/data/encode-cache.h
index 37861f0..5a43d3b 100644
--- a/pan/data/encode-cache.h
+++ b/pan/data/encode-cache.h
@@ -23,7 +23,7 @@
#include <map>
#include <vector>
extern "C" {
- #include <glib/glib.h> // for guint64
+ #include <glib.h> // for guint64
}
#include <pan/general/string-view.h>
#include <pan/general/quark.h>
--
Nico.
_______________________________________________
Pan-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/pan-devel