[Bug 516777] Re: HP Touchsmart tm2 requires newer wacom driver

2010-02-10 Thread Thiago Bellini
That happens on HP Touchsmart Tx2 too! The only way to get it working is that: http://ubuntuforums.org/showthread.php?t=1252492 but, multi-touch is not working! -- HP Touchsmart tm2 requires newer wacom driver https://bugs.launchpad.net/bugs/516777 You received this bug notification because you

[Bug 562765] [NEW] alarm-clock needs monochrome icon

2010-04-13 Thread Thiago Bellini
Public bug reported: Binary package hint: ubuntu-mono Binary package hint: alarm-clock alarm-clock needs monochrome icon ** Affects: ubuntu-mono (Ubuntu) Importance: Undecided Status: New ** Tags: alarm-clock icon monochrome notification-area -- alarm-clock needs monochrome ic

[Bug 562765] Re: alarm-clock needs monochrome icon

2010-04-13 Thread Thiago Bellini
** Attachment added: "Captura_de_tela.png" http://launchpadlibrarian.net/44113283/Captura_de_tela.png -- alarm-clock needs monochrome icon https://bugs.launchpad.net/bugs/562765 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubu

[Bug 562771] [NEW] nicotine needs a monochrome icon

2010-04-13 Thread Thiago Bellini
Public bug reported: Binary package hint: ubuntu-mono The package "nicotine" needs a monochrome icon in notification area ** Affects: ubuntu-mono (Ubuntu) Importance: Undecided Status: New -- nicotine needs a monochrome icon https://bugs.launchpad.net/bugs/562771 You received thi

[Bug 533196] Re: Ambiance and skype don't play nice

2010-04-13 Thread Thiago Bellini
The problem here is that skype uses "clear looks" or something like that by default. The only way to do that is changing the "theme" in skype options Would be nice if we could do something about this >.< -- Ambiance and skype don't play nice https://bugs.launchpad.net/bugs/533196 You received th

[Bug 1448969] Re: GTK3 can't resize treeviewcolumn

2015-05-11 Thread Thiago Bellini
@laney: Oh, now I see my confusion. I could not find my commit on "bzr log", but I just noticed that it actually has a merge you did there. I'm more used to git, where a merge will display the merged commits on the log, and after not finding mine, I thought it went to the trash. Sorry about that.

[Bug 1448969] Re: GTK3 can't resize treeviewcolumn

2015-05-10 Thread Thiago Bellini
I don't understand why the work I've done on https://code.launchpad.net/~hackedbellini/gtk/fix_1427352/+merge/251508 was discarded. The patch here and the testunit fix are basically a copy of what I've done there. Not saying that you copied it intentionally, but it is already there and merged sinc

[Bug 1427352] [NEW] TreeView never display horizontal scrollbar so columns gets squashed together

2015-03-02 Thread Thiago Bellini
Public bug reported: This is a regression from 3.8 present until 3.12 (it is fixed on 3.14+). The treeview's horizontal scrollbar is broken in a way that it will never get displayed when needed, but instead, the columns will be squashed all together. You can see this bug [1] for reference of th

[Bug 1427352] Re: TreeView never display horizontal scrollbar so columns gets squashed together

2015-03-02 Thread Thiago Bellini
** Branch linked: lp:~hackedbellini/gtk/fix_1427352 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1427352 Title: TreeView never display horizontal scrollbar so columns gets squashed together To m

[Bug 1427352] Re: TreeView never display horizontal scrollbar so columns gets squashed together

2015-03-02 Thread Thiago Bellini
Since I have a fix pending to merge, should I change the bug status to something different from "New"? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1427352 Title: TreeView never display horizontal

[Bug 1427352] Re: TreeView never display horizontal scrollbar so columns gets squashed together

2015-03-03 Thread Thiago Bellini
@laney: I edited the bug description to provide some more info like you requested. Is there anything else that I should do? ** Description changed: This is a regression from 3.8 present until 3.12 (it is fixed on 3.14+). The treeview's horizontal scrollbar is broken in a way that it will

[Bug 1513961] Re: Missing __init__.py file on package

2015-11-13 Thread Thiago Bellini
@pitty the error is on trusty only. Yes, the /usr/share/pyshared/qrcode/__init__.py exists, what is missing in it is the /usr/share/pyshared/qrcode/image/__init__.py, as you can see here http://packages.ubuntu.com/trusty/all/python-qrcode/filelist Try importing qrcode.main for example (as it will

[Bug 1513961] Re: Missing __init__.py file on package

2015-11-13 Thread Thiago Bellini
@pitti: Ok, that is weird. Just tested on a trusty vm and I could not reproduce the problem. When I reproduced it, I extracted qrcode from the deb, put the directory on PYTHONPATH and ran it. I did that because, even though I was running trusty, I don't have sudo powers to install the package mys

[Bug 1513961] [NEW] Missing __init__.py file on package

2015-11-06 Thread Thiago Bellini
Public bug reported: The package is missing a __init__.py file on the qrcode/image package, making it useless. Just try to 'import qrcode' and since qrcode.image is not a package because of the missing file, and the qrcode/__init__.py tries to import it, it will not work. Just by changing the rul

[Bug 1513961] Re: Missing __init__.py file on package

2015-11-07 Thread Thiago Bellini
** Patch removed: "qrcode.diff" https://bugs.launchpad.net/ubuntu/+source/python-qrcode/+bug/1513961/+attachment/4514456/+files/qrcode.diff ** Patch added: "qrcode.diff" https://bugs.launchpad.net/ubuntu/+source/python-qrcode/+bug/1513961/+attachment/4514702/+files/qrcode.diff -- You rec

[Bug 1532883] [NEW] xcffib tries to dlopen an unavailable lib

2016-01-11 Thread Thiago Bellini
Public bug reported: The file "/usr/lib/python2.7/dist-packages/xcffib/__init__.py" tries to "ffi.dlopen('libxcb.so')", but 'libxcb.so' doesn't exist considering the package's declared dependencies. libxcb1 provides 'libxcb.so.1' and not 'libxcb.so' (that one is only provided by the '-dev' package

[Bug 1532883] Re: xcffib tries to dlopen an unavailable lib

2016-01-11 Thread Thiago Bellini
The merge proposal I linked should fix the problem. I also built the package with the fix on my ppa (https://launchpad.net/~hackedbellini/+archive/ubuntu/misc/+packages) for anyone wanting to test it. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscrib

[Bug 1532883] Re: xcffib tries to dlopen an unavailable lib

2016-01-24 Thread Thiago Bellini
@mathew-hodson: I don't understand... Why was this marked as "Fix Released"? My MP has not been merged yet and AFAIK, the fix was not yet released on the package. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.n

[Bug 1532883] Re: xcffib tries to dlopen an unavailable lib

2016-01-30 Thread Thiago Bellini
@ellisistfroh: Oh, I see. Interesting Well, if it is of any help, I have the same version I sent this fix built on this ppa: https://launchpad.net/~stoq- dev/+archive/ubuntu/lancamentos It is used to distribute the software we develop at my work (Stoq) and the package was already installed by som

[Bug 862313] Re: Duplicate menu entries in gnome-shell if menu-xdg is installed

2011-10-21 Thread Thiago Bellini
Not only duplicating, but showing cli apps too. Also, the duplicated apps have very ugly icons. I'm attaching a record I just made (using Gnome-shell CTRL+ALT+SHIFT+R) showing my applications menu. ** Attachment added: "Menu with ugly duplicated apps and other cli that should be hidden." htt

[Bug 862313] Re: Duplicate menu entries in gnome-shell if menu-xdg is installed

2011-11-07 Thread Thiago Bellini
Maybe the fix is just stopping suggesting 'menu-xdg' package when installing the meta-package 'gnome'? Obviously, if it's not needed for some gnome core functionality (which I think it's not, but I can be wrong). What do you think? -- You received this bug notification because you are a member o

[Bug 663670] Re: empathy doesn't connect to msn - blocked connection

2010-10-20 Thread Thiago Bellini
Kakaroto's patch worked for me too! -- empathy doesn't connect to msn - blocked connection https://bugs.launchpad.net/bugs/663670 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com h

[Bug 670060] [NEW] When removing PPAs, some doesn't disappear from USC

2010-11-02 Thread Thiago Bellini
Public bug reported: Binary package hint: software-center When removing PPAs from software sources, sometimes they doesn't disappear from Ubuntu Software Center. On my screenshoot attached, you can see 7 PPAs, but I only have 3 at the moment: "Vim", one of the "Chromium" PPA and the "Wine" one.

[Bug 670060] Re: When removing PPAs, some doesn't disappear from USC

2010-11-02 Thread Thiago Bellini
** Attachment added: "PPAs on USC" https://bugs.launchpad.net/bugs/670060/+attachment/1720850/+files/Screenshot.png -- When removing PPAs, some doesn't disappear from USC https://bugs.launchpad.net/bugs/670060 You received this bug notification because you are a member of Ubuntu Bugs, which