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/08/12 04:24] – updated bug reporting section for consistency kevinbowenxfce:thunar:thunar-shares-plugin [2025/05/20 16:08] (current) – [Required Packages] Meson andreldm
Line 1: Line 1:
-{{ :xfce:thunar:thunar.png?nolink|}} +~~NOTOC~~ 
-====== thunar-shares-plugin ======+{{ :xfce:thunar.png?nolink|}} 
 +====== Thunar - thunar-shares-plugin ======
  
-===== About ===== +  * **[[#Required Packages|Required Packages]]** 
-The Thunar Shares Plugin (thunar-shares-plugin) allows you to quickly share a folder using Samba +  * **[[#Building and Installing|Building and Installing]]** 
-from Thunar (the XFCE file manager) without requiring root access.+  * **[[#Samba Setup|Samba Setup]]** 
 +  * **[[#Latest Release|Latest Release]]** 
 +  * **[[#Source Code Repository|Source Code Repository]]** 
 +  * **[[#Reporting Bugs|Reporting Bugs]]**
  
 +----
  
- +===== Introduction ===== 
-===== Screenshots ===== +The Thunar Shares Plugin (thunar-shares-plugin) allows you to quickly share a folder using Samba 
-{{thunar-shares-plugin.png|thunar-shares-plugin.png}} +from Thunar (the Xfce file managerwithout requiring root access.
- +
-The share editor can be found in the file properties dialog (Share page).+
  
 ---- ----
  
-==== Latest Release ====+===== Screenshots =====
  
-==== Version 0.3.1 (2020/04/05) ==== +<figure "Thunar Share Tab Dialog"> 
-[[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]]+{{: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).
-==== Xubuntu packages ==== +
- +
-[[https://launchpad.net/~danielmorales/+archive/ppa/|Packaged to: i386 and amd64]]+
  
 ---- ----
  
-==== Source Code Repository ==== +===== Required Packages ===== 
- +  
-[[https://git.xfce.org/thunar-plugins/thunar-shares-plugin]] +  [[https://gitlab.xfce.org/xfce/thunar|Thunar]] 
- +  * [[https://gitlab.xfce.org/bindings/thunarx-python|Thunarx]] 
-----+  * [[https://wiki.gnome.org/Projects/GLib|GLib]] 
 +  * [[https://www.gtk.org|GTK+-3.0]]
  
-===== Dependencies ===== +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.
-    * Thunar +
-    * Thunar-VFS (0.8 or above) +
-    * Thunarx (0.8 or above) +
-    * Gtk+-2.0 (2.12 or above) +
-    * Glib-2.0 (2.10 or above)+
  
 +[[|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 49: 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 59: Line 57:
 ---- ----
  
-===== Setup Samba ===== +===== 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 90: 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]]
 ----  ---- 
-===== Reporting Bugs ===== 
-If you are experiencing a bug in ''thunar-shares-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. 
  
 +==== Latest Release ====
  
-<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/apps/pulseaudio-plugin/-/issues?scope=all&state=all|Click here for a full list of bug reports]].</note>+{{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]]
  
-===== Report a new bug =====+  * **[[https://archive.xfce.org/src/thunar-plugins/thunar-shares-plugin|Download current release]]** (older versions of this component are also available here)
  
-If your bug has not been reported before, please [[https://gitlab.xfce.org/thunar/thunar-shares-plugin/-/issues/new|submit a new bug report]].+==== Source Code Repository ====
  
-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]]. +[[https://gitlab.xfce.org/thunar-plugins/thunar-shares-plugin]]
- +
-For more information, see [[https://docs.xfce.org/contribute/bugs/start|Bug Reporting and Fixing]]. +
- +
-**[[https://gitlab.xfce.org/thunar/thunar-shares-plugin/-/issues/new|File a new bug or enhancement request]]**+
  
 ---- ----
  
- +===== Reporting Bugs ===== 
-==== Open Bugs ==== +  * **[[:xfce:thunar:thunar-shares-plugin:bugs|Reporting Bugs]]** -- List of currently open bugs and instructions on how to submit new bug reports
-Here's a list (updated daily) of open bug reports with the date that bug was reported in parenthesis. +
- +
-{{rss>https://gitlab.xfce.org/thunar/thunar-shares-plugin/-/issues.atom?state=opened 20 1d date}} +
- +
- +
  
 [[|Back To Top]] [[|Back To Top]]
 ---- ----
-[[:xfce:thunar:|Back to Thunar documentation page]]+[[:xfce:thunar:|Return to Thunar Main Documentation Page]]