Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37703136
en ru br
ALT Linux repos
S:23.04.3-alt2

Group :: Graphical desktop/KDE
RPM: kde5-network-filesharing

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: alt-allow-guest.patch
Download


--- a/samba/filepropertiesplugin/sambausershareplugin.cpp
+++ b/samba/filepropertiesplugin/sambausershareplugin.cpp
@@ -229,7 +229,7 @@ void SambaUserSharePlugin::setupViews()
 
 void SambaUserSharePlugin::load()
 {
-    bool guestAllowed = false;
+    bool guestAllowed = true;
     const bool sambaShared = KSambaShare::instance()->isDirectoryShared(m_url);
 
     propertiesUi.sambaChk->setChecked(sambaShared);
--- a/samba/filepropertiesplugin/sambausershareplugin.ui
+++ b/samba/filepropertiesplugin/sambausershareplugin.ui
@@ -56,7 +56,7 @@
         <string>Allow Guests</string>
        </property>
        <property name="checked">
-        <bool>false</bool>
+        <bool>true</bool>
        </property>
       </widget>
      </item>
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin