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/07/02 09:04] kevinbowenpanel-plugins:xfce4-generic-slider:start [2025/05/20 15:36] (current) – [Installation] Meson andreldm
Line 31: 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 42: Line 42:
 [[|Back to Top]] [[|Back to Top]]
  
----+----
  
 ===== Configuration ===== ===== Configuration =====
Line 59: Line 59:
 [[|Back to Top]] [[|Back to Top]]
  
----+----
  
 ===== Latest Release ===== ===== Latest Release =====
Line 67: Line 67:
 [[https://gitlab.xfce.org/panel-plugins/xfce4-generic-slider/-/blob/master/NEWS|Read the CHANGELOG]] [[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]]** (link also contains older versions)+  * **[[https://archive.xfce.org/src/panel-plugins/xfce4-generic-slider/|Download current release]]** (older versions of this component are also available here)
  
  
Line 81: 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]]