Custom Query (1155 matches)
Results (97 - 99 of 1155)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#930 | fixed | Build LiveDVD with chroot official ubuntu method instead of remastersys | ||
Description |
I think that after v6.0 final we should start working on building the disk with the "alternate" build method that Alex proposed a while ago. The initial work has been done by Alex [1] and I have managed to update this to work with version 6.0 [2] This is the default method used by ubuntu to create flavors of the distribution and will make OSGeoLive more stable and more compatible with upstream changes over time. [1] https://gist.github.com/2572358 [2] https://gist.github.com/2838416 |
|||
#1444 | fixed | Build spgrass6 against grass70-dev | ||
Description |
According to http://cran.r-project.org/web/packages/spgrass6/index.html spgrass6 supports GRASS6+ https://launchpad.net/~osgeolive/+archive/ubuntu/nightly/+sourcepub/4578743/+listing-archive-extra |
|||
#989 | fixed | bury the "install" button a bit deeper to avoid accidental hard drive reformats | ||
Description |
Hi, it worries me a bit that a new user will pick up the DVD and click past the warnings that install ubuntu will reformat your hard drive. great way to lose a customer. the default 'chroot method' puts this in your face a bit more, so we might consider making the autoboot just offer the "Try ${RELEASE}" button, and leave the "Install ${RELEASE}" to the documented desktop icon or elsewhere. it seems the file to hack is /usr/share/ubiquity/gtk/stepLanguage.ui maybe we can just remove the GtkButton <child> object for "install_ubuntu" on lines 88-108 and the image object for ubuntu_installed.png on lines 75-87? (hopefully the widget packing of the rest adapts well) better yet, figure how to bypass ubiquity at boot time all together, but still have it work if the user installs from the menu. maybe just edit /etc/init/ubiquity.conf and comment out the "starton" lines at the top? Hamish |