[kmymoney] [Bug 450016] Attempting KMyMoney 5.0.8 "Currencies" Maintenance, Application Crash
https://bugs.kde.org/show_bug.cgi?id=450016 Brendan <3...@coupe7.com> changed: What|Removed |Added CC||3...@coupe7.com --- Comment #6 from Brendan <3...@coupe7.com> --- I created build scripts for KMM that I have shared here before. You are welcome to try them. You cat get them here: https://drive.google.com/drive/folders/1sfo2HgzaCCSb3d7pjl3To50yoQT5BaXM?usp=sharing Let me know if you have any questions. Brendan -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 376514] Encrpyption option not available
https://bugs.kde.org/show_bug.cgi?id=376514 Brendan <3...@coupe7.com> changed: What|Removed |Added CC||3...@coupe7.com --- Comment #6 from Brendan <3...@coupe7.com> --- Since Fedora 35 is ten versions newer and I have never had a problem with encryption in Fedora, since long before Fedora 25,, I say close this bug. -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 460131] Make it possible/easier to open account's web site to download transactions
https://bugs.kde.org/show_bug.cgi?id=460131 Brendan <3...@coupe7.com> changed: What|Removed |Added CC||3...@coupe7.com --- Comment #1 from Brendan <3...@coupe7.com> --- I think this would help but I have another suggestion, which would make it easier to import OFX files downloaded from multiple banks. The number of manual imports is increasing, thank Chase. Currently you save the ofx or qfx file somewhere on your system. Then you have to import each saved ofx/qfx file one by one. As the number of accounts that require manual selection increases this becomes a bigger burden. It would be nice if the process could be included as part of the "Update account" and "Update all accounts" process. This could be done a couple of different ways. A global path where the ofx/qfx files are saved could be set and then all existing ofx/qfx files are imported when you run "Update all accounts". Another option would be to define the path and file name for each ofx/qfx file for each account. This would allow you to update one account with the latest ofx/qfx file or update them all along with accounts that are still available directly from the bank via KMM ofx import. I can make this a new wishlist item if this makes sense. -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 460131] Make it possible/easier to open account's web site to download transactions
https://bugs.kde.org/show_bug.cgi?id=460131 --- Comment #3 from Brendan <3...@coupe7.com> --- I'm not sure I have any banks where it is possible (or at least obvious) to get the ofx file directly from a URL. If it was, seems like a way to simulate direct connect so why save the file, just import it. How does KMM handle an ofx file with multiple accounts in it (your Merrill Lynch accounts)? I've never tried it. Every bank that I currently download ofx files from manually seems to do things their own way. I have more than one account at some of the banks and have always downloaded them separately. At a credit union, matching is a disaster so I'm always filtering by date to minimize duplicates. It's for this reason, I'm proposing a way to import all saved ofx files along with any remaining direct connect accounts (or separately, if that's preferred). I assume it will take a fair amount of work to save the files manually but if that can be simplified, that would be even better. I'm not concerned about links to the banks in KMM, I always have one Firefox window open with all of my banks in tabs so getting to the web page is not an issue. I'm imaging this as an update to the OXF Importer plugin, but I'm not sure how involved that would be. Maybe a new plugin, which would be a simplified version of the OFX Importer. I could see it starting out basic and improving with experience. I currently have 6 or 7 accounts where I download the ofx file once a month and have to manually import the file to KMM. Now I've added my Chase credit card, Which I will probably import 4 to 6 times a month, basically doubling the number of times I have to go File, Import, OXF, and select the file. Automating just this part would be very helpful. -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 400465] Imported transactions are not matched against reconciled transactions
https://bugs.kde.org/show_bug.cgi?id=400465 Brendan <3...@coupe7.com> changed: What|Removed |Added CC||3...@coupe7.com --- Comment #6 from Brendan <3...@coupe7.com> --- Thomas changed this several years ago when I ran into a problem with KMM not being able to detect duplicate transactions. He added a second method to detect duplicates. You can find the setting in both the manual OFX import file selector and in the direct connect setup for an account. The setting is called "Method to detect duplicate transactions during import". There are 2 options, "OFX FITID" and "KMyMoney Hash". The KMM hash fixed my import problem when the bank did not sent the same FITID each time you downloaded a transaction. This is not an immediate fix since switching this setting to KMM Hash will result in none of the transactions matching the previous transactions since they used FITID. It's also not perfect, I still get duplicate transactions from one bank where the transactions don't always match. I can limit the extent of the problem by limiting the date range of the download so I haven't dug in to figure out what is going wrong. -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 475674] New: Create a Lock File when running KMyMoney
https://bugs.kde.org/show_bug.cgi?id=475674 Bug ID: 475674 Summary: Create a Lock File when running KMyMoney Classification: Applications Product: kmymoney Version: git (master) Platform: Other OS: Linux Status: REPORTED Severity: wishlist Priority: NOR Component: general Assignee: kmymoney-devel@kde.org Reporter: 3...@coupe7.com Target Milestone: --- I use KMM on multiple systems. My data file is shared between my various Linux systems and several backup servers via Synthing. When I forget to close KMM before opening it on a different system, I can end up with 2 versions of the KMM data file. I have created a workaround with a script that starts KMM (kmymoney.sh). It checks to see if there is a lock file present at the designated path. If the lock file is present, I use Zenity to display a message that file is already open on a different system and I display the name of the system where KMM is already running. If the lock file is not present, I create the lock file which has the same name as the KMM data file that I am trying to open plus .lock. The lock file has the name of the host that is running KMM. Synthing syncs this file to my backup systems and any system that is online immediately. If I put a system to sleep without closing KMM, the lock file is still present. If I then wake up or boot up a different system, it will receive the lock file and prevent me from running KMM with the same data file. It would be ideal if KMM handled all of this internally. By default i think the lock file should be stored in the same path as the data file but it might make sense to make it configurable. The home directory would not work for my setup since I do not sync my entire home directory with Syncthing. -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 469431] Need better way to handle changes in stock price quote source
https://bugs.kde.org/show_bug.cgi?id=469431 Brendan changed: What|Removed |Added CC||k...@coupe7.com --- Comment #48 from Brendan --- As a user for almost 20 years I find this comment pretty insulting to the developers and the users. "kmm is not for the masses, it is an experimental tool with no visible development, non existent documentation and "mail lists"." Go find a version from 20 years ago and tell me there has been no visible development. I'm extremely glad that's not what I was told before I started using KMM. I have found the developers to be very helpful when I run into issues and Thomas has gone way above and beyond helping track down online banking issues for me over the years. While development has essentially stopped on 5.1 for a while now, that's because the focus is on the master version, which you are welcome to run. Of course, it's not released so it's actually experimental to some degree. The Yahoo issue has been a problem, but blaming the KMM team make little sense. It would be nice to find the perfect solution, but sometimes that's in the eye of the beholder. I have no problem editing the Yahoo settings when there is a problem. Tracking down the latest settings is usually as easy as asking on the mailing list if you don't find it there already. I also compile KMM weekly (when things were changing) so updating through the code works for me but releases are pretty rare so that's not a great option for everyone. Maybe a simple link on the "Update Stock and Currency" window to a web page that has the latest settings for online quotes would help. Maybe a link to the KMM Online Quote Settings page in the same window would also help, but I'm not sure that's possible with the existing code. For now, I hope they focus on releasing the master and then maybe some wishlist items can get in their queue. They say you get what you pay for but I think KMM is an example where we get a lot more than we pay for. I suggest you either offer helpful suggestions and deal with what we have or find some other program to track you finances. Or better yet, join the development team and make some visible improvements. Brendan Coupe -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 486168] Kmymoney Reports no longer available after upgrade to Fedora 40 KDE Spin
https://bugs.kde.org/show_bug.cgi?id=486168 Brendan changed: What|Removed |Added CC||k...@coupe7.com --- Comment #15 from Brendan --- Please let everyone know if KMM is working properly on Fedora 40. I've been holding off upgrading since learning about this bug. Thanks. -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 496854] Home Screen is BLANK when opening in Fedora 41 KDE
https://bugs.kde.org/show_bug.cgi?id=496854 Brendan changed: What|Removed |Added CC||k...@coupe7.com --- Comment #3 from Brendan --- Not sure this is relevant but I'll share it just in case. While it took me a while to get KMM to run on Fedora 40 (mostly a pinentry issue), I have not had any problems with Fedora 41. I have not tried the version provided by Fedora. I have compiled both 5.1 and the master branches successfully on 4 different systems. I have scripts that make it easy to compile either branch so I can always run the latest code. -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 499728] New: CVS Importer Improvements
https://bugs.kde.org/show_bug.cgi?id=499728 Bug ID: 499728 Summary: CVS Importer Improvements Classification: Applications Product: kmymoney Version: git (master) Platform: Other OS: Linux Status: REPORTED Severity: wishlist Priority: NOR Component: general Assignee: kmymoney-devel@kde.org Reporter: k...@coupe7.com Target Milestone: --- Unfortunately I can no longer import OFX files from some of my accounts. I have switched to CSV files where possible. I think the import process could be a little easier. Save the defaults on the first screen. If the last time I imported a CSV file I used the banking options and I checked "Skip setup", have those selected the next time I use the CSV import option. Saving these regardless of the account I last imported to would be great, recognizing which account I am currently looking at in the ledger and saving them for each account would be even better. After selecting the CSV file and clicking "Import CSV", find a way to pre-select the account that you want to import the transactions to. I suspect this is not easy since there is no account information like there is in an OFX file. I have a couple of suggestions: 1) Base it on the file name of the CSV file. Require the CSV file name to match the account name in KMM (which mine do) in order to pre-select the account name in the drop down list in the account selection dialog box. 2) If #1 above fails to match an account, use the account that is currently active in the ledger. In both cases the the account selection dialog box should probably open so you can change accounts if necessary. It might make sense to make this an option in the KMM settings so that it can keep working as it does today for those that like it the way it is. -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 499729] New: Create a Lock File when running KMM
https://bugs.kde.org/show_bug.cgi?id=499729 Bug ID: 499729 Summary: Create a Lock File when running KMM Classification: Applications Product: kmymoney Version: git (master) Platform: Other OS: Linux Status: REPORTED Severity: wishlist Priority: NOR Component: general Assignee: kmymoney-devel@kde.org Reporter: k...@coupe7.com Target Milestone: --- I use KMM on various systems and I sync my KMM data file in real time with Syncthing. This can cause problems if I forget that it's open on one system when I open it on a different system. To get around this, I run KMM using a bash script that checks for the presence of a lock file named "MyFileName.kmy.lock". If the lock file is present, my script reads the hostname from the lock file and uses zenity to open a dialog box telling me that KMM is already open on the hostname stored in the lock file and it does NOT run KMM. If the lock file is not present, my script creates the lock file and copies the hostname into the lock file. When KMM closes, the lock file is removed. It would be nice if this functionality was all handled by KMM. It could be turned on and off in the KMM settings since some people may prefer it the way it is today. -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 498485] Depot Balance Chart completely wrong
https://bugs.kde.org/show_bug.cgi?id=498485 Brendan changed: What|Removed |Added CC||k...@coupe7.com --- Comment #3 from Brendan --- Most users understand what KMM is and when they find an issue they report the bug here and help the developers track it down and correct it. As a long term user I have found the developers very helpful and very appreciative when I have reported problems. Every once in a while someone tries your approach and it never works very well. I doubt you will get any feedback from the developers. Personally I never used the "Show Balance Chart" that you are having a problem with. It took me a while to figure out how to open it since your explanation was incomplete. See how hard it is to document things perfectly? Seems like you should be asking for it to be in the right click menu for the individual investments. I compile KMM from the source code and you could not be more wrong that no development has been done in more than 2 years. They have been working on a new version (5.2) for many years and released the last update to the current release (5.1) over 2 years ago. I believe there have been some patches to the current release version since the last release but their focus is on releasing the new version (5.2). I believe you can find the latest test version (5.2) for Windows but I run it on Linux and do not remember where you get those. Had you asked nicely, you probably would have gotten help finding it. Be careful using it since you seem to be allergic to software bugs. I doubt there have been any changes to the show balance chart since most of the work has been on the ledger. The chart you are complaining about does not look correct in 5.1 on my system. Once 5.2 is released I suspect they may have some time to correct it. It's been very clear for the close to 20 years that I have been using KMM that it is not great at handling investments and I'm hoping when things settled down the developers will have time to improve that area. Without specifics and an example KMM file, your other complaints are impossible to comment on or address. I think the Windows version can have problems that do not exist in the Linux version so that might be part of the problem. My reports have always been accurate and I use them for my taxes every year. They always match my tax documents unless I make a data entry error. As far as KMM being dangerous, it has never given me as much as a paper cut. If you think hyperbole is going to help, I think you will be disappointed. To be clear, I am a user and have found KMM a very useful tool for almost 20 years. I was an Microsoft Money user before that. If you don't like it, try something else. I have tried a few other programs in the past and I have not found any that work as well as KMM for my use. I know, I know, my attitude is the problem. I figure you will need to get the last word in and then you can move on to GnuCash. I'm sure they will enjoy your bug reports over there. I would not stay up late waiting for any more responses here. -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 501597] Reports not work in Master
https://bugs.kde.org/show_bug.cgi?id=501597 --- Comment #8 from Brendan --- As part of my early testing I deleted the ~/.config/kmymoney directory and this did not make any difference either. -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 501597] Reports not work in Master
https://bugs.kde.org/show_bug.cgi?id=501597 Brendan changed: What|Removed |Added Resolution|WAITINGFORINFO |NOT A BUG Status|NEEDSINFO |RESOLVED --- Comment #22 from Brendan --- Long story short, the Reports tab was missing because I needed to install the kdiagram2-devel.x86_64 packages from Fedora. Note that kdiagram-devel.x86_64 and kdiagram2.x86_64 were installed when the reports tab was missing. The reason the reports tab was showing on one system was because the old /usr/lib64/qt5/plugins/kmymoney_plugins/reportsview.so was not removed at some point when I started compiling and installing the master branch. On 3 of my 4 systems the old reportsview.so was not left behind, on the one where it was left behind, it kind of worked but not well. After installing kdiagram2-devel.x86_64 on all of my systems and compiling and installing the master branch I get this: find /usr -name reportsview.so -o -name forecastview.so | xargs ls -l -rwxr-xr-x 1 root root 4032464 Mar 23 07:42 /usr/lib64/qt5/plugins/kmymoney_plugins/forecastview.so -rwxr-xr-x 1 root root 16335960 Mar 23 07:42 /usr/lib64/qt5/plugins/kmymoney_plugins/reportsview.so Thanks Thomas. -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 501597] Reports not work in Master
https://bugs.kde.org/show_bug.cgi?id=501597 --- Comment #17 from Brendan --- The only system that shows reports wasn't running so I cooldn't test it until now. I had custom css file int he reports config. I reeset it to defaults and the unexpected text is gone. The buttons still don't work correctly and 3 of my 4 systems do not show the rpeorts tab or the reports in the plugins settings. -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 501597] Reports not work in Master
https://bugs.kde.org/show_bug.cgi?id=501597 --- Comment #21 from Brendan --- I sent the log file to you directly. -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 501597] Reports not work in Master
https://bugs.kde.org/show_bug.cgi?id=501597 --- Comment #20 from Brendan --- I think you found the reason the reports tab shows up but is not working correctly on one system. It appears that on that system an old version was not uninstalled back in October. So the real question is why isn't it being created on any of my systems. When I compile a new version and install it, the first thing my script does is uninstall from the previously installed build. Something must have gone wrong with the process on that one system. That's about the time I was able to get the master to compile and install so that might be a 5.1 file. I wonder what else may be left behind. System with reports (note that I compile in /usr/local/src/kmm/ so the build directories are also found): -rwxr-xr-x 1 root root 4032464 Mar 18 11:44 /usr/lib64/qt5/plugins/kmymoney_plugins/forecastview.so -rwxr-xr-x 1 root root 15093080 Oct 5 12:46 /usr/lib64/qt5/plugins/kmymoney_plugins/reportsview.so -rwxr-xr-x 1 bcoupe Users 4032464 Mar 18 11:44 /usr/local/src/kmm/kmymoney-2025.03.18-11.42.01-GIT-MASTER/build/lib/kmymoney_plugins/forecastview.so System without reports: -rwxr-xr-x 1 root root 4032464 Mar 17 09:28 /usr/lib64/qt5/plugins/kmymoney_plugins/forecastview.so -rwxr-xr-x 1 bcoupe Users 4032464 Mar 17 09:28 /usr/local/src/kmm/kmymoney-2025.03.17-09.26.55-GIT-MASTER/build/lib/kmymoney_plugins/forecastview.so -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 501597] Reports not work in Master
https://bugs.kde.org/show_bug.cgi?id=501597 --- Comment #6 from Brendan --- Removing ~/.local/share/kxmlgui5/kmymoney/kmymoneyui.rc did not fix the button problem. -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 501597] Reports not work in Master
https://bugs.kde.org/show_bug.cgi?id=501597 --- Comment #1 from Brendan --- Created attachment 179471 --> https://bugs.kde.org/attachment.cgi?id=179471&action=edit Missing Reports Tab Reports Tab missing from 3 of my 4 identical systems when I compile the master branch from source. -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 501597] Reports not work in Master
https://bugs.kde.org/show_bug.cgi?id=501597 --- Comment #2 from Brendan --- Created attachment 179472 --> https://bugs.kde.org/attachment.cgi?id=179472&action=edit Unexpected Text at top of Report Unexpected text appears at the top of all reports when I compile the master from source on 1 of my 4 systems (reports tab is missing from the other 3 systems). Note that the buttons do not work as expected, for example when I click on "Export report" it asks me if I want to delete the report. -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 501597] Reports not work in Master
https://bugs.kde.org/show_bug.cgi?id=501597 --- Comment #3 from Brendan --- Created attachment 179473 --> https://bugs.kde.org/attachment.cgi?id=179473&action=edit Unexpect text at the top of reports - AppImage kmymoney-master-4162-linux-gcc-x86_64.AppImage. I get the same unexpected text at the top of reports when running the master app image. In this case the buttons work as expected and the delete button is visible and disabled. The delete button is missing on the reports on the version I compiled locally. -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 501597] Reports not work in Master
https://bugs.kde.org/show_bug.cgi?id=501597 --- Comment #10 from Brendan --- Could there be a conflict between kf5 and kf6? Here is a list of the packages installed on all systems with "devel" and "chart" in the package name: ghc-js-chart-devel.x86_64 kf5-kquickcharts-devel.x86_64 kf6-kquickcharts-devel.x86_64 qt5-qtcharts-devel.x86_64 qt6-qtcharts-devel.x86_64 -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 501597] Reports not work in Master
https://bugs.kde.org/show_bug.cgi?id=501597 --- Comment #12 from Brendan --- I uninstalled all of the kf6 devel packages and there was no change. The I uninstalled all of the qt6 devel packages and there was no change. If I try to uninstall all of the qt6 and kf6 packages, it wants to remove 540 packages, which probably breaks a lot of things in Fedora 41 including Plasma, which I am not running (I'm running Xfce). -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 501597] Reports not work in Master
https://bugs.kde.org/show_bug.cgi?id=501597 --- Comment #13 from Brendan --- To be clear, no change that means the one system that shows the reports tab still has the same problem with unexpected text at the top of the report and the buttons don't work correctly and on the 3 systems that did not show the reports tab, it's still missing. Running the AppImage also still shows the unexpected text at the top but the buttons seem to work correctly. My only option to get clean reports is to run the 5.1 AppImage. -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 475674] Create a Lock File when running KMyMoney
https://bugs.kde.org/show_bug.cgi?id=475674 --- Comment #6 from Brendan --- That was the problem. They are cloned systems. Is it possible to display the hostname from the lck file in the error message? -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 501597] Reports not work in Master
https://bugs.kde.org/show_bug.cgi?id=501597 --- Comment #15 from Brendan --- Created attachment 179576 --> https://bugs.kde.org/attachment.cgi?id=179576&action=edit kmymoney.css ~/.config/kmymoney/html/kmymoney.css -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 475674] Create a Lock File when running KMyMoney
https://bugs.kde.org/show_bug.cgi?id=475674 --- Comment #4 from Brendan --- I just tested this change and it does not appear to be working correctly. When I run KMM, it does create a file named FileName.kmy.lck which then appears on my other system after Syncthing syncs the folder. When I try to open FileName.kmy on the second system, it opens fine, meaning I now have the same KMM file open on 2 systems. It overwrites the original lock file with the information from the second system. Contents of the lck file: First System: 699112 kmymoney LNX-BMC ac37039462fe4d0ab453b92a7b496f83 52b82ed4-97dd-4e78-a58a-4bf11c4bf95a Second System: 38354 kmymoney LNX-KIT ac37039462fe4d0ab453b92a7b496f83 95ade840-0d72-431d-b996-0db4f80d0f57 When I close KMM on the second system, the lock file is deleted. When I close it on the second system, I get and error on the command line (because the file is no longer there): Could not remove our own lock file "/PATH/FileName.kmy.lck" maybe permissions changed meanwhile? Here is the commend line output from the First and Second system *referrint to the order that I open KMM): First System: WebConnect: Running in server mode This is not KMyMoney plugin: '/usr/lib64/qt5/plugins/kmymoney_plugins/konlinetasks_sepa.so' 3:2025/04/01 09-21-00:(null)(699112):banking_update.c: 610: No AqBanking config folder found at [/home/bcoupe/.aqbanking/settings6/users] (-1) 3:2025/04/01 09-21-00:(null)(699112):banking_update.c: 610: No AqBanking config folder found at [/home/bcoupe/.aqbanking/settings/users] (-1) 3:2025/04/01 09-21-00:(null)(699112):banking_update.c: 411: There is no old settings folder, need initial setup "kmymoneySHeZoO" Python module failed to load Traceback (most recent call last): File "/tmp/kmymoneySHeZoO.py", line 10, in import logging.config File "/usr/lib64/python3.13/logging/config.py", line 31, in import logging.handlers File "/usr/lib64/python3.13/logging/handlers.py", line 30, in import pickle File "/usr/lib64/python3.13/pickle.py", line 33, in from struct import pack, unpack File "/usr/lib64/python3.13/struct.py", line 13, in from _struct import * ImportError: /usr/lib64/python3.13/lib-dynload/_struct.cpython-313-x86_64-linux-gnu.so: undefined symbol: PyByteArray_Type Could not remove our own lock file "/home/bcoupe/KMM/Coupes.kmy.lck" maybe permissions changed meanwhile? (kmymoney:699112): GLib-GIO-CRITICAL **: 09:23:05.374: GFileInfo created without standard::icon (kmymoney:699112): GLib-GIO-CRITICAL **: 09:23:05.374: file ../gio/gfileinfo.c: line 1765 (g_file_info_get_icon): should not be reached (kmymoney:699112): GLib-GIO-CRITICAL **: 09:23:05.374: GFileInfo created without standard::icon (kmymoney:699112): GLib-GIO-CRITICAL **: 09:23:05.374: file ../gio/gfileinfo.c: line 1765 (g_file_info_get_icon): should not be reached (kmymoney:699112): GLib-GIO-CRITICAL **: 09:23:05.374: GFileInfo created without standard::icon Second System: WebConnect: Running in server mode This is not KMyMoney plugin: '/usr/lib64/qt5/plugins/kmymoney_plugins/konlinetasks_sepa.so' 3:2025/04/01 09-22-18:(null)(38354):banking_update.c: 610: No AqBanking config folder found at [/home/bcoupe/.aqbanking/settings6/users] (-1) 3:2025/04/01 09-22-18:(null)(38354):banking_update.c: 610: No AqBanking config folder found at [/home/bcoupe/.aqbanking/settings/users] (-1) 3:2025/04/01 09-22-18:(null)(38354):banking_update.c: 411: There is no old settings folder, need initial setup "kmymoneyJIOaix" Python module failed to load Traceback (most recent call last): File "/tmp/kmymoneyJIOaix.py", line 10, in import logging.config File "/usr/lib64/python3.13/logging/config.py", line 31, in import logging.handlers File "/usr/lib64/python3.13/logging/handlers.py", line 30, in import pickle File "/usr/lib64/python3.13/pickle.py", line 33, in from struct import pack, unpack File "/usr/lib64/python3.13/struct.py", line 13, in from _struct import * ImportError: /usr/lib64/python3.13/lib-dynload/_struct.cpython-313-x86_64-linux-gnu.so: undefined symbol: PyByteArray_Type (kmymoney:38354): GLib-GIO-CRITICAL **: 09:22:36.569: GFileInfo created without standard::icon (kmymoney:38354): GLib-GIO-CRITICAL **: 09:22:36.569: file ../gio/gfileinfo.c: line 1765 (g_file_info_get_icon): should not be reached (kmymoney:38354): GLib-GIO-CRITICAL **: 09:22:36.569: GFileInfo created without standard::icon (kmymoney:38354): GLib-GIO-CRITICAL **: 09:22:36.569: file ../gio/gfileinfo.c: line 1765 (g_file_info_get_icon): should not be reached (kmymoney:38354): GLib-GIO-CRITICAL **: 09:22:36.569: GFileInfo created without standard::icon (kmymoney:38354): GLib-GIO-CRITICAL **: 09:22:36.569: file ../gio/gfileinfo.c: line 1765 (g_file_info_get_icon): should not be reached -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 501597] Reports not work in Master
https://bugs.kde.org/show_bug.cgi?id=501597 --- Comment #9 from Brendan --- I have installed all of the available packages with chart and devel in the name. I think this discussion you are referring to might have been with me. I will look for it later. At that time I thought I solved the problem when I installed some devel packages but it only worked on the one system and I guess I never opened a report to see the text at the top and the button issues. I only saw that the Reports tab was working. Also note that the 3 systems that do not show the reports tab have exactly the same packages installed as the one whith the reports tab working. This is the output when I compile on the machine that does show the reports tab but they are not working correctly. This is very similar to the one where the reports tab is missing. It seems odd that the reports and charts are in the list of disabled features yet the reports tab is there on one of the systems. -- The following REQUIRED packages have not been found: -- The following OPTIONAL packages have not been found: -- The following features have been enabled: * Encryption, Allows to store your financial data using strong GPG encryption. * Doxygen, Generate API documentation with Doxygen (for devs only). * Holidays, Allows fetching holidays from KDE PIM system. * Forecast view, Adds possibility to calculate forecasts. * Budget view, Adds possibility to plan a budget. * Online job outbox view, Adds outbox for sending online jobs. * SQL Storage, Allows storing your financial data in SQL database. * LibOFX, Enables OFX import, export, and Direct Connect using LibOFX library. * SQLCipher, Allows encrypting your SQLite3 database. * KBanking, Interface for the following online banking protocols: HBCI, EBICS, OFX Direct Connect, Paypal * Woob, Online banking interface using Woob. * iCalendar, iCalendar integration. * Internationalization, Generation of i18n files (messages and docs) -- The following features have been disabled: * Address book, Allows fetching payee information from KDE PIM system. * Reports view, Adds possibility to display chart and table reports. * SQL Tracer, It traces the SQL queries to the console. * IBAN/BIC data, Adds predefined IBAN/BIC numbers to KMyMoney (note: doesn't work yet). * Cost center support, Adds support for cost centers (for devs only). * Warnings as errors, Enforces all warnings to be reported as errors. * Model test, Generate modeltest code (for devs only). * QtDesigner, Qt-Designer library support (for devs only). -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 501597] New: Reports not work in Master
https://bugs.kde.org/show_bug.cgi?id=501597 Bug ID: 501597 Summary: Reports not work in Master Classification: Applications Product: kmymoney Version: git (master) Platform: Compiled Sources OS: Linux Status: REPORTED Severity: major Priority: NOR Component: reports Assignee: kmymoney-devel@kde.org Reporter: k...@coupe7.com Target Milestone: --- I am compiling the source from the master tree on Fedora 41. I have 4 systems that have the exact same packages installed on them. In 3 of the 4 systems the Reports tab is missing. See the attached screen capture. On one system the reports tab is present but when I open a report there is text at the top of the screen. See the attached screen capture. On the self compiled versions, the burrons at the top do not work as expected. When I click on the "Export report" button, it asks me if I want to delete the report. I have also tried running the latest AppImage of the master. I get the same test at the top but the buttons appear to work correctly. I tried to compile the 5.1 branch to get my reports working. It fails at about 80% and it's not worth trying to figure out why. When I run the 5.1 AppImage, I can get all of my rpeorts with no errors. -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 501597] Reports not work in Master
https://bugs.kde.org/show_bug.cgi?id=501597 --- Comment #7 from Brendan --- After deleting ~/.local/share/kxmlgui5/kmymoney/kmymoneyui.rc, it was not recreated when I ran KMM. I'm not sure if it's no longer part of the master. After deleting it and running the AppImage, the buttons still appear, including the delete button, and they appear to be working correctly. The AppImage still has the unexpected text at the top of the report. -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 475674] Create a Lock File when running KMyMoney
https://bugs.kde.org/show_bug.cgi?id=475674 --- Comment #11 from Brendan --- Where was the lck file stored? I never saw that before the recent change. -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 475674] Create a Lock File when running KMyMoney
https://bugs.kde.org/show_bug.cgi?id=475674 --- Comment #9 from Brendan --- KMM already handled the case when you try to open the same file on the same computer and that still works after this change. The error message for both attempting to open the file a second time on the same system and on a remote system are the same. "File FineName.kmy is already opened by another process." I would argue that is should say on another system when it's based on the lock file and the machine IDs are different but that sounds like a Qt issue. Not sure how KMM detects that the local file is already opened. It seems like different mechanisms with the same error message. -- You are receiving this mail because: You are the assignee for the bug.