Accelerators in Menu of Applet

I have written a program that has a menu bar. The menu items contained in the menubar have accelerators (eg F1, F2, Ctrl-z). When run as an application everything works fine. If I run it as an applet the accelrators do not work anymore. If I click on a menu the accelerators work afterwards. Sounds like a focus problem. Any ideas on how I can correct this? Any help would be greatly appreciated.

I have also observed this........
Has anyone seen a solution.
Works fine with Version 1.3.1_02, but not with 1.4.2_03.

Similar Messages

  • How to display Javascript menu above Applet

    Hi I want to show the Javascript pop up menu above applet. Whenever I takes my mouse over menu items of Javascript it pop ups menu but that menu is hidden behind applet i want to display it above aplet.
    Here is my sample code...
    <HTML>
    <DIV id="apletID" align=center style="Z-INDEX: 2;">
    <APPLET code=stormcatcher.graph.GraphApplet width="600" height="400" VIEWASTEXT style="Z-INDEX: 1;"> <param name="GI" value="500"> </APPLET>
    </DIV>
    <DIV id='emulate' style="Z-INDEX: 1; LEFT: 170px; VISIBILITY: visible; WIDTH: 300px; POSITION: absolute; TOP: 170px; HEIGHT: 150px">
    <TABLE height=142 cellSpacing=0 cellPadding=0 width="101%" border=0> <TBODY>
    .</TBODY> </TABLE>
    </DIV> </HTML>
    Is any thingwrong in it? Pl. guide me ASAP. Thanks
    Taral

    Hi taral_shah!
    There isn't errors in your code. Unfortunately there is not a way to display layers over applets because objects contexts are different for both. It also happens with layers and flash objects or layers and "select" object (using forms).
    Best Regards.

  • Menu bar applets missing after 10.5.6 update

    So I updated my macbook (early 2008) to 10.5.6 this evening, everything went well until it loaded the desktop. All the top applets (wireless, date/time, bluetooth, etc), everything but spotlight is gone! Adium still loads the menu bar icon when I boot the program but that's it. I went into the system preferences to try and turn all these options back on, it selects the check but then as soon as you close the window, it resets. I thought maybe if I locked the option it would fix it, but that had no luck either. I have no modified my OS in any way other than using candybar and installing refit; I heavily doubt those would cause this issue.

    I think this is actually a serious breakage in 10.5.6. I'm having a problem now that every time I try to run Merlin, the process configd ends up spinning 100% CPU until Merlin crashes several minutes later. At this point, after I reboot, the system menu bar icons completely disappear and the system runs extremely slow. Once in this state, I've had the machine suddenly reboot without any notice whatsoever, after which time the icons came back.
    John

  • Pop menu in applet

    I want to show a pop menu in an Applet,
    I used the method: jPopMenu1.show(Componet componet ,int x, int y),I can get the parameters x and y,
    but I don't know How to get the componet.
    I want to show the popMenu when sb right cliked a node in my JTree.
    Any help would be greatly appreciate !

    The MouseEvent passed to a MouseListener method has a getComponent() method.
    Or just use your JTree.

  • Explorer freezes after invoking popup menu from applet

    i have a problem, which i cannot find an explenation to.
    i have an applet which user can open a popup menu from.
    afterwards, when trying to move to different URL which will open new applet the browser freezes.
    any idea?

    By any chance is the popup window still visible when you try to move to the other page?

  • !!!How to remove the top 'Window' menu in Applet!!! PLEASE

    How do I remove the top 'Window' menu? SDI (single document interface)? or something? How to I enable SDI in 9i? Can't find this answer anywhere.
    I managed to remove the rest of the default menu items at the top, but I DON'T WANT THAT 'WINDOW' ITEM STAYING THERE.
    Pheeew. Please. Getting annoyed... :)

    Edit your base html files and add the USESDI=yes parameter to the serverargs parameters.
    See the Forms demos (downloadable from OTN) for an example of this.

  • Can't get menu accelerators to work?

    when i set menu accelerators for menu menus they work. when i set menu accelerators for popup menus, they don't work.

    you'll need to provide more information in order to get help. How don't they work? What are you seeing? What are you trying? What does your code look like?
    tmonteit

  • Java Applet taking long time to load

    Hi,
    I have a swing based Menu generator Applet. On clicking a Menubar item, I have called a new class [ MyEntry1 my1 = new MyEntry() ], which called one or more utility classes. My main applet (which I have used in <Aplpet> tag in .html file) is very small. But from that, I have called severel classes which are not very small.
    My Problem is, when i am trying to run my applet through IE 5, it is taking long time (180-250 secs.)
    Can anyone give me some tips, how to minimise the loading time? I am using Applet/Servlet/JDBC to develop a web application, which will be used remotely. Using Tomcat server. Any code snippets will be very helpfull for me.
    Thanking all gurus in advance.

    Hope someone can tell me why my Java takes so long to
    load when I go into a online game..I don't think anyone in here can. You could call your local computer repair-shop to have them take a look at your PC.

  • Some weird behaviour of my Applet

    I've created an applet which uses Java2D to blur an image file (image0.jpg)and display it in the browser. I can compile it with no problem but when i run the applet using the browser. The following message appears in the bottom of the browser "Start: applet not initialised". If i try to open a new window from the browser(ie. select "Window" from File>New in the menu), the applet can load successfully. The following message appears in the Java Console:
    java.lang.IllegalArgumentException: Width (-1) and height (0) must be > 0
         at java.awt.image.SampleModel.<init>(Unknown Source)
         at java.awt.image.SinglePixelPackedSampleModel.<init>(Unknown Source)
         at java.awt.image.Raster.createPackedRaster(Unknown Source)
         at java.awt.image.Raster.createPackedRaster(Unknown Source)
         at java.awt.image.DirectColorModel.createCompatibleWritableRaster(Unknown Source)
         at java.awt.image.BufferedImage.<init>(Unknown Source)
         at Convolve2.init(Convolve2.java:22)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    java.lang.IllegalArgumentException: Width (-1) and height (0) must be > 0
         at java.awt.image.SampleModel.<init>(Unknown Source)
    at java.awt.image.SinglePixelPackedSampleModel.<init>(Unknown Source)
         at java.awt.image.Raster.createPackedRaster(Unknown Source)
    at java.awt.image.Raster.createPackedRaster(Unknown Source)
    at java.awt.image.DirectColorModel.createCompatibleWritableRaster(Unknown Source)
         at java.awt.image.BufferedImage.<init>(Unknown Source)
    at Convolve2.init(Convolve2.java:22)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    The following is my code. Please have a look and tell me what's wrong. Thanks a lot!
    import java.awt.*;
    import java.awt.image.*;
    import javax.swing.*;
    public class Convolve2 extends JApplet{
         float ninth = 1.0f/9.0f;
         float[] blurKernel = {
                   1.5f,ninth,ninth,
                   1.5f,ninth,ninth,
                   ninth,ninth,1.5f,
         private Image chassis;
         private BufferedImage bChassis;
         public void init(){
              setBackground(Color.white);
              //load the image
              chassis = getImage(getDocumentBase(),"image0.jpg");
              int iw = chassis.getWidth(this);
              int ih = chassis.getHeight(this);
              //create BufferedImage as the source for image processin           bChassis = new BufferedImage(iw, ih, BufferedImage.TYPE_INT_RGB);
              Graphics2D g2d = bChassis.createGraphics();
         g2d.drawImage(chassis,0,0,this);
         public void paint(Graphics g){
              Graphics2D g2 = (Graphics2D) g;
         g2.setRenderingHint(RenderingHints.KEY_ANTIALIASING,
    RenderingHints.VALUE_ANTIALIAS_ON);
         g2.setRenderingHint(RenderingHints.KEY_RENDERING,
    RenderingHints.VALUE_RENDER_QUALITY);
              int w = bChassis.getWidth(this);
         int h = bChassis.getHeight(this);     
         //create a BufferedImage as the destination for image processing     
    BufferedImage bChassis2 = new BufferedImage(w,h,BufferedImage.TYPE_INT_RGB);
              //Instantiate the operation
              ConvolveOp cop = new ConvolveOp(new Kernel(3, 3, blurKernel));
              cop.filter(bChassis,bChassis2);
              Insets insets = getInsets();
              g2.drawImage(bChassis2,insets.left, insets.top, null);

    Your problem:
    //load the image
    chassis = getImage(getDocumentBase(),"image0.jpg");
    int iw = chassis.getWidth(this);
    int ih = chassis.getHeight(this);You forgot to prepare the image and wait until it is loaded. As long as it is not loaded, getWidth and getHeight will return -1.
    Best use a MediaTracker for waiting before you query the size. Somthing like this (uncompiled on-the-fly-code):
    MediaTracker mt = new MediaTracker(this);
    mt.addImage(chassis, 0);
    getToolkit.prepareImage(chassis, -1, -1); //prepare to be drawn at default size
    mt.waitForAll();  // you'll have to catch the interrupted exceptionBye, Marc.
    Toolkit.getDefaultT

  • MenuBar in Applet using AWT

    I want to create menu in applet that uses only AWT components.
    (applet will be run inside HTML page, not in separate window)
    Method setMenuBar released only in Frame class. So problem is how to get current frame of applet correctly.
    To get current frame I used followed code:
    --- CUT ---
    Component parent = this; // extended Applet class
    while (!(parent instanceof Frame))
         parent = parent.getParent();
    ((Frame)parent).setMenuBar (...)
    --- CUT ---
    It works excellent on NN 4.7 under Linux
    (menu bar appears at top of applet) but NOT WORK on the
    MSIE 5.0 & NN 4.7 under Windows (menu bar not appear)
    Can anybody help me ?

    Applet is not a subclass of Frame, so your while-loop
    will never find a Frame to add the menu bar toBelieve me, it finds one (especially under Linux).
    >
    Applet does extend panel (which has a default
    FlowLayout), so how about setting the panel's layout
    to BorderLayout instead, then creating your own
    "menubar" panel and adding it at BorderLayout.NORTH?The problem is that you can't add java.awt.MenuBar to Panel because MenuBar class does not extend java.awt.Component.
    And method setMenuBar (MenuBar) is implemented only in Frame class, so some instance of Frame class is required anyway.

  • Creative cloud menu bar

    The creative cloud client on my Mac is in the menubar. But it appears way to often. When I start my Computer and occasionally. The window just appears.
    Is there any way to hide cc from the menubar and keep the cc client window from appearing?
    This is so super annoying as I don't want to view a list of apps I can install when I am working.
    Also, if the cc client would have been a real menu bar applet, it would disappear, once the user clicks on other applets in the menu bar.
    I want to hide the cc client completely, so it only shows up, when an update is available.
    Any ideas?
    I am using OS 10.9.4 and CC 1.71.418

    I tried this. Didn't work.
    Never mind, I renounce on the cc client entirely. Lightroom sync works, and I will use Dropbox and upcoming iCloud Drive for synced files.  And every 30 days, CC will lunch, so I can sign in and check for updates.
    Am 22.08.2014 um 19:18 schrieb kglad <[email protected]>:
    creative cloud menu bar
    created by kglad in Adobe Creative Cloud - View the full discussion
    try:
    open the Creative Cloud application window > click the gear icon > choose Preferences > toggle  'Attach window to menu bar (or notification area)'
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at https://forums.adobe.com/message/6665352#6665352
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page:
    To unsubscribe from this thread, please visit the message page at . In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Adobe Creative Cloud by email or at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • Menu Bar Code Help

    I am new to Java and am trying to make a menu bar applet for a web page. I think i have the majority of it finished there are three things i could not figure out and i was wondering if someone might be able to help. The things are: Opening Urls in the browser, the color of the highlighter on menu won't change, i want the menu to automatically pop down when the mouse is over the buttons.
    Here is my code so far:
    import java.io.*;
    import java.net.*;
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import javax.swing.event.*;
    import javax.swing.JComponent.*;
    public class MenuApplet extends JApplet implements ActionListener, MouseListener
         public void init()
              /* builds menus */
              JMenuBar WebMenuBar;
              JMenu menu, FinanceSubMenu;
              JMenuItem item1, MenuChoice;
              WebMenuBar = new JMenuBar();
              WebMenuBar.setBackground(Color.RED);
              WebMenuBar.setFont(new Font("SanSerif", Font.BOLD, 14));
              WebMenuBar.setForeground(Color.WHITE);
              WebMenuBar.setBorder(BorderFactory.createRaisedBevelBorder());
              menu = new JMenu();
              menu = createMenu("Finance");
              WebMenuBar.add(menu);
              item1 = new JMenuItem();
                   item1 = createItem("Graphs");
                   menu.add(item1);
                   item1 = createItem("Policies");
                   menu.add(item1);
              FinanceSubMenu = new JMenu("37 Key Exp ");
              FinanceSubMenu.setFont(new Font("SanSerif", Font.BOLD, 14));
              FinanceSubMenu.setForeground(Color.WHITE);
    FinanceSubMenu.setBackground(Color.RED);
                   item1 = createItem("Banbury Raw Exp");
                   FinanceSubMenu.add(item1);
                   item1 = createItem("Curing Raw Exp");
                   FinanceSubMenu.add(item1);
                   item1 = createItem("Waste Disposal");
                   FinanceSubMenu.add(item1);
                   menu.add(FinanceSubMenu);
              menu = createMenu("Engineering");
              WebMenuBar.add(menu);
              menu.getPopupMenu();
              item1 = createItem("Reports");
              menu.add(item1);
              item1 = createItem("Travel");
              menu.add(item1);
              getContentPane().add(WebMenuBar);
         public JMenu createMenu (String name)
              /* creates menus */
              JMenu menu;
              menu = new JMenu(name);
              menu.setBorder(BorderFactory.createRaisedBevelBorder());
              menu.setFont(new Font("SanSerif", Font.BOLD, 16));
              menu.setForeground(Color.WHITE);
              menu.setBackground(Color.RED);
              menu.addMouseListener(this);
              return menu;
         public JMenuItem createItem (String name)
              /*creates menu items */
              JMenuItem MenuChoice;
              MenuChoice = new JMenuItem(name);
         MenuChoice.addActionListener(this);
         MenuChoice.setActionCommand(name);
         /* MenuChoice.setColor; - this also does not work - i want to be able to change the color that
                                                 comes up when the item is highlighted currently it is an ugly gray like color,
                                                 which i know can be done because other
                                                 web pages have it, could not find a method relating to this.
         MenuChoice.setBackground(Color.RED);
         MenuChoice.setFont(new Font("SanSerif", Font.BOLD, 14));
         MenuChoice.setForeground(Color.WHITE);
         return MenuChoice;
         /*processes actions*/
    public void actionPerformed(ActionEvent e)
    if (e.getActionCommand().equals("Graphs"))
                        try
                             URL url = new URL(getDocumentBase(), "http://www.Yahoo.com/");//just to test the URL
                             MenuApplet.getAppletContext().showDocument(url);
                        } catch (MalformedURLException e)
                        /*try
                             URL home = new URL("http://app7-ok-plt/left.htm");
                        URLConnection homeConnection = home.openConnection();
                        } catch (IOException err)
                        System.err.println("Couldn't get I/O for the connection to: home.");
                   System.exit(1);
         else
              if (e.getActionCommand().equals("Policies"))
                        System.out.println("good boy");
         else System.out.println("Not so good");
         public void mousePressed(MouseEvent e)
         /* Empty method definition. */
         public void mouseReleased(MouseEvent e)
         public void mouseEntered(MouseEvent e)
              Object source;
              String test;
              source = e.getSource();
              test = source.toString();
         if(test.endsWith("Engineering]"))
                   System.out.println(e.getSource());
         else if (test.endsWith("Finance]"))
                   System.out.println("well click or something");
         /* Empty method definition. */
         public void mouseExited(MouseEvent e)
         public void mouseClicked(MouseEvent e)
    and here is the html to run it in case you need that:
    <html>
    <head>
    <meta name="GENERATOR" content="Me">
    <meta name="ProgId" content="Stuff">
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
    <title>top page</title>
    <base target="contents">
    </head>
    <body bgcolor="#FF0000">
    <p>
    <applet code="menuapplet.class" width="80%" height="30">
    </applet>
    </p>
    </body>
    </html>
    Thanks in Advance.

    a scroll bar is not appearing on the left Remove line 11 of stylesheet.css (position:fixed)
    my spry menu is right justified instead of left
    Change line 96 of stylesheet.css to read float:left
    Gramps

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

  • Possible to create java code on the fly?

    I'm just curious.
    I am in the process of making a bunch of custom Lightweight components which will be a part of a physics tutorial package. (Stuff like arrows, charges, fields, cars, rocks, etc.). I have some specific tutorial applets I am creating for a prof at my local u using these components.
    In the middle of this, I thought...
    Wouldn't it be GREAT if I could make an extremely simple "editor" which my prof could use directly to create his own applets? (I can certainly do the drag and drop, menus and stuff that would go along with this)
    Is it possible to write a program in Java which writes and compiles Java, without too much fuss?
    Another words, it would be wonderful if my prof could:
    Click on the Charge Object
    Drag it to the Physics Container
    Click on the Physics Container
    Turn on the Electric Field by changing the Container's properties
    Then hit Some Menu->Compile Applet
    and boom!! he'd have his applet exactly the way he wants it. (and the program would create the code for him to put on his website).
    Is it possible?
    :) Jen
    (P.S. please remember that my prof can't do Java, so even Java Beans in an IDE are out).

    Sure it's possible, but there are three things you need to consider here.
    1. Your IDE would support drag-and-drop as per your requirements. You'd have to learn that incase you haven't already done so.
    2. There's no point in writing your own Java compiler. You could after pouring through the specifications, but it's better just to generate the source file and compile it by running javac through your application.
    3. The source code generation. Depending on which part of your final applet code is fixed and which is variable this could be lot of work (the trickiest part being to decide what is fixed and what is variable.. in other words, the design).
    It sounds like fun alright, but you would get the same results by just putting all these features in the applet itself. Have the applet allow the user to choose amongst a host of features (the ones that you plan to put into your editor). I guess you'll have to make your final decision based on how much time you have.
    Have fun and best of luck.
    Arjun

  • Youtube "This video is currently unavailable" in Safari 6.0.1

    So I've had this problem for a few weeks now and it's been driving me up the wall, but after fruitless internet searches in an attempt to solve it I've finally decided to submit a support ticket.
    This seems to be a widespread issue, but on my iMac running Safari 6.0.1 a lot of videos in YouTube won't play and come up with the message "This video is currently unavailable". I can however view these very same videos without issue on my Macbook (running a lower version of Safari) or on my iPhone.
    Someone please tell me how to fix this as it's driving me crazy!

    Thanks for your reply. Here is what comes up in that menu:
    Java Applet Plug-in
    Displays Java applet content, or a placeholder if Java is not installed. — from file “JavaAppletPlugin.plugin”.
    application/x-java-applet
    Basic Java Applets
    javaapplet
    application/x-java-applet;jpi-version=1.6.0_37
    Java applet
    application/x-java-applet;version=1.1
    Java applet
    application/x-java-applet;version=1.1.1
    Java applet
    application/x-java-applet;version=1.1.2
    Java applet
    application/x-java-applet;version=1.1.3
    Java applet
    application/x-java-applet;version=1.2
    Java applet
    application/x-java-applet;version=1.2.1
    Java applet
    application/x-java-applet;version=1.2.2
    Java applet
    application/x-java-applet;version=1.3
    Java applet
    application/x-java-applet;version=1.3.1
    Java applet
    application/x-java-applet;version=1.4
    Java applet
    application/x-java-applet;version=1.4.2
    Java applet
    application/x-java-applet;version=1.5
    Java applet
    application/x-java-applet;version=1.6
    Java applet
    application/x-java-vm
    Java applet
    application/x-java-vm-npruntime
    Java applet
    QuickTime Plug-in 7.7.1
    The QuickTime Plugin allows you to view a wide variety of multimedia content in web pages. For more information, visit the QuickTime Web site. — from file “QuickTime Plugin.plugin”.
    application/sdp
    SDP stream descriptor
    sdp
    application/x-mpeg
    AMC media
    amc
    application/x-rtsp
    RTSP stream descriptor
    rtsp,rts
    application/x-sdp
    SDP stream descriptor
    sdp
    audio/3gpp
    3GPP media
    3gp,3gpp
    audio/3gpp2
    3GPP2 media
    3g2,3gp2
    audio/aac
    AAC audio
    aac,adts
    audio/ac3
    AC3 audio
    ac3
    audio/aiff
    AIFF audio
    aiff,aif,aifc,cdda
    audio/amr
    AMR audio
    amr
    audio/basic
    uLaw/AU audio
    au,snd,ulw
    audio/mid
    MIDI
    mid,midi,smf,kar
    audio/midi
    MIDI
    mid,midi,smf,kar
    audio/mp3
    MP3 audio
    mp3,swa
    audio/mp4
    MPEG-4 media
    mp4
    audio/mpeg
    MPEG audio
    mpeg,mpg,m1s,m1a,mp2,mpm,mpa,m2a,mp3,swa
    audio/mpeg3
    MP3 audio
    mp3,swa
    audio/vnd.qcelp
    QUALCOMM PureVoice audio
    qcp,qcp
    audio/wav
    WAVE audio
    wav,bwf
    audio/x-aac
    AAC audio
    aac,adts
    audio/x-ac3
    AC3 audio
    ac3
    audio/x-aiff
    AIFF audio
    aiff,aif,aifc,cdda
    audio/x-caf
    CAF audio
    caf
    audio/x-gsm
    GSM audio
    gsm
    audio/x-m4a
    AAC audio
    m4a
    audio/x-m4b
    AAC audio book
    m4b
    audio/x-m4p
    AAC audio (protected)
    m4p
    audio/x-midi
    MIDI
    mid,midi,smf,kar
    audio/x-mp3
    MP3 audio
    mp3,swa
    audio/x-mpeg
    MPEG audio
    mpeg,mpg,m1s,m1a,mp2,mpm,mpa,m2a,mp3,swa
    audio/x-mpeg3
    MP3 audio
    mp3,swa
    audio/x-wav
    WAVE audio
    wav,bwf
    image/jp2
    JPEG2000 image
    jp2
    image/jpeg2000
    JPEG2000 image
    jp2
    image/jpeg2000-image
    JPEG2000 image
    jp2
    image/pict
    PICT image
    pict,pic,pct
    image/png
    PNG image
    png
    image/tiff
    TIFF image
    tif,tiff
    image/x-bmp
    BMP image
    bmp,dib
    image/x-jpeg2000-image
    JPEG2000 image
    jp2
    image/x-macpaint
    MacPaint image
    pntg,pnt,mac
    image/x-pict
    PICT image
    pict,pic,pct
    image/x-png
    PNG image
    png
    image/x-quicktime
    QuickTime image
    qtif,qti
    image/x-sgi
    SGI image
    sgi,rgb
    image/x-targa
    TGA image
    targa,tga
    image/x-tiff
    TIFF image
    tif,tiff
    video/3gpp
    3GPP media
    3gp,3gpp
    video/3gpp2
    3GPP2 media
    3g2,3gp2
    video/avi
    Video For Windows (AVI)
    avi,vfw
    video/flc
    AutoDesk Animator (FLC)
    flc,fli,cel
    video/mp4
    MPEG-4 media
    mp4
    video/mpeg
    MPEG media
    mpeg,mpg,m1s,m1v,m1a,m75,m15,mp2,mpm,mpv,mpa
    video/msvideo
    Video For Windows (AVI)
    avi,vfw
    video/quicktime
    QuickTime Movie
    mov,qt,mqv
    video/sd-video
    SD video
    sdv
    video/x-m4v
    Video (protected)
    m4v
    video/x-mpeg
    MPEG media
    mpeg,mpg,m1s,m1v,m1a,m75,m15,mp2,mpm,mpv,mpa
    video/x-msvideo
    Video For Windows (AVI)
    avi,vfw
    Shockwave Flash
    Shockwave Flash 11.4 r402 — from file “Flash Player.plugin”.
    application/futuresplash
    FutureSplash Player
    spl
    application/x-shockwave-flash
    Shockwave Flash
    swf
    WebKit built-in PDF
    application/pdf
    Portable Document Format
    pdf

Maybe you are looking for

  • When trying to burn a CD I get the message "Disc burner or software not found"

    Itunes is not recognizing my CD burnner. I have no trouble importing music nor do I have any problems burning CDs outside of itunes. I have actually been having this problem for some time now. I kept hoping that it would be fixed in an update but ala

  • Does Acrobat Pro 9 support "page-break-before" CSS tag? ie Pagination issues

    Hey there Converting a whole stack of html files to PDF and having some pagination issues.  Titles not staying with images and tables getting chopped in half by page breaks etc. Thought i could solve it by using carefully placed "page-break-before:al

  • Usb device reconnects routinely

    Hi! I have a USB MIDI keyboard - M-AUDIO Keystation Pro 88. A while ago I used to use another linux distro (Ubuntu) and everything went fine. Then I switched (back) to Arch Linux, and here's what's gone wrong: my keyboard  began to reconnect all the

  • Thunderbolt 4g handoff issue

    Moved for greater exposure

  • Trouble writing large Quicktime file to DVD

    I'm having trouble writing a large (2.4G) Quicktime mov. file to DVD. If I burn it as a video it comes out fine, but when I try to write it as a file the end product is jerky and staggered and can't be easily transferred to another computer. I'm wond