[Bug 96676] Re: [feisty] function keys don't work in gnome-terminal

2007-06-21 Thread Izzy
Instead of fighting for who's fault it is: Is it somehow likely that this will be fixed in the near future? I guess the "standard user" is not interested in the fact whether the bug is because of ncurses, xterm or whatever. To me it is completely irrelevant whether xterm follows the rules descri

[Bug 121683] Font DPI in Gnome wrong in Gutsy on MacBook

2007-06-21 Thread Tim Hull
Public bug reported: In Ubuntu Gutsy on my MacBook, the default font size/DPI for Gnome is wrong. In the case of running on the MacBook hardware natively, this means extremely large fonts - with Gnome defaulting to 112 dpi. In the case of running on VMware Fusion with the same resolution, this m

[Bug 59498] Re: .png and .wav not opening - no icon for .wav

2007-06-21 Thread Giovanni Rapagnani
Thanks to your help and some searching on google I solved the problem. Here is the procedure : gedit /home/YOUR_USERNAME/.local/share/mime/packages/Override.xml suppress the following line : png document save the modification and run the 2 following commands : sudo update-mime-database /home

[Bug 121681] Re: Four in a row - Game is too good on lowest setting

2007-06-21 Thread Martin Owens
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/8158621/Dependencies.txt -- Four in a row - Game is too good on lowest setting https://bugs.launchpad.net/bugs/121681 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug contac

[Bug 121681] Four in a row - Game is too good on lowest setting

2007-06-21 Thread Martin Owens
Public bug reported: Binary package hint: gnome-games I played 200 games, I lost 200 games. that was on the lowest setting. as a result isn't of entertaining me it has made me angry. please add variance to give human players a chance. ProblemType: Bug Architecture: i386 Date: Fri Jun 22 01:56:21

Re: [Bug 96676] Re: [feisty] function keys don't work in gnome-terminal

2007-06-21 Thread Micah Cowan
> Did any terminal ever actually have 64 function keys, as the existence > of kf0-kf63 suggests? I doubt it. And I had been wondering about that. :) Seems to me, though, if terminfo has 'em in there _specifically_ for usages like xterm's, they're without excuse for not saying something about how

[Bug 96676] Re: [feisty] function keys don't work in gnome-terminal

2007-06-21 Thread Alex Mauer
Ah, I see your point about the other special keys (cursor in particular) there's cuu1, cuf1, cud1, and cub1...but shifted variants only for left and right (kLFT and kRIT); and no control variants whatsoever. And this all without getting into alt/meta/super variants... ;-) Did any terminal ever ac

[Bug 121424] Re: Rhythmbox crashes upon launch

2007-06-21 Thread Daniel
i followed the instructions for a backtrace. since rhythmbox starts up, then crash, but the process is still running as "uninterruptible", i followed the instructions on how to attach GDB to an already running program. however, when i entered the command 'attach 6709', gdb stoped working. i waited

[Bug 121116] Re: evolution crashes expanding email list "To:"

2007-06-21 Thread gohan
** Attachment added: "Valgrind's log" http://launchpadlibrarian.net/8157947/valgrind.log.7204 -- evolution crashes expanding email list "To:" https://bugs.launchpad.net/bugs/121116 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. --

Re: [Bug 121116] Re: evolution crashes expanding email list "To:"

2007-06-21 Thread gohan
Ok, I just attached the log...good luck!!! Thanks. Omar M On Wed, 2007-06-20 at 14:28 +, Sebastien Bacher wrote: > the log might be useful even if evolution didn't crash, could you attach > it to the bug? > -- evolution crashes expanding email list "To:" https://bugs.launchpad.net/bugs/121

[Bug 96676] Re: [feisty] function keys don't work in gnome-terminal

2007-06-21 Thread Micah Cowan
Okay, thanks Alex, that clarifies things quite a lot. I guess Xterm and its sisters have repurposed the kfX strings. It might help for terminfo(5) to clarify this situation (even though it really isn't ncurses' responsibility to do so, since that's not the original meaning of those names; still, it

[Bug 121658] Re: system can't shut down

2007-06-21 Thread zhangsonglin_cjr
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/8157928/Dependencies.txt ** Attachment added: "ProcMaps.txt" http://launchpadlibrarian.net/8157929/ProcMaps.txt ** Attachment added: "ProcStatus.txt" http://launchpadlibrarian.net/8157930/ProcStatus.txt -- system ca

[Bug 121658] system can't shut down

2007-06-21 Thread zhangsonglin_cjr
Public bug reported: Binary package hint: yelp I click on Close->Shutdown. Then go to a text console displayed: *Unmounting temporary filesystems... *Deactivating swap... *Unmounting local filesystems... *Will now halt then system stop,but didn't poweroff. I push and release the "Power on/off"

[Bug 121594] Re: cannot connect with restricted cipher list

2007-06-21 Thread hggdh
Sorry for the question, but did you configure your IMAP account (in Evolution) to use TLS? In fact, what version of Evolution are you running? 2.11 seems to allow one to set TLS on IMAP (I do not really know, since I do not use IMAP). Indeed it seems yours is configured for SSL. -- cannot conne

[Bug 96676] Re: [feisty] function keys don't work in gnome-terminal

2007-06-21 Thread Alex Mauer
Another file that supports my understanding: debian's (and therefore presumably Ubuntu's) own xterm terminfo file from ncurses-base, includes the comment: # Function keys with modifiers (Sun/PC): # - # Shift-Fx - kf{12+x} # Control-Fx

[Bug 96676] Re: [feisty] function keys don't work in gnome-terminal

2007-06-21 Thread Alex Mauer
by my understanding, xterm is intended to produce F13-F24 for Shift+F1-Shift+F12, F25-F36 for Ctrl+F1-Ctrl+F12, etc. This is supported by http://webcvs.freedesktop.org/xorg/xc/programs/xterm/terminfo?revision=1.5&view=markup as well as http://aperiodic.net/phil/archives/Geekery/term-function-keys

[Bug 120826] Re: totem crashs at startup

2007-06-21 Thread Martin Kaufmann
i can't do this now cause i need a working system and i only have one computer with this configuration. I even don't think that it is an driver-problem, are there any Updates the last days which touchs totem or any totem-near application or libary? -- totem crashs at startup https://bugs.launchpa

Re: [Bug 107668] Re: Setting an invalid mount point can make a removeable media unaccessible

2007-06-21 Thread Mikele
seems fine. is there a reason why you create a copy of the string? text = gtk_editable_get_chars (editable, 0, -1); char *p; p=text; while (*p) { if (*p=='/') *p='_'; ++p; } should work as well, if textorig is not needed anywhere else cheers michele On Thu, 2007-06-21 at 22:50 +, Nicolas V

[Bug 111761] Re: use nautilus thumbnails in the image pane

2007-06-21 Thread Sebastien Bacher
the bug has been fixed upstream now ** Changed in: eog (Ubuntu) Status: Confirmed => Fix Committed -- use nautilus thumbnails in the image pane https://bugs.launchpad.net/bugs/111761 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assigne

[Bug 117604] Re: F8 shortcut key for external tools does not work

2007-06-21 Thread Ari
** Bug watch added: GNOME Bug Tracker #406176 http://bugzilla.gnome.org/show_bug.cgi?id=406176 ** Also affects: gedit (upstream) via http://bugzilla.gnome.org/show_bug.cgi?id=406176 Importance: Unknown Status: Unknown -- F8 shortcut key for external tools does not work https://bu

[Bug 113721] Re: Multi_key sequence forLatin capital U with macron

2007-06-21 Thread Dr D J Clark
Now reported upstream as bug 449906 http://bugzilla.gnome.org/show_bug.cgi?id=449906 ** Also affects: gtk (upstream) via http://bugzilla.gnome.org/show_bug.cgi?id=449906 Importance: Unknown Status: Unknown -- Multi_key sequence forLatin capital U with macron https://bugs.launchpad.n

[Bug 107668] Re: Setting an invalid mount point can make a removeable media unaccessible

2007-06-21 Thread Nicolas Valcárcel
i'm attaching a new patch, i'm not sure about it, please check it and correct. I'm not really comfortable with C ** Attachment added: "patch" http://launchpadlibrarian.net/8156007/gnome-mount-0.5.patch -- Setting an invalid mount point can make a removeable media unaccessible https://bugs.lau

[Bug 96676] Re: [feisty] function keys don't work in gnome-terminal

2007-06-21 Thread Micah Cowan
«Micah, since the purpose of terminfo is to recognize what xterm does, it seems to me that suggesting that xterm should follow what terminfo says it does is putting the cart before the horse. terminfo doesn't describe what xterm should do, it (should) describe what xterm *does*.» Xterm does, in fa

[Bug 121299] Re: tilda does not show up with latest libvte

2007-06-21 Thread Áron Sisak
** Changed in: tilda (Ubuntu) Status: Incomplete => Fix Released -- tilda does not show up with latest libvte https://bugs.launchpad.net/bugs/121299 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing list d

[Bug 108235] Re: [apport] restricted-manager crashed with SIGSEGV in gtk_icon_set_render_icon()

2007-06-21 Thread rgbiernat
Followed your instructions - however I am unsure if this really helps you. As a normal user (on the command line) it said that I am not part of the admin group. As root user it just segfaulted leaving me puzzled as what is wrong with my system :-( Did NOT try it without X. Will do that later. S

[Bug 119679] Re: Reboot after quit Chess game

2007-06-21 Thread AndreasRøsdal
gnome-games 2.19.4 has been released, fixing this now. -- Reboot after quit Chess game https://bugs.launchpad.net/bugs/119679 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com h

[Bug 121630] Re: gnome-terminal crashed with SIGSEGV in strlen()

2007-06-21 Thread Micah Cowan
Is ssh-loop some sort of custom script, and what do the arguments {build,orion,mountain} signify? -- gnome-terminal crashed with SIGSEGV in strlen() https://bugs.launchpad.net/bugs/121630 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug contact fo

[Bug 117604] Re: F8 shortcut key for external tools does not work

2007-06-21 Thread Ari
I can confirm that. Same problem with feisty, i386 and gedit 2.18.1-0ubuntu1 I think the reason is http://www.gnome.org/learn/access- guide/2.14/keynav-11.html (To Navigate Paned Windows). But actually I don't know how to fix it. Maybe someone can help me :) ** Changed in: gedit (Ubuntu)

[Bug 121630] Re: gnome-terminal crashed with SIGSEGV in strlen()

2007-06-21 Thread Micah Cowan
#10 0xb77789a6 in IA__g_signal_emit_valist (instance=0x80baaa0, signal_id=8, detail=0, var_args=0xbfd559b0 "�Yտ\026") at /build/buildd/glib2.0-2.13.5/gobject/gsignal.c:2209 ... #11 0xb7778d99 in IA__g_signal_emit (instance=0x80baaa0, signal_id=8, detail=0) at /build/buildd/glib2.0-2.1

[Bug 121630] Re: gnome-terminal crashed with SIGSEGV in strlen()

2007-06-21 Thread Micah Cowan
Never mind; apport's retrace is useless, the one you originally gave with your bug is great. -- gnome-terminal crashed with SIGSEGV in strlen() https://bugs.launchpad.net/bugs/121630 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug contact for gno

[Bug 121445] Re: gnome-core-devel uninstallable on gutsy

2007-06-21 Thread Juergen Kreileder
fixed as of today ** Changed in: meta-gnome2 (Ubuntu) Status: New => Invalid -- gnome-core-devel uninstallable on gutsy https://bugs.launchpad.net/bugs/121445 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug contact for meta-gnome2 in ubun

[Bug 121630] Re: gnome-terminal crashed with SIGSEGV in strlen()

2007-06-21 Thread Micah Cowan
Thanks for your bug report. Please try to obtain a backtrace and attach the file to the bug report (the one that was generated automatically from apport is useless). This will greatly help us in tracking down your problem. ** Changed in: gnome-termina

[Bug 96676] Re: [feisty] function keys don't work in gnome-terminal

2007-06-21 Thread Alex Mauer
Also, comments on gnome's bug #337252 suggest that xterm's behaviour *did* change [somewhat] recently: http://bugzilla.gnome.org/show_bug.cgi?id=337252#c1 http://bugzilla.gnome.org/show_bug.cgi?id=337252#c4 http://bugzilla.gnome.org/show_bug.cgi?id=337252#c9 -- [feisty] function keys don't work

[Bug 96676] Re: [feisty] function keys don't work in gnome-terminal

2007-06-21 Thread Alex Mauer
Micah, since the purpose of terminfo is to recognize what xterm does, it seems to me that suggesting that xterm should follow what terminfo says it does is putting the cart before the horse. terminfo doesn't describe what xterm should do, it (should) describe what xterm *does*. Of course, it is a

[Bug 121630] Symbolic threaded stack trace

2007-06-21 Thread Apport retracing service
** Attachment added: "ThreadStacktrace.txt (retraced)" http://launchpadlibrarian.net/8155490/ThreadStacktrace.txt -- gnome-terminal crashed with SIGSEGV in strlen() https://bugs.launchpad.net/bugs/121630 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which

[Bug 121630] Re: gnome-terminal crashed with SIGSEGV in strlen()

2007-06-21 Thread Apport retracing service
StacktraceTop:?? () ?? () ?? () ?? () ?? () ** Tags removed: need-i386-retrace ** Attachment added: "Stacktrace.txt (retraced)" http://launchpadlibrarian.net/8155489/Stacktrace.txt -- gnome-terminal crashed with SIGSEGV in strlen() https://bugs.launchpad.net/bugs/121630 You received this bu

[Bug 96676] Re: [feisty] function keys don't work in gnome-terminal

2007-06-21 Thread Micah Cowan
Izzy, the second paragraph you wrote is rather uninformative. Many of the characters being generated are being stripped out, using the method you've described. Use "cat" instead. Note that for many terminals, the sequences generated will depend greatly upon whether the terminal is in "keypad trans

[Bug 121630] Re: gnome-terminal crashed with SIGSEGV in strlen()

2007-06-21 Thread Brian J. Murrell
** Attachment added: "CoreDump.gz" http://launchpadlibrarian.net/8155461/CoreDump.gz ** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/8155462/Dependencies.txt ** Attachment added: "Disassembly.txt" http://launchpadlibrarian.net/8155463/Disassembly.txt ** Attachment

[Bug 121630] gnome-terminal crashed with SIGSEGV in strlen()

2007-06-21 Thread Brian J. Murrell
Public bug reported: Binary package hint: gnome-terminal I ran gnome-session-save and all of my gnome-terminals disappeared. gnome-terminal segfaulted. I know I've seen this before and thought I had opened a bug on it but I can't seem to find it. now. Maybe launchpad will find it for me with th

[Bug 59840] Re: soundfonts (*.sf2) get wrong MIME Type video/x-msvideo

2007-06-21 Thread Micah Cowan
In Feisty, an empty file test.sf2 is detected as a plaintext file. However, it's possible that soundfonts are detected through "magic" rather than extensions. Could you please attach the output of "hd test.sf2 | head", where test.sf2 is your soundfont file? ** Changed in: shared-mime-info (Ubuntu

[Bug 59840] soundfonts (*.sf2) get wrong MIME Type video/x-msvideo

2007-06-21 Thread juve
You have been subscribed to a public bug: I'm experimenting with timidity and wrote a script to load/change soundfonts. Soundfonts have the extension .sf2 I changed my SF2-files to "open with..." my script. But now every avi-Video want's to be opened with my script I guess there's a wrong MIME T

[Bug 121156] Re: evolution crashed with SIGSEGV

2007-06-21 Thread Pavel Mlčoch
Ive this problem on evolution in gutsy i386 too. ** Attachment added: "strace -o debug.out evolution" http://launchpadlibrarian.net/8155321/debug.out -- evolution crashed with SIGSEGV https://bugs.launchpad.net/bugs/121156 You received this bug notification because you are a member of Ubuntu

[Bug 96676] Re: [feisty] function keys don't work in gnome-terminal

2007-06-21 Thread Izzy
Micah, I'm afraid I must disappoint you. The entire problem started (for me) with Feisty and only appears when working locally. When I log in via ssh (i.e. not Ubuntu xterm, but e.g. RHEL4), everything works as expected: Shift-F4 opens a new file to edit. If it was mc causing problems, I would exp

[Bug 58837] Re: Serpentine filters out .Mp3 files from add dialogue (case-sensitivity)

2007-06-21 Thread Dean Sas
*** This bug is a duplicate of bug 112670 *** https://bugs.launchpad.net/bugs/112670 ** This bug has been marked a duplicate of bug 112670 Serpentine recognizes files based off of file extension -- Serpentine filters out .Mp3 files from add dialogue (case-sensitivity) https://bugs.launchp

[Bug 112670] Re: Serpentine recognizes files based off of file extension

2007-06-21 Thread Dean Sas
** Changed in: serpentine (Ubuntu) Importance: Undecided => Low Status: New => Confirmed -- Serpentine recognizes files based off of file extension https://bugs.launchpad.net/bugs/112670 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug c

[Bug 49203] Re: Duration calculation was incorrect

2007-06-21 Thread Dean Sas
Amos: Did you "Add two seconds gap between tracks" checked in preferences? ** Changed in: serpentine (Ubuntu) Status: New => Incomplete -- Duration calculation was incorrect https://bugs.launchpad.net/bugs/49203 You received this bug notification because you are a member of Ubuntu Desktop

[Bug 112955] Re: vino (vnc) keyboard mapping problem

2007-06-21 Thread David Ross
hrm. one of my fresh installs didn't work by my upgraded machine works fine, so nevermind. Seems to be a user specific problem on my side. -- vino (vnc) keyboard mapping problem https://bugs.launchpad.net/bugs/112955 You received this bug notification because you are a member of Ubuntu Desktop Bu

[Bug 20032] Workaround

2007-06-21 Thread StuartYeates
There is a workaround for this problem described at: http://www.last.fm/group/Rhythmbox/forum/8096/_/288791 cheers stuart -- Shuffle mode needs to be refined https://bugs.launchpad.net/bugs/20032 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a dire

[Bug 84824] Re: serpentine doesn't include silence between tracks in length calculations

2007-06-21 Thread Dean Sas
** Changed in: serpentine (Ubuntu) Status: Confirmed => Triaged ** Bug watch added: GNOME Bug Tracker #344689 http://bugzilla.gnome.org/show_bug.cgi?id=344689 ** Also affects: serpentine (upstream) via http://bugzilla.gnome.org/show_bug.cgi?id=344689 Importance: Unknown Sta

[Bug 121409] Re: Wi-fi missing

2007-06-21 Thread p3net
As per [ 18.928000] A Prism2.5 PCI device found, phymem:0xd4006000, irq:17, mem:0xf8a2e000, it looks like your wireless card is being detected. Please go ahead and follow the directions here so that we can gather the appropriate logfiles to confi

[Bug 112955] Re: vino (vnc) keyboard mapping problem

2007-06-21 Thread David Ross
Might someone propose this bug fix for a stable release update? I believe this affects all 7.04 installs, so this means NO installations of vino work on 7.04. This means all installations of 7.04 are broken and unusable. -- vino (vnc) keyboard mapping problem https://bugs.launchpad.net/bugs/11295

[Bug 121461] Re: linking problem on i386 vs amd64

2007-06-21 Thread Daniel Holbach
http://mail.gnome.org/archives/gtk-list/2007-June/msg00106.html for reference. -- linking problem on i386 vs amd64 https://bugs.launchpad.net/bugs/121461 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug contact for glib2.0 in ubuntu. -- desktop-

[Bug 24280] Re: locally installed gtk themes not applied to admin apps

2007-06-21 Thread Al
Tom, yes, it's going from gconf. [EMAIL PROTECTED]:~$ find . -exec grep -l CleanBlue {} \; ./.gconf/desktop/gnome/interface/%gconf.xml ./.themes/CleanBlue/index.theme [EMAIL PROTECTED]:~$ Sebastian probably meant that it's root's gconf. So then gtk should learn x session owner (I guess the X ser

[Bug 58715] Re: Resume from hibernation shouldn't ask for my password with automatic login

2007-06-21 Thread Micah Cowan
** Changed in: gnome-screensaver (Ubuntu) Sourcepackagename: None => gnome-screensaver Status: New => Confirmed -- Resume from hibernation shouldn't ask for my password with automatic login https://bugs.launchpad.net/bugs/58715 You received this bug notification because you are a member of

[Bug 58715] Resume from hibernation shouldn't ask for my password with automatic login

2007-06-21 Thread Joachim Noreiko
You have been subscribed to a public bug: Under Login Window Preferences, I've set my system to log me in automatically. Logically, restoring from hibernation shouldn't ask for my password either. ** Affects: gnome-screensaver (Ubuntu) Importance: Undecided Status: Confirmed -- Re

[Bug 119518] Re: evolution setup timezome selector sillyness

2007-06-21 Thread DarkMageZ
** Attachment added: "2.png" http://launchpadlibrarian.net/8154504/2.png -- evolution setup timezome selector sillyness https://bugs.launchpad.net/bugs/119518 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing

[Bug 119518] Re: evolution setup timezome selector sillyness

2007-06-21 Thread DarkMageZ
this happens in gutsy tribe 1's evolution & feisty's. ** Attachment added: "1.png" http://launchpadlibrarian.net/8154501/1.png -- evolution setup timezome selector sillyness https://bugs.launchpad.net/bugs/119518 You received this bug notification because you are a member of Ubuntu Desktop Bu

[Bug 119997] Re: Evolution decodes ISO-2022-JP incorrectly.

2007-06-21 Thread Paul Wagland
ii evolution 2.11.4-0ubuntu1 groupware suite with mail client and organizer Ubuntu distribution : Gutsy. -- Evolution decodes ISO-2022-JP incorrectly. https://bugs.launchpad.net/bugs/119997 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a

[Bug 121358] Re: rhythmbox crashed with SIGSEGV

2007-06-21 Thread Raúl Soriano
I noticed that the previous log complains about lack of symbols, so I installed rhythmbox-dbgsym and redo the backtrace. Would be interesting a valgrind log? ** Attachment added: "GDB backtrace with symbols" http://launchpadlibrarian.net/8154479/gdb-rhyrhmbox-with-symbols.txt -- rhythmbox cr

[Bug 24280] Re: locally installed gtk themes not applied to admin apps

2007-06-21 Thread Tom von Schwerdtner
Ah, I had assumed that the theme information was coming from gconf settings. I guess it comes from the users ~/.gtkrc ? I can't test at the moment, but do apps run via sudo use the /root/.gtkrc ? -- locally installed gtk themes not applied to admin apps https://bugs.launchpad.net/bugs/24280 You

[Bug 120915] Re: gimp-2.3 crashed with SIGSEGV

2007-06-21 Thread Raúl Soriano
Since one of the last updates (which included libgtk) I can't reproduce this. May be fixed? -- gimp-2.3 crashed with SIGSEGV https://bugs.launchpad.net/bugs/120915 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug contact for gimp in ubuntu. -- d

[Bug 121594] Re: cannot connect with restricted cipher list

2007-06-21 Thread kieran
thanks for that. it would seem evolution cannot do TLSv1 handshakes. ** Attachment added: "decoded tcodump output" http://launchpadlibrarian.net/8154470/decoded.csv -- cannot connect with restricted cipher list https://bugs.launchpad.net/bugs/121594 You received this bug notification because

[Bug 120541] Re: no sound in nibbles games

2007-06-21 Thread AndreasRøsdal
The sound code in all the games was rewritten to use GStreamer from version 2.19.2. So this will not be a problem in the stable 2.20.0 version which will be released in a few months. -- no sound in nibbles games https://bugs.launchpad.net/bugs/120541 You received this bug notification because you

[Bug 121358] Re: rhythmbox crashed with SIGSEGV

2007-06-21 Thread Raúl Soriano
I found a fast way to reproduce it. I open rhythmbox, and repeatedly click on "play" button until it crash. ** Attachment added: "GDB backtrace" http://launchpadlibrarian.net/8154389/gdb-rhyrhmbox.txt -- rhythmbox crashed with SIGSEGV https://bugs.launchpad.net/bugs/121358 You received this b

[Bug 121599] Re: I cannot play .dat file using totem movie player

2007-06-21 Thread dagun
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/8154372/Dependencies.txt ** Attachment added: "ProcMaps.txt" http://launchpadlibrarian.net/8154373/ProcMaps.txt ** Attachment added: "ProcStatus.txt" http://launchpadlibrarian.net/8154374/ProcStatus.txt -- I cannot

[Bug 121599] I cannot play .dat file using totem movie player

2007-06-21 Thread dagun
Public bug reported: Binary package hint: totem when i trying to play .dat file there is a error message .please help me to install corresponding plug ins . ProblemType: Bug Architecture: i386 Date: Thu Jun 21 23:00:39 2007 DistroRelease: Ubuntu 7.04 ExecutablePath: /usr/bin/totem Package: totem

[Bug 118348] Re: Gnome-session crash

2007-06-21 Thread Marcel Stimberg
I think I can reproduce the bug. After using gnome-splashscreen-manager to change my splash-screen, the gnome session crashed whenever I tried to log in. After the first start there was the "Your session lasted less than..." box mentioned above, after clicking ok, it crashed (but it was possible

Re: [Bug 109312] Re: Tray icon plugin works erratically

2007-06-21 Thread David Corrales
I'm having the exact behavior as Daniel now. As soon as a message arrives, I can safely use the tray icon. On 6/21/07, Daniel Bartholomew <[EMAIL PROTECTED]> wrote: > > After I start xchat-gnome, I get the "xchat_command called without a > valid contex" error when I click on the notification tray

Re: [Bug 121524] Re: improve evince-gtk printing of multiple LANDSCAPE pages per sheed

2007-06-21 Thread Sero
I installed and tested kpdf and it suffers indead from the same problem. Strange. Way back in my Gentoo Linux days when I used KDE all day I never had this problem with kpdf. The problem exist in kpdf regardless whether I choose landscape or portrait mode in the paper orientation settings. When th

[Bug 121594] cannot connect with restricted cipher list

2007-06-21 Thread kieran
Public bug reported: Binary package hint: evolution using evolution 2.11.4-0ubuntu1, i am unable to connect to an imap server (dovecot) over ssl which has a restricted ssl ciper list as follows 'TLSv1:!NULL:!EXP:!DES:!3DES:!MD5:!DSS' a popup box with the error text "Server unexpectedly disconnec

[Bug 121463] Re: Rhythmbox crashes when cancel on burning an audio cd

2007-06-21 Thread Henrik Nilsen Omma
** Changed in: rhythmbox (Ubuntu) Importance: Undecided => Medium Status: New => Triaged -- Rhythmbox crashes when cancel on burning an audio cd https://bugs.launchpad.net/bugs/121463 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug cont

Re: [Bug 120136] Re: rhythmbox fails to play audio stream periodically

2007-06-21 Thread caro
sure, I'll give it a try. I've been tracking when it happens, and it is usually when I first launch Rhythmbox. I'll select on a streaming audio feed, and then it may take up to 10 minutes before it starts playing. Sometimes it starts immediately. > > From: Sebastien Bacher <[EMAIL PROTECTED]

[Bug 107668] Re: Setting an invalid mount point can make a removeable media unaccessible

2007-06-21 Thread Nicolas Valcárcel
ok, i will check it, now i'm trying to check the string, and if it has "/" send a warning and replace it with "_". -- Setting an invalid mount point can make a removeable media unaccessible https://bugs.launchpad.net/bugs/107668 You received this bug notification because you are a member of Ubunt

[Bug 96676] Re: [feisty] function keys don't work in gnome-terminal

2007-06-21 Thread Micah Cowan
Alex, Izzy, I'm not sure where you get the idea that xterm should generate those sequences. infocmp gives \EO5P for "function key 25", not for "control-function key 1". Infocmp does not and has never had a mechanism for specifying modifiers to special keys. It looks to me that MC is in the wrong.

[Bug 121461] linking problem on i386 vs amd64

2007-06-21 Thread Kees Cook
You have been subscribed to a public bug: There appears to be a problem with libgtkmm2.4 on i386 -- when linking inkscape, we see: libinkpre.a(event-log.o): In function `TreeModelColumn': /usr/include/gtkmm-2.4/gtkmm/treemodelcolumn.h:140: undefined reference to `Gtk::TreeModelColumnBase::TreeMo

[Bug 121594] Re: cannot connect with restricted cipher list

2007-06-21 Thread hggdh
Related to bug 82515? Can you check on how the negotiation goes with such a session? For example, you can 'tcpdump -i -w imap.dump host ' , and then either run wireshark on the sniffer output, or attach it here. No matter what, you might want to have a look at http://www.gnome.org/projects/evolu

[Bug 121461] Re: linking problem on i386 vs amd64

2007-06-21 Thread Kees Cook
** Changed in: glib2.0 (Ubuntu Gutsy) Sourcepackagename: gtkmm2.4 => glib2.0 -- linking problem on i386 vs amd64 https://bugs.launchpad.net/bugs/121461 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug contact for glib2.0 in ubuntu. -- desktop-bu

[Bug 116443] Re: Cannot set custom program icons in the application menu.

2007-06-21 Thread Jérôme Guelfucci
Well I finally understood what your first comment meant, the "file chooser" is here to select the folder then when we select open the files show up in the other window. IMO this kind of "folder chooser" is really bad, it's the first time I see that and it's really weird. This is a request that shou

[Bug 119891] Re: choppy video playback

2007-06-21 Thread Sebastien Bacher
closing the bug then, feel free to reopen if that happens again ** Changed in: totem (Ubuntu) Status: Incomplete => Invalid -- choppy video playback https://bugs.launchpad.net/bugs/119891 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug as

[Bug 120115] Re: Bug report pops up during startup

2007-06-21 Thread Sebastien Bacher
could be a duplicate of bug #66860 ** Changed in: evolution (Ubuntu) Assignee: (unassigned) => Ubuntu Desktop Bugs -- Bug report pops up during startup https://bugs.launchpad.net/bugs/120115 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug a

[Bug 120070] Re: one of the folders in my home directory makes nautilus freeze - file permissions ok

2007-06-21 Thread oster
I can no longer reproduce the crash. I accessed it in terminal, moved the files to other places and deleted the folder. That is, I found a solution that worked for me. -- one of the folders in my home directory makes nautilus freeze - file permissions ok https://bugs.launchpad.net/bugs/120070 Yo

[Bug 107668] Re: Setting an invalid mount point can make a removeable media unaccessible

2007-06-21 Thread Mikele
thanks to nicolas for trying to make the interface less misleading; while you are at it, if you discover why specifying additional mount options causes the mount to fail, no matter what the option format, please post it here! (I understand that probably this would be a bit more hard than tweakin

[Bug 96676] Re: [feisty] function keys don't work in gnome-terminal

2007-06-21 Thread Alex Mauer
Adding to ncurses since the terminfo xterm definition doesn't match what xterm actually does. ** Also affects: ncurses (Ubuntu) Importance: Undecided Status: New -- [feisty] function keys don't work in gnome-terminal https://bugs.launchpad.net/bugs/96676 You received this bug notificat

[Bug 107668] Re: Setting an invalid mount point can make a removeable media unaccessible

2007-06-21 Thread Nicolas Valcárcel
First i have change the "Mount Point:" label to be clear im attaching the patch for the .glade It use to say: "Mount point:" Now it says: "Mount point in /media:" ** Attachment added: "E:\gnome-mount-0.5-glade.patch" http://launchpadlibrarian.net/8153081/E%3A%5Cgnome-mount-0.5-glade.patch --

[Bug 117098] Re: Minimizing applications doens't appear to work.

2007-06-21 Thread Sebastien Bacher
thank you for the update, closing the bug then ** Changed in: gnome-panel (Ubuntu) Status: Incomplete => Fix Released -- Minimizing applications doens't appear to work. https://bugs.launchpad.net/bugs/117098 You received this bug notification because you are a member of Ubuntu Desktop Bug

[Bug 119891] Re: choppy video playback

2007-06-21 Thread John Nelson
its not happening any more i reinstalled ubuntu so it was probaly a bug with that installation -- choppy video playback https://bugs.launchpad.net/bugs/119891 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing lis

[Bug 89660] Re: control-cursor-key regression in vim

2007-06-21 Thread Sebastien Bacher
** Changed in: vte (Ubuntu) Importance: Undecided => Low Assignee: (unassigned) => Ubuntu Desktop Bugs -- control-cursor-key regression in vim https://bugs.launchpad.net/bugs/89660 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee.

[Bug 120136] Re: rhythmbox fails to play audio stream periodically

2007-06-21 Thread Sebastien Bacher
Thank you for your bug. Could you try if that happens using "gst- launch-0.10 playbin uri="? ** Changed in: rhythmbox (Ubuntu) Importance: Undecided => Low Assignee: (unassigned) => Ubuntu Desktop Bugs Status: New => Incomplete -- rhythmbox fails to play audio stream periodica

[Bug 119897] Re: Mp3 playback interupted

2007-06-21 Thread Sebastien Bacher
Could you get a log by running "GST_DEBUG_NO_COLOR=1 GST_DEBUG=3 totem &>log" and attach it to the bug? ** Changed in: totem (Ubuntu) Importance: Undecided => Low Assignee: (unassigned) => Ubuntu Desktop Bugs -- Mp3 playback interupted https://bugs.launchpad.net/bugs/119897 You received

[Bug 119983] Re: Gnome Panel, Double-click on icon sends panel away.

2007-06-21 Thread Sebastien Bacher
Look to upstream and closed bug, there is similar issues already described, they are not easy to trigger though and it's not clear if that's a panel bug or due to the device or xorg -- Gnome Panel, Double-click on icon sends panel away. https://bugs.launchpad.net/bugs/119983 You received this bu

[Bug 102296] Re: Bug in Screenshot during using Google Earth

2007-06-21 Thread Sebastien Bacher
We are closing this bug report as it lacks the information, described in the previous comments, we need to investigate the problem further. However, please reopen it if you can give us the missing information and don't hesitate to submit bug reports in the future. ** Changed in: gnome-utils (Ubunt

[Bug 104178] Re: Magnatune plugin does not use OGG format

2007-06-21 Thread Sebastien Bacher
** Changed in: rhythmbox (Ubuntu) Importance: Wishlist => Low -- Magnatune plugin does not use OGG format https://bugs.launchpad.net/bugs/104178 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing list desktop-b

[Bug 120073] Re: desktop background and files have dissappeared

2007-06-21 Thread Sebastien Bacher
Thank you for your bug. What happens when you run nautilus from a command line? ** Changed in: nautilus (Ubuntu) Sourcepackagename: gnome-panel => nautilus Importance: Undecided => Medium Assignee: (unassigned) => Ubuntu Desktop Bugs Status: New => Incomplete -- desktop background

[Bug 120070] Re: one of the folders in my home directory makes nautilus freeze - file permissions ok

2007-06-21 Thread Sebastien Bacher
Thanks for your bug report. Please try to obtain a backtrace http://wiki.ubuntu.com/DebuggingProgramCrash and attach the file to the bug report. This will greatly help us in tracking down your problem. ** Changed in: nautilus (Ubuntu) Importance: Undecided => Medium Assignee: (unassigned)

[Bug 94014] Re: List View: Name column size not remembered

2007-06-21 Thread Fabio Ornellas
Same problems with me on 7.04. Hope there comes a bugfix update for it soon, it is VERY annoying... -- List View: Name column size not remembered https://bugs.launchpad.net/bugs/94014 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. --

[Bug 113092] Re: nautilus in feisty can't open http:// URI which affects service-discovery-applet

2007-06-21 Thread Sebastien Bacher
** Also affects: gnome-vfs (upstream) Importance: Undecided Status: New -- nautilus in feisty can't open http:// URI which affects service-discovery-applet https://bugs.launchpad.net/bugs/113092 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is

[Bug 116443] Re: Cannot set custom program icons in the application menu.

2007-06-21 Thread Travis Watkins
In that case I cannot reproduce, I can use icons from my ~/Desktop with no problems. Also, if you think this is a bad UI, etc you should file a bug against gnome-panel and/or libgnomeui. -- Cannot set custom program icons in the application menu. https://bugs.launchpad.net/bugs/116443 You receive

[Bug 119997] Re: Evolution decodes ISO-2022-JP incorrectly.

2007-06-21 Thread Sebastien Bacher
Thank you for your bug. What version of Ubuntu do you use? ** Changed in: evolution (Ubuntu) Importance: Undecided => Low Assignee: (unassigned) => Ubuntu Desktop Bugs Status: New => Incomplete -- Evolution decodes ISO-2022-JP incorrectly. https://bugs.launchpad.net/bugs/119997 Yo

[Bug 121580] Wrong interface to file permissions on Nautilus

2007-06-21 Thread Fabio Ornellas
Public bug reported: Latest GNOME changed the interface to handle file / folder permissions. It is limited and wrong in many ways. For folders, it has a checkbox to allow "execution of the file as a program"... I do not know that it means. As far as I know, there is no execution to folders. This

[Bug 116443] Re: Cannot set custom program icons in the application menu.

2007-06-21 Thread Jérôme Guelfucci
Actually what we are trying to say is that the icons don't show in the icon chooser when we select a folder where the icons are. ** Changed in: alacarte (Ubuntu) Status: Invalid => New -- Cannot set custom program icons in the application menu. https://bugs.launchpad.net/bugs/116443 You r

  1   2   >