[Bug 1500118] [NEW] ListItem feature request: Signal at end of live drag

2015-09-26 Thread Robert Schroll
Public bug reported: When a ListItem is dragged, it emits "Started" and "Moving" events. But if each "Moving" event is accepted, as happens in a live drag case, no "Dropped" event will be emitted when the item is finally dropped. One should be added. The "to" and "from" parameters could both

[Bug 1498138] [NEW] z-order weirdness when dragging ListItems

2015-09-21 Thread Robert Schroll
Public bug reported: ListItems in a ListView start off with a z of 1. When you start dragging them, they get a z of 2. This causes two bits of weirdness: 1) Section headers in the ListView also have a z of 2. (See http://doc.qt.io/qt-5/qml-qtquick-listview.html#section-prop) This causes

[Bug 1498143] [NEW] Separator missing when last ListItem dragged into middle of ListView

2015-09-21 Thread Robert Schroll
Public bug reported: By default, there is a separator at the bottom of all but the last ListItem in a ListView. If drag-and-drop reordering is allowed, that last item can be moved into the middle of the list. It does not gain a separator in this case, resulting in two items without a separator

[Bug 1462489] Re: Allow apps to keep the screen on

2015-08-10 Thread Robert Schroll
It should be working on Nexus 4, 7 and 10 It's not working on my Nexus 7, but presumably that's because the flo devel channel hasn't seen an update since April. Has it been abandoned again? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1467937] [NEW] File input not supported in HTML5 container

2015-06-23 Thread Robert Schroll
Public bug reported: Triggering a input type=file in the HTML5 launcher does not open a file picker and results in the error, Content requested a file picker, but the application hasn't provided one. In contrast, the browser launches a Content Hub peer picker, accepts a content import, and turns

[Bug 1444178] Re: Crash when creating a page with sections

2015-04-17 Thread Robert Schroll
I just flashed my device with devel r2, and now I can no longer reproduce the crash. Don't know if you want to close this as fixed or not. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1444178

[Bug 1444178] Re: Crash when creating a page with sections

2015-04-15 Thread Robert Schroll
Isn't that a bit old? For which device? It was, until yesterday, the newest devel image available for flo. But r2 just came out, so I upgraded to test, and aa-clickhook is broken. I'll let you know when I've figured out how to work around that one. FWIW, I am unable to reproduce the crash on a

[Bug 1444347] Re: /usr/bin/aa-clickhook:ImportError:/usr/bin/aa-clickhook@14:/usr/lib/python3/dist-packages/apparmor/click.py@15:/usr/lib/python3.4/ctypes/__init__.py@7

2015-04-15 Thread Robert Schroll
This appears to be the problem I encountered after upgrading from devel r1 to devel r2. The full traceback follows: Fatal error: /tmp/com.ubuntu.developer.rschroll.beru_1.0.0_armhf.click failed to install. WARNING:root:Signature check failed, but installing anyway as requested Traceback (most

[Bug 1444347] Re: /usr/bin/aa-clickhook:ImportError:/usr/bin/aa-clickhook@14:/usr/lib/python3/dist-packages/apparmor/click.py@15:/usr/lib/python3.4/ctypes/__init__.py@7

2015-04-15 Thread Robert Schroll
objdump doesn't exist on the device, so I copied the python3.4 binary over to my desktop. Running that command doesn't produce any output. (Just objdump -T alone does, so I assume it's working but producing nothing that grep matches.) FWIW, it looks like the only use for ctypes in click.py is to

[Bug 1444347] Re: /usr/bin/aa-clickhook:ImportError:/usr/bin/aa-clickhook@14:/usr/lib/python3/dist-packages/apparmor/click.py@15:/usr/lib/python3.4/ctypes/__init__.py@7

2015-04-15 Thread Robert Schroll
phablet@ubuntu-phablet:~$ system-image-cli -i current build number: 2 device name: flo channel: devel alias: ubuntu-touch/vivid last update: 2015-04-15 03:04:31 version version: 2 version ubuntu: 20150413 version device: 20150210 version custom: 20150413 phablet@ubuntu-phablet:~$ md5sum

[Bug 1444178] [NEW] Crash when creating a page with sections

2015-04-14 Thread Robert Schroll
Public bug reported: See https://github.com/rschroll/beru/tree/section-crash for a test case. This creates a page with a GridView and populates the gridview with images loaded in from a javascript file. (This is to stand in for loading from a database in the original.) This crashes most of the

[Bug 1429687] Re: Cannot import two files with the same name to ContentStore.App

2015-03-20 Thread Robert Schroll
Just to check my understanding, this change will cause an error when trying to import a file with the same name as one that already exists. Thus, there will be no way to import such a file while using a ContentScope. Correct? -- You received this bug notification because you are a member of

[Bug 1394454] Re: Documentation for service_type in OnlineAccountClient is misleading

2015-02-24 Thread Robert Schroll
I have no idea what I was looking at three months ago that had the error. But a quick googling turns up this page, https://developer.ubuntu.com/en/apps/platform/guides/online-accounts- developer-guide/, which has the example service file: service typeubuntu.com.developer.me.MyClick_MyApp/type

[Bug 1394480] Re: Need a mechanism to load more query results

2014-11-22 Thread Robert Schroll
For the record, I've implemented a workaround to provide a Load more button at the bottom of the list of results. It specially crafts a query that the scope will use to load the next group of results. There are many problems with this approach (confusing queries displayed, departments disappear

[Bug 1394480] Re: Need a mechanism to load more query results

2014-11-20 Thread Robert Schroll
In my use case, the new results would all go into new categories. It's not unlikely that some scopes will present a single category; these would also be able to add results without worry. We already allow results to pop up in arbitrary positions as they come in. Previous versions of my scope

[Bug 1394454] [NEW] Documentation for service_type in OnlineAccountClient is misleading

2014-11-19 Thread Robert Schroll
Public bug reported: The documentation for the service_type argument in the OnlineAccountClient is, 'The type of service (E.g. sharing).' But in examples of .service files, the service type is specified using the a reverse-domain-name-esque string. The documentation should be updated to reflect

[Bug 1394455] [NEW] 100ms timeout for query submission too brief

2014-11-19 Thread Robert Schroll
Public bug reported: There is currently a 100 ms timeout between keypresses and query submission. This is rather short and ends up submitting many queries while the user is still typing a delay of ~300 ms would eliminate many of these submissions while still being barely noticeable. See this

[Bug 1394479] [NEW] Add ability to place text in emblem position

2014-11-19 Thread Robert Schroll
Public bug reported: Category renders will display an image as the emblem at the right end of the title. It should be possible to place text there instead of or in addition to the image. Thus, the emblem should be have like the attributes. Example use case: The Gmail scope displays the time of

[Bug 1394480] [NEW] Need a mechanism to load more query results

2014-11-19 Thread Robert Schroll
Public bug reported: Many APIs return only partial results to a query, along with a token for requesting further results. There should be a way for scopes to request those results when the user has viewed all of the current results. The obvious trigger would be when the user pulls up at the

[Bug 1393470] Re: Service cache doesn't update as services change

2014-11-18 Thread Robert Schroll
Note that this can cause confusion for apps that ship with a .service file. A fix may not take effect, or a breakage may not be noticed, since the old, working configuration persisted. (This latter case bit me.) -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1335761] Re: [Dash] Activating a preview with a scope URI for the current scope doesn't send you back to the results view

2014-11-07 Thread Robert Schroll
I have a simple scope that seems to exhibit the same problem: https://code.launchpad.net/~rschroll/+junk/multiples -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1335761 Title: [Dash] Activating a

[Bug 1384809] Re: RTM image 4 hangs on start on emulator

2014-11-03 Thread Robert Schroll
v5, just released, does seem to work. I note that it gives the same warnings logind, so apparently these weren't the issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1384809 Title: RTM image 4

[Bug 1384809] Re: TRM image 4 hangs on start on emulator

2014-10-23 Thread Robert Schroll
** Attachment added: Output of ps ax https://bugs.launchpad.net/ubuntu/+source/goget-ubuntu-touch/+bug/1384809/+attachment/4242476/+files/ps.txt ** Summary changed: - TRM image 4 hangs on start on emulator + RTM image 4 hangs on start on emulator -- You received this bug notification

[Bug 1384809] [NEW] RTM image 4 hangs on start on emulator

2014-10-23 Thread Robert Schroll
Public bug reported: I'm running the ubuntu-emulator on 14.04 (0.4+14.10.20140929-0ubuntu1). I've downloaded the latest RTM image (v4, 20141017). When it starts, it hangs with a black screen. The last log messages refer to systemd- logind: [ 32.930383] systemd-logind[777]: Failed to start

[Bug 1384349] [NEW] apparmor denies app-specific download dorectpry

2014-10-22 Thread Robert Schroll
Public bug reported: Oct 22 13:32:41 ubuntu-phablet kernel: [ 9393.918517] type=1400 audit(1413999161.373:361): apparmor=DENIED operation=open profile=com.ubuntu.developer.rschroll.beru_beru_0.9.8 name=/home/phablet/.local/share/ubuntu-download-

[Bug 1341603] Re: Missing menus in ubuntu-sdk when appmenu-qt5 is installed

2014-07-14 Thread Robert Schroll
I also have this problem running under Gnome Shell. I'm currently on 14.04, and this happened both before and after I installed with SDK team tools-development PPA. Previously on 12.04, I did not see this problem under Gnome Shell. -- You received this bug notification because you are a member

[Bug 1263317] Re: Not working on GTK 3 windows

2014-04-27 Thread Robert Schroll
The linked patch fixes all of the problems I've noticed so far. Thanks! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1263317 Title: Not working on GTK 3 windows To manage notifications about

[Bug 1236951] Re: package tex-common 4.04 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2014-04-27 Thread Robert Schroll
I also had this problem after upgrading from 12.04 to 14.04. My TeX install was broken afterwards. I eventually got it working by uninstalling all tex-related packages, deleting /etc/texmf/texmf.d/, and reinstalling the tex packages. -- You received this bug notification because you are a

[Bug 1313241] [NEW] package tex-common 4.04 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2014-04-26 Thread Robert Schroll
Public bug reported: On an upgrade from 12.04 to 14.04, there were many errors reported about tex-common. Then this browser window opened trying to report a bug. So here you go. ProblemType: Package DistroRelease: Ubuntu 14.04 Package: tex-common 4.04 ProcVersionSignature: Ubuntu

[Bug 709860] Re: banshee repeat the playing tracks even if repeat is turned off

2014-01-24 Thread Robert Schroll
Andres, that seems to be the pattern I've seen as well. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/709860 Title: banshee repeat the playing tracks even if repeat is turned off To manage

[Bug 1237045] Re: Ubuntu UI Toolkit no longer builds on precise, quantal and raring

2013-12-12 Thread Robert Schroll
Is this going to make it into the ubuntu-sdk-team ppa? If so, on what sort of time scale? Also, I notice that the ubuntu-ui-toolkit is no longer building for saucy, due to missing 'qtbase5-dev (= 5.2~)'. Since precise, quantal, and raring are still on 5.0.2 in this ppa, I fear they will still

[Bug 1237045] Re: Ubuntu UI Toolkit no longer builds on precise, quantal and raring

2013-12-03 Thread Robert Schroll
This is more than just an inconvenience. The toolkit has diverged enough since this problem hit that code that runs on precise, quantal, and raring will no longer run on saucy or trusty, and vice versa. In particular, the internal API used by OptionSelectorDelegates has changed; see #1257529.

[Bug 1223891] Re: Allow click packages to register as mimetype handlers

2013-09-12 Thread Robert Schroll
In #ubuntu-app-devel, David Planella pointed me over here. Of course, I was just following orders is no defense :). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1223891 Title: Allow click

[Bug 1223891] [NEW] Allow click packages to register as mimetype handlers

2013-09-11 Thread Robert Schroll
Public bug reported: I could be nice to allow click packages to register as a handler for some mimetypes. This would (presumably) allow the user to open a file with the program from the file browser or from the command line with xdg-open. (Issues about apparmor access would probably also need

[Bug 1223891] Re: Allow click packages to register as mimetype handlers

2013-09-11 Thread Robert Schroll
Well, when I asked about this on IRC, they referred me here. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1223891 Title: Allow click packages to register as mimetype handlers To manage

Re: [Bug 1153254] Re: Time is wrong (prematurely ended DST) in Chile

2013-03-12 Thread Robert Schroll
On 03/11/2013 02:38 PM, roko wrote: Confirmed that the first patch works on Ubuntu 12.04. Didn't try yet the java patch. If you don't have tzdata-java installed (I think it comes from OpenJDK), there's no need to install the updated version. But if you do, you really want to install both.

[Bug 1153254] Re: Time is wrong (prematurely ended DST) in Chile

2013-03-10 Thread Robert Schroll
Note that Raring has the updated versions of tzdata. You can get them, http://launchpadlibrarian.net/133351892/tzdata_2013a-1ubuntu1_all.deb and http://launchpadlibrarian.net/133351894/tzdata-java_2013a- 1ubuntu1_all.deb, and install them with `sudo dpkg -i tzdata*` (assuming you don't have any

[Bug 1018877] [NEW] Thunderbird munges new email that arrives while downloading old emails

2012-06-28 Thread Robert Schroll
Public bug reported: I use IMAP to access my Gmail account, which has a fair number of emails in it. When I set up Thunderbird on a new computer, it takes a while to download all of those emails (presumably for its full-text search). If a new email arrives during that time, there's a 50% chance

[Bug 1018877] Re: Thunderbird munges new email that arrives while downloading old emails

2012-06-28 Thread Robert Schroll
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1018877 Title: Thunderbird munges new email that arrives while downloading old emails To manage notifications about this bug go to:

[Bug 1018877] Re: Thunderbird munges new email that arrives while downloading old emails

2012-06-28 Thread Robert Schroll
Here's an example of the problem. The first part is the body of a new email; the second is part of the headers of an old one. I've XXXed out addresses (both real and e-), but these were undamaged in the original. ** Attachment added: Example email

[Bug 346386] Re: [MASTER] Update fails with invalid package files with Encountered a section with no Package: header

2012-06-25 Thread Robert Schroll
I can confirm this bug on a brand-new install of 12.04. The files of /var/lib/apt/lists/ all seem to contain the text about logging in from the proxy server. Clearing out this directory solves the problem. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1017711] [NEW] Unhandled exception during timezone selection

2012-06-25 Thread Robert Schroll
Public bug reported: I was attempting to install 12.04 from the amd64 LiveCD. During the timezone selection, there is an unhandled ValueError if there is a network connection but not an internet connection. In my case, I was sitting behind an AP that requires authentication via a Java applet

Re: [Bug 971224] Re: [HP Pavilion dv6 Notebook PC, IDT 92HD81B1X5, Speaker, Internal] No bass, only 2/4 speakers working

2012-04-29 Thread Robert Schroll
On 04/27/2012 12:52 PM, Joe H. wrote: Are there things I can run to give you extra info that maybe resolves the minor differences in hardware? You could run `ubuntu-bug audio --save=bug.txt`. This should produce the same information that I attached at the top of the bug report.You can either

Re: [Bug 971224] Re: [HP Pavilion dv6 Notebook PC, IDT 92HD81B1X5, Speaker, Internal] No bass, only 2/4 speakers working

2012-04-26 Thread Robert Schroll
On 04/26/2012 05:19 PM, Joe H. wrote: I do not get any out put with this script. That's a good sign -- like all well-designed UNIX scripts, it is silent on success. The question is, did it enable all four speakers? -- You received this bug notification because you are a member of Ubuntu

[Bug 971224] Re: [HP Pavilion dv6 Notebook PC, IDT 92HD81B1X5, Speaker, Internal] No bass, only 2/4 speakers working

2012-04-25 Thread Robert Schroll
Joe H.: Here's the Python script that hda_analyzer spit out for me. I don't understand what it's doing, but it works for me. Maybe you'll be lucky and have it work on your machine too. It doesn't look like it needs any special packages, so it should run for you. Note that it needs to be run as

Re: [Bug 486154] Re: System beep broken in Karmic despite heroic efforts to fix it

2012-04-18 Thread Robert Schroll
On 04/17/2012 01:57 PM, John Vivirito wrote: This is a problem again. it was working until last week or so. I reinstalled than updated and it stopped working, anything i can do to help with this? Your first step should be to determine if this bug is your problem or not. This bug is

[Bug 971224] Re: [HP Pavilion dv6 Notebook PC, IDT 92HD81B1X5, Speaker, Internal] No bass, only 2/4 speakers working

2012-04-06 Thread Robert Schroll
(Un)Fortunately, it appears the no bass bug (2) is a hardware problem. I also got no bass when testing in Windows. As for the only top speaker bug (1), I tested two more options in /etc/modprobe.d/alsa-base.conf: - model=auto had the same behavior as the majority. - single_cmd=1 didn't fix the

[Bug 971224] Re: [HP Pavilion dv6 Notebook PC, IDT 92HD81B1X5, Speaker, Internal] No bass, only 2/4 speakers working

2012-04-03 Thread Robert Schroll
Flailing around blindly in hda_analyzer, I've found that I can get sound out of both the top and front speakers. If I change the connection of Node 0x0f from 0x13 to 0x14, I get sound out of all four speakers. Moreover, I can control the volumes independently. Node 0x13 controls the volume of

[Bug 971224] Re: [HP Pavilion dv6 Notebook PC, IDT 92HD81B1X5, Speaker, Internal] No bass, only 2/4 speakers working

2012-04-02 Thread Robert Schroll
FWIW, the same problems occur when using JACK. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/971224 Title: [HP Pavilion dv6 Notebook PC, IDT 92HD81B1X5, Speaker, Internal] No bass, only 2/4

[Bug 971224] [NEW] [HP Pavilion dv6 Notebook PC, IDT 92HD81B1X5, Speaker, Internal] No bass, only 2/4 speakers working

2012-04-01 Thread Robert Schroll
Public bug reported: I have a HP Pavilion dv6-6186nr with Beats Audio (whatever that means). As best I can tell, the notebook has four speakers: two under the grill at the base of the screen (top) and two along the front, under the wrist rest (front). When playing audio through the headphone

[Bug 971224] Re: [HP Pavilion dv6 Notebook PC, IDT 92HD81B1X5, Speaker, Internal] No bass, only 2/4 speakers working

2012-04-01 Thread Robert Schroll
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/971224 Title: [HP Pavilion dv6 Notebook PC, IDT 92HD81B1X5, Speaker, Internal] No bass, only 2/4 speakers working To manage notifications about this

[Bug 419501] Re: apport-kde assert failure: python: ../../src/xcb_io.c:242: process_responses: Assertion `(((long) (dpy-last_request_read) - (long) (dpy-request)) = 0)' failed.

2012-03-17 Thread Robert Schroll
So, against what should this bug be filed? GTK/Qt? Vte? Python? All of them? Something else? -- You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to python-qt4 in Ubuntu. https://bugs.launchpad.net/bugs/419501 Title: apport-kde assert

[Bug 769314] Re: System bell broken in Natty/Unity (despite heroic...)

2011-07-13 Thread Robert Schroll
In natty, on the Sound Effects tab there is no control for system bell events. So this part of the report seems fixed. I just updated my Natty VM, and the Sound Preferences dialog still has a Sound Effects tab that offers to set the alert sound and volume. I just created a new user, and he has

[Bug 575812] Re: revtex4-1 should be upgraded to bugfix release on 3/15/2010

2011-06-02 Thread Robert Schroll
Shouldn't this bug be related to texlive-publishers instead of texlive-extra? As I understand it, bugs are filed against source packages, not binary packages. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 575812] Re: revtex4-1 should be upgraded to bugfix release on 3/15/2010

2011-05-31 Thread Robert Schroll
but causes an error with natbib.sty. The RevTeX4.1 release notes say that it requires the latest version of natbib, developed in conjunction with REVTEX 4.1. This is not provided by the deb I produced. For whatever reason, I haven't had problems with natbib, but I'm not surprised to hear

[Bug 575812] Re: revtex4-1 should be upgraded to bugfix release on 3/15/2010

2011-05-31 Thread Robert Schroll
BTW, the natbib problem is bug #578693. And it looks like Debian already knows and has decided not to fix it yet. ** Bug watch added: Debian Bug tracker #591927 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=591927 ** Also affects: texlive-extra (Debian) via

[Bug 486154] Re: System beep broken in Karmic despite heroic efforts to fix it

2011-05-29 Thread Robert Schroll
the system bell should work in metacity without issue Well, except for the issue that we've spent 18 months and 89 comments discussing: You can't turn off the libcanberra bell handling without patching Metacity. -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 769314] Re: System bell broken in Natty/Unity (despite heroic...)

2011-05-29 Thread Robert Schroll
I'm afraid I still fail to see why the correct solution here is to produce duplicate code in each window manager instead of letting the sound system handle it. But if we must add this functionality to Compiz, please please please give it an off switch. Thanks. -- You received this bug

[Bug 486154] Re: System beep broken in Karmic despite heroic efforts to fix it

2011-05-06 Thread Robert Schroll
Thomas, Pete: Problems with the system bell are subtle and strongly dependent on what exactly you are trying to do. One of these factors is the window manager. This bug is primarily focused on getting the system bell working under Metacity. gconf twiddling *may* be necessary in this case;

[Bug 769314] Re: System bell broken in Natty/Unity (despite heroic...)

2011-04-24 Thread Robert Schroll
The same problem does exist in Ubuntu Classic/Compiz, though not in Ubuntu Classic/Metacity. (I had been unaware of the Compiz variant until you pointed it out.) As this is an integration problem, I thought the desktop environment would be a good umbrella organization to organize the response.

[Bug 769314] [NEW] System bell broken in Natty/Unity (despite heroic...)

2011-04-22 Thread Robert Schroll
Public bug reported: Binary package hint: unity This bug is about problems using the system bell in Unity or another Compiz-based environment. For problems using the system bell in Ubuntu Classic or a Metacity-based environment, please see bug #486154. The system bell (that beep when you

[Bug 769314] Re: System bell broken in Natty/Unity (despite heroic...)

2011-04-22 Thread Robert Schroll
** Also affects: pulseaudio (Ubuntu) Importance: Undecided Status: New ** Also affects: gnome-media (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 486154] Re: System beep broken in Karmic despite heroic efforts to fix it

2011-04-22 Thread Robert Schroll
I've filed another bug about problems with the system bell in Unity (#769314). Basically those problems are the same as in Compiz discussed here. So let's talk about Compiz problems over there and keep the Metacity discussion here. -- You received this bug notification because you are a member

[Bug 769314] Re: System bell broken in Natty/Unity (despite heroic...)

2011-04-22 Thread Robert Schroll
Thanks for the fast reply. As I note in this bug and in bug #486154, that bug is primarily focused on the system bell in Metacity. We did uncover problems under Compiz, but I thought it would be better to split them out into their own bug. This is that bug. Hopefully, unlike #486154, this one

[Bug 537703] Re: Compiz intercepts alert sound from gnome-terminal

2011-04-22 Thread Robert Schroll
I just filed bug #769314, which I believe addresses the same problems. See that bug for the full details, but the short version is: - gnome-volume-control assumes Metacity is controlling the system bell. When Compiz is running, it does nothing. - Pulse Audio could produce a sound for system bell

[Bug 769353] [NEW] Icon for Trash should be 2D, not 3D

2011-04-22 Thread Robert Schroll
Public bug reported: Binary package hint: unity When the launcher moves to accordion mode, icons that don't fit are deformed to make it appear that they have rotated backwards around their lower edge. The deformation is a simple skew, which works as long as the icon is perceived to be a planar

[Bug 769353] Re: Icon for Trash should be 2D, not 3D

2011-04-22 Thread Robert Schroll
** Attachment added: The skewed trash icon https://bugs.launchpad.net/bugs/769353/+attachment/2083834/+files/trash.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/769353 Title: Icon for Trash

[Bug 486154] Re: System beep broken in Karmic despite heroic efforts to fix it

2011-02-21 Thread Robert Schroll
Two non-reporter comments, including none from metacity developers, over 13 months may be called many things, but I wouldn't call it being discussed. Let's be honest - upstream is not fixing this bug. Ubuntu is apparently not fixing this bug. Let's stop misleading people into thinking this will

[Bug 486154] Re: System beep broken in Karmic despite heroic efforts to fix it

2010-11-30 Thread Robert Schroll
Michael and Chris, thanks for taking a look at this. But I still don't understand why the system bell should be tied to the window manager. It seems to me a strange connection that leads to silly bugs like #430203. IMHO, the obvious solution is to let Pulse Audio handle the beep and leave the

[Bug 575812] Re: revtex4-1 should be upgraded to bugfix release on 3/15/2010

2010-11-16 Thread Robert Schroll
In case it helps anyone else, here's a .deb I made by updating 2009-7ubuntu3 (current version in Lucid) to include REVTeX 4.1r. I can confirm that this fixes the affiliation bug. Some obsure debuild bug kept me from including the updated PDF files in this. But the .tex files have been updated,

[Bug 575812] Re: revtex4-1 should be upgraded to bugfix release on 3/15/2010

2010-11-16 Thread Robert Schroll
And here's a .debdiff with those changes. Again, it's missing the updated PDFs. ** Patch added: .debdiff with REVTeX 4.1r https://bugs.launchpad.net/ubuntu/+source/texlive-extra/+bug/575812/+attachment/1735959/+files/texlive-extra_2009-7ubuntu4.debdiff ** Tags added: patch -- revtex4-1

[Bug 486154] Re: System beep broken in Karmic despite heroic efforts to fix it

2010-10-31 Thread Robert Schroll
On 10/11/2010 11:58 AM, Thomas Troesch wrote: When I get the system bell, I have no control over the volume, and the duration parameter 'beeps' twice as long as xset q would indicate. Is this the same behavior you are getting? I suspect that this may be related to bug #280767. I've noticed

[Bug 486154] Re: System beep broken in Karmic despite heroic efforts to fix it

2010-09-27 Thread Robert Schroll
Nic, thanks for figuring out that Pulse Audio was the thing breaking the bell in Compiz. I couldn't believe that I should have to restart Compiz to restore the bell, and you showed that I don't. Armed with this knowledge, I went looking around for where Pulse Audio loads its modules. The X11

[Bug 419501] Re: apport-kde assert failure: python: ../../src/xcb_io.c:242: process_responses: Assertion `(((long) (dpy-last_request_read) - (long) (dpy-request)) = 0)' failed.

2010-06-30 Thread Robert Schroll
On 06/30/2010 05:14 AM, Julien Cristau wrote: From what I can tell the python program in comment 31 appears to open an X connection, fork, and then use that X connection from both the child and the parent. That can't possibly work. And yet it does, in Ubuntu Karmic. All that the child

[Bug 486154] Re: System beep broken in Karmic despite heroic efforts to fix it

2010-06-21 Thread Robert Schroll
Update for Lucid, for which I'm sure everyone has been waiting with bated breath. pcspkr is still blacklisted. See the above comment for details. Metacity behaves the same way as it did in Karmic, trapping all system bell events and using it's own playback capabilities. This is despite the

[Bug 419501] Re: apport-kde assert failure: python: ../../src/xcb_io.c:242: process_responses: Assertion `(((long) (dpy-last_request_read) - (long) (dpy-request)) = 0)' failed.

2010-05-05 Thread Robert Schroll
Both would be bugs in the application. I would like to point out my test case again (comment 31), a simple pyGTK app that displays the same problem. While it may have a bug (please point it out if you see it!), I find that unlikely given how short and simple it is, and because it works

[Bug 419501] Re: apport-kde assert failure: python: ../../src/xcb_io.c:242: process_responses: Assertion `(((long) (dpy-last_request_read) - (long) (dpy-request)) = 0)' failed.

2010-04-29 Thread Robert Schroll
OK, I'm not having any problems with ico -threads 10 with the PPA. BUT: Is there any reason to believe that the problems with ico are the same as this bug? As far as I can tell, the problem here is that Python programs using X which execute a fork reliably throw a specific assertion error.

[Bug 419501] Re: apport-kde assert failure: python: ../../src/xcb_io.c:242: process_responses: Assertion `(((long) (dpy-last_request_read) - (long) (dpy-request)) = 0)' failed.

2010-04-26 Thread Robert Schroll
Chris Halse Rogers wrote: There has recently been work done upstream to fix these sort of bugs. I've pushed some testing packages incorporating these fixes to https://edge.launchpad.net/~raof/+archive/aubergine/+packages. I've tried installing packages from this PPA, and the test case still

[Bug 566282] Re: Menu bar should be grab-able in New Wave theme

2010-04-19 Thread Robert Schroll
Sorry I'm not more clear. In Lucid, GTK apps may have a grab target for the window in the area to the right of the menu bar. That is, if you click and drag in this region, you will drag the entire window. This behavior seems to be theme-dependent: It exists in Ambiance, Radiance, and Dust, but

[Bug 566297] Re: Panel colors should match rest of New Wave theme

2010-04-19 Thread Robert Schroll
Well, speaking solely as a user, my thought when seeing this was not, Ooh, usable! but, Looks like they forgot to change the defaults on the panel color. Only when I looked more carefully did I find that the colors changed slightly from Radiance (Lucid's default) but didn't match the window

[Bug 566282] [NEW] Menu bar should be grab-able in New Wave theme

2010-04-18 Thread Robert Schroll
Public bug reported: Binary package hint: gnome-themes-ubuntu In Lucid, a number of themes (Ambiance, Radiance, and Dust, e.g.) make the menu bar of GTK apps the same color as the title bar. Additionally, the window can be grabbed by the non-menu part of the menu bar, just as with the title

[Bug 566297] [NEW] Panel colors should match rest of New Wave theme

2010-04-18 Thread Robert Schroll
Public bug reported: Binary package hint: gnome-themes-ubuntu The grays of the Gnome panel are slightly different than the grays used elsewhere in the New Wave theme. Maybe this is by design, but the effect is subtle enough that it just looks wrong to my eyes. I would advocate either making

[Bug 486154] Re: System beep broken in Karmic despite heroic efforts to fix it

2010-03-28 Thread Robert Schroll
This was probably unspeakably gauche of me, but I removed the -needswork tag until someone can explain to me why we would want metacity mucking about with the audible system bell events. This bug (and system bell events in general) obviously does still need work, but I just don't see what more is

[Bug 486154] Re: System beep broken in Karmic despite heroic efforts to fix it

2010-03-23 Thread Robert Schroll
Just to confirm my previous assertion, I installed the Lucid beta on a virtual machine. I applied my patch [1], restarted metacity, and unloaded and reloaded Pulse Audio's module-x11-bell [2]. System bells rang the same bell.ogg sound file, but through Pulse Audio. Additionally, I could now

[Bug 544743] [NEW] Incorrect placement of hyperlink anchors in certain PDFs

2010-03-22 Thread Robert Schroll
Public bug reported: Poppler (and therefore Evince) place the anchors of hyperlinks incorrectly with some PDFs. I've attached a sample PDF which displays the problem. The link is the work link in the second sentence, but Evince misplaces the anchor to around the word [This]. The same problem

[Bug 544743] Re: Incorrect placement of hyperlink anchors in certain PDFs

2010-03-22 Thread Robert Schroll
** Attachment added: The testcase PDF http://launchpadlibrarian.net/41674730/testcase.pdf -- Incorrect placement of hyperlink anchors in certain PDFs https://bugs.launchpad.net/bugs/544743 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 544743] Re: Incorrect placement of hyperlink anchors in certain PDFs

2010-03-22 Thread Robert Schroll
** Attachment added: The LaTeX source for the test case. http://launchpadlibrarian.net/41674769/testcase.tex -- Incorrect placement of hyperlink anchors in certain PDFs https://bugs.launchpad.net/bugs/544743 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 544743] Re: Incorrect placement of hyperlink anchors in certain PDFs

2010-03-22 Thread Robert Schroll
Evince properly places the anchor in the case. It was made from the same source file, but using pdflatex instead of latex dvips ps2pdf. ** Attachment added: The test case compiled by pdflatex http://launchpadlibrarian.net/41674835/testcase.pdflatex.pdf -- Incorrect placement of hyperlink

[Bug 486154] Re: System beep broken in Karmic despite heroic efforts to fix it

2010-03-19 Thread Robert Schroll
Dmitrijs Ledkovs wrote: I'm part of Ubuntu Reviewers team. Your patch is good to brute-force revert the change but what about people who want both options and switch between the two behavior? As discussed in this long bug report it's not possible yet due to many issues raised and the patch

[Bug 419501] Re: apport-kde assert failure: python: ../../src/xcb_io.c:242: process_responses: Assertion `(((long) (dpy-last_request_read) - (long) (dpy-request)) = 0)' failed.

2010-03-09 Thread Robert Schroll
The testcase still fails on the daily ISO. ** Changed in: libxcb (Ubuntu Lucid) Status: Incomplete = Confirmed -- apport-kde assert failure: python: ../../src/xcb_io.c:242: process_responses: Assertion `(((long) (dpy-last_request_read) - (long) (dpy-request)) = 0)' failed.

[Bug 419501] Re: apport-kde assert failure: python: ../../src/xcb_io.c:242: process_responses: Assertion `(((long) (dpy-last_request_read) - (long) (dpy-request)) = 0)' failed.

2010-03-04 Thread Robert Schroll
has anyone tried to reproduce this on lucid? I just tried the test case and got the same error as before. (Although now, it's caught by apport, so I have to wait for that think before I can see the problem. Progress!) This is on a VM image of lucid that is about 2 weeks old. libxcb isn't

[Bug 470824] Re: spurious trailing space after tab completion

2010-02-28 Thread Robert Schroll
I can confirm that Adam Collard's PPA version solves this issue. I have not seen any side effects. Adam, thanks for putting this PPA together. If there's anything I can do to help, please let me know. -- spurious trailing space after tab completion https://bugs.launchpad.net/bugs/470824 You

[Bug 470824] Re: spurious trailing space after tab completion

2010-02-21 Thread Robert Schroll
This was fixed in 2.6.4-4 Does this mean that I should not expect this fix to make it into Karmic? -- spurious trailing space after tab completion https://bugs.launchpad.net/bugs/470824 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 280767] Re: Cannot adjust system beep volume, only frequency and duration

2010-02-14 Thread Robert Schroll
I am beginning to wonder if this is a problem with the playback of the beep, not with xset itself. After all, `xset q` reports the same values that are set with xset. Additionally, pulse audio's module-x11-bell properly respect the volume set by xset. Could the code that plays the beep be

[Bug 419501] Re: apport-kde assert failure: python: ../../src/xcb_io.c:242: process_responses: Assertion `(((long) (dpy-last_request_read) - (long) (dpy-request)) = 0)' failed.

2010-02-08 Thread Robert Schroll
I don't know if this helps or not, but I've found a work-around for my test case. The trick is to hold off on importing gtk and vte until after the child process forks off. I'm guessing that the error is due to two separate processes holding the same objects. (This affects both gtk and vte, but

[Bug 486154] Re: System beep broken in Karmic despite heroic efforts to fix it

2010-02-06 Thread Robert Schroll
I've edited the description to try to give a better overview of our current understanding of the various problems in this bug. Please add anything I left out. Also, I nominated this for Lucid because, hey, why not? ** Description changed: - In a fully up-to-date AMD64 Karmic on an MSI MS-7511

[Bug 518269] [NEW] xcb_io.c assertion error following forkpty and raw_input in PyGTK

2010-02-06 Thread Robert Schroll
Public bug reported: I am writing a PyGTK application which involves a vte Terminal. I use a forkpty() call to launch a child process in the terminal. When the child process runs a raw_input(), it dies with the message: python: ../../src/xcb_io.c:242: process_responses: Assertion `(((long)

[Bug 518269] Re: xcb_io.c assertion error following forkpty and raw_input in PyGTK

2010-02-06 Thread Robert Schroll
** Attachment added: Test case http://launchpadlibrarian.net/38847560/echotest.py -- xcb_io.c assertion error following forkpty and raw_input in PyGTK https://bugs.launchpad.net/bugs/518269 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 419501] Re: apport-kde assert failure: python: ../../src/xcb_io.c:242: process_responses: Assertion `(((long) (dpy-last_request_read) - (long) (dpy-request)) = 0)' failed.

2010-02-06 Thread Robert Schroll
I just submitted bug #518269, in which this same error is seen in a PyGTK application. I don't know if it is the same bug as this one. But I did manage to put together a rather simple test case. If these turn out to be the same bug, please mark mine as a duplicate. -- apport-kde assert

[Bug 419501] Re: apport-kde assert failure: python: ../../src/xcb_io.c:242: process_responses: Assertion `(((long) (dpy-last_request_read) - (long) (dpy-request)) = 0)' failed.

2010-02-06 Thread Robert Schroll
Here is the test case that I originally posted in #518269. It is a PyGTK app with a vte Terminal. It uses forkpty() to create a child process inside the terminal. That child process dies with this assertion error when it reaches the raw_input() statement. (Actually, it seems to need some

  1   2   >