[Bug 1047424] Re: [Additional Drivers] The Button "Restart" is triggering a shutdown
This bug was fixed in the package software-properties - 0.92.17.1 --- software-properties (0.92.17.1) raring; urgency=low * Make Restart button restart the system, not shutdown it (LP: #1047424). -- Dmitry ShachnevTue, 30 Apr 2013 19:05:09 +0400 ** Changed in: software-properties (Ubuntu Raring) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1047424 Title: [Additional Drivers] The Button "Restart" is triggering a shutdown To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1047424/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1047424] Re: [Additional Drivers] The Button "Restart" is triggering a shutdown
The -proposed update works on Ubuntu Raring amd64 without issues ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1047424 Title: [Additional Drivers] The Button "Restart" is triggering a shutdown To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1047424/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1047424] Re: [Additional Drivers] The Button "Restart" is triggering a shutdown
** Branch linked: lp:ubuntu/raring-proposed/software-properties -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1047424 Title: [Additional Drivers] The Button "Restart" is triggering a shutdown To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1047424/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1047424] Re: [Additional Drivers] The Button "Restart" is triggering a shutdown
Hello Benedikt, or anyone else affected, Accepted software-properties into raring-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source /software-properties/0.92.17.1 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Your feedback will aid us getting this update out to other Ubuntu users. If this package fixes the bug for you, please add a comment to this bug, mentioning the version of the package you tested, and change the tag from verification-needed to verification-done. If it does not fix the bug for you, please add a comment stating that, and change the tag to verification-failed. In either case, details of your testing will help us make a better decision. Further information regarding the verification process can be found at https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in advance! ** Changed in: software-properties (Ubuntu Raring) Status: Triaged => Fix Committed ** Tags added: verification-needed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1047424 Title: [Additional Drivers] The Button "Restart" is triggering a shutdown To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1047424/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1047424] Re: [Additional Drivers] The Button "Restart" is triggering a shutdown
I uploaded this to the raring -proposed queue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1047424 Title: [Additional Drivers] The Button "Restart" is triggering a shutdown To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1047424/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1047424] Re: [Additional Drivers] The Button "Restart" is triggering a shutdown
I'd be happy to sponsor this to R. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1047424 Title: [Additional Drivers] The Button "Restart" is triggering a shutdown To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1047424/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1047424] Re: [Additional Drivers] The Button "Restart" is triggering a shutdown
** Description changed: - After I had installed the guestdriver for virtualbox I pressed the - "Restart" button. This triggered a shutdown and not a reboot. + == Impact == + "Restart" button in the Additional Drivers page is triggering a shutdown instead of a reboot. + + == Development Fix == + Fixed in saucy (0.92.18) by replacing a call: + + /usr/lib/indicator-session/gtk-logout-helper --shutdown + ---> + /usr/lib/indicator-session/gtk-logout-helper --restart + + == Regression Potential == + None. + + == Original Description == + After I had installed the guestdriver for virtualbox I pressed the "Restart" button. This triggered a shutdown and not a reboot. ProblemType: Bug DistroRelease: Ubuntu 12.10 Package: software-properties-gtk 0.92.1 ProcVersionSignature: Ubuntu 3.5.0-13.14-generic 3.5.3 Uname: Linux 3.5.0-13-generic i686 ApportVersion: 2.5.1-0ubuntu7 Architecture: i386 Date: Fri Sep 7 16:31:44 2012 InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Alpha i386 (20120905.2) PackageArchitecture: all ProcEnviron: - TERM=xterm - PATH=(custom, no user) - LANG=de_DE.UTF-8 - SHELL=/bin/bash + TERM=xterm + PATH=(custom, no user) + LANG=de_DE.UTF-8 + SHELL=/bin/bash SourcePackage: software-properties UpgradeStatus: No upgrade log present (probably fresh install) ** Description changed: == Impact == "Restart" button in the Additional Drivers page is triggering a shutdown instead of a reboot. == Development Fix == Fixed in saucy (0.92.18) by replacing a call: - /usr/lib/indicator-session/gtk-logout-helper --shutdown - ---> - /usr/lib/indicator-session/gtk-logout-helper --restart + /usr/lib/indicator-session/gtk-logout-helper --shutdown + ---> + /usr/lib/indicator-session/gtk-logout-helper --restart == Regression Potential == None. == Original Description == After I had installed the guestdriver for virtualbox I pressed the "Restart" button. This triggered a shutdown and not a reboot. + + == Test Case == + 1. Install a driver using the Additional Drivers page. + 2. Press "Restart" button. + 3. The system should restart, not shutdown. ProblemType: Bug DistroRelease: Ubuntu 12.10 Package: software-properties-gtk 0.92.1 ProcVersionSignature: Ubuntu 3.5.0-13.14-generic 3.5.3 Uname: Linux 3.5.0-13-generic i686 ApportVersion: 2.5.1-0ubuntu7 Architecture: i386 Date: Fri Sep 7 16:31:44 2012 InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Alpha i386 (20120905.2) PackageArchitecture: all ProcEnviron: TERM=xterm PATH=(custom, no user) LANG=de_DE.UTF-8 SHELL=/bin/bash SourcePackage: software-properties UpgradeStatus: No upgrade log present (probably fresh install) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1047424 Title: [Additional Drivers] The Button "Restart" is triggering a shutdown To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1047424/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1047424] Re: [Additional Drivers] The Button "Restart" is triggering a shutdown
This bug was fixed in the package software-properties - 0.92.19 --- software-properties (0.92.19) saucy; urgency=low [ Scott Kostyshak ] * Improve error message when more than one repository argument is given. (LP: #1178015) -- Barry WarsawTue, 28 May 2013 15:50:02 -0400 ** Changed in: software-properties (Ubuntu) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1047424 Title: [Additional Drivers] The Button "Restart" is triggering a shutdown To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1047424/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1047424] Re: [Additional Drivers] The Button "Restart" is triggering a shutdown
** Changed in: software-properties (Ubuntu) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1047424 Title: [Additional Drivers] The Button "Restart" is triggering a shutdown To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1047424/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 1047424] Re: [Additional Drivers] The Button "Restart" is triggering a shutdown
On Mon, May 6, 2013 at 10:01 PM, Brian Murray wrote: > This should be SRU'ed to Raring and Precise (if it is affected). No, the Additional Drivers panel was only introduced in Quantal. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1047424 Title: [Additional Drivers] The Button "Restart" is triggering a shutdown To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1047424/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1047424] Re: [Additional Drivers] The Button "Restart" is triggering a shutdown
This should be SRU'ed to Raring and Precise (if it is affected). ** Also affects: software-properties (Ubuntu Raring) Importance: Undecided Status: New ** Changed in: software-properties (Ubuntu Raring) Importance: Undecided => Medium ** Changed in: software-properties (Ubuntu Raring) Status: New => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1047424 Title: [Additional Drivers] The Button "Restart" is triggering a shutdown To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1047424/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1047424] Re: [Additional Drivers] The Button "Restart" is triggering a shutdown
** Changed in: software-properties (Ubuntu) Status: New => In Progress ** Changed in: software-properties (Ubuntu) Importance: Undecided => Low ** Changed in: software-properties (Ubuntu) Assignee: (unassigned) => Dmitry Shachnev (mitya57) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1047424 Title: [Additional Drivers] The Button "Restart" is triggering a shutdown To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1047424/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1047424] Re: [Additional Drivers] The Button "Restart" is triggering a shutdown
** Branch linked: lp:~mitya57/software-properties/lp1047424 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1047424 Title: [Additional Drivers] The Button "Restart" is triggering a shutdown To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1047424/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1047424] Re: [Additional Drivers] The Button "Restart" is triggering a shutdown
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1047424 Title: [Additional Drivers] The Button "Restart" is triggering a shutdown To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1047424/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs