This file is indexed.

/usr/share/kservices5/org.kde.skrooge-import-backend-weboob0g.desktop is in skrooge 2.11.0-1build2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
[Desktop Entry]
Name=Weboob 0g backend
Name[ca]=Dorsal del Weboob 0g
Name[ca@valencia]=Dorsal del Weboob 0g
Name[cs]=Podpůrná vrstva Weboob 0g
Name[en_GB]=Weboob 0g backend
Name[es]=Motor Weboob 0g
Name[fr]=Moteur Weboob 0g
Name[gl]=Infraestrutura de weboob 0g
Name[it]=Motore Weboob 0g
Name[nl]=Weboob 0g-backend
Name[pl]=Silnik Weboob 0g
Name[pt]=Infra-estrutura 0g do Weboob
Name[sv]=Weboob 0g-gränssnitt
Name[tr]=Weboob 0g arka ucu
Name[uk]=Модуль Weboob 0g
Name[x-test]=xxWeboob 0g backendxx
Comment=An import backend for Skrooge using weboob 0g.\n You must install weboob and configure correctly the boobank module before using this backend.
Comment[ca]=Un dorsal d'importació per a l'Skrooge usant Weboob 0g.\n Cal instal·lar el «weboob» i configurar correctament el mòdul «boobank» abans d'usar aquest dorsal.
Comment[ca@valencia]=Un dorsal d'importació per a l'Skrooge usant Weboob 0g.\n Cal instal·lar el «weboob» i configurar correctament el mòdul «boobank» abans d'usar este dorsal.
Comment[en_GB]=An import backend for Skrooge using weboob 0g.\n You must install weboob and configure correctly the boobank module before using this backend.
Comment[es]=Un motor de importación para Skrooge que usa weboob 0g.\n Debe instalar weboob y configurar correctamente el módulo «boobank» antes de usar este motor.
Comment[fr]=Un moteur d'importation pour Skrooge utilisant weboob 0g\n Vous devez installer weboob et configurer correctement le module boobank avant d'utiliser ce moteur.
Comment[gl]=Unha infraestrutura de importación para Skrooge que usa weboob 0g.\nDebe instalar weboob e configurar correctamente o módulo boobank para poder usar esta infraestrutura.
Comment[it]=Un motore di importazione per Skrooge che utilizza weboob 0g.\n Prima di usare questo motore devi installare weboob e configurare correttamente il modulo boobank.
Comment[nl]=Een backend voor importeren voor Skrooge met gebruik van weboob 0g.\n U moet weboob installeren en de boobank-module juist configureren vóór deze backend te gebruiken.
Comment[pl]=Silnik importu dla Skrooge używający weboob 0g.\n Musisz wgrać weboob  i ustawić poprawnie moduł boobank przed użyciem tego silnika.
Comment[pt]=Uma infra-estrutura de importação para o Skrooge que usa o '0g' do Weboob.\n Deverá instalar o Weboob e configurar correctamente o módulo 'boobank' antes de usar esta infra-estrutura.
Comment[sv]=Ett importgränssnitt för Skrooge som använder weboob 0g.\nDu måste installera weboob och ställa in modulen boobank korrekt innan gränssnittet används.
Comment[tr]=Weboob 0g kullanarak Skrooge için bir içe aktarım arka ucu.\n Bu arka uç kullanmadan önce weboob yüklemeniz ve boobank modülünü doğru yapılandırmanız gerekir.
Comment[uk]=Модуль імпортування даних до Skrooge з використанням weboob 0g.\n Перш ніж користуватися цим модулем, вам слід встановити weboob і належним чином налаштувати модуль boobank.
Comment[x-test]=xxAn import backend for Skrooge using weboob 0g.\n You must install weboob and configure correctly the boobank module before using this backend.xx
Encoding=UTF-8
Icon=skrooge
Type=Service
X-KDE-ServiceTypes=Skrooge/Import/Backend
X-Krunner-ID=weboob0g
X-KDE-PluginInfo-Author=Stephane MANKOWSKI,miraks
X-KDE-PluginInfo-Email=stephane@mankowski.fr
X-KDE-PluginInfo-Name=weboob0g
X-KDE-PluginInfo-Version=1.0
X-KDE-PluginInfo-Website=http://skrooge.org/
X-KDE-PluginInfo-Category=Plugins
X-KDE-PluginInfo-Depends=
X-KDE-PluginInfo-License=GPL
X-KDE-PluginInfo-EnabledByDefault=true

#The command line to get the list of accounts in the standard output, something like this:
#id;balance
#12345@bankname;123.45
#78900@bankname;789.00
#
#The command must provide one line per account. This could be a csv or a text plain file.
#Warning: The first line is ignored
#%3 will be replaced by the password requeted interactively to the en user
#This parameter is MANDATORY
X-SKROOGE-getaccounts=boobank ls -q -f csv -s id,label,balance | grep -E "id|%parameter1"


#Regular expression to capture the account id of each accounts
#For the regexp syntax, you can consult this page: http://qt-project.org/doc/qt-4.8/qregexp.html
#If the account id is something like aa@bb then aa is the account identifier and bb the bank name.
#This parameter is MANDATORY
X-SKROOGE-getaccountid=([^;]*);

#Regular expression to capture the account balance of each accounts
#The account balance is used only during the first import to compute the initial balance of the account.
#For an existing account with already some operations, this is used to check the account.
#This parameter is not MANDATORY.
X-SKROOGE-getaccountbalance=[^;]*;[^;]*;([^;]*)

#Regular expression to capture the name of account
#This parameter is not MANDATORY.
X-SKROOGE-getaccountname=[^;]*;([^;]*)

#The command line to get the csv operations list.
#Example:
#id;date;rdate;type;raw;category;label;amount
#0@creditcooperatif;2013-04-12;2013-04-12;1;VIREMENT I.P.E.C.A. PREVOYANCE- VIRT IPECA - FRAIS DE SANTE;Not available;I.P.E.C.A. PREVOYANCE;16.80
#0@creditcooperatif;2013-04-12;2013-04-12;1;VIR C.P.A.M. TOULOUSE- 000000 131000017450;Not available;C.P.A.M. TOULOUSE;16.10
#0@creditcooperatif;2013-04-12;2013-04-12;3;CHEQUE NC 1962805;Not available;CHEQUE NC 1962805;-319.00
#
#The command must provide one line per account. This must be csv file.
#
#In the command line:
#  %1 will be replaced by the account id  [MANDATORY]
#  %2 will be replaced by the nb max operations to download [NOT MANDATORY]
#  %3 will be replaced by the password) [NOT MANDATORY]
#  %4 will be replaced by the begin date (format: YYYY-MM-DD) of operations [NOT MANDATORY]
#
#This parameter is not MANDATORY but if not used then getbulk must be used
X-SKROOGE-getoperations=boobank -q -f csv -n %2 history "%1"

#The command line to get all csv files in one call.
#Format of CSV files must be the same than for getoperations
#If getbulk is declare then getoperations is ignored
#
#In the command line:
#  %1 will be replaced by the temporary directory  [MANDATORY]
#
#This parameter is not MANDATORY but if not used then getoperations must be used
#getbulk=bulkdownload "%1"

#The csv columns. See CSV import settings for more detail.
X-SKROOGE-csvcolumns=csvcolumns=||date||mode|comment||payee|amount