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-timer-plugin [2020/08/09 05:22] – updated bug reporting section for consistency kevinbowenpanel-plugins:xfce4-timer-plugin [2021/03/18 14:47] (current) – removed kevinbowen
Line 1: Line 1:
-~~NOTOC~~ 
-====== Timer ====== 
-This is a simple plugin that lets the user run an alarm at a specified time or at the end of a specified countdown period. 
- 
-  * **[[#Screenshots|Screenshots]]** 
-  * **[[#Latest Release|Latest Release]]** 
-  * **[[#Source Code Repository|Source Code Repository]]** 
-  * **[[#Reporting Bugs|Reporting Bugs]]** 
- 
----- 
- 
-===== Usage ===== 
-The plugin consists of a Panel icon and a Properties window. 
- 
-==== Panel icon ==== 
-The icon displays a progress bar showing the percentage of the time 
-elapsed. The bar changes color when active from silver to blue. 
-Left-clicking on the icon opens a menu of available alarms. After selecting 
-one, the user can start or stop the timer by selecting the "start/stop 
-timer" entry in the same menu. Right-clicking on it provides access to 
-Properties. 
- 
-==== Properties window ===== 
-The Xfce4 Timer Options window allows users to add, edit, remove and 
-arrange alarms. 
- 
-Each alarm is either a countdown or is run at a specified time. By default 
-a simple dialog pops up at the end of the countdown. 
- 
-The user can choose an external command to be run as the alarm command for 
-all events, or for just a particular one. An option allows this command to 
-be repeated a specified number of times with a given interval between 
-repetitions. Here is an example that uses a simple ping: 
-<code>play /usr/share/sounds/freedesktop/stereo/completed.oga</code> 
-A different external command may be used for a specific event by adding it 
-in the Alarm add/edit window. 
- 
----- 
- 
- 
-===== Screenshots ===== 
- 
-The plugin window when idle and running: 
- 
-{{:panel-plugins:timer1.png|:timer1.png}} 
-{{:panel-plugins:timer4.png|:timer4.png}} 
- 
-Selecting the alarm and starting the timer: 
- 
-{{:panel-plugins:timer6.png|:timer6.png}} 
- 
-Plugin preferences window and the alarm add/edit window: 
- 
-{{:panel-plugins:timer2.png|:timer2.png}} 
-{{:panel-plugins:timer3.png|:timer3.png}} 
- 
-The alarm window: 
- 
-{{:panel-plugins:timer5.png|:timer5.png}} 
- 
-[[|Back To Top]] 
----- 
- 
-===== Latest Release ===== 
- 
-==== 1.7.0 (2018/01/25) ==== 
-[[http://archive.xfce.org/src/panel-plugins/xfce4-timer-plugin/1.7/xfce4-timer-plugin-1.7.0.tar.bz2|xfce4-timer-plugin-1.7.0.tar.bz2]] 
- 
-**SHA-256 Hash:** 2e4e5343e39926230cc981d5fe56cd58a2f3817d2e9b6089b5673a2e39bf7e9b \\ 
-**SHA-1 Hash:** f8f502eaee45843652ec869b730a92064d42e483 \\ 
-**MD5 Hash:** 32e6a14e80bf9a93db2f2b3bfd7de920 
- 
----- 
- 
-===== Source Code Repository ===== 
-[[https://gitlab.xfce.org/panel-plugins/xfce4-timer-plugin]] 
- 
----- 
- 
-===== Known issues ===== 
- 
-The icon may be nearly invisible against some themes. The colors being used 
-can be adjusted with a code snippet in the css file. For GTK3, the 
-following code can be used to adjust inactive ("trough") and active 
-("progress") colors. For example: 
-<code>#PLUGIN_NAME progress { 
-background-color: silver; 
-} 
- 
-#PLUGIN_NAME trough { 
-background-color: red; 
-} </code> 
-The actual plugin name, usually something like *xfce4-timer-plugin-2* where 
-the widget number at the end is particular to individual desktops, can be 
-found by hovering over its widget on the  Panel Properties > Items tab. 
- 
----- 
- 
-===== Reporting Bugs ===== 
-If you are experiencing a bug in ''xfce4-timer-plugin'', your way of helping things getting fixed is to report a bug about it in [[https://gitlab.xfce.org/explore/groups?sort=name_desc|Xfce GitLab]]. Please note that to do this you will need to have / create an account. 
- 
- 
-<note important>Before reporting a new bug, please try your best to check if it has already been reported (see the latest reports below). [[https://gitlab.xfce.org/panel-plugins/xfce4-timer-plugin/-/issues?scope=all&state=all|Click here for a full list of bug reports]].</note> 
- 
- 
-===== Report a new bug ===== 
- 
-If your bug has not been reported before, please [[https://gitlab.xfce.org/panel-plugins/xfce4-timer-plugin/-/issues/new|submit a new bug report]]. 
- 
-When writing your bug report, try to be as descriptive as possible, but avoid verbosity; Mozilla has a nice guide on [[https://developer.mozilla.org/en-US/docs/Mozilla/QA/Bug_writing_guidelines|how to write a bug report]]. 
- 
-For more information, see [[https://docs.xfce.org/contribute/bugs/start|Bug Reporting and Fixing]]. 
- 
-**[[https://gitlab.xfce.org/panel-plugins/xfce4-timer-plugin/-/issues/new|File a new bug or enhancement request]]** 
- 
----- 
- 
- 
-==== Open Bugs ==== 
-Here's a list (updated daily) of open bug reports with the date that bug was reported in parenthesis. 
- 
-{{rss>https://gitlab.xfce.org/panel-plugins/xfce4-timer-plugin/-/issues.atom?state=opened 20 1d date}} 
- 
- 
- 
-[[|Back To Top]] 
----- 
-[[ :xfce:xfce4-panel:start:|Return to Main Xfce4-panel page]]