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
releng:4.10:roadmap:xfce4-appfinder [2011/02/07 00:13] – [xfce4-appfinder 4.10 Roadmap] nickreleng:4.10:roadmap:xfce4-appfinder [2011/07/10 00:04] – [Discussion Points] nick
Line 1: Line 1:
 ====== xfce4-appfinder 4.10 Roadmap ====== ====== xfce4-appfinder 4.10 Roadmap ======
  
-The idea is to merge the current appfinder and xfrun4 into 1 application that can do it all; but better. It involves bunch of custom tree and list models that all work with the same data and data loading in threads and idles.+The idea is to merge the current appfinder and xfrun4 into 1 application that can do it all; but better. To get this working in a fast way number of custom treeand list-models need to be written that all work with the same data, which is all loaded in threads and inserted in idles, to keep the interface responsive. 
 + 
 +See the [[design:appfinder|design page]] for more information.
  
 Completed: 0% \\ Completed: 0% \\
Line 8: Line 10:
 ===== Implement Modes ===== ===== Implement Modes =====
  
-If will have 2 modes. If you run xfce4-appfinder it will show a dialog somewhat equal to xfrun4 (but also includes the $PATH and known desktop files + command history) and an expander to show the complete appfinder, like in 4.8with applications categories, favirites, and commands(-history).+It will have 2 modes
 +  * Quick run dialog: like with xfrun4but also includes the $PATH and known desktop files + command history
 +  * Finder dialog: to show the complete appfinder, like in 4.8 (with applications and their categories) but also favorites, and commands(-history).
  
-It will therefore also install 2 desktop files: "Run Program..." (for in the toplevel menu) and "Application Finder" that spawns "xfce4-appfinder --finder".+It will therefore also install 2 desktop files: "Run Program..." (for in the toplevel menu) and "Application Finder" that spawns the window in expanded mode. 
 +===== Simple Extensions =====
  
-===== Make the Application Finder Extensible ===== +It should be fairly easy add new "helpersfor users, by using an extension dialog, like the Thunar custom actions.
- +
-It should be fairly easy add new helpers for users, by an extension dialog, like the Thunar custom actions.+
  
   * Match by expression:   * Match by expression:
Line 26: Line 29:
  
   * Ctrl+Enter: launch the command in a terminal.   * Ctrl+Enter: launch the command in a terminal.
 +  * Provide script for xfrun4 and keep the xfrun4 desktop file so users can switch easily.
 +  * See also [[http://gezeiten.org/post/2009/07/Appfinder-Ideas|Jannis' ideas]] and the replies to his post.
 +  * Panel plugin that can do the same as the Alt+F2 dialog (which will also obsolete the verve plugin). Might be a good alternative to searching in the applications menu.
 +  * Do not store commands that failed to execute.
 +