Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
panel-plugins:xfce4-whiskermenu-plugin [2019/11/15 01:17] – updated reporting bugs section and open bugs rss feed kevinbowenpanel-plugins:xfce4-whiskermenu-plugin [2020/02/10 23:08] gottcode
Line 1: Line 1:
 +~~NOTOC~~
 +{{ :panel-plugins:xfce4-whiskermenu.png?nolink|}}
 ====== Whisker Menu ====== ====== Whisker Menu ======
  
Line 8: Line 10:
   * **[[#Source Code Repository|Source Code Repository]]**   * **[[#Source Code Repository|Source Code Repository]]**
   * **[[#Reporting Bugs|Reporting Bugs]]**   * **[[#Reporting Bugs|Reporting Bugs]]**
 +
 +----
  
 ===== Usage ===== ===== Usage =====
Line 16: Line 20:
  
 You can also quickly find applications by entering a search term. The search field is focused when opening the menu, so you can just start typing. Application descriptions as well as names are searched, which allows you to find a program by using a general word. You can also quickly find applications by entering a search term. The search field is focused when opening the menu, so you can just start typing. Application descriptions as well as names are searched, which allows you to find a program by using a general word.
 +----
  
 ===== Screenshots ===== ===== Screenshots =====
  
 ==== Menu ==== ==== Menu ====
-{{:panel-plugins:whiskermenu-default.png?300|Default menu}} +<figure "Default menu"> 
-{{:panel-plugins:whiskermenu-search.png?300|Menu search}}+{{:panel-plugins:xfce4-whiskermenu-plugin-favorites.png|Default menu}} 
 +</figure> 
 + 
 +<figure "Menu search"> 
 +{{:panel-plugins:xfce4-whiskermenu-plugin-search.png|Menu search}} 
 +</figure> 
 + 
 +<figure "Alternate layout of menu"> 
 +{{:panel-plugins:xfce4-whiskermenu-plugin-favorites-original.png|Alternate layout of menu}} 
 +</figure>
  
 ==== Options ==== ==== Options ====
-{{:panel-plugins:whiskermenu-options-01.png?200|Appearance options}} +<figure "Appearance options"> 
-{{:panel-plugins:whiskermenu-options-02.png?200|Behavior options}} +{{:panel-plugins:xfce4-whiskermenu-plugin-settings1.png?200|Appearance options}} 
-{{:panel-plugins:whiskermenu-options-03.png?200|Command options}} +{{:panel-plugins:xfce4-whiskermenu-plugin-settings2.png?200|Panel button options}} 
-{{:panel-plugins:whiskermenu-options-04.png?200|Search action options}}+</figure> 
 + 
 +<figure "Behavior options"> 
 +{{:panel-plugins:xfce4-whiskermenu-plugin-settings3.png?200|Behavior options}} 
 +{{:panel-plugins:xfce4-whiskermenu-plugin-settings4.png?200|Command options}} 
 +{{:panel-plugins:xfce4-whiskermenu-plugin-settings5.png?200|Search action options}} 
 +</figure> 
 + 
 +[[|Back to Top]] 
 +----
  
 ===== Latest Release ===== ===== Latest Release =====
  
-==== 2.3.4 (2019/11/05) ==== +==== 2.4.0 (2020/02/10) ==== 
-[[https://archive.xfce.org/src/panel-plugins/xfce4-whiskermenu-plugin/2.3/xfce4-whiskermenu-plugin-2.3.4.tar.bz2|xfce4-whiskermenu-plugin-2.3.4.tar.bz2]]+[[https://archive.xfce.org/src/panel-plugins/xfce4-whiskermenu-plugin/2.4/xfce4-whiskermenu-plugin-2.4.0.tar.bz2|xfce4-whiskermenu-plugin-2.4.0.tar.bz2]]
  
-  * Fix building against xfce4-panel 4.15.0 +  * Add option to show as icons. (bug #15675) 
-  * Translation updates: Dutch, Galician, Georgian.+  * Add hiding menu items. (bug #14816) 
 +  * Add searching keywords of menu items. (bug #15047) 
 +  * Add tooltip to profile picture for editing profile. (bug #15501) 
 +  * Adjust wording of switch user command. (bug #15398) 
 +  * Add icons to context menu. 
 +  * New default layout. 
 +  * Make panel button square only if single row and title hidden. 
 +  * Rearrange settings dialog. 
 +  * Redesign session confirmation dialogs. 
 +  * Refactor code. 
 +  * Rewrite menu load to match GarconGtkMenu. 
 +  * Switch categories with keyboard focus if hover enabled. 
 +  * Use custom icon renderer. 
 +  * Use link time optimization if available. 
 +  * Increase C++ version
 +  * Translation updates: Bulgarian, Catalan, Chinese (Taiwan), Czech, Danish, Dutch, Finnish, French, Galician, Georgian, German, Greek, Icelandic, Indonesian, Interlingue, Italian, Japanese, Lithuanian, Malay, Nepali, Norwegian Bokmål, Polish, Portuguese, Portuguese (Brazil), Slovak, Spanish, Turkish.
  
-**SHA-256 Hash**: 84d3de35695a023aab181f7a9b75f59029eb3b07c3e47a5e11e8bd79db62570e \\ +**SHA-256 Hash**: d43e97c0d8fdab1d6039625398daae3f76282148b3c512edf31ec7fcfcf7cf1f \\ 
-**SHA-1 Hash**: 18f608497082f3d7cb399e66a0cd503cec13a047 \\ +**SHA-1 Hash**: a1139e6e39d1fe9ebc878bc098247eaa44e4ba9e \\ 
-**MD5 Hash**: ee9e378fae78b230a23b241cf727c84b+**MD5 Hash**: eae7f5c87b50ecc1dca2b93eb00b86a1 
 + 
 +----
  
 ===== Release History ===== ===== Release History =====
  
-==== 2.3.==== +==== 2.3.5 (2020/01/18) ==== 
-[[https://archive.xfce.org/src/panel-plugins/xfce4-whiskermenu-plugin/2.3/xfce4-whiskermenu-plugin-2.3.3.tar.bz2|xfce4-whiskermenu-plugin-2.3.3.tar.bz2]]+ 
 +  * Fix saving unchanged plugin title(bug #15403) 
 +  * Fix sidebar scrollbar covering buttons(bug #14730) 
 +  * Fix categories remaining scrolled when hidden. 
 +  * Fix incorrect alignment of commands next to search. 
 +  * Fix incorrect fallback value for menu opacity. 
 +  * Fix incorrect check when setting command. 
 +  * Update documentation URL. (bug #16183) 
 + 
 +==== 2.3.4 (2019/11/05) ==== 
 + 
 +  * Fix building against xfce4-panel 4.15.
 +  * Translation updates: Dutch, Galician, Georgian. 
 + 
 +==== 2.3.3 (2019/08/07) ====
  
   * Removed workaround for garcon that did not always fix crash.   * Removed workaround for garcon that did not always fix crash.
   * Translation updates: Bulgarian, Czech, Danish, Galician, Icelandic, Nepali.   * Translation updates: Bulgarian, Czech, Danish, Galician, Icelandic, Nepali.
  
-==== 2.3.2 ==== +==== 2.3.2 (2019/03/26) ====
-[[https://archive.xfce.org/src/panel-plugins/xfce4-whiskermenu-plugin/2.3/xfce4-whiskermenu-plugin-2.3.2.tar.bz2|xfce4-whiskermenu-plugin-2.3.2.tar.bz2]]+
  
   * Fix editing menu items containing a single quote. (bug #15091)   * Fix editing menu items containing a single quote. (bug #15091)
Line 56: Line 109:
   * Translation updates: Dutch, Galician, Spanish, Swedish, Ukrainian.   * Translation updates: Dutch, Galician, Spanish, Swedish, Ukrainian.
  
-==== 2.3.1 ==== +==== 2.3.1 (2019/01/19) ====
-[[https://archive.xfce.org/src/panel-plugins/xfce4-whiskermenu-plugin/2.3/xfce4-whiskermenu-plugin-2.3.1.tar.bz2|xfce4-whiskermenu-plugin-2.3.1.tar.bz2]]+
  
   * Fix crash when reload is required.   * Fix crash when reload is required.
   * Translation updates: Catalan, Czech, Danish, Greek, Spanish, Finnish, Japanese, Korean, Malay, Dutch, Polish, Russian, Slovak.   * Translation updates: Catalan, Czech, Danish, Greek, Spanish, Finnish, Japanese, Korean, Malay, Dutch, Polish, Russian, Slovak.
  
-==== 2.3.0 ==== +==== 2.3.0 (2018/09/30) ====
-[[https://archive.xfce.org/src/panel-plugins/xfce4-whiskermenu-plugin/2.3/xfce4-whiskermenu-plugin-2.3.0.tar.bz2|xfce4-whiskermenu-plugin-2.3.0.tar.bz2]]+
  
   * Fix sidebar wider than iconless categories.   * Fix sidebar wider than iconless categories.
Line 71: Line 122:
   * Improve preferences spacing. (bug #14683)   * Improve preferences spacing. (bug #14683)
   * Translation updates: Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Czech, Danish, Dutch, French, German, Greek, Lithuanian, Nepali, Polish, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Slovenian, Turkish, Welsh.   * Translation updates: Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Czech, Danish, Dutch, French, German, Greek, Lithuanian, Nepali, Polish, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Slovenian, Turkish, Welsh.
 +
 +[[|Back to Top]]
 +----
  
 ===== Recent Changes ===== ===== Recent Changes =====
 {{rss>https://git.xfce.org/panel-plugins/xfce4-whiskermenu-plugin/atom/ 5 date}} {{rss>https://git.xfce.org/panel-plugins/xfce4-whiskermenu-plugin/atom/ 5 date}}
 +
 +----
  
 ===== Source Code Repository ===== ===== Source Code Repository =====
 [[https://git.xfce.org/panel-plugins/xfce4-whiskermenu-plugin/]] [[https://git.xfce.org/panel-plugins/xfce4-whiskermenu-plugin/]]
  
 +----
  
 ===== Reporting Bugs ===== ===== Reporting Bugs =====
Line 85: Line 142:
  
 **[[http://bugzilla.xfce.org/enter_bug.cgi?product=xfce4-whiskermenu-plugin|File a new bug or enhancement request]]** **[[http://bugzilla.xfce.org/enter_bug.cgi?product=xfce4-whiskermenu-plugin|File a new bug or enhancement request]]**
 +
 +----
  
 ==== Open Bugs ==== ==== Open Bugs ====