Widget Engine

Total Page:16

File Type:pdf, Size:1020Kb

Widget Engine Topic relevant selected content from the highest rated entries, typeset, printed and shipped. Combine the advantages of up-to-date and in-depth knowledge with the convenience of printed books. A portion of the proceeds of each book will be donated to the Wikimedia Foundation to sup- port their mission: to empower and engage people around the world to collect and develop educational content under a free license or in the public domain, and to disseminate it effec- tively and globally. The content within this book was generated collaboratively by volunteers. Please be advised that nothing found here has necessarily been reviewed by people with the expertise required to provide you with complete, accurate or reliable information. Some information in this book maybe misleading or simply wrong. The publisher does not guarantee the validity of the infor- mation found here. If you need specific advice (for example, medical, legal, financial, or risk management) please seek a professional who is licensed or knowledgeable in that area. Sources, licenses and contributors of the articles and images are listed in the section entitled “References”. Parts of the books may be licensed under the GNU Free Documentation License. A copy of this license is included in the section entitled “GNU Free Documentation License” All used third-party trademarks belong to their respective owners. Contents Articles Widget engine 1 adesklets 4 AveDesk 5 Comparison of widget engines 8 Dashboard (software) 13 DesktopX 17 gDesklets 20 Google Gadgets 21 HTML Application 22 Kapsules 24 KDE Plasma Workspaces 25 User:Kludgeteer/Kludgets 31 Makagiga (software) 33 Microsoft Gadgets 34 Multiple frames interface 37 Opera (web browser) 38 Samurize 50 Screenlets 52 SuperKaramba 53 User interface markup language 55 Web widget 58 WidSets 61 Windows Desktop Gadgets 62 XULRunner 64 Yahoo! Widgets 66 cowsay 70 Desktop notes 72 DeskTube 74 Mezmerize (software) 75 Neko (computer program) 75 ShixxNOTE 78 Stickies (software) 81 Wikipedia:Wikipedia Widget 82 XPenguins 83 Xsnow 84 Zebtab 86 References Article Sources and Contributors 88 Image Sources, Licenses and Contributors 91 Article Licenses License 93 Widget engine 1 Widget engine In computer software, a widget engine is a software service available to users for running and displaying applets on a graphical user interface, such as that of the desktop. The widget model in widget engines is attractive because of ease of development. Most of these widgets can be created with a few images and about 10 to several hundred lines of XML/JavaScript/VBScript source code. A single host software system, such as a web browser, runs all the loaded widgets. This allows several desktop widgets to be built sharing resources and code. The term widget engine is not to be confused with that of a widget toolkit. Toolkits are used by GUI programmers, who combine several widgets to form a single application. A widget in a toolkit provides a single, low level interaction, and is prepared to communicate with other widgets in the toolkit. On the other hand, widget engines such as desktop widgets and web widgets are intended for end users. Desktop and web widgets are stand-alone, task-oriented applications which can be composed of several related interactions on its own. Each widget serves only a purpose that is usually addressed by the effort of one GUI widget in a full-scale application. Types Desktop widgets Desktop widgets (commonly just called widgets) are interactive virtual tools that provide single-purpose services such as showing the user the latest news, the current weather, the time, a calendar, a dictionary, a map program, a calculator, desktop notes, photo viewers, or even a The Wikipedia Widget, in Dashboard running under Mac OS X v10.4 language translator, among other things. Examples of widget engines include: • Dashboard widgets of Apple Macintosh • Microsoft gadgets in Windows Vista and in the Windows Live system • Plasmoids are widgets in Plasma, the workspace for the KDE desktop environment. • Portlets in Google Desktop • Yahoo! Widgets • gdesklets, adesklets, and Screenlets in Linux • Opera widgets on all platforms (desktop, mobile TVs, gaming Early developer version of Plasma Desktop with consoles) using the Opera browser's rendering engine. Plasmoids • Homescreen widgets in Maemo Originally, desk accessories were developed to provide a small degree of multitasking, but when real multitasking OSes became available, these were replaced by normal applications. Widget engine 2 Blidgets Blidgets are desktop widgets that connect the user to a blog. Widget draft standard On 9 November 2006, the Web Application Formats Working Group in W3C released the first public working draft [1] of Widgets 1.0. The intention is to standardise some aspects of widgets. The Opera browser is the first client side [2] widget engine to adopt this draft W3C standard. Apache Wookie (Incubating) is the first server side widget engine to adopt this W3C standard. Wookie is a server that manages widget instances and allows them to be embedded in web applications in addition to being provided for client devices such as Opera. Mobile widgets Most mobile widgets are like desktop widgets, but for a mobile phone. Mobile widgets can maximize screen space use and may be especially useful in placing live data-rich applications on the device idle-screen/home-screen/"phone-top". Several Java ME-based mobile widget engines exist, but the lack of standards-based APIs for Java to control the mobile device home-screen makes it harder for these engines to expose widgets on the phone-top. Several AJAX-based native widget platforms are also available for mobile devices. The growing pervasiveness of mobile widgets is easily understood. While widgets are a convenience in the online world,they can be looked at as near-essential in the mobile world. The reason: the mobile device is small and the interface is often challenging. Wading through large amounts of information in a mobile environment isn't just a nuisance; it's a near impossibility. One of the biggest challenges of widget development is writing multiple sets of computer code so that a widget will be compatible with multiple operating systems and types of devices. Companies considering new mobile widgets should evaluate and then deploy applications according to four criteria: the business model, distribution model, server-side application framework and the run-time environment. Many solutions are growing for mobile widgets. Among them the BONDI initiative whitin OMTP is trying to defragment these solution allowing the same widget to be run on different mobile phones allowing secure access to mobile phone capabilities. Web widgets Web browsers can also be used as widget engine infrastructures. The web is an environment well suited to distribution of widgets, as it doesn't require explicit interaction from the user to install new code snippets. Web widgets have unleashed some commercial interest, due their perceived potential as a marketing channel, mainly because they provide interactivity and viral distribution through social networks. The first known web widget, Trivia Blitz, was introduced in 1997. It was a game applet offered by Uproar.com (the leading online game company from 2000 - 2001) that appeared on over 35,000 websites ranging from Geocities personal pages to CNN and Tower Records. When Uproar.com was acquired by Vivendi Universal in 2001, the widget was discontinued. Widget engine 3 TV set widgets Widgets are also available for TV's.Yahoo! Widget Engine is announced as a component of the next generation TV sets. Information flow of desktop widgets A desktop widget is a small footprint application, which resides on the user’s desktop using little desktop space and computer resources, such as HDD and RAM. Its purpose is to provide relevant information to the user in a non-intrusive manner and using few resources. Basically, desktop widgets enable the user to view on demand, encapsulated information from predetermined data sources. Ideally, a desktop widget must present personalized content, based on the user’s preferences. It is supposed to provide the most important information that a user requires on a day to day basis. Most of the desktop widgets are available as free downloads from the vendors’ Web sites. Notes and references [1] "Widgets 1.0" (http:/ / www. w3. org/ TR/ widgets/ ). World Wide Web Consortium. [2] "Web Specifications Supported in Opera 9" (http:/ / www. opera. com/ docs/ specs/ opera9/ #wml). Opera ASA. adesklets 4 adesklets adesklets Desktop with running adesklets Stable release 0.6.1 / 2006-03-31 Operating system unix-like/Linux License GPL Website [1] adesklets is a lightweight X11 program which provides the architecture for small applets (desktop widgets) to be placed on top of the user's desktop. The applets placed on the desktop are meant to be quick ways for the user to retrieve information and not get in the way of normal activity. More formally, it could be referred to as an interactive Imlib2 console for the X Window System. adesklets stands for another desklets container. Desklets The programs that are run inside adesklets are called desklets and are small Python applets loaded into the adesklets daemon. Some of the available desklets include: • Clocks • Calendars • Weather • RSS feed aggregators • Controls for other applications (such as XMMS and MPD Music Player Deamon) • Animated toolbars • Desktop notes • System monitors External links [2] • adesklets Home References [1] http:/ / adesklets. sourceforge. net/ [2] http:/ / adesklets. sourceforge. net AveDesk 5 AveDesk AveDesk Examples of AveDesk desklets. Developer(s) Andreas Verhoeven Operating system Microsoft Windows Type Widget engine License Donationware Website [1] AveDesk AveDesk is a freeware (although it is touted as "Donationware", which means the software is solely donation-supported in terms of financing) widget engine for Windows XP that runs small, self-contained widgets called "desklets", as well as ObjectDock "docklets" (small plugins intended for use by ObjectDock and other similar programs), and is created by Andreas Verhoeven, a freelance software programmer.
Recommended publications
  • PC Magazine -July 2009.Pdf
    how to install windows 7 JULY 2009 HANDS > ExCEl oN PowER ToolS wITH THE > BUIlD A PC PAlM foR $400! PRE > SECURITY: 5 EASY TRICkS SPECIAL 17TH ANNUAL UTILITY GUIDE 2009 94 of the Best Utilities for Your PC Appearance • Backup • Compression • Disk Utilities • Displays • Encryption Images • Recovery • Networking • Search • Shutdown • System Cleaners Tweakers • Updaters • Uninstallers • Virtual PCs and more Malestrom 5-7-2009 juLY 2009 voL. 28 no. 7 48 CovER SToRY 2009 WINDOWS UTILITY GUIDE Check out the biggest col- lection of time-saving utili- ties for Windows XP, vista, and even Win 7 we’ve ever assembled. The best part? Most of them are free. 49 Appearance 50 Backup/Sync 51 Compression 52 Disk utilities 52 Displays 53 Encryption 54 Erase and Delete 54 Images 55 networking 62 55 organization INSTALLING 56 Recover and Restore 57 Screen Capture WINDOWS 7 57 Search Before you install 58 Shutdown/Boot 58 System Cleaners that fresh download 59 System Monitors of Win 7 Release 60 Tweakers Candidate, read our guide 60 updaters 60 uninstallers to avoid pitfalls and compatibility problems. 61 virtual PCs PC MAGAZINE DIGITAL EDITION juLY 2009 Malestrom 5-7-2009 28 14 20 FIRST LooKS LETTERS 4 hArDWArE 5 fEEDbACk Acer Aspire 3935 Dell Wasabi PZ310 TECh nEWS 7 frONT SIDE Clickfree Traveler (16GB) obama’s cybersecurity plan; Plus Quick Looks DvD breakthrough; E3 slideshow; 20 bUSINESS rugged tech gadgets. Lenovo ThinkCentre M58p Eco Epson WorkForce Pro GT-S50 oPInIonS hP officejet Pro 8500 Wireless 2 fIrST WOrD: LANCE ULANOff 24 CONSUMEr ELECTrONICS 40 JOhN C. DvOrAk Budget D-SLRs: head to head 42 DvOrAk’S INSIDE TrACk Samsung Alias 2 SCh-u750 44 SASChA SEGAN TomTom Go 740 LIvE 46 DAN COSTA Palm Pre (Sprint) SoLuTIonS Sony Bravia KDL-46XBR8 68 rECESSION-PrOOf PC Plus Quick Looks Build a powerful home PC for 32 NETWOrkING just $400.
    [Show full text]
  • Uila Supported Apps
    Uila Supported Applications and Protocols updated Oct 2020 Application/Protocol Name Full Description 01net.com 01net website, a French high-tech news site. 050 plus is a Japanese embedded smartphone application dedicated to 050 plus audio-conferencing. 0zz0.com 0zz0 is an online solution to store, send and share files 10050.net China Railcom group web portal. This protocol plug-in classifies the http traffic to the host 10086.cn. It also 10086.cn classifies the ssl traffic to the Common Name 10086.cn. 104.com Web site dedicated to job research. 1111.com.tw Website dedicated to job research in Taiwan. 114la.com Chinese web portal operated by YLMF Computer Technology Co. Chinese cloud storing system of the 115 website. It is operated by YLMF 115.com Computer Technology Co. 118114.cn Chinese booking and reservation portal. 11st.co.kr Korean shopping website 11st. It is operated by SK Planet Co. 1337x.org Bittorrent tracker search engine 139mail 139mail is a chinese webmail powered by China Mobile. 15min.lt Lithuanian news portal Chinese web portal 163. It is operated by NetEase, a company which 163.com pioneered the development of Internet in China. 17173.com Website distributing Chinese games. 17u.com Chinese online travel booking website. 20 minutes is a free, daily newspaper available in France, Spain and 20minutes Switzerland. This plugin classifies websites. 24h.com.vn Vietnamese news portal 24ora.com Aruban news portal 24sata.hr Croatian news portal 24SevenOffice 24SevenOffice is a web-based Enterprise resource planning (ERP) systems. 24ur.com Slovenian news portal 2ch.net Japanese adult videos web site 2Shared 2shared is an online space for sharing and storage.
    [Show full text]
  • Ultumix GNU/Linux 0.0.1.7 32 Bit!
    Welcome to Ultumix GNU/Linux 0.0.1.7 32 Bit! What is Ultumix GNU/Linux 0.0.1.7? Ultumix GNU/Linux 0.0.1.7 is a full replacement for Microsoft©s Windows and Macintosh©s Mac OS for any Intel based PC. Of course we recommend you check the system requirements first to make sure your computer meets our standards. The 64 bit version of Ultumix GNU/Linux 0.0.1.7 works faster than the 32 bit version on a 64 bit PC however the 32 bit version has support for Frets On Fire and a few other 32 bit applications that won©t run on 64 bit. We have worked hard to make sure that you can justify using 64 bit without sacrificing too much compatibility. I would say that Ultumix GNU/Linux 0.0.1.7 64 bit is compatible with 99.9% of all the GNU/Linux applications out there that will work with Ultumix GNU/Linux 0.0.1.7 32 bit. Ultumix GNU/Linux 0.0.1.7 is based on Ubuntu 8.04 but includes KDE 3.5 as the default interface and has the Mac4Lin Gnome interface for Mac users. What is Different Than Windows and Mac? You see with Microsoft©s Windows OS you have to defragment your computer, use an anti-virus, and run chkdsk or a check disk manually or automatically once every 3 months in order to maintain a normal Microsoft Windows environment. With Macintosh©s Mac OS you don©t have to worry about fragmentation but you do have to worry about some viruses and you still should do a check disk on your system every once in a while or whatever is equivalent to that in Microsoft©s Windows OS.
    [Show full text]
  • 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]
  • Resumen Los Widgets, Pequeñas Aplicaciones De Escritorio, Se Han Convertido En Objeto De Estudio Para Este Trabajo
    Resumen Los widgets, pequeñas aplicaciones de escritorio, se han convertido en objeto de estudio para este trabajo. Se ha analizado y estudiado su entorno, funcionamiento y estructura. Como resultado se ha obtenido una definición del concepto de widget, con diferentes ejemplos prácticos, y una comparativa entre las compañías más destacadas que ofrecen widgets (Apple, Microsoft, Yahoo!, Google y Opera) así como de las diferencias a nivel de estructura e implementación que se encuentran entre sus widgets. En el apartado de estudio también se ha dado atención a los usuarios de estas aplicaciones, explicando cuáles son sus necesidades, costumbres y posibilidades de elección en este campo. Otro de los apartados trata de cubrir algunas de las tecnologías más relevantes implicadas en la creación posterior de un widget, la aplicación Dashcode, el lenguaje de programación JavaScript, y los canales RSS. El tema de los widgets también ha dado lugar a todo un apartado de desarrollo. Se ha creado un widget para la plataforma de Apple, Macintosh. El widget proporciona al usuario las últimas noticias y resultados del mundo deportivo, concretamente de dos deportes, fútbol y baloncesto. Todas las fases del proceso de creación del widget han sido descritas de principio a fin, desde los bocetos iniciales a la puesta en funcionamiento, pasando por el prototipado e implementación. De manera adicional, también se ha incluido un apartado dedicado al diseño de widgets, con algunas y consejos a tener en cuenta al diseñar widgets en general. Por último se han vertido diferentes conclusiones fruto del presente trabajo y de la reflexión sobre la situación actual de este campo, sin olvidar los aspectos a mejorar, las áreas en que se está trabajando y las perspectivas de futuro.
    [Show full text]
  • How-To Gnome-Look Guide
    HHOOWW--TTOO Written by David D Lowe GGNNOOMMEE--LLOOOOKK GGUUIIDDEE hen I first joined the harddisk, say, ~/Pictures/Wallpapers. right-clicking on your desktop Ubuntu community, I and selecting the appropriate You may have noticed that gnome- button (you know which one!). Wwas extremely look.org separates wallpapers into impressed with the amount of different categories, according to the customization Ubuntu had to size of the wallpaper in pixels. For Don't let acronyms intimidate offer. People posted impressive the best quality, you want this to you; you don't have to know screenshots, and mentioned the match your screen resolution. If you what the letters stand for to themes they were using. They don't know what your screen know what it is. Basically, GTK is soon led me to gnome-look.org, resolution is, click System > the system GNOME uses to the number one place for GNOME Preferences > Screen Resolution. display things like buttons and visual customization. The However, Ubuntu stretches controls. GNOME is Ubuntu's screenshots there looked just as wallpapers quite nicely if you picked default desktop environment. I impressive, but I was very the wrong size, so you needn't fret will only be dealing with GNOME confused as to what the headings about it. on the sidebar meant, and I had customization here--sorry no idea how to use the files I SVG is a special image format that Kubuntu and Xubuntu folks! downloaded. Hopefully, this guide doesn't use pixels; it uses shapes Gnome-look.org distinguishes will help you learn what I found called vectors, which means you can between two versions of GTK: out the slow way.
    [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]
  • Metadefender Core V4.12.2
    MetaDefender Core v4.12.2 © 2018 OPSWAT, Inc. All rights reserved. OPSWAT®, MetadefenderTM and the OPSWAT logo are trademarks of OPSWAT, Inc. All other trademarks, trade names, service marks, service names, and images mentioned and/or used herein belong to their respective owners. Table of Contents About This Guide 13 Key Features of Metadefender Core 14 1. Quick Start with Metadefender Core 15 1.1. Installation 15 Operating system invariant initial steps 15 Basic setup 16 1.1.1. Configuration wizard 16 1.2. License Activation 21 1.3. Scan Files with Metadefender Core 21 2. Installing or Upgrading Metadefender Core 22 2.1. Recommended System Requirements 22 System Requirements For Server 22 Browser Requirements for the Metadefender Core Management Console 24 2.2. Installing Metadefender 25 Installation 25 Installation notes 25 2.2.1. Installing Metadefender Core using command line 26 2.2.2. Installing Metadefender Core using the Install Wizard 27 2.3. Upgrading MetaDefender Core 27 Upgrading from MetaDefender Core 3.x 27 Upgrading from MetaDefender Core 4.x 28 2.4. Metadefender Core Licensing 28 2.4.1. Activating Metadefender Licenses 28 2.4.2. Checking Your Metadefender Core License 35 2.5. Performance and Load Estimation 36 What to know before reading the results: Some factors that affect performance 36 How test results are calculated 37 Test Reports 37 Performance Report - Multi-Scanning On Linux 37 Performance Report - Multi-Scanning On Windows 41 2.6. Special installation options 46 Use RAMDISK for the tempdirectory 46 3. Configuring Metadefender Core 50 3.1. Management Console 50 3.2.
    [Show full text]
  • Delivering Real-Time Information with Microsoft Windows 7 Desktop
    SAS Global Forum 2011 Reporting and Information Visualization Paper 280-2011 New Light through Old Windows: Delivering Real Time Information with Windows 7 Desktop Gadgets David Shannon, Amadeus Software, Oxford, UK ABSTRACT In this paper the author demonstrates how to deliver SAS® information directly to the information consumer’s desktop with Microsoft Windows 7 Desktop Gadgets. Displaying headline analytics from continually updating data, such as an active marketing campaign, or simply the status of your SAS server are just two possibilities for exploiting the Gadget feature. From Windows 7, Gadgets are an integral component in the operating system presentation. Real time (or near real time) information can be delivered by integrating a SAS session via web services or the SAS Integration Technologies product. This paper presents the steps for integrating SAS and Windows Gadgets. Worked examples, with source code, are demonstrated along with options for deployment. Finally, the pros and cons of delivering information this way are considered. Those attending this paper are not expected to have experience of creating Desktop Gadgets, however an appreciation of web pages, object orientated programming and the SAS Integration Technologies product will be useful to take the most from this paper. INTRODUCTION This paper examines a method of delivering short summaries of information directly to user desktops with Microsoft Windows Desktop Gadgets, referred to as Gadgets throughout this paper. The paper begins by understanding what Gadgets are and how they work. The discussion then describes how to integrate Gadgets with SAS by using Microsoft Jscript to call a web service or SAS Integration Technologies.
    [Show full text]
  • Openmagazin 5/2009
    openMagazin www.openmagazin.cz openMagazin 5/2009 openOffice.org openSource openMind Vážení čtenáři, Obsah openMagazin je jedinečný PDF e-zin, který vám každý měsíc přinese to nejlepší, co vyšlo na Co se děje ve světě Linuxu a open source...........................2 Krusader 2.0 – Křížová výprava mezi soubory...................27 portálech věnovaných svobodnému softwaru, a to Touch Book: Váš nový linuxový notebook, netbook, PDA Firefox 3.5 – co nabídne nového?.......................................31 zcela zdarma. Můžete se těšit na návody, recenze, nebo přehrávač....................................................................6 Jsou revoluční kroky pro Gnome a KDE nutné?..................34 novinky, tipy a triky, které si můžete v klidu přečíst Audacious: modulární hudební přehrávač...........................9 Moblin: budoucnost netbooků?..........................................36 na svém netbooku nebo jiném přenosném zařízení. Screenlets – to pravé pro vaši obrazovku..........................11 Doufáme, že vás obsah zaujme a také vás prosíme, Nové Ubuntu má vážné problémy s grafikami Intel...........39 abyste PDF soubor šířili, kam to jen jde. Kopírujte Hybrid Share: Sdílení souborů a komunikace s přáteli......14 Zajímavé programy 76.......................................................41 nás, posílejte, sdílejte. A pište nám, jak se vám Jak v Ubuntu vyzkoušet Kubuntu a Xubuntu, zjistit OpenOffice.org ve společnosti Snaggi s.r.o........................42 nový česko-slovenský nejen linuxový e-zin líbí. informace o hardwaru a změnit
    [Show full text]
  • Red Hat Linux 5.2
    Red Hat Linux 5.2 The Official Red Hat Linux Installation Guide Red Hat Software, Inc. Research Triangle Park, North Carolina Copyright ­c 1995, 1996, 1997, 1998 Red Hat Software, Inc. Red Hat is a registered trademark and the Red Hat Shadow Man logo, RPM, the RPM logo, and Glint are trademarks of Red Hat Software, Inc. Linux is a registered trademark of Linus Torvalds. Motif and UNIX are registered trademarks of The Open Group. Alpha is a trademark of Digital Equipment Corporation. SPARC is a registered trademark of SPARC International, Inc. Products bearing the SPARC trade- marks are based on an architecture developed by Sun Microsystems, Inc. Netscape is a registered trademark of Netscape Communications Corporation in the United States and other countries. Windows is a registered trademark of Microsoft Corporation. All other trademarks and copyrights referred to are the property of their respective owners. ISBN: 1-888172-19-3 Revision: Inst-5.2-Print-RHS (10/98) Red Hat Software, Inc. 4201 Research Commons, Suite 100 79 T. W. Alexander Drive P. O. Box 13588 Research Triangle Park, NC 27709 (919) 547-0012 [email protected] http://www.redhat.com While every precaution has been taken in the preparation of this book, the publisher assumes no responsibility for errors or omissions, or for damages resulting from the use of the information con- tained herein. The Official Red Hat Linux 5.2 Installation Guide may be reproduced and distributed in whole or in part, in any medium, physical or electronic, so long as this copyright notice remains intact and unchanged on all copies.
    [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]