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-generic-slider:start [2023/04/30 03:57] – Add one line description kevinbowenpanel-plugins:xfce4-generic-slider:start [2025/05/20 15:36] (current) – [Installation] Meson andreldm
Line 2: Line 2:
 ====== xfce4-generic-slider ====== ====== xfce4-generic-slider ======
  
-A visual slider widget to control user-configurable variables(e.g. volume control) from the panel.+A visual slider widget to control user-configurable variables (e.g. volume control) from the panel.
  
 ===== Introduction ===== ===== Introduction =====
Line 8: Line 8:
 Xfce4-generic-slider is a tool to help Xfce users deal with a variable which they wish to both GET and SET. The getting side is similar to what [[panel-plugins:xfce4-genmon-plugin:|xfce4-genmon-plugin]] does except the command's numerical output is represented visually in a slider. Dragging the slider is then used to set the value through calls to a second command. Xfce4-generic-slider is a tool to help Xfce users deal with a variable which they wish to both GET and SET. The getting side is similar to what [[panel-plugins:xfce4-genmon-plugin:|xfce4-genmon-plugin]] does except the command's numerical output is represented visually in a slider. Dragging the slider is then used to set the value through calls to a second command.
  
-  * **[[#Latest Release|Latest Release]]**+
   * **[[#Installation|Installation]]**   * **[[#Installation|Installation]]**
   * **[[#Configuration|Configuration]]**   * **[[#Configuration|Configuration]]**
 +  * **[[#Latest Release|Latest Release]]**
   * **[[#Source Code Repository|Source Code Repository]]**   * **[[#Source Code Repository|Source Code Repository]]**
   * **[[#Reporting Bugs|Reporting Bugs]]**   * **[[#Reporting Bugs|Reporting Bugs]]**
Line 30: Line 31:
  
 <code> <code>
-  % git clone https://gitlab.xfce.org/panel-plugins/xfce4-generic-slider.git +% git clone https://gitlab.xfce.org/panel-plugins/xfce4-generic-slider.git 
-  % cd xfce4-generic-slider +% cd xfce4-generic-slider 
-  ./autogen.sh +meson setup build 
-  make +meson compile -C build 
-  make install+meson install -C build
 </code> </code>
  
Line 40: Line 41:
  
 [[|Back to Top]] [[|Back to Top]]
 +
 +----
  
 ===== Configuration ===== ===== Configuration =====
Line 55: Line 58:
  
 [[|Back to Top]] [[|Back to Top]]
 +
 +----
  
 ===== Latest Release ===== ===== Latest Release =====
-{{rss>https://archive.xfce.org/feeds/project/xfce4-generic-slider 1 date description 2h}} 
  
-  * **[[https://archive.xfce.org/src/panel-plugins/xfce4-generic-slider/|Previous Releases]]**+{{rss>https://archive.xfce.org/feeds/project/xfce4-generic-slider 1 date 2h}} 
 + 
 +[[https://gitlab.xfce.org/panel-plugins/xfce4-generic-slider/-/blob/master/NEWS|Read the CHANGELOG]] 
 + 
 +  * **[[https://archive.xfce.org/src/panel-plugins/xfce4-generic-slider/|Download current release]]** (older versions of this component are also available here)
  
  
Line 73: Line 81:
  
 ===== Reporting Bugs ===== ===== Reporting Bugs =====
-  * **[[:panel-plugins:xfce4-generic-slider:bugs|Reporting Bugs]]** -- Open bug reports and how to report new bugs+  * **[[:panel-plugins:xfce4-generic-slider:bugs|Reporting Bugs]]** -- List of currently open bugs and instructions on how to submit new bug reports
  
 ---- ----
-[[:xfce:xfce4-panel:start:|Back to xfce4-panel main page]]+[[:xfce:xfce4-panel:start:|Return to xfce4-panel Main Documentation Page]]