[haiku-bugs] Re: [Haiku] #6040: Vision setup info is non-existent

  • From: "mmadia" <trac@xxxxxxxxxxxx>
  • Date: Sun, 11 Mar 2012 22:13:48 -0000

#6040: Vision setup info is non-existent
-----------------------------+-----------------------
   Reporter:  Meanwhile      |      Owner:  anevilyak
       Type:  enhancement    |     Status:  reopened
   Priority:  normal         |  Milestone:  R1
  Component:  Documentation  |    Version:
 Resolution:                 |   Keywords:
 Blocked By:                 |   Blocking:
Has a Patch:  0              |   Platform:  All
-----------------------------+-----------------------
Changes (by mmadia):

 * status:  closed => reopened
 * resolution:  fixed =>


Comment:

 AFAICT, when Vision was updated in hrev43523 and subsequent revisions, the
 settings file was omitted from the package.  We could move the settings
 file to a separate archive inside Vision's optional package if statement

 {{{
 # Vision
 if [ IsOptionalHaikuImagePackageAdded Vision ] {
         if $(TARGET_ARCH) != x86 {
                 Echo "No optional package Vision available for
 $(TARGET_ARCH)" ;
         } else {
                 if $(HAIKU_GCC_VERSION[1]) >= 4 {
                         InstallOptionalHaikuImagePackage
 vision-908-x86-gcc4-2012-02-26.zip
                                 :
 $(baseURL)/vision-908-x86-gcc4-2012-02-26.zip ;
                 } else {
                         InstallOptionalHaikuImagePackage
                                 vision-908-x86-gcc2-2012-02-26.zip
                                 :
 $(baseURL)/vision-908-x86-gcc2-2012-02-26.zip ;
                 }
                 InstallOptionalHaikuImagePackage vision-default-
 settings-<date>.zip
                         : $(baseURL)/vision-default-settings-<date>.zip ;
                 AddSymlinkToHaikuImage home config settings deskbar
 Applications
                         : /boot/apps/Vision/Vision ;
         }
 }

 }}}

 However, concern has been raised that the settings file would/could
 overwrite existing user settings.  Thoughts?

-- 
Ticket URL: <http://dev.haiku-os.org/ticket/6040#comment:11>
Haiku <http://dev.haiku-os.org>
Haiku - the operating system.

Other related posts: