Powered By

Powered by Blogger

Tampilkan postingan dengan label application menu. Tampilkan semua postingan
Tampilkan postingan dengan label application menu. Tampilkan semua postingan

Kamis, 29 Juli 2010

Kubuntu Netbook (10.10) Application Menu ("Global Menu") Is Finally Ready!

appmenu kubuntu 10.10


Kubuntu Netbook (10.10) finally got its application menu integration ready yesterday (turned off panel auto-hiding by default).

As you can see in the screenshot, it's not exactly the same like on Ubuntu Netbook Edition 10.10 maverick Meerkat, but it's built on the same technologies.

The Kubuntu Nebtook "global menu" also works with GTK/GNOME applications (but for now you'll have to install some additional packages for this):

Kubuntu netbook application menu
The GIMP application menu in Kubuntu Netbook 10.10


Of course, just like it is with the UNE application menu, the Kubuntu Netbook appmenu also has some bugs so if you plan on testing it, don't forget to submit any bugs you may encounter!


And some old news we didn't post on WebUpd8 (but we shared it on Twitter / Facebook / Google Buzz): Kubuntu Netbook Edition 10.10 is dead. There won't be an Kubuntu Netbook Edition 10.10 Maverick Meerkat ISO, and instead the Plasma Netbook has been added to the standard Kubuntu desktop ISO with some detection to select Desktop or Netbook based on the screen size. More on this, here.



Image credits: skitterman.wordpress.com / News via the Ayatana mailing list.

Kamis, 27 Mei 2010

Application Menu (Global Menu) For Ubuntu Netbook Edition 10.10 Is Available For Testing

indicator applet appmenu ubuntu

The Global Menu for Ubuntu Netbook Edition 10.10 has just been uploaded to a PPA (it's still building, but should be ready in a few minutes). The new "global menu" is called "Application Menu" and it can be installed in Ubuntu 10.04 Lucid Lynx already (both in GNOME and KDE). Here's how.


For GNOME


1. Add the Unity PPA:
sudo add-apt-repository ppa:canonical-dx-team/une && sudo apt-get update && sudo apt-get upgrade


2. Install required packages:
sudo apt-get install appmenu-gtk libqtgui4 indicator-applet-appmenu indicator-appmenu


3. Right click on the panel, and add the "Indicator Applet Appmenu" applet. Nothing will be displayed on the panel after adding it (see step 4!).

4. Now to load an application using the Global Menu - now called Indicator Applet Appmenu, add this in front of the application command:
GTK_MENUPROXY="libappmenu.so"


Example: to run Gedit with the Application Menu, enter this in a terminal (or create a shortcut):
GTK_MENUPROXY="libappmenu.so" gedit



For KDE (Kubuntu)



1. Add the Unity PPA:
sudo add-apt-repository ppa:canonical-dx-team/une && sudo apt-get update && sudo apt-get upgrade


2. Install the required packages:
sudo apt-get install libqtgui4 plasma-widget-menubar


3. Add the "Window Menubar" applet to your panel.

4. Start any Qt/KDE application, the menu should be embedded in the panel. You can enable double menus by setting the APPMENU_DISPLAY_BOTH env. variable. Example:
APPMENU_DISPLAY_BOTH=1 dolphin




Note: for now, running an application using the Application Menu will result in having both the normal menu for each application as well as the Indicator Applet Appmenu on the panel - that's because this is the very first public version of Application Menu so it's for testing purposes only!


Eventually, the application menu will be dropped and the menu will only be available on the panel:


vlc global menu application menu ubuntu 10.10


Also, many applications won't work with the Application Menu. More info @ Ubuntu Wiki.