| Summary: | run command in konsole notifications has problems | ||
|---|---|---|---|
| Product: | [Applications] konsole | Reporter: | S. Umar <sait.a.umar> |
| Component: | general | Assignee: | Konsole Bugs <konsole-bugs-null> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | normal | CC: | yoyo |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Fedora RPMs | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
S. Umar
2008-11-26 17:38:11 UTC
I have the same problem with kopete notifications. It seems that the command in the "Run command" entry in notifications gets url-ified or something: Using someting with spaces ( "xmessage test", without the quotes) gets: /bin/sh: xmessage%20test: command not found If there is a space at the end of the command it gets replaced with %20 even in the dialog. Also using / in the beginnig creates a file:// prefix: bin/sh: file:///home/yoyo/bin/dumb_kopete_new_msg_notification: No such file or directory ( the command was "/home/yoyo/bin/dumb_kopete_new_msg_notification" ) This is with KDE compiled from svn r918146 (2009-01-29) Is it KDE 4.1 branch from SVN? or 4.2 branch? I have not tested it but I think I saw commits in 4.2 branch that may have solved this problem. Nevermind, I should have done more searching before... It is bug 168968, the patch was merged yesterday, thanks for the pointer. Yes, that is the one. I updated from svn too. Works here now under KDE 4.4.x |