Re: [SOGo] TB78 and latest connector -> missing bar and icons

2020-12-22 Thread Andreas Welbers

Hi Fabio,

thanks for this information.

I'm going to give it a try.

Best regards,
Andreas

On 21.12.20 12:04, Fabio Ciuffani (fabio.ciuff...@gmail.com) wrote:

Hi Andreas,

I think it's fixed. We use the latest version and the icons are there.

BR,

Fabio



--
Andreas Welbers
Head of IT
Institute of Communication Systems (IKS)
RWTH Aachen University
Muffeter Weg 3a, 52074 Aachen, Germany
+49 241 80 26968  (phone)
+49 241 80 626968 (fax)
welb...@iks.rwth-aachen.de
http://www.iks.rwth-aachen.de/

--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] TB78 and latest connector -> missing bar and icons

2020-12-16 Thread Andreas Welbers
@ludovic: Was this bug in the meantime fixed? Can we use the current git 
version again?


Thanks,
Andreas

On 15.11.20 20:12, Andreas Welbers wrote:

Hi Fabio,

thanks for the confirmation of my problem and the hot fix.
I will rollback to the older git version until Ludovic fixes this 
problem.


Best regards,
Andreas

On 13.11.20 13:14, Fabio Ciuffani (fabio.ciuff...@gmail.com) wrote:

Hi,

We had the same problem with the last version of the connector and had
to use the code from 9th of October 2020 to get the icons back. It seems
that the problem was introduced with the commits of the 16th of October.

BR,

Fabio





--
Andreas Welbers
Head of IT
Institute of Communication Systems (IKS)
RWTH Aachen University
Muffeter Weg 3a, 52074 Aachen, Germany
+49 241 80 26968  (phone)
+49 241 80 626968 (fax)
welb...@iks.rwth-aachen.de
http://www.iks.rwth-aachen.de/

--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] TB78 and latest connector -> missing bar and icons

2020-11-15 Thread Andreas Welbers

Hi Fabio,

thanks for the confirmation of my problem and the hot fix.
I will rollback to the older git version until Ludovic fixes this problem.

Best regards,
Andreas

On 13.11.20 13:14, Fabio Ciuffani (fabio.ciuff...@gmail.com) wrote:

Hi,

We had the same problem with the last version of the connector and had
to use the code from 9th of October 2020 to get the icons back. It seems
that the problem was introduced with the commits of the 16th of October.

BR,

Fabio



--
Andreas Welbers
Head of IT
Institute of Communication Systems (IKS)
RWTH Aachen University
Muffeter Weg 3a, 52074 Aachen, Germany
+49 241 80 26968  (phone)
+49 241 80 626968 (fax)
welb...@iks.rwth-aachen.de
http://www.iks.rwth-aachen.de/

--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] TB78 and latest connector -> missing bar and icons

2020-11-12 Thread Andreas Welbers

I tried and it fucked up my system.

All calendars were duplicated with this setting and thunderbird froze.
I had to kill it, remove sogo-connector in filesystem, and remove all 
*calend* in prefs.js in %appdata%


On 12.11.20 06:12, Gordon Messmer (gordon.mess...@gmail.com) wrote:

On 11/11/20 10:07 AM, Andreas Welbers" (mli...@ind.rwth-aachen.de) wrote:

I know and I did exactly this but it still doesn't work!

What I did:
- changed ONLY
    force_char_pref("sogo-connector.baseURL", 
"https://demo.sogo.nu/SOGo;); 



I need to look at this again, and I might be mistaken but:

I set up the extension for TB 78 recently, and as far as I can tell, 
that setting *must* have a trailing '/' character or else the URL 
constructed for contacts will be wrong.


I need to find some time to do more testing and if I confirm that, 
I'll send a PR with a fix.




--
Andreas Welbers
Head of IT
Institute of Communication Systems (IKS)
RWTH Aachen University
Muffeter Weg 3a, 52074 Aachen, Germany
+49 241 80 26968  (phone)
+49 241 80 626968 (fax)
welb...@iks.rwth-aachen.de
http://www.iks.rwth-aachen.de/

--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] TB78 and latest connector -> missing bar and icons

2020-11-12 Thread Andreas Welbers

Yes. That's exactly what I did.

I copied die demo and customized only the variable
 force_char_pref("sogo-connector.baseURL", "https://demo.sogo.nu/SOGo;);
to match our server.

On 11.11.20 21:07, Ludovic Marcotte (lmarco...@inverse.ca) wrote:


On 2020-11-11 1:07 p.m., Andreas Welbers (mli...@ind.rwth-aachen.de) 
wrote:



I know and I did exactly this but it still doesn't work!

What I did:
- changed ONLY
    force_char_pref("sogo-connector.baseURL", 
"https://demo.sogo.nu/SOGo;);

  to our server
- make distclean
- make build=iks

Instead I get a ton of error messages in the debug console of 
thunderbird

Have you done % cp -a custom/sogo-demo custom/iks and modified the files in 
custom/iks?
--
Ludovic Marcotte
lmarco...@inverse.ca   ::  +1.514.755.3630  ::https://inverse.ca
Inverse inc. :: Leaders behind SOGo (https://sogo.nu), PacketFence 
(https://packetfence.org) and Fingerbank (https://fingerbank.org)
--
users@sogo.nu
https://inverse.ca/sogo/lists


--
Andreas Welbers
Head of IT
Institute of Communication Systems (IKS)
RWTH Aachen University
Muffeter Weg 3a, 52074 Aachen, Germany
+49 241 80 26968  (phone)
+49 241 80 626968 (fax)
welb...@iks.rwth-aachen.de
http://www.iks.rwth-aachen.de/

--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] TB78 and latest connector -> missing bar and icons

2020-11-11 Thread Andreas Welbers

I know and I did exactly this but it still doesn't work!

What I did:
- changed ONLY
    force_char_pref("sogo-connector.baseURL", 
"https://demo.sogo.nu/SOGo;);

  to our server
- make distclean
- make build=iks

Instead I get a ton of error messages in the debug console of thunderbird


On 11.11.20 12:26, Ludovic Marcotte (lmarco...@inverse.ca) wrote:
On 2020-11-10 11:21 a.m., Andreas Welbers (mli...@ind.rwth-aachen.de) 
wrote:


since upgrading to latest sogo connector I'm missing the menu bar and 
icons to manage sogo like "subscribe to calendar ..."
Is this only a bug on my side or a general problem. 


That happens if you have not customized the SOGo Connector correctly - 
see https://github.com/inverse-inc/sogo-connector/blob/master/README.md


Thanks,



--
Andreas Welbers
Head of IT
Institute of Communication Systems (IKS)
RWTH Aachen University
Muffeter Weg 3a, 52074 Aachen, Germany
+49 241 80 26968  (phone)
+49 241 80 626968 (fax)
welb...@iks.rwth-aachen.de
http://www.iks.rwth-aachen.de/

--
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] TB78 and latest connector -> missing bar and icons

2020-11-10 Thread Andreas Welbers

Hi,

since upgrading to latest sogo connector I'm missing the menu bar and 
icons to manage sogo like "subscribe to calendar ..."

Is this only a bug on my side or a general problem.

I'm running the latest SOGo and Thunderbird and the latest git version 
of sogo-connector.


Thanks,
Andreas

--
Andreas Welbers
Head of IT
Institute of Communication Systems (IKS)
RWTH Aachen University
Muffeter Weg 3a, 52074 Aachen, Germany
+49 241 80 26968  (phone)
+49 241 80 626968 (fax)
welb...@iks.rwth-aachen.de
http://www.iks.rwth-aachen.de/

--
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] New Repo Policy --> Bulding your own RPMs

2016-07-20 Thread Andreas Welbers
For anybody having problems to build RPMS for Redhat/CentOS here is a 
working .rpmmacros file:



%dist_suffix el7
%sope_buildcount 1
%sope_makeflags -b
%sope_major_version 4
%sope_minor_version 9
%sope_release 20160706_1664
%sope_source SOPE-%{sogo_version}.tar.gz
%sope_version %{sope_major_version}.%{sope_minor_version}
%sogo_version 2.3.13
%sbjson_version 2.3.1
%sbjson_major_version 2

Regards,
Andreas

On 20.07.2016 14:38, Andreas Welbers wrote:

Hi,

could anybody or Inverse provide a working .rpmmacros for build RPMs 
with CentOS?


The SPEC-file for SOGo has missing build dependencies I worked around.

I created a .rpmmacros with these inital settings:

%sope_major_version 4
%sope_minor_version 9
%sope_source SOPE-%{sogo_version}.tar.gz
%sope_version 4.9
%sogo_version 2.3.13

With these settings it works somewhat better but it breaks at:

creating: /root/rpmbuild/BUILD/SOPE/config.make
optional library found: xml2
optional library found: ldap
optional library found: ssl
optional library found: pq
failed to link optional library: mysqlclient
configuring NGStreams library  done (log in config-NGStreams.log).
+ make CC=gcc '%{sope_makeflags}'
This is gnustep-make 2.6.6. Type 'make print-gnustep-make-help' for help.
make: *** Keine Regel, um >>%{sope_makeflags}<< zu erstellen.  Schluss.
Fehler: Fehler-Status beim Beenden von /var/tmp/rpm-tmp.ceRzk8 (%build)

Thanks,
Andreas

--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] ANN: SOGo Package Repositories

2016-07-20 Thread Andreas Welbers

Hi,

could anybody or Inverse provide a working .rpmmacros for build RPMs 
with CentOS?


The SPEC-file for SOGo has missing build dependencies I worked around.

I created a .rpmmacros with these inital settings:

%sope_major_version 4
%sope_minor_version 9
%sope_source SOPE-%{sogo_version}.tar.gz
%sope_version 4.9
%sogo_version 2.3.13

With these settings it works somewhat better but it breaks at:

creating: /root/rpmbuild/BUILD/SOPE/config.make
optional library found: xml2
optional library found: ldap
optional library found: ssl
optional library found: pq
failed to link optional library: mysqlclient
configuring NGStreams library  done (log in config-NGStreams.log).
+ make CC=gcc '%{sope_makeflags}'
This is gnustep-make 2.6.6. Type 'make print-gnustep-make-help' for help.
make: *** Keine Regel, um >>%{sope_makeflags}<< zu erstellen.  Schluss.
Fehler: Fehler-Status beim Beenden von /var/tmp/rpm-tmp.ceRzk8 (%build)

Thanks,
Andreas
--
users@sogo.nu
https://inverse.ca/sogo/lists