FS#37569 - [konversation] sysinfo not working

Attached to Project: Arch Linux
Opened by demiray muhterem (tulliana) - Thursday, 31 October 2013, 19:41 GMT
Last edited by Evangelos Foutras (foutrelis) - Friday, 07 November 2014, 02:03 GMT
Task Type Bug Report
Category Upstream Bugs
Status Closed
Assigned To Tom Gundersen (tomegun)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Package: Konversation


Problem: /sysinfo command not working. Because sysinfo script problem:

open the konversation package:
path: /usr/share/apps/konversation/scripts/sysinfo



find:
qdbus org.kde.konversation /irc error "$out"
else
qdbus org.kde.konversation /irc say $SERVER "$TARGET" "$out"



replace:
qdbus-qt4 org.kde.konversation /irc error "$out"
else
qdbus-qt4 org.kde.konversation /irc say $SERVER "$TARGET" "$out"



thank you guys ;)
This task depends upon

Closed by  Evangelos Foutras (foutrelis)
Friday, 07 November 2014, 02:03 GMT
Reason for closing:  Fixed
Additional comments about closing:  konversation 1.5.1-1
Comment by Gustavo Alvarez (sl1pkn07) - Thursday, 31 October 2013, 21:53 GMT
you need install qtchooser
Comment by Jelle van der Waa (jelly) - Friday, 15 November 2013, 09:47 GMT
It's not listed as optdepend.
Comment by Gustavo Alvarez (sl1pkn07) - Friday, 15 November 2013, 10:02 GMT
But listed in qt4 optdepend
Comment by Gustavo Alvarez (sl1pkn07) - Monday, 27 January 2014, 21:48 GMT
another fail in konversation 1.5, same script

http://sl1pkn07.no-ip.com/paste/view/5e0ff7b5
Comment by Gustavo Alvarez (sl1pkn07) - Wednesday, 29 January 2014, 21:08 GMT
i found the problem

/etc/os-release have 2 blank lines http://wstaw.org/m/2014/01/29/plasma-desktopDj5465.png

this break sysinfo script

remove one of these lines make script work again

i will report the problem to konversation devs in IRC

greetings
Comment by Gustavo Alvarez (sl1pkn07) - Wednesday, 29 January 2014, 21:38 GMT Comment by Gustavo Alvarez (sl1pkn07) - Friday, 07 February 2014, 01:53 GMT

Loading...