#11026: Add double clicking of sws files for Mac app
----------------------------------+-----------------------------------------
       Reporter:  iandrus         |         Owner:  iandrus                     
                         
           Type:  enhancement     |        Status:  needs_review                
                         
       Priority:  major           |     Milestone:  sage-5.7                    
                         
      Component:  user interface  |    Resolution:                              
                         
       Keywords:  mac app         |   Work issues:                              
                         
Report Upstream:  N/A             |     Reviewers:  Karl-Dieter Crisman, 
Nicholas Kirchner, John Palmieri
        Authors:  Ivan Andrus     |     Merged in:                              
                         
   Dependencies:                  |      Stopgaps:                              
                         
----------------------------------+-----------------------------------------

Comment (by jhpalmieri):

 The sed problem is with the file
 `./Sage.app/Contents/Resources/English.lproj/InfoPlist.strings`. If I
 remove this from the sed command in `sage-bdist`, the error message goes
 away. On my system, while in the mac-app directory, after running `sage-
 bdist`:
 {{{
 $ file English.lproj/InfoPlist.strings
 English.lproj/InfoPlist.strings: ASCII c program text
 $ file
 build/Debug/Sage.app/Contents/Resources/English.lproj/InfoPlist.strings
 build/Debug/Sage.app/Contents/Resources/English.lproj/InfoPlist.strings:
 Little-endian UTF-16 Unicode c program text
 }}}
 That last part looks suspicious to me. Indeed, if I run `sed` on the first
 file, it works fine, but if I run it on the second, I get "sed: RE error:
 illegal byte sequence". How hard is it to fix this?

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11026#comment:69>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to