Qconfig to a Modern Config System on Qt Engage and Transform

Total Page:16

File Type:pdf, Size:1020Kb

Qconfig to a Modern Config System on Qt Engage and Transform QConfig To a Modern Config System on Qt Engage and Transform Copyright 2013 - Sábia Experience. Todos os direitos reservados. Who am i Senior software engineer graduated in computer science in 92, musician and gamer. Worked in two major Linux distributions, Conectiva and Mandriva in their golden days, and joined KDE ranks since 2000. Nowadays set a new venture at Sábia Experience, a company with a goal and a intention to transform and engage the world in a symbiosis of soul and technology ... Copyright 2013 - Sábia Experience. Todos os direitos reservados. History so far from QSettings... From a simple point of view From a not so simple point of view • Simple and direct • Is too simple for modern days and too direct for some complex modern interactions • Served their purpose • Served their purpose • Never questioned until recently • People realize that are limitations • Native formats ( so far ) • Native formats • Formats by majority of developers • Literally nobody knows which formats are there anymore Copyright 2013 - Sábia Experience. Todos os direitos reservados. History so far from Config Systems... And formats again What are our options for a common goal • Windows has registry. Several other app • Text or Binary developers tried to introduce their own extensions • Centralized or per app • Apple pList is not widespread and the Unix architecture opened a huge hole for *nix tools, and people used this • XML or Json • Linux unfortunately had their many implementations, • Native or unique in several approaches, all due the natural open source characteristics • Qt never could play with the native game Copyright 2013 - Sábia Experience. Todos os direitos reservados. History so far from this initiative... And all begins on a Switzerland village And then, we failed ... • KDE made a sprint on RANDA in 2011 • KConfig was a monster, and try to reuse and this topic comes atop. I stepped up it was impossible • Motivation was the fact that i worked in kconfig • A totally new library, but using same plugin and Frameworks 5 needed a overhaul on it method will provide again another monster and with a huge chance to become unmaintenable with no one able to understand ( and want to ) • Start to gather what to do and how to proceed on the rewrite • Time restrictions and deflection from a Qt related job make limited or none work on it • Plan to follow the same path • Nobody really cared Copyright 2013 - Sábia Experience. Todos os direitos reservados. And then it comes QConfig What developers want What users need • Small loading time • Config dialog and done • Use pure Qt resources ( paths ) What we intend to do • Possible counter part text but binary format • Almost everything :-) • Individual app configs • And native representations for different platforms ( long shot ) • Easy Qt Quick bindings ( of course ) Copyright 2013 - Sábia Experience. Todos os direitos reservados. QConfig basic structure Core library Dialog library • JSON binary format • Generate native code for platform based on definition file • Definition file • Multiple path loading ( Qt ) to Kiosk mode • ( In analysis ) Generate a Javascript code for Qt Quick or dynamic inside the • Dynamic bindings for Qt Quick module • Singleton non centralized simple class • Qt Creator auto completion ? Copyright 2013 - Sábia Experience. Todos os direitos reservados. A possible definition file This is a Tomaz Canabrava prototype of the schema file based on subsurface application current configs { "id": "org.subsurface", "divelist" : [{ "0": { “id”: “number", “visibility”: { “type”: "bool", “default: "true" }, "size" : { "type" :"int" , "default" : "10" }}, "1" : { "id" : "depth", "visibility" : { "type" : "bool", "default" : "true" }, "size" : { "type" :"int" , "default" : "10" }}, "2" : { "id" : "sac", "visibility" : { "type" : "bool", "default" : "true" }, "size" : { "type" :"int" , "default" : "10" }}, "3" : { "id" : "rate", "visibility" : { "type" : "bool", "default" : "true" }, "size" : { "type" :"int" , "default" : "10" }}, "4" : { "id" : "time", "visibility" : { "type" : "bool", "default" : "true" }, "size" : { "type" :"int" , "default" : "10" }}, "5" : { "id" : "coords", "visibility" : { "type" : "bool", "default" : "true" }, "size" : { "type" :"int" , "default" : "10" }}, "6" : { "id" : "location", "visibility" : { "type" : "bool", "default" : "true" }, "size" : { "type" :"int" , "default" : "10" }} }], "cylinderlist" : [{ "0" : { "id" : "trash", "size" : { "type" : "int", "default" : "40" }}, "1" : { "id" : "type", "size" : { "type" : "int", "default" : "40" }}, "2" : { "id" : "size", "size" : { "type" : "int", "default" : "40" }}, "3" : { "id" : "weigth", "size" : { "type" : "int", "default" : "40" }} }], "weigthlist" : [{ "0" : { "id" : "trash", "size" : { "type" : "int", "default" : "40" }}, "1" : { "id" : "type", "size" : { "type" : "int", "default" : "40" }}, "2" : { "id" : "size", "size" : { "type" : "int", "default" : "40" }} }] } Copyright 2013 - Sábia Experience. Todos os direitos reservados. Kiosk and the legacy from KDE for administrators User Config • Keep large base install controlled MyAppConfig wallpaper=userWallpaper • Locked down resources color=blue prefDesktop=other Root Config potatoKind=baked MyAppConfig sauce=spicy $wallpaper=rootWallpaper lang=en_US color=red locale=pt_BR.UTF8 $prefDesktop=KDE api=5.2 gui=Qt Copyright 2013 - Sábia Experience. Todos os direitos reservados. Kiosk and the legacy from KDE for administrators Read App Config MyAppConfig Dialog library affect the view $wallpaper=rootWallpaper • Configurations locked down by over config files will never been show to user, avoiding color=blue the unwanted effect user have when see a config that can't be changed in thei $prefDesktop=KDE application. User see, user change potatoKind=baked sauce=spicy lang=en_US locale=pt_BR.UTF8 api=5.2 gui=Qt Copyright 2013 - Sábia Experience. Todos os direitos reservados. The “Are we really want this” situations There are several concerns about features that are “interesting” and usually are mentioned in informal discussions when it came the subject: ● Concurrent applications – live communications, who has priorities, is really a modern need, are we going to talk distributed apps with config ● How far we should go with depth in configs, and what really should be a configuration or not ● Online, or “CLOUD” concept nowadays is in the mouth of everyone, so should the config system understand how to work with distributed files by itself, through plugins, should attend SO directions ins a transparent way or just ignore it ? Copyright 2013 - Sábia Experience. Todos os direitos reservados. The Depth Hell example This was taken from a current ( my one ) KDE Plasma configuration [Containments][1][Applets][6][Configuration] DefaultAppletsAdded=true Share=false ShowApplicationStatus=true ShowCommunications=true ShowHardware=true ShowSystemServices=true ShowUnknown=true alwaysShown=Konversation hidden=KGpg,Klipper,printmanager [Containments][1][Applets][6][Configuration][Applets][1] geometry=0,0,24,24 immutability=1 plugin=updater zvalue=0 [Containments][1][Applets][6][Configuration][Applets][1][PopupApplet] DialogHeight=331 DialogWidth=392 [Containments][1][Applets][6][Configuration][Applets][10] plugin=notifications Copyright 2013 - Sábia Experience. Todos os direitos reservados. So, and the completion on Qt Creator ? Based on what you saw in previous slide, how could we get into this mess without create a too complex code that is becom unmaintainable ? ● We still not define how far we go, but the whole idea is push something similar as: group = getGroupName() auto value = group.getValue() or group2 = group.getGroupName() ● As at this moment, we don't know is this will be feasible Copyright 2013 - Sábia Experience. Todos os direitos reservados. Delivery time ? We ( as Helio and Tomaz ) expect to deliver the initial running code due Christmas Helio Chissini de Castro [email protected] [email protected] Thanks. Engage and Transform. www.sabiaexperience.com.br.
Recommended publications
  • Ubuntu Kung Fu
    Prepared exclusively for Alison Tyler Download at Boykma.Com What readers are saying about Ubuntu Kung Fu Ubuntu Kung Fu is excellent. The tips are fun and the hope of discov- ering hidden gems makes it a worthwhile task. John Southern Former editor of Linux Magazine I enjoyed Ubuntu Kung Fu and learned some new things. I would rec- ommend this book—nice tips and a lot of fun to be had. Carthik Sharma Creator of the Ubuntu Blog (http://ubuntu.wordpress.com) Wow! There are some great tips here! I have used Ubuntu since April 2005, starting with version 5.04. I found much in this book to inspire me and to teach me, and it answered lingering questions I didn’t know I had. The book is a good resource that I will gladly recommend to both newcomers and veteran users. Matthew Helmke Administrator, Ubuntu Forums Ubuntu Kung Fu is a fantastic compendium of useful, uncommon Ubuntu knowledge. Eric Hewitt Consultant, LiveLogic, LLC Prepared exclusively for Alison Tyler Download at Boykma.Com Ubuntu Kung Fu Tips, Tricks, Hints, and Hacks Keir Thomas The Pragmatic Bookshelf Raleigh, North Carolina Dallas, Texas Prepared exclusively for Alison Tyler Download at Boykma.Com Many of the designations used by manufacturers and sellers to distinguish their prod- ucts are claimed as trademarks. Where those designations appear in this book, and The Pragmatic Programmers, LLC was aware of a trademark claim, the designations have been printed in initial capital letters or in all capitals. The Pragmatic Starter Kit, The Pragmatic Programmer, Pragmatic Programming, Pragmatic Bookshelf and the linking g device are trademarks of The Pragmatic Programmers, LLC.
    [Show full text]
  • Das Handbuch Zu Kopete
    Das Handbuch zu Kopete Will Stephenson Matt Rogers Michaël Larouche Deutsche Übersetzung: Luc de Louw Das Handbuch zu Kopete 2 Inhaltsverzeichnis 1 Einleitung 9 1.1 Kopete ist das Instant-Messenger-Programm von KDE. .9 1.1.1 Vor dem Start ... .9 1.1.2 Was ist Kopete? . .9 1.1.3 Weitere Informationen zu Kopete im Internet . .9 1.2 Eine Einführung in das Instant-Messaging . 10 2 Erste Schritte 11 2.1 Das Erstellen von Zugängen . 11 2.2 Online gehen und einen Chat beginnen . 12 3 Arbeiten mit Kopete 13 3.1 Die Kontaktliste . 13 3.1.1 Gestaltung des Kontaktlistenfensters . 13 3.1.1.1 Menü . 13 3.1.1.2 Werkzeugleiste . 13 3.1.1.3 Kontaktliste . 13 3.1.1.4 Statusleiste . 14 3.1.2 Einstellung des Anwesenheitsstatus . 14 3.1.3 Das Starten eines Chats aus der Kontaktliste . 14 3.1.4 Das Übertragen einer Datei . 14 3.1.5 Das Verwalten von Kontakten . 14 3.1.5.1 Einige Hinweise zu Metakontakten . 14 3.1.5.2 Hinweise zur Gruppierung von Kontakten . 15 3.1.5.3 Das Hinzufügen von Kontakten . 15 3.1.5.4 Das Umbenennen von Kontakten . 16 3.1.5.5 Das Entfernen von Kontakten . 16 3.1.5.6 Das Verschieben von Kontakten zwischen Metakontakten . 16 3.1.5.7 Das Entfernen von Kontakten aus Metakontakten . 16 3.1.6 Das Einrichten von Kopete . 16 3.1.7 Das Beenden von Kopete . 16 3.1.8 Tastenkürzel . 16 Das Handbuch zu Kopete 3.2 Das Chatfenster .
    [Show full text]
  • Kde-Guide-De-Developpement.Web.Pdf
    KDE Published : 2017-06-26 License : GPLv2+ 1 KDE DU POINT DE VUE D'UN DÉVELOPPEUR 1. AVEZ-VOUS BESOIN DE CE LIVRE ? 2. LA PHILOSOPHIE DE KDE 3. COMMENT OBTENIR DE L'AIDE 2 1. AVEZ-VOUS BESOIN DE CE LIVRE ? Vous devriez lire ce livre si vous voulez développer pour KDE. Nous utilisons le terme développement très largement pour couvrir tout ce qui peut conduire à un changement dans le code source, ce qui inclut : Soumettre une correction de bogue Écrire une nouvelle application optimisée par la technologie KDE Contribuer à un projet existant Ajouter de la fonctionnalité aux bibliothèques de développement de KDE Dans ce livre, nous vous livrerons les bases dont vous avez besoin pour être un développeur productif. Nous décrirons les outils que vous devrez installer, montrer comment lire la documentation (et écrire la vôtre propre, une fois que vous aurez créé la nouvelle fonctionnalité !) et comment obtenir de l'aide par d'autres moyens. Nous vous présenterons la communauté KDE, qui est essentielle pour comprendre KDE parce que nous sommes un projet « open source », libre (gratuit). Les utilisateurs finaux du logiciel n'ont PAS besoin de ce livre ! Cependant, ils pourraient le trouver intéressant pour les aider à comprendre comment les logiciels complexes et riches en fonctionnalités qu'ils utilisent ont vu le jour. 3 2. LA PHILOSOPHIE DE KDE Le succès de KDE repose sur une vue globale, que nous avons trouvée à la fois pratique et motivante. Les éléments de cette philosophie de développement comprennent : L'utilisation des outils disponibles plutôt que de ré-inventer ceux existants : beaucoup des bases dont vous avez besoin pour travailler font déjà partie de KDE, comme les bibliothèques principales ou les « Kparts », et sont tout à fait au point.
    [Show full text]
  • The Bookmark Editor
    The Bookmark Editor Pamela Roberts The Bookmark Editor 2 The Bookmark Editor Contents 3 The Bookmark Editor In many applications (e.g. Konqueror, Konsole, Konversation) the Bookmarks ! Edit Book- marks option opens the Bookmark Editor. Alternatively you can launch the editor as standalone application to edit the browser bookmarks. The editor shows a tree view of your bookmarks and bookmark subfolders. As is usual for tree views in KDE, subfolders are shown with a small > arrow at the left of the folder name; left clicking on it will expand the view to show the contents of that subfolder and the > arrow will change to v; left clicking on the v arrow will collapse the subfolder view. To select an item in the list you can left click on it, or you can navigate through the list by using the Up and Down keys to move around, Right to expand a subfolder and Left to collapse it. You can move an item to a different place in the list by using the normal Drag and Drop or Cut and Paste methods. The order in which the items appear in the Bookmark Editor is the order they will appear in the Bookmarks drop down list. The Folder ! Insert Separator option can be used to insert separating lines into the list wherever you wish. A new subfolder can be created at the selected point in the list by using the New Folder... option in the Folder menu or from the drop down menu you get when you right click on an item in the main part of the window, or with Ctrl+N To change the name of a bookmark or folder select it then press F2 or choose the Rename item from the Edit menu or the pop up menu that appears when you right click on the item.
    [Show full text]
  • The Spectacle Handbook
    The Spectacle Handbook Boudhayan Gupta Boudhayan Gupta The Spectacle Handbook 2 Contents 1 Introduction 5 2 Starting Spectacle6 3 Using Spectacle 7 3.1 Taking A Screenshot . .8 3.1.1 Capture Mode . .8 3.1.2 Options . .9 4 Additional Functionality 10 4.1 Buttons . 10 4.2 Configure . 11 4.2.1 General . 11 4.2.2 Save . 12 4.2.3 Shortcuts . 14 4.3 Drag and Drop . 14 5 Credits and License 15 Abstract Spectacle is an application for capturing and editing desktop screenshots. It can capture im- ages of the entire desktop, a single monitor, the currently active window, the window currently under the mouse, or a rectangular region of the screen. The images can then be annotated, printed, sent to other applications for manipulation, or quickly be saved as-is. The Spectacle Handbook Chapter 1 Introduction Spectacle is an application for capturing and editing desktop screenshots. It can capture images of the entire desktop, a single monitor, the currently active window, the window currently under the mouse, or a rectangular region of the screen. The images can then be annotated, printed, sent to other applications for manipulation, or quickly be saved as-is. Please report any problems or feature requests to the KDE Bug Tracking System. 5 The Spectacle Handbook Chapter 2 Starting Spectacle Spectacle can be started in a variety of ways, as described below: • In the application launcher menu, Spectacle can be found at Applications ! Utilities ! Screenshot Capture Utility Spectacle • Pressing the Print Screen button on the keyboard (often labeled PrtSc, PrtScn or similar) will immediately launch Spectacle.
    [Show full text]
  • Praise for the Official Ubuntu Book
    Praise for The Official Ubuntu Book “The Official Ubuntu Book is a great way to get you started with Ubuntu, giving you enough information to be productive without overloading you.” —John Stevenson, DZone Book Reviewer “OUB is one of the best books I’ve seen for beginners.” —Bill Blinn, TechByter Worldwide “This book is the perfect companion for users new to Linux and Ubuntu. It covers the basics in a concise and well-organized manner. General use is covered separately from troubleshooting and error-handling, making the book well-suited both for the beginner as well as the user that needs extended help.” —Thomas Petrucha, Austria Ubuntu User Group “I have recommended this book to several users who I instruct regularly on the use of Ubuntu. All of them have been satisfied with their purchase and have even been able to use it to help them in their journey along the way.” —Chris Crisafulli, Ubuntu LoCo Council, Florida Local Community Team “This text demystifies a very powerful Linux operating system . in just a few weeks of having it, I’ve used it as a quick reference a half dozen times, which saved me the time I would have spent scouring the Ubuntu forums online.” —Darren Frey, Member, Houston Local User Group This page intentionally left blank The Official Ubuntu Book Sixth Edition This page intentionally left blank The Official Ubuntu Book Sixth Edition Benjamin Mako Hill Matthew Helmke Amber Graner Corey Burger With Jonathan Jesse, Kyle Rankin, and Jono Bacon Upper Saddle River, NJ • Boston • Indianapolis • San Francisco New York • Toronto • Montreal • London • Munich • Paris • Madrid Capetown • Sydney • Tokyo • Singapore • Mexico City Many of the designations used by manufacturers and sellers to distinguish their products are claimed as trademarks.
    [Show full text]
  • Kubuntu Desktop Guide
    Kubuntu Desktop Guide Ubuntu Documentation Project <[email protected]> Kubuntu Desktop Guide by Ubuntu Documentation Project <[email protected]> Copyright © 2004, 2005, 2006 Canonical Ltd. and members of the Ubuntu Documentation Project Abstract The Kubuntu Desktop Guide aims to explain to the reader how to configure and use the Kubuntu desktop. Credits and License The following Ubuntu Documentation Team authors maintain this document: • Venkat Raghavan The following people have also have contributed to this document: • Brian Burger • Naaman Campbell • Milo Casagrande • Matthew East • Korky Kathman • Francois LeBlanc • Ken Minardo • Robert Stoffers The Kubuntu Desktop Guide is based on the original work of: • Chua Wen Kiat • Tomas Zijdemans • Abdullah Ramazanoglu • Christoph Haas • Alexander Poslavsky • Enrico Zini • Johnathon Hornbeck • Nick Loeve • Kevin Muligan • Niel Tallim • Matt Galvin • Sean Wheller This document is made available under a dual license strategy that includes the GNU Free Documentation License (GFDL) and the Creative Commons ShareAlike 2.0 License (CC-BY-SA). You are free to modify, extend, and improve the Ubuntu documentation source code under the terms of these licenses. All derivative works must be released under either or both of these licenses. This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE AS DESCRIBED IN THE DISCLAIMER. Copies of these licenses are available in the appendices section of this book. Online versions can be found at the following URLs: • GNU Free Documentation License [http://www.gnu.org/copyleft/fdl.html] • Attribution-ShareAlike 2.0 [http://creativecommons.org/licenses/by-sa/2.0/] Disclaimer Every effort has been made to ensure that the information compiled in this publication is accurate and correct.
    [Show full text]
  • Fedora 14 User Guide
    Fedora 14 User Guide Using Fedora 14 for common desktop computing tasks Fedora Documentation Project User Guide Fedora 14 User Guide Using Fedora 14 for common desktop computing tasks Edition 1.0 Author Fedora Documentation Project [email protected] Copyright © 2010 Red Hat, Inc. and others. The text of and illustrations in this document are licensed by Red Hat under a Creative Commons Attribution–Share Alike 3.0 Unported license ("CC-BY-SA"). An explanation of CC-BY-SA is available at http://creativecommons.org/licenses/by-sa/3.0/. The original authors of this document, and Red Hat, designate the Fedora Project as the "Attribution Party" for purposes of CC-BY-SA. In accordance with CC-BY-SA, if you distribute this document or an adaptation of it, you must provide the URL for the original version. Red Hat, as the licensor of this document, waives the right to enforce, and agrees not to assert, Section 4d of CC-BY-SA to the fullest extent permitted by applicable law. Red Hat, Red Hat Enterprise Linux, the Shadowman logo, JBoss, MetaMatrix, Fedora, the Infinity Logo, and RHCE are trademarks of Red Hat, Inc., registered in the United States and other countries. For guidelines on the permitted uses of the Fedora trademarks, refer to https://fedoraproject.org/wiki/ Legal:Trademark_guidelines. Linux® is the registered trademark of Linus Torvalds in the United States and other countries. Java® is a registered trademark of Oracle and/or its affiliates. XFS® is a trademark of Silicon Graphics International Corp. or its subsidiaries in the United States and/or other countries.
    [Show full text]
  • Active@ Livecd User Guide Copyright © 1999-2015, LSOFT TECHNOLOGIES INC
    Active@ LiveCD User Guide Copyright © 1999-2015, LSOFT TECHNOLOGIES INC. All rights reserved. No part of this documentation may be reproduced in any form or by any means or used to make any derivative work (such as translation, transformation, or adaptation) without written permission from LSOFT TECHNOLOGIES INC. LSOFT TECHNOLOGIES INC. reserves the right to revise this documentation and to make changes in content from time to time without obligation on the part of LSOFT TECHNOLOGIES INC. to provide notification of such revision or change. LSOFT TECHNOLOGIES INC. provides this documentation without warranty of any kind, either, implied or expressed, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose. LSOFT may make improvements or changes in the product(s) and/or the program(s) described in this documentation at any time. All technical data and computer software is commercial in nature and developed solely at private expense. As the User, or Installer/Administrator of this software, you agree not to remove or deface any portion of any legend provided on any licensed program or documentation contained in, or delivered to you in conjunction with, this User Guide. LSOFT.NET logo is a trademark of LSOFT TECHNOLOGIES INC. Other brand and product names may be registered trademarks or trademarks of their respective holders. 2 Active@ LiveCD User Guide Contents 1 Product Overview................................................................................................................ 4 1.1 About Active@ LiveCD .................................................................................................. 4 1.2 Requirements for Using Active@ Boot Disk .................................................................... 6 1.3 Downloading and Creating Active@ LiveCD.................................................................... 6 1.4 Booting from a CD, DVD or USB Media .........................................................................
    [Show full text]
  • Linux Mint - 2Nde Partie
    Linux Mint - 2nde partie - Mise à jour du 10.03.2017 1 Sommaire 1. Si vous avez raté l’épisode précédent… 2. Utiliser Linux Mint au quotidien a) Présentation de la suite logicielle par défaut b) Et si nous testions un peu ? c) Windows et Linux : d’une pratique logicielle à une autre d) L’installation de logiciels sous Linux 3. Vous n’êtes toujours pas convaincu(e)s par Linux ? a) Encore un argument : son prix ! b) L’installer sur une vieille ou une nouvelle machine, petite ou grande c) Par philosophie et/ou curiosité d) Pour apprendre l'informatique 4. À retenir Sources 2 1. Si vous avez raté l’épisode précédent… Linux, c’est quoi ? > Un système d’exploitation > Les principaux systèmes d'exploitation > Les distributions 3 1. Si vous avez raté l’épisode précédent… Premiers pas avec Linux Mint > Répertoire, dossier ou fichier ? > Le bureau > Gestion des fenêtres > Gestion des fichiers 4 1. Si vous avez raté l’épisode précédent… Installation > Méthode « je goûte ! » : le LiveUSB > Méthode « j’essaye ! » : le dual-boot > Méthode « je fonce ! » : l’installation complète 5 1. Si vous avez raté l’épisode précédent… Installation L'abréviation LTS signifie Long Term Support, ou support à long terme. 6 1. Si vous avez raté l’épisode précédent… http://www.linuxliveusb.com 7 1. Si vous avez raté l’épisode précédent… Installation 8 1. Si vous avez raté l’épisode précédent… Installation 9 1. Si vous avez raté l’épisode précédent… Installation 10 1. Si vous avez raté l’épisode précédent… Installation 11 2. Utiliser Linux Mint au quotidien a) Présentation de la suite logicielle par défaut Le fichier ISO Linux Mint est compressé et contient environ 1,6 GB de données.
    [Show full text]
  • Pipenightdreams Osgcal-Doc Mumudvb Mpg123-Alsa Tbb
    pipenightdreams osgcal-doc mumudvb mpg123-alsa tbb-examples libgammu4-dbg gcc-4.1-doc snort-rules-default davical cutmp3 libevolution5.0-cil aspell-am python-gobject-doc openoffice.org-l10n-mn libc6-xen xserver-xorg trophy-data t38modem pioneers-console libnb-platform10-java libgtkglext1-ruby libboost-wave1.39-dev drgenius bfbtester libchromexvmcpro1 isdnutils-xtools ubuntuone-client openoffice.org2-math openoffice.org-l10n-lt lsb-cxx-ia32 kdeartwork-emoticons-kde4 wmpuzzle trafshow python-plplot lx-gdb link-monitor-applet libscm-dev liblog-agent-logger-perl libccrtp-doc libclass-throwable-perl kde-i18n-csb jack-jconv hamradio-menus coinor-libvol-doc msx-emulator bitbake nabi language-pack-gnome-zh libpaperg popularity-contest xracer-tools xfont-nexus opendrim-lmp-baseserver libvorbisfile-ruby liblinebreak-doc libgfcui-2.0-0c2a-dbg libblacs-mpi-dev dict-freedict-spa-eng blender-ogrexml aspell-da x11-apps openoffice.org-l10n-lv openoffice.org-l10n-nl pnmtopng libodbcinstq1 libhsqldb-java-doc libmono-addins-gui0.2-cil sg3-utils linux-backports-modules-alsa-2.6.31-19-generic yorick-yeti-gsl python-pymssql plasma-widget-cpuload mcpp gpsim-lcd cl-csv libhtml-clean-perl asterisk-dbg apt-dater-dbg libgnome-mag1-dev language-pack-gnome-yo python-crypto svn-autoreleasedeb sugar-terminal-activity mii-diag maria-doc libplexus-component-api-java-doc libhugs-hgl-bundled libchipcard-libgwenhywfar47-plugins libghc6-random-dev freefem3d ezmlm cakephp-scripts aspell-ar ara-byte not+sparc openoffice.org-l10n-nn linux-backports-modules-karmic-generic-pae
    [Show full text]
  • Ubuntuguide Part2
    UbuntuGuide Part2 - http://ubuntuguide.org/index.php?title=UbuntuGuide_Part2&... UbuntuGuide Part2 From Contents 1 Boot from a Live CD 2 UEFI 3 Coreboot 4 Multiple OS Installation 4.1 Introduction 4.1.1 Using Grub Legacy for the boot partition 4.2 Partition design 4.3 Windows partitions 4.3.1 Changing Windows partition sizes 4.3.1.1 Using Shrink Volume on Vista and Windows 7 4.3.1.2 Reinstalling Vista or Windows 7 on a new partition 4.3.1.2.1 Using Windows Recovery Disks 4.3.1.3 Windows XP (or earlier) 4.3.1.4 Windows bootloaders 4.4 Install your first Linux OS 4.5 Copy boot files to the small Grub partition 4.6 Reinstall Grub to MBR 4.7 Install your second Linux OS 4.8 Changing main Grub boot menu settings 4.8.1 Using UUIDs for the main Grub bootloader menu 4.8.2 Add MacOSX entry 4.9 Re-installing Grub Legacy after Windows upgrade or re-installation 4.10 Other chainloader options 4.10.1 Chainloading Grub2 from Grub Legacy 4.11 The (hd0,9) problem 4.12 Protecting Grub Legacy from cracking 4.13 Manipulating partitions on the hard drive 5 Manipulating Partitions 5.1 Use the (K)Ubuntu Desktop LiveCD 5.2 Use GParted to manage partitions 5.3 One linux-swap partition per computer 5.4 Creating and "moving" free space 5.5 Creating or resizing a partition 5.6 Changing Grub Legacy in a boot partition 5.7 Changing Grub2 in a changed partition 5.7.1 Booting (K)Ubuntu manually from Grub Legacy 5.7.2 Discovering the current kernel files manually 5.8 Changing Grub Legacy in a changed partition 6 Virtualbox in Windows 6.1 Install Virtualbox in Windows 6.2 Install Ubuntu edition for virtual machines 6.2.1 Install a desktop 6.2.2 Install Linux Guest Additions 6.2.3 Creating shared folders 7 Android emulation 7.1 Android-x86 in VirtualBox 7.1.1 Networking for Android-x86 7.1.1.1 Wired networking for Android-x86 RC 4.0RC1 7.1.2 Installing apps 7.1.2.1 Modified apps 7.1.3 Usage tips 7.2 Android SDK emulator 7.2.1 Networking for Android SDK 7.2.2 Installing an app 1 of 177 08/10/2013 09:04 AM UbuntuGuide Part2 - http://ubuntuguide.org/index.php?title=UbuntuGuide_Part2&..
    [Show full text]