Sen descrición

Cédric Leporcq f6863663e9 Updates for version 0.3.1 %!s(int64=10) %!d(string=hai) anos
arch 1f3483e304 Updates for v0.2.3 %!s(int64=11) %!d(string=hai) anos
common 9e5d556ee4 Add common/theme.* and rename buttons/theme.* to buttons/wckbuttons-theme.* %!s(int64=11) %!d(string=hai) anos
debian a43c7afe8d Add multi-arch support to Debian packaging. %!s(int64=10) %!d(string=hai) anos
icons b4e3e2345f Fix gcc warnings %!s(int64=11) %!d(string=hai) anos
panel-plugin 66cdd6805e Update French translations (100%) %!s(int64=10) %!d(string=hai) anos
po 66cdd6805e Update French translations (100%) %!s(int64=10) %!d(string=hai) anos
themes 0d3a424442 Provide compatibility with unity button themes %!s(int64=11) %!d(string=hai) anos
.gitignore 4b1a1d3fc2 Fix missing PKGBUILD.in %!s(int64=11) %!d(string=hai) anos
AUTHORS 6f1fdbd2d7 update to version 0.0.2 %!s(int64=11) %!d(string=hai) anos
COPYING 8615e2fcf4 Initial version %!s(int64=12) %!d(string=hai) anos
Makefile.am 1c9c73ecf5 add plugins icons and themes %!s(int64=11) %!d(string=hai) anos
NEWS f6863663e9 Updates for version 0.3.1 %!s(int64=10) %!d(string=hai) anos
README d007bd3fd9 Prepare release 0.3.0 %!s(int64=11) %!d(string=hai) anos
TODO 370bea8fd1 updates for version 0.1.0 %!s(int64=11) %!d(string=hai) anos
autogen.sh 8615e2fcf4 Initial version %!s(int64=12) %!d(string=hai) anos
configure.ac.in f6863663e9 Updates for version 0.3.1 %!s(int64=10) %!d(string=hai) anos
reloadPlugins.sh ac749c0eb3 Fix reloadplugins.sh %!s(int64=11) %!d(string=hai) anos

README

What is it?
-----------

Xfce panel plugin which allows to put the maximized window title and windows buttons on the panel.

It's main features are:

- Show the title and buttons of the maximized window on the panel.
- Allow window actions on buttons and title clicks (activate, (un)maximize, close).
- Allow window action menu on left button click.
- Title formatting options.
- xfwm4/unity theming support for buttons.

FAQ:
Q: How do I hide the window decorations on maximized windows on xfce ?
A: You can use a patch for xfwm4 available here : https://github.com/cedl38/xfwm4-titleless. Alternatively, you can try to use an external program like maximus (performance should be lower).
There are also some xfwm4 themes with very thin border like this one :
http://xfce-look.org/content/show.php?content=139915.

This code is derived from original 'Window Applets' from Andrej Belcijan.
See http://gnome-look.org/content/show.php?content=103732 for infos.

Generate
Run ./autogen.sh --prefix=usr (you need to have xfce4-dev-tools installed)

Installation
------------

1) Install dependencies:
xfce4-panel
To build: intltool, xfce4-dev-tools

For Xubuntu: intltool xfce4-dev-tools xfce4-panel-dev libgtk2.0-dev libglib2.0-dev libxfce4ui-2-dev libxfce4-util-dev libwnck-dev.

2) Generate common makefiles:
Run ./autogen.sh --prefix=usr

3) compile and install the plugin with make
The file 'INSTALL' contains generic installation instructions. For more
detailed information, visit the plugin website at
http://goodies.xfce.org/projects/panel-plugins/xfce4-windowck-plugin

note: to upgrade from version 0.1.x to version 0.2.x you need to remove v0.1.x previously.

How to report bugs?
-------------------

Bugs should be reported to the GitHub project
(https://github.com/cedl38/xfce4-windowck-plugin). You will need to create an account for yourself.