From 9c515aece28eb1877d0e5869aecd2624212fe037 Mon Sep 17 00:00:00 2001 From: infirit Date: Sat, 9 Nov 2013 10:24:20 +0100 Subject: Add section for running tests --- README | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README b/README index 89bed45a..95ab83fd 100644 --- a/README +++ b/README @@ -74,6 +74,15 @@ Simple install procedure: % make install # install pluma +Running Tests +================== +Pluma has several test that can be run after compilation. Run them by issueing "make check". However there are a couple of requirements that need to be satified before they will pass. + +* You need the gsettings schemas installed for some tests to be able to run. +* You need to mount sftp://localhost/ with gvfs-mount for one test to pass. + +If test fail and you have setup the above correctly then please file a bug report as described below. + How to report bugs ================== -- cgit v1.2.1 From 16ce16f560bab0428cd010bab74db61c8525958a Mon Sep 17 00:00:00 2001 From: infirit Date: Sat, 9 Nov 2013 10:26:10 +0100 Subject: Update name in instalation --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 95ab83fd..6f5cadd3 100644 --- a/README +++ b/README @@ -66,9 +66,9 @@ enable python plugins support. Simple install procedure: - % gzip -cd mate-file-manager.tar.gz | tar xvf - # unpack the sources - % cd mate-file-manager # change to the toplevel directory - % ./autogen.sh # run the `configure' script + % gzip -cd mate-text-editor.tar.gz | tar xvf - # unpack the sources + % cd mate-text-editor # change to the toplevel directory + % ./autogen.sh # run the `configure' script % make # build pluma [ Become root if necessary ] % make install # install pluma -- cgit v1.2.1 From 665c8ddf3f90e0a0cf14432c8a387164aacbea0f Mon Sep 17 00:00:00 2001 From: infirit Date: Sat, 9 Nov 2013 10:29:06 +0100 Subject: Update bug tracker url --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 6f5cadd3..1c23d4bf 100644 --- a/README +++ b/README @@ -87,7 +87,7 @@ How to report bugs ================== Bugs should be reported to the MATE bug tracking system. -(http://bugzilla.gnome.org, product pluma). You will need to create an +(https://github.com/mate-desktop/pluma/issues). You will need to create an account for yourself. You can also report bugs using the MATE program bug-buddy. @@ -117,7 +117,7 @@ In the bug report please include: Patches ======= -Patches should also be submitted to bugzilla.gnome.org. If the patch +Patches should also be submitted to github.com/mate-desktop/pluma. If the patch fixes an existing bug, add the patch as an attachment to that bug report. -- cgit v1.2.1