Linux Lite Forums

Software - Support => Tutorials => Topic started by: anon222 on December 09, 2014, 02:28:00 AM

Title: How to make a Multi-level Launcher
Post by: anon222 on December 09, 2014, 02:28:00 AM
In this tutorial I will show you how you can make a Menu with a Launcher.
It's a fast way of launching Applications and you can easily set paramaters for each Application.
(http://i.imgur.com/QYXPgc3.png)
     As you can see in the picture I've made a launcher to open Firefox and Google Chrome.
The launcher's icon has a small triangle that ponts in a direction where the menu is launched.

1. Right-click on the XFCE panel. When a menu pops up go to Panel and then Add New Items
(http://i.imgur.com/ErI80TA.png)

2. Select the Launcher and then Click on Add
(http://i.imgur.com/L90nOB5.png)
This will add an icon on the XFCE panel right next to the Date and Time.
(http://i.imgur.com/vyNJqDd.png)

3.Right-click on that icon and select Move
You can move the launcher wherever you want on the XFCE panel.
(http://i.imgur.com/SSwu0EM.png)

4. Right-click on the icon and select Properties
(http://i.imgur.com/f4QgD29.png)

5. Now you can add the launchers
Click on a + button along the right edge of the dialog box.
(http://i.imgur.com/AwnhmbJ.png)
When a new window opens you can search for applications you want to add to your launcher.
(http://i.imgur.com/3wnLvfP.png)
Select the application you whish to add and click on the Add button.
You can Add as many as you like.
Launcher uses the icon of the first application on the list.
Use the up and down arrow buttons along the right edge of the dialog box to move the applications.
(http://i.imgur.com/HCbVOiG.png)

6. Select the Advanced tab of the Launcher properties dialog box.
Disable the tooltips and and select the "Arrow button position" in the drop down box.
It's labeled as "Default" by default. This will put the arrow over the icon on the panel.
(http://i.imgur.com/KWrmm7x.png)

If you want to add separate icons for regular Firefox and Chrome,
as well as the private browsing option for each browser,
you will have to add a duplicate and then edit the launcher.

(http://i.imgur.com/0aii0Lu.png)
Select the duplicate icon and then click on the pencil button along the right edge of the dialog box(or just double-click the duplicate icon).
This will open another dialog box.
You can freely change the Name of the application. That does not affect the way application is launched.
Command, however, defines the way application is launched.
For Chrome and Chromium just add --incognito to the command. Remember to leave a space behind %U.
%U means URL, it's used when you drag and drop something on the icon. It tells the browser to open whatever you droped on the icon.
For Firefox use this as a command: firefox -private %u
Title: Re: How to make a Launcher Menu
Post by: Jerry on December 09, 2014, 03:06:04 AM
Fantastic, I think this one should be in the Help Manual at some stage.
Title: Re: How to make a Launcher Menu
Post by: Wirezfree on December 09, 2014, 08:49:21 AM
Nice One +1
Dave
Title: Re: How to make a Launcher Menu
Post by: Scott on December 09, 2014, 10:36:18 AM
 8) Perfect tutorial. Short and to the point.
Title: Re: How to make a Launcher Menu
Post by: bitsnpcs on December 09, 2014, 02:30:25 PM
Thank You for making the tutorial misko
Title: Re: How to make a Launcher Menu
Post by: Mike on December 09, 2014, 05:54:29 PM
Very cool, misko. Thanks for the tut!
Title: Re: How to make a Launcher Menu
Post by: Mike on December 09, 2014, 05:55:28 PM
Also, what cursor theme are you using? It looks like a paper airplane...I like it.
Title: Re: How to make a Launcher Menu
Post by: anon222 on December 09, 2014, 07:15:44 PM
Thought this would be usefull. :)

mlsmith, the mouse theme is UEBlue
It's an animated mouse theme. Rotating paper airplane. It's called UEBlue.
It's used in Ultimate Edition distro.
I can't find the exact cursor theme, but it's similar to this one:
http://kde-look.org/content/show.php/Ultimate+Edition+Chameleon+Fantastic?content=164499 (http://kde-look.org/content/show.php/Ultimate+Edition+Chameleon+Fantastic?content=164499)
Title: Re: How to make a Launcher Menu
Post by: Mike on December 09, 2014, 07:41:05 PM
Excellent, thank you! I installed this one: http://gnome-look.org/content/show.php/Ultimate+Edition+serie+for+right+handed?content=164300
Title: Re: How to make a Launcher Menu
Post by: altman on December 11, 2014, 05:02:07 PM
Another great How To guide Misko , thanx for these .