[kmymoney] [Bug 400761] Cannot open files on MacOS

2019-04-05 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=400761

Thomas Baumgart  changed:

   What|Removed |Added

 CC||andre...@animezone.org

--- Comment #25 from Thomas Baumgart  ---
*** Bug 406258 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 400761] Cannot open files on MacOS

2019-03-27 Thread Matthias Jung
https://bugs.kde.org/show_bug.cgi?id=400761

--- Comment #24 from Matthias Jung  ---
Yes, sorry. Now this bug is fixed. However, there are new ones, which I will
report separately.

Best,
Matthias

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 400761] Cannot open files on MacOS

2019-03-27 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=400761

Thomas Baumgart  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REOPENED|RESOLVED

--- Comment #23 from Thomas Baumgart  ---
You used the wrong version. The fix went into the 5.0 branch and is (not) yet
backported/merged into master.
https://binary-factory.kde.org/view/MacOS/job/KMyMoney_Release_macos/ would be
the version to use. Please re-test.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 400761] Cannot open files on MacOS

2019-03-26 Thread Matthias Jung
https://bugs.kde.org/show_bug.cgi?id=400761

Matthias Jung  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Resolution|FIXED   |---
 Status|RESOLVED|REOPENED

--- Comment #22 from Matthias Jung  ---
Still the problem persists when trying the nightly build:

https://binary-factory.kde.org/view/MacOS/job/KMyMoney_Nightly_macos/

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 400761] Cannot open files on MacOS

2019-03-20 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=400761

Thomas Baumgart  changed:

   What|Removed |Added

 CC||gsh...@gmail.com

--- Comment #21 from Thomas Baumgart  ---
*** Bug 405689 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 400761] Cannot open files on MacOS

2019-03-19 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=400761

Thomas Baumgart  changed:

   What|Removed |Added

  Latest Commit||https://commits.kde.org/kmy
   ||money/045d74b680a7fc691690d
   ||6c35c76d32053602553
 Status|REPORTED|RESOLVED
   Version Fixed In||5.0.4
 Resolution|--- |FIXED

--- Comment #20 from Thomas Baumgart  ---
Git commit 045d74b680a7fc691690d6c35c76d32053602553 by Thomas Baumgart.
Committed on 19/03/2019 at 09:21.
Pushed by tbaumgart into branch '5.0'.

Avoid using KIO on local files

Using KIO on MacOS and Windows may cause some trouble and is not
required when working on local files. This change tries to bypass the
KIO functions by using Qt standard functions in this case.
FIXED-IN: 5.0.4

M  +14   -7kmymoney/kmymoneyutils.cpp

https://commits.kde.org/kmymoney/045d74b680a7fc691690d6c35c76d32053602553

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 400761] Cannot open files on MacOS

2019-03-18 Thread Benjamin Southall
https://bugs.kde.org/show_bug.cgi?id=400761

--- Comment #19 from Benjamin Southall  ---
Created attachment 118901
  --> https://bugs.kde.org/attachment.cgi?id=118901=edit
Replace kmymoneyutils::fileExists with version that uses QFileInfo instead of
KIOStatJob

(In reply to Benjamin Southall from comment #18)
> I also have this problem (I can't open any files, both existing valid files
> and new ones that I create) running Gentoo Linux, but I have kioslave
> installed, I am not sure why kuiserver is needed, I didn't have
> plasma-workspace installed before and kmymoney previously worked., I also
> get Couldn't start kuiserver from org.kde.kuiserver.service:
> QDBusError("org.freedesktop.DBus.Error.ServiceUnknown", "The name
> org.kde.kuiserver was not provided by any .service files"), but no other
> error.
> 
> I am not sure if the issue has to do with validation scheme checks at 
> https://github.com/KDE/kmymoney/blob/
> fccd937fd6e72078c7498022c0e9ade2d880ca64/kmymoney/kmymoney.cpp#L3380 and
> elsewhere only accepting the sql scheme ? I would believe that xml files are
> the xml scheme or am I mistaken ?

I was mistaken, they are the file scheme, but I was looking in the wrong place.
I tried installing a standalone version of kuiserver, from
https://github.com/sandsmark/kuiserver-standalone and using that which got rid
of the error message but not the bug.

I then wrote the following patch, which resolved the problem for me, and may
also work on Mac OS, but I haven't tested it there.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 400761] Cannot open files on MacOS

2019-03-18 Thread Benjamin Southall
https://bugs.kde.org/show_bug.cgi?id=400761

Benjamin Southall  changed:

   What|Removed |Added

 CC||applemansig...@gmail.com

--- Comment #18 from Benjamin Southall  ---
I also have this problem (I can't open any files, both existing valid files and
new ones that I create) running Gentoo Linux, but I have kioslave installed, I
am not sure why kuiserver is needed, I didn't have plasma-workspace installed
before and kmymoney previously worked., I also get Couldn't start kuiserver
from org.kde.kuiserver.service:
QDBusError("org.freedesktop.DBus.Error.ServiceUnknown", "The name
org.kde.kuiserver was not provided by any .service files"), but no other error.

I am not sure if the issue has to do with validation scheme checks at 
https://github.com/KDE/kmymoney/blob/fccd937fd6e72078c7498022c0e9ade2d880ca64/kmymoney/kmymoney.cpp#L3380
and elsewhere only accepting the sql scheme ? I would believe that xml files
are the xml scheme or am I mistaken ?

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 400761] Cannot open files on MacOS

2019-03-05 Thread Matthias Jung
https://bugs.kde.org/show_bug.cgi?id=400761

--- Comment #17 from Matthias Jung  ---
Is there anything what I can test?

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 400761] Cannot open files on MacOS

2019-03-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=400761

mor...@gmail.com changed:

   What|Removed |Added

 CC||mor...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 400761] Cannot open files on MacOS

2019-02-10 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=400761

--- Comment #16 from Thomas Baumgart  ---
(In reply to Thomas Baumgart from comment #12)
> Ok, I removed the dependency on akonadi for MacOS builds
> (https://commits.kde.org/craft-blueprints-kde/
> 7630e2f52b5d929e99ab0cdfcedfbc6f50357cc1). Let's see what happens during the
> next build cycle.

Now it's failing on some tls dependency. I have no clue where that comes from
and how to fix it. BTW: Project Kile is failing with the same problem, though.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 400761] Cannot open files on MacOS

2019-02-09 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=400761

Thomas Baumgart  changed:

   What|Removed |Added

 Status|RESOLVED|REPORTED
  Latest Commit|https://commits.kde.org/kmy |
   |money/d292de0b7f976d38d7c4e |
   |966aff573d7bb88fdd6 |
 Resolution|FIXED   |---

--- Comment #15 from Thomas Baumgart  ---
You're right. It should have been 403885.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 400761] Cannot open files on MacOS

2019-02-09 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=400761

--- Comment #14 from Jack  ---
Sorry, but I don't see the connection of this commit to this bug.  Am I missing
something, or does it belong to a different bug?

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 400761] Cannot open files on MacOS

2019-02-09 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=400761

Thomas Baumgart  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://commits.kde.org/kmy
   ||money/d292de0b7f976d38d7c4e
   ||966aff573d7bb88fdd6

--- Comment #13 from Thomas Baumgart  ---
Git commit d292de0b7f976d38d7c4e966aff573d7bb88fdd6 by Thomas Baumgart.
Committed on 09/02/2019 at 13:15.
Pushed by tbaumgart into branch '5.0'.

Set precision of amount edit fields for fees and interest

M  +2-0kmymoney/dialogs/investtransactioneditor.cpp

https://commits.kde.org/kmymoney/d292de0b7f976d38d7c4e966aff573d7bb88fdd6

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 400761] Cannot open files on MacOS

2019-02-09 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=400761

--- Comment #12 from Thomas Baumgart  ---
Ok, I removed the dependency on akonadi for MacOS builds
(https://commits.kde.org/craft-blueprints-kde/7630e2f52b5d929e99ab0cdfcedfbc6f50357cc1).
Let's see what happens during the next build cycle.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 400761] Cannot open files on MacOS

2019-02-09 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=400761

--- Comment #11 from Thomas Baumgart  ---
I analyzed the logs on
https://binary-factory.kde.org/view/MacOS/job/KMyMoney_Release_macos/176/console
and see it failing in building akonadi. I am not sure if we can live without
akonadi but can certainly try (for MacOS). Some functionality will be missing
then, but it might be worth it.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 400761] Cannot open files on MacOS

2019-02-07 Thread Matthias Jung
https://bugs.kde.org/show_bug.cgi?id=400761

--- Comment #10 from Matthias Jung  ---
So who is in charge of the Mac packaging and CI/CD and can fix it?

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 400761] Cannot open files on MacOS

2019-02-07 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=400761

Jack  changed:

   What|Removed |Added

 Status|NEEDSINFO   |REPORTED
 Resolution|WAITINGFORINFO  |---

--- Comment #9 from Jack  ---
Someone on Linux just reported the same kuiserver error.  He had compiled from
source, and was missing the plasma-workspace package as a dependency.  It might
be that the binary-factory build has the same problem.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 400761] Cannot open files on MacOS

2019-01-30 Thread Matthias Jung
https://bugs.kde.org/show_bug.cgi?id=400761

--- Comment #8 from Matthias Jung  ---
yes here it is: 

```
QPainter::begin: Paint device returned engine == 0, type: 2
WebConnect: Try to connect to WebConnect server
WebConnect: Connect to server failed
WebConnect: Running in server mode
Custom icons were not found in any of the following
QStandardPaths::AppDataLocation:
"/Users/myzinsky/Library/Application Support/kmymoney"
"/Users/packaging/Craft/BinaryCache/macos-64-clang/share/kmymoney"
"/Library/Application Support/kmymoney"
"/Users/myzinsky/Desktop/kmymoney.app/Contents/Resources"
QPainter::begin: Paint device returned engine == 0, type: 2
QPainter::begin: Paint device returned engine == 0, type: 2
QPainter::begin: Paint device returned engine == 0, type: 2
QPainter::begin: Paint device returned engine == 0, type: 2
QPainter::begin: Paint device returned engine == 0, type: 2
QPainter::begin: Paint device returned engine == 0, type: 2
QPainter::begin: Paint device returned engine == 0, type: 2
QPainter::begin: Paint device returned engine == 0, type: 2
QPainter::begin: Paint device returned engine == 0, type: 2
QFSFileEngine::open: No file name specified
Plugins: budgetview loaded
Plugins: checkprinting loaded
QIODevice::read (QFile,
"/Volumes/kmymoney-master-253-macos-64-clang/kmymoney.app/Contents/Resources/checkprinting/check_template.html"):
device not open
Plugins: csvexporter loaded
Plugins: csvimporter loaded
Plugins: forecastview loaded
Plugins: gncimporter loaded
Plugins: icalendarexporter loaded
Plugins: kbanking loaded
3:2019/01/30
22-04-33:gwen(55767):/Users/packaging/Craft/BinaryFactory/macos-64-clang/build/libs/gwenhywfar/work/gwenhywfar-4.20.0/src/base/plugin.c:
 379: Plugin "dir" not found.
3:2019/01/30
22-04-33:(null)(55767):/Users/packaging/Craft/BinaryFactory/macos-64-clang/build/libs/aqbanking/work/aqbanking-5.7.8/src/libs/aqbanking/banking_cfg.c:
  77: Could not create ConfigMgr[dir:///Users/myzinsky/.aqbanking/settings].
Maybe the gwenhywfar plugins are not installed?
3:2019/01/30
22-04-33:(null)(55767):/Users/packaging/Craft/BinaryFactory/macos-64-clang/build/libs/aqbanking/work/aqbanking-5.7.8/src/libs/aqbanking/banking_cfg.c:
 100: No config manager. Maybe the gwenhywfar plugins are not installed
correctly?
KBankingPlugin: No AqB4 config found.
KBankingPlugin: No AqB3 config found.
3:2019/01/30
22-04-33:aqbanking(55767):/Users/packaging/Craft/BinaryFactory/macos-64-clang/build/libs/aqbanking/work/aqbanking-5.7.8/src/libs/aqbanking/banking_cfg.c:
 712: No config manager. Maybe the gwenhywfar plugins are not installed
correctly?
Error on online init (-1).
Could not initialize KBanking online banking interface
Plugins: ofximporter loaded
Plugins: onlinejoboutboxview loaded
Plugins: qifexporter loaded
Plugins: qifimporter loaded
Plugins: reconciliation report loaded
Plugins: reportsview loaded
Plugins: sqlstorage loaded
Plugins: xmlstorage loaded
Couldn't start kuiserver from org.kde.kuiserver.service:
QDBusError("org.freedesktop.DBus.Error.Disconnected", "Not connected to D-Bus
server")
kf5.kio.core: couldn't create slave: "Can not find 'kioslave' executable at
'/Users/myzinsky/Desktop/kmymoney.app/Contents/MacOS,
/Users/myzinsky/Desktop/kmymoney.app/Contents/libexec,
/Users/packaging/Craft/BinaryCache/macos-64-clang/lib/libexec/kf5'"
```

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 400761] Cannot open files on MacOS

2019-01-30 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=400761

Thomas Baumgart  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO

--- Comment #7 from Thomas Baumgart  ---
Do you see any output if you start the application on a command line? If so,
can you share it here?

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 400761] Cannot open files on MacOS

2019-01-30 Thread Matthias Jung
https://bugs.kde.org/show_bug.cgi?id=400761

--- Comment #6 from Matthias Jung  ---
I can save a new file, but I cannot open it.

Is there anything that I could do to figure out what happens?

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 400761] Cannot open files on MacOS

2019-01-08 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=400761

Jack  changed:

   What|Removed |Added

 CC|ostroffjh@users.sourceforge |
   |.net|

--- Comment #5 from Jack  ---
It does sound like a packaging issue, and I'm afraid none of the core team has
too much experience either with the binary packaging workings or with MacOS. 
We can try to find a team to help with the packaging issue in general.  

Separately - were you able to create and save a new file.  If not, that points
even more towards a kio (or similar) issue, but if you can save but not open -
hopefully that would point someone to a more likely cause.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 400761] Cannot open files on MacOS

2019-01-08 Thread Matthias Jung
https://bugs.kde.org/show_bug.cgi?id=400761

--- Comment #4 from Matthias Jung  ---
Is there anything that I could do in order to debug?

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 400761] Cannot open files on MacOS

2018-12-30 Thread Matthias Jung
https://bugs.kde.org/show_bug.cgi?id=400761

--- Comment #3 from Matthias Jung  ---
Dear Jack,

both ways give the same problem: Opening from the menu, Autoloading the last
file, and specifying from the command line.

I assume that something is missed in the app package (eg. kio)? 

Best,
Matthias

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 400761] Cannot open files on MacOS

2018-12-30 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=400761

Jack  changed:

   What|Removed |Added

 CC||ostroffjh@users.sourceforge
   ||.net

--- Comment #2 from Jack  ---
I don't use Mac, but can you create a new file?  Then can you open the one you
just created and saved?  Did you try to open that file from command line, or by
doing File/Open and using the file chooser?

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 400761] Cannot open files on MacOS

2018-12-30 Thread Matthias Jung
https://bugs.kde.org/show_bug.cgi?id=400761

--- Comment #1 from Matthias Jung  ---
Bump!

-- 
You are receiving this mail because:
You are watching all bug changes.