Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
gnome-commander
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
74
Issues
74
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
gnome-commander
Commits
a219fd78
Commit
a219fd78
authored
Oct 17, 2015
by
Uwe Scholz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added README.md. Just for for GitHub
parent
1b6a3ccf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
100 additions
and
0 deletions
+100
-0
README.md
README.md
+100
-0
No files found.
README.md
0 → 100644
View file @
a219fd78
# GNOME Commander Version #
## Introduction ##
GNOME Commander is a fast and powerful twin-panel file manager for the GNOME desktop,
released under the
[
GPL
][
GPL v2
]
.
*
Bugs: http://bugzilla.gnome.org/browse.cgi?product=gnome-commander
*
Download: http://ftp.gnome.org/pub/GNOME/sources/gnome-commander
*
Git: https://git.gnome.org/browse/gnome-commander/
*
Website: https://gcmd.github.io/
## Contributing ##
### Ideas ###
If have some good ideas for stuff that you want to see in this program you
should check the TODO file first before filing a feature request.
### Translations ###
This program is hosted on the GNOME git server. Therefore, it would be
great if you could help translating using
[
LIES
][
damned lies
]
.
### Cool hacks ###
Send an email with the patch to the developers
[
DEVLIST
][
mailing list
]
.
Please use the -u flag when generating the patch as it makes the patch
more readable. Write a good explanation of what the patch does.
### Plugins ###
If you have created a new plugin let us know about it on the mailing list.
## Building ##
```
bash
~ »
tar
-xf
gnome-commander-
$VERSION
.tar.xz
# unpack the sources
~ »
cd
gnome-commander-
$VERSION
# change to the toplevel directory
~ » ./configure
# run the `configure' script
~ » make
# build GNOME Commander
[
Become root
if
necessary
]
~ » make
install
# install GNOME Commander
```
For installing GNOME Commander via git, do the following:
```
bash
~ » git clone git://git.gnome.org/gnome-commander
~ »
cd
gnome-commander
~ » ./autogen.sh
~ » make
[
Become root
if
necessary
]
~ » make
install
```
See the file [INSTALL] for more detailed information.
## Communication ##
This project has two mailing lists, one for users and one for developers.
Subscription to those mailing lists can be done at:
*
https://lists.nongnu.org/mailman/listinfo/gcmd-users -> for users
*
https://lists.nongnu.org/mailman/listinfo/gcmd-devel -> for developers
You can also find email addresses of the people who have created gnome-commander
in the [AUTHORS] file.
## Problem reporting ##
Bugs should be reported to the
[
GNOMEBGZ
][
GNOME bugzilla
]
. You will need
to create an account for yourself.
In the bug report please include:
*
Information about your system and anything else you think is relevant.
For instance:
*
What operating system and version
*
What version of X
*
What version of the gtk+, glib and gnome libraries
*
For Linux, what version of the C library
*
How to reproduce the bug.
*
If the bug was a crash, the exact text that was printed out when the
crash occurred.
*
Further information such as stack traces may be useful, but is not
necessary. If you do send a stack trace, and the error is an X error,
it will be more useful if the stack trace is produced running the test
program with the --sync command line option.
See the file [BUGS] for the list of known bugs.
[
GPL
]:
https://www.gnu.org/licenses/gpl-2.0.html
[
LIES
]:
https://l10n.gnome.org/
[
DEVLIST
]:
https://lists.nongnu.org/mailman/listinfo/gcmd-devel
[
USERLIST
]:
http://lists.nongnu.org/mailman/listinfo/gcmd-users
[
GNOMEBGZ
]:
http://bugzilla.gnome.org/browse.cgi?product=gnome-commander
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment