Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Icons in gnome menu

  1. #1
    Join Date
    Nov 2009
    Beans
    8

    Icons in gnome menu

    Dear All,

    I have installed Ubuntu 9.10 and want to change Ubuntu looks like windows7.
    So, I installed gnome-menu 1.9 and change it to windows7's menu , it's ok.
    But when I click at Gnome-menu, there is no any icons for applications (at left).
    How can I get icons for my menu?
    Please help me. Thank so much!

  2. #2
    Join Date
    Mar 2007
    Beans
    69

    Re: Icons in gnome menu

    You mean you installed GnoMenu 1.9 (http://ubuntu.hamdi.web.id/other-stu...r-gnome.html)?

    And how did you install it? Using the .deb-file or adding the PPA to your sources.list?

    Personally I would install it by typing in the terminal
    [code]
    sudo add-apt-repository ppa:gnomenu-team/ppa
    [code]

    After that, type from termimal
    Code:
    gksudo gedit /etc/apt/sources.list
    and add this line to the end of the file
    Code:
    deb http://ppa.launchpad.net/gnomenu-team/ppa/ubuntu
    the run from terminal
    Code:
    sudo apt-get update && sudo apt-get install gnomenu
    I guess

  3. #3
    Join Date
    Nov 2009
    Beans
    8

    Re: Icons in gnome menu

    I installed gnome-menu with source.
    This is the link https://launchpad.net/gnomenu/trunk/1.9
    and after run the command
    # sudo make install

    I don't know how to remove this package also, even i run # sudo make uninstall, but it wasnot uninstall, just missed icons.

    Now i don't know how to do

  4. #4
    Join Date
    Mar 2007
    Beans
    69

    Re: Icons in gnome menu

    I guess you did
    Code:
    ./configure
    make
    sudo make install
    right?

    Make sure you are in the right directory when you use "sudo make uninstall"

    And try to follow my instructions in my first reply

  5. #5
    Join Date
    Nov 2009
    Beans
    8

    Re: Icons in gnome menu

    I run this command
    Code:
    sudo apt-get update && sudo apt-get install gnomenu
    And it showed
    E: Malformed line 49 in source list /etc/apt/sources.list (dist)

    How should I do ?

  6. #6
    Join Date
    Mar 2007
    Beans
    69

    Re: Icons in gnome menu

    How does your /etc/apt/sources.list look like?
    Show us

  7. #7
    Join Date
    Nov 2009
    Beans
    8

    Re: Icons in gnome menu

    This is my source.list

    # deb cdrom:[Ubuntu 9.10 _Karmic Koala_ - Release i386 (20091028.5)]/ karmic main restricted
    deb-src http://archive.ubuntu.com/ubuntu/ karmic main restricted #Added by software-properties
    # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
    # newer versions of the distribution.

    deb http://vn.archive.ubuntu.com/ubuntu/ karmic main restricted
    deb-src http://vn.archive.ubuntu.com/ubuntu/ karmic restricted main multiverse universe #Added by software-properties

    ## Major bug fix updates produced after the final release of the
    ## distribution.
    deb http://vn.archive.ubuntu.com/ubuntu/ karmic-updates main restricted
    deb-src http://vn.archive.ubuntu.com/ubuntu/ karmic-updates restricted main multiverse universe #Added by software-properties

    ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    ## team. Also, please note that software in universe WILL NOT receive any
    ## review or updates from the Ubuntu security team.
    deb http://vn.archive.ubuntu.com/ubuntu/ karmic universe
    deb http://vn.archive.ubuntu.com/ubuntu/ karmic-updates universe

    ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    ## team, and may not be under a free licence. Please satisfy yourself as to
    ## your rights to use the software. Also, please note that software in
    ## multiverse WILL NOT receive any review or updates from the Ubuntu
    ## security team.
    deb http://vn.archive.ubuntu.com/ubuntu/ karmic multiverse
    deb http://vn.archive.ubuntu.com/ubuntu/ karmic-updates multiverse

    ## Uncomment the following two lines to add software from the 'backports'
    ## repository.
    ## N.B. software from this repository may not have been tested as
    ## extensively as that contained in the main release, although it includes
    ## newer versions of some applications which may provide useful features.
    ## Also, please note that software in backports WILL NOT receive any review
    ## or updates from the Ubuntu security team.
    # deb http://vn.archive.ubuntu.com/ubuntu/ karmic-backports main restricted universe multiverse
    # deb-src http://vn.archive.ubuntu.com/ubuntu/ karmic-backports main restricted universe multiverse

    ## Uncomment the following two lines to add software from Canonical's
    ## 'partner' repository.
    ## This software is not part of Ubuntu, but is offered by Canonical and the
    ## respective vendors as a service to Ubuntu users.
    # deb http://archive.canonical.com/ubuntu karmic partner
    # deb-src http://archive.canonical.com/ubuntu karmic partner

    deb http://security.ubuntu.com/ubuntu karmic-security main restricted
    deb-src http://security.ubuntu.com/ubuntu karmic-security restricted main multiverse universe #Added by software-properties
    deb http://security.ubuntu.com/ubuntu karmic-security universe
    deb http://security.ubuntu.com/ubuntu karmic-security multiverse
    deb http://ppa.launchpad.net/gnomenu-team/ppa/ubuntu

  8. #8
    Join Date
    Mar 2007
    Beans
    69

    Re: Icons in gnome menu

    oops

    please add
    Code:
    karmic main
    at the end of the line, my bad

    Code:
    deb http://ppa.launchpad.net/gnomenu-team/ppa/ubuntu karmic main
    and then sudo apt-get update && sudo apt-get install gnomenu
    Last edited by dusdus; March 22nd, 2010 at 10:47 AM. Reason: completed my answer

  9. #9
    Join Date
    Nov 2009
    Beans
    8

    Re: Icons in gnome menu

    Thank you so much, dusdus

    It's working

  10. #10
    Join Date
    Mar 2007
    Beans
    69

    Re: Icons in gnome menu

    Yay! Have fun

    Please change the status of this topic, by using "Thread tools" and select "Mark this thread as solved"

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •