Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| releng:4.10:roadmap:xfce4-appfinder [2011/12/13 12:47] – [Implement Modes] nick | releng:4.10:roadmap:xfce4-appfinder [2012/01/15 12:45] (current) – [Status] nick | ||
|---|---|---|---|
| Line 17: | Line 17: | ||
| * a //grey// background means the feature is partially working but is not developed any further. | * a //grey// background means the feature is partially working but is not developed any further. | ||
| - | | **ID** | **Description** | **nick/ | + | | **ID** | **Description** | **master** | | 
| - | | B01 | Open exo-desktop-item-edit? | + | | B01 | Open exo-desktop-item-edit? | 
| | B02 | Items not visible on start in expanded mode. | @palegreen: Done | | | B02 | Items not visible on start in expanded mode. | @palegreen: Done | | ||
| | I01 | Store settings in Xfconf | @palegreen: Done | | | I01 | Store settings in Xfconf | @palegreen: Done | | ||
| Line 31: | Line 31: | ||
| | I05 | Garcon menu reloading support. | @palegreen: Done | | | I05 | Garcon menu reloading support. | @palegreen: Done | | ||
| | I06 | (icon) theme changes: reload cached pixbufs. | @palegreen: Done | | | I06 | (icon) theme changes: reload cached pixbufs. | @palegreen: Done | | ||
| - | | I07 | Bunch of clever key combinations to speed-up navigation. | -- | | + | | I07 | Bunch of clever key combinations to speed-up navigation. | @palegreen: Done | | 
| | I08 | Obey show-image-on-button setting for launch button. | @palegreen: Done | | | I08 | Obey show-image-on-button setting for launch button. | @palegreen: Done | | ||
| | I09 | Sort custom commands before desktop-file commands in the completion. | @palegreen: Done | | | I09 | Sort custom commands before desktop-file commands in the completion. | @palegreen: Done | | ||
| - | | I10 | xfrun4 script for easy migration in 4.8, make xfce4-appfinder expand by default. | -- | | + | | I10 | xfrun4 script for easy migration in 4.8, make xfce4-appfinder expand by default. | @palegreen: Done | | 
| ===== Implement Modes ===== | ===== Implement Modes ===== | ||
| Line 42: | Line 42: | ||
| It will therefore also install 2 desktop files: "Run Program..." | It will therefore also install 2 desktop files: "Run Program..." | ||
| - | ===== Simple Extensions  | + | ===== Custom Actions  | 
| - | + | A bit like the Thunar custom actions, it is also possible  | |
| - | It should be fairly easy add new " | + |   * Match by prefix. This allows to add [[https://duckduckgo.com/bang.html|!bang]] like launcher. With this technique we added support for launching in a terminal, just prefix  | 
| - | + |   * Match by regular expression. This way complex launchers  | |
| - |   * Match by expression: | + | |
| - |     * "b < | + | |
| - | * match email and webaddress locations. | + | |
| - |   * Provide alternative ' | + | |
| - |     * Open " | + | |
| - |     * Open " | + | |
| - | + | ||
| - | ===== Other Ideas ===== | + | |
| - | + | ||
| - | * 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/ | + | |
| - |   * Panel plugin that can do the same as the Alt+F2 dialog (which will also obsolete the verve plugin). Might be a good alternative  | + | |
| - |   * Do not store commands that failed  | + | |
| + | A lot is possible this way, so you can create aliases or special launchers for gksu; we leave that up to you! | ||