-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUGS.md: update for gitlab, explain -v better
Freedesktop.org is our new forever-home. So track bugs there. Also, -v should not be needed normally, really.
- Loading branch information
Showing
1 changed file
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,19 @@ | ||
Bugs | ||
==== | ||
|
||
Bugs are tracked via at [github][github issues]. | ||
Bugs are tracked at [fd.o's gitlab][gitlab issues]. | ||
|
||
|
||
Debugging | ||
========= | ||
|
||
The daemon can be run in verbose mode with the command line option `-v`. | ||
This should normally not be necessary, except when debugging the DBus | ||
layer of boltd (the verbose output is indeed very verbose). | ||
To replace the currently running daemon and run a new instance of it | ||
in the forground, launch the daemon with `--replace`: | ||
|
||
boltd -v --replace | ||
boltd --replace | ||
|
||
|
||
[github issues]: https://github.com/gicmo/bolt/issues | ||
[gitlab issues]: https://gitlab.freedesktop.org/bolt/bolt/issues |