Re: First digiKam 4.9.0 PKG installer for OSX...

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Re: First digiKam 4.9.0 PKG installer for OSX...

Tom Vincent-3
> On Fri, May 8, 2015 at 7:55 PM, Gilles Caulier wrote:
>
> I just completed to build the first digiKam 4.9.0 stand alone PKG
> installer for OSX :

This is fantastic news!

Back in Dec 2013, I tried to compile Digikam for OS X via Homebrew[1].
Although I was able to build, I ran into a number of runtime issues.
Since then, there hasn't been much activity in homebrew-kde, so I'm
glad to hear of effort going into producing an easy to use Digikam
binary package for OS X.

> 2015-05-10 18:19 GMT+02:00 Guðbjartur Kristófersson <gk <at> mr.is>:
> 5. digikam crashes on View => Tables

I'm also able to reproduce this on OS X 10.10.3 with 5th PKG version.
Please find the stack trace[2].

Other minor issues:

* The Google maps view does not work; it just shows blank white. Marble is fine
* CMD+, keyboard shortcut conflicts between View > Zoom to 100% and Preferences

Nice to haves:

* Pinch zoom/other OS X trackpad gestures

Either way, this seems stable enough to use day-to-day. What needs to
happen to see an official release?

[1]: https://github.com/adymo/homebrew-kde/pull/9
[2]: https://gist.githubusercontent.com/tlvince/b0714b8fe271efe08d42/raw/bd779ad3fcb87af221d781ea289f96b01f1df164/gistfile1.txt
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: First digiKam 4.9.0 PKG installer for OSX...

Gilles Caulier-4


2015-05-23 13:58 GMT+02:00 Tom Vincent <[hidden email]>:
> On Fri, May 8, 2015 at 7:55 PM, Gilles Caulier wrote:
>
> I just completed to build the first digiKam 4.9.0 stand alone PKG
> installer for OSX :

This is fantastic news!

Thanks. I'm fight since a long time with OSX PKG stuff... I hope to complete this task soon...
 

Back in Dec 2013, I tried to compile Digikam for OS X via Homebrew[1].
Although I was able to build, I ran into a number of runtime issues.
Since then, there hasn't been much activity in homebrew-kde, so I'm
glad to hear of effort going into producing an easy to use Digikam
binary package for OS X.

> 2015-05-10 18:19 GMT+02:00 Guðbjartur Kristófersson <gk <at> mr.is>:
> 5. digikam crashes on View => Tables

I'm also able to reproduce this on OS X 10.10.3 with 5th PKG version.
Please find the stack trace[2].

I patched code for 4.11.0 release :


crash is not reproducible under OSX with it... But i cannot generalize...
 

Other minor issues:

* The Google maps view does not work; it just shows blank white. Marble is fine

This can be a network restriction. Here it work fine.
 
* CMD+, keyboard shortcut conflicts between View > Zoom to 100% and Preferences

Conflict with what ?
 

Nice to haves:

* Pinch zoom/other OS X trackpad gestures

Either way, this seems stable enough to use day-to-day. What needs to
happen to see an official release?

I must to do it (:=))). It still :

1/ to have QtCurves widget style working. In PKG, i packaged it but it still unavailable on digiKam. I don't know yet why...
2/ compile digiKam and co with debug symbols, to have all info to hack in case of crash. Last time that i do it, i see a big conflict with debug and non debug symbols mixed in shared libs. I don't know yet why.
3/ be able to use current implementation from git/master (or a tag version). Currently i use last Macports version published, so 4.9.0. I know that 4.10.0 is under review, but it's move slowly on Macports team...

It's always the same. The last 10% to fix are the most long and complex. I hope to provide a version 6 tomorrow, but i'm not sure.

Gilles Caulier

_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: First digiKam 4.9.0 PKG installer for OSX...

christian graesser

Hi, great Digikam creators. I use extensively  Digikam 4.10 under kubuntu 15.04 and promote the version 4.5 under mac 10.9 for my daughter via macport. One thing that puzzles me us that the extremely useful mail attachment tool does not start any mail program on the mac correctly for image attachment.

Ist there any way to do that? Or ist it not possible like with kmail under kubuntu?

That's have a great evening.

Christian Graesser

Am 23.05.2015 19:10 schrieb "Gilles Caulier" <[hidden email]>:


2015-05-23 13:58 GMT+02:00 Tom Vincent <[hidden email]>:
> On Fri, May 8, 2015 at 7:55 PM, Gilles Caulier wrote:
>
> I just completed to build the first digiKam 4.9.0 stand alone PKG
> installer for OSX :

This is fantastic news!

Thanks. I'm fight since a long time with OSX PKG stuff... I hope to complete this task soon...
 

Back in Dec 2013, I tried to compile Digikam for OS X via Homebrew[1].
Although I was able to build, I ran into a number of runtime issues.
Since then, there hasn't been much activity in homebrew-kde, so I'm
glad to hear of effort going into producing an easy to use Digikam
binary package for OS X.

> 2015-05-10 18:19 GMT+02:00 Guðbjartur Kristófersson <gk <at> mr.is>:
> 5. digikam crashes on View => Tables

I'm also able to reproduce this on OS X 10.10.3 with 5th PKG version.
Please find the stack trace[2].

I patched code for 4.11.0 release :


crash is not reproducible under OSX with it... But i cannot generalize...
 

Other minor issues:

* The Google maps view does not work; it just shows blank white. Marble is fine

This can be a network restriction. Here it work fine.
 
* CMD+, keyboard shortcut conflicts between View > Zoom to 100% and Preferences

Conflict with what ?
 

Nice to haves:

* Pinch zoom/other OS X trackpad gestures

Either way, this seems stable enough to use day-to-day. What needs to
happen to see an official release?

I must to do it (:=))). It still :

1/ to have QtCurves widget style working. In PKG, i packaged it but it still unavailable on digiKam. I don't know yet why...
2/ compile digiKam and co with debug symbols, to have all info to hack in case of crash. Last time that i do it, i see a big conflict with debug and non debug symbols mixed in shared libs. I don't know yet why.
3/ be able to use current implementation from git/master (or a tag version). Currently i use last Macports version published, so 4.9.0. I know that 4.10.0 is under review, but it's move slowly on Macports team...

It's always the same. The last 10% to fix are the most long and complex. I hope to provide a version 6 tomorrow, but i'm not sure.

Gilles Caulier

_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users


_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: First digiKam 4.9.0 PKG installer for OSX...

Alan Pater
Sounds like she may have to run the KDE Control Panel to set the
desired email program:

   /Applications/MacPorts/KDE4/kcmshell4.app/Contents/MacOS/kcmshell4
componentchooser


See this previous discussion for more information:
https://mail.kde.org/pipermail/digikam-users/2015-March/020845.html

On Sat, May 23, 2015 at 4:08 PM, CD.Graesser <[hidden email]> wrote:
>
> Hi, great Digikam creators. I use extensively  Digikam 4.10 under kubuntu 15.04 and promote the version 4.5 under mac 10.9 for my daughter via macport. One thing that puzzles me us that the extremely useful mail attachment tool does not start any mail program on the mac correctly for image attachment.
>
> Ist there any way to do that? Or ist it not possible like with kmail under kubuntu?
>
>
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: First digiKam 4.9.0 PKG installer for OSX...

Gilles Caulier-4
Alan,

Exactly. In PKG, this what i do while post install script.

Gilles

2015-05-23 23:34 GMT+02:00 Alan Pater <[hidden email]>:
Sounds like she may have to run the KDE Control Panel to set the
desired email program:

   /Applications/MacPorts/KDE4/kcmshell4.app/Contents/MacOS/kcmshell4
componentchooser


See this previous discussion for more information:
https://mail.kde.org/pipermail/digikam-users/2015-March/020845.html

On Sat, May 23, 2015 at 4:08 PM, CD.Graesser <[hidden email]> wrote:
>
> Hi, great Digikam creators. I use extensively  Digikam 4.10 under kubuntu 15.04 and promote the version 4.5 under mac 10.9 for my daughter via macport. One thing that puzzles me us that the extremely useful mail attachment tool does not start any mail program on the mac correctly for image attachment.
>
> Ist there any way to do that? Or ist it not possible like with kmail under kubuntu?
>
>
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users


_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users