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
panel-plugins:xfce4-wavelan-plugin:start [2019/11/10 20:08] – updated image links. added download link to latest version kevinbowenpanel-plugins:xfce4-wavelan-plugin:start [2024/12/11 02:16] (current) kevinbowen
Line 1: Line 1:
 +~~NOTOC~~
 ====== xfce4-wavelan-plugin ====== ====== xfce4-wavelan-plugin ======
-  * **[[start#About|About]]** 
-  * **[[start#Screenshots|Screenshots]]** 
-  * **[[start#Recent Releases|Recent Releases]]** 
-  * **[[start#Known Problems|Known Problems]]** 
-  * **[[start#Reporting Bugs|Reporting Bugs]]** 
-  * **[[start#Source Code Repository|Source Code Repository]]** 
  
-===== About ===== +plugin used to display stats from a wireless LAN interface.
-This plugin is used to display stats from a wireless lan interface (signal state, signal quality, network name (SSID)). It supports NetBSD, OpenBSD, FreeBSD, and Linux.+
  
-It shows signal quality as percentage on Linux and dBm on BSDs, hence progressbar will probably +  * **[[#Latest Release|Latest Release]]** 
-be not really accurate on BSDs, as dBm is hardly comparable to a maximum.+  * **[[#Release History|Release History]]** 
 +  * **[[#Source Code Repository|Source Code Repository]]** 
 +  * **[[#Reporting Bugs|Reporting Bugs]]**
  
-===== Usage ===== +----
-Add the plugin to the panel, and select the wireless interface you want to monitor.+
  
-===== Screenshot ===== +xfce4-wavelan-plugin displays the following information about a WaveLAN device:
-{{:panel-plugins:wavelan.png|:projects:panel-plugins:wavelan.png}}+
  
-===== Getting it ===== +  * Signal state (tells if a carrier signal was detected) 
-The normal (and bestway to get the wavelan plugin is to use the package manager or port system of your operating system.+  * Signal quality (current quality of the carrier signal) 
 +    * Note that the latter is in % on Linux and in dBm on BSDs. Hence, on BSDs, the progressbar may be never full, as dBm is not easily comparable to a maximum. 
 +  * Network name (current SSID of the WaveLAN network)
  
-If wavelan isn't available thereor if you want a different versionyou can download it in source form from [[http://archive.xfce.org/src/panel-plugins/xfce4-wavelan-plugin/]].+At the time of this writing NetBSDOpenBSDFreeBSD and Linux are supported.
  
-===== Recent Releases =====+The plugin shows signal quality as a percentage on Linux and as dBm on BSDs. Therefore, the progressbar will probably be not really accurate on BSDs, as dBm is hardly comparable to a maximum.
  
-==== 0.6.1 (2019/08/13) ==== +----
-[[http://archive.xfce.org/src/panel-plugins/xfce4-wavelan-plugin/0.6/xfce4-wavelan-plugin-0.6.1.tar.bz2|xfce4-wavelan-plugin-0.6.1.tar.bz2]]+
  
-**SHA-256 Hash:** f41f81ea063ae3c7d7904e1ee647a6b5efafc7436f47caed662ee417038eed17 \\ +===== Usage =====
-**SHA-1 Hash:** a2a703bd073ad39d5c1da270feca06120794e433 \\ +
-**MD5 Hash:** e4e3d5240297253d242464e77f6145df+
  
-==== 0.5.12 (2015/03/04) ====+  - [[:xfce:xfce4-panel:add-new-items|Add the plugin to the panel]]. 
 +  - Right-click on the added plugin, select **Properties** to open the settings window.  
 +  - Select the wireless interface you want to monitor.
  
-  * Add strings to translation +----
-  * Use GtkComboBoxText instead of GtkCombo +
-  * Use check buttons with mnemonic for hot keys +
-  * Use getifaddrs() instead of popen ("/sbin/ifconfig -a") (bug #10822) +
-  * Remove check for glib 2.14, was released 7 years ago.. +
-  * Make this compile with -Wall -Werror (declarations after statement) +
-  * new translations: bg, en_AU, fi, he, is, ms, oc, th, sr +
-  * updated translations: ar, ast, be, cs, en_AU, es, fr, he, hr, it,ja, ko, ms, nb, nl, pl, pt, pt_BR, ru, sk, sv, tr, uk, ug, zh_CN, zh_TW+
  
-==== 0.5.11 (2012/06/30) ==== +===== Screenshot =====
-  * Better compliance with panel plugin HIG +
-  * Fix transparency and put event box above its children (bug #8913)+
  
-==== 0.5.10 (2012/04/13) ==== +<figure "Wavelan Plugin Panel Indicator"> 
-  * Translation updates (uk,sk,eu,pt_BR,it,da,nl,pt,gl,ko,zh_CN)+{{:panel-plugins:wavelan-plugin_panel_indicator.png|Wavelan Plugin Panel Indicator}} 
 +</figure>
  
-==== 0.5.9 (2012/04/13) ==== +<figure "Wavelan Plugin Preferences Window"> 
-  * Make the icon optional (bug #7520)+{{:panel-plugins:wavelan-plugin_preferences_window.png?600|Wavelan Plugin Preferences Window}} 
 +</figure>
  
-==== 0.5.8 (2012/04/09) ==== +----
-  * Build the plugin as an external module +
-  * Add about dialog+
  
 +===== Latest Release =====
  
-==== 0.5.7 (2012/04/03) ==== +{{rss>https://archive.xfce.org/feeds/project/xfce4-wavelan-plugin 1 date 2h}}
-  * Port to libxfce4ui +
-  * Adapt to panel 4.9 and newer +
-  * Fix compatibility with GNU/kFreeBSD (bug #6963) +
-  * Fix transparency and bar color (bug #7346) +
-  * Explicitely link against libm (bugs #7991, #8516)+
  
-==== 0.5.6 (2010/12/04) ====+[[https://gitlab.xfce.org/panel-plugins/xfce4-wavelan-plugin/-/blob/master/NEWS|Read the CHANGELOG]]
  
-  * Support for both xfce 4.6 and 4.+  * **[[https://archive.xfce.org/src/panel-plugins/xfce4-wavelan-plugin/|Download current release]]** (lder versions of this component are also available here)
-  Various bug fixes and code cleanup +
-  Translated into 6 more languages (33 total)+
  
-==== 0.5.5 (2009/04/09) ==== +[[|Back To Top]]
-  * Merge various patches from NetBSD and FreeBSD, 'should' work everywhere now.. +
-  * Totally revamped GUI, courtesy of Johan van der Slikke +
-  * Show signal strengh in dBm on BSDs, in % on Linux +
-  * Various bugfixes, localized config dialog is fixed+
  
-==== 0.5.4 (2007/01/17) ==== +----
-  * Add an option to make the panel icon square. +
-  * Fix a bug that calculated the signal strength incorrectly, reporting 102%  for some people. Your signal strength may well be reported lower now, but apparently it was wrong before. +
-  * Fix a bug where the interface wasn't activated if it was the first in the list. +
-  * Improve the handling of the kernel's include files. +
-  * Fix compilation on kfreebsd thanks to Petr Salinger.+
  
-==== 0.5.3 (2006/09/11) ==== +===== Source Code Repository =====
-  * Fix a typo that referenced the wrong executable in the .desktop file.+
  
-==== 0.5.2 (2006/08/10) ==== +[[https://gitlab.xfce.org/panel-plugins/xfce4-wavelan-plugin]]
-  * Fix the regression that made the icon square. +
-  * Added Italian translation. (Thanks ema). +
-  * Allow hiding the plugin if no device is present.+
  
-==== 0.5.1 (2006/08/09) ==== 
-  * Fix the bug that meant that it couldn't find the device on most systems. 
  
-==== 0.5.0 (2006/05/03) ==== +----
-  * Updated to new panel API +
- +
-===== Source code repository ===== +
-[[http://git.xfce.org/panel-plugins/xfce4-wavelan-plugin/]] +
- +
-===== Recent Changes ===== +
-{{rss>http://git.xfce.org/panel-plugins/xfce4-wavelan-plugin/atom/ 5 date}}+
  
 ===== Reporting Bugs ===== ===== Reporting Bugs =====
  
-Bugs should be reported to the [[http://bugzilla.xfce.org/enter_bug.cgi?product=xfce4-wavelan-plugin|Xfce bug tracking system]].+  * **[[:panel-plugins:xfce4-wavelan-plugin:bugs|Reporting Bugs]]** -- List of currently open bugs and instructions on how to submit new bug reports
  
-==== Open Bugs ==== 
-{{rss>http://bugzilla.xfce.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&chfieldto=Now&emailassigned_to1=1&emailassigned_to2=1&emailcc2=1&emailqa_contact2=1&emailreporter2=1&product=Xfce4-wavelan-plugin&query_format=advanced&title=Bug%20List:%20wavelan&ctype=atom}} 
  
----- 
 [[|Back To Top]] [[|Back To Top]]
 +----
 +[[:xfce:xfce4-panel:start:|Return to xfce4-panel Main Documentation Page]]