Bug 13848 - gnome-sound-recorder does not start " syntax error near unexpected token `{' "
Summary: gnome-sound-recorder does not start " syntax error near unexpected token `{' "
Status: RESOLVED FIXED
Alias: None
Product: Mageia
Classification: Unclassified
Component: RPM Packages (show other bugs)
Version: Cauldron
Hardware: All Linux
Priority: Normal normal
Target Milestone: ---
Assignee: Olav Vitters
QA Contact:
URL:
Whiteboard:
Keywords: Triaged
Depends on:
Blocks:
 
Reported: 2014-08-03 13:22 CEST by David GEIGER
Modified: 2014-11-01 09:02 CET (History)
1 user (show)

See Also:
Source RPM: gnome-sound-recorder-3.13.4-1.mga5
CVE:
Status comment:


Attachments

Description David GEIGER 2014-08-03 13:22:01 CEST
On Mageia release 5 (Cauldron) for x86_64

gnome-sound-recorder does not start, here output of console:

$ LC_ALL=C gnome-sound-recorder
/usr/bin/gnome-sound-recorder: line 2: syntax error near unexpected token `{'
/usr/bin/gnome-sound-recorder: line 2: `imports.package.init({ name: "gnome-sound-recorder",'
$




Reproducible: 

Steps to Reproduce:
David GEIGER 2014-08-03 13:22:34 CEST

Assignee: bugsquad => olav

Comment 1 Manuel Hiebel 2014-08-21 11:22:20 CEST
cat /usr/bin/gnome-sound-recorder 
#!
imports.package.init({ name: "gnome-sound-recorder",
                        version: "3.13.4",
                        prefix: "/usr",
                        libdir: "/usr/lib64" });
imports.package.run(imports.main);

I don't know much about python

Keywords: (none) => Triaged

Comment 2 Jani Välimaa 2014-11-01 09:02:32 CET
Fixed in gnome-sound-recorder-3.14.0.1-4.mga5. The bug was caused by a missing shebang in launcher (because of a missing BuildRequires for gjs).

Status: NEW => RESOLVED
CC: (none) => jani.valimaa
Resolution: (none) => FIXED


Note You need to log in before you can comment on or make changes to this bug.