Awn-extras-bzr

I can't get this to install. I installed bzr but when I try to install awn-extras-bzr it errors out saying "bzr: command not found"

I'm having the same problem. Here's output:
[jase@workstation awn-extras-bzr]$ which bzr
which: no bzr in (/bin:/usr/bin:/sbin:/usr/sbin:/usr/X11R6/bin:/opt/bin:/usr/local/bin:/opt/mozilla/bin:/opt/qt/bin)
[jase@workstation awn-extras-bzr]$ pacman -Ql bzr
bzr /etc/
bzr /etc/bash_completion.d/
bzr /etc/bash_completion.d/bzr
[jase@workstation awn-extras-bzr]$
For me it looks like something is really wrong with the bzr package. There should be lot's of python stuff.

Similar Messages

  • Unable to build awn-extras-bzr

    Hi
    I am having a problem with trying to build awn-extras-bzr for my arch64 system. I think either the pkgbuild uses the wrong commands or I don't have the correct packages installed. I have all the deps it says it needs installed (I know this) but when I try to build it I get
    ==> Searching new CVS/SVN/GIT revision for awn-extras-bzr
    ==> retrieving latest revision number from bzr... /usr/bin/versionpkg: line 185: bzr: command not found
    ==> ERROR: unable to retrieve revision number
    ==> Determining latest bzr revision...
    /usr/bin/makepkg: line 1007: bzr: command not found
    Error: Makepkg was unable to build awn-extras-bzr package.
    My first thought was that I might not have bzr installed but
    [caillin@Taledras ~]$ pacman -Q bzr
    bzr 1.1-1
    so I'm really not sure what is happening
    any help would be greatly appreciated
    C
    Last edited by Darkwind (2008-02-01 13:30:03)

    Is the 64bit bzr still not fixed?
    http://bugs.archlinux.org/task/9326

  • Trouble with awn-extras-applets-bzr and xulrunner

    Ive been trying to install the awn-extras-applets-bzr package to no avail.
    engine_mozilla.c:24:25: fatal error: gtkmozembed.h: No such file or directory
    compilation terminated.
    make[3]: *** [engine_mozilla.lo] Error 1
    make[2]: *** [all-recursive] Error 1
    make[1]: *** [all-recursive] Error 1
    make: *** [all] Error 2
    ==> ERROR: A failure occurred in build().
    Aborting...
    I assume it has to do with xulrunner from my looking around but even installing an old bin: xulrunner-1.9-bin  from aur but it did me no good.
    I would think it has to do with the new firefox versions but really have no idea.
    Thanks.

    ok nevermind. I reached the maintainer and they fixed the problem. Thanks.

  • [SOLVED]awn-extras-applets wont compile

    hey guys im trying to install awn-extras-applets via yaourt and it doesnt compile, it starts and then just stops half way asking me to restart the build process. though avant-window-navigator goes fine
    heres the compile messages
    Avant Window Navigator Extras 0.4.0
    ===================================
    prefix: /usr
    Vala Support: yes
    WebKit Support: webkit-1.0
    XULRunner Support: no
    Making all in applets
    Making all in maintained/animal-farm
    Generating and caching the translation database
    Merging translations into animal-farm.desktop.
    Making all in maintained/awnterm
    CC awn-terminal.o
    In file included from ./keybinder.h:27:0,
    from awn-terminal.c:40:
    /usr/include/glib-2.0/glib/gtypes.h:28:2: error: #error "Only <glib.h> can be included directly."
    In file included from awn-terminal.c:41:0:
    /usr/include/glib-2.0/glib/gi18n.h:28:0: warning: "_" redefined [enabled by default]
    In file included from awn-terminal.c:37:0:
    /usr/include/glib-2.0/glib/gi18n-lib.h:32:0: note: this is the location of the previous definition
    In file included from awn-terminal.c:41:0:
    /usr/include/glib-2.0/glib/gi18n.h:29:0: warning: "Q_" redefined [enabled by default]
    In file included from awn-terminal.c:37:0:
    /usr/include/glib-2.0/glib/gi18n-lib.h:33:0: note: this is the location of the previous definition
    In file included from awn-terminal.c:41:0:
    /usr/include/glib-2.0/glib/gi18n.h:31:0: warning: "C_" redefined [enabled by default]
    In file included from awn-terminal.c:37:0:
    /usr/include/glib-2.0/glib/gi18n-lib.h:35:0: note: this is the location of the previous definition
    awn-terminal.c: In function 'awn_terminal_applet_create_new_tab':
    awn-terminal.c:885:2: warning: 'vte_terminal_fork_command' is deprecated (declared at /usr/include/vte-0.0/vte/vtedeprecated.h:82) [-Wdeprecated-declarations]
    awn-terminal.c: In function 'awn_terminal_applet_exited_cb':
    awn-terminal.c:1035:3: warning: 'vte_terminal_fork_command' is deprecated (declared at /usr/include/vte-0.0/vte/vtedeprecated.h:82) [-Wdeprecated-declarations]
    make[4]: *** [awn-terminal.lo] Error 1
    make[3]: *** [all] Error 2
    make[2]: *** [all-recursive] Error 1
    make[1]: *** [all-recursive] Error 1
    make: *** [all] Error 2
    ==> ERROR: A failure occurred in build().
    Aborting...
    ==> ERROR: Makepkg was unable to build awn-extras-applets.
    ==> Restart building awn-extras-applets ? [y/N]
    im also having a problem when starting avant with the terminal. it says gtk warning and no protocal
    heres the error
    avant-window-navigator
    No protocol specified
    No protocol specified
    (avant-window-navigator:5464): Gtk-WARNING **: cannot open display: :0
    All of this is in virtualbox. so that might be causing an issue im not sure and openbox, i also tried the bzr versions and it wont connect to the bazaar server
    Last edited by nankura (2012-07-20 22:58:48)

    Dumping terminal applet patch here:
    --- awn-extras-0.4.0/applets/maintained/awnterm/awn-terminal.c 2012-10-18 15:26:16.110686193 +0300
    +++ awn-extras-0.4.0.new/applets/maintained/awnterm/awn-terminal.c 2012-10-18 15:31:26.179060476 +0300
    @@ -882,7 +880,11 @@
    g_return_if_fail (self != NULL);
    terminal = g_object_ref_sink ((VteTerminal*) vte_terminal_new ());
    vte_terminal_set_emulation (terminal, "xterm");
    - vte_terminal_fork_command (terminal, NULL, NULL, NULL, "~/", FALSE, FALSE, FALSE);
    + char *startterm[2]={0,0};
    + startterm[0]=vte_get_user_shell();
    + vte_terminal_fork_command_full(VTE_TERMINAL(terminal),
    + VTE_PTY_NO_LASTLOG | VTE_PTY_NO_UTMP | VTE_PTY_NO_WTMP,
    + "~/", startterm, NULL, 0, NULL, NULL, NULL, NULL);
    if (self->priv->_background_image != NULL) {
    vte_terminal_set_background_image_file (terminal, self->priv->_background_image);
    @@ -1032,7 +1032,11 @@
    gtk_widget_show_all ((GtkWidget*) self->priv->dialog);
    } else {
    vte_terminal_reset (terminal, TRUE, TRUE);
    - vte_terminal_fork_command (terminal, NULL, NULL, NULL, "~/", FALSE, FALSE, FALSE);
    + char *startterm[2]={0,0};
    + startterm[0]=vte_get_user_shell();
    + vte_terminal_fork_command_full(VTE_TERMINAL(terminal),
    + VTE_PTY_NO_LASTLOG | VTE_PTY_NO_UTMP | VTE_PTY_NO_WTMP,
    + "~/", startterm, NULL, 0, NULL, NULL, NULL, NULL);
    gtk_widget_hide ((GtkWidget*) self->priv->dialog);

  • AWN-Stacks

    hey i've got a problem with building awn with stacks
    i always get this error
    make[3]: Leaving directory `/home/jan/avant-window-navigator/applets/notification-area'
    make[2]: Leaving directory `/home/jan/avant-window-navigator/applets/notification-area'
    Making install in stack
    make[2]: Entering directory `/home/jan/avant-window-navigator/applets/stack'
    make[2]: *** Keine Regel, um »install« zu erstellen. Schluss.
    make[2]: Leaving directory `/home/jan/avant-window-navigator/applets/stack'
    make[1]: *** [install-recursive] Fehler 1
    make[1]: Leaving directory `/home/jan/avant-window-navigator/applets'
    make: *** [install-recursive] Fehler 1
    somone knows how to solve ?^^

    why not download PKGBUILD for awn-extras-bzr from AUR and run versionpkg instead of makepkg to build the package.

  • Problem removing package from AUR

    hi, ive been using avant window navigator, the bzr version from the AUR.  after a system update it stopped working and i want to try something else out anyway, but when i try to remove it i get
    checking dependencies...
    error: failed to prepare transaction (could not satisfy dependencies)
    :: awn-extras-bzr: requires avant-window-navigator-bzr
    is there a way i can manually delete it?

    pacman -Rsc avant-window-navigator-bzr
    That will remove avant-window-navigator-bzr and anything that depends on it.

  • Mime-types and schemas

    Hi
    after my last update yesterday I have got some problems with some mime-types. Directly after the update pacman said the following:
    Warning in file "/usr/share/applications/nautilus-folder-handler.desktop": usage of MIME type "x-directory/gnome-default-handler" is discouraged ("x-directory" is an old media type that should be replaced with a modern equivalent)
    Warning in file "/usr/share/applications/nautilus-folder-handler.desktop": usage of MIME type "x-directory/normal" is discouraged ("x-directory" is an old media type that should be replaced with a modern equivalent)
    Error in file "/usr/share/applications/oraclexe-readonlinehelp.desktop": "Application/database" is an invalid MIME type ("Application" is an unregistered media type)
    Error in file "/usr/share/applications/oraclexe-startdb.desktop": "Application/database" is an invalid MIME type ("Application" is an unregistered media type)
    Warning in file "/usr/share/applications/chromium-browser.desktop": usage of MIME type "x-directory/webdav" is discouraged ("x-directory" is an old media type that should be replaced with a modern equivalent)
    Warning in file "/usr/share/applications/chromium-browser.desktop": usage of MIME type "x-directory/webdav-prefer-directory" is discouraged ("x-directory" is an old media type that should be replaced with a modern equivalent)
    I also get a similar message when I try to install awn-extras from AUR altough it is installable (but not fully functional).
    (1/1) Installiere awn-extras-bzr [#####################] 100%
    I/O warning : failed to load external entity "/usr/share/gconf/schemas/awn-extras.schemas"
    »/usr/share/gconf/schemas/awn-extras.schemas« konnte nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden
    It says, that the schema isnt found. Do you have any solutions?
    ~kiro

    .oO(Art)
    >When validating site, I'm getting the the following
    warning
    >-------------------------
    >Conflict between Mime Type and Document Type
    >
    >The document is being served with the text/html Mime Type
    which is not a
    >registered media type for the XHTML 1.1 Document Type.
    The recommended
    >media type for this document is: application/xhtml+xml
    >-------------------------
    >I work with ASP and I can't figure out why, really, it's
    doing this nor
    >can I figure out how to solve it.
    XHTML 1.1 documents should be delivered as
    application/xhtml+xml. This
    is not recommended, since IE doesn't support this MIME type.
    So switch
    back to XHTML 1.0 Strict, which can also be delivered as
    text/html.
    Micha

  • Some AWN applets crashes after update

    I've just updated avant-window-navigator and awn-extras-applets.
    After update some of applets like "Notitfication Area" applet or "Places" applet crashes with this errors
    awn-applet: symbol lookup error: /usr/lib/awn/applets/places/places.so: undefined symbol: _
    awn-applet: symbol lookup error: /usr/lib/awn/applets/notification-area/notification-area.so: undefined symbol: _
    Here is the output of ldd for notification-area library
    $ ldd /usr/lib/awn/applets/notification-area/notification-area.so
    linux-vdso.so.1 => (0x00007fff8519c000)
    libawn.so.1 => /usr/lib/libawn.so.1 (0x00007fdb5e8a3000)
    libgthread-2.0.so.0 => /usr/lib/libgthread-2.0.so.0 (0x00007fdb5e6a1000)
    libdesktop-agnostic.so.0 => /usr/lib/libdesktop-agnostic.so.0 (0x00007fdb5e499000)
    libdesktop-agnostic-vfs.so.0 => /usr/lib/libdesktop-agnostic-vfs.so.0 (0x00007fdb5e28c000)
    libdesktop-agnostic-cfg.so.0 => /usr/lib/libdesktop-agnostic-cfg.so.0 (0x00007fdb5e074000)
    libdesktop-agnostic-fdo.so.0 => /usr/lib/libdesktop-agnostic-fdo.so.0 (0x00007fdb5de6f000)
    libdesktop-agnostic-ui.so.0 => /usr/lib/libdesktop-agnostic-ui.so.0 (0x00007fdb5dc5f000)
    libgtk-x11-2.0.so.0 => /usr/lib/libgtk-x11-2.0.so.0 (0x00007fdb5d630000)
    libdbus-glib-1.so.2 => /usr/lib/libdbus-glib-1.so.2 (0x00007fdb5d408000)
    libgmodule-2.0.so.0 => /usr/lib/libgmodule-2.0.so.0 (0x00007fdb5d204000)
    libgdk-x11-2.0.so.0 => /usr/lib/libgdk-x11-2.0.so.0 (0x00007fdb5cf51000)
    libatk-1.0.so.0 => /usr/lib/libatk-1.0.so.0 (0x00007fdb5cd2d000)
    libgio-2.0.so.0 => /usr/lib/libgio-2.0.so.0 (0x00007fdb5c9e0000)
    libpangoft2-1.0.so.0 => /usr/lib/libpangoft2-1.0.so.0 (0x00007fdb5c7b3000)
    libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x00007fdb5c513000)
    libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0x00007fdb5c2dd000)
    libpangocairo-1.0.so.0 => /usr/lib/libpangocairo-1.0.so.0 (0x00007fdb5c0d0000)
    libgdk_pixbuf-2.0.so.0 => /usr/lib/libgdk_pixbuf-2.0.so.0 (0x00007fdb5bead000)
    libpango-1.0.so.0 => /usr/lib/libpango-1.0.so.0 (0x00007fdb5bc62000)
    libcairo.so.2 => /usr/lib/libcairo.so.2 (0x00007fdb5b967000)
    libdbus-1.so.3 => /usr/lib/libdbus-1.so.3 (0x00007fdb5b722000)
    libpthread.so.0 => /lib/libpthread.so.0 (0x00007fdb5b506000)
    librt.so.1 => /lib/librt.so.1 (0x00007fdb5b2fe000)
    libgobject-2.0.so.0 => /usr/lib/libgobject-2.0.so.0 (0x00007fdb5b0af000)
    libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0x00007fdb5adbb000)
    libX11.so.6 => /usr/lib/libX11.so.6 (0x00007fdb5aa82000)
    libm.so.6 => /lib/libm.so.6 (0x00007fdb5a78c000)
    libc.so.6 => /lib/libc.so.6 (0x00007fdb5a3eb000)
    libpcre.so.1 => /usr/lib/libpcre.so.1 (0x00007fdb5a191000)
    libXfixes.so.3 => /usr/lib/libXfixes.so.3 (0x00007fdb59f89000)
    libdl.so.2 => /lib/libdl.so.2 (0x00007fdb59d84000)
    libXext.so.6 => /usr/lib/libXext.so.6 (0x00007fdb59b71000)
    libXrender.so.1 => /usr/lib/libXrender.so.1 (0x00007fdb59966000)
    libXinerama.so.1 => /usr/lib/libXinerama.so.1 (0x00007fdb59762000)
    libXi.so.6 => /usr/lib/libXi.so.6 (0x00007fdb59553000)
    libXrandr.so.2 => /usr/lib/libXrandr.so.2 (0x00007fdb5934a000)
    libXcursor.so.1 => /usr/lib/libXcursor.so.1 (0x00007fdb5913f000)
    libXcomposite.so.1 => /usr/lib/libXcomposite.so.1 (0x00007fdb58f3c000)
    libXdamage.so.1 => /usr/lib/libXdamage.so.1 (0x00007fdb58d39000)
    libffi.so.6 => /usr/lib/libffi.so.6 (0x00007fdb58b30000)
    libz.so.1 => /usr/lib/libz.so.1 (0x00007fdb5891a000)
    libresolv.so.2 => /lib/libresolv.so.2 (0x00007fdb58703000)
    libbz2.so.1.0 => /usr/lib/libbz2.so.1.0 (0x00007fdb584f2000)
    libexpat.so.1 => /usr/lib/libexpat.so.1 (0x00007fdb582c8000)
    libpng15.so.15 => /usr/lib/libpng15.so.15 (0x00007fdb5809a000)
    libpixman-1.so.0 => /usr/lib/libpixman-1.so.0 (0x00007fdb57e15000)
    libxcb-shm.so.0 => /usr/lib/libxcb-shm.so.0 (0x00007fdb57c13000)
    libxcb-render.so.0 => /usr/lib/libxcb-render.so.0 (0x00007fdb57a09000)
    libxcb.so.1 => /usr/lib/libxcb.so.1 (0x00007fdb577eb000)
    /lib/ld-linux-x86-64.so.2 (0x00007fdb5ed30000)
    libXau.so.6 => /usr/lib/libXau.so.6 (0x00007fdb575e6000)
    libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0x00007fdb573e0000)
    What I have to do with this problem?

    If you don't already have a current backup, back up all data, then reinstall the OS. You don't need to erase the startup volume, and you won't need the backup unless something goes wrong. If the system was upgraded from an older version of OS X, you may need the Apple ID and password you used to upgrade.
    There are ways to back up a computer that isn't fully functional. Ask if you need guidance.
    If you installed the Java runtime distributed by Apple and still need it, you'll have to reinstall it. The same goes for Xcode.

  • [SOLVED] AWN died

    I've held off posting for a couple of days whilst I searched, but I'm finding nada.
    At some point in the past couple of days, awn has stopped working with:
    ** (avant-window-navigator:20529): CRITICAL **: desktop_agnostic_config_schema_get_metadata_option: assertion 'self != NULL' failed
    Segmentation fault (core dumped)
    Now, I've had kernel updates, gtk2 & 3 and glib, but rolling them all back doesn't help. Does anyone have any idea what this may relate to?
    Using testing, for information.
    Last edited by Roken (2013-11-15 14:17:12)

    AWN was was dropped from the official repos today because of incompatibilities with the new gnome packages and deps.  It was on the mailing list.
    Found it:
    City-busz wrote:
    Date: Mon, 7 Oct 2013 21:25:28 +0200
    From: Balló György <[email protected]>                                                                                                                                                       
    To: "Discussion about the Arch User Repository (AUR)" <[email protected]>
    Subject: [aur-general] Dropping Avant Window Navigator                                                                                                                                         
    Message-ID: <CAK4rBJQz3Y=[email protected]>
    Hi,
    I'll drop the following packages from the [community] repository,
    because Avant Window Navigator no longer works with GNOME 3.10
    (crashes on startup), upstream is dead, and I can't fix it:
    - avant-window-navigator
    - awn-extras-applets
    - gnome-menus2
    - libdesktop-agnostic
    If anyone interested in fixing this problem, then check the related bug report:
    https://bugs.archlinux.org/task/37226
    Recommended alternatives are cairo-dock and docky.
    György Balló (City-busz)
    Trusted User
    Last edited by WonderWoofy (2013-10-08 03:30:47)

  • Extra applets

    I can't seem to get awn extras applets to install for me, i have looked on the forums but i cant find anything for it
    i posted below what i get
    config.status: config.h is unchanged
    config.status: executing depfiles commands
    config.status: executing libtool commands
    config.status: executing default-1 commands
    config.status: executing po/stamp-it commands
    configure: WARNING: unrecognized options: --with-indicator
             Avant Window Navigator Extras 0.4.0
             ===================================
                       prefix:   /usr
                 Vala Support:   yes
               WebKit Support:   webkit-1.0
            XULRunner Support:   no
    Making all in applets
    Making all in maintained/animal-farm
    Making all in maintained/awnterm
      CC    awn-terminal.o
    In file included from ./keybinder.h:27:0,
                     from awn-terminal.c:40:
    /usr/include/glib-2.0/glib/gtypes.h:28:2: error: #error "Only <glib.h> can be included directly."
    In file included from awn-terminal.c:41:0:
    /usr/include/glib-2.0/glib/gi18n.h:28:0: warning: "_" redefined [enabled by default]
    In file included from awn-terminal.c:37:0:
    /usr/include/glib-2.0/glib/gi18n-lib.h:32:0: note: this is the location of the previous definition
    In file included from awn-terminal.c:41:0:
    /usr/include/glib-2.0/glib/gi18n.h:29:0: warning: "Q_" redefined [enabled by default]
    In file included from awn-terminal.c:37:0:
    /usr/include/glib-2.0/glib/gi18n-lib.h:33:0: note: this is the location of the previous definition
    In file included from awn-terminal.c:41:0:
    /usr/include/glib-2.0/glib/gi18n.h:31:0: warning: "C_" redefined [enabled by default]
    In file included from awn-terminal.c:37:0:
    /usr/include/glib-2.0/glib/gi18n-lib.h:35:0: note: this is the location of the previous definition
    awn-terminal.c: In function ‘awn_terminal_applet_create_new_tab’:
    awn-terminal.c:885:2: warning: ‘vte_terminal_fork_command’ is deprecated (declared at /usr/include/vte-0.0/vte/vtedeprecated.h:82) [-Wdeprecated-declarations]
    awn-terminal.c: In function ‘awn_terminal_applet_exited_cb’:
    awn-terminal.c:1035:3: warning: ‘vte_terminal_fork_command’ is deprecated (declared at /usr/include/vte-0.0/vte/vtedeprecated.h:82) [-Wdeprecated-declarations]
    make[4]: *** [awn-terminal.lo] Error 1
    make[3]: *** [all] Error 2
    make[2]: *** [all-recursive] Error 1
    make[1]: *** [all-recursive] Error 1
    make: *** [all] Error 2
    ==> ERROR: A failure occurred in build().
        Aborting...
    ==> ERROR: Makepkg was unable to build awn-extras-applets.

    Sharez wrote:sed -i 's|glib/g.*\.h|glib.h|' applets/maintained/awnterm/*
    sed -i 's|glib/g.*\.h|glib.h|' applets/unmaintained/awnsystemmonitor/*
    sed -i 's|glib/g.*\.h|glib.h|' applets/maintained/notification-daemon/*
    sed -i 's|glib/g.*\.h|glib.h|' applets/unmaintained/main-menu/*
    Those worked for me, too.  No longer getting the deprecation notice. 
    Now I get:
    daemon.c: In function notify_daemon_close_notification_handler:
    daemon.c:1421:17: warning: passing argument 4 of g_set_errorâ makes pointer fr\
    om integer without a cast [enabled by default]
    In file included from /usr/include/glib-2.0/glib/gthread.h:35:0,
    from /usr/include/glib-2.0/glib/gasyncqueue.h:34,
    from /usr/include/glib-2.0/glib.h:34,
    from /usr/include/glib-2.0/gobject/gbinding.h:30,
    from /usr/include/glib-2.0/glib-object.h:25,
    from /usr/include/dbus-1.0/dbus/dbus-glib.h:27,
    from daemon.c:44:
    /usr/include/glib-2.0/glib/gerror.h:75:10: note: expected const gchar * but argument is of type int
    daemon.c: In function send_message:
    daemon.c:1490:5: error: too many arguments to function notify_notification_new
    In file included from /usr/include/libnotify/notify.h:27:0,
    from daemon.c:51:
    /usr/include/libnotify/notification.h:114:21: note: declared here
    make[4]: *** [daemon.lo] Error 1
    make[3]: *** [all] Error 2
    make[2]: *** [all-recursive] Error 1
    make[1]: *** [all-recursive] Error 1
    make: *** [all] Error 2

  • AWN crashes after new gnome

    after a pacman sync i got this when trying to load up avant-window-navigator:
    avant-window-navigator: error while loading shared libraries: libgnome-desktop-2.so.2: cannot open shared object file: No such file or directory

    The awn packages in [community] haven't yet been rebuilt against the latest gnome, grab the PKGBUILDS from the ABS tree and rebuild them so they link the the correct libraries ('avant-window-manager' and awn-extras-applets').

  • [Request] Compiz-bzr from Launchpad

    I've been using compiz-git from the AUR, but recently Sam Spilsbury has said that he will henceforth only use launchpad for Compiz development and that the launchpad branch is already more updated than the git branch.
    But I know nothing about bzr.
    If I do
    bzr checkout lp:compiz
    I get a bunch of files, but I don't know how to build it after that! There are no makefiles...

    I can give you a *rough* very manual howto for compiz from bzr, but i don't half time to really maintain pkgbuilds for compiz-bzr, but i have built compiz 0.9.7 recently.
    You basically have a few bzr branches your going to have to check out;
    Compiz-core  (this is the master branch in bzr)
    bzr branch lp:compiz-core
    Compiz-plugins-main
    bzr branch lp:compiz-plugins-main
    Compiz-plugins-extra
    bzr branch lp:compiz-plugins-extra
    Compiz-libcompizconfig
    bzr branch lp:compiz-libcompizconfig
    Compiz-libcompizconfig-python
    bzr branch lp:compiz-compizconfig-python
    Compiz-ccsm
    bzr branch lp:compiz-ccsm
    ...and i think that is it.
    You build each component (roughly in the above order). simply cd into the directory and;
    mkdir build
    cd build
    cmake .. (installs to /usr/local) or cmake .. -DCMAKE_INSTALL_PREFIX=/usr (or whatever prefix you like)
    make
    sudo make install
    NOTE: 2 exceptions to this are Compiz-ccsm && Compiz-libcompizconfig-python ~ this is because they both use python in the build process, and therefore need to be told to use python2 rather than python (which is obviously python3 in Arch).
    in both cases, you just just edit the CMakeLists.txt included *before* running 'cmake ..' from within the build directory
    The original will look something like this;
    add_custom_target (python ALL
    COMMAND python setup.py build
    WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
    COMMENT "Generating Python Bytecode")
    But for Archlinux, it should read;
    add_custom_target (python ALL
    COMMAND python2 setup.py build
    WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
    COMMENT "Generating Python Bytecode")
    Note: You could use the sed command in your package build
    I hope this helps
    Oh, and i would actually go to lp:compiz-core and take a look around, i know Sam had been changing some stuff around. ie: not too long ago, the majority of plugins each had their own bzr branch, but now that GIT isn't being used they were merged into 'main' and 'extra' plugins. However, the last time i built compiz (like a week ago, 0.9.7 - this method worked fine).
    cheerz
    Last edited by triplesquarednine (2012-02-06 19:25:10)

  • Unable to start gdm xfce

    The power went out mid update and when I rebooted I am getting errors of missing libs and gdm/xfce4 fails to start. I have also tried pacman S-yu again plugged into ethernet, but said libs showed an error after that. I did find another post with similar issue but the OP went back to Ubuntu to resolve it. I will not be doing that. Here is the xsession-errors:
    /etc/gdm/Xsession: Beginning session setup...
    localuser:lasher being added to access control list
    /etc/gdm/Xsession: ssh-agent not found!
    /etc/gdm/Xsession: Setup done, will execute: startxfce4
    /usr/bin/startxfce4: X server already running on display :0
    ** (gnome-screensaver:1090): WARNING **: Couldn't get presence status: The name org.gnome.SessionManager was not provided by any .service files
    xfdesktop[1113]: starting up
    (xfce4-settings-helper:1124): xfce4-settings-helper-WARNING **: Failed to get the _NET_NUMBER_OF_DESKTOPS property.
    xfce4-settings-helper: Another instance is already running. Leaving...
    (bluetooth-applet:1145): Bluetooth-DEBUG: adding killswitch idx 1 state KILLSWITCH_STATE_UNBLOCKED
    (bluetooth-applet:1145): Bluetooth-DEBUG: killswitch 1 is KILLSWITCH_STATE_UNBLOCKED
    (bluetooth-applet:1145): Bluetooth-DEBUG: killswitches state KILLSWITCH_STATE_UNBLOCKED
    (bluetooth-applet:1145): Bluetooth-DEBUG: killswitch 1 is KILLSWITCH_STATE_UNBLOCKED
    (bluetooth-applet:1145): Bluetooth-DEBUG: killswitches state KILLSWITCH_STATE_UNBLOCKED
    (bluetooth-applet:1145): Bluetooth-DEBUG: killswitch 1 is KILLSWITCH_STATE_UNBLOCKED
    (bluetooth-applet:1145): Bluetooth-DEBUG: killswitches state KILLSWITCH_STATE_UNBLOCKED
    (bluetooth-applet:1145): Bluetooth-DEBUG: killswitch 1 is KILLSWITCH_STATE_UNBLOCKED
    (bluetooth-applet:1145): Bluetooth-DEBUG: killswitches state KILLSWITCH_STATE_UNBLOCKED
    (bluetooth-applet:1145): Bluetooth-DEBUG: killswitch 1 is KILLSWITCH_STATE_UNBLOCKED
    (bluetooth-applet:1145): Bluetooth-DEBUG: killswitches state KILLSWITCH_STATE_UNBLOCKED
    Initializing tracker-miner-fs...
    Tracker-Message: Setting up monitor for changes to config file:'/home/lasher/.config/tracker/tracker-miner-fs.cfg'
    Starting log:
      File:'/home/lasher/.local/share/tracker/tracker-miner-fs.log'
    xfce4-panel: No window manager registered on screen 0. To start the panel without this check, run with --disable-wm-check.
    [Info  18:07:31.459] Docky version: 2.1.3 Release
    [Info  18:07:31.612] Kernel version: 3.1.5.1
    [Info  18:07:31.633] CLR version: 2.0.50727.1433
    ** Message: applet now removed from the notification area
    (nm-applet:1186): libnotify-WARNING **: Failed to connect to proxy
    ** (nm-applet:1186): WARNING **: get_all_cb: couldn't retrieve system settings properties: (25) Launch helper exited with unknown return code 1.
    ** (nm-applet:1186): WARNING **: fetch_connections_done: error fetching connections: (25) Launch helper exited with unknown return code 1.
    ** (nm-applet:1186): WARNING **: Failed to register as an agent: (25) Launch helper exited with unknown return code 1
    (nautilus:1184): Tracker-DEBUG: Initializing tracker-tags extension
    (nautilus:1184): libnotify-WARNING **: Failed to connect to proxy
    ** Message: applet now embedded in the notification area
    Initializing tracker-store...
    Tracker-Message: Setting up monitor for changes to config file:'/home/lasher/.config/tracker/tracker-store.cfg'
    Tracker-Message: Setting up monitor for changes to config file:'/home/lasher/.config/tracker/tracker-store.cfg'
    Starting log:
      File:'/home/lasher/.local/share/tracker/tracker-store.log'
    ** Message: applet now removed from the notification area
    (tracker-store:1224): Tracker-CRITICAL **: D-Bus service name:'org.freedesktop.Tracker1' is already taken, perhaps the daemon is already running?
    env: Docky: No such file or directory
    (xfce4-mixer-plugin:1200): xfce4-mixer-plugin-DEBUG: mixer_plugin->track_label = 'Master'
    [Error 18:07:35.166] [SystemService] Network Manager is not available.
    [Info  18:07:35.428] [ThemeService] Setting theme: HUD
    [Warn  18:07:35.684] [DesktopItemService] Could not find remap file '/home/lasher/.local/share/docky/remaps.ini'!
    (nautilus:1184): Tracker-DEBUG: Shutting down tracker-tags extension
    [Info  18:07:38.747] [DockServices] Dock services initialized.
    [Info  18:07:40.636] [PluginManager] Loaded "Battery Monitor".
    [Info  18:07:40.639] [PluginManager] Loaded "Clippy".
    [Info  18:07:41.461] [Helper] Starting deluge_badge.py
    [Info  18:07:41.626] [HelperService] Helper added: /usr/share/dockmanager/scripts/banshee_control.py
    [Info  18:07:41.635] [HelperService] Helper added: /usr/share/dockmanager/scripts/deluge_badge.py
    [Info  18:07:41.635] [HelperService] Helper added: /usr/share/dockmanager/scripts/emesene_control.py
    [Info  18:07:41.635] [HelperService] Helper added: /usr/share/dockmanager/scripts/gajim_badge.py
    [Info  18:07:41.635] [HelperService] Helper added: /usr/share/dockmanager/scripts/gtg_menus.py
    [Info  18:07:41.635] [HelperService] Helper added: /usr/share/dockmanager/scripts/liferea_badge.py
    [Info  18:07:41.636] [HelperService] Helper added: /usr/share/dockmanager/scripts/mpd_control.py
    [Info  18:07:41.636] [HelperService] Helper added: /usr/share/dockmanager/scripts/open_terminal_here.py
    [Info  18:07:41.636] [HelperService] Helper added: /usr/share/dockmanager/scripts/pidgin_control.py
    [Info  18:07:41.637] [HelperService] Helper added: /usr/share/dockmanager/scripts/pithos_control.py
    [Info  18:07:41.637] [HelperService] Helper added: /usr/share/dockmanager/scripts/rhythmbox_control.py
    [Info  18:07:41.637] [HelperService] Helper added: /usr/share/dockmanager/scripts/skype_control.py
    [Info  18:07:41.637] [HelperService] Helper added: /usr/share/dockmanager/scripts/tomboy_menus.py
    [Info  18:07:41.638] [HelperService] Helper added: /usr/share/dockmanager/scripts/transmission_badge.py
    [Info  18:07:41.638] [HelperService] Helper added: /usr/share/dockmanager/scripts/tsclient_menus.py
    [Info  18:07:41.638] [HelperService] Helper added: /usr/share/dockmanager/scripts/workrave_helper.py
    [Info  18:07:41.638] [HelperService] Helper added: /usr/share/dockmanager/scripts/zeitgeist_journal.py
    [Info  18:07:41.638] [HelperService] Helper added: /usr/share/dockmanager/scripts/zeitgeist_menus.py
    [Info  18:07:41.965] [DrawingService] Could not find 'banshee', using fallback of 'extension'.
    [Info  18:07:42.070] [DrawingService] Could not find 'emesene', using fallback of 'extension'.
    [Info  18:07:42.126] [DrawingService] Could not find 'gajim', using fallback of 'extension'.
    [Info  18:07:42.233] [DrawingService] Could not find 'gtg', using fallback of 'extension'.
    [Info  18:07:42.326] [DrawingService] Could not find 'liferea', using fallback of 'extension'.
    [Info  18:07:42.674] [DrawingService] Could not find 'pidgin', using fallback of 'extension'.
    [Warn  18:07:42.743] [DrawingService] Error loading icon from file '/usr/share/pithos/media/icon.svg': Failed to open file '/usr/share/pithos/media/icon.svg': No such file or directory
    [Info  18:07:42.815] [DrawingService] Could not find '/usr/share/pithos/media/icon.svg', using fallback of 'extension'.
    [Info  18:07:42.861] [DrawingService] Could not find 'rhythmbox', using fallback of 'extension'.
    [Info  18:07:42.941] [DrawingService] Could not find 'skype', using fallback of 'extension'.
    fuse: failed to access mountpoint compiz: No such file or directory
    [Info  18:07:43.164] [DrawingService] Could not find 'transmission', using fallback of 'extension'.
    [Info  18:07:43.218] [DrawingService] Could not find 'tsclient', using fallback of 'extension'.
    [Warn  18:07:43.251] [DrawingService] Error loading icon from file '/usr/share/pixmaps/workrave/workrave.xpm': Failed to open file '/usr/share/pixmaps/workrave/workrave.xpm': No such file or directory
    [Info  18:07:43.252] [DrawingService] Could not find '/usr/share/pixmaps/workrave/workrave.xpm', using fallback of 'extension'.
    compiz (video) - Warn: No 8 bit GLX pixmap format, disabling YV12 image format
    [Info  18:07:46.339] [Helper] deluge_badge.py :: cannot import name sclient
    [Info  18:07:46.435] [Helper] deluge_badge.py has exited (Code 0).
    (evolution:2288): GLib-GObject-WARNING **: g_object_get_property: object class `EShellSettings' has no property named `cal-primary-calendar'
    (evolution:2288): GLib-GObject-WARNING **: g_object_set_property: object class `EShellSettings' has no property named `cal-primary-calendar'
    (evolution:2288): evolution-network-manager-WARNING **: network_manager_query_state: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Launch helper exited with unknown return code 1
    (evolution:2288): e-utils-CRITICAL **: ec_assistant_forward: assertion `link != NULL' failed
    (evolution:2288): e-utils-CRITICAL **: ec_assistant_forward: assertion `link != NULL' failed
    (evolution:2288): e-utils-CRITICAL **: ec_assistant_forward: assertion `link != NULL' failed
    (evolution:2288): e-utils-CRITICAL **: ec_assistant_forward: assertion `link != NULL' failed
    e-data-server-ui-Message: Unable to find password(s) in keyring (Keyring reports: No matching results)
    (evolution:2288): libnotify-WARNING **: Failed to connect to proxy
    ** (evolution:2288): WARNING **: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Notifications was not provided by any .service files
    (evolution:2288): evolution-mail-CRITICAL **: em_utils_handle_receipt: assertion `CAMEL_IS_MIME_MESSAGE (message)' failed
    (terminal:1365): Pango-WARNING **: failed to choose a font, expect ugly output. engine-type='PangoRenderFc', script='common'
    (firefox:1118): Gtk-WARNING **: Unable to retrieve the file info for `file:///home/lasher/AUR/avant-window-navigator-bzr.tar.gz': Error stating file '/home/lasher/AUR/avant-window-navigator-bzr.tar.gz': No such file or directory
    (firefox:1118): libnotify-WARNING **: Failed to connect to proxy
    (firefox:1118): Gtk-WARNING **: Unable to retrieve the file info for `file:///home/lasher/AUR/avant-window-navigator-bzr.tar.gz': Error stating file '/home/lasher/AUR/avant-window-navigator-bzr.tar.gz': No such file or directory
    (firefox:1118): Gtk-WARNING **: Unable to retrieve the file info for `file:///home/lasher/AUR/vala-012.tar.gz': Error stating file '/home/lasher/AUR/vala-012.tar.gz': No such file or directory
    (Thunar:1109): Thunar-WARNING **: Failed to launch the volume manager (Failed to execute child process "thunar-volman" (No such file or directory)), make sure you have the "thunar-volman" package installed.
    (Thunar:1109): Thunar-WARNING **: Failed to launch the volume manager (Failed to execute child process "thunar-volman" (No such file or directory)), make sure you have the "thunar-volman" package installed.
    (Thunar:1109): Thunar-WARNING **: Failed to launch the volume manager (Failed to execute child process "thunar-volman" (No such file or directory)), make sure you have the "thunar-volman" package installed.
    (Thunar:1109): Thunar-WARNING **: Failed to launch the volume manager (Failed to execute child process "thunar-volman" (No such file or directory)), make sure you have the "thunar-volman" package installed.
    (Thunar:1109): Thunar-WARNING **: Failed to launch the volume manager (Failed to execute child process "thunar-volman" (No such file or directory)), make sure you have the "thunar-volman" package installed.
    terminal: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.0.
    ** (avant-window-navigator:28007): DEBUG: Updating dialog colours
    Screen is composited
    ** (avant-window-navigator:28007): DEBUG: Updating gtk theme colours
    ** (avant-window-navigator:28007): DEBUG: Updating dialog colours
    ** (avant-window-navigator:28007): DEBUG: Updating gtk theme colours
    ** (avant-window-navigator:28007): DEBUG: Updating dialog colours
    ** (avant-window-navigator:28007): DEBUG: Updating gtk theme colours
    ** (avant-window-navigator:28007): DEBUG: Updating dialog colours
    ** (avant-window-navigator:28007): DEBUG: Spawned awn-applet[28011] for "quick-prefs.desktop", UID: 1, XID: 65011761
    ** (avant-window-navigator:28007): DEBUG: Spawned awn-applet[28013] for "taskmanager.desktop", UID: 3, XID: 65011762
    ** (awn-applet:28013): WARNING **: Another instance of Taskmanager is running
    Applet [1] flags: 1024: DockletHandlesPositionChange
    ** Message: pygobject_register_sinkfunc is deprecated (AwnOverlay)
    [Info  20:49:58.757] [PluginManager] Loaded "Docky.Widgets,1.0".
    (firefox:1118): Gtk-WARNING **: Unable to retrieve the file info for `file:///home/lasher/AUR/awn-extras-applets-bzr.tar.gz': Error stating file '/home/lasher/AUR/awn-extras-applets-bzr.tar.gz': No such file or directory
    (firefox:1118): Gtk-WARNING **: Unable to retrieve the file info for `file:///home/lasher/AUR/gnome-menus2.tar.gz': Error stating file '/home/lasher/AUR/gnome-menus2.tar.gz': No such file or directory
    [Info  21:15:28.758] [DrawingService] Could not find 'folder-home', using fallback of 'user-home'.
    [Error 21:15:28.761] [DrawingService] Error transforming pixbuf: Object reference not set to an instance of an object
    [Error 21:15:28.765] [DrawingService] Error transforming pixbuf: Object reference not set to an instance of an object
    [Info  21:15:28.768] [DrawingService] Could not find 'clock', using fallback of 'package'.
    [Error 21:15:28.769] [DrawingService] Error transforming pixbuf: Object reference not set to an instance of an object
    [Info  21:15:28.799] [DrawingService] Could not find 'drive-removable-media-usb', using fallback of 'drive-removable-media'.
    [Error 21:15:28.800] [DrawingService] Error transforming pixbuf: Object reference not set to an instance of an object
    [Error 21:15:28.812] [DrawingService] Error transforming pixbuf: Object reference not set to an instance of an object
    [Info  21:15:28.816] [DrawingService] Could not find 'folder-recent', using fallback of 'document-open-recent'.
    [Error 21:15:28.817] [DrawingService] Error transforming pixbuf: Object reference not set to an instance of an object
    [Error 21:15:28.821] [DrawingService] Error transforming pixbuf: Object reference not set to an instance of an object
    [Error 21:15:28.837] [DrawingService] Error transforming pixbuf: Object reference not set to an instance of an object
    [Error 21:15:28.841] [DrawingService] Error transforming pixbuf: Object reference not set to an instance of an object
    [Info  21:15:28.844] [DrawingService] Could not find 'workspace-switcher', using fallback of 'package'.
    [Error 21:15:28.845] [DrawingService] Error transforming pixbuf: Object reference not set to an instance of an object
    [Info  21:15:47.312] [ThemeService] Setting theme: Glass
    [Info  21:15:51.571] [ThemeService] Setting theme: Smoke
    [Info  21:15:56.032] [ThemeService] Setting theme: HUD
    /usr/lib/python2.7/site-packages/ccm/Window.py:93: Warning: g_object_set_qdata: assertion `G_IS_OBJECT (object)' failed
      self.LeftPane.pack_start(page.LeftWidget,   True, True)
    /usr/lib/python2.7/site-packages/ccm/Window.py:96: Warning: g_object_set_qdata: assertion `G_IS_OBJECT (object)' failed
      self.show_all()
    /usr/lib/python2.7/site-packages/ccm/Widgets.py:1555: Warning: g_object_set_qdata: assertion `G_IS_OBJECT (object)' failed
      self._table.attach (button, col, col+1, row, row+1, 0, xpadding=TableX, ypadding=TableY)
    /usr/lib/python2.7/site-packages/ccm/Widgets.py:1560: Warning: g_object_set_qdata: assertion `G_IS_OBJECT (object)' failed
      self.show_all ()
    /usr/lib/python2.7/site-packages/ccm/Widgets.py:1683: Warning: g_object_set_qdata: assertion `G_IS_OBJECT (object)' failed
      self._box.pack_start (box, False, False)
    /usr/lib/python2.7/site-packages/ccm/Window.py:94: Warning: g_object_set_qdata: assertion `G_IS_OBJECT (object)' failed
      self.RightPane.pack_start(page.RightWidget, True, True)
    Info: No sexy-python package found, don't worry it's optional.
    Loading icons...
    Error /home/lasher/.config/awn/themes is missing on your system, please remove it from the sources.list
    Error /home/lasher/.config/awn/themes is missing on your system, please remove it from the sources.list
    Error /home/lasher/.config/awn/themes is missing on your system, please remove it from the sources.list
    Setting effects to:  0x00077777
    (firefox:1118): Gtk-WARNING **: Unable to retrieve the file info for `file:///home/lasher/AUR/cairo-dock.tar.gz': Error stating file '/home/lasher/AUR/cairo-dock.tar.gz': No such file or directory
    (firefox:1118): Gtk-WARNING **: Unable to retrieve the file info for `file:///home/lasher/AUR/cairo-dock-plug-ins.tar.gz': Error stating file '/home/lasher/AUR/cairo-dock-plug-ins.tar.gz': No such file or directory
    (Thunar:1109): Thunar-WARNING **: Failed to launch the volume manager (Failed to execute child process "thunar-volman" (No such file or directory)), make sure you have the "thunar-volman" package installed.
    (Thunar:1109): Thunar-WARNING **: Failed to launch the volume manager (Failed to execute child process "thunar-volman" (No such file or directory)), make sure you have the "thunar-volman" package installed.
    (Thunar:1109): Thunar-WARNING **: Failed to launch the volume manager (Failed to execute child process "thunar-volman" (No such file or directory)), make sure you have the "thunar-volman" package installed.
    (Thunar:1109): Thunar-WARNING **: Failed to launch the volume manager (Failed to execute child process "thunar-volman" (No such file or directory)), make sure you have the "thunar-volman" package installed.
    (Thunar:1109): Thunar-WARNING **: Failed to launch the volume manager (Failed to execute child process "thunar-volman" (No such file or directory)), make sure you have the "thunar-volman" package installed.
    Applet [1] flags: 1024: DockletHandlesPositionChange
    ** Message: pygobject_register_sinkfunc is deprecated (AwnOverlay)
    (xfce4-mixer:14403): Gtk-CRITICAL **: IA__gtk_widget_destroy: assertion `GTK_IS_WIDGET (widget)' failed
    (xfce4-mixer:14420): Gtk-CRITICAL **: IA__gtk_widget_destroy: assertion `GTK_IS_WIDGET (widget)' failed
    ** Message: pygobject_register_sinkfunc is deprecated (AwnOverlay)
    ** (avant-window-navigator:28007): DEBUG: Spawned awn-applet[14460] for "main-menu.desktop", UID: 1325599796, XID: 65037244
    ** (awn-applet:14460): WARNING **: Unable to find settings.menu
    ** (awn-applet:14460): WARNING **: Could not create applet!
    ** (avant-window-navigator:28007): DEBUG: Spawned awn-applet[14464] for "main-menu.desktop", UID: 1325599796, XID: 65037244
    ** (awn-applet:14464): WARNING **: Unable to find settings.menu
    ** (awn-applet:14464): WARNING **: Could not create applet!
    ** (avant-window-navigator:28007): DEBUG: Spawned awn-applet[14465] for "main-menu.desktop", UID: 1325599796, XID: 65037244
    ** (awn-applet:14465): WARNING **: Unable to find settings.menu
    ** (awn-applet:14465): WARNING **: Could not create applet!
    ** (avant-window-navigator:28007): DEBUG: Spawned awn-applet[14475] for "cairo-menu.desktop", UID: 1325599814, XID: 65038298
    (awn-applet:14475): GLib-WARNING **: GError set over the top of a previous GError or uninitialized memory.
    This indicates a bug in someone's code. You must ensure an error is NULL before it's set.
    The overwriting error message was: Failed to look up menu_file for "gnome-applications.menu"
    ** (awn-applet:14475): WARNING **: gmenu_tree_load_sync err PQR\x8bT$\u0010\x8bD$\u000c\xe8 \x9f\xff\xffZ\x8b\u000c$\x89\u0004$\x8bD$\u0004\xc2\u000c
    ** (avant-window-navigator:28007): DEBUG: Spawned awn-applet[14476] for "cairo-menu.desktop", UID: 1325599814, XID: 65038298
    (awn-applet:14476): GLib-WARNING **: GError set over the top of a previous GError or uninitialized memory.
    This indicates a bug in someone's code. You must ensure an error is NULL before it's set.
    The overwriting error message was: Failed to look up menu_file for "gnome-applications.menu"
    ** (awn-applet:14476): WARNING **: gmenu_tree_load_sync err PQR\x8bT$\u0010\x8bD$\u000c\xe8 \x9f\xff\xffZ\x8b\u000c$\x89\u0004$\x8bD$\u0004\xc2\u000c
    ** (avant-window-navigator:28007): DEBUG: Spawned awn-applet[14480] for "cairo-menu.desktop", UID: 1325599814, XID: 65038298
    (awn-applet:14480): GLib-WARNING **: GError set over the top of a previous GError or uninitialized memory.
    This indicates a bug in someone's code. You must ensure an error is NULL before it's set.
    The overwriting error message was: Failed to look up menu_file for "gnome-applications.menu"
    ** (awn-applet:14480): WARNING **: gmenu_tree_load_sync err PQR\x8bT$\u0010\x8bD$\u000c\xe8 \x9f\xff\xffZ\x8b\u000c$\x89\u0004$\x8bD$\u0004\xc2\u000c
    ** (avant-window-navigator:28007): DEBUG: Spawned awn-applet[14484] for "battery.desktop", UID: 1325599826, XID: 65039351
    ** Message: pygobject_register_sinkfunc is deprecated (AwnOverlay)
    ** (avant-window-navigator:28007): DEBUG: Spawned awn-applet[14500] for "common-folder.desktop", UID: 1325599851, XID: 65041259
    ** Message: pygobject_register_sinkfunc is deprecated (AwnOverlay)
    ** (avant-window-navigator:28007): DEBUG: Spawned awn-applet[14510] for "file-browser-launcher.desktop", UID: 1325599864, XID: 65043345
    ** Message: pygobject_register_sinkfunc is deprecated (AwnOverlay)
    ** (avant-window-navigator:28007): DEBUG: Spawned awn-applet[14529] for "notification-area.desktop", UID: 1325599898, XID: 65046359
    ** (avant-window-navigator:28007): DEBUG: Spawned awn-applet[14533] for "notification-daemon.desktop", UID: 1325599901, XID: 65046924
    ** ERROR **: notification-area.vala:644: There is already another notification area running on this screen!
    ** (avant-window-navigator:28007): DEBUG: Spawned awn-applet[14543] for "notification-area.desktop", UID: 1325599898, XID: 65046359
    ** (avant-window-navigator:28007): DEBUG: Spawned awn-applet[14556] for "slickswitcher.desktop", UID: 1325599937, XID: 65048399
    ** Message: pygobject_register_sinkfunc is deprecated (AwnOverlay)
    Traceback (most recent call last):
      File "/usr/share/avant-window-navigator/applets/slickswitcher/slickswitcher.py", line 28, in <module>
        import drawing, switch, settings
      File "/usr/share/avant-window-navigator/applets/slickswitcher/switch.py", line 21, in <module>
        import wnck
    ImportError: No module named wnck
    ** (avant-window-navigator:28007): DEBUG: Spawned awn-applet[14560] for "slickswitcher.desktop", UID: 1325599937, XID: 65048399
    ** Message: pygobject_register_sinkfunc is deprecated (AwnOverlay)
    Traceback (most recent call last):
      File "/usr/share/avant-window-navigator/applets/slickswitcher/slickswitcher.py", line 28, in <module>
        import drawing, switch, settings
      File "/usr/share/avant-window-navigator/applets/slickswitcher/switch.py", line 21, in <module>
        import wnck
    ImportError: No module named wnck
    ** (avant-window-navigator:28007): DEBUG: Spawned awn-applet[14567] for "shinyswitcher.desktop", UID: 1325599951, XID: 65049619
    ** (avant-window-navigator:28007): DEBUG: Spawned awn-applet[14589] for "sysmon.desktop", UID: 1325599984, XID: 65051126
    ** (awn-applet:14589): DEBUG: awn_sysmon_constructed:  sysmon, 1325599984
    ** (awn-applet:14589): DEBUG: client_baseconf = 0x89436e0
    (awn-applet:14589): Gdk-CRITICAL **: IA__gdk_cairo_create: assertion `GDK_IS_DRAWABLE (drawable)' failed
    ** (awn-applet:14589): DEBUG: update_process_info: no users
    ** (awn-applet:14589): DEBUG: awn_cpu_dialog_populate_table: not visible.  bailing
    ** (avant-window-navigator:28007): DEBUG: Spawned awn-applet[14617] for "yama.desktop", UID: 1325600009, XID: 65053029
    ** Message: pygobject_register_sinkfunc is deprecated (AwnOverlay)
    ** (awn-applet:14533): DEBUG: _change_config_cb
    ** (awn-applet:14533): DEBUG: _change_config_cb
    ** (awn-applet:14533): DEBUG: _change_config_cb
    ** (awn-applet:14533): DEBUG: _change_config_cb
    ** (avant-window-navigator:28007): DEBUG: Updating dialog colours
    ** (awn-applet:14533): DEBUG: _change_config_cb
    ** (avant-window-navigator:28007): DEBUG: Spawned awn-applet[15248] for "media-icons.desktop", UID: 1325600646, XID: 65063115
    ** Message: pygobject_register_sinkfunc is deprecated (AwnOverlay)
    ** (avant-window-navigator:28007): DEBUG: Spawned awn-applet[15249] for "media-icon-next.desktop", UID: 1325600649, XID: 65063693
    ** Message: pygobject_register_sinkfunc is deprecated (AwnOverlay)
    ** (avant-window-navigator:28007): DEBUG: Spawned awn-applet[15253] for "media-icon-previous.desktop", UID: 1325600653, XID: 65064227
    ** Message: pygobject_register_sinkfunc is deprecated (AwnOverlay)
    Setting effects to:  0x00055555
    Setting effects to:  0x00077777
    Applet [1] flags: 1024: DockletHandlesPositionChange
    ** Message: pygobject_register_sinkfunc is deprecated (AwnOverlay)
    ** (avant-window-navigator:28007): DEBUG: Spawned awn-applet[15303] for "battery.desktop", UID: 1325600725, XID: 65069505
    ** Message: pygobject_register_sinkfunc is deprecated (AwnOverlay)
    ** Message: pygobject_register_sinkfunc is deprecated (AwnOverlay)

    Without looking through the reams of code - why don't you just start up in runlevel-3 and do a pacman -Syu from there?
    Then reboot to runlevel-3 again and invoke X with 'startx'.
    If all that works - you can go back to using gdm (hopefully).
    Last edited by perbh (2012-01-03 18:16:56)

  • [Solved] Would someone mind building this package for me?

    Because I'm having a problem with on of it's build dependencies I'm unable to build this package:
    awn-extras-applets-bzr
    Would someone mind building it for me?  It's for x86_64 and from the AUR.  I would definitely appreciate it.
    Last edited by Gen2ly (2012-05-01 17:16:23)

    SidK wrote:I've uploaded it to http://ompldr.org/vZGwxNg/awn-extras-ap … pkg.tar.xz
    Do you also need the dependencies from the AUR compiled?
    No, I'm good up to then.  Installed and it works.  Very much appreciate the help.

  • Assistance in configuring suspend

    I recently installed Arch, and I disliked the suspend-on-lid-close feature. I tried fiddling with settings in GNOME, but to no avail. Then I tried fiddling with a login.d to get it to work, and after a few restarts and much fiddling, it worked. However, now, it doesn't suspend at all, and I would like it to when I close the lid on battery. At the bottom of this post is a list of the software I have installed, in the event that there are conflicts that break it. If you need any other info to help me, please ask.
    a52dec 0.7.4-6
    aalib 1.4rc5-9
    accountsservice 0.6.29-2
    acl 2.2.51-2
    acpi 1.6-1
    aisleriot 3.2.3.2-1
    akonadi 1.8.1-1
    alacarte 3.6.1-2
    alsa-lib 1.0.26-1
    alsa-plugins 1.0.26-1
    alsa-utils 1.0.26-1
    archey3 20121209-1
    archlinux-artwork 1.6-2
    archlinux-keyring 20121113-1
    artwiz-fonts 1.3-7
    aspell 0.60.6.1-1
    at-spi 1.32.0-5
    at-spi2-atk 2.6.2-1
    at-spi2-core 2.6.3-1
    atk 2.6.0-1
    atkmm 2.22.6-1
    attica 0.4.1-1
    attr 2.4.46-2
    autoconf 2.69-1
    automake 1.12.5-1
    avahi 0.6.31-5
    avant-window-navigator 0.4.0-13
    awn-extras-applets 0.4.0-14
    b43-firmware 5.100.138-2
    b43-fwcutter 015-1
    baobab 3.6.3-1
    bash 4.2.039-1
    bc 1.06-8
    binutils 2.23.1-1
    bison 2.6.5-1
    bluez 4.101-1
    boost-libs 1.50.0-3
    brasero 3.6.1-1
    brltty 4.4-1
    broadcom-wl 5.100.82.112-8
    bzip2 1.0.6-4
    ca-certificates 20121105-1
    ca-certificates-java 20120608-1
    cabextract 1.4-2
    cairo 1.12.8-2
    cairomm 1.10.0-2
    cantarell-fonts 0.0.11-3
    caribou 0.4.4.2-1
    cdparanoia 10.2-4
    cdrdao 1.2.3-6
    cdrkit 1.1.11-2
    celt 0.11.1-4
    cheese 3.6.2-1
    chromaprint 0.7-1
    cifs-utils 5.7-1
    cln 1.3.2-1
    cloog 0.17.0-2
    clucene 2.3.3.4-6
    clutter 1.12.2-1
    clutter-gst 1.9.92-1
    clutter-gtk 1.4.0-1
    cogl 1.10.4-1
    colord 0.1.24-3
    colord-gtk 0.1.23-1
    compositeproto 0.4.2-2
    conky 1.9.0-1
    coreutils 8.20-1
    cpupower 3.6-1
    cracklib 2.8.19-1
    cronie 1.4.9-1
    cryptsetup 1.5.1-1
    cups 1.6.1-6
    cups-filters 1.0.25-1
    cups-pk-helper 0.2.4-1
    curl 7.28.1-1
    damageproto 1.2.1-2
    dasher 4.10.1-3
    db 5.3.21-1
    dbus 1.6.8-6
    dbus-glib 0.100-1
    dbus-sharp 0.7.0-4
    dbus-sharp-glib 0.5.0-4
    dconf 0.14.1-1
    desktop-file-utils 0.20-1
    device-mapper 2.02.98-1
    dhclient 4.2.4.2-1
    dhcpcd 5.6.3-2
    dialog 1.1_20120706-1
    diffutils 3.2-1
    dirmngr 1.1.0-4
    djvulibre 3.5.25.3-1
    dmxproto 2.3.1-2
    dnssec-anchors 20120422-1
    dnsutils 9.9.2.P1-1
    docbook-xml 4.5-5
    docbook-xsl 1.77.1-2
    dotconf 1.3-3
    dvd+rw-tools 7.1-4
    e2fsprogs 1.42.6-1
    ekiga 4.0.0-1
    empathy 3.6.2-1
    enca 1.13-2
    enchant 1.6.0-4
    eog 3.6.2-1
    eog-plugins 3.6.1-1
    epiphany 3.6.1-1
    evince 3.6.1-1
    evolution 3.6.2-1
    evolution-data-server 3.6.2-1
    exempi 2.2.0-1
    exiv2 0.23-1
    expat 2.1.0-1
    faac 1.28-4
    faad2 2.7-3
    faenza-icon-theme 1.3-1
    fakeroot 1.18.4-1
    farstream 0.2.2-1
    ffmpeg 1:1.0.1-1
    fftw 3.3.2-1
    file 5.11-1
    file-roller 3.6.3-1
    filesystem 2012.12-1
    findutils 4.4.2-4
    firefox 17.0.1-1
    fixesproto 5.0-2
    flac 1.2.1-3
    flashplugin 11.2.202.251-1
    flex 2.5.37-1
    folks 0.8.0-1
    fontconfig 2.10.2-1
    fontsproto 2.1.2-1
    foomatic-db 1:4.0.17_20120712-1
    foomatic-db-engine 1:4.0.17_20120712-1
    foomatic-filters 1:4.0.17_20120712-1
    freeglut 2.8.0-2
    freetype2 2.4.10-1
    fribidi 0.19.4-1
    fuse 2.9.2-1
    gawk 4.0.1-1
    gcalctool 6.6.2-1
    gcc 4.7.2-2
    gcc-libs 4.7.2-2
    gconf 3.2.5-3
    gconf-editor 3.0.1-1
    gconf-sharp 2.24.2-2
    gcr 3.6.2-2
    gd 2.0.36RC1-5
    gdbm 1.10-1
    gdk-pixbuf2 2.26.5-1
    gdm 3.6.2-1
    gedit 3.6.2-2
    geoclue 0.12.0-5
    gettext 0.18.1.1-4
    ghostscript 9.06-1
    giflib 4.1.6-5
    git 1.8.0.2-1
    gjs 1.34.0-1
    glew 1.9.0-2
    glib-networking 2.34.2-1
    glib2 2.34.3-1
    glibc 2.16.0-5
    glibmm 2.34.1-1
    glu 9.0.0-1
    gmime 2.6.13-1
    gmp 5.0.5-1
    gnome-backgrounds 3.6.0-1
    gnome-bluetooth 3.6.1-1
    gnome-color-manager 3.6.0-1
    gnome-contacts 3.6.2-1
    gnome-control-center 3.6.3-3
    gnome-desktop 1:3.6.2-1
    gnome-dictionary 3.6.0-1
    gnome-disk-utility 3.6.1-1
    gnome-documents 3.6.2-1
    gnome-font-viewer 3.6.2-1
    gnome-games 3.6.1-1
    gnome-games-extra-data 3.2.0-2
    gnome-icon-theme 3.6.2-1
    gnome-icon-theme-extras 3.6.2-1
    gnome-icon-theme-symbolic 3.6.2-1
    gnome-keyring 3.6.2-1
    gnome-media 3.4.0-1
    gnome-menus 3.6.1-1
    gnome-menus2 3.0.1-2
    gnome-mime-data 2.18.0-6
    gnome-nettool 3.2.0-1
    gnome-online-accounts 3.6.2-1
    gnome-panel 3.6.2-1
    gnome-power-manager 3.6.0-1
    gnome-screensaver 3.6.1-1
    gnome-screenshot 3.6.1-1
    gnome-search-tool 3.6.0-1
    gnome-session 3.6.2-1
    gnome-settings-daemon 3.6.3-2
    gnome-shell 3.6.2-1
    gnome-speech 0.4.25-2
    gnome-system-log 3.6.1-1
    gnome-system-monitor 3.6.0-1
    gnome-terminal 3.6.0-1
    gnome-themes-extras 2.22.0-3
    gnome-themes-standard 3.6.2-1
    gnome-tweak-tool 3.6.1-1
    gnome-user-docs 3.6.2-1
    gnome-vfs 2.24.4-6
    gnome-video-effects 0.4.0-2
    gnupg 2.0.19-3
    gnutls 3.1.5-1
    gobject-introspection 1.34.2-1
    gpgme 1.3.1-4
    gpm 1.20.7-1
    grantlee 0.3.0-1
    graphite 1:1.0.3-1
    grep 2.14-1
    groff 1.21-2
    grub-bios 2.00-1
    grub-common 2.00-1
    gsettings-desktop-schemas 3.6.1-1
    gsfonts 1.0.7pre44-3
    gsm 1.0.13-7
    gst-plugins-bad 1.0.3-1
    gst-plugins-base 1.0.3-1
    gst-plugins-base-libs 1.0.3-1
    gst-plugins-good 1.0.3-1
    gstreamer 1.0.3-1
    gstreamer0.10 0.10.36-1
    gstreamer0.10-base 0.10.36-1
    gstreamer0.10-base-plugins 0.10.36-1
    gtk-engines 2.21.0-1
    gtk-sharp-2 2.12.11-1
    gtk-update-icon-cache 2.24.14-1
    gtk-vnc 0.5.1-1
    gtk2 2.24.14-1
    gtk2_prefs 0.4.1-3
    gtk3 3.6.2-1
    gtkhtml4 4.6.1-1
    gtkmm3 3.6.0-1
    gtksourceview3 3.6.1-1
    gtkspell 2.0.16-2
    guile 1.8.8-2
    gutenprint 5.2.9-1
    gvfs 1.14.2-2
    gvfs-obexftp 1.14.2-2
    gzip 1.5-1
    harfbuzz 0.9.9-1
    heirloom-mailx 12.5-3
    hicolor-icon-theme 0.12-2
    hplip 3.12.11-2
    hspell 1.2-1
    hsqldb-java 1:1.8.0.10-2
    human-icon-theme 0.36-2
    hunspell 1.3.2-2
    hwids 20121203-1
    hyphen 2.8.6-1
    iana-etc 2.30-3
    icon-naming-utils 0.8.90-2
    icu 50.1-2
    idnkit 1.0-2
    ilmbase 1.0.3-1
    imagemagick 6.8.0.7-1
    imlib2 1.4.5-2
    inetutils 1.9.1-4
    inputproto 2.2-1
    intel-dri 9.0.1-1
    iproute2 3.6.0-2
    iptables 1.4.16.2-1
    iputils 20121126-1
    isl 0.11-1
    iso-codes 3.38-1
    jack 0.121.3-7
    jasper 1.900.1-8
    jdk7-openjdk 7.u9_2.3.3-1
    jfsutils 1.1.15-3
    jre7-openjdk 7.u9_2.3.3-1
    jre7-openjdk-headless 7.u9_2.3.3-1
    js 1.8.5-3
    json-c 0.9-1
    json-glib 0.15.2-1
    kactivities 4.9.4-1
    kbd 1.15.3-3
    kbproto 1.0.6-1
    kde-base-artwork 4.9.4-1
    kdebase-runtime 4.9.4-1
    kdebase-workspace 4.9.4-1
    kdelibs 4.9.4-3
    kdepim-runtime 4.9.4-2
    kdepimlibs 4.9.4-1
    keyutils 1.5.5-3
    khrplatform-devel 9.0.1-1
    kmod 12-1
    krb5 1.10.3-1
    lame 3.99.5-1
    lcms 1.19-2
    lcms2 2.4-1
    less 451-1
    libao 1.1.0-2
    libarchive 3.0.4-2
    libart-lgpl 2.3.21-2
    libass 0.10.0-3
    libassuan 2.0.3-1
    libasyncns 0.8-4
    libatasmart 0.19-1
    libavc1394 0.5.4-1
    libbonobo 2.32.1-2
    libbonoboui 2.24.5-2
    libcaca 0.99.beta18-1
    libcanberra 0.30-3
    libcanberra-pulse 0.30-3
    libcap 2.22-3
    libcap-ng 0.7.3-1
    libcddb 1.3.2-3
    libcdio 0.83-1
    libchamplain 0.12.3-1
    libcroco 0.6.8-1
    libcups 1.6.1-6
    libdaemon 0.14-2
    libdatrie 0.2.5-1
    libdbusmenu-qt 0.9.2-1
    libdca 0.0.5-3
    libdesktop-agnostic 0.3.92-5
    libdiscid 0.2.2-2
    libdmtx 0.7.4-3
    libdmx 1.1.2-1
    libdrm 2.4.40-1
    libdv 1.0.0-4
    libdvbpsi 0.2.2-1
    libdvdnav 4.2.0-2
    libdvdread 4.2.0-1
    libebml 1.2.2-2
    libegl 9.0.1-1
    libevent 2.0.21-1
    libexif 0.6.21-1
    libffi 3.0.11-1
    libfontenc 1.1.1-1
    libgbm 9.0.1-1
    libgcrypt 1.5.0-3
    libgdata 0.13.2-1
    libgdiplus 2.10-3
    libgee 0.6.6.1-1
    libgl 9.0.1-1
    libglade 2.6.4-3
    libglapi 9.0.1-1
    libgles 9.0.1-1
    libgme 0.6.0-2
    libgnome 2.32.1-3
    libgnome-data 2.32.1-3
    libgnome-keyring 3.6.0-1
    libgnome-media-profiles 3.0.0-3
    libgnomecanvas 2.30.3-2
    libgnomekbd 3.6.0-1
    libgnomeui 2.24.5-1
    libgpg-error 1.10-2
    libgphoto2 2.5.0-1
    libgsf 1.14.25-1
    libgssglue 0.4-1
    libgtop 2.28.4-1
    libgusb 0.1.4-1
    libgweather 3.6.2-1
    libgxps 0.2.2-1
    libical 0.48-1
    libice 1.0.8-1
    libid3tag 0.15.1b-7
    libidl2 0.8.14-2
    libidn 1.25-1
    libiec61883 1.2.0-3
    libieee1284 0.2.11-4
    libimobiledevice 1.1.4-2
    libiodbc 3.52.8-1
    libjpeg-turbo 1.2.1-1
    libkate 0.4.1-3
    libkgapi 0.4.3-2
    libkolab 0.4.0-1
    libkolabxml 0.8.1-1
    libksba 1.2.0-1
    libldap 2.4.33-3
    liblouis 2.3.0-1
    liblqr 0.4.1-3
    libltdl 2.4.2-7
    libmad 0.15.1b-6
    libmatroska 1.3.0-2
    libmms 0.6.2-1
    libmng 1.0.10-4
    libmodplug 0.8.8.4-1
    libmp4v2 2.0.0-2
    libmpc 1.0.1-1
    libmpcdec 1.2.6-3
    libmpeg2 0.5.1-3
    libmusicbrainz5 5.0.1-1
    libmysqlclient 5.5.28-1
    libnice 0.1.3-1
    libnl 3.2.11-1
    libnotify 0.7.5-1
    liboauth 0.9.6-1
    libogg 1.3.0-1
    libpcap 1.3.0-1
    libpciaccess 0.13.1-1
    libpeas 1.6.1-1
    libpipeline 1.2.2-1
    libplist 1.8-2
    libpng 1.5.13-1
    libproxy 0.4.7-2
    libpst 0.6.54-2
    libpulse 2.1-1
    libpwquality 1.2.0-1
    libqalculate 0.9.7-3
    libquvi 0.4.1-2
    libquvi-scripts 0.4.10-1
    libqzeitgeist 0.8.0-2
    libraw1394 2.0.7-2
    libreoffice-base 3.6.4-1
    libreoffice-calc 3.6.4-1
    libreoffice-common 3.6.4-1
    libreoffice-draw 3.6.4-1
    libreoffice-en-US 3.6.4-1
    libreoffice-extension-languagetool 1.9-1
    libreoffice-gnome 3.6.4-1
    libreoffice-impress 3.6.4-1
    libreoffice-kde4 3.6.4-1
    libreoffice-math 3.6.4-1
    libreoffice-postgresql-connector 3.6.4-1
    libreoffice-sdk 3.6.4-1
    libreoffice-sdk-doc 3.6.4-1
    libreoffice-writer 3.6.4-1
    librsvg 2.36.4-1
    libsamplerate 0.1.8-1
    libsasl 2.1.23-9
    libsecret 0.12-2
    libshout 1:2.3.1-1
    libsigc++ 2.2.11-1
    libsm 1.2.1-1
    libsndfile 1.0.25-2
    libsocialweb 0.25.21-1
    libsoup 2.40.2-1
    libsoup-gnome 2.40.2-1
    libspectre 0.2.7-1
    libssh 0.5.3-1
    libssh2 1.4.3-1
    libtasn1 3.1-1
    libthai 0.1.18-1
    libtheora 1.1.1-2
    libtiff 4.0.3-1
    libtiger 0.3.4-3
    libtirpc 0.2.2-4
    libtool 2.4.2-7
    libtracker-sparql 0.14.4-2
    libupnp 1.6.17-1
    libusb-compat 0.1.4-2
    libusbx 1.0.14-1
    libutempter 1.1.6-1
    libva 1.1.0-2
    libvisual 0.4.0-4
    libvorbis 1.3.3-1
    libvpx 1.1.0-1
    libwacom 0.6-1
    libwbclient 3.6.9-1
    libwnck 2.30.7-1
    libwnck3 3.4.4-1
    libwpd 0.9.4-1
    libwps 0.2.7-1
    libx11 1.5.0-1
    libxau 1.0.7-1
    libxaw 1.0.11-1
    libxcb 1.9-1
    libxcomposite 0.4.3-2
    libxcursor 1.1.13-1
    libxdamage 1.1.3-2
    libxdmcp 1.1.1-1
    libxext 1.3.1-1
    libxfixes 5.0-2
    libxfont 1.4.5-1
    libxft 2.3.1-1
    libxi 1.6.1-1
    libxinerama 1.1.2-1
    libxkbfile 1.0.8-1
    libxklavier 5.3-1
    libxml++ 2.36.0-1
    libxml2 2.8.0-1
    libxmu 1.1.1-1
    libxpm 3.5.10-1
    libxrandr 1.4.0-1
    libxrender 0.9.7-1
    libxres 1.0.6-1
    libxslt 1.1.26-3
    libxss 1.2.2-1
    libxt 1.1.3-1
    libxtst 1.2.1-1
    libxv 1.0.7-1
    libxvmc 1.0.7-1
    libxxf86dga 1.1.3-1
    libxxf86vm 1.1.2-1
    libytnef 1.5-3
    libzapojit 0.0.2-1
    libzeitgeist 0.3.18-3
    licenses 2.9-1
    linux 3.6.9-1
    linux-api-headers 3.6.3-1
    linux-firmware 20121118-1
    linux-headers 3.6.9-1
    lm_sensors 3.3.3-1
    logrotate 3.8.2-2
    lpsolve 5.5.2.0-2
    lsof 4.86-1
    lua 5.2.1-3
    lua51 5.1.5-3
    lvm2 2.02.98-1
    m4 1.4.16-2
    make 3.82-5
    man-db 2.6.3-1
    man-pages 3.44-1
    mash 0.2.0-1
    mcpp 2.7.2-4
    mdadm 3.2.6-1
    media-player-info 17-1
    mesa 9.0.1-1
    mesa-demos 8.0.1-2
    metacity 2.34.13-1
    mime-types 8-1
    mjpegtools 2.0.0-2
    mkinitcpio 0.12.0-2
    mkinitcpio-busybox 1.20.2-1
    mobile-broadband-provider-info 20120614-1
    mono 2.10.8-2
    mono-addins 0.6.2-2
    mousetweaks 3.6.0-1
    mozilla-common 1.4-3
    mpfr 3.1.1.p2-1
    mpg123 1.14.4-1
    mtdev 1.1.3-1
    mutter 3.6.2-1
    mx 1.4.6-1
    mysql 5.5.28-1
    mysql-clients 5.5.28-1
    nano 2.2.6-2
    nautilus 3.6.3-1
    nautilus-sendto 3.6.0-1
    ncurses 5.9-3
    neon 0.29.6-4
    nepomuk-core 4.9.4-1
    net-snmp 5.7.2-1
    net-tools 1.60.20120804git-2
    netcfg 3.0-1
    nettle 2.5-1
    network-manager-applet 0.9.6.4-1
    networkmanager 0.9.6.4-1
    notification-daemon 0.7.6-1
    nspr 4.9.3-1
    nss 3.14-1
    nss-myhostname 0.3-3
    obex-data-server 0.4.6-3
    obexd-client 1:0.46-1
    opal 3.10.9-1
    opencore-amr 0.1.3-1
    openexr 1.7.1-2
    openjpeg 1.5.0-1
    openobex 1.5-3
    openssl 1.0.1.c-1
    opus 1.0.2-1
    orbit2 2.14.19-2
    orc 0.4.16-1
    orca 3.6.2-1
    os-prober 1.56-1
    oxygen-icons 4.9.4-1
    p11-kit 0.13-1
    pacman 4.0.3-5
    pacman-mirrorlist 20121128-1
    pam 1.1.6-1
    pambase 20120701-1
    pango 1.32.4-1
    pangomm 2.28.4-1
    parted 3.1-1
    patch 2.7.1-1
    pciutils 3.1.10-1
    pcmciautils 018-5
    pcre 8.32-1
    perl 5.16.2-1
    perl-error 0.17018-1
    perl-xml-parser 2.41-3
    perl-xml-simple 2.20-1
    phonon 1:4.6.0-3
    phonon-gstreamer 4.6.2-1
    pinentry 0.8.2-1
    pixman 0.28.0-1
    pkg-config 0.27.1-1
    pm-quirks 0.20100619-2
    pm-utils 1.4.1-5
    polkit 0.107-4
    polkit-gnome 0.105-1
    polkit-kde 0.99.0-2
    polkit-qt 0.103.0-1
    poppler 0.20.5-1
    poppler-data 0.4.5-1
    poppler-glib 0.20.5-1
    popt 1.16-5
    postgresql-libs 9.2.2-1
    ppl 1.0-1
    ppp 2.4.5-5
    prison 1.0-1
    procps-ng 3.3.5-1
    psmisc 22.19-1
    pth 2.0.7-4
    ptlib 2.10.9-1
    pulseaudio 2.1-1
    pulseaudio-alsa 2-1
    pygobject-devel 3.4.2-1
    pygobject2-devel 2.28.6-8
    pygtk 2.24.0-3
    pyrex 0.9.9-3
    python 3.3.0-1
    python-dbus-common 1.1.1-2
    python-distribute 0.6.30-1
    python2 2.7.3-2
    python2-atspi 2.6.0-2
    python2-beaker 1.6.3-2
    python2-cairo 1.10.0-1
    python2-dbus 1.1.1-2
    python2-gobject 3.4.2-1
    python2-gobject2 2.28.6-8
    python2-imaging 1.1.7-5
    python2-mako 0.7.2-2
    python2-markupsafe 0.15-2
    python2-notify 0.1.1-12
    python2-rsvg 2.32.0-12
    python2-xdg 0.23-2
    qca 2.0.3-2
    qimageblitz 0.0.6-2
    qjson 0.8.1-1
    qpdf 3.0.2-1
    qrencode 3.4.1-1
    qt 4.8.4-1
    qtwebkit 2.2.2-1
    randrproto 1.4.0-1
    raptor 2.0.8-2
    rasqal 1:0.9.29-1
    readline 6.2.004-1
    recode 3.6-7
    recordproto 1.14.2-1
    redland 1:1.0.15-3
    redland-storage-virtuoso 1:1.0.15-3
    reiserfsprogs 3.6.21-4
    renderproto 0.11.1-2
    rest 0.7.90-1
    rpcbind 0.2.0-9
    rtkit 0.11-1
    rtmpdump 20121203-1
    run-parts 4.3.4-1
    sane 1.0.23-2
    schroedinger 1.0.11-1
    scrnsaverproto 1.2.2-1
    sdl 1.2.15-3
    sdl_image 1.2.12-2
    seahorse 3.6.3-1
    sed 4.2.1-4
    sg3_utils 1.33-1
    shadow 4.1.5.1-2
    shared-color-profiles 0.1.5-1
    shared-color-targets 0.1.1-1
    shared-desktop-ontologies 0.10.0-1
    shared-mime-info 1.0-1
    smbclient 3.6.9-1
    soprano 2.8.0-2
    sound-juicer 3.5.0-1
    sound-theme-freedesktop 0.8-1
    soundtouch 1.6.0-1
    spandsp 0.0.6pre21-1
    speech-dispatcher 0.7.1-7
    speex 1.2rc1-2
    sqlite 3.7.14.1-1
    startup-notification 0.12-3
    strigi 0.7.7-2
    sudo 1.8.6.p3-1
    sushi 3.6.1-1
    sysfsutils 2.1.0-8
    systemd 196-2
    systemd-sysvcompat 196-2
    sysvinit-tools 2.88-9
    t1lib 5.1.2-3
    taglib 1.8-1
    talloc 2.0.8-1
    tangerine-icon-theme 0.27-1
    tar 1.26-2
    tcl 8.5.13-1
    tdb 1.2.11-1
    telepathy-farstream 0.6.0-1
    telepathy-glib 0.20.1-1
    telepathy-logger 0.6.0-1
    telepathy-mission-control 5.14.0-1
    texinfo 4.13a-7
    thunderbird 17.0-1
    tomboy 1.12.2-1
    totem 3.6.3-2
    totem-plparser 3.4.3-1
    tracker 0.14.4-2
    ttf-dejavu 2.33-3
    ttf-liberation 2.00.1-2
    ttf-ubuntu-font-family 0.80-3
    tzdata 2012j-1
    udisks 1.0.4-6
    udisks2 2.0.0-1
    unixodbc 2.3.1-1
    unzip 6.0-6
    upower 0.9.18-2
    usbmuxd 1.0.8-1
    usbutils 006-1
    util-linux 2.22.1-3
    v4l-utils 0.8.9-1
    vi 1:050325-3
    videoproto 2.3.1-2
    vinagre 3.6.2-1
    vino 3.6.2-1
    virtuoso-base 6.1.6-1
    vlc 2.0.4-5
    vte 0.28.2-3
    vte-common 0.34.2-1
    vte3 0.34.2-1
    wavpack 4.60.1-2
    webkitgtk2 1.10.2-1
    webkitgtk3 1.10.2-1
    webrtc-audio-processing 0.1-1
    wget 1.14-2
    which 2.20-5
    whois 5.0.20-1
    wine 1.5.19-1
    winetricks 20120912-1
    wireless_tools 29-7
    wpa_actiond 1.3-1
    wpa_supplicant 1.0-2
    x264 20121113-1
    xbitmaps 1.1.1-2
    xcb-proto 1.8-1
    xcb-util 0.3.9-1
    xcb-util-keysyms 0.3.9-1
    xdg-user-dirs 0.14-3
    xdg-user-dirs-gtk 0.9-1
    xdg-utils 1.1.0.git20121008-1
    xerces-c 3.1.1-3
    xextproto 7.2.1-1
    xf86-input-evdev 2.7.3-2
    xf86-input-synaptics 1.6.2-2
    xf86-video-intel 2.20.15-1
    xf86-video-vesa 2.3.2-2
    xf86dgaproto 2.1-2
    xf86vidmodeproto 2.3.1-2
    xfsprogs 3.1.8-2
    xineramaproto 1.2.1-2
    xkeyboard-config 2.7-1
    xorg-bdftopcf 1.0.3-2
    xorg-font-util 1.3.0-1
    xorg-font-utils 7.6-3
    xorg-fonts-alias 1.0.2-2
    xorg-fonts-encodings 1.0.4-3
    xorg-fonts-misc 1.0.1-2
    xorg-iceauth 1.0.5-1
    xorg-luit 1.1.1-1
    xorg-mkfontdir 1.0.7-1
    xorg-mkfontscale 1.1.0-1
    xorg-server 1.13.0.902-2
    xorg-server-common 1.13.0.902-2
    xorg-server-utils 7.6-3
    xorg-sessreg 1.0.7-1
    xorg-setxkbmap 1.3.0-1
    xorg-twm 1.0.7-1
    xorg-utils 7.6-8
    xorg-xauth 1.0.7-1
    xorg-xbacklight 1.2.0-1
    xorg-xclock 1.0.6-1
    xorg-xcmsdb 1.0.4-1
    xorg-xdpyinfo 1.3.0-1
    xorg-xdriinfo 1.0.4-3
    xorg-xev 1.2.0-1
    xorg-xgamma 1.0.5-1
    xorg-xhost 1.0.5-1
    xorg-xinit 1.3.2-3
    xorg-xinput 1.6.0-1
    xorg-xkbcomp 1.2.4-1
    xorg-xlsatoms 1.1.1-1
    xorg-xlsclients 1.1.2-2
    xorg-xmessage 1.0.3-2
    xorg-xmodmap 1.0.7-1
    xorg-xprop 1.2.1-1
    xorg-xrandr 1.3.5-1
    xorg-xrdb 1.0.9-2
    xorg-xrefresh 1.0.4-3
    xorg-xset 1.2.2-1
    xorg-xsetroot 1.1.0-3
    xorg-xvinfo 1.1.1-3
    xorg-xwininfo 1.1.2-1
    xproto 7.0.23-1
    xterm 287-2
    xvidcore 1.3.2-1
    xz 5.0.4-1
    yelp 3.6.2-1
    yelp-xsl 3.6.0-1
    zenity 3.6.0-1
    zip 3.0-3
    zlib 1.2.7-1
    zvbi 0.2.33-4
    Last edited by cjohnson (2012-12-13 02:25:36)

    Pls have a look, Best place to start , in and out
    http://www.windows-noob.com/forums/index.php?/topic/4468-using-sccm-2012-rc-in-a-lab-part-7-build-and-capture-windows-7-x64/
    http://www.windows-noob.com/forums/index.php?/topic/4512-using-sccm-2012-rc-in-a-lab-part-8-deploying-windows-7-x64
    http://www.windows-noob.com/forums/index.php?/topic/5124-using-sccm-2012-rc-in-a-lab-part-15-deploying-windows-8-consumer-preview-using-configuration-manager-2012-rc2/
    Video Pls
    <cite class="_Fe">www.youtube.com/watch?v=99I354t500g</cite>
    <cite class="_Fe"></cite><cite class="_Fe">www.youtube.com/watch?v=8uEvEVul1Vk</cite>
    Thanks, Prabha G

Maybe you are looking for

  • Does the Dreamweaver team work at Adobe?

    Here's why I ask.  We're in CS6 now, which is what, the 12th version of dreamweaver?  I keep thinking, maybe there's going to be bridge integration someday.  Mini-bridge would be awesome.  But it's like the dreamweaver team has never seen another Ado

  • Issues with 32GB micro SD with Windows Phone 8 and Lumia 810

    I bought 32 GB micro SDHC card (Sandisk) that causes issues such as: (1) tap Settings - then blank screen - then go back to Home (2) when shutting down WP8, it says "goodbye" forever and it does not go away. I have to detach the battery. (3) Occasion

  • Airport Extreme keeps dropping the connection

    Hi, I have this model: http://www.apple.com/airportextreme/ It is connected to the main router which is for TalkTalk, router is just a standard Broadband Wireless N ADSl2+ Router. My settings in my AE are: Internet Connect Using: DHCP IPv4 Address: 1

  • [SOLVED] samba does not start properly

    I have three machines ( desktop, laptop, and a mini-itx "homeserver" ), and I use samba shares on all the three machines. The homeserver is headless, does not have a DE, and launches samba properly any time. On the other machines, the samba service l

  • THE GUIDE FOR PUTING VIDEOS ON YOUR IPOD!

    Hello all you Ipod 5g (video) owners. like you, I was extremely exited by the coming out of this Ipod and bought it the first week or even day that it came out in stores. most likely, you had no idea how to get your videos and was extremely frustrate