A set of tools for configuring the Logitech G19 keyboard. Based in: https://github.com/Gnome15/gnome15
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
1.3 KiB

4 years ago
  1. .\" Process this file with
  2. .\" groff -man -Tascii g15-desktop-service.1
  3. .\"
  4. .TH g15-desktop-service 1
  5. .SH NAME
  6. g15-desktop-service \- Starts Gnome15 Desktop service
  7. .SH SYNOPSIS
  8. .B g15-desktop-service [-c]
  9. .SH DESCRIPTION
  10. .B g15-desktop-service
  11. Gnome15 is a suite of applications and plugins that provide
  12. integration of the Logitech G series keyboards into the
  13. GNOME desktop environment.
  14. This service is responsible for connecting to the underlying
  15. service appropriate for the hardware (i.e. g15daemon or g19d),
  16. managing and running the plugins, displaying the plugin's
  17. output on the LCD, delivering key events to X when macro
  18. keys are activated.
  19. It also provides the DBUS service used by various clients
  20. such as the Panel Applet, Indicator or System Tray Icon,
  21. or other external examples that want to draw on the
  22. LCD.
  23. The first time Gnome15 is used, you will be prompted for
  24. which driver to use (additional packages may be required
  25. for your hardware).
  26. .SH OPTIONS
  27. .IP "-l DEBUG|INFO|WARNING|ERROR"
  28. Set the log level.
  29. .IP -f
  30. Force the service to run in the foreground.
  31. .IP start
  32. Starts the service.
  33. .IP stop
  34. Stops the service.
  35. .SH AUTHOR
  36. Brett Smith <tanktarta@blueyonder.co.uk>
  37. .SH "SEE ALSO"
  38. .BR g15-config (1),
  39. .BR g15-indicator (1)
  40. .BR g15-systemtray (1)
  41. .BR g15-system-service (1)