File: README

package info (click to toggle)
smb4k 2.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 16,244 kB
  • sloc: cpp: 32,234; xml: 745; sh: 102; makefile: 10
file content (156 lines) | stat: -rw-r--r-- 5,604 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
Smb4K README (version 1.0.x)
============================

Smb4K is an advanced network neighborhood browser for KDE. It uses the Samba 
software suite to access the shares of the local network neighborhood. Its 
purpose is to provide a program that's easy to use and has as many features 
as possible.

What's new?
-----------
- use of the KAuth framework for privilege escalation.
- improved bookmark handling
- better integration into the KDE desktop
- laptop support
- automatic scanning of the network
- support of more command line arguments of the Samba utility programs
- improved search dialog
- changed way how to force the unmounting of inaccessible shares
  (Linux only)
- updated handbook
- improved custom options dialog
- visual mount and unmount feedback

Features
--------
- Scanning for (active) workgroups, hosts, and shares
- Support of the CIFS (Linux) and SMBFS (FreeBSD) file system
- Mounting and unmounting of shares
- Access to the files of a mounted share using a file manager or terminal
- Auto-detection of external mounts and unmounts
- Remounting of previously used shares on program start
- Miscellaneous infos about remote network items and mounted shares
- Network search
- WINS server support
- Preview of the contents of a share
- Several methods to look up the initial list of workgroups and domains
- Default login
- Special handling of homes shares
- Ability to bookmark favorite shares and organizing them in groups
- System tray widget
- Support of advanced Samba options
- Support of printer shares
- KWallet support
- Synchronization of a remote share with a local copy and vice versa
- Ability to define custom options for individual servers and shares
- Laptop support through the Solid hardware device framework

Translations
------------
Translations are provided by the KDE translators.

Supported operating systems
---------------------------
Smb4K officially supports Linux (kernel >= 2.2.x) and since version 0.4.1 also
FreeBSD (>= 4.10-RELEASE). Smb4K might also run on other operating system.

Requirements
------------
This version of Smb4K depends on the development files of the following
libraries:
- kdelibs & kdebase-runtime (>= 4.4.0): The powerful Open Source graphical
  desktop environment for Unix workstations [http://www.kde.org]
- Qt (>= 4.7.0): A multiplatform C++ application development framework.
  [http://qt.nokia.com]
- X.org or XFree86 - Freely redistributable implementations of the X Window
  System [http://www.x.org or http://www.xfree86.org]
- An implementation of the C library

Make sure that you also have installed all header files of the libraries Qt
and KDE are depending on. CMake, the cross-platform, open-source build system,
version 2.6 or higher, is also needed.

For a proper operation, you implicitly need:
- Support of the /proc filesystem compiled into your kernel if you are using
  Linux
- Samba (3.x, 3.4 or higher recommended) [http://www.samba.org]
- LinuxCIFS utils (>= 4.1 recommended, Linux only)
- GNU grep [http://www.gnu.org/directory/grep.html]
- GNU awk (GAWK) or similar [http://www.gnu.org/directory/gawk.html]
- GNU sed [http://www.gnu.org/directory/sed.html]
- GNU findutils (xargs) [http://www.gnu.org/directory/findutils.html]

To enable full functionality, you may also want to install these packages:
- rsync [http://rsync.samba.org/]

Compilation and Installation
----------------------------
1. Extract the source tarball:

   $ tar xvfj smb4k-1.0.0.tar.bz2

2. Create a build directory:

   $ cd smb4k-1.0.0
   $ mkdir build

3. Change into the build directory:

   $ cd build

4. Configure the source:

   $ cmake -DCMAKE_INSTALL_PREFIX=$(kde4-config --prefix) \
     -DCMAKE_BUILD_TYPE=Release ..

   If you would like to install the core header files as well, add the
   -DINSTALL_HEADER_FILES=true argument to the above command.

5. Now compile and install Smb4K:

   $ make && sudo make install

   If you want to be able to remove Smb4K with your package manager later on,
   use checkinstall instead of make install. Its package should be present in
   your distribution's repository.

   $ make && sudo checkinstall

Debugging the Source Code
-------------------------
If you experience crashes or similar and want to debug the source code yourself,
compile the source code with debugging symbols. The procedure is similar to the
one described in the "Compilation and Installation" section above, except that
you need to modify the cmake command slightly:

    $ cmake -DCMAKE_INSTALL_PREFIX=$(kde4-config --prefix) \
      -DCMAKE_BUILD_TYPE=Debug ..

If you found the cause for a bug, please let us know. A backtrace or a patch
will be much appreciated.

Help and Support
----------------
If you encounter problems when using Smb4K and need help or support, please
visit our wiki at http://sourceforge.net/p/smb4k/wiki/. Most of the common 
problems that arise when working with Smb4K are already covered there. You
may also look for help in our 'Help' 
(http://sourceforge.net/p/smb4k/discussion/help/) or 'General Discussion' 
(http://sourceforge.net/p/smb4k/discussion/general/) forums.

Bugs
----
You are strongly encouraged to commit a bug report to
http://sourceforge.net/p/smb4k/tickets/, if you find a problem. Please read
the BUGS file for more information.

Copyright
---------
Smb4K is released under the terms of the GNU General Public License (GPL),
version 2. A copy of the license is available in the file COPYING.

Latest Version
--------------
The latest stable version of Smb4K is always available from the Smb4K home page
at http://smb4k.sourceforge.net.