pan-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Pan-devel] Please test pan if you are able to prepare for the next


From: Heinrich Mueller
Subject: Re: [Pan-devel] Please test pan if you are able to prepare for the next release.
Date: Tue, 17 Jan 2012 16:56:30 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:9.0) Gecko/20111224 Thunderbird/9.0.1

Am 17.01.2012 14:23, schrieb Nicolas Richard:
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 ?

No, I'll fix this when I have the time.
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>

Thanks for the hint.

Cheers....




reply via email to

[Prev in Thread] Current Thread [Next in Thread]