[Bug 824396] Re: Most relevant entry based on previous choices is not picked

2011-09-24 Thread Ludovic Lebègue
I reported an Ubuntu Brainstorm idea regarding this. It proposes a
design.

http://brainstorm.ubuntu.com/idea/27837/

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/824396

Title:
  Most relevant entry based on previous choices  is not picked

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/824396/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 824398] [NEW] Clearing recent documents

2011-08-11 Thread Ludovic Lebègue
Public bug reported:

When looking for files there is no way to clear the list of recently
accessed documents.

** Affects: unity (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/824398

Title:
  Clearing recent documents

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/824398/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 824396] [NEW] Most relevant entry based on previous choices is not picked

2011-08-11 Thread Ludovic Lebègue
Public bug reported:

Unity should propose the most relevant entry based on previous choices.

When trying to access a frequently used program (such as firefox) by
typing it in Unity . I MUST type 'fir' before I can press enter key to
validate the choice. I'd expect Unity to know that in most cases when I
type 'f' I will probably choose Firefox because it's generally my choice
and it should propose it as first available choice.

** Affects: unity (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/824396

Title:
  Most relevant entry based on previous choices  is not picked

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/824396/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 221112] Re: Can't use space bar in search bar when using french alternative keyboard

2008-10-08 Thread Ludovic Lebègue
As far as I understand the situation.

=> a french keyboard layout was designed to take care of specific needs of 
french typography, and that's ok.
=> some applications such as Rhythmbox should be changed not to use a given key 
or combination of keys (here we are talking about space key as a trigger for 
play/pause on Rhythmbox)
=> BUT ... a decision is to be taken :
  => use a media key that can be found on new keyboards (but not 
everybody as such a keyboard)
  => pick a new key combination at the cost of being less user friendly

In short, it looks like a dead end and we only have workarounds for us.

-- 
Can't use space bar in search bar when using french alternative keyboard
https://bugs.launchpad.net/bugs/221112
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 249292] Re: Simple backup Regex for Trash to be changed for using gvfs

2008-08-26 Thread Ludovic Lebègue
** Changed in: sbackup (Ubuntu)
   Status: New => In Progress

** Changed in: sbackup (Ubuntu)
   Status: In Progress => New

-- 
Simple backup Regex for Trash to be changed for using gvfs
https://bugs.launchpad.net/bugs/249292
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 249292] Re: Simple backup Regex for Trash to be changed for using gvfs

2008-07-17 Thread Ludovic Lebègue
Actually the Regexp looks better if it is

/home/[^/]+?/\.local/share/Trash/

instead of

/home/[^/]+?/Trash

For 0.10.5 that would make a patch like this

diff -Nru sbackup-0.10.5/sbackup.conf.example 
sbackup-0.10.5-new/sbackup.conf.example
--- sbackup-0.10.5/sbackup.conf.example 2008-06-15 17:39:25.0 +0200
+++ sbackup-0.10.5-new/sbackup.conf.example 2008-07-17 19:48:37.0 
+0200
@@ -53,7 +53,7 @@
 #  of the file, it will NOT be backuped. Keep this list as specific 
 #  and as short as possible.
 
-regex=\.mp3,\.avi,\.mpeg,\.mpg,\.mkv,\.ogg,\.ogm,\.tmp,/home/[^/]+?/\.thumbnails/,/home/[^/]+?/\.Trash,/home/[^/]+?/\..+/[cC]ache,/home/[^/]+?/\.gvfs/
+regex=\.mp3,\.avi,\.mpeg,\.mpg,\.mkv,\.ogg,\.ogm,\.tmp,/home/[^/]+?/\.thumbnails/,/home/[^/]+?/\.local/share/Trash/,/home/[^/]+?/\..+/[cC]ache,/home/[^/]+?/\.gvfs/
 
 # Do not backup files bigger then this (in bytes)
 

** Attachment added: "sbackup-0.10.5_0.10.5.new.patch"
   http://launchpadlibrarian.net/16121773/sbackup-0.10.5_0.10.5.new.patch

-- 
Simple backup Regex for Trash to be changed for using gvfs
https://bugs.launchpad.net/bugs/249292
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 249292] Re: Simple backup Regex for Trash to be changed for using gvfs

2008-07-16 Thread Ludovic Lebègue
Proposed patch

Common subdirectories: sbackup-0.10.4/debian and sbackup-0.10.4-new/debian
Common subdirectories: sbackup-0.10.4/po and sbackup-0.10.4-new/po
diff sbackup-0.10.4/sbackup.conf.example sbackup-0.10.4-new/sbackup.conf.example
56c56
< 
regex=\.mp3,\.avi,\.mpeg,\.mpg,\.mkv,\.ogg,\.ogm,\.tmp,/home/[^/]+?/\.thumbnails/,/home/[^/]+?/\.Trash,/home/[^/]+?/\..+/[cC]ache
---
> regex=\.mp3,\.avi,\.mpeg,\.mpg,\.mkv,\.ogg,\.ogm,\.tmp,/home/[^/]+?/\.thumbnails/,/home/[^/]+?/Trash,/home/[^/]+?/\..+/[cC]ache


** Attachment added: "sbackup.patch"
   http://launchpadlibrarian.net/16102778/sbackup.patch

-- 
Simple backup Regex for Trash to be changed for using gvfs
https://bugs.launchpad.net/bugs/249292
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 249292] [NEW] Simple backup Regex for Trash to be changed for using gvfs

2008-07-16 Thread Ludovic Lebègue
Public bug reported:

Binary package hint: sbackup

The default Regexp location to exclude backup of Trash should be changed
to "/home/[^/]+?/Trash/" has it is the default now with GNOME 2.22

** Affects: sbackup (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Simple backup Regex for Trash to be changed for using gvfs
https://bugs.launchpad.net/bugs/249292
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 221112] Re: Can't use space bar in search bar when using french alternative keyboard

2008-06-27 Thread Ludovic Lebègue
** Changed in: libgnomekbd
 Bugwatch: GNOME Bug Tracker #531279 => GNOME Bug Tracker #402882
   Status: New => Unknown

** Changed in: rhythmbox
 Bugwatch: GNOME Bug Tracker #531279 => GNOME Bug Tracker #402882
   Status: New => Unknown

-- 
Can't use space bar in search bar when using french alternative keyboard
https://bugs.launchpad.net/bugs/221112
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 221112] Re: Can't use space bar in search bar when using french alternative keyboard

2008-06-25 Thread Ludovic Lebègue
** Changed in: rhythmbox
 Bugwatch: GNOME Bug Tracker #530123 => GNOME Bug Tracker #540203
   Status: Invalid => Unknown

-- 
Can't use space bar in search bar when using french alternative keyboard
https://bugs.launchpad.net/bugs/221112
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 221112] Re: Can't use space bar in search bar when using french alternative keyboard

2008-06-09 Thread Ludovic Lebègue
Yes and according to
https://bugs.freedesktop.org/show_bug.cgi?id=15804#c23 it seems related
to a short-cut choice in Rhythmbox.

-- 
Can't use space bar in search bar when using french alternative keyboard
https://bugs.launchpad.net/bugs/221112
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 221112] Re: Can't use space bar in search bar when using french alternative keyboard

2008-06-08 Thread Ludovic Lebègue
After having tried hypothesis the best shot is that it 's a Rhythmbox bug that 
should not handle CTRL+space as a shortcut in French. (because of a specific 
french typograhy exception => small unbreakable space ...)
This is very unlikely to change in Rythmbox, but I'll fill a bug there.

** Changed in: rhythmbox (Ubuntu)
Sourcepackagename: xkeyboard-config => rhythmbox

-- 
Can't use space bar in search bar when using french alternative keyboard
https://bugs.launchpad.net/bugs/221112
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 221112] Re: Can't use space bar in search bar when using french alternative keyboard

2008-05-03 Thread Ludovic Lebègue
** Bug watch added: GNOME Bug Tracker #531279
   http://bugzilla.gnome.org/show_bug.cgi?id=531279

** Also affects: libgnomekbd via
   http://bugzilla.gnome.org/show_bug.cgi?id=531279
   Importance: Unknown
   Status: Unknown

-- 
Can't use space bar in search bar when using french alternative keyboard
https://bugs.launchpad.net/bugs/221112
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 221112] Re: Can't use space bar in search bar when using french alternative keyboard

2008-05-03 Thread Ludovic Lebègue
@Battle48 : Try "France (Legacy) Alternative" and restart Rhythmbox

-- 
Can't use space bar in search bar when using french alternative keyboard
https://bugs.launchpad.net/bugs/221112
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 221112] Re: Can't use space bar in search bar when using french alternative keyboard

2008-05-02 Thread Ludovic Lebègue
On a fresh Ubuntu install (or an upgrade from previous version). What
modifies the InputDevice section of xorg.conf (this could be a lead to
the solution...) ?

-- 
Can't use space bar in search bar when using french alternative keyboard
https://bugs.launchpad.net/bugs/221112
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 106705] Re: Keyboard layout is incorrect for some keys

2008-05-02 Thread Ludovic Lebègue
Link with  freedesktop.org #15804 is an error.

** Changed in: xkeyboard-config
   Importance: Unknown => Undecided
 Bugwatch: freedesktop.org Bugzilla #15804 => None
   Status: Confirmed => New

** Changed in: xkeyboard-config
   Status: New => Fix Released

-- 
Keyboard layout is incorrect for some keys
https://bugs.launchpad.net/bugs/106705
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 106705] Re: Keyboard layout is incorrect for some keys

2008-05-02 Thread Ludovic Lebègue
** Bug watch added: freedesktop.org Bugzilla #15804
   https://bugs.freedesktop.org/show_bug.cgi?id=15804

** Also affects: xkeyboard-config via
   https://bugs.freedesktop.org/show_bug.cgi?id=15804
   Importance: Unknown
   Status: Unknown

-- 
Keyboard layout is incorrect for some keys
https://bugs.launchpad.net/bugs/106705
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 221112] Re: Can't use space bar in search bar when using french alternative keyboard

2008-05-02 Thread Ludovic Lebègue
** Bug watch added: freedesktop.org Bugzilla #15804
   https://bugs.freedesktop.org/show_bug.cgi?id=15804

** Also affects: xkeyboard-config via
   https://bugs.freedesktop.org/show_bug.cgi?id=15804
   Importance: Unknown
   Status: Unknown

-- 
Can't use space bar in search bar when using french alternative keyboard
https://bugs.launchpad.net/bugs/221112
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 221112] Re: Can't use space bar in search bar when using french alternative keyboard

2008-05-02 Thread Ludovic Lebègue
In GNOME Keyboard preferences :
 - "France Alternative, latin9 only" => This is ok for rhytmbox

At this point, a change in GNOME is enough to solve this problem.

I guess it's not related to Rhythmbox but rather to the GNOME keybord
layout ...

** Attachment added: "GConf.xml "France Alternative, latin9 only""
   http://launchpadlibrarian.net/14085837/%25gconf.xml

** Changed in: meta-gnome2 (Ubuntu)
Sourcepackagename: rhythmbox => meta-gnome2

-- 
Can't use space bar in search bar when using french alternative keyboard
https://bugs.launchpad.net/bugs/221112
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 221112] Re: Can't use space bar in search bar when using french alternative keyboard

2008-05-02 Thread Ludovic Lebègue
"France" set with "Add +" button and chose variant "Default" =>
Rhythmbox KO

-- 
Can't use space bar in search bar when using french alternative keyboard
https://bugs.launchpad.net/bugs/221112
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 221112] Re: Can't use space bar in search bar when using french alternative keyboard

2008-05-02 Thread Ludovic Lebègue
Some analysis on this bug

Xorg.conf  :

Original one, not changed manually
Section "InputDevice"
Identifier  "Generic Keyboard"
Driver  "kbd"
Option  "CoreKeyboard"
Option  "XkbRules"  "xorg"
Option  "XkbModel"  "pc105"
Option  "XkbLayout" "fr"
Option  "XkbVariant""oss"
EndSection

In GNOME keyboard preferences :

- "France Alternative" set with the "Reset to defaults" button => Rhythmbox KO
- "France" set with "Add +" button and chose variant "Default"  


** Attachment added: "Gconf.xml for "France" layout"
   http://launchpadlibrarian.net/14085753/%25gconf.xml

-- 
Can't use space bar in search bar when using french alternative keyboard
https://bugs.launchpad.net/bugs/221112
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 221112] Re: Can't use space bar in search bar when using french language keyboard

2008-04-26 Thread Ludovic Lebègue
Here is the gnome keyboard config.

** Attachment added: "key-gconf.txt"
   http://launchpadlibrarian.net/13947431/key-gconf.txt

-- 
Can't use space bar in search bar when using french language keyboard
https://bugs.launchpad.net/bugs/221112
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 199707] Re: trashcan has disappear from panel

2008-04-25 Thread Ludovic Lebègue
This happened to me as well. No idea of the circumstances but a
logout/login solved this.

-- 
trashcan has disappear from panel
https://bugs.launchpad.net/bugs/199707
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 221112] Re: Can't use space bar in search bar

2008-04-25 Thread Ludovic Lebègue
Here is my xorg.conf

** Attachment added: "xorg.conf"
   http://launchpadlibrarian.net/13911759/xorg.conf

-- 
Can't use space bar in search bar
https://bugs.launchpad.net/bugs/221112
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 221112] Re: Can't use space bar in search bar

2008-04-25 Thread Ludovic Lebègue
Tried with a USA layout for the keyboard. The problem is still there.

** Changed in: rhythmbox (Ubuntu)
   Status: Incomplete => Confirmed

-- 
Can't use space bar in search bar
https://bugs.launchpad.net/bugs/221112
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 221112] Re: Can't use space bar in search bar

2008-04-25 Thread Ludovic Lebègue
Same problem here with the default install and language English as default. 
(But a French keyboard layout)
This makes it impossible to search any information containing a space.

-- 
Can't use space bar in search bar
https://bugs.launchpad.net/bugs/221112
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 58125] Re: Locale Settings for decimal separator ignored

2007-11-02 Thread Ludovic Lebègue
Seems to be OK in openoffice.org 2.3.0

See attachment for the configuration I use.

 dpkg -l openoffice.org
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-f/Unpacked/Failed-cfg/Half-inst/t-aWait/T-pend
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name   VersionDescription
+++-==-==-
ii  openoffice.org 1:2.3.0-1ubunt OpenOffice.org Office suite


** Attachment added: "Language settings in OpenOffice.org"
   
http://launchpadlibrarian.net/10250246/Screenshot-Options%20-%20Language%20Settings%20-%20Languages.png

-- 
Locale Settings for decimal separator ignored
https://bugs.launchpad.net/bugs/58125
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 110636] Re: hdparm - cannot set dma on IDE hard drive that works via pata

2007-10-27 Thread Ludovic Lebègue
I don't have any more reading/writing lags on Gutsy on the same platform

hdparm - i :

 Model=Hitachi HTS541612J9SA00 , FwRev=SBDOC70P, SerialNo=  
SB3D00E5G289TA
 Config={ HardSect NotMFM HdSw>15uSec Fixed DTR>10Mbs }
 RawCHS=16383/16/63, TrkSize=0, SectSize=0, ECCbytes=4
 BuffType=DualPortCache, BuffSize=7516kB, MaxMultSect=16, MultSect=?16?
 CurCHS=16383/16/63, CurSects=16514064, LBA=yes, LBAsects=234441648
 IORDY=on/off, tPIO={min:120,w/IORDY:120}, tDMA={min:120,rec:120}
 PIO modes:  pio0 pio1 pio2 pio3 pio4 
 DMA modes:  mdma0 mdma1 mdma2 
 UDMA modes: udma0 udma1 udma2 udma3 udma4 *udma5 
 AdvancedPM=yes: mode=0x80 (128) WriteCache=enabled
 Drive conforms to: ATA/ATAPI-7 T13 1532D revision 1:  ATA/ATAPI-2,3,4,5,6,7

hdparm -tT

 Timing cached reads:   6066 MB in  1.99 seconds = 3043.46 MB/sec
 Timing buffered disk reads:  108 MB in  3.01 seconds =  35.83 MB/sec

uname -r :
2.6.22-14-generic

-- 
hdparm - cannot set dma on IDE hard drive that works via pata
https://bugs.launchpad.net/bugs/110636
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 154920] Re: eog won't display some .jpg files

2007-10-20 Thread Ludovic Lebègue
One image that won't open

** Attachment added: "Image that won't open"
   http://launchpadlibrarian.net/10081913/Whm.jpg

-- 
eog won't display some .jpg files
https://bugs.launchpad.net/bugs/154920
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 154920] Re: eog won't display some .jpg files

2007-10-20 Thread Ludovic Lebègue

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/10081907/Dependencies.txt

** Attachment added: "ProcMaps.txt"
   http://launchpadlibrarian.net/10081908/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://launchpadlibrarian.net/10081909/ProcStatus.txt

-- 
eog won't display some .jpg files
https://bugs.launchpad.net/bugs/154920
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 154920] eog won't display some .jpg files

2007-10-20 Thread Ludovic Lebègue
Public bug reported:

Binary package hint: eog

Some files are open correctly by eog 2.20.0 some not.
No messages displayed to the end user.

ProblemType: Bug
Architecture: i386
Date: Sat Oct 20 16:06:56 2007
DistroRelease: Ubuntu 7.10
ExecutablePath: /usr/bin/eog
NonfreeKernelModules: nvidia
Package: eog 2.20.0-0ubuntu3
PackageArchitecture: i386
ProcCmdline: eog
ProcCwd: /home/ludo
ProcEnviron:
 SHELL=/bin/bash
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_US.UTF-8
SourcePackage: eog
Uname: Linux leonardo 2.6.22-14-generic #1 SMP Sun Oct 14 23:05:12 GMT 2007 
i686 GNU/Linux

** Affects: eog (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug

-- 
eog won't display some .jpg files
https://bugs.launchpad.net/bugs/154920
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs