diff options
author | Thorn Inurcide <thorn-inurcide@hotmail.com> | 2014-04-16 07:17:14 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-04-23 07:51:28 +0700 |
commit | 7c81db22dc44177a42575bb24882bc122421403c (patch) | |
tree | 06864061217fc5025c644bcde9f8eb9fb0a86a65 /multimedia/gmtp/README | |
parent | 17f9841515925954df9a486f04baa79daa0baa97 (diff) |
multimedia/gmtp: Added (A basic MTP client).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia/gmtp/README')
-rw-r--r-- | multimedia/gmtp/README | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/multimedia/gmtp/README b/multimedia/gmtp/README new file mode 100644 index 0000000000000..413b69a8d6f77 --- /dev/null +++ b/multimedia/gmtp/README @@ -0,0 +1,16 @@ +A basic MTP client. + +Supports MTP devices including those with multiple storage devices +(typically mobile phones). Supports Drag'n'Drop interface for +upload/download of files. + +This Doesnt pick up my Device(Droid Ultra) as normal user, so I use gksu +to launch it and it works great. Xfsudo works as well. It may or may not +detect your device as normal user, I have no idea and I make no promises. + +This package is built with gtk2 but the default is gtk3, +if you would like gtk3, simply delete or comment out the line +--with-gtk2 +from within the SlackBuild script under the configure flags. + +There is a FAQ inside the source tarball in the README. |