Entry to report bugs from the help menu would be nice.
Bug #244519 reported by
TAC one
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Remote Apache Management tool |
Confirmed
|
Low
|
Emanuele Gentili |
Bug Description
Add a menu entry in the main menu which allows the user to report bugs in launchpad.
Emgent has some code to share. Please attach a proof of concept here.
Also we shuold investigate the additional dependencies this feature would require and make sure to find a way to make them optional (we don't want to depend on apport or similar packages, but only suggest their use if they're present on the user's system)
Changed in rapache: | |
assignee: | nobody → emgent |
importance: | Undecided → Low |
milestone: | none → stage0 |
status: | New → Confirmed |
To post a comment you must log in.
This Example need python- launchpad- bugs:
import launchpadbugs. connector as Connector
import glob
# launchpad sending bug ... ConnectBug( method= "HTML") ation = glob.glob( os.path. expanduser( "~/.mozilla/ firefox/ */cookies. sqlite" )).pop( ) name, 'r') product= {'name' : 'rapache'}, reportFile. read(), related= True close() force_changes= True, ignore_ lp_errors= False)
bug = Connector.
bug.authentic
# opening report file for reading
reportFile = open(reportFile
# creating bug
bug = bug.New(
summary='[%s] report from %s',
description=
security_
)
# closing report file
reportFile.
bug.commit(
return