[Bug 1196117] New: Script with stdout output crashes when run by mouse click

http://bugzilla.opensuse.org/show_bug.cgi?id=1196117 Bug ID: 1196117 Summary: Script with stdout output crashes when run by mouse click Classification: openSUSE Product: openSUSE Tumbleweed Version: Current Hardware: Other OS: openSUSE Tumbleweed Status: NEW Severity: Normal Priority: P5 - None Component: KDE Workspace (Plasma) Assignee: opensuse-kde-bugs@opensuse.org Reporter: Michael.Zapf@mizapf.de QA Contact: qa-bugs@suse.de Found By: --- Blocker: --- With a recent update of Tumbleweed I noticed that several of my script files do not work anymore. These scripts are run as applications on the desktop, created by "Create new link to application" (.desktop files). They are intended to be started by mouse click. The following file shows the problem: #!/bin/bash echo 1 > /tmp/test echo Hello echo 2 >> /tmp/test Save it as a file. When this is run from the console, it creates a file /tmp/test with two lines (1, 2). When I run this script by mouse click on the desktop, or when I click its program icon in Dolphin, the created file only has a "1" line, which means the script obviously exited on the "echo Hello" line. -- You are receiving this mail because: You are on the CC list for the bug.

http://bugzilla.opensuse.org/show_bug.cgi?id=1196117 http://bugzilla.opensuse.org/show_bug.cgi?id=1196117#c1 --- Comment #1 from Michael Zapf <Michael.Zapf@mizapf.de> --- Testing today, no problem. It does not seem to happen permanently, and I did not apply any updates. But when it happened, applications like signal-desktop or steam did not start either, unless I selected "Start in terminal". Both have stdout output. Will keep observing. -- You are receiving this mail because: You are on the CC list for the bug.

http://bugzilla.opensuse.org/show_bug.cgi?id=1196117 http://bugzilla.opensuse.org/show_bug.cgi?id=1196117#c2 --- Comment #2 from Michael Zapf <Michael.Zapf@mizapf.de> --- I cannot reproduce the effect anymore. Ticket may be closed. -- You are receiving this mail because: You are on the CC list for the bug.

http://bugzilla.opensuse.org/show_bug.cgi?id=1196117 http://bugzilla.opensuse.org/show_bug.cgi?id=1196117#c3 Fabian Vogt <fabian@ritter-vogt.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |fabian@ritter-vogt.de Resolution|--- |WORKSFORME --- Comment #3 from Fabian Vogt <fabian@ritter-vogt.de> --- (In reply to Michael Zapf from comment #2)
I cannot reproduce the effect anymore. Ticket may be closed.
-- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com