[Bug 1166884] Re: unity-tweak-tool crashed with TypeError in on_colorbutton_resize_outline_color_set(): color_to_hash() got an unexpected keyword argument 'aplha'

2013-05-23 Thread Launchpad Bug Tracker
This bug was fixed in the package unity-tweak-tool - 0.0.4ubuntu0.1

---
unity-tweak-tool (0.0.4ubuntu0.1) raring-updates; urgency=low

  * Backport fixes from upstream git.
  * UnityTweakTool/elements/colorchooser.py
   - Fix TypeError in get_rgba() (LP: #1165627)
  * UnityTweakTool/section/sphagetti/compiz.py
   - Fix TypeError in color_to_hash() (LP: #1166884)
  * UnityTweakTool/section/unity.py
   - Fix Show recently used and more suggestions in dash search (LP: #1166294)
 -- Andrew Starr-Bochicchio a.star...@gmail.com   Mon, 13 May 2013 16:39:04 
-0400

** Changed in: unity-tweak-tool (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/1166884

Title:
  unity-tweak-tool crashed with TypeError in
  on_colorbutton_resize_outline_color_set(): color_to_hash() got an
  unexpected keyword argument 'aplha'

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-tweak-tool/+bug/1166884/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1166884] Re: unity-tweak-tool crashed with TypeError in on_colorbutton_resize_outline_color_set(): color_to_hash() got an unexpected keyword argument 'aplha'

2013-05-14 Thread Barneedhar
Confirming package version 0.0.4ubuntu0.1 contains the fix for this bug.

** 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/1166884

Title:
  unity-tweak-tool crashed with TypeError in
  on_colorbutton_resize_outline_color_set(): color_to_hash() got an
  unexpected keyword argument 'aplha'

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-tweak-tool/+bug/1166884/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1166884] Re: unity-tweak-tool crashed with TypeError in on_colorbutton_resize_outline_color_set(): color_to_hash() got an unexpected keyword argument 'aplha'

2013-05-13 Thread Andrew Starr-Bochicchio
Upstream commit:

https://github.com/freyja-dev/unity-tweak-
tool/commit/de7546c210afcbe3585ff58f7925ed1a527f22ec

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1166884

Title:
  unity-tweak-tool crashed with TypeError in
  on_colorbutton_resize_outline_color_set(): color_to_hash() got an
  unexpected keyword argument 'aplha'

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-tweak-tool/+bug/1166884/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1166884] Re: unity-tweak-tool crashed with TypeError in on_colorbutton_resize_outline_color_set(): color_to_hash() got an unexpected keyword argument 'aplha'

2013-05-13 Thread Andrew Starr-Bochicchio
** Description changed:

+ SRU Justification:
+ 
+ [Impact]
+ 
+  * A simple typo leads to this crasher
+ 
+ [Test Case]
+ 
+  1) With version 0.0.4 from raring installed, attempt to change window resize 
outline color. (Window ManagerAdditionalResizing) This will result in this 
crash.
+  2) Install 0.0.4ubuntu0.1 from raring-proposed and verify that this does not 
occur.
+ 
+ [Regression Potential]
+ 
+  *  The fix is trivial. It is essentially s/aplha/alpha/ There is very
+ little chance of regression.
+ 
+ [Other Info]
+  
+  As this is a native package, the patches are applied directly. The fix is 
taken from this upstream commit:
+ 
+ https://github.com/freyja-dev/unity-tweak-
+ tool/commit/de7546c210afcbe3585ff58f7925ed1a527f22ec
+ 
+ --
+ 
  Trying to change windows resize outline color
  
  ProblemType: Crash
  DistroRelease: Ubuntu 13.04
  Package: unity-tweak-tool 0.0.4
  ProcVersionSignature: Ubuntu 3.8.0-17.27-generic 3.8.6
  Uname: Linux 3.8.0-17-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.9.2-0ubuntu5
  Architecture: amd64
  Date: Tue Apr  9 10:12:37 2013
  ExecutablePath: /usr/bin/unity-tweak-tool
  InstallationDate: Installed on 2013-03-30 (10 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Alpha amd64 (20130328)
  InterpreterPath: /usr/bin/python3.3
  MarkForUpload: True
  PackageArchitecture: all
  ProcCmdline: /usr/bin/python3 /usr/bin/unity-tweak-tool
  ProcEnviron:
-  PATH=(custom, no user)
-  XDG_RUNTIME_DIR=set
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=set
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  PythonArgs: ['/usr/bin/unity-tweak-tool']
  SourcePackage: unity-tweak-tool
  Title: unity-tweak-tool crashed with TypeError in 
on_colorbutton_resize_outline_color_set(): color_to_hash() got an unexpected 
keyword argument 'aplha'
  Traceback:
-  Traceback (most recent call last):
-File 
/usr/lib/python3/dist-packages/UnityTweakTool/section/sphagetti/compiz.py, 
line 785, in on_colorbutton_resize_outline_color_set
-  colorhash = 
gsettings.color_to_hash(self.ui['colorbutton_resize_outline'].get_color(),aplha=1)
-  TypeError: color_to_hash() got an unexpected keyword argument 'aplha'
+  Traceback (most recent call last):
+    File 
/usr/lib/python3/dist-packages/UnityTweakTool/section/sphagetti/compiz.py, 
line 785, in on_colorbutton_resize_outline_color_set
+  colorhash = 
gsettings.color_to_hash(self.ui['colorbutton_resize_outline'].get_color(),aplha=1)
+  TypeError: color_to_hash() got an unexpected keyword argument 'aplha'
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: sudo

** Also affects: unity-tweak-tool (Ubuntu Raring)
   Importance: Undecided
   Status: New

** Changed in: unity-tweak-tool (Ubuntu Raring)
   Status: New = In Progress

** Changed in: unity-tweak-tool (Ubuntu Raring)
   Importance: Undecided = Low

** Changed in: unity-tweak-tool (Ubuntu Raring)
 Assignee: (unassigned) = Andrew Starr-Bochicchio (andrewsomething)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1166884

Title:
  unity-tweak-tool crashed with TypeError in
  on_colorbutton_resize_outline_color_set(): color_to_hash() got an
  unexpected keyword argument 'aplha'

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-tweak-tool/+bug/1166884/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1166884] Re: unity-tweak-tool crashed with TypeError in on_colorbutton_resize_outline_color_set(): color_to_hash() got an unexpected keyword argument 'aplha'

2013-05-13 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-branches/ubuntu/saucy/unity-tweak-tool
/saucy-proposed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1166884

Title:
  unity-tweak-tool crashed with TypeError in
  on_colorbutton_resize_outline_color_set(): color_to_hash() got an
  unexpected keyword argument 'aplha'

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-tweak-tool/+bug/1166884/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1166884] Re: unity-tweak-tool crashed with TypeError in on_colorbutton_resize_outline_color_set(): color_to_hash() got an unexpected keyword argument 'aplha'

2013-05-13 Thread Launchpad Bug Tracker
This bug was fixed in the package unity-tweak-tool - 0.0.4ubuntu1

---
unity-tweak-tool (0.0.4ubuntu1) saucy; urgency=low

  * Backport fixes from upstream git.
  * UnityTweakTool/elements/colorchooser.py
   - Fix TypeError in get_rgba() (LP: #1165627)
  * UnityTweakTool/section/sphagetti/compiz.py
   - Fix TypeError in color_to_hash() (LP: #1166884)
  * UnityTweakTool/section/unity.py
   - Fix Show recently used and more suggestions in dash search (LP: #1166294)
 -- Andrew Starr-Bochicchio a.star...@gmail.com   Mon, 13 May 2013 16:39:04 
-0400

** Changed in: unity-tweak-tool (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/1166884

Title:
  unity-tweak-tool crashed with TypeError in
  on_colorbutton_resize_outline_color_set(): color_to_hash() got an
  unexpected keyword argument 'aplha'

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-tweak-tool/+bug/1166884/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1166884] Re: unity-tweak-tool crashed with TypeError in on_colorbutton_resize_outline_color_set(): color_to_hash() got an unexpected keyword argument 'aplha'

2013-05-13 Thread Launchpad Bug Tracker
This bug was fixed in the package unity-tweak-tool - 0.0.4ubuntu0.1

---
unity-tweak-tool (0.0.4ubuntu0.1) raring-updates; urgency=low

  * Backport fixes from upstream git.
  * UnityTweakTool/elements/colorchooser.py
   - Fix TypeError in get_rgba() (LP: #1165627)
  * UnityTweakTool/section/sphagetti/compiz.py
   - Fix TypeError in color_to_hash() (LP: #1166884)
  * UnityTweakTool/section/unity.py
   - Fix Show recently used and more suggestions in dash search (LP: #1166294)
 -- Andrew Starr-Bochicchio a.star...@gmail.com   Mon, 13 May 2013 16:39:04 
-0400

** Changed in: unity-tweak-tool (Ubuntu Raring)
   Status: In Progress = 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/1166884

Title:
  unity-tweak-tool crashed with TypeError in
  on_colorbutton_resize_outline_color_set(): color_to_hash() got an
  unexpected keyword argument 'aplha'

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-tweak-tool/+bug/1166884/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1166884] Re: unity-tweak-tool crashed with TypeError in on_colorbutton_resize_outline_color_set(): color_to_hash() got an unexpected keyword argument 'aplha'

2013-05-13 Thread Adam Conrad
Hello Matthew, or anyone else affected,

Accepted unity-tweak-tool into raring-proposed. The package will build
now and be available at http://launchpad.net/ubuntu/+source/unity-tweak-
tool/0.0.4ubuntu0.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!

** 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/1166884

Title:
  unity-tweak-tool crashed with TypeError in
  on_colorbutton_resize_outline_color_set(): color_to_hash() got an
  unexpected keyword argument 'aplha'

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-tweak-tool/+bug/1166884/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1166884] Re: unity-tweak-tool crashed with TypeError in on_colorbutton_resize_outline_color_set(): color_to_hash() got an unexpected keyword argument 'aplha'

2013-05-13 Thread Adam Conrad
Ignore the above message about this being Fix Released in raring-
updates.  This was due to the uploader mistargetting the upload to
-updates instead of -proposed, and I have since copied it back to
-proposed and it will be deleted from -updates.  Please verify this SRU
as usual, and we can migrate it once it's been checked.

** Changed in: unity-tweak-tool (Ubuntu Raring)
   Status: Fix Released = 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/1166884

Title:
  unity-tweak-tool crashed with TypeError in
  on_colorbutton_resize_outline_color_set(): color_to_hash() got an
  unexpected keyword argument 'aplha'

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-tweak-tool/+bug/1166884/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1166884] Re: unity-tweak-tool crashed with TypeError in on_colorbutton_resize_outline_color_set(): color_to_hash() got an unexpected keyword argument 'aplha'

2013-05-13 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/raring-proposed/unity-tweak-tool

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1166884

Title:
  unity-tweak-tool crashed with TypeError in
  on_colorbutton_resize_outline_color_set(): color_to_hash() got an
  unexpected keyword argument 'aplha'

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-tweak-tool/+bug/1166884/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1166884] Re: unity-tweak-tool crashed with TypeError in on_colorbutton_resize_outline_color_set(): color_to_hash() got an unexpected keyword argument 'aplha'

2013-05-06 Thread Apport retracing service
** Tags removed: need-duplicate-check

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1166884

Title:
  unity-tweak-tool crashed with TypeError in
  on_colorbutton_resize_outline_color_set(): color_to_hash() got an
  unexpected keyword argument 'aplha'

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-tweak-tool/+bug/1166884/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1166884] Re: unity-tweak-tool crashed with TypeError in on_colorbutton_resize_outline_color_set(): color_to_hash() got an unexpected keyword argument 'aplha'

2013-04-26 Thread Barneedhar
** Changed in: unity-tweak-tool
   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/1166884

Title:
  unity-tweak-tool crashed with TypeError in
  on_colorbutton_resize_outline_color_set(): color_to_hash() got an
  unexpected keyword argument 'aplha'

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-tweak-tool/+bug/1166884/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1166884] Re: unity-tweak-tool crashed with TypeError in on_colorbutton_resize_outline_color_set(): color_to_hash() got an unexpected keyword argument 'aplha'

2013-04-13 Thread Barneedhar
** Changed in: unity-tweak-tool (Ubuntu)
   Status: New = Fix Committed

** Changed in: unity-tweak-tool (Ubuntu)
   Importance: Undecided = Low

** Changed in: unity-tweak-tool (Ubuntu)
 Assignee: (unassigned) = Barneedhar (barneedhar)

** Also affects: unity-tweak-tool
   Importance: Undecided
   Status: New

** Changed in: unity-tweak-tool
   Status: New = 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/1166884

Title:
  unity-tweak-tool crashed with TypeError in
  on_colorbutton_resize_outline_color_set(): color_to_hash() got an
  unexpected keyword argument 'aplha'

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-tweak-tool/+bug/1166884/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1166884] Re: unity-tweak-tool crashed with TypeError in on_colorbutton_resize_outline_color_set(): color_to_hash() got an unexpected keyword argument 'aplha'

2013-04-12 Thread Jamie Strandboge
Thanks for taking the time to report this bug and helping to make Ubuntu
better. We appreciate the difficulties you are facing, but this appears
to be a regular (non-security) bug.  I have unmarked it as a security
issue since this bug does not show evidence of allowing attackers to
cross privilege boundaries nor directly cause loss of data/privacy.
Please feel free to report any other bugs you may find.

** Information type changed from Private Security to Public

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1166884

Title:
  unity-tweak-tool crashed with TypeError in
  on_colorbutton_resize_outline_color_set(): color_to_hash() got an
  unexpected keyword argument 'aplha'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-tweak-tool/+bug/1166884/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs