When I try to open a Krita file by double clicking, it doesn't open the file (Krita opens but the file doesn't). If I want to open a file, I have to use the cmd+o inside Krita.
Hi Silva, I can confirm the issue.
Note to self: check void KisApplication::fileOpenRequested(const QString &url) See http://doc.qt.io/qt-5/qfileopenevent.html
Okay, this works if there is already a window open, but not if there isn't a window open yet.
*** Bug 389156 has been marked as a duplicate of this bug. ***
*** Bug 391081 has been marked as a duplicate of this bug. ***
*** Bug 392120 has been marked as a duplicate of this bug. ***
Solved in version 4! Thanks!
Not for me?
Um... I didn't even try to fix this issue on macOS, so I am not sure how it could be solved.
Just tested it, and it works for me, if the app bundle is in /Applications.
Stop, that's not correct. It starts Krita, but doesn't open the file.
Created attachment 112731 [details] attachment-26469-0.html Hmmm. I don't have Krita now to test, but if I remember, Krita was already started and I clicked a Krita file and it opened. On Fri, May 18, 2018 at 2:57 PM, Boudewijn Rempt <bugzilla_noreply@kde.org> wrote: > https://bugs.kde.org/show_bug.cgi?id=370320 > > Boudewijn Rempt <boud@valdyas.org> changed: > > What |Removed |Added > ------------------------------------------------------------ > ---------------- > Status|RESOLVED |REOPENED > Resolution|FIXED |--- > > --- Comment #11 from Boudewijn Rempt <boud@valdyas.org> --- > Stop, that's not correct. It starts Krita, but doesn't open the file. > > -- > You are receiving this mail because: > You reported the bug. >
Yes, the issue is that there's no window when clicking on a file if krita isn't open, and krita needs an open window to open a file. I'll try to fix that.
I am pretty sure I cannot fix this :-(. The Qt solution for the problem sends an event to the application, but that only works if the application is running.
Created attachment 112751 [details] attachment-2295-0.html Ok. Thanks anyway! Keep up the fantastic work! On Sat, May 19, 2018 at 10:38 AM, Boudewijn Rempt <bugzilla_noreply@kde.org> wrote: > https://bugs.kde.org/show_bug.cgi?id=370320 > > Boudewijn Rempt <boud@valdyas.org> changed: > > What |Removed |Added > ------------------------------------------------------------ > ---------------- > Status|ASSIGNED |RESOLVED > Resolution|--- |UPSTREAM > > --- Comment #14 from Boudewijn Rempt <boud@valdyas.org> --- > I am pretty sure I cannot fix this :-(. The Qt solution for the problem > sends > an event to the application, but that only works if the application is > running. > > -- > You are receiving this mail because: > You reported the bug. >