[Solved] Application launchers on desktop in Gnome 3.2?

So, I'm testing out gnome 3.2 again and I'm trying to create launchers on my desktop, but there doesn't appear to be an option for it in Gnome 3.2 when I right click my desktop. I have Nautilus drawing the desktop so did Gnome completely do away with this feature, and if so is there a way to manually create launchers (i'm assuming there is) using Gedit?
Last edited by Mr_ED-horsey (2011-10-17 20:02:07)

Fixed. Found the answer on the Fedora forums:
[Desktop Entry]
Name=*******
Type=Application
Exec=launchcommand
Icon=pathtoicon
Categories=***********
Save as .desktop file and done. Linux is cool
Last edited by Mr_ED-horsey (2011-10-17 20:13:31)

Similar Messages

  • [Solved] How to add launchers to Desktop of gnome 3 ?

    Hi,
    I have gnome 3 installed. I have enabled adding files in desktop. Now my desktop shows home icon and trash. Now i want to add some existing application launcher to desktop. For example i have chromium browser installed and i have added it to favorites. I want to add launcher to desktop as a icon, so that i can click on chrome icon in desktop and use chromium browser. I searched on the google a lot but no luck
    Last edited by ashwin_cse (2013-07-15 14:55:51)

    It is now solved. I installed extensions from here . These extensions make available gnome 2 features in gnome 3 by using native gnome 3 code and not by making to fall back to gnome 2. But these extensions doesn't have one feature i am looking for , which is launchers. For that only i found was to install gnome-panel. Which is a gnome2 thing. Unfortunately i couldn't find any gnome 3 things that would do this. So i installed gnome-panel which contains gnome-desktop-item-edit file. Then i ran the following to create a launcher :
    gnome-desktop-item-edit --create-new ~/Desktop
    But the problem is that the site says it might break with gnome 3 updates.

  • Openbox :: linking an application to a desktop [SOLVED]

    I'm trying to get Openbox to open certain applications in certain desktops, like Firefox in desktop 3 and Quanta in desktop 1 etc.
    I've followed the instructions in the Openbox web site and created the following in ~/.config/openbox/rc.xml
    <openbox_config>
    <applications>
    <application name="firefox">
    <desktop>3</desktop>
    <maximized>yes</maximized>
    <layer>normal</layer>
    </application>
    <application name="quanta">
    <desktop>1</desktop>
    <maximized>yes</maximized>
    <layer>normal</layer>
    </application>
    </applications>
    </openbox_config>
    Now, if I understand correctly, when I open firefox (regardless of the desk I'm in at the time) it should open in desktop 3 ... but it does not
    Instead it opens in whatever desktop I'm in at the time.
    I've run the Reconfigure Openbox command after my changes and I've also tried using the desktop names (eg: desktop 1 is 'Apps', desktop 3 is 'Web') in the configuration file but not joy.
    I'm I doing something wrong? Can anyone tell me if I'm missing something?
    Thanks in advance.
    R.
    Last edited by ralvez (2008-11-25 04:29:14)

    Hey guys,  all of the sudden the  <application class="Firefox*"> kicked in and now it is working just fine!!
    I'm a happy camper Thanks moljac024!!
    and using B's tip to get an application's class (xprop |grep WM_CLASS) I got the class of Thunderbird (which is 'Thunderbird-bin') and got both of them working.
    Just for reference, in case it may help someone else, here is the code:
    <application class="Firefox*">
    <desktop>3</desktop>
    <layer>normal</layer>
    </application>
    <application class="Thunderbird-bin*">
    <desktop>4</desktop>
    <maximized>yes</maximized>
    <layer>normal</layer>
    </application>
    Thank you both !!
    R.

  • Unable to open desktop file /usr/share/applications/redhat-email.desktop for panel launcher: No such file or directory

    Dear Experts,
    Please note that I am facing a chllenge while confiuguring the VNCServer on the local test Server. The Local Test Sver OS Version is Redhat Enterprise Linux Server 
    Release 5.5 32-bit. Please review the following error message and advise me on how to fix the vncserver issue.
    [root@test .vnc]#  cat xstartup
    #!/bin/sh
    # Uncomment the following two lines for normal desktop:
    unset SESSION_MANAGER
    exec /etc/X11/xinit/xinitrc
    gnome-session &
    [ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
    [ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
    xsetroot -solid grey
    vncconfig -iconic &
    #xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
    twm &
    [root@test .vnc]#  cat /etc/sysconfig/vncservers
    # The VNCSERVERS variable is a list of display:user pairs.
    # Uncomment the lines below to start a VNC server on display :2
    # as my 'myusername' (adjust this to your own).  You will also
    # need to set a VNC password; run 'man vncpasswd' to see how
    # to do that.
    # DO NOT RUN THIS SERVICE if your local area network is
    # untrusted!  For a secure way of using VNC, see
    # <URL:http://www.uk.research.att.com/archive/vnc/sshvnc.html>.
    # Use "-nolisten tcp" to prevent X connections to your VNC server via TCP.
    # Use "-nohttpd" to prevent web-based VNC clients connecting.
    # Use "-localhost" to prevent remote VNC clients connecting except when
    # doing so through a secure tunnel.  See the "-via" option in the
    # `man vncviewer' manual page.
    # VNCSERVERS="2:myusername"
    # VNCSERVERARGS[2]="-geometry 800x600 -nolisten tcp -nohttpd -localhost"
    VNCSERVERS="1:oracle"
    [root@test .vnc]# ls
    passwd test.oracle.co.zm:1.pid  test.oracle.co.zm:3.log  test.oracle.co.zm:5.pid  test.oracle.co.zm:6.pid
    test.oracle.co.zm:1.log test.oracle.co.zm:2.log  test.oracle.co.zm:5.log  test.oracle.co.zm:6.log  xstartup
    [root@test .vnc]# more test.oracle.co.zm:1.log
    Xvnc Free Edition 4.1.2
    Copyright (C) 2002-2005 RealVNC Ltd.
    See http://www.realvnc.com for information on VNC.
    Underlying X server release 70101000, The X.Org Foundation
    Tue Mar 11 11:18:37 2014
    vncext:      VNC extension running!
    vncext:      Listening for VNC connections on port 5901
    vncext:      Listening for HTTP connections on port 5801
    vncext:      created VNC server for screen 0
    Could not init font path element unix/:7100, removing from list!
    localuser:root being added to access control list
    No profile for user 'root' found
    SESSION_MANAGER=local/test.oracle.co.zm:/tmp/.ICE-unix/13603
    Window manager warning: Log level 32: could not find XKB extension.
    ** (eggcups:13671): WARNING **: IPP request failed with status 1030
    ** (eggcups:13671): WARNING **: IPP request failed with status 1030
    ** (nm-applet:13697): WARNING **: No connections defined
    Initializing nautilus-open-terminal extension
    Unable to open desktop file /usr/share/applications/redhat-email.desktop for panel launcher: No such file or directory
    Unable to open desktop file /usr/share/applications/openoffice.org-1.9-writer.desktop for panel launcher: No such file or directory
    Unable to open desktop file /usr/share/applications/openoffice.org-1.9-impress.desktop for panel launcher: No such file or directory
    Unable to open desktop file /usr/share/applications/openoffice.org-1.9-calc.desktop for panel launcher: No such file or directory
    [root@test .vnc]#
    Regards
    Mohammed Abdul Muqeet

    Hi,
    Try these 3 solutions
    1. Did you start vncserver services as:
    service vncserver start
    2.Check that port 5901 has not been blocked by a firewall:
    # nc -vz localhost 5901
    You should get a connection and a termination. If you get an error, fix the firewall.
    3. service iptables stop
    Hope This Helps
    Regards,
    -DK

  • I want to build android application using existing desktop dimension fla files. so for this I am resizing existing desktop dimension fla files to mobile dimension files but during resizing some files are resizing properly but most of the files the content

    problem definition:
    To build android application using existing desktop dimension fla fies , I am resizing that files to mobile dimension and publishing with air fo android 16  . In this process some fla's are not resizing properly I mean the content is not matching with stage
                      In one post I saw that by copying frames in movie clip we can adjust with stage . I did this and made an application but the swf's which are following the movieclip resized swf are going out of stage
    development tool : adobe flash professsional cc
    extension : air for android 16
    original file dimension: 800 * 600 px
    new dimension required is : 2650 * 1600 px ( to get full screen view)
                                           anyone please suggest me to solve this problem
    when I resized using copy frames in movie clip the output swf is coming with white screen . If I played with package it coming properly but the files which are following this are going out of stage
    Thanks&regards
    K.Niranjan

    problem definition:
    To build android application using existing desktop dimension fla fies , I am resizing that files to mobile dimension and publishing with air fo android 16  . In this process some fla's are not resizing properly I mean the content is not matching with stage
                      In one post I saw that by copying frames in movie clip we can adjust with stage . I did this and made an application but the swf's which are following the movieclip resized swf are going out of stage
    development tool : adobe flash professsional cc
    extension : air for android 16
    original file dimension: 800 * 600 px
    new dimension required is : 2650 * 1600 px ( to get full screen view)
                                           anyone please suggest me to solve this problem
    when I resized using copy frames in movie clip the output swf is coming with white screen . If I played with package it coming properly but the files which are following this are going out of stage
    Thanks&regards
    K.Niranjan

  • Since upgrade to Windows 8, cannot save .rdp files under the Remote Desktop Connection application on the Desktop

    Since I upgraded to Windows 8, I am no longer able to save individual Remote Desktop Connection files as .rdp files. I am talking about the traditional Remote Desktop Connection application on the Desktop that was in previous Windows versions, not the
    Remote Desktop App from the Windows 8 store.
    When I try to click on the Save button I get "An error occurred while saving to file"
    When I try to click on the Save As button I get "Unable to open connection file" with the file address being where I tried to save it with the file name at the end.
    Also when I upgraded to Windows 8, my .rdp files disappeared from my Documents folder.
     I need to create different .rdp files for different programs that my employees get into on my server. Now I have to hand type all the info each time into the Programs tap on the Remote Desktop Connection window, because I can't save to an
    .rdp file.
     I like the Remote Desktop App from the Windows store but it won't let me designate specific programs to use using standard dos notation (ie c:\program files\ etc..). It just goes to my server desktop.
     I want to promote Windows 8 to my employees but I need either .rdp files for the traditional Remote Desktop Connection or the ability to open specific programs using dos notation in the Windows Store Remote Desktop App.

    I know this is an old post but others might still be having the problem. Here's what I did.
    Create a new text file and open it in notepad. Copy the below into it and edit for your environment. (IP, screen size).
    screen mode id:i:2
    desktopwidth:i:1920
    desktopheight:i:1080
    session bpp:i:24
    auto connect:i:0
    full address:s:192.168.x.x
    compression:i:0
    keyboardhook:i:2
    audiomode:i:2
    redirectdrives:i:1
    redirectprinters:i:1
    redirectcomports:i:1
    redirectsmartcards:i:1
    displayconnectionbar:i:1
    username:s:USERNAME
    domain:s:DOMAIN
    alternate shell:s:
    shell working directory:s:
    disable wallpaper:i:1
    disable full window drag:i:1
    disable menu anims:i:1
    disable themes:i:1
    bitmapcachepersistenable:i:1
    use multimon:i:0
    winposstr:s:0,3,0,0,800,600
    audiocapturemode:i:1
    videoplaybackmode:i:1
    connection type:i:7
    networkautodetect:i:1
    bandwidthautodetect:i:1
    enableworkspacereconnect:i:0
    allow font smoothing:i:0
    allow desktop com:0
    disable cursor setting:i:0
    redirectclipboard:i:1
    redirectposdevices:i:0
    drivestoredirect:s:*
    autoreconnection enabled:i:1
    authentication level:i:2
    prompt for credentials:i:0
    negotiate security layer:i:1
    remoteapplicationmode:i:0
    gatewayhostname:s:
    gatewayusagemethod:i:4
    gatewaycredentialssource:i:4
    gatewayprofileusagemethod:i:0
    promptcredentialonce:i:0
    gatewaybrokeringtype:i:0
    use redirection server name:i:0
    rdgiskdcproxy:i:0
    kdcproxyname:s:
    You don't need to worry too much about what's in here. Save the text file as
    filename.rdp then rightclick on the file and select edit. The familiar GUI rdp session editor will open. You can make changes in the GUI and
    save or save as a different session.
     Hope this helps.

  • Just installed CC on my PC, Windows 7, 64 bit system. Not seeing any applications on the desktop or installation folder. However, all the resource files are present in the installation folder. What am I doing wrong?

    Just installed CC on my PC, Windows 7, 64 bit system. Not seeing any applications on the desktop or installation folder. However, all the resource files are present in the installation folder. What am I doing wrong?
    I've installed three times with no luck. I downloaded the Creative Cloud Packager off the licensing site: https://licensing.adobe.com. I unpacked and choose my applications. The install seemed to be successful, but I don't so any of the applications anywhere.

    Hi,
    Creating package doesn't mean it will install the product,
    You will need to install the package now. Please follow the instructions mentioned in the below articles
    Creative Cloud Help | Creating or editing packages
    Creative Cloud Help | Deploying packages
    Please let me know if it doesn't help.
    Regards,
    Devendra

  • How to recognize if application is installed using "Install Application on Remote Desktop" option on Windows Server 2008 R2

    How to recognize if application is installed using "Install application on remote desktop..." option in Control Panel in Windows Server 2008 R2?
    Basically, as administrator, I can't say if the user installed application using "Install application on remote desktop..." in Control Panel or he just installed it by clicking the .msi executable. I can't find anything that makes any difference.
    I could not find anything in the registry. I am quite confused.
    Thanks,
    Aleksandar9

    Hi,
    Thank you for your posting in Windows Server Forum.
    Please make sure that you are using category view of control panel-programs to check the application. And in addition to “install application on Remote Desktop server” user can also use command line also.
    change user /install
    change user /execute
    change user /query
    “The first time you run the application, it searches the home directory for its .ini files. If the .ini files are not found in the home directory, but are found in the system directory, Terminal Services copies the .ini files to the home directory, ensuring
    that each user has a unique copy of the application .ini files. Each user should have a unique copy of the .ini files for an application. This prevents instances where different users might have incompatible application configurations.” (Quoted formthis
    article).
    Hope it helps!
    Thanks,
    Dharmesh

  • Moved Photoshop Application to my Desktop for easy access and now recieving an error message, help?

    Installed CS6 Design and Web Premium, then moved Photoshop Application to my Desktop from Program Files for easy access and now recieving an error message, saying application is unable to start correctly. Can anyone help me troubleshoot this please?

    Move the application back where it belongs, with all it's support files.
    You can make a SHORTCUT to the application, and place it on the desktop if you wish.

  • Download Webdynpro ABAP application(component) on desktop

    Hi All,
    How do I download Webdynpro ABAP application(component) on desktop(hard drive) from SAP system? I couldn't find a feature in SAP that I could use to achieve this functionality. Also after downloading the  Webdynpro ABAP application(component), I would like to upload it back into the SAP system. Any ideas?
    Regards,
    Tom

    Hello Tom,
    you can use SAP link to download or upload ABAP objects. check out this link
    http://code.google.com/p/saplink/wiki/pluginList
    BR, Saravanan

  • Applications opening behind desktop.

    When I open a new application it is opening behind the already open application on the desktop. i,e, if I have Safari open and open System Preferences it open behind Safari. Any ideas please?

    Hi, Jon.
    I've seen a couple of cases of this and in each case it turned out that the person was using a third-party mouse whose batteries needed replacement. I know it sounds strange, but those were the circumstances.
    PS: What you describe in your post is that the new application opens behind the current or frontmost application, i.e. the application with focus, not "behind the desktop."
    Good luck!
    Dr. Smoke
    Author: Troubleshooting Mac® OS X

  • Problems loading applications using Blackberry Desktop software

    I am using a Blackberry Bold 9000 with OS 5.0.0.681 (Bundle 1137, Platform 5.2.064) and Desktop Software 6.0.0.40 (Bundle 42) on Windows XP. I have about 20 MB of memory available for apps, but I cannot load new applications using Blackberry Desktop software. Now I can remove or unload software with no problem. However, when I attempt to load applications or software that I don't have, the following happens: I can click on the grey cross icon under "Action" to indicate I want the module and status changes to "Pending Install". The apps I want are English UK, Spanish, Supplemental SureType Wordlists for English and Spanish, Blackberry Application Centre, DOD Root Certificates, TTY Support. I then see the following on on the screen: "Update - Uploading Device software -->" "Update - Loading applications -->" "Loading device modules -->" "Loading applications from device - Searching for available device software -->" "Loading applications from device - Read device service information -->" "Loading applications from device - Searching for available device software -->" And lo and behold - the applications are not loaded; they appear as uninstalled in the application list and I can't access them on my Blackberry. During this process the phone does not reboot... previously when changes were made the phone would reboot. My question is, is there a way to force Desktop Manager to load the applications? How can I load the software I want? I have done a wipe and reinstall of apps and OS on my phone; delete and registry clean of my laptop followed by reinstallation of Desktop Software; battery pull and SIM card pull, but to no avail. This is frustrating as I have friends with whom I converse with in Spanish but it isn't my first language so the spell checker is very useful. Any help would be appreciated.

    Same problem, after weeks of no problems.
    Hard reboot of 8520 several times, reboot desktop, tried different USB ports.
    Intellisync crashes on organizer sync and Destop Manager cannot read applications.
    Is there a fix?

  • Is there a comparable "excel solver" application for Numbers?

    Is there a comparable "excel solver" application for Numbers and where can I find it?
    Thank you.

    After trying the solver I think you get a similar result in Numbers using a slider-- the bonus I think it is easier.
    Here's an example:
    In electrical engineering two resistors in parallel create an equivalent resistance as:
    Re = 1 / [ (1/R1) +(1/R2) ]:
    Here I set up a "solver":
    B4=1/((1/B2)+(1/B3))
    Then I preset R1 and R2 to 10000 (below) and formatted R2 as a slider with a range from 1 to 100000:
    Then you can slide the control left and right to "Sweep" R2 until you get the Req you want.  In my example I was trying to get Req = 8000

  • Load my  java application before load desktop

    Hi
    We are developed small application using swings , we need load that application before load desktop, we need very eargent pls help me.
    Thanking you
    NS

    We are developed small application using swings , we
    need load that application before load desktop, we
    need very eargent pls help me.You have an application that when it starts up it displays a GUI using swing - correct?
    You are running windows and you want to start the above application before the windows desktop starts - correct?
    As stated I am rather certain that is impossible. GUIs can't show up until the desktop exists.

  • How do I run Java7 Applications from the desktop

    I have a large application developed under the Eclipse RCP platform that I'd like to run on my Mac Pro.
    Previously, this was a Java 6 program, that I just clicked on in the finder, and it would start.
    This is a packaged app, not a applet or webpage.  The authors just recently updated the program to require Java 7 (of course - if it ain't broke - fix it).
    I installed Java 7  on my computer, and if I type Java -version it returns with Java 1.7.0_40-b43 as a version.  However, if I display the application in the desktop, and try to start it, it says it only has Java 6 installed, and I need to update to Java 7.  The Finder knows that it's an app, but the version of software displayed by the application is 1.6.0_65.
    Any way to make the Finder use the right version?
    Later-
    David

    It seems that the JDK proposed by Oracle does not include the possibility to run bundled applications directly (dont know why). I've succeeded in a similar case by following the instructions posted here: https://bugs.eclipse.org/bugs/show_bug.cgi?id=411361#c20
    Hope this helps !
    Cheers
    Alexis

Maybe you are looking for

  • After IOS 8 update.

    Hello, My Mobile details. Phone: I phone 4S - 8GB OS: IOS 8 Updated on 20th Sep 14 After updating below problems. 1. While trying to add call to existing call (Trying to make con call) I can go to contact but when tried to search the names the key bo

  • Variable substitution in Unit Testing validation - Date format?

    Using SQL Developer unit testing, I am having difficulty comparing Date datatype in a validation. I use a Dynamic Value Query to set the parameters of an insertion procedure under test. select * from (select doc_nbr as p_mstr_doc_nbr, doc_nbr as p_as

  • How can I open iTunes after recent update 01/25/2014

    After installing the recent update for iTunes,  I can't open iTunes.  Tried to uninstall/reinstais missing, with same results.  I have received several error messages:  MSVCR80.dill is missing.  Please re-install, error 7 Windows error (126). When wi

  • Where to find system log reports for crashes?

    Is there a place on my imac that keeps a record of any system crashes? I know photoshop has one under system info. i'm assuming mac would have this same information somewhere.

  • Can the node's UID be different when re-joining the cluster?

    Let's say that we have a split brain scenario and when both islands meet again one of them is "marked as invalid" and is restarted. Upon cluster restart will the restarted nodes get new UID values? Thanks, -- Gato