Results 1 to 8 of 8

Thread: How to find out where Unity launcher launches from?

Hybrid View

  1. #1
    Join Date
    Jun 2013
    Beans
    5

    Question How to find out where Unity launcher launches from?

    I'm used to being able to just right-click on shortcuts and figure out where they point to. Can you do this in Unity? For example, for the life of me, I can't figure out where Transmission is installed, the only way I can launch it is by searching for it in the launcher, but right-clicking just shows me the app. description...

  2. #2
    Join Date
    Apr 2008
    Location
    LOCATION=/dev/random
    Beans
    5,767
    Distro
    Ubuntu Development Release

    Re: How to find out where Unity launcher launches from?

    Short Answer

    Nearly all applications are installed into the /usr/bin directory. The command for Transmission is /usr/bin/transmission-gtk.

    Long Answer

    To find this out first take a look in /usr/share/applications for all of the .desktop files. This is where all of the information comes from for applications in the dash (and in the main menu of other DE's). It's pretty obvious by looking that the .desktop file for Transmission is called transmission-gtk.desktop. Now open this file in a text editor and look for the line that begins with 'Exec=' to find out the command that is run when the application is launched, in this case it's transmission-gtk.

    To check where this application lives you can use the which command...
    Code:
    rob@arch:~$ which transmission-gtk
    /usr/bin/transmission-gtk
    Anyway, that's the long explanation but 99% of the time the answer is /usr/bin/<application name>.
    Last edited by Cheesemill; June 14th, 2013 at 12:34 PM.
    Cheesemill

  3. #3
    Join Date
    May 2009
    Location
    Indiana
    Beans
    1,971
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: How to find out where Unity launcher launches from?

    Your question concerns me a little. Why exactly do you want to know where the application is installed?
    Jane, stop this crazy thing!

  4. #4
    Join Date
    Dec 2005
    Location
    Western Australia
    Beans
    11,480
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: How to find out where Unity launcher launches from?

    I'm with newb85, but if you want to see the exact command being run, look in the Main Menu program.
    I try to treat the cause, not the symptom. I avoid the terminal in instructions, unless it's easier or necessary. My instructions will work within the Ubuntu system, instead of breaking or subverting it. Those are the three guarantees to the helpee.

  5. #5
    Join Date
    Jun 2013
    Beans
    5

    Re: How to find out where Unity launcher launches from?

    Quote Originally Posted by newb85 View Post
    Your question concerns me a little. Why exactly do you want to know where the application is installed?
    Mostly curiosity. I was just wondering if there was a way to quickly determine the executable without a terminal since obviously the launcher already knows where it is.
    Last edited by newgiin; June 14th, 2013 at 09:00 PM.

  6. #6
    Join Date
    Sep 2011
    Beans
    1

    Re: How to find out where Unity launcher launches from?

    I would like to know as well, just got a new machine with ubuntu 12.4 installed, and it is driving me crazy. I can't shrink the launcher panel, I can't shrink open windows, have no 'force quit', can't get proper monitor resolution, and yes, there is more. I would have had Linux installed had I known how brain dead this is. Please if anybody can help it would be appreciated.

  7. #7
    Join Date
    May 2009
    Location
    Indiana
    Beans
    1,971
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: How to find out where Unity launcher launches from?

    Quote Originally Posted by chinainch View Post
    I would like to know as well, just got a new machine with ubuntu 12.4 installed, and it is driving me crazy. I can't shrink the launcher panel, I can't shrink open windows, have no 'force quit', can't get proper monitor resolution, and yes, there is more. I would have had Linux installed had I known how brain dead this is. Please if anybody can help it would be appreciated.
    In System Settings, under Appearance, there should be a slider for Launcher Icon Size on the Look tab. On the Behavior tab, there's an option to Auto-Hide the Launcher.

    In the top-left corner of the screen should be three buttons. (They will appear if you take your mouse to the top of the screen, as will the menus for the foreground window.) Those are the classic Close, Restore, and Minimize buttons.

    Monitor resolution is in System Settings as well, under Displays.

    Usually if you try closing an unresponsive window a couple times, Ubuntu will ask if you want to force quit. Barring that, you can open System Monitor and kill processes.
    Jane, stop this crazy thing!

  8. #8
    Join Date
    Dec 2005
    Location
    Western Australia
    Beans
    11,480
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: How to find out where Unity launcher launches from?

    Quote Originally Posted by newb85 View Post
    Usually if you try closing an unresponsive window a couple times, Ubuntu will ask if you want to force quit. Barring that, you can open System Monitor and kill processes.
    There's also xkill - hit Control-Alt-T and type "xkill" and press Enter, then click on the window of the program you want to force-quit.

    @Chinainch: Linux is very different to Windows. It's not meant to be like Windows at all. It's not "brain dead", you're just still in the process of learning a completely different system. I had similar problems when I first tried to use Windows, after having used Mac OS and Linux all my life. Stick with it and you'll probably find it rewarding, and afterwards you'll say to yourself "Wow, that was actually really easy".
    I try to treat the cause, not the symptom. I avoid the terminal in instructions, unless it's easier or necessary. My instructions will work within the Ubuntu system, instead of breaking or subverting it. Those are the three guarantees to the helpee.

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
  •