[Bug 62123] Re: Geyes preferences window too small

2008-04-29 Thread Diego Ongaro
I just tried it out in a hardy vm (screenshot attached). Ideally, the default vertical size would be increased and the order of the themes would have some sort of logic. I'm not sure it's worth any more effort, though. I think it'd be fine to close this bug now. Thanks, Diego ** Attachment adde

[Bug 136940] Re: should allow opening non-removable partitions

2007-09-05 Thread Diego Ongaro
oo: take your time such that you make sense, write less typos, get all your thoughts out in the initial description (not subsequent comments), and mark something like this low priority. Thanks, Diego Ongaro -- should allow opening non-removable partitions https://bugs.launchpad.net/bugs/136940 You re

[Bug 112993] Re: mousepad wrong assertion

2007-05-10 Thread Diego Ongaro
Gauvain: This is a "real" bug, though of trivial importance. It causes the GTK warning and prevents mousepad's File->Open dialog from preselecting the file that's already open. Simon: The commented out code that you found looks like an attempt to fix the symptoms. The GTK warning is actually produ

[Bug 112993] Re: mousepad wrong assertion

2007-05-06 Thread Diego Ongaro
I also see this on Feisty. The steps required for me are: 1) Run "mousepad z.sh" 2) File -> Open There is no need to edit, save, or choose another file on my machine. Simon, do those two steps alone cause the warning for you? -- mousepad wrong assertion https://bugs.launchpad.net/bugs/112993 Y

[Bug 62123] Re: Geyes preferences window too small

2007-04-08 Thread Diego Ongaro
Yes, I now only get a vertical scrollbar in Feisty. That's still annoying - just not as much. -- Geyes preferences window too small https://bugs.launchpad.net/bugs/62123 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bu

[Bug 84104] Re: wget doesn't redo DNS lookup

2007-02-09 Thread Diego Ongaro
I believe "With this option Wget issues a new DNS lookup ... each time it makes a new connection." indicates that it wouldn't do a DNS lookup per packet, but rather per connection. Regarding "And if wget is failing to connect isn't it best for it to do everything it can to reconnect ?", I personal

[Bug 84104] Re: wget doesn't redo DNS lookup

2007-02-09 Thread Diego Ongaro
I interpret the --no-dns-cache man documentation to suggest this behavior is intentional. Here's the relevant excerpt. --no-dns-cache Turn off caching of DNS lookups. Normally, Wget remembers the IP addresses it looked up from DNS so it doesn’t have to repeatedly contact the DNS server for the sa

[Bug 64057] Re: On certain page, after print preview, can't select text

2007-01-18 Thread Diego Ongaro
I am still able to reproduce the bug on my machine (edgy, up to date as of yesterday 2007-01-17). Also worth noting is that the article content is no longer there, but the bug is still present (for me) on their article not found page. If I get a few minutes one of these days, I'll try to narrow dow

[Bug 59616] Re: keyboard not working after logging in via gdm

2006-10-26 Thread Diego Ongaro
Sorry, I long ago started over with clean preferences. -- keyboard not working after logging in via gdm https://launchpad.net/bugs/59616 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 63412] Re: Few resolution options

2006-10-14 Thread Diego Ongaro
Let's refer to specific use cases. In your original post, it sounded to me like you had a native resolution of 1280x1024 and wanted to use that in tsclient. In my case on my primary laptop, I'm on a 1024x600 native resolution. I think it'd be useful if tsclient were to list 1024x600, but I would

[Bug 63412] Re: Few resolution options

2006-10-13 Thread Diego Ongaro
I'd say it doesn't make much sense to read xorg.conf. It's your active resolution that we're more interested in. Maybe xprop is appropriate? [EMAIL PROTECTED]:~$ xprop -root | grep ^_NET_DESKTOP_GEOMETRY returns: _NET_DESKTOP_GEOMETRY(CARDINAL) = 1024, 600 We could add some code to *try* xprop

[Bug 12715] Re: tsclient could install xnest

2006-10-12 Thread Diego Ongaro
Matt: What do you mean by "guide the user through installing xnest, as is done with NTP"? (network time protocol?) -- tsclient could install xnest https://launchpad.net/bugs/12715 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 63412] Re: Few resolution options

2006-10-12 Thread Diego Ongaro
By digging through the source, I have found the following array at line 54 of connect.c. gchar *size_items[] = { _("640 x 480 pixels"), _("800 x 600 pixels"), _("1024 x 768 pixels"), _("1152 x 864 pixels"), _("1280 x 960 pixels"), _("1400 x 1050 pixels"), NULL

[Bug 64206] Re: "About"-window cannot be closed with "close" button

2006-10-11 Thread Diego Ongaro
Sebastien, good idea with destroying the window and thanks for the credit in the changelog. I've attached a patch for gpixpod. Unfortunately, I couldn't get glade to cooperate with me and destroy the dialog for me, so it's pure pygtk calls. It's still a very small patch. Should someone +Affects g

[Bug 59789] Re: Unclosable Credits ?

2006-10-06 Thread Diego Ongaro
This is likely related to tsclient's bug #64206 and gxine's bug #64134 . -- Unclosable Credits ? https://launchpad.net/bugs/59789 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 64136] Re: do not show splashscreen

2006-10-05 Thread Diego Ongaro
It may be helpful to refer to this draft of GNOME's Human Interface Guidelines: http://developer.gnome.org/projects/gup/hig/draft_hig_new /desktop-application-startup.html Basically, splash screens are discouraged, especially for applications that will load fairly quickly anyway. -- do not show

[Bug 64243] Re: Power button presses are not detected

2006-10-05 Thread Diego Ongaro
My power button also does nothing now on edgy on my Fujitsu P1510: [EMAIL PROTECTED]:~$ acpi_listen button/power PWRF 0080 0004 button/power PWRF 0080 0005 button/power PWRF 0080 0006 button/power PWRF 0080 0007 button/power PWRF 0080 0008 -- Power button

[Bug 64134] Re: inactive close button in about dialog

2006-10-05 Thread Diego Ongaro
tsclient's bug #64206 looks related: "About"-window cannot be closed with "close" button https://launchpad.net/distros/ubuntu/+source/tsclient/+bug/64206 -- inactive close button in about dialog https://launchpad.net/bugs/64134 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://l

[Bug 64206] Re: "About"-window cannot be closed with "close" button

2006-10-05 Thread Diego Ongaro
gxine's bug #64134 looks related: inactive close button in about dialog https://launchpad.net/distros/ubuntu/+source/gxine/+bug/64134 -- "About"-window cannot be closed with "close" button https://launchpad.net/bugs/64206 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.u

[Bug 64206] Re: "About"-window cannot be closed with "close" button

2006-10-05 Thread Diego Ongaro
I'm attaching a one-line patch that seems to fix the issue on edgy. I've worked with GTK before but I'm fairly new to C. I used Google's new code search tool to see how other projects did it, and I found http://www.google.com/codesearch?q=+lang:c+gtk_about_dialog_new+show:YgUVlX7mpSA:7pXX9I15dr4:W

[Bug 63499] Re: Firefox cannot spell Ubuntu

2006-10-04 Thread Diego Ongaro
I'm not sure how Firefox handles its spell-checking, but note that aspell doesn't know about Ubuntu either. [EMAIL PROTECTED]:~$ aspell -a @(#) International Ispell Version 3.1.20 (but really Aspell 0.60.4) dog * Ubuntu & Ubuntu 31 0: Bunt, Bantu, Bounty, Unburnt, Urbanity, Subunit, Burnt, Unbent

[Bug 63683] Re: By default, Firefox does not open as a new window.

2006-10-04 Thread Diego Ongaro
Note that gmail-notify, Gaim's about dialog, revelation password manager, Gnome's panel launchers, and many other applications have this same issue. Opening tabs in a (forced) new window isn't exactly the best behavior if the user prefers new tabs. However, focusing the Firefox window that opened

[Bug 64057] On certain page, after print preview, can't select text

2006-10-04 Thread Diego Ongaro
Public bug reported: On up-to-date edgy as of October 4, 2006. Steps to reproduce: 1. View this news article about turtles in Cuba: http://www.cubavision.cubaweb.cu/detalles.asp?ID=27106 2. Note that you can select text. 3. View a print preview. 4. Close the print preview. 5. Note that yo

[Bug 64055] Opening bookmark folder closes open tabs

2006-10-04 Thread Diego Ongaro
Public bug reported: On up-to-date edgy as of October 4, 2006. Steps to reproduce: 1. Open one or multiple tabs. 2. Middle-click on a bookmark folder (either in the menu or on a toolbar). This causes the bookmarks in that folder to open in new tabs. 3. Notice that your old tabs have disappeared,

[Bug 62124] Re: Add to Panel... section typo

2006-09-23 Thread Diego Ongaro
Here's a patch that'll fix the issue. It most likely affects upstream too. ** Attachment added: "Changes Utility to Utilities" http://librarian.launchpad.net/4416655/GrandrApplet.diff -- Add to Panel... section typo https://launchpad.net/bugs/62124 -- ubuntu-bugs mailing list ubuntu-bugs@li

[Bug 62124] Add to Panel... section typo

2006-09-23 Thread Diego Ongaro
Public bug reported: When in the Add to Panel... dialog, the applet shows up as the lone item in the category "Utility", instead of following the convention of "Utilities". ** Affects: gnome-randr-applet (Ubuntu) Importance: Untriaged Status: Unconfirmed -- Add to Panel... section

[Bug 62123] Geyes preferences window too small

2006-09-23 Thread Diego Ongaro
Public bug reported: The Geyes preferences window ends up with a horizontal and vertical scrollbar. The dialog is needlessly small. It opens at about 310x230 pixels, it requests 300x200 pixels on line 320 of themes.c. It would look pretty decent at 415x305 pixels, or a request of 405x275. ** A

[Bug 62081] Re: Preferences window won't just close

2006-09-23 Thread Diego Ongaro
Here's the patch I was referring to. It should probably be sent upstream too. ** Attachment added: "Patch to make gmail-notify exit when the user doesn't want to deal with entering credentials." http://librarian.launchpad.net/4416076/gmail-notify.diff -- Preferences window won't just close h

[Bug 62081] Preferences window won't just close

2006-09-23 Thread Diego Ongaro
Public bug reported: I have gmail-notify not storing my username and password, so every time I log into gnome, it opens up the preferences window. Sometimes, I'm in a hurry or don't have Internet and just want it to go away, but there's a while loop in the code that just won't let that happen. I'm

[Bug 59616] Re: keyboard not working after logging in via gdm

2006-09-23 Thread Diego Ongaro
I've determined that this issue is not related to gdm at all, because it kept happening when I tried: As root: /etc/init.d/gdm stop As user: startx I also verified that the keyboard does work in gnome for my regular user after deleting/renaming the following directories: .gconf, .gconfd, .gnome,

[Bug 59616] Re: keyboard not working after logging in via gdm

2006-09-23 Thread Diego Ongaro
I just upgraded to edgy last night/today and my keyboard is no longer working (at all. no Ctrl+Alt+*, no Num Lock, etc) after I log in through gdm. It does work in gdm, in gnome fail-safe mode, in fluxbox, and in gnome for my other user account, but it fails to work in gnome for my regular user acc

[Bug 59616] Re: keyboard not working after logging in via gdm

2006-09-23 Thread Diego Ongaro
I should have mentioned that if I later log out of gnome/switch users, they keyboard starts working again. If I then go back to gnome on my regular user, it no longer works. etc. -- keyboard not working after logging in via gdm https://launchpad.net/bugs/59616 -- ubuntu-bugs mailing list ubuntu