<---- template headericclude ----->
newbie - new software doesn't seem to install icons on desktop/in menus
FedoraForum.org - Fedora Support Forums and Community
Results 1 to 6 of 6
  1. #1
    arjay Guest

    newbie - new software doesn't seem to install icons on desktop/in menus

    When I install new software, the install sequence doesn't seem to put a launch icon on the desktop or in the KDE menus (or anywhere else I can see for that matter). Is this normal - because I then don't know how to find the files to run the programs. In windoze, at least I could find the right file because it would invariably be an *.exe file.

    How do I <easily> identify the equivalent file for a bit of linux software.?

    Thanks

  2. #2
    bytesniper Guest
    usually it doesnt, at least on my systems. easy enough to work around though. i create a new icon on the desktop name it appropriately. the app will either be in or have a link in /usr/bin. the icon will usually be in 'other icons'. if the rpm contains an icon it may not show up until you restart KDE (i konw thats the case with the openoffice icons).

  3. #3
    arjay Guest
    Sorry - not with you. Do you mean you find the apps relevant "exe" file, drag it to the desktop and rename it? Or do you mean you actually create new icon on the desktop and then link it somehow to the apps launch file? If so - how?

    Thanks for the prompt reply BTW

  4. #4
    bytesniper Guest
    if you right lick on the the desktop youll get a menu that has a Create New-->Link To Application. click there and it will open a window to create a link. on the first tab give it a name and click on the icon next to it and it will take you to another window where you can specify an icon. installed apps usually will be listed under "other icons". ignore the second tab, shouldnt need it for this. the third tab (application) is where you actually tell it what file to run. the only blank you need to fill out there is a blank called command. it will 99% of the time be in /usr/bin/{appname} where {appname}=the name of the application your creating a link to.

  5. #5
    tejas Guest
    Well, first find out where your program is.

    There is a pretty good chance the name of the ".exe" file is just the program name in all small letters.

    ex: GNU Plot become 'gnuplot'

    1. Run the program in the terminal
    $ gnuplot

    2. Find where it is
    $ whereis gnuplot
    ex: /usr/bin/gnuplot

    3. Make a link to it on the desktop. Best way to do this is to soft link it
    $ ln -s /usr/bin/gnuplot ~/Desktop

    if you could not find your file that way, try
    $ locate gnuplot

    -Tejas Dinkar

  6. #6
    arjay Guest
    Hey - thanks guys. Good advice and I can actually understand it. Can't ask more than that! I'm off to find all my missing apps and give them icons and homes!

    Regards

    Richard

Similar Threads

  1. i'm not able to see my desktop icons and panel icons.....
    By gauravrai0316 in forum Using Fedora
    Replies: 0
    Last Post: 4th August 2008, 09:13 AM
  2. kde Menus deleting software
    By nigel_c in forum Using Fedora
    Replies: 0
    Last Post: 25th July 2007, 07:11 AM
  3. Replies: 2
    Last Post: 11th June 2007, 01:44 AM
  4. gnome desktop icons appear as desktop text files
    By nick623 in forum Using Fedora
    Replies: 3
    Last Post: 15th December 2006, 03:21 PM
  5. newbie lost icons on KDE desktop
    By arjay in forum Using Fedora
    Replies: 2
    Last Post: 8th June 2005, 05:54 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
[[template footer(Guest)]]