No way to exit boinc manager

Bug #1332955 reported by Otus
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
boinc (Ubuntu)
Fix Released
Undecided
Unassigned

Bug Description

There is no exit option in the file menu (just close window), and ctrl+q doesn't do anything. Right-clicking launcher -> Quit also only closes the window according to bug 926891.

The only way to kill it is via the terminal.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: boinc-manager 7.2.42+dfsg-1
ProcVersionSignature: Ubuntu 3.13.0-30.54-generic 3.13.11.2
Uname: Linux 3.13.0-30-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.2
Architecture: amd64
CurrentDesktop: Unity
Date: Sun Jun 22 15:57:14 2014
InstallationDate: Installed on 2012-11-10 (589 days ago)
InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release amd64 (20121017.5)
SourcePackage: boinc
UpgradeStatus: Upgraded to trusty on 2014-04-19 (64 days ago)

Revision history for this message
Otus (jan-varho) wrote :
Revision history for this message
Gianfranco Costamagna (costamagnagianfranco) wrote :

mmm exit from boinc manager works as expected, do you mean boinc-client?

Revision history for this message
Otus (jan-varho) wrote :

I mean this: (see attached)

Revision history for this message
Gianfranco Costamagna (costamagnagianfranco) wrote :

Ops sorry, I use advanced view, yes, simple view has this bug.
Reported upstream.

thanks!

Revision history for this message
Gianfranco Costamagna (costamagnagianfranco) wrote :

This is the patch
diff --git a/clientgui/sg_BoincSimpleFrame.cpp b/clientgui/sg_BoincSimpleFrame.cpp
index 22aa497..9fceeae 100755
--- a/clientgui/sg_BoincSimpleFrame.cpp
+++ b/clientgui/sg_BoincSimpleFrame.cpp
@@ -127,6 +127,22 @@ CSimpleFrame::CSimpleFrame(wxString title, wxIconBundle* icons, wxPoint position
         strMenuDescription
     );

+ strMenuDescription.Printf(
+ _("Exit %s"),
+ pSkinAdvanced->GetApplicationName().c_str()
+ );
+
+ strMenuName.Printf(
+ _("Exit %s"),
+ pSkinAdvanced->GetApplicationName().c_str()
+ );
+
+ menuFile->Append(
+ wxID_EXIT,
+ strMenuName,
+ strMenuDescription
+ );
+
 #ifdef __WXMAC__
     menuFile->Append(
         wxID_PREFERENCES

Revision history for this message
Gianfranco Costamagna (costamagnagianfranco) wrote :
Changed in boinc (Ubuntu):
status: New → Fix Committed
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package boinc - 7.4.8+dfsg-1

---------------
boinc (7.4.8+dfsg-1) unstable; urgency=medium

  * New upstream release. (LP: #1332955)

 -- Gianfranco Costamagna <email address hidden> Sat, 28 Jun 2014 12:35:21 +0200

Changed in boinc (Ubuntu):
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.