Activity log for bug #660627

Date Who What changed Old value New value Message
2010-10-14 16:24:51 Takashi Sakamoto bug added bug
2010-10-14 16:24:51 Takashi Sakamoto attachment added diff patch for fix the command parameter https://bugs.launchpad.net/bugs/660627/+attachment/1692794/+files/02_fix-parameter.diff
2010-10-14 16:26:19 Takashi Sakamoto description Binary package hint: monobristol In MainWindow.cs, this code is used to start bristrol process with some parameters. In this case, one of parameter is "mini". System.Diagnostics.Process.Start ("startBristol "+param+" -mini"); Then I got this error message below. gvfs-open: file:///home/mocchi/test/hoge/startBristol%20-alsa-alsa%20-mini: error opening location: Error stating file '/home/mocchi/test/hoge/startBristol -alsa-alsa -mini': No such file or directory To refer to this developer document, the sigle parameter show the file path, not path with parameters. http://msdn.microsoft.com/en-us/library/53ezey2s%28v=VS.80%29.aspx There is a need to give two parameters to start method, not one parameter. http://msdn.microsoft.com/en-us/library/h6ak8zt5%28v=VS.80%29.aspx So I change the code below. Here I define startBristol as "/usr/lib/startBristol" in advance. System.Diagnostics.Process.Start (startBristol, param+" -mini"); Then I got no error. Would you include this bug fix? ProblemType: Bug DistroRelease: Ubuntu 10.10 Package: monobristol 0.60.1-1 ProcVersionSignature: Ubuntu 2.6.35-22.34-generic 2.6.35.4 Uname: Linux 2.6.35-22-generic i686 Architecture: i386 Date: Fri Oct 15 01:02:21 2010 InstallationMedia: Ubuntu-Studio 10.10 "Maverick Meerkat" - Beta i386 (20100902.1) PackageArchitecture: all ProcEnviron: LANGUAGE=ja_JP:ja:en LANG=ja_JP.utf8 SHELL=/bin/bash SourcePackage: monobristol Binary package hint: monobristol In MainWindow.cs, this code is used to start bristrol process with some parameters. In this case, one of parameter is "mini". System.Diagnostics.Process.Start ("startBristol "+param+" -mini"); Then I got this error message below. gvfs-open: file:///home/mocchi/test/hoge/startBristol%20-alsa-alsa%20-mini: error opening location: Error stating file '/home/mocchi/test/hoge/startBristol -alsa-alsa -mini': No such file or directory To refer to this developer document, the sigle parameter show the file path, not path with parameters. http://msdn.microsoft.com/en-us/library/53ezey2s%28v=VS.80%29.aspx There is a need to give two parameters to start method, not one parameter. http://msdn.microsoft.com/en-us/library/h6ak8zt5%28v=VS.80%29.aspx So I change the code below. Here I define startBristol as "/usr/lib/startBristol" in advance. System.Diagnostics.Process.Start (startBristol, param+" -mini"); Then I got no error. Would you include this bug fix? ProblemType: Bug DistroRelease: Ubuntu 10.10 Package: monobristol 0.60.1-1 ProcVersionSignature: Ubuntu 2.6.35-22.34-generic 2.6.35.4 Uname: Linux 2.6.35-22-generic i686 Architecture: i386 Date: Fri Oct 15 01:02:21 2010 InstallationMedia: Ubuntu-Studio 10.10 "Maverick Meerkat" - Beta i386 (20100902.1) PackageArchitecture: all ProcEnviron:  LANGUAGE=ja_JP:ja:en  LANG=ja_JP.utf8  SHELL=/bin/bash SourcePackage: monobristol
2010-10-14 17:30:28 Brian Murray bug added subscriber Ubuntu Review Team
2010-10-14 17:30:30 Brian Murray tags apport-bug i386 maverick monobristol apport-bug i386 maverick monobristol patch
2010-11-24 10:29:16 Stefan Ebner nominated for series Ubuntu Maverick
2010-11-24 10:29:16 Stefan Ebner bug task added monobristol (Ubuntu Maverick)
2010-11-24 10:29:26 Stefan Ebner monobristol (Ubuntu): status New In Progress
2010-11-24 10:29:31 Stefan Ebner monobristol (Ubuntu Maverick): status New In Progress
2010-11-24 10:29:36 Stefan Ebner monobristol (Ubuntu Maverick): assignee Stefan Ebner (sebner)
2010-11-24 10:30:24 Stefan Ebner monobristol (Ubuntu): assignee Stefan Ebner (sebner)
2010-11-24 13:37:09 Stefan Ebner bug added subscriber Ubuntu Stable Release Updates Team
2010-11-24 13:38:22 Stefan Ebner monobristol (Ubuntu): status In Progress Confirmed
2010-11-24 13:38:26 Stefan Ebner monobristol (Ubuntu Maverick): status In Progress Confirmed
2010-11-24 16:48:10 Stefan Ebner monobristol (Ubuntu): status Confirmed Fix Released
2010-12-10 17:25:04 Martin Pitt monobristol (Ubuntu Maverick): status Confirmed Fix Committed
2010-12-10 17:25:07 Martin Pitt bug added subscriber SRU Verification
2010-12-10 17:25:11 Martin Pitt tags apport-bug i386 maverick monobristol patch apport-bug i386 maverick monobristol patch verification-needed
2010-12-10 18:13:26 Launchpad Janitor branch linked lp:ubuntu/maverick-proposed/monobristol
2011-01-06 11:18:20 Stefan Ebner monobristol (Ubuntu Maverick): status Fix Committed Fix Released