]> git.sur5r.net Git - i3/i3/commitdiff
Merge pull request #1453 from acrisci/feature/bar-update-font-reload
authorMichael Stapelberg <stapelberg@users.noreply.github.com>
Wed, 11 Feb 2015 07:55:06 +0000 (07:55 +0000)
committerMichael Stapelberg <stapelberg@users.noreply.github.com>
Wed, 11 Feb 2015 07:55:06 +0000 (07:55 +0000)
Update bar font config on reload

docs/debugging
docs/hacking-howto

index 9dec3056ec0643b7b8b0c0eb32a0d0bd35037ded..1253b0c50fc2b405f8279d36211c7c02014174fd 100644 (file)
@@ -72,15 +72,17 @@ i3-msg 'debuglog on; shmlog on; reload'
 No matter whether i3 misbehaved in some way without crashing or whether it just
 crashed, the logfile provides all information necessary to debug the problem.
 
-To save a compressed version of the logfile (suitable for attaching it to a
-bugreport), use:
---------------------------------------------------------------------
-DISPLAY=:0 i3-dump-log | bzip2 -c > /tmp/i3.log.bz2
---------------------------------------------------------------------
+To upload a compressed version of the logfile (for a bugreport), use:
+------------------------------------------------------------------------------
+DISPLAY=:0 i3-dump-log | bzip2 -c | curl --data-binary @- http://logs.i3wm.org
+------------------------------------------------------------------------------
 
 This command does not depend on i3 (it also works while i3 displays
 the crash dialog), but it requires a working X11 connection.
 
+After running it, you will get a URL to the logfile. Please include that URL in
+your bug report.
+
 == On crashes: Obtaining a backtrace
 
 When i3 crashes, it will display a dialog stating “i3 just crashed”, offering
index aca6e92bf6f496bbc5272169ab279b557232c0e9..a591047ede3986f6235d1e9ba301292902c9932a 100644 (file)
@@ -951,17 +951,15 @@ For a short introduction into using git, see
 http://web.archive.org/web/20121024222556/http://www.spheredev.org/wiki/Git_for_the_lazy
 or, for more documentation, see http://git-scm.com/documentation
 
-You can view the git repository online at http://code.i3wm.org.
-
 Please talk to us before working on new features to see whether they will be
 accepted. There are a few things which we don’t want to see in i3, e.g. a
 command which will focus windows in an alt+tab like way.
 
 When working on bugfixes, please make sure you mention that you are working on
-it in the corresponding bugreport at http://bugs.i3wm.org/. In case there is no
-bugreport yet, please create one.
+it in the corresponding bugreport at https://github.com/i3/i3/issues In case
+there is no bugreport yet, please create one.
 
-After you are done, please submit your work for review at http://cr.i3wm.org/
+After you are done, please submit your work for review at https://github.com/i3/i3
 
 Do not send emails to the mailing list or any author directly, and don’t submit
 them in the bugtracker, since all reviews should be done in public at