| Summary: |
/bug -script returns an error message and outputs nothing |
| Product: |
[Applications] konversation
|
Reporter: |
Sputnik <sputnikshock> |
| Component: |
general | Assignee: |
Konversation Bugs <konversation-bugs-null> |
| Status: |
RESOLVED
FIXED
|
|
|
| Severity: |
normal
|
CC: |
sputnikshock
|
| Priority: |
NOR
|
|
|
| Version First Reported In: |
1.5 | |
|
| Target Milestone: |
--- | |
|
| Platform: |
Kubuntu | |
|
| OS: |
Linux | |
|
|
Latest Commit:
|
http://commits.kde.org/konversation/82742611bbde4e32335a3bd67df0669d8bc3dac9
|
Version Fixed/Implemented In:
|
|
|
Sentry Crash Report:
|
|
| |
On my installation /bug does nothing. Starting konversation from the konsole gives the following output: > Traceback (most recent call last): File "/usr/share/kde4/apps/konversation/scripts/bug", line 49, in <module> subprocess.call('xdg-open', url) File "/usr/lib/python2.7/subprocess.py", line 522, in call return Popen(*popenargs, **kwargs).wait() File "/usr/lib/python2.7/subprocess.py", line 659, in __init__ raise TypeError("bufsize must be an integer") TypeError: bufsize must be an integer Reproducible: Always Steps to Reproduce: 1. use the /bug script inside Konversation 2. 3. Actual Results: No output, but error message on the command line if started from command line.