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
design:appfinder [2011/11/27 10:56] – [Comments] cancidesign:appfinder [2012/02/07 14:14] – [Comments] nick
Line 89: Line 89:
   * We always use the default web browser. I am not sure we want to integrate something like "Open With" in the appfinder. Probably not. --- //[[jannis@xfce.org|Jannis Pohlmann]] 2011/06/04 00:17//   * We always use the default web browser. I am not sure we want to integrate something like "Open With" in the appfinder. Probably not. --- //[[jannis@xfce.org|Jannis Pohlmann]] 2011/06/04 00:17//
     * I actually like the idea. --- //[[stephan@xfce.org|Stephan Arts]] 2011/08/18 13:26//     * I actually like the idea. --- //[[stephan@xfce.org|Stephan Arts]] 2011/08/18 13:26//
 +
 +===== Panel Plugin =====
 +
 +A button, which looks like the Applications Menu button and toggles visibility of an AppFinder widget.
 +
 +The AppFinder widget is displayed next to the panel (like applications menu), without window borders and without "Preferences", "Close", "Launch" buttons. Optionally it has an additional padding.
 +
 +AppFinder preferences are available through a plugin context menu.
 +AppFinder plugin preferences (icon, visibility of a label etc.) are also available through the context menu. (a separate dialog?)
 +
 +==== Implementation Constraints ====
 +  * To save memory the panel applet shares the model (app data) with the xfce4-appfinder process (if any). Possible solution:
 +    * The plugin requests opening the widget over DBUS.
 +    * The widget is rendered by the xfce4-appfinder process.
 +    * The widget is embedded in a widget opened by the plugin in order to add some padding, hide the widget etc.
 +    * (alternative) The widget is not embedded and its position and visibility is controlled over DBUS.
 +  * The panel plugin is shipped with AppFinder (building and installation should be optional and enabled by default).
 +
 +==== Comments ====
 +
 +  * I don't see what makes this easier then popping up the window. I feel more for a verve-like launcher for this.  --- //[[nick@xfce.org|Nick Schermer]] 2012/02/07 14:13//