Activity log for bug #1310634

Date Who What changed Old value New value Message
2014-04-21 14:11:13 Hoy Tampoco bug added bug
2014-04-23 02:30:16 Sean Davis description It just doesn't start. When tried from the terminal I got this: http://paste.ubuntu.com/7294516/ I've tried to submit the bug using apport but I don't know if it worked, so I'm filling this manually. Sorry about the newbiness :) Thanks It just doesn't start. When tried from the terminal I got this: http://paste.ubuntu.com/7294516/ I've tried to submit the bug using apport but I don't know if it worked, so I'm filling this manually. Sorry about the newbiness :) Thanks Terminal Output: Traceback (most recent call last): File "/usr/bin/mugshot", line 35, in <module> mugshot.main() File "/usr/lib/python3/dist-packages/mugshot/__init__.py", line 45, in main window = MugshotWindow.MugshotWindow() File "/usr/lib/python3/dist-packages/mugshot_lib/Window.py", line 50, in __new__ new_object.finish_initializing(builder) File "/usr/lib/python3/dist-packages/mugshot/MugshotWindow.py", line 217, in finish_initializing self.init_user_details() File "/usr/lib/python3/dist-packages/mugshot/MugshotWindow.py", line 247, in init_user_details name, office, office_phone, home_phone = details.split(',', 3) ValueError: need more than 1 value to unpack
2014-04-23 02:47:52 Sean Davis mugshot: status New Fix Committed
2014-05-14 11:27:15 Sean Davis mugshot: importance Undecided High
2014-08-02 10:40:32 Sean Davis mugshot: milestone 0.2.4
2014-08-09 10:27:08 Launchpad Janitor branch linked lp:debian/mugshot
2014-09-02 00:05:47 Sean Davis mugshot: status Fix Committed Fix Released
2014-09-27 16:57:49 Sean Davis summary Mugshot doesn' start (Xubuntu 14.04) [SRU] Mugshot fails to expand user details
2014-09-27 16:58:26 Sean Davis description It just doesn't start. When tried from the terminal I got this: http://paste.ubuntu.com/7294516/ I've tried to submit the bug using apport but I don't know if it worked, so I'm filling this manually. Sorry about the newbiness :) Thanks Terminal Output: Traceback (most recent call last): File "/usr/bin/mugshot", line 35, in <module> mugshot.main() File "/usr/lib/python3/dist-packages/mugshot/__init__.py", line 45, in main window = MugshotWindow.MugshotWindow() File "/usr/lib/python3/dist-packages/mugshot_lib/Window.py", line 50, in __new__ new_object.finish_initializing(builder) File "/usr/lib/python3/dist-packages/mugshot/MugshotWindow.py", line 217, in finish_initializing self.init_user_details() File "/usr/lib/python3/dist-packages/mugshot/MugshotWindow.py", line 247, in init_user_details name, office, office_phone, home_phone = details.split(',', 3) ValueError: need more than 1 value to unpack [Impact] For some users, Mugshot may fail to start because it was unable to expand user details from /etc/passwd. This was fixed in the following revision, in Mugshot 0.2.4: https://bazaar.launchpad.net/~mugshot-dev/mugshot/trunk/revision/122 This fix avoids the following fatal startup error. Traceback (most recent call last): File "/usr/bin/mugshot", line 35, in <module> mugshot.main() File "/usr/lib/python3/dist-packages/mugshot/__init__.py", line 45, in main window = MugshotWindow.MugshotWindow() File "/usr/lib/python3/dist-packages/mugshot_lib/Window.py", line 50, in __new__ new_object.finish_initializing(builder) File "/usr/lib/python3/dist-packages/mugshot/MugshotWindow.py", line 217, in finish_initializing self.init_user_details() File "/usr/lib/python3/dist-packages/mugshot/MugshotWindow.py", line 247, in init_user_details name, office, office_phone, home_phone = details.split(',', 3) ValueError: need more than 1 value to unpack [Test Case] 1. Set your account name to "A". 2. Clear any other contact details from /etc/passwd (using chfn) 3. Start Mugshot. [Expected Results] Mugshot should start successfully. [Regression Potential] None. This release pads the account details so that this scenario is no longer possible.
2014-09-27 19:18:41 Jackson Doak bug task added mugshot (Ubuntu)
2014-09-27 19:18:56 Jackson Doak nominated for series Ubuntu Trusty
2014-09-27 19:18:56 Jackson Doak bug task added mugshot (Ubuntu Trusty)
2016-02-27 17:44:30 Amr Ibrahim mugshot (Ubuntu): status New Fix Released