[Bug 1033727] Re: USB passthrough doesn't work anymore with qemu-kvm 1.1.1

2012-11-11 Thread Tristan Schmelcher
Just an FYI for people that come across this bug: not all USB devices are affected. USB passthrough is working for me with a Logitech C920 webcam in Ubuntu 12.10 (qemu-kvm 1.2.0), albeit with some video freezing. -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1025408] Re: package libjbig0 2.0-2ubuntu1 failed to install/upgrade: no package named `libjbig0' is installed, cannot configure

2012-11-11 Thread Tristan Schmelcher
For me, Skype _was_ installed at the time of upgrade. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1025408 Title: package libjbig0 2.0-2ubuntu1 failed to install/upgrade: no package named

[Bug 1075594] Re: Linking error: undefined reference to `RtMidiIn::RtMidiIn(std::string, unsigned int)'

2012-11-08 Thread Tristan Matthews
** Branch linked: lp:ubuntu/quantal/rtmidi -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1075594 Title: Linking error: undefined reference to `RtMidiIn::RtMidiIn(std::string, unsigned int)' To

[Bug 1075594] [NEW] Linking error: undefined reference to `RtMidiIn::RtMidiIn(std::string, unsigned int)'

2012-11-06 Thread Tristan Matthews
Public bug reported: As of Quantal, I can't link programs that depened on libstk, because libstk.so expects two methods to be implemented in RtMidi: /usr/lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/libstk.so: undefined reference to `RtMidiIn::RtMidiIn(std::string, unsigned int)'

[Bug 1075594] Re: Linking error: undefined reference to `RtMidiIn::RtMidiIn(std::string, unsigned int)'

2012-11-06 Thread Tristan Matthews
Try to compile the attached test case with: c++ test.cpp -o test -lstk You'll get the same result if you compile with: c++ test.cpp -o test -lstk -lrtaudio or: c++ test.cpp -o test -lstk -lrtaudio `pkg-config --cflags --libs rtmidi` ** Attachment added: minimal test case

[Bug 1075594] Re: Linking error: undefined reference to `RtMidiIn::RtMidiIn(std::string, unsigned int)'

2012-11-06 Thread Tristan Matthews
** Patch added: Reverts 03-system_rtaudio_rtmidi.patch https://bugs.launchpad.net/ubuntu/+source/stk/+bug/1075594/+attachment/3425731/+files/reverted_03-system_rtaudio_rtmidi.patch ** Description changed: - As of Quantal, I can't link programs that because libstk.so expects two - methods to

[Bug 1038781] Re: -dev packages are missing alternate depends on -extra packages

2012-11-06 Thread Tristan Matthews
In Quantal (12.10), libavutil-dev can only be installed if libavutil51 is installed, there's no option for it to depend on libavutil-extra-51. Since libavcodec-dev depends on libavutil-dev, both packages will be uninstalled if we try to install libavcodec-extra-53. The attached patch uses the

[Bug 1075594] Re: Linking error: undefined reference to `RtMidiIn::RtMidiIn(std::string, unsigned int)'

2012-11-06 Thread Tristan Matthews
** Description changed: - As of Quantal, I can't link programs that depened on libstk, because + As of Quantal, I can't link programs that depend on libstk, because libstk.so expects two methods to be implemented in RtMidi:

[Bug 1069954] Re: Packaging issue : add alternative dependency libavutil-extra-51 to libavutil-dev

2012-11-01 Thread Tristan Matthews
*** This bug is a duplicate of bug 1038781 *** https://bugs.launchpad.net/bugs/1038781 ** This bug has been marked a duplicate of bug 1038781 -dev packages are missing alternate depends on -extra packages -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1072531] Re: [regression] X11 screen blanking after 10 minutes with no UI to change it

2012-10-30 Thread Tristan Schmelcher
I think the default value of 10 minutes is coming from DEFAULT_SCREEN_SAVER_TIME in include/site.h. I don't understand why it only affects one of my computers though ... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1072499] [NEW] [regression] Remote login to Unity on quantal fails if the remote machine has proprietary graphics drivers installed

2012-10-28 Thread Tristan Schmelcher
Public bug reported: After upgrading this computer from Ubuntu 12.04 Precise to Ubuntu 12.10 Quantal, I am no longer able to log in to it remotely with vnc4server and use Unity. Upon connecting with VNC, I am presented with the Unity greeter, and if I choose the default Unity session and log in

[Bug 1072506] [NEW] cupsd.conf should not be a dpkg conffile

2012-10-28 Thread Tristan Schmelcher
Public bug reported: The cups package ships a default config at /etc/cups/cupsd.conf as a dpkg conffile, and the CUPS server modifies this file automatically when settings are changed through GUI tools (e.g., system-config-printer- gnome). When the user upgrades to a later version of Ubuntu,

[Bug 1072531] [NEW] [regression] X11 screen blanking after 10 minutes with no UI to change it

2012-10-28 Thread Tristan Schmelcher
Public bug reported: After updating from Ubuntu 12.04 Precise to Ubuntu 12.10 Quantal, X11 has started automatically blanking the screen after 10 minutes of inactivity even though I have set Turn off screen when inactive in Brightness and Lock to 1 hour. If I change Turn off screen when inactive

[Bug 1072531] Re: [regression] X11 screen blanking after 10 minutes with no UI to change it

2012-10-28 Thread Tristan Schmelcher
** Attachment added: xorg0.conf (for seat #0) https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1072531/+attachment/3416954/+files/xorg0.conf -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1072531] Re: [regression] X11 screen blanking after 10 minutes with no UI to change it

2012-10-28 Thread Tristan Schmelcher
** Attachment added: xorg1.conf (for seat #1) https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1072531/+attachment/3416955/+files/xorg1.conf -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1072531] Re: [regression] X11 screen blanking after 10 minutes with no UI to change it

2012-10-28 Thread Tristan Schmelcher
Workaround: add this to xorg.conf (in my case, to both of them): Section ServerFlags Option BlankTime 0 EndSection -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1072531 Title:

[Bug 1072531] Re: [regression] X11 screen blanking after 10 minutes with no UI to change it

2012-10-28 Thread Tristan Schmelcher
** Attachment added: lightdm.conf https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1072531/+attachment/3416979/+files/lightdm.conf -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1072531

[Bug 492959] Re: Evince cannot save filled PDF forms

2012-10-22 Thread Tristan Schmelcher
Still repros in 12.10. Confirmed that qpdf --decrypt works around the problem. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/492959 Title: Evince cannot save filled PDF forms To manage

[Bug 910672] Re: [REDWOOD] dell U2410 monitor repeatedly turns itself on and off when suspended

2012-10-01 Thread Tristan Verniquet
Broken for me with Dell U2410 and Juniper XT [AMD Radeon HD 6000 Series]. Note there was no problem when using the display-port cable. I have only noticed it since switching to hdmi. Another difference is that previously Ubuntu would detect that there was only one monitor (ie my other monitor) if

[Bug 1049659] [NEW] grep -r no longer follows symlinks

2012-09-12 Thread Tristan Hill (credativ)
Public bug reported: Per http://www.mail-archive.com/bug-grep@gnu.org/msg03948.html only -R now follows symlinks. The info page reflects this but the man page does not. ** Affects: grep (Ubuntu) Importance: Low Status: Triaged -- You received this bug notification because you

[Bug 967399] Re: [11.10] Elantech trackpoint does not work Lenovo

2012-09-11 Thread Tristan Leo
i can fully confirm the comments above on 12.10 (development) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/967399 Title: [11.10] Elantech trackpoint does not work Lenovo To manage notifications

[Bug 1023165] Re: Can't change IBus input method using menu in Unity

2012-08-24 Thread Tristan Schmelcher
Confirming that enabling said option breaks changing the input method through the menu in the notification area icon. Although the selected input method shows as checked in the menu, input actually continues to use the previous input method. It similarly breaks the input method changer menu in the

[Bug 919157] Re: The Evolution calendar opens with the wrong date

2012-07-15 Thread Tristan Schmelcher
FYI, no longer repros for me in Precise. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/919157 Title: The Evolution calendar opens with the wrong date To manage notifications about this bug go to:

[Bug 1025087] [NEW] [regression] Double-clicking a date in calendar applet opens the previous day in Evolution (again)

2012-07-15 Thread Tristan Schmelcher
Public bug reported: This bug is back again. In Precise, double-clicking a date in the calendar applet consistently opens the previous day in Evolution for me. Looking in ps, the calendar applet is launching Evolution with this command-line for July 25: evolution

[Bug 1025087] Re: [regression] Double-clicking a date in calendar applet opens the previous day in Evolution (again)

2012-07-15 Thread Tristan Schmelcher
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1025087 Title: [regression] Double-clicking a date in calendar applet opens the previous day in Evolution (again) To manage notifications about this

[Bug 1022811] [NEW] lib32asound2 looks for plugins in obsolete /usr/lib32 location

2012-07-10 Thread Tristan Schmelcher
Public bug reported: In Precise, lib32asound2 looks for plugins in /usr/lib32/alsa-lib, but they are no longer there. The 32-bit plugins are provided by libasound2-plugins:i386 and are in /usr/lib/i386-linux-gnu/alsa-lib. Thus any program using the 32-bit libasound binary from lib32asound2 will

[Bug 1022811] Re: lib32asound2 looks for plugins in obsolete /usr/lib32 location

2012-07-10 Thread Tristan Schmelcher
** Attachment added: strace of Lone Survivor with lib32asound2 installed and broken sound https://bugs.launchpad.net/bugs/1022811/+attachment/3218024/+files/strace1-with-lib32asound2.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1022811] Re: lib32asound2 looks for plugins in obsolete /usr/lib32 location

2012-07-10 Thread Tristan Schmelcher
** Attachment added: strace of Lone Survivor with lib32asound2 removed and working sound https://bugs.launchpad.net/ubuntu/+source/alsa-lib/+bug/1022811/+attachment/3218026/+files/strace2-no-lib32asound2.txt -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1022811] Re: lib32asound2 looks for plugins in obsolete /usr/lib32 location

2012-07-10 Thread Tristan Schmelcher
** Attachment added: strace of Lone Survivor with lib32asound2 re-installed but libasound2:i386 still used, so working sound https://bugs.launchpad.net/ubuntu/+source/alsa-lib/+bug/1022811/+attachment/3218067/+files/strace3-lib32asound2-reinst.txt ** Description changed: In Precise,

[Bug 879066] Re: 10bit video does not play

2012-07-05 Thread Tristan Schmelcher
Still a problem in 12.04 precise. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/879066 Title: 10bit video does not play To manage notifications about this bug go to:

[Bug 990909] Re: [regression][precise] Focus-follow-mouse is no longer compatible with fullscreen Flash

2012-06-23 Thread Tristan Schmelcher
FYI, this definitely did NOT happen for me on 11.10. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/990909 Title: [regression][precise] Focus-follow-mouse is no longer compatible with fullscreen

[Bug 1008284] [NEW] Font size of shutdown dialog in Unity greeter is tiny and unreadable

2012-06-03 Thread Tristan Schmelcher
Public bug reported: On my desktop computer (System76 Leopard Extreme, model leo1), the font size of the shutdown dialog in the Unity greeter is so tiny that the text is unreadable. This includes the text on the dialog title and buttons too. This is very frustrating when shutting down or

[Bug 1008284] Re: Font size of shutdown dialog in Unity greeter is tiny and unreadable

2012-06-03 Thread Tristan Schmelcher
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1008284 Title: Font size of shutdown dialog in Unity greeter is tiny and unreadable To manage notifications about this bug go to:

[Bug 1007898] [NEW] Update Manager window often freezes and is invisible when computer is left on for a while

2012-06-02 Thread Tristan Schmelcher
Public bug reported: I have a System76 Serval Pro (serp7) and very often Update Manager will hang on it. This happens when I leave the computer on for a day and the periodic check for updates occurs. When I come back the next day, I can see in the Unity launcher that Update Manager is open with

[Bug 1007898] Re: Update Manager window often freezes and is invisible when computer is left on for a while

2012-06-02 Thread Tristan Schmelcher
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1007898 Title: Update Manager window often freezes and is invisible when computer is left on for a while To manage notifications about this bug go

[Bug 967294] Re: Unity panel shadow should not draw over unfocussed windows

2012-06-02 Thread Tristan Schmelcher
This is a regression in Precise. I definitely do not think this qualifies as an opinion. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/967294 Title: Unity panel shadow should not draw over

[Bug 741869] Re: Pressing the Super (windows) key while in full screen virtual machine or remoting apps no longer works

2012-06-02 Thread Tristan Schmelcher
Retitling since the consensus is that this affects all apps that forward keystrokes. ** Summary changed: - Pressing the Super (windows) key while in Virtual Machine Manager no longer works + Pressing the Super (windows) key while in full screen virtual machine or remoting apps no longer works

[Bug 996989] Re: Ubuntu 12.04 Freezes Frequently

2012-06-01 Thread Tristan
Yesterday Ubuntu froze on me too. I was just doing some internetting, when the whole screen froze and i wasn't able to do anything, the solution was to reset. Also the the laptop seemed not to do anything (the hard drive led wasn't flicking). I'm running ubuntu 12.04 in 3D mode. Kernel:

[Bug 825897] Re: network-manager becomes unresponsive, requiring a service restart

2012-06-01 Thread Tristan Schmelcher
Also repros with 802.11n disabled via: sudo rmmod iwlwifi sudo modprobe iwlwifi 11n_disable=1 So apparently not related to 802.11n as I thought. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/825897

[Bug 825897] Re: network-manager becomes unresponsive, requiring a service restart

2012-05-30 Thread Tristan Schmelcher
As another test I left my computer connected to only wired, but that did _not_ repro the bug after 1 day. So it seems that having a wireless connection is a requirement. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 825897] Re: network-manager becomes unresponsive, requiring a service restart

2012-05-29 Thread Tristan Schmelcher
As a test I left my computer connected to both wired _and_ wireless, and that also repro'ed the bug after 1 day. Update Manager was open with 4 updates, but it was working properly, so probably the Update Manager hang before was unrelated. -- You received this bug notification because you are a

[Bug 825897] Re: network-manager becomes unresponsive, requiring a service restart

2012-05-29 Thread Tristan Schmelcher
Interestingly, physically disconnecting the wired network while the applet was unresponsive _did_ correctly update the applet state, so it wasn't totally hung. But the sub-menus continued to be empty and clicking on anything in the main applet menu continued to be ignored. -- You received this

[Bug 825897] Re: network-manager becomes unresponsive, requiring a service restart

2012-05-28 Thread Tristan Schmelcher
I continue to experience this in 12.04. I am unduping since the symptoms and chronology of this bug bear no resemblance to bug 684599. ** This bug is no longer a duplicate of bug 684599 Memory leak in nm-applet -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 825897] Re: network-manager becomes unresponsive, requiring a service restart

2012-05-28 Thread Tristan Schmelcher
in sleep mode most of the time, which does NOT repro this. Memory usage of nm-applet in top while unresponsive: 1980 tristan 20 0 624m 23m 12m S0 0.3 1:02.16 nm-applet Backtrace of all threads in nm-applet while unresponsive: (gdb) thread apply all bt Thread 3 (Thread

[Bug 981289] Re: Window list entries colored in white instead of dark (GNOME Classic / Ambiance theme)

2012-05-28 Thread Tristan Schmelcher
Any chance we could get the fix pulled into a new package in precise- proposed? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/981289 Title: Window list entries colored in white instead of dark

[Bug 833507] Re: Nautilus doesn't show thumbnail preview for mp4 video icons

2012-05-25 Thread Tristan Davies
I'm using precise and I have this issue 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/833507 Title: Nautilus doesn't show thumbnail preview for mp4 video icons To manage notifications

[Bug 994500] [NEW] Missing package names software center

2012-05-04 Thread Tristan
Public bug reported: It is sometimes impossible to install software in the Ubuntu software center. When I click on a software label (for example wesnoth 1.8) in the software center, i get the following error (translated from dutch): there is no software package found with the name wesnoth-1.8 in

[Bug 990909] [NEW] [regression][precise] Focus-follow-mouse is no longer compatible with fullscreen Flash

2012-04-28 Thread Tristan Schmelcher
Public bug reported: Starting immediately after update from Oneiric to Precise, focus- follows-mouse no longer works with fullscreen Flash. When focus-follows- mouse is enabled, attempting to go fullscreen in a Flash video fails. The fullscreen window opens momentarily and then disappears. Very

[Bug 990909] Re: [regression][precise] Focus-follow-mouse is no longer compatible with fullscreen Flash

2012-04-28 Thread Tristan Schmelcher
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/990909 Title: [regression][precise] Focus-follow-mouse is no longer compatible with fullscreen Flash To manage notifications about this bug go to:

[Bug 824314] Re: Macbook Pro trackpad disconnects

2012-04-28 Thread Tristan
Issue seems greatly improved, for many months I hadn't experienced my trackpad disconnecting at all. Over the last month or so, I had experienced it a little bit, running Ubuntu 11.10. I'm now using 12.04, and will report if I experience the bug in this version. -- You received this bug

[Bug 220094] Re: initramfs-tools trigger fails if modules aren't installed

2012-04-25 Thread Tristan Schmelcher
I also experienced this issue (in Lucid) with a kernel whose package had since been removed. I found by strace'ing update-initramfs that it gets the kernel list from the contents of /var/lib/initramfs-tools/. There's one entry there per kernel. Deleting the one for my removed kernel fixed the

[Bug 881862] Re: svn up Segmentation Fault with sasl enabled repositories

2012-04-21 Thread Tristan Schmelcher
The update in oneiric-proposed fixed the problem for me. Thanks. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/881862 Title: svn up Segmentation Fault with sasl enabled repositories To manage

[Bug 971839] Re: aptd crashed with UnboundLocalError in _emit_acquire_item(): local variable 'lang' referenced before assignment

2012-04-06 Thread Tristan Cormier
THE FIX HAS BEEN COMMITTED AND WILL BE RELEASED SOON. THERE IS NO NEED TO FILE A BUG REPORT ANYMORE. THANK YOU. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/971839 Title: aptd crashed with

[Bug 12470] Re: slapd.config infinite loop

2012-03-12 Thread Tristan Hill (credativ)
still reproducible with slapd from precise following steps in #2 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openldap in Ubuntu. https://bugs.launchpad.net/bugs/12470 Title: slapd.config infinite loop To manage notifications

[Bug 12470] Re: slapd.config infinite loop

2012-03-12 Thread Tristan Hill (credativ)
I think the package is slapd, now source package openldap. AFAIK openldap2.2 no longer exists - so openldap2.2 invalid/won't fix status is probably correct. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openldap in Ubuntu.

[Bug 12470] Re: slapd.config infinite loop

2012-03-12 Thread Tristan Hill (credativ)
still reproducible with slapd from precise following steps in #2 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/12470 Title: slapd.config infinite loop To manage notifications about this

[Bug 12470] Re: slapd.config infinite loop

2012-03-12 Thread Tristan Hill (credativ)
I think the package is slapd, now source package openldap. AFAIK openldap2.2 no longer exists - so openldap2.2 invalid/won't fix status is probably correct. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the bug report.

[Bug 478761] Re: failed to start scanner: Invalid argument

2012-03-10 Thread Tristan Schmelcher
I had this same problem on Ubuntu 11.10 64-bit with a Brother MFC-7220 and the brscan2 driver. Printing worked fine, but attempting to scan gave the Invalid argument error. In my case it turned out that the issue was that it didn't work with USB 3.0 ports. Whenever it was plugged into a USB 3.0

[Bug 889996] Re: Automatic unity 2D fallback does not work with XDMCP logins over VNC

2012-03-01 Thread Tristan Schmelcher
FYI, Didier explained to me off-bug that the problem with caching per display is that sometimes the _same_ X server occupies a _different_ display over time, meaning it doesn't benefit from caching with that change: We only want to test once the acceleration per display per boot. It seems that

[Bug 889996] Re: Automatic unity 2D fallback does not work with remote login

2012-03-01 Thread Tristan Schmelcher
This bug should also be marked as a security issue on account of the O_EXCL problem (see comment #4), but I couldn't figure out how to add the security flag to the bug. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 919157] Re: The Evolution calendar opens with the wrong date

2012-02-11 Thread Tristan Schmelcher
FYI, a work-around is to use View - Select Today after the calendar opens. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/919157 Title: The Evolution calendar opens with the wrong date To manage

[Bug 884933] Re: eds keeps prompting me for calendar passwords

2012-02-11 Thread Tristan Schmelcher
Doing the unlock captcha seemed to help for me. It stopped the dialogs and seemed to restore access to the Google calendar in Evolution. The current link is https://www.google.com/accounts/UnlockCaptcha. Would be nice if Evolution could display a message suggesting users to try the unlock

[Bug 889996] Re: Automatic unity 2D fallback does not work with XDMCP logins over VNC

2012-02-06 Thread Tristan Schmelcher
Could you expand on why caching per display was not robust? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/889996 Title: Automatic unity 2D fallback does not work with XDMCP logins over VNC To

[Bug 172718] Re: Maximized windows extend below panel on primary monitor if taskbar too large

2012-02-04 Thread Tristan Schmelcher
I no longer use dual monitors so I can't help with this bug anymore. I'll leave it as Incomplete in case someone else is still experiencing it and can provide the info. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 194638] Re: Compiz gets into a state where going fullscreen in apps causes an X11 BadAlloc error

2012-02-04 Thread Tristan Schmelcher
I no longer have the computer that experienced this issue, and my new one has tons more video RAM so I can't determine whether this issue still exists or not. I'll leave it as Incomplete in case someone else is still experiencing it and can provide the info. -- You received this bug notification

[Bug 817326]

2012-01-25 Thread Tristan Schmelcher
Not sure when I could fit that in ... I'll see. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/817326 Title: [Upstream] Previously-saved LibreOffice document lost by power outage (became 0 bytes

[Bug 817326]

2012-01-25 Thread Tristan Schmelcher
Created attachment 55932 gdb trace of all the calls to close(2) when saving a document Seems reasonable. I used gdb to find all the stacks that call close when saving a file (in 3.4.4, since I didn't have time to build my own package with symbols). There's a lot of calls (27), but most are very

[Bug 855620] Re: calendar applet: double-clicking on a date no longer opens Evolution to that date

2012-01-22 Thread Tristan Schmelcher
Charles, this bug report is not about the date being wrong, it is about Evolution not opening at all. For the date issue, see bug 919157. ** Changed in: evolution-data-server (Ubuntu) Status: Confirmed = New -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 919157] Re: The Evolution calendar opens with the wrong date

2012-01-22 Thread Tristan Schmelcher
Same here. This is a regression from Natty. The problem occurs whenever double-clicking a date in the calendar applet. Evolution opens showing the current day's appointments but the calendar in the bottom-left of the Evolution window shows 1 January 1970. If Evolution is opened manually, the

[Bug 66028] Re: double click desktop calendar opens wrong day in evolution

2012-01-22 Thread Tristan Schmelcher
@amias and wribeiro, please see bug 919157 for the 1 January 1970 issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/66028 Title: double click desktop calendar opens wrong day in evolution To

[Bug 919157] Re: The Evolution calendar opens with the wrong date

2012-01-22 Thread Tristan Schmelcher
Also, as mentioned by Charles on bug 855620, the problem does not occur when clicking Add Event... from the applet; Evolution shows the current date. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 919157] Re: The Evolution calendar opens with the wrong date

2012-01-22 Thread Tristan Schmelcher
Opening against indicator-datetime too since the problem may be on that side. ** Also affects: indicator-datetime (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 695570] Re: Move Window doesn't raise window

2012-01-19 Thread Tristan Schmelcher
FYI, setting Raise Window to Alt + Button1 and ignoring the conflict works fine for me. Maybe Compiz should just set Alt + Button1 as the default for Raise Window? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 861932] Re: gsettings-data-convert crashed with signal 5 in g_settings_set_value()

2012-01-19 Thread Tristan Cormier
I have been affected by this bug on 12.04 Precise Pangolin while launching Shotwell Image Viewer for the first time on i386 release. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/861932 Title:

[Bug 817326]

2012-01-18 Thread Tristan Schmelcher
Actually on second thought there is a simpler and more robust approach, just run realpath() on the document file and then scan /etc/mtab for the longest mount point that is a prefix of the document's path. That way tmpfs and such can be detected correctly. That appears to be how df works. -- You

[Bug 817326]

2012-01-18 Thread Tristan Schmelcher
Created attachment 55617 Small utility to test if fsync() is desirable for a certain path Here you go. Tested on ext3, ext4, tmpfs, none filesystems, procfs, sysfs, and bind mounts, including mount points that are renamed after they are mounted and mount points with whitespace in their paths. I

[Bug 817326]

2012-01-18 Thread Tristan Schmelcher
FYI, the parse_mounts in your patch won't work for paths containing whitespace. The whitespace characters are translated into octal escape sequences in the file. You'd be better off using setmntent and friends, which handle that for you. -- You received this bug notification because you are a

[Bug 817326]

2012-01-18 Thread Tristan Schmelcher
Created attachment 55708 Small utility to test if fsync() is desirable for a certain path Discovered a small bug in my code, attaching a fixed version. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 817326] Re: [Upstream] Previously-saved LibreOffice document lost by power outage (became 0 bytes long) - LibreOffice should call fsync

2012-01-16 Thread Tristan Schmelcher
@Evan See comment #26--I tested 3.5.0 Beta 2 too and it still repros. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/817326 Title: [Upstream] Previously-saved LibreOffice document lost by power

[Bug 916578] [NEW] [regression] Cannot run more than once instance of transmission-gtk or transmission-daemon on the same machine at the same time

2012-01-14 Thread Tristan Schmelcher
Public bug reported: Starting in Oneiric, it is not possible to run more than one transmission process (e.g., transmission-gtk or transmission-daemon) on the same machine at the same time in the default configuration. In the default configuration, the peer-port setting is fixed at 51413, and only

[Bug 916578] Re: [regression] Cannot run more than once instance of transmission-gtk or transmission-daemon on the same machine at the same time

2012-01-14 Thread Tristan Schmelcher
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/916578 Title: [regression] Cannot run more than once instance of transmission-gtk or transmission-daemon on the same machine at the same time To

[Bug 916578] Re: [regression] Cannot run more than one instance of transmission-gtk or transmission-daemon on the same machine at the same time

2012-01-14 Thread Tristan Schmelcher
** Summary changed: - [regression] Cannot run more than once instance of transmission-gtk or transmission-daemon on the same machine at the same time + [regression] Cannot run more than one instance of transmission-gtk or transmission-daemon on the same machine at the same time -- You

[Bug 916578] Re: [regression] Cannot run more than one instance of transmission-gtk or transmission-daemon on the same machine at the same time

2012-01-14 Thread Tristan Schmelcher
Also repros in Precise, package version 2.42-1ubuntu1. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/916578 Title: [regression] Cannot run more than one instance of transmission-gtk or

[Bug 817326]

2012-01-11 Thread Tristan Schmelcher
I'm not sure the enhancement category is the right fit here. I'm sure loss of data was not one of the design criteria, so it doesn't seem to me like this aspect of LibreOffice can be considered to be working as designed. I'll try out 3.5.0 beta 1 when I get a chance. -- You received this bug

[Bug 817326]

2012-01-11 Thread Tristan Schmelcher
Tested 3.5.0 Beta 2 and the bug persists. My repro steps: 1) Open LibreOffice, type something, and save it. 2) Open GEdit Text Editor, type something, and save it. 3) In a terminal, run sync. The previously-saved versions are now on disk. 4) Change the LibreOffice document and save again. 5)

[Bug 817326]

2012-01-11 Thread Tristan Schmelcher
(In reply to comment #13) If some enterprising kernel hacker wants to create a nice, ultra-liberally licensed library that turns a dev_t into a boolean: int is_it_safe_to_fsync (dev_t *t); then I'd be more than happy to see it used un-conditionally in our system-abstraction for Unix / Linux.

[Bug 912706] [NEW] 'Show items that contain' disabled in subscribe dialog

2012-01-06 Thread Tristan Hill (credativ)
Public bug reported: * Create an imap account * Go to File - Subscribe Expect to be able filter folder list using 'Show items that contain' text box. Actually the text box is disabled. Present in 9.0 and 10.0 ** Affects: thunderbird (Ubuntu) Importance: Undecided Status: New --

[Bug 869502] Re: Kernel-Panic with 3.0.0.12-generic on asus eee pcs and msi wind (both using rt2800 wifi chipset)

2012-01-06 Thread Tristan Schmelcher
My sister has an ASUS EeePC using the rt2800pci driver that experiences a panic regression in Oneiric. I'll install the proposed kernel on her system and test. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 817326]

2011-12-12 Thread Tristan Schmelcher
Yeah sorry about the Java comment, I thought for some reason that LibreOffice was written in Java. Ignore that. Doing the atomic rename as Michael suggests is a good middle-ground between robustness and performance. ext4 in recent builds supposedly adds an fsync to that if it is missing. -- You

[Bug 743730] Re: plymouthd crashed with SIGSEGV in ply_list_get_first_node()

2011-12-11 Thread Tristan Cormier
Affects the alpha 1 of Ubuntu 12.04 Precise Pangolin 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/743730 Title: plymouthd crashed with SIGSEGV in ply_list_get_first_node() To manage

[Bug 902870] [NEW] Window operations and modes is a misleading article.

2011-12-11 Thread Tristan Strange
Public bug reported: I'm using: Description:Ubuntu 11.10 Release:11.10 This article appears to be misleading: https://help.ubuntu.com/11.10 /ubuntu-help/shell-windows-states.html The behavior described here does not occur on my system: -- Ways to arrange windows in your

[Bug 865752] Re: compiz crashed with SIGSEGV in __kernel_vsyscall()

2011-12-09 Thread Tristan Cormier
It happens on the Alpha 1 of Ubuntu 12.04 LTS (Precise Pangolin). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/865752 Title: compiz crashed with SIGSEGV in __kernel_vsyscall() To manage

[Bug 899619] Re: 3.2.0-2 and -3 fail to boot on a thinkpad T510

2011-12-05 Thread Tristan Tarrant
It happens with 3.2.0-3.8 here (a Lenovo T520 w/Sandy Bridge) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/899619 Title: 3.2.0-2 and -3 fail to boot on a thinkpad T510 To manage notifications

[Bug 899619] Re: 3.2.0-2 and -3 fail to boot on a thinkpad T510

2011-12-05 Thread Tristan Tarrant
** Changed in: linux (Ubuntu) Status: Incomplete = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/899619 Title: 3.2.0-2 and -3 fail to boot on a thinkpad T510 To manage

[Bug 889996] Re: Automatic unity 2D fallback does not work with XDMCP logins over VNC

2011-11-24 Thread Tristan Schmelcher
Also worth noting that creating a file in /tmp without O_EXCL is a security risk. See e.g. http://www.dwheeler.com/secure-programs/Secure- Programs-HOWTO/avoid-race.html -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 817326] Re: [Upstream] Previously-saved LibreOffice document lost by power outage (became 0 bytes long) - LibreOffice should call fsync

2011-11-22 Thread Tristan Schmelcher
@Eduard I suspect LibreOffice is saving the file in such a cavalier way that the kernel work-around is not even able to detect that it should be saved transactionally. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 892848] [NEW] Replace in files... no longer works in Oneiric

2011-11-20 Thread Tristan Schmelcher
Public bug reported: After upgrading to Oneiric, the Replace in files... feature of the GDP Find plugin no longer works. Selecting it from the Search menu or pressing the Shift+Ctrl+H shortcut does nothing--the sidebar for it does not appear. If run from the terminal, the following is displayed

[Bug 892848] Re: Replace in files... no longer works in Oneiric

2011-11-20 Thread Tristan Schmelcher
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/892848 Title: Replace in files... no longer works in Oneiric To manage notifications about this bug go to:

[Bug 892848] Re: Replace in files... no longer works in Oneiric

2011-11-20 Thread Tristan Schmelcher
Trivial fix attached. ** Patch added: gdp-replace-in-files-patch.diff https://bugs.launchpad.net/ubuntu/+source/gedit-developer-plugins/+bug/892848/+attachment/2603015/+files/gdp-replace-in-files-patch.diff -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 739293] Re: Network error in Weather

2011-11-17 Thread Tristan Grimaux
The weather map parsing has an error. It finds the map correctly but when it has to find the src it fails as its criteria looks for the wrong case, and without proper quotes. The weather.com site changed it? ok find somehing similar to mapExp = IMG NAME=mapImg SRC=([^\]+) WIDTH=([0-9]+)

<    1   2   3   4   5   6   7   8   9   10   >