[Bug 1164016] Re: restore type-ahead find

2018-08-20 Thread Milton Lai
The most painful thing in Ubuntu 18.04. The search functionality is
terrible when I just want to navigate to certain folder/file in a long
list.

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

Title:
  restore type-ahead find

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

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

[Bug 1311257] Re: Wifi cannot connect or unstable after suspend 14.04

2014-11-25 Thread Milton
Ok, a follow up: 
An important thing is that my Wireless adapter is: " Network controller: Intel 
Corporation Wireless 7260 (rev 83)"

So, my first comment (#13) comment had a problem, as I had tried so many
things that I one solution step on the other. The unnecesary modprobe
lines were product of a line that I had added to
/etc/pm/config.d/modules

SUSPEND_MODULES="$SUSPEND_MODULES iwldvm iwlwifi"

Now, I commented that line (# ) and I added in my
/etc/modprobe.d/iwlwifi.conf:

options iwlwifi 11n_disable=1

Lastly, the script in /etc/pm/sleep.d/ (in my case it's named:
/etc/pm/sleep.d/nm-prob ) now looks like this:

#!/bin/sh

case "${1}" in
resume|thaw)
nmcli nm sleep false
#modprobe -rv iwldvm iwlwifi
#modprobe -v iwlwifi
#modprobe -v iwldvm
killall wpa_supplicant
dhclient -r wlan0
dhclient wlan0 
nmcli nm sleep false
#restart network-manager
;;
esac

After TWO days I can confirm that these changes solved both the problem
after suspend as the unstable connection problem.

Hope it helps

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

Title:
  Wifi cannot connect or unstable after suspend 14.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-nettool/+bug/1311257/+subscriptions

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


[Bug 1311257] Re: Wifi cannot connect or unstable after suspend 14.04

2014-11-23 Thread Milton
Sorry, I was wrong: I still don't know how to fix it really. Some time
after resuming, the connections comes back, but I don't know exactly
why.

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

Title:
  Wifi cannot connect or unstable after suspend 14.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-nettool/+bug/1311257/+subscriptions

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


[Bug 1311257] Re: Wifi cannot connect or unstable after suspend 14.04

2014-11-23 Thread Milton
Same problem here, Ubuntu 14.04, fresh install on a new Lenovo Y50.

This was the only workaround that helped me. I don't know if some of
these lines are unnecessary, but only using all of them it works.

#!/bin/sh

case "${1}" in
resume|thaw)
nmcli nm sleep false
modprobe -rv iwldvm iwlwifi
modprobe -v iwlwifi
modprobe -v iwldvm
killall wpa_supplicant
dhclient -r wlan0
dhclient wlan0 
nmcli nm sleep false
;;
esac

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

Title:
  Wifi cannot connect or unstable after suspend 14.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-nettool/+bug/1311257/+subscriptions

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


[Bug 1026254] Re: Open with on folders was removed, Ubuntu should consider patching back

2013-04-29 Thread Milton
I agree that this a very unpleasant change. I tried the patch, but I
can't build the nautilus source (in the make, I get "fatal error:
zeitgeist.h: No such file or directory", even if I have the zeitgeist
package installed**).

Is there any other way?


** Reply to comment #13: In order to install a patch, you have to
1) Copy the patch file to a new folder
2) In that folder, do a "sudo apt-get source PACKAGE_NAME" 
3) Copy the patch file into the new package folder in that dir
4) type "patch -p1 < patch_file_name"
5) sudo make (maybe you'll need to do a "sudo . /configure" first). Here you'll 
have to install all the dependencies that the package need to be build. 
6) make install

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

Title:
  Open with on folders was removed, Ubuntu should consider patching back

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

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


[Bug 879456] Re: Typeahead functionality for nautilus is broken

2011-11-21 Thread Milton
I can confirm that the fix by bsantos solves the problem. Thanks!

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

Title:
  Typeahead functionality for nautilus is broken

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

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


[Bug 665239] Re: Ubuntu Maverick with MSI Laptop - Can't resume and can't unplugged the computer

2011-06-22 Thread Milton
Well, I changed my computer, so I can't be sure. The resume problem has 
disappeared. The unplugging problem was fine using the workaround.
Thanks

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in Ubuntu.
https://bugs.launchpad.net/bugs/665239

Title:
  Ubuntu Maverick with MSI Laptop - Can't resume and can't unplugged the
  computer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-power-manager/+bug/665239/+subscriptions

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


[Bug 379382] Re: gnome-screenshot (Alt-Printscreen) black/blanks out top of windows in multi monitor xinerama

2011-01-25 Thread Milton
I have the same problem in Maverick.

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

Title:
  gnome-screenshot (Alt-Printscreen) black/blanks out top of windows in
  multi monitor xinerama

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


[Bug 665239] Re: Ubuntu Maverick with MSI Laptop - Can't resume and can't unplugged the computer

2010-11-17 Thread Milton
GOOD NEWS: this problem has magically disappeared (I guess, after some
update). It doesn't resume the 100% of the times, but it is working good
enough. You can close this if you want.

Thanks!

-- 
Ubuntu Maverick with MSI Laptop - Can't resume and can't unplugged the computer
https://bugs.launchpad.net/bugs/665239
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.

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


[Bug 665239] Re: Ubuntu Maverick with MSI Laptop - Can't resume and can't unplugged the computer

2010-10-27 Thread Milton
Hi Konstantin. The difference with 460566 is that, in this new bug the
system goes to sleep and in 460566 it didn't. The problem here is that I
can't resume.

I'm not sure if the package is the kernel or the gnome-power-manager. In
that situation (460566) the bug was automatically generated (when I
restarted the computer, the system had a sign saying that there was a
problem), so I didn't have to choose the package.

Thanks.

-- 
Ubuntu Maverick with MSI Laptop - Can't resume and can't unplugged the computer
https://bugs.launchpad.net/bugs/665239
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.

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


[Bug 665239] Re: Ubuntu Maverick with MSI Laptop - Can't resume and can't unplugged the computer

2010-10-26 Thread Milton
It worked like a charm, thanks!

Now it remains the other "little problem" :)

I'm the only one that has this problem?

-- 
Ubuntu Maverick with MSI Laptop - Can't resume and can't unplugged the computer
https://bugs.launchpad.net/bugs/665239
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.

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


[Bug 665239] Re: Ubuntu Maverick with MSI Laptop - Can't resume and can't unplugged the computer

2010-10-22 Thread Milton
I need to add that this problem happens in a fresh install of maverick

-- 
Ubuntu Maverick with MSI Laptop - Can't resume and can't unplugged the computer
https://bugs.launchpad.net/bugs/665239
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.

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


[Bug 665239] Re: Ubuntu Maverick with MSI Laptop - Can't resume and can't unplugged the computer

2010-10-22 Thread Milton


-- 
Ubuntu Maverick with MSI Laptop - Can't resume and can't unplugged the computer
https://bugs.launchpad.net/bugs/665239
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.

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


[Bug 665239] [NEW] Ubuntu Maverick with MSI Laptop - Can't resume and can't unplugged the computer

2010-10-22 Thread Milton
Public bug reported:

Binary package hint: gnome-power-manager

With my MSI LAPTOP PR310 I can't resume the computer after suspension or
hibernation since Maverick. This problem wasn't in Lucid.

Also, if I unplugged the computer the system goes to hibernation, even
if my battery it's fully charged. This problem WAS in Lucid Lynx, but I
can't remember which workaround I used to solve it.

Thanks!

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: gnome-power-manager 2.32.0-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.35-22.35-generic 2.6.35.4
Uname: Linux 2.6.35-22-generic x86_64
Architecture: amd64
Date: Fri Oct 22 14:43:56 2010
GConfNonDefault:
 /apps/gnome-power-manager/lock/blank_screen=false
 /apps/gnome-power-manager/lock/use_screensaver_settings=false
 /apps/gnome-power-manager/notify/sleep_failed_uri=
 /apps/gnome-power-manager/ui/icon_policy=always
GnomeSessionIdleInhibited: No
GnomeSessionInhibitors: None
GnomeSessionSuspendInhibited: No
InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release amd64 (20101007)
MachineType: Micro-Star International PR310
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.35-22-generic 
root=UUID=ae104f9b-e117-484b-a5fa-8b5098e8b5c4 ro quiet splash
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-power-manager
dmi.bios.date: 12/05/2007
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: A1335AMS V3.07
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: MS-1335
dmi.board.vendor: MSI
dmi.board.version: Ver 1.000
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 10
dmi.chassis.vendor: To Be Filled By O.E.M.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrA1335AMSV3.07:bd12/05/2007:svnMicro-StarInternational:pnPR310:pvrMS-1335X:rvnMSI:rnMS-1335:rvrVer1.000:cvnToBeFilledByO.E.M.:ct10:cvrToBeFilledByO.E.M.:
dmi.product.name: PR310
dmi.product.version: MS-1335X
dmi.sys.vendor: Micro-Star International

** Affects: gnome-power-manager (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug maverick

-- 
Ubuntu Maverick with MSI Laptop - Can't resume and can't unplugged the computer
https://bugs.launchpad.net/bugs/665239
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.

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


[Bug 579069] Re: Unplugging AC power reports critical battery / auto-suspend; battery is actually full

2010-05-29 Thread Milton
Thanks! The workaround worked perfectly. But, as it was said, I still
get the 2 minute message. Anyway, thanks again! [Every time more proud
to be an Ubuntu user for almost three years :) ]

-- 
Unplugging AC power reports critical battery / auto-suspend; battery is 
actually full
https://bugs.launchpad.net/bugs/579069
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.

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


[Bug 579069] [NEW] Unplugging AC power reports critical battery / auto-suspend; battery is actually full

2010-05-19 Thread Milton
I have the same problem (on a MSI PR310X) and it's very annoying. I hope
that a patch appears soon!

-- 
Unplugging AC power reports critical battery / auto-suspend; battery is 
actually full
https://bugs.launchpad.net/bugs/579069
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.

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


Re:[Bug 272126] Re: install realplayer in the new site BBC radio

2008-09-21 Thread Milton Egea

I am using the the following bbc URL http://www.bbc.co.uk/radio2/listen/#d
and they ask to install RealPlayer.
I tried do it many times in different ways, as explained by people in
the Internet, but they do not worked well.

Thank you,for your attention

Milton Egea

-- Cabeçalho inicial  ---

De: [EMAIL PROTECTED]
Para: [EMAIL PROTECTED]
Cópia: 
Data: Sun, 21 Sep 2008 08:56:06 -
Assunto: [Bug 272126] Re: install realplayer in the new site BBC radio

> Exactly what URL are you visiting? Could you give an example file that
> doesn't work?
> 
> ** Changed in: totem (Ubuntu)
>Status: New => Incomplete
> 
> -- 
> install realplayer in the new site BBC radio
> https://bugs.launchpad.net/bugs/272126
> You received this bug notification because you are a direct subscriber
> of the bug.
> 
> Status in "totem" source package in Ubuntu: Incomplete
> 
> Bug description:
> Binary package hint: totem
> 
> The instrutions given by BBC do not work in the new site of  the
radio, only a few programs can be listened in the old site.
> 
> I am using ubuntu 8.04 desktop
> 
> ProblemType: Bug
> Architecture: i386
> Date: Thu Sep 18 21:18:28 2008
> DistroRelease: Ubuntu 8.04
> ExecutablePath: /usr/bin/totem-gstreamer
> NonfreeKernelModules: fglrx
> Package: totem-gstreamer 2.22.1-0ubuntu2
> PackageArchitecture: i386
> ProcEnviron:
> 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
>  LANG=pt_BR.UTF-8
>  SHELL=/bin/bash
> SourcePackage: totem
> Uname: Linux 2.6.24-21-generic i686
> 
>

-- 
install realplayer in the new site BBC radio
https://bugs.launchpad.net/bugs/272126
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to totem in ubuntu.

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

[Bug 272126] Re: install realplayer in the new site BBC radio

2008-09-19 Thread Milton Egea

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

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

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

-- 
install realplayer in the new site BBC radio
https://bugs.launchpad.net/bugs/272126
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to totem in ubuntu.

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


[Bug 272126] [NEW] install realplayer in the new site BBC radio

2008-09-19 Thread Milton Egea
Public bug reported:

Binary package hint: totem

The instrutions given by BBC do not work in the new site of  the radio,
only a few programs can be listened in the old site.

I am using ubuntu 8.04 desktop

ProblemType: Bug
Architecture: i386
Date: Thu Sep 18 21:18:28 2008
DistroRelease: Ubuntu 8.04
ExecutablePath: /usr/bin/totem-gstreamer
NonfreeKernelModules: fglrx
Package: totem-gstreamer 2.22.1-0ubuntu2
PackageArchitecture: i386
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=pt_BR.UTF-8
 SHELL=/bin/bash
SourcePackage: totem
Uname: Linux 2.6.24-21-generic i686

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


** Tags: apport-bug

-- 
install realplayer in the new site BBC radio
https://bugs.launchpad.net/bugs/272126
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to totem in ubuntu.

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


[Bug 245589] Re: evolution ask for a password when there is an error connecting to an imap server

2008-07-04 Thread Milton Pividori

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

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

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

-- 
evolution ask for a password when there is an error connecting to an imap server
https://bugs.launchpad.net/bugs/245589
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in ubuntu.

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


[Bug 245589] [NEW] evolution ask for a password when there is an error connecting to an imap server

2008-07-04 Thread Milton Pividori
Public bug reported:

Binary package hint: evolution

The password is stored in seahorse, but if there is an error (for
example "Unknown error" or "Timeout") when connecting to an IMAP server
(Gmail account), Evolution asks me for the password of the account, but
that's not necessary. It should check the type of error before asking me
for the password.

I am using Ubuntu Hardy Heron with Evolution 2.22.2.

ProblemType: Bug
Architecture: i386
Date: Fri Jul  4 13:42:39 2008
DistroRelease: Ubuntu 8.04
ExecutablePath: /usr/bin/evolution
NonfreeKernelModules: nvidia
Package: evolution 2.22.2-0ubuntu2
PackageArchitecture: i386
ProcEnviron:
 
PATH=/home/username/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/home/username/bin
 LANG=es_AR.UTF-8
 SHELL=/bin/bash
SourcePackage: evolution
Uname: Linux 2.6.24-19-generic i686

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


** Tags: apport-bug

-- 
evolution ask for a password when there is an error connecting to an imap server
https://bugs.launchpad.net/bugs/245589
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in ubuntu.

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


[Bug 203108] Re: [hardy] Brightness level on battery is not consistent with user adjustments

2008-06-06 Thread Milton
Same problem with my MSI Notebook PR310x

-- 
[hardy] Brightness level on battery is not consistent with user adjustments
https://bugs.launchpad.net/bugs/203108
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.

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


[Bug 184537] Re: evolution character encoding problem in "from" field

2008-04-29 Thread Milton Pividori
Is this bug going to be fixed in Evolution 2.22 (Hardy Heron)? It also
affects the "To" field, and not only the name of the recipients, but the
email too. So, if you want to "Reply to all", it fails.

For example: Pep?= =?ISO-8859-1?Q?r=EDe _Biondi_
<[EMAIL PROTECTED]>

I think it should have a higher importance.

-- 
evolution character encoding problem in "from" field
https://bugs.launchpad.net/bugs/184537
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in ubuntu.

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


[Bug 186562] Re: Evolution is not storing "message read" tag on IMAP folders

2008-03-31 Thread Milton Pividori
Why isn't this a bug? I have the same problem: I open Evolution, check
for new mail in my IMAP accounts and read them. All are marked as read.
When I close Evolution and open it again, messages are marked as not
read. If you press "Receive and Sent" button, all messages are correctly
marked as read or not read.

I think this is a minor bug.

-- 
Evolution is not storing "message read" tag on IMAP folders
https://bugs.launchpad.net/bugs/186562
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in ubuntu.

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


[Bug 109376] SOLVED! Re: Width of the vertical preview pane isn't remembered

2007-11-19 Thread Milton Pividori
The width is remembered if you change it with the Evolution window not
maximized.

-- 
Width of the vertical preview pane isn't remembered
https://bugs.launchpad.net/bugs/109376
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 109376] Re: Width of the vertical preview pane isn't remembered

2007-10-27 Thread Milton Pividori
I have this problem in Ubuntu Gutsy 7.10 with Evolution 2.12.

Steps to reproduce:
1. Open Evolution.
2. Activate Vertical View (View -> Preview -> Vertical view).
3. Change messages-list column width.
4. Close Evolution.
5. Start it again.
6. Messages-list width is not remembered.

If I modify the width to a value lower than 410 (more or less), it's
remembered, but not if it's higher.

-- 
Width of the vertical preview pane isn't remembered
https://bugs.launchpad.net/bugs/109376
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 77220] Re: nautilus-cd-burn should suggest erase a rw-disc when needed

2007-01-10 Thread Milton Pividori

** Attachment added: "lshal output"
   http://librarian.launchpad.net/5689813/lshal

-- 
nautilus-cd-burn should suggest erase a rw-disc when needed
https://launchpad.net/bugs/77220

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


[Bug 77220] Re: nautilus-cd-burn should suggest erase a rw-disc when needed

2007-01-10 Thread Milton Pividori
I tried again, and now it works (it show me the erase option). Sorry,
but I don't remember the conditions when I tried before. I will report
it if it appear again. Any way, here I attach what you asked for.

** Attachment added: "list_cddrives output"
   http://librarian.launchpad.net/5689810/list_cddrives

-- 
nautilus-cd-burn should suggest erase a rw-disc when needed
https://launchpad.net/bugs/77220

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


[Bug 77220] nautilus-cd-burn should suggest erase a rw-disc when needed

2007-01-03 Thread Milton
Public bug reported:

Binary package hint: nautilus-cd-burner

Description:

I remember, with Debian Etch and GNOME 2.14, when I tried to burn a rw-
disc (CD or DVD) and it were not empty, nautilus-cd-burner suggested me
to erase the disc. But now, in Edgy Eft, it only do it when I try to
burn an ISO image, not when I make a CD with the CD Burner, instead of
this it ask me for a bigger disc, no another option available

I think this may be an usability issue.


Steps to reproduce:

1. Open the CD Burner and drop some files there.
2. Insert a non empty rw disc.
3. Press the "Erase disc" button.
4. A dialog suggesting to erase the disc should appear, not only one asking for 
replacing the actual one.


Version:
2.16.1

** Affects: nautilus-cd-burner (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
nautilus-cd-burn should suggest erase a rw-disc when needed
https://launchpad.net/bugs/77220

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


[Bug 45562] Re: [gaim1.5 and 2beta]100% cpu useage when over a dozen tabs are open

2006-11-26 Thread Milton
I realized that all this happens when the powernowd service is running.
The freq of my CPU is reduced to 800 MHz and that's why all the gnome
desktop (principally gaim, as I described above)  become slower. If you
disable powernowd that's resolved. However it should not happen.

-- 
[gaim1.5 and 2beta]100% cpu useage when over a dozen tabs are open
https://launchpad.net/bugs/45562

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


[Bug 45562] Re: [gaim1.5 and 2beta]100% cpu useage when over a dozen tabs are open

2006-11-25 Thread Milton
Similar problem here. Gaim uses a lot of CPU not when I open many tabs,
but when someone uses animated icons. In that conversation, when a send
a message, it takes a lot of time to display the text. This does not
happen when both don't use animated icons.

All this happens with Gaim 2.0.0+beta3.1-1ubuntu9 (Sorry for my
English).

-- 
[gaim1.5 and 2beta]100% cpu useage when over a dozen tabs are open
https://launchpad.net/bugs/45562

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