[Bug 582264] ProcCpuinfo.txt

2010-06-08 Thread Romano Giannetti
apport information

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/49941328/ProcCpuinfo.txt

-- 
lucid lynx going into disk activity frenzy, stalls for minutes 
https://bugs.launchpad.net/bugs/582264
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 582264] ProcInterrupts.txt

2010-06-08 Thread Romano Giannetti
apport information

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/49941331/ProcInterrupts.txt

-- 
lucid lynx going into disk activity frenzy, stalls for minutes 
https://bugs.launchpad.net/bugs/582264
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 582264] ProcModules.txt

2010-06-08 Thread Romano Giannetti
apport information

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/49941332/ProcModules.txt

-- 
lucid lynx going into disk activity frenzy, stalls for minutes 
https://bugs.launchpad.net/bugs/582264
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 582264] UdevDb.txt

2010-06-08 Thread Romano Giannetti
apport information

** Attachment added: UdevDb.txt
   http://launchpadlibrarian.net/49941333/UdevDb.txt

-- 
lucid lynx going into disk activity frenzy, stalls for minutes 
https://bugs.launchpad.net/bugs/582264
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 582264] UdevLog.txt

2010-06-08 Thread Romano Giannetti
apport information

** Attachment added: UdevLog.txt
   http://launchpadlibrarian.net/49941335/UdevLog.txt

-- 
lucid lynx going into disk activity frenzy, stalls for minutes 
https://bugs.launchpad.net/bugs/582264
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 582264] Re: lucid lynx going into disk activity frenzy, stalls for minutes

2010-06-08 Thread Romano Giannetti
It happened again, and I could capture a ps augx while in the frenzy
phase, that will attach. After that the system is still sluggish, so
that I will have to reboot (or maybe close application and doing a
swapoff/swapon, will try that). I managed too to send apport information
(that was a three-minute task, the disk is almost active all the time).

Load average peaked at 20 or so.


** Attachment added: ps augx at the top of disk activity frenzy, more or 
less...
   http://launchpadlibrarian.net/49941459/ps_augx3.txt

-- 
lucid lynx going into disk activity frenzy, stalls for minutes 
https://bugs.launchpad.net/bugs/582264
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 582264] Re: lucid lynx going into disk activity frenzy, stalls for minutes

2010-06-08 Thread Romano Giannetti
I think that the problem is a very bad page release or something like
that. Once entered in the swap frenzy, the system is very difficult to
reconvert. Swapoff do not work (it say no free memory) and I have to
stop VirtualBox, which used half of the memory, to regain control in the
system.

Again, this did not happen at all with Karmic.

If I fill the memory and push the thing to swap it happens again. I use
a little program to fill the mem to test it, attached below.

Exiting VirtualBox resume normal working of the system, until you fill
memory again, when swap starts load average jump high ans system became
really sloppy.


#include stdio.h
#include stdlib.h
int main(int argc, char** argv) {

char * mem; 
long nblocks;
int i;

if (argc!=2) {
fprintf(stderr, Usage: %s number_of_MB\n, argv[0]);
exit(1);
}

nblocks = atoi(argv[1])*1024;
for(i=0;inblocks;i++) {
mem = (char*)malloc(1024);
mem[1]='A';
if ((i%1024)==0) {
printf(%s:%4d Mbyte allocated and touched\n, 
   argv[0], (int)(i/1024));
}
}

   /* uncomment this to sit here while(1) {sleep(10);}*/

return 0; /* and free */
}

-- 
lucid lynx going into disk activity frenzy, stalls for minutes 
https://bugs.launchpad.net/bugs/582264
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 562027] Re: [ooo-build] OOo QuickStarter: unable to shutdown / reboot / logout when quickstarter is active

2010-06-08 Thread Romano Giannetti
...and effectively, sometime the oo windows asking me if I want to close
the files *do* flash by. Strangely enough, given that it happens
especially if I do not have open files to close. Then it disappears
swiftly.

-- 
[ooo-build] OOo QuickStarter: unable to shutdown / reboot / logout when 
quickstarter is active
https://bugs.launchpad.net/bugs/562027
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 27014] Re: evolution bug, Summary and folder mismatch, even after a sync

2010-06-10 Thread Romano Giannetti
Please point me to the new bug. I have the same problem with a local
mbox directory feed by fetchmail.

-- 
evolution bug, Summary and folder mismatch, even after a sync
https://bugs.launchpad.net/bugs/27014
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 582264] Re: lucid lynx going into disk activity frenzy, stalls for minutes

2010-05-19 Thread Romano Giannetti
Ok, cannot downgrade the kernel because I do not have 2.6.31 headers in
the repositories... grr. I tried to manually install linux-
headers-2.6.31-20 but it fails with missing dependencies.

Please advise.

-- 
lucid lynx going into disk activity frenzy, stalls for minutes 
https://bugs.launchpad.net/bugs/582264
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 485240] Re: When zooming from 2-pages view to 1-page view, displayed page jumps away

2010-05-20 Thread Romano Giannetti
Still here, with Lucid Lynx 10.04.  Will add apport information ASAP.

-- 
When zooming from 2-pages view to 1-page view, displayed page jumps away
https://bugs.launchpad.net/bugs/485240
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 485240] Re: When zooming from 2-pages view to 1-page view, displayed page jumps away

2010-05-20 Thread Romano Giannetti
apport says: Package openoffice.org not installed and no hook
available, ignoring, and then hangs.

...hmmm. I am *sure* I have openoffice installed:


(0)pern:~% wajig status openoffice.org
Package Installed   PreviousNow State
===-===-===-===-=
openoffice.org  N/A 1:3.2.0-7ubuntu41:3.2.0-7ubuntu4

Please advise.


** Changed in: openoffice.org (Ubuntu)
   Status: Incomplete = New

-- 
When zooming from 2-pages view to 1-page view, displayed page jumps away
https://bugs.launchpad.net/bugs/485240
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 47263] Re: lpr -o sides=one-sided HAS NO EFFECT

2010-01-20 Thread Romano Giannetti
I have the same problem. Printing is double sided no matter what I say, tested 
in evince and in acroread. 
error_log with debug on is attached (it's very big, I zipped it). Will attach 
info with apport shortly.


** Attachment added: error_log.gz
   http://launchpadlibrarian.net/38145552/error_log.gz

-- 
lpr -o sides=one-sided HAS NO EFFECT
https://bugs.launchpad.net/bugs/47263
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 47263] apport-collect data

2010-01-20 Thread Romano Giannetti
Architecture: i386
DistroRelease: Ubuntu 9.10
Lpstat:
 device for color-dea: socket://130.206.71.178:9100
 device for Deskjet-6980: hp:/net/Deskjet_6980_series?ip=172.31.68.103
 device for Deskjet_3900: hp:/usb/Deskjet_3900?serial=CN59J1511K048H
 device for Generic-CUPS-PDF-Printer: cups-pdf:/
MachineType: TOSHIBA Satellite U305
Package: cups 1.4.1-5ubuntu2.1
PackageArchitecture: i386
Papersize: a4
PpdFiles:
 /etc/cups/ppd/color-dea.ppd:*NickName: HP Color LaserJet 3800 Postscript 
(recommended)
 Deskjet_3900: HP Deskjet 3940 hpijs, 3.9.8
 Generic-CUPS-PDF-Printer: Generic CUPS-PDF Printer
 Deskjet-6980: HP Deskjet 6980 Series hpijs, 3.9.8
ProcCmdLine: root=UUID=995a9794-b3d4-4066-b9f8-36b84d4525ff ro nosplash 
log_buf_len=2M
ProcEnviron:
 PATH=(custom, user)
 LANGUAGE=en_GB.UTF-8
 SHELL=/bin/zsh
 LANG=en_GB.UTF-8
ProcVersionSignature: Ubuntu 2.6.31-17.54-generic
Uname: Linux 2.6.31-17-generic i686
UserGroups: adm admin audio cdrom dialout dip fax floppy fuse plugdev 
sambashare scanner src tape vboxusers video
dmi.bios.date: 06/23/2008
dmi.bios.vendor: TOSHIBA
dmi.bios.version: V3.10
dmi.board.name: Satellite U305
dmi.board.vendor: TOSHIBA
dmi.board.version: Not Applicable
dmi.chassis.type: 10
dmi.chassis.vendor: TOSHIBA
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnTOSHIBA:bvrV3.10:bd06/23/2008:svnTOSHIBA:pnSatelliteU305:pvrPSU34U-00L003:rvnTOSHIBA:rnSatelliteU305:rvrNotApplicable:cvnTOSHIBA:ct10:cvrN/A:
dmi.product.name: Satellite U305
dmi.product.version: PSU34U-00L003
dmi.sys.vendor: TOSHIBA

-- 
lpr -o sides=one-sided HAS NO EFFECT
https://bugs.launchpad.net/bugs/47263
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 47263] BootDmesg.txt

2010-01-20 Thread Romano Giannetti

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/38145660/BootDmesg.txt

-- 
lpr -o sides=one-sided HAS NO EFFECT
https://bugs.launchpad.net/bugs/47263
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 47263] CupsErrorLog.txt

2010-01-20 Thread Romano Giannetti

** Attachment added: CupsErrorLog.txt
   http://launchpadlibrarian.net/38145661/CupsErrorLog.txt

-- 
lpr -o sides=one-sided HAS NO EFFECT
https://bugs.launchpad.net/bugs/47263
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 47263] CurrentDmesg.txt

2010-01-20 Thread Romano Giannetti

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/38145662/CurrentDmesg.txt

-- 
lpr -o sides=one-sided HAS NO EFFECT
https://bugs.launchpad.net/bugs/47263
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 47263] Dependencies.txt

2010-01-20 Thread Romano Giannetti

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/38145664/Dependencies.txt

-- 
lpr -o sides=one-sided HAS NO EFFECT
https://bugs.launchpad.net/bugs/47263
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 47263] Locale.txt

2010-01-20 Thread Romano Giannetti

** Attachment added: Locale.txt
   http://launchpadlibrarian.net/38145665/Locale.txt

-- 
lpr -o sides=one-sided HAS NO EFFECT
https://bugs.launchpad.net/bugs/47263
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 47263] Lspci.txt

2010-01-20 Thread Romano Giannetti

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/38145667/Lspci.txt

-- 
lpr -o sides=one-sided HAS NO EFFECT
https://bugs.launchpad.net/bugs/47263
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 47263] Lsusb.txt

2010-01-20 Thread Romano Giannetti

** Attachment added: Lsusb.txt
   http://launchpadlibrarian.net/38145668/Lsusb.txt

-- 
lpr -o sides=one-sided HAS NO EFFECT
https://bugs.launchpad.net/bugs/47263
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 47263] ProcInterrupts.txt

2010-01-20 Thread Romano Giannetti

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/38145671/ProcInterrupts.txt

-- 
lpr -o sides=one-sided HAS NO EFFECT
https://bugs.launchpad.net/bugs/47263
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 47263] ProcCpuinfo.txt

2010-01-20 Thread Romano Giannetti

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/38145670/ProcCpuinfo.txt

-- 
lpr -o sides=one-sided HAS NO EFFECT
https://bugs.launchpad.net/bugs/47263
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 47263] ProcModules.txt

2010-01-20 Thread Romano Giannetti

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/38145672/ProcModules.txt

-- 
lpr -o sides=one-sided HAS NO EFFECT
https://bugs.launchpad.net/bugs/47263
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 47263] UdevDb.txt

2010-01-20 Thread Romano Giannetti

** Attachment added: UdevDb.txt
   http://launchpadlibrarian.net/38145673/UdevDb.txt

-- 
lpr -o sides=one-sided HAS NO EFFECT
https://bugs.launchpad.net/bugs/47263
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 47263] UdevLog.txt

2010-01-20 Thread Romano Giannetti

** Attachment added: UdevLog.txt
   http://launchpadlibrarian.net/38145674/UdevLog.txt

-- 
lpr -o sides=one-sided HAS NO EFFECT
https://bugs.launchpad.net/bugs/47263
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 47263] PrintingPackages.txt

2010-01-20 Thread Romano Giannetti

** Attachment added: PrintingPackages.txt
   http://launchpadlibrarian.net/38145669/PrintingPackages.txt

-- 
lpr -o sides=one-sided HAS NO EFFECT
https://bugs.launchpad.net/bugs/47263
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 47263] XsessionErrors.txt

2010-01-20 Thread Romano Giannetti

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/38145677/XsessionErrors.txt

** Tags added: apport-collected

-- 
lpr -o sides=one-sided HAS NO EFFECT
https://bugs.launchpad.net/bugs/47263
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 487902] Re: cups 1.4.1 in ubuntu 9.10 defaults to duplex on everything. Setting manually to simplex does not fix.

2010-01-21 Thread Romano Giannetti
Till, could you please try to push an update to karmic? I have an up-to-
date karmic and the bug is still here.

-- 
cups 1.4.1 in ubuntu 9.10 defaults to duplex on everything. Setting manually to 
simplex does not fix.
https://bugs.launchpad.net/bugs/487902
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 305546] Re: Nautilus crashing/freezing when opening folder with svg file

2010-10-11 Thread Romano Giannetti
I supposed it was the shading that creates the problem, but it's not.
Here his another file, without fancy patterned background, that crash
nautilus.


** Attachment added: boom2.zip
   
https://bugs.launchpad.net/ubuntu/+source/librsvg/+bug/305546/+attachment/1684613/+files/boom2.zip

-- 
Nautilus crashing/freezing when opening folder with svg file
https://bugs.launchpad.net/bugs/305546
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 658364] [NEW] inkscape do not correctly export text to odg format

2010-10-11 Thread Romano Giannetti
Public bug reported:

When exporting the following file to ODG format, arrows and text in the
boxes is lost.

WARNING: open the file with command-line; if you navigate the folder
wich contain the SVG, nautilus (and firefox, btw) crashes. See
bug#305546 .

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
inkscape do not correctly export text to odg format
https://bugs.launchpad.net/bugs/658364
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 658364] Re: inkscape do not correctly export text to odg format

2010-10-11 Thread Romano Giannetti

** Attachment added: boom2.zip
   https://bugs.launchpad.net/bugs/658364/+attachment/1684641/+files/boom2.zip

-- 
inkscape do not correctly export text to odg format
https://bugs.launchpad.net/bugs/658364
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 305546] Re: Nautilus crashing/freezing when opening folder with svg file

2010-09-29 Thread Romano Giannetti
My 10.04 nautilus crashes with the SVG file I attach, generated with
Inkscape. The same file is practically impossible to print (printing
last ages).

Syslog message when happening:

pern kernel: [85128.811792] nautilus[11914]: segfault at 0 ip b328faca
sp b3168bc0 error 4 in librsvg-2.so.2.26.3[b3275000+32000]

Bug#438484 is very similar, it is marked fixed, but I have a
librsvg2-common2.26.3-0ubuntu1 installed, and it still
crashes.


** Attachment added: SVG file (zipped) that crash nautilus
   
https://bugs.launchpad.net/ubuntu/+source/librsvg/+bug/305546/+attachment/1653655/+files/boom.zip

-- 
Nautilus crashing/freezing when opening folder with svg file
https://bugs.launchpad.net/bugs/305546
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 438484] Re: Crash when thumbnailing an SVG file

2010-09-29 Thread Romano Giannetti
Hmmm... I have 2.26.3 and *still* have the crash. Please see bug#305546.

-- 
Crash when thumbnailing an SVG file
https://bugs.launchpad.net/bugs/438484
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 458995] Re: [karmic] Trackerd goes into infinite loop indexing .xsession-errors

2010-09-22 Thread Romano Giannetti
Ok, happened again. Trackerd is now at 100% CPU:

1889 romano36  16 61164  15m 4188 R  100  0.4  45:12.05 trackerd


Two hours ago, after a change in a file made by my local dovecot server, 
decided to go into pause mode but using 100% CPU. The last messages on the log 
where: 

22 Sep 2010, 14:48:27: Tracker: Received monitor event:8-'IN_CLOSE_WRITE | IN_C
LOSE*' for file:'/home/romano/lib/Mail/VRISCU' (cookie:0)
22 Sep 2010, 14:48:29: Tracker: We are paused, sending nothing to the index unti
l we are unpaused
22 Sep 2010, 14:48:31: Tracker: We are paused, sending nothing to the index unti
l we are unpaused

Notice, I was not even seated at the PC. It went to pause mode alone.
The log message is repeated every 2 seconds (why?). If I right click on
the applet, the pause all indexing is unticked. I ticked it:

22 Sep 2010, 15:30:53: Tracker: We are paused, sending nothing to the index unti
l we are unpaused
22 Sep 2010, 15:30:54: Tracker: --- [123] DBus request to set daemon boolean op
tion, key:'Pause', value:true
22 Sep 2010, 15:30:54: Tracker: New DBus request, not pausing indexer, already i
n paused state
22 Sep 2010, 15:30:54: Tracker: --- [123] Success, no error given

Still 100% CPU, still the same message every 2 seconds. Now I untick the
pause all indexing again:

 
22 Sep 2010, 15:32:04: Tracker: --- [124] DBus request to set daemon boolean 
option, key:'Pause', value:false
22 Sep 2010, 15:32:04: Tracker: New DBus request, not pausing indexer, already 
in paused state
22 Sep 2010, 15:32:04: Tracker: --- [124] Success, no error given
22 Sep 2010, 15:32:04: Tracker:   Finished crawling files in 1996.0914 seconds
22 Sep 2010, 15:32:04: Tracker:   Found 1521 directories, ignored 119 
directories
22 Sep 2010, 15:32:04: Tracker:   Found 29729 files, ignored 613 files
22 Sep 2010, 15:32:04: Tracker: Received monitor event:4-'IN_ATTRIB' for 
file:'/home/romano/management/viajes/nantes10/SSSUP S.Anna.doc' (cookie:0)

...and then a lot of more data, apparently receiving all signals/events
that were missed when in the nasty paused state. Now CPU utilization
is normal.

I can attach/send  the full log if someone is interested.

From past experiences, now trackerd will behave during hours/days. Then
it will fall again in the bogus paused state and start using 100% CPU.

At the same time, .xsession-erros  has growth to unbearable size (2G +)
with the message:

Tracker-Message: Received monitor event:2-'IN_MODIFY' for
file:'/home/romano/.xsession-errors' (cookie:0)

repeated over and over.

This is with an up-to-date ubuntu 10.04

-- 
[karmic] Trackerd goes into infinite loop indexing .xsession-errors
https://bugs.launchpad.net/bugs/458995
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 458995] Re: [karmic] Trackerd goes into infinite loop indexing .xsession-errors

2010-09-22 Thread Romano Giannetti
...and I had to kill trackerd at the end. Nice.

Will try to apply the workaround above. It's a pity, tracker is such a
nice tool when it works and not DOS you system...

-- 
[karmic] Trackerd goes into infinite loop indexing .xsession-errors
https://bugs.launchpad.net/bugs/458995
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 458995] Re: [karmic] Trackerd goes into infinite loop indexing .xsession-errors

2010-09-22 Thread Romano Giannetti
...and then I killed trackerd via killall trackerd, and I cannot find
a way to have it back. Logging out-in say me that there is trackerd and
tracker-indexer running, but I have no applet, and running manually
tracker-applet (there is no such a thing in the applet list) does
nothing.

Sigh. There was a time, when I had a .xinitrc file I can edit, check and
even rerun...

-- 
[karmic] Trackerd goes into infinite loop indexing .xsession-errors
https://bugs.launchpad.net/bugs/458995
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 645269] [NEW] Highlighting in openoffice can't be modified with MS Word

2010-09-22 Thread Romano Giannetti
Public bug reported:

Binary package hint: openoffice.org

I have made a file, clean.doc, with MS Word for Windows 2007.

Then I edited the file in Openoffice.org, version 1:3.2.0-7ubuntu4.1,
and added few char and highlighted a couple of words; saved the file as
a .doc.

Opening again the file in MS Word, I discovered that the highlighting
made with OO.org is permanent. It is impossible to remove (select the
background icon, set it no color, nothing happens). You have to delete
the text and rewrite it, or copy as text to delete the highlighting in
word. This is a very nasty interoperability problem.

The highlighting done in word is editable both ways. Saving the file in
.odt and opening it in Word (with the appropriate filter) does not solve
the problem.

Problematic file attached. Thanks!

** Affects: openoffice.org (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Highlighting in openoffice can't be modified with MS Word
https://bugs.launchpad.net/bugs/645269
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 645269] Re: Highlighting in openoffice can't be modified with MS Word

2010-09-22 Thread Romano Giannetti

** Attachment added: File showing the problem. Open it in MS Word 2007 in 
Windows and try to get rid of the first yellow highlight.
   https://bugs.launchpad.net/bugs/645269/+attachment/1622868/+files/clean.doc

-- 
Highlighting in openoffice can't be modified with MS Word
https://bugs.launchpad.net/bugs/645269
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 645269] Re: Highlighting in openoffice can't be modified with MS Word

2010-09-23 Thread Romano Giannetti
I saved (from MS Word) the file in RTF format. The sequence, highlighted
by MS, which works (you can remove the highlight) is like that:

{\rtlch\fcs1 \af37 \ltrch\fcs0 
\lang1033\langfe1025\highlight7\langnp1033\insrsid5522236\charrsid3873419 
\hich\af37\dbch\af37\loch\f37 
This text has been highlighted with Microsoft Word 2007}

The sequence that you cannot modify is this one:

{\rtlch\fcs1 \af37 \ltrch\fcs0 
\lang1033\langfe1025\chshdng0\chcfpat0\chcbpat7\langnp1033\insrsid5522236 
\hich\af37\dbch\af37\loch\f37 This text has been modified  and highlighted with 
O\hich\af37\dbch\af37\loch\f37 penoffice (version 1:3.2.0-7ubuntu4.1, Ubuntu 
Linux 10.04 up-to-date).
}

There are quite a bit of difference (the good one has no chshdnp etc
command, and an additional highlight command).

Any help?

-- 
Highlighting in openoffice can't be modified with MS Word
https://bugs.launchpad.net/bugs/645269
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 645269] Re: Highlighting in openoffice can't be modified with MS Word

2010-09-23 Thread Romano Giannetti
Note that if I change \chshdng0\chcfpat0\chcbpat7 to \highlight7 in
the rtf file, then MS Word can edit it correctly.

-- 
Highlighting in openoffice can't be modified with MS Word
https://bugs.launchpad.net/bugs/645269
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 645269] Re: Highlighting in openoffice can't be modified with MS Word

2010-09-23 Thread Romano Giannetti
...saving the file form OpenOffice as RTF makes all the highlight
untouchable in MS Word. Removing all the \chcbpat commands make the file
editable again, but without the highlights. Sigh.

-- 
Highlighting in openoffice can't be modified with MS Word
https://bugs.launchpad.net/bugs/645269
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 645269] Re: Highlighting in openoffice can't be modified with MS Word

2010-09-23 Thread Romano Giannetti
sed 's/\\chcbpat/\\highlight/g'  in.rtf  out.rtf  makes a editable
file. Saved my day.

-- 
Highlighting in openoffice can't be modified with MS Word
https://bugs.launchpad.net/bugs/645269
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 645269] Re: Highlighting in openoffice can't be modified with MS Word

2010-09-23 Thread Romano Giannetti
** Bug watch added: OpenOffice.org Issue Tracker #114707
   http://qa.openoffice.org/issues/show_bug.cgi?id=114707

** Also affects: openoffice via
   http://qa.openoffice.org/issues/show_bug.cgi?id=114707
   Importance: Unknown
   Status: Unknown

-- 
Highlighting in openoffice can't be modified with MS Word
https://bugs.launchpad.net/bugs/645269
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 645269] Re: Highlighting in openoffice can't be modified with MS Word

2010-09-24 Thread Romano Giannetti
Really this is the OO.org issue
http://qa.openoffice.org/issues/show_bug.cgi?id=24317 ; my own bug
report was marked as a duplicate. The problem is here since, ehem, Jan
2004.


** Bug watch added: OpenOffice.org Issue Tracker #24317
   http://qa.openoffice.org/issues/show_bug.cgi?id=24317

-- 
Highlighting in openoffice can't be modified with MS Word
https://bugs.launchpad.net/bugs/645269
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 645269] Re: Highlighting in openoffice can't be modified with MS Word

2010-09-24 Thread Romano Giannetti
Ok, more hints for someone that have the same problem: you can remove
the yellow background, in MS Word, by going to
format-paragraph-shading.  I understand that the problem is that
background is just shading in OO.org, and two different properties in
MS Word (highlighting and shadow).

I think that, for once, I will agree with MS that their approach is
better: one thing is the background you want in the final document, a
different one is the highlighting you do whilst revising a document with
your peers, and removing the last one without touching the first one is
a nice thing.

In the meantime, I will try to educated my peers that use Word...

-- 
Highlighting in openoffice can't be modified with MS Word
https://bugs.launchpad.net/bugs/645269
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 458995] Re: [karmic] Trackerd goes into infinite loop indexing .xsession-errors

2010-09-14 Thread Romano Giannetti
I have a similar problem. When it happens, the tracker applet shows a
! and say paused. If I click on the applet, then choose (pause),
nothing happens. Then I deselect the pause and the usage goes to almost
zero, at least during a while (hours). Then it goes to 100% again.

I changed the verbosity to 2. I hope to see something in the log when it
happens again.

-- 
[karmic] Trackerd goes into infinite loop indexing .xsession-errors
https://bugs.launchpad.net/bugs/458995
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 584844] Re: Lucid upgrade: No sound after wakeup from standby

2010-05-24 Thread Romano Giannetti
I had a very similar issue, see more data on bug #578660; I had to add
model=toshiba to the configuration line. Strange, because with older
kernel it was automatically detected.

More data available on request.

-- 
Lucid upgrade: No sound after wakeup from standby
https://bugs.launchpad.net/bugs/584844
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 45033] Re: Resizing calendar items twice crashes Evolution

2010-09-16 Thread Romano Giannetti
hmm? This has been positively fixed aged ago.

Or I do not understand the Bug Watch Updater update meaning?

-- 
Resizing calendar items twice crashes Evolution
https://bugs.launchpad.net/bugs/45033
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 27014] Re: evolution bug, Summary and folder mismatch, even after a sync

2010-09-17 Thread Romano Giannetti
The problem still persists, with the evolution that come with Ubuntu
10.04.

If you want to trigger it, it's quite easy. Create a mail account
which is a local mbox folder, which point to a local directory with a
couple of mbox files. Then, open one of the files. Exit evolution, and
after evolution has exited feed the mboxes via fetchmail/procmail.
Restart evolution. You have around 15% probability to see the bug (it
happens to me once every 5-7 restarts).

Issuing evolution --force-shutdown, and removing the folders.db file
from the directory will solve the problem and at the next restart is all
ok. It seems that no mail is lost.

-- 
evolution bug, Summary and folder mismatch, even after a sync
https://bugs.launchpad.net/bugs/27014
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 551423] Re: usb drive doesn't automount most of the time

2010-03-30 Thread Romano Giannetti
Did not tried the ubuntu-bug storage, but

devkit-disks --mount /dev/sdb5

*did* the mount. Maybe the Samsung Omnia internal disk is too strange
for devicekit automount?

SYS: Mar 30 15:43:36 localhost kernel: [126355.636085] usb 1-1: new high speed 
USB device using ehci_hcd and address 16
SYS: Mar 30 15:43:38 localhost kernel: [126357.745062] usb 1-1: configuration 
#1 chosen from 1 choice
SYS: Mar 30 15:43:38 localhost kernel: [126357.746555] scsi3 : SCSI emulation 
for USB Mass Storage devices
SYS: Mar 30 15:43:38 localhost kernel: [126357.746809] usb-storage: device 
found at 16
SYS: Mar 30 15:43:38 localhost kernel: [126357.746815] usb-storage: waiting for 
device to settle before scanning
SYS: Mar 30 15:43:43 localhost kernel: [126362.745456] usb-storage: device scan 
complete
SYS: Mar 30 15:43:43 localhost kernel: [126362.746785] scsi scan: INQUIRY 
result too short (5), using 36
SYS: Mar 30 15:43:43 localhost kernel: [126362.746793] scsi 3:0:0:0: 
Direct-AccessPQ: 0 ANSI: 0
SYS: Mar 30 15:43:43 localhost kernel: [126362.747506] sd 3:0:0:0: Attached 
scsi generic sg2 type 0
SYS: Mar 30 15:43:43 localhost kernel: [126362.748860] sd 3:0:0:0: [sdb] 
16056320 512-byte logical blocks: (8.22 GB/7.65 GiB)
SYS: Mar 30 15:43:43 localhost kernel: [126362.749526] sd 3:0:0:0: [sdb] Write 
Protect is off
SYS: Mar 30 15:43:43 localhost kernel: [126362.749532] sd 3:0:0:0: [sdb] Mode 
Sense: 00 06 00 00
SYS: Mar 30 15:43:43 localhost kernel: [126362.749536] sd 3:0:0:0: [sdb] 
Assuming drive cache: write through
SYS: Mar 30 15:43:43 localhost kernel: [126362.760067] sd 3:0:0:0: [sdb] 
Assuming drive cache: write through
SYS: Mar 30 15:43:43 localhost kernel: [126362.760077]  sdb: sdb1  sdb5 
SYS: Mar 30 15:43:43 localhost kernel: [126362.771409] sd 3:0:0:0: [sdb] 
Assuming drive cache: write through
SYS: Mar 30 15:43:43 localhost kernel: [126362.771417] sd 3:0:0:0: [sdb] 
Attached SCSI removable disk

-- 
usb drive doesn't automount most of the time
https://bugs.launchpad.net/bugs/551423
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 551423] Re: usb drive doesn't automount most of the time

2010-03-30 Thread Romano Giannetti
Hmmm... system just upgraded devicekit. Maybe a reboot is needed? Will
try later.

-- 
usb drive doesn't automount most of the time
https://bugs.launchpad.net/bugs/551423
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 551423] Re: usb drive doesn't automount most of the time

2010-03-30 Thread Romano Giannetti
Ok, now it mounts the Omnia memory perfectly. No reboot needed. Puzzled.

-- 
usb drive doesn't automount most of the time
https://bugs.launchpad.net/bugs/551423
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 206952] Re: suspend only works once

2010-03-11 Thread Romano Giannetti
Similar thing happens to me. Normally suspend and resume works
perfectly, but once in a while it resumes alone just after suspend, and
after that trying to suspend locks the machine hard. I do not know if
it's a coincidence, but locks occurs only when I have the ethernet cable
plugged in. Never happened with Linus vanilla kernels, but could be
another coincidence too. Nothing special in dmesg or in logs.

Toshiba Satellite U305-S5077, intel graphic chipset, Ubuntu karmic up-
to-date,  on-board eth0 RTL8101e (r8169 driver), ath5k wireless driver.

-- 
suspend only works once
https://bugs.launchpad.net/bugs/206952
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 623206] [NEW] Bottom third of the remote machine screen is not reachable

2010-08-24 Thread Romano Giannetti
Public bug reported:

Binary package hint: remmina

When using remmina 0.7.4 in Ubuntu Lucid 10.04, netbook edition, the
bottom part of the client window (in my case, a virtualbox vm running
XP) is not visible, nor reachable, whatever the visualization mode I
choose.

My laptop is an EEEPC, 1024x600 resolution. The client is a 1152x900
windows XP VM. I can connect ok, but the scrollbars in the windows just
let me arrive at the first two third (approx) of the client desktop.

This do not happens using Terminal server client or rdesktop via command
line.

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

-- 
Bottom third of the remote machine screen is not reachable
https://bugs.launchpad.net/bugs/623206
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 623206] Re: Bottom third of the remote machine screen is not reachable

2010-08-26 Thread Romano Giannetti
Solved. You have to choose a resolution bigger than the real one, and it works. 
  

** Summary changed:

- Bottom third of the remote machine screen is not reachable
+ [SOLVED] Bottom third of the remote machine screen is not reachable

-- 
[SOLVED] Bottom third of the remote machine screen is not reachable
https://bugs.launchpad.net/bugs/623206
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 623206] Re: [SOLVED] Bottom third of the remote machine screen is not reachable

2010-08-26 Thread Romano Giannetti
Found the solution thanks to the main developer. Thanks.

** Changed in: remmina (Ubuntu)
   Status: New = Invalid

** Converted to question:
   https://answers.launchpad.net/ubuntu/+source/remmina/+question/122809

-- 
[SOLVED] Bottom third of the remote machine screen is not reachable
https://bugs.launchpad.net/bugs/623206
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 578660] Re: Lucid upgrade: No sound after wakeup from standby

2010-05-12 Thread Romano Giannetti
Me too. Intel HDA chipset. I have sound, but no mics, after bootup. No
sound at all after resume from suspend-to-ram.

If I do a

(0)rukbat:~% alsactl init
Unknown hardware: HDA-Intel Realtek ALC268 HDA:10ec0268,1179ff50,0013 
HDA:11c11040,11790001,00100200 0x1179 0xff50
Hardware is initialized using a guess method

after that, sound works, but mics are not detected.

It all worked ok on Karmic just one hour ago. Really disappointing. I
suppose it lost the type of the card in the upgrade, but please... how
can I have my mic back?

-- 
Lucid upgrade: No sound after wakeup from standby
https://bugs.launchpad.net/bugs/578660
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 579481] [NEW] no mics on intel hda after upgrade to lucid

2010-05-12 Thread Romano Giannetti
Public bug reported:

Ok,

completely broken sound after upgrade. Sound output stops after resume,
as in bug#578660. In addition, I have lost my microphones (the internal
one for sure, the external I still do not know).

I tried to add

options snd-hda-intel model=toshiba

to my alsa-base.conf, but till now, no luck. And I noticed by lsmod that the 
snd-hda-realtek module is loaded too, don't know why.
Will try something more. I will add an apport-collected data if I find the 
incantation...

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
no mics on intel hda after upgrade to lucid
https://bugs.launchpad.net/bugs/579481
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 501801] Re: Infinite-loops in fsck when booting with damaged /

2010-05-12 Thread Romano Giannetti
Me too. Not fixed, it seems.

Grr... the upgrade from Karmic to Lucid seems to go for the most painful
ever.

-- 
Infinite-loops in fsck when booting with damaged /
https://bugs.launchpad.net/bugs/501801
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 578660] Re: Lucid upgrade: No sound after wakeup from standby

2010-05-12 Thread Romano Giannetti
The problem with no sound after resume was resolved by putting

options snd-hda-intel model=toshiba

in /etc/modprobe.d/alsa-base.conf

but the mics are still not here. I really am puzzled. I myself submitted
the DMI info to automatically select the model *ages* ago to the alsa
dev list, and it workd alone, and now this...

-- 
Lucid upgrade: No sound after wakeup from standby
https://bugs.launchpad.net/bugs/578660
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 579557] [NEW] Microphones not working after the upgrade to Lucid

2010-05-12 Thread Romano Giannetti
Public bug reported:

Binary package hint: pulseaudio

Ok,

completely broken sound after upgrade. Sound output stops after resume,
as in bug#578660. In addition, I have lost my microphones (the internal
one for sure, the external I still do not know).

I tried to add

options snd-hda-intel model=toshiba

to my alsa-base.conf, but till now, no luck. And I noticed by lsmod that
the snd-hda-realtek module is loaded too, don't know why.

This bug report supersedes bug#579481, as I could not find how to add
apport sound information to it.

BTW, ubuntu-bug told me pulseaudio crashed, but it's not true...

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: pulseaudio 1:0.9.22~0.9.21+stable-queue-32-g8478-0ubuntu14
ProcVersionSignature: Ubuntu 2.6.32-22.33-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-22-generic i686
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.21.
AplayDevices:
  List of PLAYBACK Hardware Devices 
 card 0: Intel [HDA Intel], device 0: ALC268 Analog [ALC268 Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
Architecture: i386
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: ALC268 Analog [ALC268 Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  romano 1927 F pulseaudio
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xd064 irq 22'
   Mixer name   : 'Realtek ALC268'
   Components   : 'HDA:10ec0268,1179ff50,0013 
HDA:11c11040,11790001,00100200'
   Controls  : 13
   Simple ctrls  : 10
Date: Wed May 12 18:45:28 2010
ProcEnviron:
 SHELL=/bin/bash
 LANG=en_GB.UTF-8
 LANGUAGE=en_GB:en
SourcePackage: pulseaudio
Symptom: audio
Title: Pulseaudio is not running
dmi.bios.date: 06/23/2008
dmi.bios.vendor: TOSHIBA
dmi.bios.version: V3.10
dmi.board.name: Satellite U305
dmi.board.vendor: TOSHIBA
dmi.board.version: Not Applicable
dmi.chassis.type: 10
dmi.chassis.vendor: TOSHIBA
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnTOSHIBA:bvrV3.10:bd06/23/2008:svnTOSHIBA:pnSatelliteU305:pvrPSU34U-00L003:rvnTOSHIBA:rnSatelliteU305:rvrNotApplicable:cvnTOSHIBA:ct10:cvrN/A:
dmi.product.name: Satellite U305
dmi.product.version: PSU34U-00L003
dmi.sys.vendor: TOSHIBA

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


** Tags: apport-bug i386 lucid

-- 
Microphones not working after the upgrade to Lucid
https://bugs.launchpad.net/bugs/579557
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 579557] Re: Microphones not working after the upgrade to Lucid

2010-05-12 Thread Romano Giannetti

** Attachment added: AlsaDevices.txt
   http://launchpadlibrarian.net/48340245/AlsaDevices.txt

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/48340246/BootDmesg.txt

** Attachment added: Card0.Amixer.values.txt
   http://launchpadlibrarian.net/48340247/Card0.Amixer.values.txt

** Attachment added: Card0.Codecs.codec.0.txt
   http://launchpadlibrarian.net/48340248/Card0.Codecs.codec.0.txt

** Attachment added: Card0.Codecs.codec.1.txt
   http://launchpadlibrarian.net/48340249/Card0.Codecs.codec.1.txt

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/48340250/CurrentDmesg.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/48340251/Dependencies.txt

** Attachment added: PciMultimedia.txt
   http://launchpadlibrarian.net/48340252/PciMultimedia.txt

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/48340253/ProcCpuinfo.txt

-- 
Microphones not working after the upgrade to Lucid
https://bugs.launchpad.net/bugs/579557
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 579481] Re: no mics on intel hda after upgrade to lucid

2010-05-12 Thread Romano Giannetti
*** This bug is a duplicate of bug 579557 ***
https://bugs.launchpad.net/bugs/579557

** This bug has been marked a duplicate of bug 579557
   Microphones not working after the upgrade to Lucid

-- 
no mics on intel hda after upgrade to lucid
https://bugs.launchpad.net/bugs/579481
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 579557] Re: Microphones not working after the upgrade to Lucid

2010-05-12 Thread Romano Giannetti
Strange.
I tried to boot the 31- kernel (it is supposed to be the karmic one, no?) and a 
(Linus) vanilla 33.3 kernel, but the problem persists. No input, no sound if I 
do not put the magic line in the conf file. 

Hmmm? Any help? Please!

-- 
Microphones not working after the upgrade to Lucid
https://bugs.launchpad.net/bugs/579557
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 579557] Re: Microphones not working after the upgrade to Lucid

2010-05-12 Thread Romano Giannetti
Solved.

rm -rf $HOME/.pulse

WTF?

-- 
Microphones not working after the upgrade to Lucid
https://bugs.launchpad.net/bugs/579557
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 578660] Re: Lucid upgrade: No sound after wakeup from standby

2010-05-13 Thread Romano Giannetti
I really don't know what are you meaning here... I remember doing tests years 
ago, and the submitted a line to Takashi with the automatic selection of the 
toshiba model for my laptop. Since then, all was working without having to add 
parameters to the module. 
Then now in Lucid I need the parameter. The really puzzling thing is that when 
I boot Lucid with the old kernel, I have the problem, which is... impossible.

-- 
Lucid upgrade: No sound after wakeup from standby
https://bugs.launchpad.net/bugs/578660
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 578660] Re: Lucid upgrade: No sound after wakeup from standby

2010-05-13 Thread Romano Giannetti
Hmm, I suppose I do not know where to look and what to look for, but if
you need something, tell me and I'll execute. And no, no bios update to
this laptop.

Another point. I discovered how that to make my mics work again (see
bug#579557 with more data): removing $HOME/.pulse directory and
rebooting gave me my mics back. So maybe I should try to remove the
model=toshiba switch to the conf file, remove again .pulse dir and
trying a reboot... could be useful?

The problem is, I suppose, the fact that this laptop has had it's last
installation in 2007 (I think), and after that I just upgraded to every
release. So there could be a lot of things over there rotting away. Will
think about a reinstallation during August vacation... although that
could be a very painful thing to do.

-- 
Lucid upgrade: No sound after wakeup from standby
https://bugs.launchpad.net/bugs/578660
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 562027] Re: openoffice: unable to shutdown / reboot / logout when quickstarter is active

2010-05-14 Thread Romano Giannetti
Me too. If you try to shutdown with the power button, or the poweroff
applet, a window flashes during a couple of seconds saying that some
openoffice program cannot be closed. Than it disappears and nothing
happens.

Notice that the aforementioned windows used to appear in Karmic, too,
but in that case after its disappearance the system was shut correctly
down.

HTH

-- 
openoffice: unable to shutdown / reboot / logout when quickstarter is active
https://bugs.launchpad.net/bugs/562027
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 689208] [NEW] When switching to contact view, evolution window grow outside the screen and then it's impossible to resize it back

2010-12-12 Thread Romano Giannetti
Public bug reported:

Binary package hint: evolution

This bug is related to bug#23810 (yes, it's that old) but it's a related
but different bug.

I use evolution in a asus eeepc, resolution is 1024x600. I can resize
the evolution windows so that it fits ok, at about 900x550. But:

If I switch to calendar view, the window grows, in vertical, at
something more than 600px. The problem is that if I switch back to the
mail windows, I can't resize back to the previous value, as if the
switching to the calendar view set a minimum size that cannot be
overriden again.

I have to exit evolution and start it again to see the full mail again.

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


** Tags: evolution low-resolution lucid maverick

** Tags added: evolution low-resolution lucid maverick

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

Title:
  When switching to contact view, evolution window grow outside the screen and 
then it's impossible to resize it back

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


[Bug 644644] Re: Frequent PA crashes during playback - pa_stream_cork() failed: Connection terminated and pa_stream_writable_size(): Connection failed

2010-12-16 Thread Romano Giannetti
Sorry for the delay, I was occupied in RL; I had the intention to test the ppa 
but please, let me a couple of day. 
I am upgrading to the ppa now (maverick).

In the meantime, I have had difficulties in reproducing the bug
(*before* upgrading to the ppa). On the same AVI where I firstly saw the
error, now what happens is that the sound is stuttering or absent but I
have no error messages.

Ok, upgrading and testing. Saty tuned.

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

Title:
  Frequent PA crashes during playback - pa_stream_cork() failed: Connection 
terminated and pa_stream_writable_size(): Connection failed

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


[Bug 644644] Re: Frequent PA crashes during playback - pa_stream_cork() failed: Connection terminated and pa_stream_writable_size(): Connection failed

2010-12-16 Thread Romano Giannetti
@David:

your ppa fixed the issue for me too (EeePC 1005PE, audio hw spec are in
a post above). Thanks!

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

Title:
  Frequent PA crashes during playback - pa_stream_cork() failed: Connection 
terminated and pa_stream_writable_size(): Connection failed

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


[Bug 594351] Re: summary and folder mismatch, even after a sync

2010-12-16 Thread Romano Giannetti
Well, I still have the problem in Maverick for my mbox folders. On the
other hand, I can have evolution working again simply by stopping it
(exit the program and then, to be sure, issue evolution --force-
shutdown) and then deleting the folders.db file in the mbox directory.

It's a bit of an hassle, but not a disaster. If evolution simply rebuild
the folders.db file each time a mismatch happens, I will never notice
it... On the good side, I never had any problem with POP or IMAP
folders. Just with locally-feeded (by fetchamail and procmail) mbox
folders.

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

Title:
  summary and folder mismatch, even after a sync

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


[Bug 672483] Re: openshot crash when exporting to a read-only directory

2010-12-16 Thread Romano Giannetti
Yes, that was what I meant :-)

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

Title:
  openshot crash when exporting to a read-only directory

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


[Bug 683972] Re: nautilus crashed with SIGSEGV in g_closure_invoke() ejecting drives

2011-01-09 Thread Romano Giannetti
For me, it does not happen anymore if I eject the drive by clicking on the 
arrow. But if I right-click, and I choose safely eject drive, nautilus still 
crashes. 
If you give me an hint on how to produce a backtrace I will do.

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

Title:
  nautilus crashed with SIGSEGV in g_closure_invoke() ejecting drives

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


[Bug 683972] Re: nautilus crashed with SIGSEGV in g_closure_invoke() ejecting drives

2011-01-09 Thread Romano Giannetti
BTW, in my log I had:

SYS: Jan  9 23:29:14 romano-asus kernel: [31037.528851] usb 1-5: USB 
disconnect, address 4
SYS: Jan  9 23:29:14 romano-asus kernel: [31037.609198] nautilus[2122]: 
segfault at 69736976 ip 0808a884 sp bfe03dd0 error 4 in nautilus[8048000+198000]
SEC: Jan  9 23:29:17 romano-asus dbus-daemon: [system] Rejected send message, 2 
matched rules; type=method_call, sender=:1.379 (uid=1153 pid=32651 
comm=nautilus) interface=org.freedesktop.DBus.Properties member=GetAll 
error name=(unset) requested_reply=0 destination=:1.6 (uid=0 pid=874 
comm=/usr/sbin/console-kit-daemon))

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

Title:
  nautilus crashed with SIGSEGV in g_closure_invoke() ejecting drives

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


[Bug 683972] Re: nautilus crashed with SIGSEGV in g_closure_invoke() ejecting drives

2011-01-10 Thread Romano Giannetti
I tried to trigger it again with an USB stick, but it didn't crash. I
will let apport enabled and try again at home, this evening, with the SD
card that gave me the crash yesterday.

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

Title:
  nautilus crashed with SIGSEGV in g_closure_invoke() ejecting drives

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


[Bug 701375] Re: nautilus crashed with SIGSEGV in g_cclosure_marshal_VOID__BOXED() ejecting SD card

2011-01-10 Thread Romano Giannetti

** Visibility changed to: Public

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

Title:
  nautilus crashed with SIGSEGV in g_cclosure_marshal_VOID__BOXED() ejecting  
SD card

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


[Bug 683972] Re: nautilus crashed with SIGSEGV in g_closure_invoke() ejecting drives

2011-01-10 Thread Romano Giannetti
Ok, had the crash and the trace. See bug#701375

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

Title:
  nautilus crashed with SIGSEGV in g_closure_invoke() ejecting drives

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


[Bug 701375] Re: nautilus crashed with SIGSEGV in g_cclosure_marshal_VOID__BOXED() ejecting SD card

2011-01-11 Thread Romano Giannetti
*** This bug is a duplicate of bug 699664 ***
https://bugs.launchpad.net/bugs/699664

Hmmm I cannot check if duplicate is correct, because trying to
access bug #699664 gave me a permission error.

I was tempted to mark this as a duplicate of bug #683972, from where the
crash status was requested.

I am a bit puzzled...

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

Title:
  nautilus crashed with SIGSEGV in g_cclosure_marshal_VOID__BOXED() ejecting  
SD card

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


[Bug 683972] Re: nautilus crashed with SIGSEGV in g_closure_invoke() ejecting drives

2011-01-11 Thread Romano Giannetti
Hmm. I posted the trace in (new) bug #701375, but it went marked as a
duplicate of bug #699664, which I cannot access.

Puzzled. Awaiting instructions :-)

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

Title:
  nautilus crashed with SIGSEGV in g_closure_invoke() ejecting drives

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


[Bug 305546] Re: Nautilus crashing/freezing when opening folder with svg file

2011-01-11 Thread Romano Giannetti
I have more crashes in the log, tipically (but I do not know if it's
related) when tracker is indexing.

Jan 10 09:54:42 pern kernel: [  169.417385] giosrc0:src[1929]: segfault at 0 ip 
b4c9e44a sp b4c4f790 error 4 in librsvg-2.so.2.32.0[b4c85000+3]
Jan 10 09:54:42 pern kernel: [  169.604031] giosrc0:src[1933]: segfault at 0 ip 
b4bba44a sp b4b6b790 error 4 in librsvg-2.so.2.32.0[b4ba1000+3]

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

Title:
  Nautilus crashing/freezing when opening folder with svg file

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


[Bug 305546] Re: Nautilus crashing/freezing when opening folder with svg file

2011-01-11 Thread Romano Giannetti
Hmm, by the way, I so not think that the upstream bug
(https://bugzilla.gnome.org/show_bug.cgi?id=590788) is the same. That
case is a freeze, this case is an hard crash.

I think that. until the problem is fixed, SVG icon preview should be
disabled.  And the priority of the ubuntu bug raised to Critical, too.

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

Title:
  Nautilus crashing/freezing when opening folder with svg file

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


[Bug 305546] Re: Nautilus crashing/freezing when opening folder with svg file

2011-01-11 Thread Romano Giannetti
BTW, I tried (in the hope that the gconf setting took precedence on
implicit ones) to do

(0)pern:~/software/bugs/nautilus/Boom% gconftool-2 -s
/desktop/gnome/thumbnailers/im...@svg+xml/enable -t boolean false

But had an error:

Error setting value: Bad key or directory name:
/desktop/gnome/thumbnailers/im...@svg+xml/enable: `+' is an invalid
character in key/directory names

...hmm. And

(0)pern:~/software/bugs/nautilus/Boom% xdg-mime query filetype organigrama.svg  
 
image/svg+xml

So, I am blocked here. I can rename the file with the shell, set the
directory to be shown as list-only, rename the file again and I can
browse safely, but this works until some application try to do a preview
on the #...@ยก  file when opening a file, and the crash is again here.

Please: this crash is *two* years old. Would an apport-generated trace
be useful? I can set up to try to generate one.

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

Title:
  Nautilus crashing/freezing when opening folder with svg file

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

[Bug 701820] Re: nautilus crashed with SIGSEGV (due to librsvg)

2011-01-12 Thread Romano Giannetti
...so, I think that, given that librsvg is broken since two year, a workaround 
is badly needed. As disabling preview for svg file thru all the GTK widgets and 
nautilus. 
 

** Visibility changed to: Public

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

Title:
  nautilus crashed with SIGSEGV (due to librsvg)

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


[Bug 305546] Re: Nautilus crashing/freezing when opening folder with svg file

2011-01-12 Thread Romano Giannetti
You have a fresh apport trace in bug #701820.

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

Title:
  Nautilus crashing/freezing when opening folder with svg file

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


[Bug 305546] Re: Nautilus crashing/freezing when opening folder with svg file

2011-01-12 Thread Romano Giannetti
NULL dereference in  rsvg_get_url_string():

StacktraceTop:
 rsvg_get_url_string (str=0x0) at rsvg-mask.c:91
 rsvg_marker_parse (defs=0x8c79970, str=0x0)
 rsvg_parse_style_pair (ctx=value optimized out,
 rsvg_parse_style (ctx=0x8c51a88, state=0x8d57358,
 rsvg_parse_style_attrs (ctx=0x8c51a88, state=0x8d57358

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

Title:
  Nautilus crashing/freezing when opening folder with svg file

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


[Bug 644644] Re: Frequent PA crashes during playback - pa_stream_cork() failed: Connection terminated and pa_stream_writable_size(): Connection failed

2010-12-17 Thread Romano Giannetti
@David:

1- since when updating to the ppa, I have a problem: wmv files stop
playing few seconds after start, and no sound at all is heard.

I suppose to double-check it was the ppa I should remove it. Is ppa-purge 
fighting-rewinds sufficient to do it?
 
2- To test your cases A,B,C,D: how do I do it? When I added the ppa and then 
make the update - upgrade it automatically picked up all.

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

Title:
  Frequent PA crashes during playback - pa_stream_cork() failed: Connection 
terminated and pa_stream_writable_size(): Connection failed

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


[Bug 1032573] [NEW] Xorg crashing 5 minutes after resume with segmentation fault

2012-08-03 Thread Romano Giannetti
Public bug reported:

Intel graphic dreiver on an asus eeepc 1005ha, using Gnome Shell. This is a 
regression triggered by the recent Xorg upgrade. 
After around five minutes since resume, the X server  crashed. I will attach 
the relevant log, the crash is here:
Backtrace:
[ 85883.610] 0: /usr/bin/X (xorg_backtrace+0x37) [0xd9b607]
[ 85883.611] 1: /usr/bin/X (0xc13000+0x18c38a) [0xd9f38a]
[ 85883.611] 2: (vdso) (__kernel_rt_sigreturn+0x0) [0x24940c]
[ 85883.611] 3: /usr/bin/X (XIChangeDeviceProperty+0x1b8) [0xd33b28]
[ 85883.611] 4: /usr/bin/X (0xc13000+0x121188) [0xd34188]
[ 85883.611] 5: /usr/bin/X (0xc13000+0x116f77) [0xd29f77]
[ 85883.611] 6: /usr/bin/X (0xc13000+0x3791d) [0xc4a91d]
[ 85883.611] 7: /usr/bin/X (0xc13000+0x2535a) [0xc3835a]
[ 85883.612] 8: /lib/i386-linux-gnu/libc.so.6 (__libc_start_main+0xf3) [0x2634d3
]
[ 85883.612] 9: /usr/bin/X (0xc13000+0x25699) [0xc38699]
[ 85883.612] Segmentation fault at address 0x9
[ 85883.612] 
Caught signal 11 (Segmentation fault). Server aborting
[ 85883.651] 

After loggin in back, the apport system (which I have enabled) ask to
report a bug, then it (apport, I mean) crashes with a segfault and after
that the new apport on apport crashes too.

Requested info:
(0)romano-asus:/var/log% lsb_release -rd
Description:Ubuntu 12.04 LTS
Release:12.04
(0)romano-asus:/var/log% apt-cache policy xorg
xorg:
  Installed: 1:7.6+12ubuntu1
  Candidate: 1:7.6+12ubuntu1
  Version table:
 *** 1:7.6+12ubuntu1 0
500 http://archive.ubuntu.com/ubuntu/ precise/main i386 Packages
100 /var/lib/dpkg/status

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


** Tags: regression-release segfault xorg

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

Title:
  Xorg crashing 5 minutes after resume with segmentation fault

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

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


[Bug 1032573] Re: Xorg crashing 5 minutes after resume with segmentation fault

2012-08-03 Thread Romano Giannetti
** Attachment added: Full Xorg log from crashing session.
   
https://bugs.launchpad.net/bugs/1032573/+attachment/3246641/+files/Xorg.0.log.old

** Package changed: ubuntu = xorg (Ubuntu)

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

Title:
  Xorg crashing 5 minutes after resume with segmentation fault

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

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


[Bug 27014] Re: evolution bug, Summary and folder mismatch, even after a sync

2012-10-20 Thread Romano Giannetti
Really I do not know why it's marked fixed. Still happening, with the
evolution that goes with Ubuntu 12.10. Happened today to me, and no way
to workaround (I tried everything)

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

Title:
  evolution bug, Summary and folder mismatch, even after a sync

To manage notifications about this bug go to:
https://bugs.launchpad.net/evolution/+bug/27014/+subscriptions

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


[Bug 956071] Re: Xorg crashed with SIGSEGV in XIGetDeviceProperty()

2012-09-03 Thread Romano Giannetti
The method for triggering the bug explained in #81 does not work for me.
Is still useful to test the package from -proposed?

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

Title:
  Xorg crashed with SIGSEGV in XIGetDeviceProperty()

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/956071/+subscriptions

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


[Bug 1069385] [NEW] local delivery folders stopped working on uprade to 3.6.0

2012-10-21 Thread Romano Giannetti
Public bug reported:

I updated ubuntu from 12.04 to 12.10 (I am using gnome-shell and
evolution) and evolution stopped working completely with local delivery
folders. Each time I try to open one of the local mbox file, I have a
bunch of errors of the style:

** (evolution:11783): CRITICAL **: e_mail_session_get_local_folder:
assertion `CAMEL_IS_FOLDER (folder)' failed

and

(evolution:11281): camel-local-provider-WARNING **: Didn't get the next
message where I expected (57226) got 0 instead

with in the end finishes with

(evolution:11281): evolution-mail-WARNING **: Failed to refresh folder:
folder://1350771666.3837.9%40romano-asus/to_2012_07: Summary and folder
mismatch, even after a sync

It's not the sporadic summary and folder mismatch which hunts
evolution till the eve of times, because now nothing works around it
(removing *.index, folders.db, etc).

This is a serious enough bug to be a show-stopper for me.

I found an hint googling but I am not sure if it could be relevant:
https://mail.gnome.org/archives/commits-list/2011-June/msg09955.html

Anyone can shed any light?

** Affects: evolution (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/1069385

Title:
  local delivery folders stopped working on uprade to 3.6.0

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

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


[Bug 1055497] Re: Signature inserted twice when replying or forwarding

2012-10-22 Thread Romano Giannetti
** Tags added: i386

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

Title:
  Signature inserted twice when replying or forwarding

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

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


[Bug 1069775] Re: evolution locks up

2012-10-22 Thread Romano Giannetti
It has happened a couple of time to me to. I can stop evolution issuing

evolution --force-shutdown

which I suppose is the same than killing -9. What happens is that a
network connection hangs (like a refresh), it became impossible to
cancel (it says (cancelling) but never do it) and after that every
other operations is stuck.

After restarting it works ok.

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

Title:
  evolution locks up

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

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


[Bug 1069775] Re: evolution locks up

2012-10-22 Thread Romano Giannetti
...and I'd like an edit for own comments, so that I could correct the
horrible language of #3. Sorry.

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

Title:
  evolution locks up

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

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


[Bug 1069775] Re: evolution locks up

2012-10-23 Thread Romano Giannetti
It happens the same to me. Basically, the UI *seems* to be usable, but
when you click nothing happens (at most you have another tab doing
something that will never finish at the bottom). When you try to exit,
the UI grays out, and then nothing works.

I have not tried to let evolution in that state all night, for example.
Maybe is just something interlocking so that it's extremely slow...

Seems a lock problem. I have sometime a strange similar thing; one tab
seems to stay forever saying pinging server at (whatever) and all is
blocked. Fortunately that kind of thing *do* timeout after 10-20
seconds, and evolution resumes happily with just an error. Could this
help to shed some light?

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

Title:
  evolution locks up

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

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


[Bug 873058] Re: Jockey fails to install binary ati driver (post release) version

2012-10-24 Thread Romano Giannetti
@Adam: isn't 12.04 a LTR? --- BTW, I ended up switching to radeon open
source drivers. Forget 3D game playing, but for the normal desktop it's
running ok.

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

Title:
  Jockey fails to install binary ati driver (post release) version

To manage notifications about this bug go to:
https://bugs.launchpad.net/fglrx/+bug/873058/+subscriptions

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


[Bug 1074269] [NEW] thunderbird funanbol sync get wrong appointments across DST change

2012-11-02 Thread Romano Giannetti
Public bug reported:

I hope I get the package right.

After the DST change on October, 27, all the *repeating* appointment set
before the DST change and that cross the change date on my thunderbird
calendar are scheduled one hour earlier. Non-repeating apoointments are
ok.

I sync this calendar via memotoo.com using funanmbol sync. This works ok
for all my other calendars (google, evolution via syncevolution, MS
outlook, etc.)

I tried the page indicated in the extension at maurus.net but I have a
infinite redirection error from my browser.

** Affects: lightning-extension (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/1074269

Title:
  thunderbird  funanbol sync get wrong appointments across DST change

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightning-extension/+bug/1074269/+subscriptions

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


[Bug 996791] Re: Xubuntu 12.04 extremely slow login

2012-11-06 Thread Romano Giannetti
@Ian: have you upgraded or reinstalled? Because I did the upgrade and
still have a 60+ seconds wait at the login.

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

Title:
  Xubuntu 12.04 extremely slow login

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

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


<    1   2   3   4   5   6   7   8   9   10   >