File: fcitx5.bug-script

package info (click to toggle)
fcitx5 5.1.14-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 17,204 kB
  • sloc: cpp: 73,472; sh: 1,769; xml: 1,545; python: 1,049; ansic: 71; makefile: 11
file content (10 lines) | stat: -rw-r--r-- 257 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash
set -e

yesno "Do you want to share the output of fcitx5-diagnose to help the developers understand your problems better. [y|n]" yep

if [ "$REPLY" != yep ]; then
  exit 0
fi
printf "\n--- Fcitx5 Diagnose output ---\n\n" >&3
fcitx5-diagnose >&3