Package: electrum
Version: 4.0.2-2
Severity: normal

Dear Maintainer,

When kbuildsycoca5 runs to regenerate KDE menus from the XDG .desktop
menu entries, Electrum causes these errors:

kf.config.core: "KConfigIni: In file /usr/share/applications/electrum.desktop, 
line 6: " "Invalid escape sequence \"\\\"\"."
kf.config.core: "KConfigIni: In file /usr/share/applications/electrum.desktop, 
line 6: " "Invalid escape sequence \"\\\"\"."
kf.config.core: "KConfigIni: In file /usr/share/applications/electrum.desktop, 
line 21: " "Invalid escape sequence \"\\\"\"."
kf.config.core: "KConfigIni: In file /usr/share/applications/electrum.desktop, 
line 21: " "Invalid escape sequence \"\\\"\"."


To fix this issue please change these two Exec lines in 
/usr/share/applications/electrum.desktop:

Exec=sh -c "PATH=\"\\$HOME/.local/bin:\\$PATH\"; electrum %u"
...
Exec=sh -c "PATH=\"\\$HOME/.local/bin:\\$PATH\"; electrum --testnet %u"

to the following:

Exec=env PATH="$HOME/.local/bin:$PATH" electrum %u
...
Exec=env PATH="$HOME/.local/bin:$PATH" electrum --testnet %u



-- System Information:
Debian Release: bullseye/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.10.0-2-amd64 (SMP w/12 CPU threads)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages electrum depends on:
ii  python3           3.9.1-1
ii  python3-electrum  4.0.2-2

Versions of packages electrum recommends:
ii  python3-pyqt5       5.15.2+dfsg-3
ii  python3-qdarkstyle  2.8.1+ds1-2

Versions of packages electrum suggests:
pn  python3-btchip  <none>
pn  python3-trezor  <none>
pn  python3-zbar    <none>

-- no debconf information

Reply via email to