How to make a Multi-level Launcher - Printable Version +- Linux Lite Forums (https://www.freecinema2022.gq/forums) +-- Forum: Software - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=5) +--- Forum: Tutorials (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=21) +--- Thread: How to make a Multi-level Launcher (/showthread.php?tid=1240) |
How to make a Multi-level Launcher - anon222 - 12-09-2014 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. [img height=310 width=564]http://i.imgur.com/QYXPgc3.png[/img] 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 [img height=231 width=416]http://i.imgur.com/ErI80TA.png[/img]
This will add an icon on the XFCE panel right next to the Date and Time.2. Select the Launcher and then Click on Add [img height=444 width=329]http://i.imgur.com/L90nOB5.png[/img] 3.Right-click on that icon and select Move You can move the launcher wherever you want on the XFCE panel. [img height=294 width=322]http://i.imgur.com/SSwu0EM.png[/img] 4. Right-click on the icon and select Properties [img height=259 width=317]http://i.imgur.com/f4QgD29.png[/img] 5. Now you can add the launchers Click on a + button along the right edge of the dialog box. When a new window opens you can search for applications you want to add to your launcher. [img height=357 width=339]http://i.imgur.com/3wnLvfP.png[/img] 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. [img height=398 width=329]http://i.imgur.com/HCbVOiG.png[/img] 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. [img height=391 width=324]http://i.imgur.com/KWrmm7x.png[/img] 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. 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 Re: How to make a Launcher Menu - Valtam - 12-09-2014 Fantastic, I think this one should be in the Help Manual at some stage. Re: How to make a Launcher Menu - Wirezfree - 12-09-2014 Nice One +1 Dave Re: How to make a Launcher Menu - Scott(0) - 12-09-2014 8) Perfect tutorial. Short and to the point. Re: How to make a Launcher Menu - bitsnpcs - 12-09-2014 Thank You for making the tutorial misko Re: How to make a Launcher Menu - Mike - 12-09-2014 Very cool, misko. Thanks for the tut! Re: How to make a Launcher Menu - Mike - 12-09-2014 Also, what cursor theme are you using? It looks like a paper airplane...I like it. Re: How to make a Launcher Menu - anon222 - 12-10-2014 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 Re: How to make a Launcher Menu - Mike - 12-10-2014 Excellent, thank you! I installed this one: http://gnome-look.org/content/show.php/Ultimate+Edition+serie+for+right+handed?content=164300 Re: How to make a Launcher Menu - altman - 12-11-2014 Another great How To guide Misko , thanx for these . |