| Summary: | Woob import | ||
|---|---|---|---|
| Product: | [Applications] skrooge | Reporter: | forum <forum> |
| Component: | general | Assignee: | Stephane MANKOWSKI <stephane> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 25.1.0 | ||
| Target Milestone: | 25.1.0 | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
forum@guicar.fr
2025-04-08 17:21:53 UTC
Hi, You can try this: - Search org.kde.skrooge-import-backend-woob.desktop in you system - Replace the line: X-SKROOGE-csvcolumns=date2|date1|mode|comment|payee|amount by X-SKROOGE-csvcolumns=|date2|date1|mode|comment|payee|amount Regards Thank you for your quick input. I have made the change but i still have the issue. Regards Hi, I have installed skrooge 2.30 using snap but i got this error PYTHONIOENCODING=utf_8 woob bank ls -q -f csv -s id,label,balance 2>/dev/null |grep -v "If --auto-update" | grep -E "id;label;balance|" If I launch the command in a terminal it's work. So the application seems not able to access to my local directories like /home/jpm/.local/bin/woob may be because Skrooge snap environment is closed and "path" is not available. Regards, (In reply to forum@guicar.fr from comment #2) > Thank you for your quick input. I have made the change but i still have the > issue. > Regards This should work. Are you sure you modified the version installed ? You must have done it as root. (In reply to forum@guicar.fr from comment #3) > Hi, > I have installed skrooge 2.30 using snap but i got this error > PYTHONIOENCODING=utf_8 woob bank ls -q -f csv -s id,label,balance > 2>/dev/null |grep -v "If --auto-update" | grep -E "id;label;balance|" > If I launch the command in a terminal it's work. So the application seems > not able to access to my local directories like /home/jpm/.local/bin/woob > may be because Skrooge snap environment is closed and "path" is not > available. > Regards, This is not an issue of Skrooge but an issue of the snap packaging. To be honest, I don't know very well snap and don't know how to fix that. (In reply to Stephane MANKOWSKI from comment #4) > (In reply to forum@guicar.fr from comment #2) > > Thank you for your quick input. I have made the change but i still have the > > issue. > > Regards > > This should work. Are you sure you modified the version installed ? You must > have done it as root. So here are commands and results: sudo updatedb sudo locate org.kde.skrooge-import-backend-woob.desktop /usr/share/kservices5/org.kde.skrooge-import-backend-woob.desktop /var/lib/flatpak/app/org.kde.skrooge/x86_64/master/20579d72dec472682d77ba903881c623811a80678ecc52da2c6168ec6e1fc18c/files/share/kservices5/org.kde.skrooge-import-backend-woob.desktop cat /usr/share/kservices5/org.kde.skrooge-import-backend-woob.desktop | grep "X-SKROOGE-csvcolumns" X-SKROOGE-csvcolumns=|date2|date1|mode|comment|payee|amount cat /var/lib/flatpak/app/org.kde.skrooge/x86_64/master/20579d72dec472682d77ba903881c623811a80678ecc52da2c6168ec6e1fc18c/files/share/kservices5/org.kde.skrooge-import-backend-woob.desktop | grep "X-SKROOGE-csvcolumns" X-SKROOGE-csvcolumns=|date2|date1|mode|comment|payee|amount I didn't find any other files (In reply to Stephane MANKOWSKI from comment #5) > (In reply to forum@guicar.fr from comment #3) > > Hi, > > I have installed skrooge 2.30 using snap but i got this error > > PYTHONIOENCODING=utf_8 woob bank ls -q -f csv -s id,label,balance > > 2>/dev/null |grep -v "If --auto-update" | grep -E "id;label;balance|" > > If I launch the command in a terminal it's work. So the application seems > > not able to access to my local directories like /home/jpm/.local/bin/woob > > may be because Skrooge snap environment is closed and "path" is not > > available. > > Regards, > > This is not an issue of Skrooge but an issue of the snap packaging. To be > honest, I don't know very well snap and don't know how to fix that. Thank you My wishes is to find a Skrooge version compatible with Ubuntu 20.04.2 (focal) and woob 3.7 (In reply to forum@guicar.fr from comment #2) > Thank you for your quick input. I have made the change but i still have the > issue. > Regards I've reinstalled skrooge 2.28 from http://ppa.launchpad.net/s-mankowski/ppa-kf5/ubuntu as it was initially done and now it's works with woob 3.7 !!! |