[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);

Similar Messages

  • 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 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

  • Arrays - confusing, wont compile, please help! ?:-)

    Hello everyone,
    I am new to the java forum, and I think its a fantastic idea. I am extremely stuck with my java, I have been workin on the same piece of code for at least 20 hours in total, 8 of which I spent in the last day, and to much of my frustration, the buggery code just wont compile. Im assuming many of you are probably laughing at me by now, lol, its ok, After my inital stress and hair pulling, all I could do was laugh. But I refuse to give up on the code after spending so long, and I have a feeling Im so close, its based around arrays, anyway I'll stop blabbering and post the code I have wrote, and if any of you could solve why it wont compile, it would be greatly appreciated.
    Heres my code:
    import avi.*;
    public class CDCollection
    private String title = "Unknown";
    private String artist = "Unknown";
    private int quan = 0;
    private double price = 0;
    CDCollection(double cdPrice, int cdQuan, String cdTitle, String cdArtist)
    title = cdTitle;
    artist = cdArtist;
    quan = cdQuan;
    price = cdPrice;
    return price;
    public static int findHighest(CDCollection[] cd) {
    int highestSoFar = -1; // lower than any valid
    for (int i = 0; i < cd.length; i++) {
    if (cd.CDCollection() > highestSoFar) {
    highestSoFar = cd[i].CDCollection();
    return highestSoFar;
    // instance method to write out cd details
    public void cdDetails(Window screen)
         screen.write("�"+price+"\t"+quan+"\t"+title+"\t"+artist+"\n");
    class CDMain
    public static void main(String[] args)
         Window screen = new Window ("CDMain", "bold", "black", 14);
    screen.showWindow();
         screen.write("CD List:\n\n");
              CDCollection cd1 = new CDCollection (10.99,11,"All Killer No Filler","Sum 41");
         cd1.cdDetails(screen);
    CDCollection cd2 = new CDCollection (12.99,8,"The best of","Sting");
         cd2.cdDetails(screen);
    Essentially wot Im tryin to do, is create a cd collection program, whereby details of the cd are entered (price, quantity, title and artist) and I would like to return statistical data on the cd collection, such as total number of cds, most expensive and cheapest cds etc. As you can I see I have tried to use arrays to find out the most expensive cd, but it still wont work! Please help, anyone, as Ive exhausted myself on this piece of code, Ive been through books, and I still cant bloody do it. :( lol
    Thanks in advance,
    All the best,
    Larry :-)

    Hi!
    First you never call your method findHighest.
    Second you do not have an array of your CD's. You only have two instances of it.
    Try this:
    CDCollection[] cds = new CDCollection[2];
    CDCollection cd[0] = new CDCollection (10.99,11,"All Killer No Filler","Sum 41");
    cds[0].cdDetails(screen);
    CDCollection cds[1] = new CDCollection (12.99,8,"The best of","Sting");
    cds[1].cdDetails(screen);
    int highest = CDCollection.findHighest(cds);
    And:
    public static int findHighest(CDCollection[] cd) {
    double highestSoFar = -1; // lower than any valid
    for (int i = 0; i < cd.length; i++) {
    if (cd.getPrice() > highestSoFar) {
    highestSoFar = cd[i].getPrice();
    return highestSoFar;
    And in your CDCollection class you need a method:
    public double getPrice()
    return this.price;
    I hope I did no mistake in here but it should work!
    Markus

  • Nigpib-0.8​.2 wont compile with RH-7.2 kernel-2.4​.18-17.7.x

    nigpib-0.8.2 wont compile with RH-7.2 kernel-2.4.18-17.7.x

    I had the same problem when I tried to install the nigpib-0.8.2 driver with redhat 8.0.
    At first, it complains that malloc.h is deprecated, fixed that by simply changing: #include to: #include , in file ib_linux.c.
    Then, it compiles the module, but insmod can't load it, complaining that it was compiled with gcc version 2 instead of 3, which the kernel was compiled with. (the module was compiled with gcc 3.2 so i don't know why it's complaining).
    The workaround is to force insmod to load the module:
    insmod -f nigpib
    to have the module be loaded automatically at reboot,
    put line: insmod -f nigpib, in /etc/rc.d/rc.local
    Remember, after you run ./ibconf, you'll need to reload the updated module again.
    Hope there will be a
    n udpate to nigpib where these issues are addressed.

  • 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

  • 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.

  • Applet or application wont compile now?

    I recently got a new computer at work. After I set everything up, including jre & sdk 1.4.1, and path file ifno on my windows xp box (same setup as the other machine), my same applications are now throwing errors?
    It's as if for some reason my old setup was more lax on catching compile time errors.
    Whats even weirder, is the old applets and applications compiled on my old machine still run fine and if I try to compile the old applets and applications without resaving them, I get no error, its just after I resave them, even if I only add a blank line to the file.
    any suggestions
    Jason

    any suggestionsYes, tell us what the errors are exactly! And you should probably show relevant parts of the code too.

  • Wont compile properly

    Hi everyone i need some help with my labwork. I can get it to compile but i'm gettin errors and i dont know how to solve them. Please help.
    I am required to create an applet that has one TextField, one List, one Button, and one TextArea object. The List must have seven values listed (days of the week), the TextField and the TextArea must be blank, and the Button has its label set to "Clear". When text is entered in the TextField and the enter key is hit the TextField's contents will be display in the TextArea. When an item in the List is Selected with a double click that item is to be displayed in the TextArea. The button is used to clear the TextArea, TextField and de-select any selected items in the List.
    An ActionEvent is generated when the enter key is hit while a TextField object has the focus.
    import java.applet.*;
    import java.awt.*;
    import java.awt.event.*;
    public class Lab2 extends Applet implements ActionListener{
    TextField txtValue;
    List Day;
    Button btnClear;
    TextArea Results;
    public void init (){
    resize (300, 300);
    txtValue = new TextField (20);
    Day = new List (7, false);
    btnClear = new Button ("Clear");
    Display = new TextArea (20,20);
    add (txtValue);
    Day.add("Monday");
    Day.add("Tuesday");
    Day.add("Wednesday");
    Day.add("Thursday");
    Day.add("Friday");
    Day.add("Saturday");
    Day.add("Sunday");
    add (Clear);
    add (Display);
    add (Day);
    Clear.addActionListener (this);
    Day.addActionListener (this);
    txtValue.addActionListener (this);
    } // end of this init method
    // display what is selected from list.
    public void actionPerformed(ActionEvent ae) {
    Object obj = ae.getSource();
    //what hap's if selected & Dbl cliked.
    if (obj == Day) {
    Display.setText(Day.getSelectedItem());
    //clr & default field,area,list.
    if (obj ==Clear) {
    Display.setText("");
    Display.setText("");
    txtValue.setText("");
    Day.select(-1);
    //user pressed enter.
    if (obj == txtValue) {
    Display.setText(txtValue.getText());
    } // end of actionPerformed method
    } //end of Lab2 applet
    Thank u all

    It would be helpful to tell us, WHAT errors you are
    getting!
    Never mind, it's visible anyhow:
    btnClear = ew Button ("Clear");
    add (Clear);
    How are they supposed to go together? I bet it said
    "Variable Clear unknown" or something, right? READ your
    error messages! Assume right away that it is your fault
    and try to find it...
    Same here:
    TextArea Results;
    Display = new TextArea (20,20);
    Where did the Display come from?

  • [solved] Gnome bluetooth-applet doesn't start

    Hello! Since yesterday, my bluetooth-applet doesn't start. I get this message:
    [bebop@int Desktop]$ bluetooth-applet
    Xlib:  extension "Generic Event Extension" missing on display ":0.0".
    Xlib:  extension "Generic Event Extension" missing on display ":0.0".
    Xlib:  extension "Generic Event Extension" missing on display ":0.0".
    Xlib:  extension "Generic Event Extension" missing on display ":0.0".
    Xlib:  extension "Generic Event Extension" missing on display ":0.0".
    Xlib:  extension "Generic Event Extension" missing on display ":0.0".
    How can I solve this problem? Thanks Bebop
    Last edited by Bebop (2009-02-14 11:59:31)

    Hm, I still have this issue, despite upgrading...
    andi@hbar> y -Ss bluetooth
    extra/gnome-bluetooth 0.11.0-3 [installed]
    The GNOME Bluetooth Subsystem.
    extra/bluez-gnome 1.8-4 [installed]
    Bluetooth PIN helper applications
    extra/kdebluetooth 4.0.3-2
    A collection of Bluetooth utilities and modules for KDE based on BlueZ
    extra/bluez 4.30-1 [installed]
    Libraries and tools for the Bluetooth protocol stack
    extra/libbtctl 0.10.0-2 [installed]
    GObject wrapper for Bluetooth functionality.
    community/bluemote 2.0-5
    Will turn your Bluetooth-enabled mobile phone into a remote control for your computer
    community/blueman 0.3-5
    GTK+ bluetooth management utility
    community/python-pybluez 0.16-1
    Python wrapper for the BlueZ Bluetooth stack
    Can anyone help?

  • [SOLVED] AWN Lucido.

    First, i want to say hello, i'm new here and also i'm new in archlinux (in fact it's my first linux) .
    I'm customizing GUI, and i saw that new AWN Lucido style is pretty nice. I wanted to install it but, awn package from official repository doesn't contain Lucido.
    I tried to install "avant-window-navigator-bzr" from AUR, but it's buggy, and settings window  won't open.
    So, where can i get working AWN with Lucido?
    I'm using gnome if it does matter.
    Thanks in advice, and sorry for my english.
    Last edited by smiechowy (2011-01-31 19:44:12)

    Avant Window Navigator 0.4.1 compiles perfectly, the issue is with a .schema file.
    Follow the comments on the AUR page for avant-window-navigator-bzr: http://aur.archlinux.org/packages.php?I … mments=all
    Look for the comment from leprechau, he explains how to solve this.
    Remember that if it solves your problem, please mark this post as SOLVED

  • Java applets wont load in Safari and constantly crash in Firefox

    I have to use Java Applets to work from home. I normally use Firefox as my browser but since the last Java update Forefox keeps crashing. I have tried Safari too and it wont load the applets at all. I am desperate to get some work done but I can't get into my work files that are stored on my office's servers.
    I have seen lots of discussion about enabling java etc. in my browser and all of that has been done.

    Make sure your Java system is updated on both sides (home and work computers).
    As an alternative, you might look into a non-Java VPN solution. I use RealVNC (free for up to 5 computers) to work from home on my Macs and connetc to WinXP and Win7 systems at work. It works beautifully and I can connect to all 4 work systems simultaniously! The only thing the free version won't do is print remotely... so I print to PDF in my Dropbox and print that at home.
    For VPN, I use a Cisco RV042 4 port router (about $90 at BestBuy) and connect via the built in OS X VPN in the Network Preferences panel. It literally took less than 5 minutes to set up. Sweet, simple, minimal cost and setup, and I can work from the house 24/7 if needed.

  • [SOLVED] network-manager-applet not found

    Hi, I'm quite noob here, and I'm trying to install network-manager-applet with no luck;
    So far I've done
    # pacman -S network-manager-applet
    and I got
    resolving dependencies...
    looking for inter-conflicts...
    Targets (1): network-manager-applet-0.8-1
    Total Download Size: 1.01 MB
    Total Installed Size: 4.35 MB
    Proceed with installation? [Y/n] y
    :: Retrieving packages from extra...
    error: failed retrieving file 'network-manager-applet-0.8-1-x86_64.pkg.tar.gz' from mi.mirror.garr.it : Not Found
    error: failed retrieving file 'network-manager-applet-0.8-1-x86_64.pkg.tar.gz' from ftp.nluug.nl : Not Found
    error: failed retrieving file 'network-manager-applet-0.8-1-x86_64.pkg.tar.gz' from ftp.hosteurope.de : Not Found
    error: failed retrieving file 'network-manager-applet-0.8-1-x86_64.pkg.tar.gz' from ftp-stud.hs-esslingen.de : Not Found
    error: failed retrieving file 'network-manager-applet-0.8-1-x86_64.pkg.tar.gz' from archlinux.puzzle.ch : Not Found
    error: failed retrieving file 'network-manager-applet-0.8-1-x86_64.pkg.tar.gz' from ftp.surfnet.nl : Not Found
    warning: failed to retrieve some files from extra
    error: failed to commit transaction (Not Found)
    Errors occurred, no packages were upgraded.
    so I tried to download the package itself and install it with
    pacman -U network-manager-applet-0.8-2-x86_64.pkg.tar.xz
    and the answer was
    loading package data...
    checking dependencies...
    error: failed to prepare transaction (could not satisfy dependencies)
    :: network-manager-applet: requires mobile-broadband-provider-info
    what to do?
    i cannot find in the repos the package mobile-broadband-provider-info
    thank you in advance
    Last edited by lsk (2010-03-10 10:15:21)

    Update your system - "pacman -Syu".  The clue is that the file you manually downloaded is different to the one pacman is trying to get.

  • Itunes Extra purchase wont synch to iphone

    Today I purchased Up via Apple TV. Movies great and appears in itunes on my MBP as an iTunes extra title. Problem is, it wont synch to my iPhone 3GS. Is this something I am doing wrong or do Apple mean to prevent me watching the movie I bought on my device? I have downloaded other movies via Apple TV and they synch to my iPhone so there is clearly something 'special' about extras titles such as Up.

    in US, extras content is only viewable in iTunes or Apple TV. so if u mean that the "extras" wont sync to iPhone, then that is normal...
    If you're saying the actual movie itself wont sync...did u buy the HD? HD content doesn't sync either...in iTunes you should notice that under that UP title you should see both SD and HD versions of UP..only SD will sync to iPhone

Maybe you are looking for

  • What use of having double precision in java.awt.geom?

    Hi, I am trying to draw a line using Line2D with this param: g2d.draw( new Line2D.Double( 1.1d, 1.5d, 1.9d, 1.5d ) ); in my own JPanel paint method. However, the result is that the panel does not display a line nor a dot at all. Only when i change it

  • JRE v6 and v7 no longer work in my updated 64-bit W7 HPE's 32-bit IE8.

    Hello. Since last week, my JRE/Java v6u34 stopped working. My 32-bit IE8 kept asking me to run it in protected mode or not which was weird since it never did that before: http://i.imgur.com/Tubsl.gif ... Then, Java didn't work. So I restarted IE8 and

  • Creating text file for upload to bank

    Post Author: kevin belyea CA Forum: General I'm creating a .rpt that requires specific formatting to be uploaded into banking software for automatic payment processing. There are a couple of specifics that I've been stumbling on. Here they are: 1. I

  • Can you run windows aps on a mac mini

    does anyone know how to run a windows ap on a mac mini

  • How to install a Savin 9965dp?

    Does anyone know how to install a Savin 9965dp printer/copier in OS X 10.5.4? I tried installing it and when I print to it, it just prints a few lines of code and then a bunch of blank pages. There is a PPD installer on the Savin website, but I'm not