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
xfce:thunar:thunar-shares-plugin [2020/09/20 00:38] – added required packages section kevinbowenxfce:thunar:thunar-shares-plugin [2025/05/20 16:08] (current) – [Required Packages] Meson andreldm
Line 1: Line 1:
 ~~NOTOC~~ ~~NOTOC~~
-{{ :xfce:thunar:thunar.png?nolink|}} +{{ :xfce:thunar.png?nolink|}} 
-====== thunar-shares-plugin ======+====== Thunar - thunar-shares-plugin ======
  
   * **[[#Required Packages|Required Packages]]**   * **[[#Required Packages|Required Packages]]**
-  * **[[#Latest Release|Latest Release]]** 
-  * **[[#Source Code Repository|Source Code Repository]]** 
   * **[[#Building and Installing|Building and Installing]]**   * **[[#Building and Installing|Building and Installing]]**
   * **[[#Samba Setup|Samba Setup]]**   * **[[#Samba Setup|Samba Setup]]**
 +  * **[[#Latest Release|Latest Release]]**
 +  * **[[#Source Code Repository|Source Code Repository]]**
   * **[[#Reporting Bugs|Reporting Bugs]]**   * **[[#Reporting Bugs|Reporting Bugs]]**
  
Line 19: Line 19:
  
 ===== Screenshots ===== ===== Screenshots =====
-{{thunar-shares-plugin.png|thunar-shares-plugin.png}}+ 
 +<figure "Thunar Share Tab Dialog"> 
 +{{:xfce:thunar:thunar-shares-plugin.png|Thunar Share Tab Dialog Window}} 
 +</figure>
  
 The share editor can be found in the file properties dialog (Share page). The share editor can be found in the file properties dialog (Share page).
Line 28: Line 31:
    
   * [[https://gitlab.xfce.org/xfce/thunar|Thunar]]   * [[https://gitlab.xfce.org/xfce/thunar|Thunar]]
-  * Thunar-VFS (0.8 or above) 
   * [[https://gitlab.xfce.org/bindings/thunarx-python|Thunarx]]   * [[https://gitlab.xfce.org/bindings/thunarx-python|Thunarx]]
   * [[https://wiki.gnome.org/Projects/GLib|GLib]]   * [[https://wiki.gnome.org/Projects/GLib|GLib]]
   * [[https://www.gtk.org|GTK+-3.0]]   * [[https://www.gtk.org|GTK+-3.0]]
  
----- +For detailed information on the minimum required versions, check the [[https://gitlab.xfce.org/thunar-plugins/thunar-shares-plugin/-/blob/master/meson.build|meson.build]] file.
- +
-==== Latest Release ==== +
- +
-==== Version 0.3.1 (2020/04/05) ==== +
-[[https://archive.xfce.org/src/thunar-plugins/thunar-shares-plugin/0.3/thunar-shares-plugin-0.3.1.tar.bz2|https://thunar-shares-plugin-0.3.1.tar.bz2]] +
- +
- +
-==== Xubuntu packages ==== +
- +
-[[https://launchpad.net/~danielmorales/+archive/ppa/|Packaged to: i386 and amd64]] +
- +
----- +
- +
-==== Source Code Repository ==== +
- +
-[[https://git.xfce.org/thunar-plugins/thunar-shares-plugin]]+
  
 +[[|Back to Top]]
 ---- ----
  
 ===== Building and Installing ===== ===== Building and Installing =====
-(For information about how to **setup Samba correctly** see bellow)+(For information about how to **setup Samba correctly** see below)
  
 If you downloaded a source tarball from the download page, you can run: If you downloaded a source tarball from the download page, you can run:
Line 60: Line 47:
   ./configure --prefix=$(pkg-config --variable prefix thunarx-1)   ./configure --prefix=$(pkg-config --variable prefix thunarx-1)
  
-in order to configure the plugin. If you fetched the source from SVN, you have to use this command:+in order to configure the plugin. If you fetched the source from git, you have to use this command:
  
   ./autogen.sh --prefix=$(pkg-config --variable prefix thunarx-1)   ./autogen.sh --prefix=$(pkg-config --variable prefix thunarx-1)
Line 71: Line 58:
  
 ===== Samba Setup ===== ===== Samba Setup =====
-If your are using **(X)ubuntu** 8.04 or above just check your **User privileges** after install the plugin. Also install **samba** and **libpam-smbpass**.+If your are using **(X)ubuntu** 8.04 or later, check your **User privileges** after installing the plugin. Also install the **samba** and **libpam-smbpass** packages.
  
  
-For **non** (X)ubuntu users the Samba setup is:+For **non** (X)ubuntu usersthe Samba setup is as follows:
  
  
Line 101: Line 88:
  
 ==== Restart Samba daemons ==== ==== Restart Samba daemons ====
 +
 +sysvinit:
  
     /etc/init.d/samba restart     /etc/init.d/samba restart
  
 +systemd:
 +
 +    systemctl restart smbd
 ==== Logout and login your user (your_username) ==== ==== Logout and login your user (your_username) ====
  
 +[[|Back to Top]]
 ----  ---- 
 +
 +==== Latest Release ====
 +
 +{{rss>https://archive.xfce.org/feeds/project/thunar-shares-plugin 1 date 2h}}
 +
 +[[https://gitlab.xfce.org/thunar-plugins/thunar-shares-plugin/-/blob/master/NEWS|Read the CHANGELOG]]
 +
 +  * **[[https://archive.xfce.org/src/thunar-plugins/thunar-shares-plugin|Download current release]]** (older versions of this component are also available here)
 +
 +==== Source Code Repository ====
 +
 +[[https://gitlab.xfce.org/thunar-plugins/thunar-shares-plugin]]
 +
 +----
 +
 ===== Reporting Bugs ===== ===== Reporting Bugs =====
-  * **[[:xfce:thunar:thunar-shares-plugin:bugs|Reporting Bugs]]** -- Open bug reports and how to report new bugs+  * **[[:xfce:thunar:thunar-shares-plugin:bugs|Reporting Bugs]]** -- List of currently open bugs and instructions on how to submit new bug reports
  
 [[|Back To Top]] [[|Back To Top]]
 ---- ----
-[[:xfce:thunar:|Back to Thunar documentation page]]+[[:xfce:thunar:|Return to Thunar Main Documentation Page]]