Often Than Not It Will Be Toolkits Such As GTK Or Qt That Need

Total Page:16

File Type:pdf, Size:1020Kb

Often Than Not It Will Be Toolkits Such As GTK Or Qt That Need FAQ WAYLAND WAYLANDThe Anglo-Saxon god powering your next generation graphical desktop. Imagine it’s the 80s. You’re sitting current system works. As long as the GRAHAM MORRISON in your bedroom prodding away API supports Wayland, the applications at a Commodore 64, listening to the will support Wayland and automatically Why does Wayland need two Human League and staring through look and feel awesome. pages of explanation? thick-rimmed glasses at your 14-inch For most of us, Wayland is colour television. You’re coding a game Brilliant! So how come it hasn’t difficult to understand because and working on the graphics. To get the been adopted already? there’s nothing tangible to click on. best performance, your code is talking It’s not immediately faster than There’s no ‘About’ box to open or directly to the graphics hardware, the the alternatives, which configuration panel to play with. But all venerable VIC-II chip. One of VIC’s best disappointed many early adopters. Nor of these graphical elements can be features was its ability to allow the is Wayland network-transparent, which displayed on your Linux desktop using programmer to create a simple means it doesn’t include the ability to Wayland – it’s just that Wayland hides graphical element, perhaps a spaceship serve desktop sessions across a beneath the surface. The important or a gold miner, called a sprite. All the network in the way that early X11 did. point is that it’s a big improvement over programmer had to do was tell a sprite The complexity that comes with the way this was done before, and is what to look like, what colour to be and network transparency is a burden on currently done now. where to appear. They helped the the current system. That doesn’t mean In simple terms, Wayland has the programmer forget about the nuts and there won’t be an alternative, such as a potential to make your desktops talk to bolts of how their computer worked more VNC-like approach to sharing the your graphics hardware much more and concentrate on the gameplay. image buffer to a remote address. It efficiently. Developers won’t have to This is what Wayland helps to do for just means that any solution won’t be work with an arcane system that’s the modern programmer. They can as overbearing. In fact, the Wayland massively over-engineered and forget about the nuts and bolts of community think that a remote desktop complicated, while users should see graphics and concentrate on usability. solution using Wayland will be better performance benefits and more eye But because software stacks are now than VNC on X11 anyway. candy. It really could revolutionise the several layers deep, Wayland isn’t Linux desktop. aimed at the application programmer X11 is the system that most analogous to our 80s games Wayland is going to replace? That sounds promising. What programmer. More often than not, it will Yes. X11 was designed for a does Wayland actually do? be toolkits such as Gnome’s GTK or different era of computing – the KDE’s Qt that need to talk to Wayland, same 1980s of that old Commodore More often than not it will and it’s these that need to be updated 64. And the key requirement for any “ to accommodate its requirements. 1980s-era enterprise computing be toolkits such as GTK or Qt Application developers shouldn’t need installation was for remote graphical that need to talk to Wayland to change their code, unless they’re terminals. X11 was designed to work ” using something specific to the way the across a network so that low powered, 60 www.linuxvoice.com FAQ WAYLAND cheap terminals could connect to a that means there’s no easy way of by Samuel Csaba Otto Traian: GNU FDL 1.2+ and CC-BY-SA 3.0+; created 2013-08-28; updated 2013-10-30 centralised computing resource with knowing which features you’re going to GNOME Shell lots of storage, CPU and RAM. get when your application supports a Clutter 1.14 W2BGL EGL glue The apps ran on the central different version of a plugin to your X11 libwayland-client code computing resource and sent installation. Come the revolution, W Nautilus instructions back on what to be though, you’ll still be able to run X11 GTK + 3.12 W2BGL EGL glue libwayland-client displayed to each terminal. You can still tools and applications through a W code 2 KDE Plasma do this with X11 today. In fact, you are compatibility layer called XWayland. 3 W 2 Qt 5.1 W2BGL EGL doing this today: X11 uses the same glue 3 libwayland-client code W 2 client and server configuration even Does Wayland do away with 3 when everything is running on the the server and client model? EGL same machine, making the separation No. But the client/server model libwayland-server W libwayland-EGL libEGL-mesa-drivers between the client and server a little used by Wayland makes more EGL libEGL-mesa libGBM Weston, Mutter, KWin, Clayland, OpenGLIES pointless. There are several other big sense. The server is something called Enlightenment . OpenVG libGLES-mesa chunks of X11 that have become the Wayland Compositor, and desktops Graphics libOpenVG-mesa Mesa 3D Device Drivers: libGL-mesa-DRI redundant, such as its inclusion of such as E17 or Gnome, going through 1 4 ioctl some core fonts or big parts of the their respective APIs, are considered the libDRM rendering API – features that are now clients. This is why you always see evdev kms drm part of toolkits like GTK and Qt. Then Wayland described as a ‘protocol’, rather Kernel there are the four input subsystems. than a way of rendering graphics. It’s And that network transparency we were the protocol that defines how the clients CPU (registers & L1 & L2 & L3 & L4) & main memory framebuffer GPU (registers & L1 & L2) & graphic memory just talking about? It won’t work when speak to the server. A server could be using modern modern systems with replaced with another server, as long as Wayland is mostly a protocol because it defines how the X11 anyway, because of the way they they understood the same protocol. various components in the stack talk to one another talk to the local graphics hardware. Which is exactly what the people behind [Image Credit: CC-BY-SA 3.0: ScotXW, based on work by Wayland hope will happen. E17 and en:Kristian Høgsberg published at en:freedesktop.org: So what’s to stop Wayland Gnome both have their own Wayland- http://wayland.freedesktop.org. from being just as bad? compatible compositors. Apart from the simplicity, there’s If Compiz worked with X11, no legacy code to get in the way Hang on a mo – what’s a why is Wayland any better? of creating a modern graphical compositor? It simplifies the process. X11 was subsystem. Just imagine what X11 You might have first heard the the gateway between the app might be like in another 10 years, and term when desktop effects and the compositing. With Wayland, the it’s difficult to think of how it might started to become popular. Compiz, for applications talk to the compositor adapt to tablets and smartphones. example, is perhaps the best-known without having to go through X11. It’s also capable of using hardware compositing window manager. It adds Wobbly windows with a compositor in specific backends. This won’t be effects such as wobbly windows, X11 worked, but it was much harder if necessary for most installations, but desktop shadows and transparency, you wanted to tell the compositor you there’s a backend for the Raspberry Pi and it does this by compositing the were working with hardware overlays to that has considerably improved its contents of the various windows under play back video. Wayland’s direct line of graphical prowess, when compared to its control into a single image that can communication is a much better way to X11, so perhaps performance might then be used as the desktop. That’s accomplish the same tasks. improve after all. why when you run Compiz, you have to replace whatever window manager Is 2014 going to be the year of If it’s so hopelessly crufty, how you’re currently using. Wayland on the desktop? has X11 lasted so long? In Wayland, the compositor does the We think so, yes. Gnome 3.12 can For one simple reason: it works. same job, only without the help of X11 now operate as a Wayland That’s something that can’t be to turn the final composited image into compositor, bringing native support to said for a great many other the desktop you see. It’s the server the Gnome desktop. So too can technologies. It’s stable, despite its process that pulls all the graphical Enlightenment’s compositor after a complexity, and it’s a well understood components together to create what huge code dump in the middle of and a well integrated part of the you’d expect to see on the screen. For January. The reference compositor for system. Thanks to the development of Wayland, that would mean the server Wayland, named Weston, saw plenty of many other modules that connect to that composes the contents of the updates in January’s 1.4 release, and X11, it’s a modern and adaptable various client application windows there’s a new Qt 5.2 based desktop solution. But it’s never going to get before sending them on to the called Hawaii that uses Weston.
Recommended publications
  • Desktop Migration and Administration Guide
    Red Hat Enterprise Linux 7 Desktop Migration and Administration Guide GNOME 3 desktop migration planning, deployment, configuration, and administration in RHEL 7 Last Updated: 2021-05-05 Red Hat Enterprise Linux 7 Desktop Migration and Administration Guide GNOME 3 desktop migration planning, deployment, configuration, and administration in RHEL 7 Marie Doleželová Red Hat Customer Content Services [email protected] Petr Kovář Red Hat Customer Content Services [email protected] Jana Heves Red Hat Customer Content Services Legal Notice Copyright © 2018 Red Hat, Inc. This document is licensed by Red Hat under the Creative Commons Attribution-ShareAlike 3.0 Unported License. If you distribute this document, or a modified version of it, you must provide attribution to Red Hat, Inc. and provide a link to the original. If the document is modified, all Red Hat trademarks must be removed. 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, the Red Hat logo, JBoss, OpenShift, Fedora, the Infinity logo, and RHCE are trademarks of Red Hat, Inc., registered in the United States and other countries. 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. MySQL ® is a registered trademark of MySQL AB in the United States, the European Union and other countries.
    [Show full text]
  • Mutter 3.27.1
    GNOME.org Home Mailing Lists List Archives Search Mutter 3.27.1 From: Florian Müllner <fmuellner gnome org> To: gnome-shell-list <gnome-shell-list gnome org>, gnome-announce-list <gnome-announce-list gnome org> Subject: Mutter 3.27.1 Date: Tue, 17 Oct 2017 18:12:55 +0200 About mutter ============ Mutter is a window and compositing manager that displays and manages your desktop via OpenGL. Mutter combines a sophisticated display engine using the Clutter toolkit with solid window-management logic inherited from the Metacity window manager. While Mutter can be used stand-alone, it is primarily intended to be used as the display core of a larger system such as GNOME Shell. For this reason, Mutter is very extensible via plugins, which are used both to add fancy visual effects and to rework the window management behaviors to meet the needs of the environment. News ==== * Work with clients that require older linux_dmabuf protocol [Daniel; #788558] * Support hybrid GPU systems [Jonas; #785381] * Prevent crash when closing maximized windows [Jonni; #788666] * Use the correct monitor for HiDPI scaling of shell chrome [Jonas; #788820] * Fix unredirection of fullscreen windows [Rui, Jonas; #788493] * Fix list of supported monitor scales on X11 [Jonas; #788901] * Misc. bug fixes [Florian, Jonas, Marco; #788572, #788569, #788607, #788860, #788921] Contributors: Jonas Ådahl, Carlos Garnacho, Rui Matos, Florian Müllner, Daniel Stone, Marco Trevisan, Jonni Westphalen Translations: Xavi Ivars [ca@valencia] Download ======== https://download.gnome.org/sources/mutter/3.27/mutter-3.27.1.tar.xz
    [Show full text]
  • Install Gnome Software Center Arch
    Install gnome software center arch Upstream URL: License(s): GPL2. Maintainers: Jan Steffens. Package Size: MB. Installed Size: Installed Size​: ​ MB. gnome-software will be available as a preview in It can install, remove applications on systems with PackageKit. It can install updates on Gnome software will not start / Applications & Desktop. A quick video on Gnome Software Center in Arch Linux. Gnome unstable repository. There is a component called Polkit that is used by many applications to request root permissions to do things (it can do so because it's a. GNOME Software on #archlinux with native PackageKit backend, and this is a gui for installing software, ala ubuntu software manager, but distro This is some kind of Ubuntu Software Centre, with comments and all that. Need help installing Gnome Software Center for Arch Linux? Here are some instructions: Click DOWNLOAD HERE in the menu. Download the file. Make the file. I had to install it with along with packagekit. This is what's missing to make Antergos *the* beginner-friendly Arch-based distro, or general So, it is not a bad idea for the “Gnome Software Center” to include by default. GNOME software software center graphic that we will find the default in future releases of Fedora in addition to being installed in Arch Linux Please help me to install GNOME Software on. GNOME Software Will Work On Arch Linux With PackageKit the Alpm/Pacman back-end for using this GNOME application to install and. From: Sriram Ramkrishna ; To: desktop-devel-list devel-list gnome org>; Subject: gnome- software/packagekit.
    [Show full text]
  • Debian and Ubuntu
    Debian and Ubuntu Lucas Nussbaum lucas@{debian.org,ubuntu.com} lucas@{debian.org,ubuntu.com} Debian and Ubuntu 1 / 28 Why I am qualified to give this talk Debian Developer and Ubuntu Developer since 2006 Involved in improving collaboration between both projects Developed/Initiated : Multidistrotools, ubuntu usertag on the BTS, improvements to the merge process, Ubuntu box on the PTS, Ubuntu column on DDPO, . Attended Debconf and UDS Friends in both communities lucas@{debian.org,ubuntu.com} Debian and Ubuntu 2 / 28 What’s in this talk ? Ubuntu development process, and how it relates to Debian Discussion of the current state of affairs "OK, what should we do now ?" lucas@{debian.org,ubuntu.com} Debian and Ubuntu 3 / 28 The Ubuntu Development Process lucas@{debian.org,ubuntu.com} Debian and Ubuntu 4 / 28 Linux distributions 101 Take software developed by upstream projects Linux, X.org, GNOME, KDE, . Put it all nicely together Standardization / Integration Quality Assurance Support Get all the fame Ubuntu has one special upstream : Debian lucas@{debian.org,ubuntu.com} Debian and Ubuntu 5 / 28 Ubuntu’s upstreams Not that simple : changes required, sometimes Toolchain changes Bugfixes Integration (Launchpad) Newer releases Often not possible to do work in Debian first lucas@{debian.org,ubuntu.com} Debian and Ubuntu 6 / 28 Ubuntu Packages Workflow lucas@{debian.org,ubuntu.com} Debian and Ubuntu 7 / 28 Ubuntu Packages Workflow Ubuntu Karmic Excluding specific packages language-(support|pack)-*, kde-l10n-*, *ubuntu*, *launchpad* Missing 4% : Newer upstream
    [Show full text]
  • Desktop Environments Jeffery Russell and Tim Zabel
    Desktop Environments Jeffery Russell and Tim Zabel Please sign in! http://bit.ly/ritlug-2020 Keep up with RITlug outside of meetings: ritlug.com/get-involved, rit-lug.slack.com Desktop Environments: when terminals just won't do it What makes a desktop environment (DE)? A desktop environment typically contains two major components: - Window Manager Manages windows, icons, menus, pointers - Widget Toolkit - Used to write applications with a unified look and behavior GNOME 3 - Easy to use - “Most” Popular - Great Companability - Nautilus as default file manager KDE Plasma - Uses Dolphin file manager - Easy to use - Very uniform software stack like GNOME Xfce - Lightweight - Easy to use - Thunar file manager Cinnamon - Fork of GNOME 3 - Nemo File Manager - Crist look - Tons of desklets - Very stable MATE - Extension of GNOME 2 - Caja File Manager Unity - Not technically its own DE but a shell extension for GNOME - This is known for giving Ubuntu its iconic sidebar LXQt - Very Lightweight - Easy to use Pantheon - DE designed for Elementary OS - OSX like interface - Looks amazing - Due to simplicity, it is missing some things that are commonplace in other DEs (limited customizations) Deepin - Simple - Very elegant - Developed by a Chinese community Performance? Source: https://itsfoss.com/linux-mint-v s-ubuntu/ Equinox (EDE) - Very lightweight - Last stable release was in 2014 - Reminiscent of windows 9x interface Questions? Window Managers WMs ● Specifically controls placement and appearance of windows ● Doesn’t come with any other integrated tools
    [Show full text]
  • Fixing Mate Adwaita Theme Problems on Debian and Ubuntu Linux
    ? Walking in Light with Christ - Faith, Computers, Freedom Free Software GNU Linux, FreeBSD, Unix, Windows, Mac OS - Hacks, Goodies, Tips and Tricks and The True Meaning of life http://www.pc-freak.net/blog Fixing Mate Adwaita theme problems on Debian and Ubuntu Linux Author : admin After trying out GNOME 3.2.x enough and giving it enough chance I've decided to finally migrate to Linux Mate graphical environment (the fork of gnome 2 for modern PCs). I have to say I'm running Debian 9 Stretch on my upgraded Thinkpad R61, after 2 / 3 days upgrade operations from Debian 7 to Debian 8, from Debian 8 to 9. Just Migrated to Mate all looked fine, but just as I wanted to make the look and feel identical to GNOME 2, I played with Appearance because I wanted to apply theme Adwaita the one, the one so popular since the glorious times when GNOME 2 was a king of the Linux Desktop. To add additional themes to MATE, I've installed gnome-themes-standard package, e.g. apt-get install --yes gnome-themes-standard 1 / 2 ? Walking in Light with Christ - Faith, Computers, Freedom Free Software GNU Linux, FreeBSD, Unix, Windows, Mac OS - Hacks, Goodies, Tips and Tricks and The True Meaning of life http://www.pc-freak.net/blog This package provides a number of Themes I could choose from and one of them is Adwaita Not surprisingly, I faced a theme issue it complains about window manager theme "Adwaita" missing. Using the example for Adwaita mate-appearance-properties gives, I believe this is the "Proper" way to fix it, so do the following in order; The quick and dirty way when using it Select Adwaita theme Click on Customise Select the Window Border tab Select window border theme "TraditionalOk" and close A Permanent Fix to the Adwaita missing its Theme Manager using terminal / console I found that all I had to do to resolve the issue permanently was to do this; vim /usr/share/themes/Adwaita/index.theme And change at the bottom where it says MetacityTheme to say TraditionalOk instead of Adwaita.
    [Show full text]
  • Sun Enterprise 250 Rackmounting Guide
    Sun Enterprise™ 250 Rackmounting Guide Guide de montage en armoire Montagehandbuch Manuale per la configurazione per rack Manual para montaje en bastidor Handbok för rackmontage Sun Microsystems, Inc. 901 San Antonio Road Palo Alto, CA 94303-4900 USA 650 960-1300 Fax 650 969-9131 Part No. 805-3611-12 Revision A, February 1999 Send comments about this document to: [email protected] Copyright 1999 Sun Microsystems, Inc., 901 San Antonio Road • Palo Alto, CA 94303 USA. All rights reserved. This product or document is protected by copyright and distributed under licenses restricting its use, copying, distribution, and decompilation. No part of this product or document may be reproduced in any form by any means without prior written authorization of Sun and its licensors, if any. Third-party software, including font technology, is copyrighted and licensed from Sun suppliers. Parts of the product may be derived from Berkeley BSD systems, licensed from the University of California. UNIX is a registered trademark in the U.S. and other countries, exclusively licensed through X/Open Company, Ltd. Sun, Sun Microsystems, the Sun logo, AnswerBook, SunDocs, Solaris, and Sun Enterprise are trademarks, registered trademarks, or service marks of Sun Microsystems, Inc. in the U.S. and other countries. All SPARC trademarks are used under license and are trademarks or registered trademarks of SPARC International, Inc. in the U.S. and other countries. Products bearing SPARC trademarks are based upon an architecture developed by Sun Microsystems, Inc The OPEN LOOK and Sun™ Graphical User Interface was developed by Sun Microsystems, Inc. for its users and licensees.
    [Show full text]
  • 1. Why POCS.Key
    Symptoms of Complexity Prof. George Candea School of Computer & Communication Sciences Building Bridges A RTlClES A COMPUTER SCIENCE PERSPECTIVE OF BRIDGE DESIGN What kinds of lessonsdoes a classical engineering discipline like bridge design have for an emerging engineering discipline like computer systems Observation design?Case-study editors Alfred Spector and David Gifford consider the • insight and experienceof bridge designer Gerard Fox to find out how strong the parallels are. • bridges are normally on-time, on-budget, and don’t fall ALFRED SPECTORand DAVID GIFFORD • software projects rarely ship on-time, are often over- AS Gerry, let’s begin with an overview of THE DESIGN PROCESS bridges. AS What is the procedure for designing and con- GF In the United States, most highway bridges are budget, and rarely work exactly as specified structing a bridge? mandated by a government agency. The great major- GF It breaks down into three phases: the prelimi- ity are small bridges (with spans of less than 150 nay design phase, the main design phase, and the feet) and are part of the public highway system. construction phase. For larger bridges, several alter- There are fewer large bridges, having spans of 600 native designs are usually considered during the Blueprints for bridges must be approved... feet or more, that carry roads over bodies of water, preliminary design phase, whereas simple calcula- • gorges, or other large obstacles. There are also a tions or experience usually suffices in determining small number of superlarge bridges with spans ap- the appropriate design for small bridges. There are a proaching a mile, like the Verrazzano Narrows lot more factors to take into account with a large Bridge in New Yor:k.
    [Show full text]
  • Compositor Security 1 Contents
    Compositor security 1 Contents 2 Background ................................. 2 3 Other platforms ............................ 3 4 Use-cases .................................. 3 5 Home screen .............................. 3 6 Platform UI elements ......................... 4 7 Launching a program ......................... 5 8 Last-used mode ............................ 6 9 Main window selection ........................ 7 10 Child windows ............................ 8 11 Notifications .............................. 9 12 Focus-stealing ............................. 10 13 Non-graphical programs ....................... 11 14 Screenshots .............................. 11 15 Synthesized input ........................... 12 16 Trusted input paths ......................... 12 17 Interaction with the automotive domain .............. 13 18 Design notes ................................ 14 19 Recommendations ............................. 14 20 Further reading ............................... 14 21 The compositor is the component of Apertis that is responsible for drawing 22 application windows and other graphical elements on the screen. 23 Background 24 The compositor is a process responsible for combining surfaces (texture buffers) 25 representing application windows into the single 2D image displayed on the 1 26 screen. In an X11 environment, it combines the roles of a window manager 2 27 and a compositing manager . In a Wayland environment, it also takes on the 3 28 role of the display server from X11. 29 In Apertis 15.12 with either X11 or Wayland,
    [Show full text]
  • Linux Virtual Delivery Agent 7.17
    Linux Virtual Delivery Agent 7.17 Feb 26, 2018 The Linux Virtual Delivery Agent (VDA) enables access to Linux virtual desktops and applications, anywhere, from any device where Citrix Receiver is installed. You can create Linux virtual desktops and applications based on an RHEL, CentOS, SUSE, or Ubuntu distribution. Prepare your Linux virtual machines, install the new software on them, configure your Delivery Controller, and then use Citrix Studio to make the desktops and applications available to users. https://docs.citrix.com © 1999-2017 Citrix Systems, Inc. All rights reserved. p.1 What's new Feb 26, 2018 What's new in 7.17 Version 7.17 of the Linux VDA includes the following new features and enhancements: Previously available as an experimental feature, adaptive transport is a fully supported feature in this release. Adaptive transport is a new data transport mechanism for XenApp and XenDesktop. It is faster, more scalable, improves application interactivity, and is more interactive on challenging long-haul WAN and internet connections. Users can use a smart card connected to the client device for authentication when logging on to a Linux virtual desktop session. Users can also use the smart card within the session. Use cases include adding a digital signature to a document, encrypting or decrypting an email, or authenticating to a website that requires smart card authentication. For more information, see Pass-through authentication by using smart cards. Starting with this release, Linux VDA 3D Pro supports vGPU for NVIDIA Pascal GPUs (Tesla P40) and vGPU hardware encoding. For information about graphics configuration, see Configure graphics.
    [Show full text]
  • Add Pki Certificate to Trust Store Mac
    Add Pki Certificate To Trust Store Mac Awned and sparkly Leon outspreads her concessions gelatinates diffusedly or hocused mucking, is Nero starchy? Quent leer putridly while faucal Barry extravagated blissfully or assort anew. Cameron is disobediently azonal after oneiric Hillary prune his quarterlies perturbedly. For you have direct trust that accesses to avoid losing your pki certificate to add trust store or This can install the foocrt certificate to the Trusted Root Certification. The attitude of a role. A message authentication code MAC is little bit of coat that's used to. Mac OS X Mavericks SSL Certificate Export and Import. The trust to add certificates stored on my questions and register storage node at a software updates for. Hear directly from a trusted certificates stored as an intermediate certificate before you did not issue? Our environment consists of a Microsoft PKI Root CA with 3x Enterprise. Apple Mac OS X 1011 El Capitan or earlier Apple iOS 9 or earlier. Validity of a PKI certificate the certificate cannot be validatedtrusted iii. Automating the import of vCenter Server 6x root certificate. Jun 2020 How both Add alternate Root Certificate to the Java Truststore on Mac OS 10. Bc is to trust stores user using this article a mac os x has read. How to add trusted mac os? With trusted store during renewal process authentication with any dod certificates stored that denies access to trust stores etc already unchecked by verifying trust solution in pem. Why donate my certificate not trusted? Check out your system restarts one, you do better you trust for.
    [Show full text]
  • Installed Packages Gconf2.X86 64 3.2.6-8.El7 @Anaconda Geoip
    Installed Packages GConf2.x86_64 3.2.6-8.el7 @anaconda GeoIP.x86_64 1.5.0-11.el7 @anaconda ModemManager.x86_64 1.6.0-2.el7 @anaconda ModemManager-glib.x86_64 1.6.0-2.el7 @anaconda NetworkManager.x86_64 1:1.4.0-12.el7 @anaconda NetworkManager-adsl.x86_64 1:1.4.0-12.el7 @anaconda NetworkManager-glib.x86_64 1:1.4.0-12.el7 @anaconda NetworkManager-libnm.x86_64 1:1.4.0-12.el7 @anaconda NetworkManager-libreswan.x86_64 1.2.4-1.el7 @anaconda NetworkManager-libreswan-gnome.x86_64 1.2.4-1.el7 @anaconda NetworkManager-team.x86_64 1:1.4.0-12.el7 @anaconda NetworkManager-tui.x86_64 1:1.4.0-12.el7 @anaconda NetworkManager-wifi.x86_64 1:1.4.0-12.el7 @anaconda OpenEXR-libs.x86_64 1.7.1-7.el7 @anaconda PackageKit.x86_64 1.0.7-6.el7.centos @anaconda PackageKit-command-not-found.x86_64 1.0.7-6.el7.centos @anaconda PackageKit-glib.x86_64 1.0.7-6.el7.centos @anaconda PackageKit-gstreamer-plugin.x86_64 1.0.7-6.el7.centos @anaconda PackageKit-gtk3-module.x86_64 1.0.7-6.el7.centos @anaconda PackageKit-yum.x86_64 1.0.7-6.el7.centos @anaconda PyQt4.x86_64 4.10.1-13.el7 @anaconda PyYAML.x86_64 3.10-11.el7 @anaconda abattis-cantarell-fonts.noarch 0.0.16-3.el7 @anaconda abrt.x86_64 2.1.11-45.el7.centos @anaconda abrt-addon-ccpp.x86_64 2.1.11-45.el7.centos @anaconda abrt-addon-kerneloops.x86_64 2.1.11-45.el7.centos @anaconda abrt-addon-pstoreoops.x86_64 2.1.11-45.el7.centos @anaconda abrt-addon-python.x86_64 2.1.11-45.el7.centos @anaconda abrt-addon-vmcore.x86_64 2.1.11-45.el7.centos @anaconda abrt-addon-xorg.x86_64 2.1.11-45.el7.centos @anaconda abrt-cli.x86_64 2.1.11-45.el7.centos
    [Show full text]