File: fcitx5.bug-script

package info (click to toggle)
fcitx5 5.0.21-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 16,292 kB
  • sloc: cpp: 60,597; sh: 1,839; python: 984; xml: 751; ansic: 64; 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