[Xfce4-commits] [apps/xfce4-screensaver] 403/425: Update Readme file

noreply at xfce.org noreply at xfce.org
Mon Oct 15 01:54:10 CEST 2018


This is an automated email from the git hooks/post-receive script.

b   l   u   e   s   a   b   r   e       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository apps/xfce4-screensaver.

commit 074461ddbb0531dce08607666ebcf5ee88098e62
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date:   Fri Oct 12 22:09:27 2018 +0200

    Update Readme file
    
    Add some debug hints and drop the --with-libnotify flag from the
    installation instructions.
---
 README => README.md | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/README b/README.md
similarity index 72%
rename from README
rename to README.md
index 49e281a..ebfd8f9 100644
--- a/README
+++ b/README.md
@@ -23,14 +23,14 @@ Installation
 
 See the file 'INSTALL'
 
-./autogen.sh --prefix=/usr --sysconfdir=/etc
+`./autogen.sh --prefix=/usr --sysconfdir=/etc`
 
 (For testing, we are using:
- ./autogen.sh --disable-static --with-mit-ext --with-console-kit --with-libnotify --enable-locking --enable-debug --sysconfdir=/etc
+ `./autogen.sh --disable-static --with-mit-ext --with-console-kit --enable-locking --enable-debug --sysconfdir=/etc`
 )
 
-make
-sudo make install
+`make`
+`sudo make install`
 
 
 How to report bugs
@@ -49,4 +49,5 @@ In the bug report please include information about your system, if possible:
 
         The output of the "xfce4-screensaver-command --version" command.
 
- 
+If you want to debug your installation you may also be able to get meaningful debug output when starting xfce4-screensaver from the debug script:
+`./src/debug-screensaver.sh`

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list