[Bug 1718643] Re: Inability to move child dialogues separate from parent applicaitons

2017-09-22 Thread Peter Clifton
I've reported this upstream (although - being Gnome, I'm not expecting much other than a "we're right, you're wrong" response). (OT: Sad Unity is disappearing!) Thanks for pointing out it can be overridden in the Tweak tool. I didn't think to look there. Actually, as it happens, "Windows" ->

[Bug 1718643] [NEW] Inability to move child dialogues separate from parent applicaitons

2017-09-21 Thread Peter Clifton
Public bug reported: When dragging a save dialogue (or similar) in the latest A Ubuntu release, the WM does not allow me to move the dialogue independently from the application. This is a huge nuisance, in the case where I want to move the dialogue to uncover some text from the underlying

[Bug 1347437] Re: evolution crash on startup

2014-09-03 Thread Peter Clifton
Bug still appears to be present in Utopic, which has Evolution packages version 3.12.4-0ubuntu1 at the moment -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to evolution in Ubuntu. https://bugs.launchpad.net/bugs/1347437 Title:

[Bug 1169694] Re: evolution crashes with GSlice: assertion failed: sinfo-n_allocated 0

2013-10-27 Thread Peter Clifton
Likewise, buggy buggy evolution... If you want to use the program, a workaround might be starting from a terminal with: G_SLICE=always-malloc evolution Its a bandaid, but if it works, the cause might be somewhere in evolution (or one of its many libraries) calling g_free() on memory acquired

[Bug 1169694] Re: evolution crashes with GSlice: assertion failed: sinfo-n_allocated 0

2013-10-27 Thread Peter Clifton
Try starting evolution with: G_SLICE=debug-blocks evolution If it crashes out somewhere repeatable, repeat under gdb: G_SLICE=debug-blocks gdb evolution Then type run (enter), and get a backtrace with bt (enter) if it crashes. I tracked my problem down to the evolution-indicator package plugin,

[Bug 806855] Re: Default setting for 'Power button pressed' in Power applet set to 'Suspend'

2013-08-13 Thread Peter Clifton
This seems to have been broken again in Saucy -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu. https://bugs.launchpad.net/bugs/806855 Title: Default setting for 'Power button pressed' in Power applet

[Bug 41798] Re: Gimp lags and misses some strokes especially when drawing fast

2011-05-15 Thread Peter Clifton
This bug is still present in Natty with a SVN build of gimp. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a direct subscriber. https://bugs.launchpad.net/bugs/41798 Title: Gimp lags and misses some strokes especially when drawing fast --

[Bug 619432] Re: menu items cannot be activated on tearoff menus

2011-02-22 Thread Peter Clifton
Still present in Natty -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gtk+2.0 in ubuntu. https://bugs.launchpad.net/bugs/619432 Title: menu items cannot be activated on tearoff menus -- desktop-bugs mailing list

[Bug 539477] Re: Video out hot key sends super + p + return on many upcoming Dell HP systems

2010-04-21 Thread Peter Clifton
Some one needs to hit (sue) Microsoft with a clue-bat. Why couldn't they spec the machine's BIOS to emit the proper ACPI notification, and respond to that to bring up the video dialogue? WTF.. -- Video out hot key sends super + p + return on many upcoming Dell HP systems

[Bug 501054] Re: gcalctool 5.29 hides switch for display format in its settings window

2010-02-26 Thread Peter Clifton
Adding a +1 here, gcalctool is severely regressed in is utility for performing programming related tasks, where converting bases is a very routine operation. -- gcalctool 5.29 hides switch for display format in its settings window https://bugs.launchpad.net/bugs/501054 You received this bug

[Bug 514484] Re: Crash visiting specific website

2010-02-01 Thread Peter Clifton
Well, noting that the function has a single argument, and that doesn't cause any access errors when printing it, I would imagine the glib implementation is the issue. #0 0x019e4801 in IA__g_hostname_to_ascii ( hostname=0x8b263e0 www.foo�bar.com -- Crash visiting specific website

[Bug 514484] Re: Crash visiting specific website

2010-02-01 Thread Peter Clifton
Well, noting that the function has a single argument, and that doesn't cause any access errors when printing it, I would imagine the glib implementation is the issue. #0 0x019e4801 in IA__g_hostname_to_ascii ( hostname=0x8b263e0 www.foo�bar.com ** Bug watch added: GNOME Bug Tracker #608743

[Bug 514484] Re: Crash visiting specific website

2010-02-01 Thread Peter Clifton
This is now fixed in glib git: commit 27a080537efdb8660c62445427b53fc29735f304 Author: Dan Winship d...@gnome.org Date: Mon Feb 1 18:11:43 2010 -0500 ghostutils: Fix a crash and add some tests https://bugzilla.gnome.org/show_bug.cgi?id=608743 -- Crash visiting specific website

[Bug 506396] Re: locale is not set

2010-01-29 Thread Peter Clifton
Mine is fine: [Desktop] Session=default Language=en_GB.utf8 Layout=gb I've not had the problem since I reset the setting in gdm, so perhaps it was just a transient upgrade issue. We probably ought to close this if it isn't showing up on upgrades. -- locale is not set

[Bug 514484] [NEW] Crash visiting specific website

2010-01-29 Thread Peter Clifton
Public bug reported: Binary package hint: epiphany-browser Visiting the following page crashes epiphany http://www.trusteer.com/list-context/publications/address-bar-spoofing- attacks-against-microsoft-internet-explorer-6 ** Affects: epiphany-browser (Ubuntu) Importance: Undecided

[Bug 514484] Re: Crash visiting specific website

2010-01-29 Thread Peter Clifton
Backtrace is as follows.. not complete, I know, but I think it shows enough relevant details to be useful: 0x019e4801 in IA__g_hostname_to_ascii (hostname=0x8b263e0 www.foo�bar.com) at /build/buildd/glib2.0-2.23.2/glib/ghostutils.c:402 402 /build/buildd/glib2.0-2.23.2/glib/ghostutils.c:

[Bug 514484] Re: Crash visiting specific website

2010-01-29 Thread Peter Clifton
Notice, that the www.foo�bar.com has a non-printable UTF-8 character. Here is a better backtrace: Program received signal SIGSEGV, Segmentation fault. 0x019e4801 in IA__g_hostname_to_ascii (hostname=0x85ba9e8 www.foo�bar.com) at /build/buildd/glib2.0-2.23.2/glib/ghostutils.c:402 402

[Bug 514484] Re: Crash visiting specific website

2010-01-29 Thread Peter Clifton
(gdb) print (char[])hostname[0] $9 = w (gdb) print (char[])hostname[1] $10 = w (gdb) print (char[])hostname[2] $11 = w (gdb) print (char[])hostname[3] $12 = . (gdb) print (char[])hostname[4] $13 = f (gdb) print (char[])hostname[5] $14 = o (gdb) print (char[])hostname[6] $15 = o (gdb) print

[Bug 514484] Re: Crash visiting specific website

2010-01-29 Thread Peter Clifton
Funny this.. and I found the above website when looking at a concern I had regarding UTF-8 DNS, and phishing attacks. It occurred to me that UTF-8 control codes, or other non-ASCII letters could be embedded in a domain, giving a domain which is representable in emails (such as a paypal.com

[Bug 514484] Re: Crash visiting specific website

2010-01-29 Thread Peter Clifton
Anyhow.. looks like the crash bug is in glib, will add to the bug ** Package changed: epiphany-browser (Ubuntu) = glib2.0 (Ubuntu) -- Crash visiting specific website https://bugs.launchpad.net/bugs/514484 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which

[Bug 514484] Re: Crash visiting specific website

2010-01-29 Thread Peter Clifton
Off-topic, I know, but does anyone know if the DNS registries reject stuff like this? ​https://www.pay​pal.com There is a zero-width space character inbetween pay and pal Epiphany doesn't appear to strip it, you just get a not found error: Problem occurred while loading the URL

[Bug 506396] Re: locale is very wrong

2010-01-19 Thread Peter Clifton
I was able to correct this by choosing the desired language from the taskbar at the bottom of the GDM login window once I'd selected my username. Is it a GDM bug that it is not respecting the existing system wide default to start with? ** Package changed: langpack-locales (Ubuntu) = gdm (Ubuntu)

[Bug 495304] Re: [Lucid] Fails to prompt for password when user list is disabled (non face-browser mode)

2010-01-18 Thread Peter Clifton
Confirmed that this gdm-2.29.5-0ubuntu2 fixes the issue for me. Thanks! -- [Lucid] Fails to prompt for password when user list is disabled (non face-browser mode) https://bugs.launchpad.net/bugs/495304 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is

[Bug 495304] Re: [Lucid] Fails to prompt for password when user list is disabled (non face-browser mode)

2009-12-14 Thread Peter Clifton
** Bug watch added: GNOME Bug Tracker #604526 https://bugzilla.gnome.org/show_bug.cgi?id=604526 ** Also affects: gdm via https://bugzilla.gnome.org/show_bug.cgi?id=604526 Importance: Unknown Status: Unknown -- [Lucid] Fails to prompt for password when user list is disabled (non

[Bug 495304] [NEW] [Lucid] Fails to prompt for password when user list is disabled (non face-browser mode)

2009-12-10 Thread Peter Clifton
Public bug reported: Binary package hint: gdm When using this setting (for enhanced security): sudo -u gdm gconftool-2 --set /apps/gdm/simple-greeter/disable_user_list --type bool true (IE, a gdm which prompts for username, then password, presenting no user list)... login fails (it never

[Bug 477568] [NEW] Can't middle click paste into same epiphany window

2009-11-07 Thread Peter Clifton
Public bug reported: Binary package hint: epiphany-browser Rather bizarrely, the following works: Paste from terminal into epiphany (middle click paste) Paste from epiphany into terminal (middle click paste) What DOES NOT work, is middle-click pasting _from_ epiphany, _into_ the same epiphany

[Bug 307306] Re: upgrade to 2:1.2.99.2-0ubuntu1 makes session utterly slow

2009-01-20 Thread Peter Clifton
I've added comments on the upstream bugs to point out that the fix isn't quite correct. Testing the Xrandr client library for version at compile time is necessary, but you also need to test the reported Xrandr protocol version from the server, since in the general case, the two might not match.

[Bug 307306] Re: upgrade to 2:1.2.99.2-0ubuntu1 makes session utterly slow

2009-01-20 Thread Peter Clifton
It would be a problem only if one downgraded libxrandr to a previous version. Usually distributions don't update libxrandr or the Xserver in stable releases. This means that g-d and g-p-m will have to be rebuilt (in this case) in order to be used with previous versions of libxrandr. In any

[Bug 307306] Re: upgrade to 2:1.2.99.2-0ubuntu1 makes session utterly slow

2009-01-20 Thread Peter Clifton
Also, unfortunately the problem isn't fixed by the cheaper call to XRRGetScreenResourcesCurrent Other Xrandr calls are expensive, such as the XRRGetScreenSizeRange one made in gnome-desktop's gnome-rr.c This Xserver backtrace shows the issue: #0 0xb809e430 in __kernel_vsyscall () #1

[Bug 307306] Re: upgrade to 2:1.2.99.2-0ubuntu1 makes session utterly slow

2009-01-20 Thread Peter Clifton
My local kludgy workaround for now is this: -- gnome-desktop-2.25.5.orig/libgnome-desktop/gnome-rr.c +++ gnome-desktop-2.25.5/libgnome-desktop/gnome-rr.c @@ -512,6 +512,8 @@ switch (event-subtype) { +case RRNotify_OutputProperty: +return

[Bug 307306] Re: upgrade to 2:1.2.99.2-0ubuntu1 makes session utterly slow

2009-01-20 Thread Peter Clifton
These programs might be used remotely, or in a nested X session, or a VNC session, for example. I realise there are ways and means, but I suspect the stock VNC server from RealVNC won't support that extension (theory untested). I have in the past (not currently) run servers hosting desktops,

[Bug 307306] Re: upgrade to 2:1.2.99.2-0ubuntu1 makes session utterly slow

2009-01-20 Thread Peter Clifton
gnome-power-manager isn't bothering me, since I still have the patched version of GDK which isn't emitting the monitors-changed event for output property notifications. gdkevents-x11.c, line 2114: if (screen notify-subtype != RRNotify_OutputProperty)

[Bug 307306] Re: upgrade to 2:1.2.99.2-0ubuntu1 makes session utterly slow

2009-01-20 Thread Peter Clifton
Blocking out XRRGetScreenSizeRange does indeed also fix the problem, however I noted that the call fills in information which may be accessed via various APIs, so I'd prefer to leave it in there if possible. At least, disabling the update when recieving an output property notification just means

[Bug 307306] Re: upgrade to 2:1.2.99.2-0ubuntu1 makes session utterly slow

2009-01-20 Thread Peter Clifton
This is most easily reproducible if you have a laptop, remove / insert the AC lead, and wait some seconds before gnome-power-manager notices, and starts to fade the backlight brightness between its AC and battery presets. Killing gnome-settings-daemon fixes the issue (or patching it as above).

[Bug 307306] Re: upgrade to 2:1.2.99.2-0ubuntu1 makes session utterly slow

2009-01-20 Thread Peter Clifton
Sure.. are those the only two consumers of gnome-rr.c's API? If you're happy to push stuff upstream, please go ahead. I was hoping my mail to the xorg list ('CC yourself and KeithP) would yield some insight as to what they consider the best fix. -- upgrade to 2:1.2.99.2-0ubuntu1 makes session

[Bug 315591] Re: LD_LIBRARY_PATH set in ~/.profile doesn't stick

2009-01-14 Thread Peter Clifton
Sorry, I did indeed mean 2009.. time does fly! This is with Jaunty, and I think the effect I'm seeing is a known feature of ssh-agent being set GID. glibc will strip certain sensitive environment variables. The funny thing is.. this was working for a while, but I can't figure out what changed.

[Bug 316224] [NEW] Low battery power suspend inhibited by audio player

2009-01-11 Thread Peter Clifton
Public bug reported: Binary package hint: gnome-power-manager I was working on battery power, cutting things to the wire, and noticed that when gnome-power-manager attempted to suspend my machine (to save it from dying), Rhythmbox inhibited the suspend because it was playing audio. Clearly

[Bug 315591] [NEW] LD_LIBRARY_PATH set in ~/.profile doesn't stick

2009-01-09 Thread Peter Clifton
Public bug reported: Binary package hint: gdm /etg/gdm/Xsession sources ~/.profile, which I've been relying on to allow locally built and installed applications to run from the GNOME menus and GUI environemnt. the PATH environment variable is being set and preserved correctly, however as of

[Bug 217997] Re: Incorrect icons displayed for mimetypes installed in hicolor theme only

2008-11-24 Thread Peter Clifton
Was never a bug in libgeda really, so marking as invalid ** Changed in: libgeda (Ubuntu) Status: New = Invalid -- Incorrect icons displayed for mimetypes installed in hicolor theme only https://bugs.launchpad.net/bugs/217997 You received this bug notification because you are a member of

[Bug 217997] Re: Incorrect icons displayed for mimetypes installed in hicolor theme only

2008-04-28 Thread Peter Clifton
I've been in contact with upstream, the problem is understood, but I don't think a decision has been reached on how best to fix it. The concern is that in some cases, slightly more generic icons from the user's selected theme _could_ be better than a very specific icon from some fallback. (E.g.

[Bug 181128] Re: clicking on a link to a document does not open it

2008-04-16 Thread Peter Clifton
It turns out that this upstream fix still causes a confirmation dialog to be presented rather than auto-downloading. I found that adding the following additional diff helps: --- epiphany-browser-2.22.1.1.orig/embed/mozilla/ContentHandler.cpp»2008-04-16 19:24:54.0 +0100 +++

[Bug 181128] Re: clicking on a link to a document does not open it

2008-04-15 Thread Peter Clifton
I'm working up a backport fix for inclusion, will post a debdiff ASAP. -- clicking on a link to a document does not open it https://bugs.launchpad.net/bugs/181128 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs

[Bug 181128] Re: clicking on a link to a document does not open it

2008-04-15 Thread Peter Clifton
Hope this helps it backports Christian Persch's fixes from SVN: http://svn.gnome.org/viewvc/epiphany?limit_changes=100view=revisionrevision=8203 http://svn.gnome.org/viewvc/epiphany?limit_changes=100view=revisionrevision=8204

[Bug 217997] [NEW] Incorrect icons displayed for mimetypes installed in hicolor theme only

2008-04-15 Thread Peter Clifton
Public bug reported: Binary package hint: nautilus Since having gone to great pain to create a set of gEDA mime icons in time for Gutsy, I'm rather distraught to find Nautilus is now ignoring them in hardy... This is due to an issue with the fallback order of icons with the GIO backend in

[Bug 217997] Re: Incorrect icons displayed for mimetypes installed in hicolor theme only

2008-04-15 Thread Peter Clifton
Attached is a debdiff which fixes the icons to how they were with Gutsy. It does this by asking GTK to find the most specificly named icon first, then only proceeding with the generic names if that files. ** Attachment added: Debdiff with fix which works for me.

[Bug 214521] [NEW] FTBFS with glib 2.16.0

2008-04-09 Thread Peter Clifton
Public bug reported: Binary package hint: epiphany-browser Since the latest release (2.22.1.1): If glib-2.0 isn't = 2.16.0, then epiphany-browser FTBFS with: Requested 'glib-2.0 = 2.16.0' but version of GLib is 2.15.6 Requested 'gio-unix-2.0 = 2.16.0' but version of GIO unix specific APIs is

[Bug 201126] [NEW] FTBFS with glib 2.15.6

2008-03-11 Thread Peter Clifton
Public bug reported: Binary package hint: epiphany-browser If glib-2.0 isn't = 2.15.6, then epiphany-browser FTBFS with: Requested 'glib-2.0 = 2.15.6' but version of GLib is 2.15.5 Requested 'gio-unix-2.0 = 2.15.6' but version of GIO unix specific APIs is 2.15.5 Missing depends? -

[Bug 201192] [NEW] External helper program not launched for known MIME types

2008-03-11 Thread Peter Clifton
Public bug reported: Binary package hint: epiphany-browser With the version of epiphany in Hardy (manually back-ported on Gutsy, so sorry if this becomes a non-issue with Hardy), there is a bug where clicking (for example) a .pdf link will download the file, but doesn't open the preview

[Bug 189599] Re: [Hardy] Ubuntu does not remember the screen resolution

2008-02-23 Thread Peter Clifton
Please open a new bug for the font holes problem. FWIW, I've seen this too with the freeware version of Eagle CAD (propriatory binary software, linked against its own copy of QT). This is available through apt-get on gutsy. I'm guessing the bugs are similar, so please subscribe me to the new bug

[Bug 179154] gdk-pixbuf fails to load jpeg with Application transferred too few scanlines

2007-12-28 Thread Peter Clifton
Public bug reported: I've been having issues where I can't properly load images in a program I'm developing, and it appears to be an upstream GTK bug. http://bugzilla.gnome.org/show_bug.cgi?id=494667 These is a patch available. As this bug breaks jpeg loading completely for any JPEG passed to

[Bug 179154] Re: gdk-pixbuf fails to load jpeg with Application transferred too few scanlines

2007-12-28 Thread Peter Clifton
This might be related to a data-loss bug where F-Spot is trashing peoples photos in some circumstances. Their error output features the (Application transferred too few scanlines) which is characteristic of this bug's manifestation. -- gdk-pixbuf fails to load jpeg with Application transferred

[Bug 179154] Re: gdk-pixbuf fails to load jpeg with Application transferred too few scanlines

2007-12-28 Thread Peter Clifton
Sorry for the spam.. the F-Spot bug is Bug #160506 -- gdk-pixbuf fails to load jpeg with Application transferred too few scanlines https://bugs.launchpad.net/bugs/179154 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug contact for gtk+2.0 in

[Bug 58171] Re: Connection to ICE-unix/.. socket times out so programs take minutes to start

2007-10-25 Thread Peter Clifton
Ah... I think I recall seeing an update in Gutsy proposed which disabled lookups on IPV6 for certain configs, so perhaps this helps things? https://edge.launchpad.net/ubuntu/+source/glibc glibc (2.6.1-1ubuntu10) gutsy-proposed; urgency=low * Reapply any/local-ipv6-sanity.diff, lost when

[Bug 58171] Re: Connection to ICE-unix/.. socket times out so programs take minutes to start

2007-10-23 Thread Peter Clifton
I'm changing the package to gnome-session, as I believe that is more directly responsible than Xorg here. ** Changed in: gnome-session (Ubuntu) Sourcepackagename: xorg = gnome-session -- Connection to ICE-unix/.. socket times out so programs take minutes to start

[Bug 154579] Re: GDM crashed after relogin

2007-10-22 Thread Peter Clifton
Can you let us know what GDM theme you're using? Does the issue still happen if you switch to a different theme? What is the output of: dpkg-query -l librsvg* -- GDM crashed after relogin https://bugs.launchpad.net/bugs/154579 You received this bug notification because you are a member of

[Bug 154579] Re: GDM crashed after relogin

2007-10-20 Thread Peter Clifton
From the log files posted, this appears to be a gdm bug ** Changed in: gdm (Ubuntu) Sourcepackagename: xorg = gdm -- GDM crashed after relogin https://bugs.launchpad.net/bugs/154579 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug contact for

[Bug 140491] gnome-settings-daemon crashes with BadValue X11 Error

2007-09-17 Thread Peter Clifton
Public bug reported: Binary package hint: gnome-control-center Running: gdb --args gnome-settings-daemon --sync The program 'gnome-settings-daemon' received an X Window System error. This probably reflects a bug in the program. The error was 'BadValue (integer parameter out of range for

[Bug 134686] Re: alt-tab partially broken with focus-follows-mouse

2007-08-27 Thread Peter Clifton
Either it was fixed in a recent update, or there is a more complex trigger for the bug - it now works for me, but very definately didn't before. Feel free to close it, and I'll re-open if it re-occurs. For the record, I was (and am) using metacity. Thanks for looking into it. -- alt-tab

[Bug 134686] alt-tab partially broken with focus-follows-mouse

2007-08-25 Thread Peter Clifton
Public bug reported: Binary package hint: metacity With latest gutsy: Set focus-follows-mouse mode in Systems-Preferences-Windows If you have your mouse (and focus) over (say) a terminal winow directly on top of the desktop, then close the terminal winow - landing your mouse ontop of the

[Bug 131740] Re: gtk memory corruption found with electric-fence

2007-08-11 Thread Peter Clifton
The crash is forced by elecrric-fence, presumably as a way to get a back-trace when running inside a debugger. valgrind on its own does not complain about anything related (mostly just unitialised bytes in various X11 writes). valgrind with electric-fence doesn't work, as valgrind hasn't been

[Bug 131740] Re: gtk memory corruption found with electric-fence

2007-08-11 Thread Peter Clifton
Please close as invalid, The bug is in electric-fence. Since it doesn't replace posix_memalign, it doesn't track memory allocations made by glib's slice allocator. These are than free'd with free(), as glibc allows. I've worked (hacked) around it locally, and (if time permits) will forward some

[Bug 131740] gtk memory corruption found with electric-fence

2007-08-10 Thread Peter Clifton
Public bug reported: I linked an application (gshchem, part of the Ubuntu package geda- gschem), against electric fence whilst doing development work on it. Electric-fence doesn't get into the application code due to some problem it has detected with GTK its-self. A gut feeling I had was to try

[Bug 131740] Re: gtk memory corruption found with electric-fence

2007-08-10 Thread Peter Clifton
backtrace from electric-fence's complaint in evolution: Core was generated by `evolution'. Program terminated with signal 4, Illegal instruction. #0 0xe410 in ?? () (gdb) bt #0 0xe410 in ?? () #1 0xbfd8ba58 in ?? () #2 0xb7f52278 in ?? () from /usr/lib/libefence.so #3 0x0004 in

[Bug 131740] Re: gtk memory corruption found with electric-fence

2007-08-10 Thread Peter Clifton
backtrace from gschem linked against electric-fence directly Electric Fence 2.1 Copyright (C) 1987-1998 Bruce Perens. gEDA/gschem version 1.1.1.20070708 gEDA/gschem comes with ABSOLUTELY NO WARRANTY; see COPYING for more details. This is free software, and you are welcome to redistribute it

[Bug 75321] Re: Printing gets cut off with in-text graphics(smileys)

2007-07-25 Thread Peter Clifton
I don't know if this is related (if not, I'll open a new bug), but I saw this printing from our purchase order system. I'll attach some sanatised .html Note.. printing bug IS present printing to .ps, so I'll include the outputs. Also, it goes away if you don't have the view Files directory

[Bug 75321] Re: Printing gets cut off with in-text graphics(smileys)

2007-07-25 Thread Peter Clifton
** Attachment added: HTML which doesn't print correctly http://launchpadlibrarian.net/8564994/view_broken.html -- Printing gets cut off with in-text graphics(smileys) https://bugs.launchpad.net/bugs/75321 You received this bug notification because you are a member of Ubuntu Desktop Bugs,

[Bug 75321] Re: Printing gets cut off with in-text graphics(smileys)

2007-07-25 Thread Peter Clifton
** Attachment added: HTML which DOES print correctly http://launchpadlibrarian.net/8565001/view_fixed.html -- Printing gets cut off with in-text graphics(smileys) https://bugs.launchpad.net/bugs/75321 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which

[Bug 75321] Re: Printing gets cut off with in-text graphics(smileys)

2007-07-25 Thread Peter Clifton
** Attachment added: broken output http://launchpadlibrarian.net/8565002/output_broken.ps -- Printing gets cut off with in-text graphics(smileys) https://bugs.launchpad.net/bugs/75321 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee.

[Bug 75321] Re: Printing gets cut off with in-text graphics(smileys)

2007-07-25 Thread Peter Clifton
** Attachment added: correct output http://launchpadlibrarian.net/8565003/output_fixed.ps -- Printing gets cut off with in-text graphics(smileys) https://bugs.launchpad.net/bugs/75321 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee.

[Bug 75321] Re: Printing gets cut off with in-text graphics(smileys)

2007-07-25 Thread Peter Clifton
(Needed to be present (un-tarred) at the same directory as the .html file to reproduce the bug (on my machine). ** Attachment added: Images from the page http://launchpadlibrarian.net/8565015/view%20Files.tar.gz -- Printing gets cut off with in-text graphics(smileys)

[Bug 75321] Re: Printing gets cut off with in-text graphics(smileys)

2007-07-25 Thread Peter Clifton
Just a further point to note.. this does not happen with firefox on my system. epiphany --version GNOME epiphany 2.19.5 firefox --version Mozilla Firefox 2.0.0.5, Copyright (c) 1998 - 2007 mozilla.org -- Printing gets cut off with in-text graphics(smileys) https://bugs.launchpad.net/bugs/75321

[Bug 127803] Re: [Gutsy] nautilus crash - caused when changing folder

2007-07-24 Thread Peter Clifton
Seems to be fixed in svn already: http://svn.gnome.org/viewcvs/nautilus/trunk/src/nautilus-navigation- window.c?r1=12693r2=13002 -- [Gutsy] nautilus crash - caused when changing folder https://bugs.launchpad.net/bugs/127803 You received this bug notification because you are a member of Ubuntu

[Bug 118537] Re: logout dialog does not offer suspend/hibernate

2007-06-07 Thread Peter Clifton
Thanks for the credit in the changelog, but I just grabbed the package and it doesn't work. The line changed: +#defineGPM_DBUS_INTERFACE org.freedesktop.PowerManagement.Inhibit instead of my patches: +#defineGPM_DBUS_INTERFACE org.freedesktop.PowerManagement Perhaps we need to

[Bug 118537] Re: logout dialog does not offer suspend/hibernate

2007-06-07 Thread Peter Clifton
No - I can't see any of the Inhibit methods needed by gnome-session. if you untar gnome-power-manager, you can see the interfaces and methods supported under gnome-power-manager-2.19.2/src/dbus/*.xml Was the .Inhibit on the GPM_DBUS_INTERFACE just a mistake, or am I missing something here? --

[Bug 118537] Re: hang in gnome-session upon logout with gnome-power-manager 2.19.2-0ubuntu4

2007-06-04 Thread Peter Clifton
Here is a more complete fix (which actually allows suspend and resume again). The method names were changed when standardising. ** Attachment added: Patch fixing the method and DBUS path names http://launchpadlibrarian.net/7945125/fix_g-p-m_session.patch -- hang in gnome-session upon logout

[Bug 82898] Re: please drop gnome-power-manager dependency

2007-06-03 Thread Peter Clifton
Doesn't this cause lockups with the logout dialog if g-p-m is missing? I've just spent some time chasing a bug (which I'm about to file) where my logout dialog hangs X11 (with a screen-shot its about to fade) for about 50 seconds whilst it tries to find g-p-m on its old DBUS name. (Gutsy). The

[Bug 118537] hang in gnome-session upon logout with gnome-power-manager 2.19.2-0ubuntu4

2007-06-03 Thread Peter Clifton
Public bug reported: Binary package hint: gnome-session In Gutsy, with the latest update to gnome-power-manager 2.19, the DBUS name which g-p-m can be accessed has changed. The following diff fixes a long (nearly a minute) hang before the logout window appears with the new g-p-m. We should