[Bug 265017] Re: Error when streaming missing depayloader plugin

2008-09-16 Thread dmig
Here is a link to online radio, which raises such error message:
http://cluster.quantumart.ru/broadcast/default.aspx?media=maximum

-- 
Error when streaming missing depayloader plugin
https://bugs.launchpad.net/bugs/265017
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
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 195180] Re: user-mountable (nfs) filesystems are not showing up in Computer view of nautilus

2008-07-24 Thread dmig
here was workaround:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/195180/comments/11

it's ugly, but it's most useful

-- 
user-mountable (nfs) filesystems are not showing up in Computer view of nautilus
https://bugs.launchpad.net/bugs/195180
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is the registrant for gvfs.

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


[Bug 242412] Re: Slow gtk filechooser

2008-07-01 Thread dmig
The exact reason: invalid network bookmark (in my case - inaccessible
IP) causes gtk filechooser to freeze

-- 
Slow gtk filechooser
https://bugs.launchpad.net/bugs/242412
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+2.0 in ubuntu.

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


[Bug 242412] Re: Slow gtk filechooser

2008-07-01 Thread dmig
That's looks like a DBus problem, just got a message about that
bookmark:  DBus error org.freedesktop.DBus.Error.NoReply: Did not
receive a reply. Possible causes include: the remote application did not
send a reply, the message bus security policy blocked the reply, the
reply timeout expired, or the network connection was broken.

-- 
Slow gtk filechooser
https://bugs.launchpad.net/bugs/242412
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+2.0 in ubuntu.

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


[Bug 242412] Re: Slow gtk filechooser

2008-07-01 Thread dmig
Thanks for workaround!

I found out, that problem was caused by line "smb://192.168.4.8/ хлам"
in my .gtk-bookmarks file.

-- 
Slow gtk filechooser
https://bugs.launchpad.net/bugs/242412
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+2.0 in ubuntu.

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

[Bug 218230] Re: gtk file dialog blocks on trackerd (via dbus) for 25s for users with NFS homedirs

2008-07-01 Thread dmig
here is a workaround for my case:
https://bugs.launchpad.net/ubuntu/+source/gtk+2.0/+bug/242412/comments/1

-- 
gtk file dialog blocks on trackerd (via dbus) for 25s for users with NFS 
homedirs
https://bugs.launchpad.net/bugs/218230
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+2.0 in ubuntu.

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


[Bug 218230] Re: gtk file dialog blocks on trackerd (via dbus) for 25s for users with NFS homedirs

2008-07-01 Thread dmig
BTW, trackerd isn't running

-- 
gtk file dialog blocks on trackerd (via dbus) for 25s for users with NFS 
homedirs
https://bugs.launchpad.net/bugs/218230
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+2.0 in ubuntu.

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


[Bug 218230] Re: gtk file dialog blocks on trackerd (via dbus) for 25s for users with NFS homedirs

2008-07-01 Thread dmig
I have local home mounted from separate partition, but I experience this bug.
here are last 10 lines of filechooser.py example trace:
0.025732 14:54:58.490295 access("/usr/share/X11/locale/ru_RU.UTF-8/XLC_LOCALE", 
R_OK) = 0 <0.025732>
0.026288 14:54:57.194259 
open("/usr/lib/python2.5/site-packages/python-support.pth", 
O_RDONLY|O_LARGEFILE) = 5 <0.026288>
0.029566 14:54:58.612365 select(5, [4], [], NULL, NULL) = 1 (in [4]) <0.029566>
0.038757 14:55:27.299303 select(5, [4], [4], NULL, NULL) = 1 (out [4]) 
<0.038757>
0.040829 14:54:58.429995 open("/usr/share/X11/locale/locale.alias", O_RDONLY) = 
4 <0.040829>
0.043928 14:54:56.715207 execve("/usr/bin/python", ["python", 
"filechooser.py"], [/* 37 vars */]) = 0 <0.043928>
0.045297 14:54:58.651040 access("/usr/share/themes/Human/gtk-2.0/gtkrc", F_OK) 
= 0 <0.045297>
0.051719 14:55:27.114798 select(5, [4], [], NULL, NULL) = 1 (in [4]) <0.051719>
0.061372 14:55:27.053096 select(5, [4], [], NULL, NULL) = 1 (in [4]) <0.061372>
24.999649 14:55:02.002804 poll([{fd=8, events=POLLIN}], 1, 25000) = 0 
<24.999649>

As you see, it hangs in poll().

-- 
gtk file dialog blocks on trackerd (via dbus) for 25s for users with NFS 
homedirs
https://bugs.launchpad.net/bugs/218230
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+2.0 in ubuntu.

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


[Bug 204434] Re: Thumbnails for 200% zoom are regenerated each time a folder is opened.

2008-05-16 Thread dmig
One more thing: first time when thumbnails are created, nautilus runs
thumbnailer as separate process, but when updating thumbnails, nautilus
becomes unresponsive (running thumbnailer in same process?).

-- 
Thumbnails for 200% zoom are regenerated each time a folder is opened.
https://bugs.launchpad.net/bugs/204434
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
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 204434] Re: Thumbnails for 200% zoom are regenerated each time a folder is opened.

2008-05-16 Thread dmig
Still there in hardy release.
Just reproduced this bug.

Also, image thumbnailer is terribly slow: I have a dir with ~90 4-5mb
jpegs, thumbnail generation of every image takes about 15 seconds. AFAIR
it was much faster in Gutsy.

-- 
Thumbnails for 200% zoom are regenerated each time a folder is opened.
https://bugs.launchpad.net/bugs/204434
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
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 97107] Re: Braid screensaver cause desktop to freeze up

2008-01-23 Thread dmig
Just seen this bug in dualhead configuration.
According to comments on bug #101943, this one is same one.

-- 
Braid screensaver cause desktop to freeze up
https://bugs.launchpad.net/bugs/97107
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for gnome-screensaver in ubuntu.

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


[Bug 97107] Re: Braid screensaver cause desktop to freeze up

2008-01-07 Thread dmig
I confirm this bug. This screensaver often freezes system. Compiz.real
process eats all cpu and X become unresponsive. This issue is pretty old
-- it was reproducible with old compiz or beryl.

System is not dead after hang: it can be recovered by logging in via ssh/telnet 
and killing compiz.real process.
Rarely system can be recovered by switching to console (C-A-F1-6) -- you have 
to wait few minutes for that.

Seen this bug in Ubuntu Dapper-Edgy-Feisty-Gutsy.
Xorg.0.log, dmesg, .xsession-errors never contain any information about hang.

** Changed in: gnome-screensaver (Ubuntu)
   Status: New => Confirmed

-- 
Braid screensaver cause desktop to freeze up
https://bugs.launchpad.net/bugs/97107
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for gnome-screensaver in ubuntu.

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


[Bug 97107] Re: Braid screensaver cause desktop to freeze up

2008-01-07 Thread dmig
This bug must be related to #101943 (if it's not even same one).

-- 
Braid screensaver cause desktop to freeze up
https://bugs.launchpad.net/bugs/97107
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for gnome-screensaver in ubuntu.

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


[Bug 97107] Re: Braid screensaver cause desktop to freeze up

2008-01-07 Thread dmig
Forgot to mention: I see this bug regularly on 2 PCs, both use nvidia-glx-new 
driver (FX5700LE and 7600GT).
Bug is reproducible only in single-head configuration (never seen with 
dual-head yet).

-- 
Braid screensaver cause desktop to freeze up
https://bugs.launchpad.net/bugs/97107
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for gnome-screensaver in ubuntu.

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


[Bug 97449] Re: [apport] alacarte crashed with ExpatError in parseFile()

2007-12-28 Thread dmig
I got this problem with menu loosing too. Is 13.9Gb of free space not enough 
for alacarte?
File .config/menus/applications.menu became empty.

-- 
[apport] alacarte crashed with ExpatError in parseFile()
https://bugs.launchpad.net/bugs/97449
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for alacarte in ubuntu.

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


[Bug 172416] Re: eog determines image type from filename

2007-11-27 Thread dmig

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

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

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

-- 
eog determines image type from filename
https://bugs.launchpad.net/bugs/172416
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for eog in ubuntu.

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


[Bug 172416] eog determines image type from filename

2007-11-27 Thread dmig
Public bug reported:

Binary package hint: eog

take any image file, e.g. of type image/jpeg, name it 'image.gif' or 
'image.tif' -- eog will assume that image type is gif or tiff. 
then it will complain, that image is not gif/tiff.

but correct behavior is possible: name file 'image' and open it -- eog
will determine correct image type.

ProblemType: Bug
Architecture: i386
Date: Tue Nov 27 23:28:28 2007
DistroRelease: Ubuntu 7.10
ExecutablePath: /usr/bin/eog
NonfreeKernelModules: nvidia
Package: eog 2.20.1-0ubuntu1
PackageArchitecture: i386
ProcCmdline: eog file:///home/dmig/Amiga%20Collection/PHOTO/A4000T/a4000t_1.gif
ProcCwd: /home/dmig
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=ru_RU.UTF-8
 SHELL=/bin/bash
SourcePackage: eog
Uname: Linux dmig-desktop 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 determines image type from filename
https://bugs.launchpad.net/bugs/172416
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for eog in ubuntu.

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


[Bug 139986] Re: image resize dialog doesn't support image size larger than 10000

2007-09-17 Thread dmig
12000-15000 is not a solution, actually. I think, it should be set to max size, 
which may be handled by gThumb.
It handles 16kx4k JPEG pretty well. So, 2^15 - 2^16 should be enough, if you 
don't want to set it to very large values.

-- 
image resize dialog doesn't support image size larger than 1
https://bugs.launchpad.net/bugs/139986
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for gthumb in ubuntu.

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


[Bug 139986] Re: image resize dialog doesn't support image size larger than 10000

2007-09-16 Thread dmig
It'd be few megabytes. Isn't that too much to attach?

You can resize any image with gimp/imagemagick to test this.

I think, but is related to control initialization: 1 is set as max
value.

-- 
image resize dialog doesn't support image size larger than 1
https://bugs.launchpad.net/bugs/139986
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for gthumb in ubuntu.

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


[Bug 139986] Re: image resize dialog doesn't support image size larger than 10000

2007-09-16 Thread dmig

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

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

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

-- 
image resize dialog doesn't support image size larger than 1
https://bugs.launchpad.net/bugs/139986
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for gthumb in ubuntu.

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


[Bug 139986] image resize dialog doesn't support image size larger than 10000

2007-09-16 Thread dmig
Public bug reported:

Binary package hint: gthumb

I want to resize image, which is originally 11750x2481. I open Image ->
Resize dialog and see there: width 1, height 2481. I can't set value
greater than 1 for both of them.

ProblemType: Bug
Architecture: i386
Date: Sun Sep 16 23:20:20 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/gthumb
Package: gthumb 3:2.10.2-0ubuntu1
PackageArchitecture: i386
ProcCmdline: gthumb 
file:///home/dmig/Pictures/%D0%9F%D0%B0%D0%BD%D0%BE%D1%80%D0%B0%D0%BC%D1%8B/Pano%20-%20IMGP1623%20-%209270x1534%20-%20CS6L%20-%20Blended%20Layer.jpg
ProcCwd: /home/dmig
ProcEnviron:
 LANGUAGE=ru_RU:ru:en_GB:en
 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games
 LANG=ru_RU.UTF-8
 SHELL=/bin/bash
SourcePackage: gthumb
Uname: Linux dmig-desktop 2.6.20-16-lowlatency #2 SMP PREEMPT Fri Aug 31 
00:58:46 UTC 2007 i686 GNU/Linux

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

-- 
image resize dialog doesn't support image size larger than 1
https://bugs.launchpad.net/bugs/139986
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for gthumb in ubuntu.

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


[Bug 64222] Re: Random crash

2006-11-16 Thread dmig
Got same problem right now.

** Attachment added: "one more dump"
   http://librarian.launchpad.net/5088906/_usr_bin_rhythmbox.1000.crash

-- 
Random crash
https://launchpad.net/bugs/64222

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