Bug 493692

Summary: Error with AqBanking
Product: [Applications] skrooge Reporter: Fabiano Caruana <bugzilla>
Component: generalAssignee: Stephane MANKOWSKI <stephane>
Status: RESOLVED FIXED    
Severity: normal CC: bernhard+kde
Priority: NOR    
Version First Reported In: 2.33.0   
Target Milestone: 25.1.0   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:
Attachments: Error aqbanking

Description Fabiano Caruana 2024-09-26 14:00:17 UTC
Created attachment 174104 [details]
Error aqbanking

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: 
KDE Plasma Version:  5.27.11
KDE Frameworks Version: 5.115.0
Qt Version: 5.15.12
Kernel-Version: 6.4.0-150600.23.22-default (64-bit)

Hi Stephane,

I installed Skrooge 2.33 yesterday and all the corrections are now working perfectly... Thank you very much.

But now I have a different problem, namely with aqbanking (version 6.5.4).

An error message appears immediately:

[ERR-5]: The following command failed with error 1:

“/usr/share/skrooge/skrooge-sabb.py bulkdownload --output_folder "/tmp/skrooge-xxxxxx" --terminal-emulator '"konsole -e"'“

(see also screenshot).

I remember that this was also the case with Skrooge version 2.30 or 2.29.

With versions 2.31 and 2.32 everything worked perfectly until yesterday.

greetings
Udo
Comment 1 Stephane MANKOWSKI 2024-09-26 18:57:45 UTC
The creator of this plugin has been informed of this ticket.
Comment 2 Bernhard Scheirle 2024-09-27 04:12:43 UTC
In the import/export -> Backends settings please use:
`aqbanking(--terminal-emulator 'konsole -e')`

Not sure what triggered this, but instead of `'"` we now have to use `'` to quote the terminal emulator.
Comment 3 Fabiano Caruana 2024-09-27 04:39:27 UTC
(In reply to Bernhard Scheirle from comment #2)
> In the import/export -> Backends settings please use:
> `aqbanking(--terminal-emulator 'konsole -e')`
> 
> Not sure what triggered this, but instead of `'"` we now have to use `'` to
> quote the terminal emulator.

OK!
Works with this setting.
Thank you.

greetings
Udo