rc-zenity.pl - use SOAP to get info on a bug
Copyright (C) 2008 Neil Williams <codehelp@debian.org>
This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
RC-Zenity depends on libsoap-lite-perl and zenity. It could use whiptail with some modifications, see emrecent in emdebian-tools for an example of dual whiptail | zenity support.
Simple script to collate some data about an RC bug.
Initially loads a zenity text entry window asking for a bug number. The bug is queried, data about the package is collated and displayed in a new zenity question window. Click Cancel to review a different bug, click OK to load the PTS and the bug report in 'sensible-browser' and continue reviewing bugs.
Click Cancel in the bug number entry dialog to end the program.
(Although designed for RC bugs, any bug can actually be reviewed.)
It may be helpful to ensure that the BROWSER environment variable is set to support opening new URLs in new tabs if your chosen browser supports tabs. e.g. in your ~/.bashrc export BROWSER="epiphany-browser -n"
RC-Zenity only takes one option - a bug number.