[Bug 165039] Re: [suggestion] allow to pick non anti-aliased fonts un GNOME terminal

2010-04-29 Thread Eugenia Loli-Queru
I made a feature request upstream on gnome bugzilla and they say that
they won't add the feature. So the ball is on Ubuntu's court: please
either enable bitmap fonts back by default, or special-case gnome-
terminal with a patch.

-- 
[suggestion] allow to pick non anti-aliased fonts un GNOME terminal
https://bugs.launchpad.net/bugs/165039
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 165039] Re: [suggestion] allow to pick non anti-aliased fonts un GNOME terminal

2010-04-28 Thread Eugenia Loli-Queru
I've re-opened the bug because I'd like gnome-terminal to be able to
see xterm's bitmap font too, EVEN if bitmap fonts are turned off in
the rest of the Gnome configuration. I'm not convinced that this is an
upstream feature request only, since it was ubuntu decision to turn off
bitmap fonts (Debian ships with bitmap fonts ON, for example.).
Xterm/Terminal has a huge legacy in terms of history of using it, and
people need small size fonts that its characters don't collide
(something that's not possible with the current Ubuntu font engine and
monospace TTF fonts). Therefore, the xterm font (whatever xterm is
using), is preferable to many old timers. Maybe younger users don't care
much, but people who use the terminal a lot, and have a bunch of them
open in the screen, do.

So please either enable bitmap fonts on ubuntu by default (although I'm
not advocating that this is a great idea -- it might have other
repercussions), or, add some code on gnome-terminal to be able to see
and use the xterm bitmap font in its Profile's font list dialog, even if
the rest of the Gnome apps can't see that font. In other words, special
case gnome-terminal, because in all truth, it's a utility that IS
special -- in terms of 40 years of usage patterns.

** Changed in: gnome-terminal (Ubuntu)
   Status: Invalid = New

-- 
[suggestion] allow to pick non anti-aliased fonts un GNOME terminal
https://bugs.launchpad.net/bugs/165039
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 313765] [NEW] Gnome-power-manager daemon blocks ACPI scripts

2009-01-04 Thread Eugenia Loli-Queru
Public bug reported:

Binary package hint: gnome-power-manager

When gnome-power-manager daemon is running, the acpi scripts on
/etc/acpi/suspend.d/ and /etc/acpi/resume.d/ don't get executed. I
needed to create a new script in there to tell it to unload my wifi
driver before going to sleep, but to no avail, the script wouldn't get
executed at all. After looking around, it was suggested that gnome-
power-manager daemon blocks the execution of these scripts, leaving me
with broken wifi after resume.

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

-- 
Gnome-power-manager daemon blocks ACPI scripts
https://bugs.launchpad.net/bugs/313765
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 313765] Re: Gnome-power-manager daemon blocks ACPI scripts

2009-01-04 Thread Eugenia Loli-Queru
Well, if gnome-power-manager is the default usage now, how the heck do I
unload  and reload a module automatically during sleep/resume? With the
acpi-support we had a clean way of controlling such modules. How do I do
the same with g-p-m?

-- 
Gnome-power-manager daemon blocks ACPI scripts
https://bugs.launchpad.net/bugs/313765
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 202089] Re: Pulseaudio is blocking normal sound after resume

2008-08-12 Thread Eugenia Loli-Queru
Josh, I installed puvucontrol and it indeed, it shows up the application
playing some music/audio after resume (I used the preferences/gnome-
sound utility which is even more standard than Totem or Rhythmbox). BUT,
you can't hear ANYTHING. You have to restart the alsa daemon to get
audio. The bug is real and it happens with these older Thinkpads. It is
100% reproducible. Nothing is muted, nothing is blocked, but you still
can't hear a thing. It's just that the speaker is not initialized after
sleep resume and you have to restart alsa to get it back (even if alsa
IS asked to be re-started in the /events/resume/ ACPI scripts, it
requires you to do that as a user too manually).

As for these pulseaudio perfect setup ideas, I simply refuse to spend
an hour just to make sound work after resume-- and IF it's going to work
even after doing all that, you can't guarantee me that it's going to
work if I put all that work down --.  This is a case where Canonical
buys you a second hand Thinkpad and you sit down and you fix it for us.
The bug is real, it's been confirmed a hundred times, and it's an
embarrassing one if you ask me.

-- 
Pulseaudio is blocking normal sound after resume
https://bugs.launchpad.net/bugs/202089
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 202089] Re: Pulseaudio is blocking normal sound after resume

2008-07-20 Thread Eugenia Loli-Queru
Ok guys, I have an easy workaround that works for me. Create a sound.sh
file and type in it:

#!/usr/bin/sh
/etc/init.d/alsa-utils stop
/etc/init.d/alsa-utils start

Then, save that file, and make it executable:
chmod +x sound.sh

Then, copy it to /usr/bin:
sudo mv sound.sh /usr/bin/

You will have to run this little script every time your laptop resumes
from sleep or hibernation I am afraid! I tried adding these two lines of
start/stop on the /etc/acpi/resume/'s alsa file, but it would NOT make a
difference, while running them on a terminal after the resume works!
Yes, you get some permission errors trying to run this script as a plain
user, but the weird thing is, it works! (honestly, it shouldn't have
worked!)

I hope this gives enough info to the ubuntu guys to fix this. I giving
this IBM T23 laptop to my little brother in Greece and the only
hardware-related bug in the whole system is this sound problem (even the
modem works!). I am leaving for Greece in 10 days and when the laptop
gets there, it will never get updated again because my bro is in dial-
up. So if this doesn't get fixed in 10 days, he will have to stay with
broken audio until this laptop dies...

-- 
Pulseaudio is blocking normal sound after resume
https://bugs.launchpad.net/bugs/202089
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 202089] Re: Pulseaudio is blocking normal sound after resume

2008-07-20 Thread Eugenia Loli-Queru
Of course, if 
#!/usr/bin/sh
doesn't work for you, try
#!/bin/sh

-- 
Pulseaudio is blocking normal sound after resume
https://bugs.launchpad.net/bugs/202089
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 202089] Re: Pulseaudio is blocking normal sound after resume

2008-07-13 Thread Eugenia Loli-Queru
You are right. The asoundconf set-pulseaudio doesn't work here either.
:(

-- 
Pulseaudio is blocking normal sound after resume
https://bugs.launchpad.net/bugs/202089
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 202089] Re: Pulseaudio is blocking normal sound after resume

2008-07-11 Thread Eugenia Loli-Queru
Ubuntu devs, can we please have a solution to this? It's been so many months 
now!
Apparently there is a workaround if you can't fix the source problem in a 
timely manner: asoundconf set-pulseaudio after a resume/reboot. I have no 
idea where to place this script to get it run automatically, so could you take 
care of it please?

-- 
Pulseaudio is blocking normal sound after resume
https://bugs.launchpad.net/bugs/202089
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 242577] [NEW] Audio profiles on gnome are a disgrace

2008-06-24 Thread Eugenia Loli-Queru
Public bug reported:

Binary package hint: sound-juicer

Currently, if you want to rip a CD, you do it via Sound Juicer, which talks to 
gnome-audio-profiles-properties, which talks to gstreamer, which talks to lame 
(for mp3). Thing is, manually creating switches like the following to do your 
job:
audio/x-raw-int,rate=44100,channels=2 ! lame name=enc mode=1 vbr=4 
vbr-min-bitrate=128 vbr-max-bitrate=192 ! xingmux ! id3v2mux
is a disgrace to 2008 computing. Users should not have to learn to read and 
understand these cryptic lines of switches. When iTunes does it so perfectly 
for 8 years now, why can't the Gnome desktop? And if not for mp3, why not even 
for OGG?

The Ubuntu project (I don't have any hopes that the gnome or gstreamer
guys will ever get their act together) should provide its users with
something like this: http://eugenia.gnomefiles.org/images/gst-lame.png

** Affects: sound-juicer (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: gnome-audio-profiles-properties

-- 
Audio profiles on gnome are a disgrace
https://bugs.launchpad.net/bugs/242577
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to sound-juicer in ubuntu.

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


[Bug 145418] Re: gnome panel icons don't show up

2008-05-13 Thread Eugenia Loli-Queru
*** This bug is a duplicate of bug 67332 ***
https://bugs.launchpad.net/bugs/67332

I discussed the issue over a romantic dinner with my husband last night
(he is a Google Android engineer, but he has desktop experience as he
was one of Be, Inc.'s BeOS engineers back in the day). ;-)

So, we came up with three possible solutions:
1. Involve the package manager in it and create new icon shortcuts only by 
using the canonical name of each link.
2. Special-case this specific case and so when someone is dragging from the 
desktop to the panel, always symlink against the actual file instead of the 
symlink.
3. Try to solve the root of my usability problem. You see, the reason I was 
dragging first to the desktop and then to the panel, was because when I was 
opening the gnome menus  to drag an application shortcut out, the menus were 
hiding/overlapping the place I wanted to drag to. So I had no alternative but 
to first drag to the desktop and then back to the panel. You can fix this by 
not allowing the gnome menus render on top of the panel. However, while this 
will fix my specific usability case, it won't fix the case of someone having a 
Firefox shortcut on his desktop for a few months, and then suddenly decide to 
move all his shortcuts to the panel and delete the ones on his desktop (there 
are many users who change their habits regarding icons overtime, you see).

-- 
gnome panel icons don't show up
https://bugs.launchpad.net/bugs/145418
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 145418] Re: gnome panel icons don't show up

2008-05-13 Thread Eugenia Loli-Queru
*** This bug is a duplicate of bug 67332 ***
https://bugs.launchpad.net/bugs/67332

1. This method would require the package manager's apps to be the only 
installed apps.
2. Yes, but what I am saying is, is to special case this, and instead link the 
panel icon to the final destination file and not to the shortcut on the desktop.
3. The sub-menus, that include the applications that I want to DnD, *do* 
overlap and render on top of the gnome panel. The menus don't, but the 
sub-menus do. Do you still want me to open a open a new bug for that?

-- 
gnome panel icons don't show up
https://bugs.launchpad.net/bugs/145418
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 145418] Re: gnome panel icons don't show up

2008-05-13 Thread Eugenia Loli-Queru
*** This bug is a duplicate of bug 67332 ***
https://bugs.launchpad.net/bugs/67332

Image uploaded showing the overlap.

** Attachment added: overlap.jpg
   http://launchpadlibrarian.net/14507370/overlap.jpg

-- 
gnome panel icons don't show up
https://bugs.launchpad.net/bugs/145418
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 145418] Re: gnome panel icons don't show up

2008-05-12 Thread Eugenia Loli-Queru
Yes, I remove the link from the desktop after I have DnD it to the
panel. I see the problem now. Yes, this is not very intuitive. Maybe the
solution is for the behavior to remain as is when dragging real files on
the desktop that you later delete, but when you drag an actual shortcut
icon, then the icon on the panel should stay put, as it should link to
the original file and not the shortcut. What do you think?

-- 
gnome panel icons don't show up
https://bugs.launchpad.net/bugs/145418
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 145418] Re: gnome panel icons don't show up

2008-05-11 Thread Eugenia Loli-Queru
Yes. There are other icons that ubuntu placed there that work fine
before and after the login process. It also works properly if I directly
drag an application icon from the gnome menus to the panel. But as I
explained, it doesn't work properly if I drag an application entry from
the gnome menus to the desktop, and from the desktop to the panel. This
chain of events make the icon to disappear in the panel after I relogin.

-- 
gnome panel icons don't show up
https://bugs.launchpad.net/bugs/145418
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 145418] Re: gnome panel icons don't show up

2008-05-10 Thread Eugenia Loli-Queru
Yes, I was able to reproduce the same bug with Hardy as well. I first
drag the Firefox icon on the desktop from its gnome menu. Then, I drag
it from the desktop to the gnome panel. It's there. I log out. I log in.
It has disappeared.

-- 
gnome panel icons don't show up
https://bugs.launchpad.net/bugs/145418
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 229145] [NEW] No user list in GDM after update

2008-05-10 Thread Eugenia Loli-Queru
Public bug reported:

Binary package hint: gdm

After doing the update of packages today, I've lost the users  in the
Human List gdm theme! When I log out, I am supposed to see mine and my
husband's faces as two users in the human list gdm theme and select
one of them, and then fill out the password to login. But after today's
update, the list is completely empty. When I tried to run gksu
/usr/sbin/gdmsetup, it took AGES to come up and the hard drive was
working like crazy. Everything looks normal in the gdmsetup app, but no
icons/faces in my user's list...

The only other weird things I did today was:
1. Kill my nautilus once.
2. Open a terminal and run su - and then nautilus --no-desktop.
3. Mount an SD card full of pictures.

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

-- 
No user list  in GDM after update
https://bugs.launchpad.net/bugs/229145
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

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


[Bug 41335] Re: DVD playing is not working correctly with totem-gstreamer

2008-02-16 Thread Eugenia Loli-Queru
Gstreamer is where the community is going, Xine-lib is not. Yes, it's
frustrating that DVD menus don't work on totem-gstreamer, but I would
suggest you keep that package, and use VLC to watch your DVDs, not
Totem.

-- 
DVD playing is not working correctly with totem-gstreamer
https://bugs.launchpad.net/bugs/41335
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

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


[Bug 41335] Re: DVD playing is not working correctly with totem-gstreamer

2007-12-04 Thread Eugenia Loli-Queru
no

-- 
DVD playing is not working correctly with totem-gstreamer
https://bugs.launchpad.net/bugs/41335
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

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


[Bug 41335] Re: DVD playing is not working correctly with totem-gstreamer

2007-10-18 Thread Eugenia Loli-Queru
David, exactly. Ubuntu supports totem-gstreamer, not totem-xine.
Therefore, they must fix the DVD support, instead of waiting for the
community to do that. I have emailed the guys behind gstreamer and  they
said they WON'T do it because they have NDAs and they can't possibly
touch DVD code. This is something for the ubuntu guys to do if they want
their OS to be more complete.

-- 
DVD playing is not working correctly with totem-gstreamer
https://bugs.launchpad.net/bugs/41335
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

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


[Bug 41335] Re: DVD playing is not working correctly with totem-gstreamer

2007-10-18 Thread Eugenia Loli-Queru
Sebastian, please, we know that. But so you can't ship with AAC or even
MP3 either. But you DO provide a way for users to download these codecs
on their own accord when such files are popping up. I am asking for the
same trick to be employed here. But for totem-gstreamer, not the much
unsupported now totem-xine. Proper DVD support must be added on totem-
gstreamer and when the user pops up a DVD disk, the right files should
be downloaded, after the user has agreed to your disclaimer/license.

-- 
DVD playing is not working correctly with totem-gstreamer
https://bugs.launchpad.net/bugs/41335
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

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


[Bug 12445] Re: right-click behaviour with gnome menu

2007-10-08 Thread Eugenia Loli-Queru
Yeah, I found it now. It's on the nautilus sidebar, which I always have
turned off. I think that it's kinda weird to have an SMB share mounted
for months, and only be removed from a particular spot, but not from the
Places menu and FileOpenDialog where it also appears.

-- 
right-click behaviour with gnome menu
https://bugs.launchpad.net/bugs/12445
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

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


[Bug 12445] Re: right-click behaviour with gnome menu

2007-10-07 Thread Eugenia Loli-Queru
Sebastian wrote:
Note that you can right click on the share on the desktop or in the network 
place and choice to unmount those

There are no shares on my desktop or the network place nautilus window,
so I can NOT unmount them. The two entries are still occupying space on
my Places menu on the gnome-panel and I can't remove them.

-- 
right-click behaviour with gnome menu
https://bugs.launchpad.net/bugs/12445
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

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


[Bug 12445] Re: right-click behaviour with gnome menu

2007-10-07 Thread Eugenia Loli-Queru
I added no bookmarks. I just connected to these shares a few months ago.
And they got AUTOMATICALLY to the Places menu, and there is absolutely
no way to remove them from there. They appear nowhere else in Gnome. I
can upload a pic if you like.

-- 
right-click behaviour with gnome menu
https://bugs.launchpad.net/bugs/12445
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

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


[Bug 12445] Re: right-click behaviour with gnome menu

2007-10-07 Thread Eugenia Loli-Queru
I have seen these shares popping up in the open file GTK dialog, on
the sidebar. But its right click remove option is grey'ed out. So far,
I have found no way to remove these shares from my Places menu and/or
Gnome's VFS.

-- 
right-click behaviour with gnome menu
https://bugs.launchpad.net/bugs/12445
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

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


[Bug 150035] Network places issue

2007-10-06 Thread Eugenia Loli-Queru
Public bug reported:

Binary package hint: gnome-panel

I connected to a couple smb shares with nautilus a few months ago, and
now both are showing on  my Places menu. I want to get rid of them
because they make my menu look ugly, bloated and with no real use
anymore. But there is no way to remove these shares from there!

This is  one grand example why Gnome and Linux are just not polished.
When you right click on the shares on the menu there is no option to
remove them, but instead it launches them, and we are stuck forever with
these entries. I even used Tracker to find where these names are stored
in .gnome2, but Tracker would find anything!

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

-- 
Network places issue
https://bugs.launchpad.net/bugs/150035
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for gnome-panel in ubuntu.

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


[Bug 150035] Re: Network places issue

2007-10-06 Thread Eugenia Loli-Queru
I don't want to remove the feature btw, i just need some control over
it. One of the two share bookmarks is a typo for example, and i am stuck
with it. I would have liked a way to remove it.

-- 
Network places issue
https://bugs.launchpad.net/bugs/150035
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for gnome-panel in ubuntu.

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


[Bug 145418] Re: gnome panel icons don't show up

2007-09-27 Thread Eugenia Loli-Queru
I run the latest Gutsy Gibbon. Please note that you have to create NEW
users to reproduce this bug, not on your own old user account.

-- 
gnome panel icons don't show up
https://bugs.launchpad.net/bugs/145418
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 145418] Re: gnome panel icons don't show up

2007-09-27 Thread Eugenia Loli-Queru
Well then, I guess I will have to get a video of it all and upload it.

-- 
gnome panel icons don't show up
https://bugs.launchpad.net/bugs/145418
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 145418] Re: gnome panel icons don't show up

2007-09-27 Thread Eugenia Loli-Queru
The distance does not matter. What does matter if you first DND the icon
to the desktop and then get that desktop icon from the desktop and DND
it to the panel. But if you DND it directly from the menu, it does work
and it remembers it. But it doesn't work from the menu-desktop-panel.

-- 
gnome panel icons don't show up
https://bugs.launchpad.net/bugs/145418
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 145418] gnome panel icons don't show up

2007-09-26 Thread Eugenia Loli-Queru
Public bug reported:

Binary package hint: gnome-panel

Reproducible on two new user setups on my laptop. I drag the terminal
and my computer icons from the gnome menus on the desktop. Then, I
drag them next to the firefox/evolution/help icons on the gnome panel.
They stick there. Then I log out, and I relogin as these users. The new
icons are not visible! However, when I retry to let's say drag the
terminal icon again there, then the previously two invisible icons get
VISIBLE again. But if I logout again and log back in, they are invisible
again (they ARE there, just not rendering).

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

-- 
gnome panel icons don't show up
https://bugs.launchpad.net/bugs/145418
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for gnome-panel in ubuntu.

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


[Bug 132992] Re: [gutsy] rhythmbox cannot load UPnP plugin: python-louie package missing

2007-09-21 Thread Eugenia Loli-Queru
Yes, please fix this, it bit me tonight.

-- 
[gutsy] rhythmbox cannot load UPnP plugin: python-louie package missing
https://bugs.launchpad.net/bugs/132992
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 122602] Re: Duplicated entries in Places Menu

2007-09-16 Thread Eugenia Loli-Queru
This bug must be fixed before the release of Gutsy. It was a preview
article on Digg a month ago and had shots of Ubuntu, and guess what, the
guy who had written that preview had the bug. This should be fixed as
it's way too visible and easy to reproduce.

-- 
Duplicated entries in Places Menu
https://bugs.launchpad.net/bugs/122602
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 139882] messy Places menu

2007-09-15 Thread Eugenia Loli-Queru
Public bug reported:

Binary package hint: gnome-panel

Since my upgrade to Gutsy from 7.04 I have multiple entries. I am not
sure if this is because you changed the standard over the previous
ubuntu version, but don't even think releasing Gutsy without fixing
visible details like this one for users who upgrade instead of
installing cleanly.

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


** Tags: gnome panel places

-- 
messy Places menu
https://bugs.launchpad.net/bugs/139882
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for gnome-panel in ubuntu.

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


[Bug 139882] Re: messy Places menu

2007-09-15 Thread Eugenia Loli-Queru
attached a pic showing the image, and the ugly SHARE IP numbers...

** Attachment added: multiple entries
   http://launchpadlibrarian.net/9292631/places.png

-- 
messy Places menu
https://bugs.launchpad.net/bugs/139882
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for gnome-panel in ubuntu.

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


[Bug 13199] Re: Drag n' Drop directories from File-Roller is somewhat tricky

2007-09-03 Thread Eugenia Loli-Queru
That's a kind of a feature that Apple or MS would never ship without.
Ubuntu must get some priorities straight.

-- 
Drag n' Drop directories from File-Roller is somewhat tricky
https://bugs.launchpad.net/bugs/13199
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

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


[Bug 103125] DBUS dies during loading

2007-08-17 Thread Eugenia Loli-Queru
You have been subscribed to a public bug:

Binary package hint: dbus

Something really weird is happening on my laptop. All of a sudden DBUS
is broken (or simply does not load during  booting) and so gnome-power-
manager does not allow me to sleep/hibernate, neither it shows all its
options. I have to manually restart dbus and then acpid to bring the
machine into a usable state each time. The only service I enabled
compared to the defaults was hdparm, while I disabled cups. But
everything else I had left the same.

** Affects: dbus (Ubuntu)
 Importance: Undecided
 Assignee: Ubuntu Desktop Bugs
 Status: Incomplete

-- 
DBUS dies during loading
https://bugs.launchpad.net/bugs/103125

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


[Bug 115953] Re: sound-juicer crashes when editing profiles

2007-08-03 Thread Eugenia Loli-Queru
backtrace. It still crashes with the latest gutsy when i click on the
profiles from sound-juicer's preferences.

** Attachment added: gdb-sound-juicer.txt
   http://launchpadlibrarian.net/8673175/gdb-sound-juicer.txt

-- 
sound-juicer crashes when editing profiles
https://bugs.launchpad.net/bugs/115953
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 130102] Buggy update

2007-08-03 Thread Eugenia Loli-Queru
You have been subscribed to a public bug:

After updating the latest gutsy version, clearlooks now is really bad.
The menu bar is extremely thin, and the icon toolbar is fat. Something
is just wrong. It looks really bad.

** Affects: gnome-themes (Ubuntu)
 Importance: Low
 Assignee: Áron Sisak
 Status: Incomplete

-- 
Buggy update
https://bugs.launchpad.net/bugs/130102

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

[Bug 130102] Re: Buggy update

2007-08-03 Thread Eugenia Loli-Queru
Yes, this is better. Except the fact that tooltips are not yellow
anymore, but gray. They are not easily visible as gray.

-- 
Buggy update
https://bugs.launchpad.net/bugs/130102
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for gnome-themes in ubuntu.

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


[Bug 130102] Re: Buggy update

2007-08-03 Thread Eugenia Loli-Queru
Customizing the color of tooltips has no effect btw.

-- 
Buggy update
https://bugs.launchpad.net/bugs/130102
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for gnome-themes in ubuntu.

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


[Bug 127894] Nautilus crashes

2007-07-24 Thread Eugenia Loli-Queru
Public bug reported:

Binary package hint: nautilus

Nautilus crashes reproducibly after upgrading my PC tonight, on the
latest Gutsy version. It crashes when trying to connect to the LAN
network or on my SMB server. Before today's upgrades it was working
fine.

= BEGIN MILESTONES =
0x8187510 2007/07/23 23:44:36.9812 (GLog): file nautilus-navigation-window.c: 
line 834 (activate_nth_short_list_item): assertion failed: (index  
g_list_length (window-details-short_list_viewers))
0x8187510 2007/07/23 23:44:36.9813 (USER): debug log dumped due to signal 5
0x8187510 2007/07/23 23:44:36.9815 (USER): debug log dumped due to signal 6
= END MILESTONES =
= BEGIN RING BUFFER =
0x8187510 2007/07/23 23:44:33.1023 (USER): window 0x822e018 open location: 
old=(none), new=x-nautilus-desktop:
0x8187510 2007/07/23 23:44:33.2380 (USER): create new navigation 
window=0x8219140
0x8187510 2007/07/23 23:44:33.2380 (USER): window 0x8219140 open location: 
old=(none), new=file:///home/eugenia
0x8187510 2007/07/23 23:44:34.0646 (USER): change view of window 0x8219140: 
file:///home/eugenia to OAFIID:Nautilus_File_Manager_Icon_View
0x8187510 2007/07/23 23:44:34.1617 (USER): finished loading window 0x822e018: 
x-nautilus-desktop:
0x8187510 2007/07/23 23:44:34.1660 (USER): finished loading window 0x8219140: 
file:///home/eugenia
0x8187510 2007/07/23 23:44:36.6547 (USER): window 0x8219140 open location: 
old=file:///home/eugenia, new=network:
0x8187510 2007/07/23 23:44:36.6548 (USER): finished loading window 0x8219140: 
file:///home/eugenia
0x8187510 2007/07/23 23:44:36.9812 (GLog): file nautilus-navigation-window.c: 
line 834 (activate_nth_short_list_item): assertion failed: (index  
g_list_length (window-details-short_list_viewers))
0x8187510 2007/07/23 23:44:36.9813 (USER): debug log dumped due to signal 5
0x8187510 2007/07/23 23:44:36.9815 (USER): debug log dumped due to signal 6
= END RING BUFFER =

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


** Tags: gutsy smb vfs

-- 
Nautilus crashes
https://bugs.launchpad.net/bugs/127894
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for nautilus in ubuntu.

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


[Bug 117240] Re: Totem movie player could not read from resource. Known good disc, known good drive, latest gstream SW installed.

2007-05-28 Thread Eugenia Loli-Queru
*** This bug is a duplicate of bug 41335 ***
https://bugs.launchpad.net/bugs/41335

No, it doesn't help. Totem-xine is not maintained as well as totem-
gstreamer is, which the Gnome default. DVD playback must be implemented
for totem-gstreamer too. Personally, as a user I don't give a monkey
that a format is restricted or not. Canonical must pay the necessary
royalties to have it legally implemented. There is a way to do it
legally, so why Canonical doesn't? I wouldn't mind paying $10 or even
$30 to buy Ubuntu if it was to have me a *number* of such headaches
fixed for me.

Heck, instead of actually buying a commercial Ubuntu version, it should
be the free version and then whenever we hit the wall with a legal
problem, a firefox window opens to a special page where we can pay $1 or
$2 (it doesn't cost more than that per issue resolved) to get our issues
fixed. This way the main Ubuntu remains free, and whoever needs extra
conveniences, can pay up! I don't oppose this at all because it's better
than not having a solution or suggesting a version of  totem that it's
not properly maintained anymore.

-- 
Totem movie player could not read from resource.  Known good disc, known good 
drive, latest gstream SW installed. 
https://bugs.launchpad.net/bugs/117240
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 117240] Re: Totem movie player could not read from resource. Known good disc, known good drive, latest gstream SW installed.

2007-05-28 Thread Eugenia Loli-Queru
*** This bug is a duplicate of bug 41335 ***
https://bugs.launchpad.net/bugs/41335

I have problems with totem-xine, and also, I prefer to use the defaults.
Totem-gstreamer is the default and it's the most tested version for the
last few months.

-- 
Totem movie player could not read from resource.  Known good disc, known good 
drive, latest gstream SW installed. 
https://bugs.launchpad.net/bugs/117240
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 115952] Gutsy: No users are shown in GDM

2007-05-21 Thread Eugenia Loli-Queru
Public bug reported:

Binary package hint: gdm

After upgrading to Gutsy, no users are showing in the user's list on
GDM's theme. I have to manually type both the username and password to
enter gnome, while on Feisty I could click my picture on GDM and only
provide the password.

** Affects: gdm (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Gutsy: No users are shown in GDM
https://bugs.launchpad.net/bugs/115952
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for gdm in ubuntu.

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


[Bug 115953] sound-juicer crashes when editing profiles

2007-05-21 Thread Eugenia Loli-Queru
Public bug reported:

Binary package hint: sound-juicer

clicking on EDIT PROFILES from the SoundJuicer pref-panel, it crashes
SoundJuicer completely. Please note that I have both the ubuntu and the
universe version of UGLY gstreamer packages installed.

** Affects: sound-juicer (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
sound-juicer crashes when editing profiles
https://bugs.launchpad.net/bugs/115953
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for sound-juicer in ubuntu.

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


[Bug 115952] Re: Gutsy: No users are shown in GDM

2007-05-21 Thread Eugenia Loli-Queru
The last one in the list of the Login Window pref panel.

-- 
Gutsy: No users are shown in GDM
https://bugs.launchpad.net/bugs/115952
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 92462] Re: mp3 profile does not show

2007-05-13 Thread Eugenia Loli-Queru
Yes, the frozen dialogs are easily reproducible.

-- 
mp3 profile does not show
https://bugs.launchpad.net/bugs/92462
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 92462] Re: mp3 profile does not show

2007-05-08 Thread Eugenia Loli-Queru
I have installed gstreamer0.10-plugins-ugly-multiverse and
gstreamer0.10-plugins-ugly to get the profile. Both of them. If the
profile doesn't show on yours, then this a brand new bug.

-- 
mp3 profile does not show
https://bugs.launchpad.net/bugs/92462
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 90972] Epiphany's default font size is wrong

2007-04-14 Thread Eugenia Loli-Queru
You have been subscribed to a public bug:

Binary package hint: epiphany

Please do the following:
1. Install the MS fonts
2. Open a Epiphany window with its *default* settings and then open Firefox or 
Opera, or a Safari/IE window on another computer.
3. Go to this site www.osnews.com

Please notice how Epiphany's font sizes are whacked out. For example,
the osnews menu is in bold, but it does not show up as bold.

I know that if you press the magnified button it will give a more
accurate font size (but still not as accurate as Firefox/IE), but the
point is that the default font sizes are wrong.

** Affects: epiphany-browser (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Epiphany's default font size is wrong
https://bugs.launchpad.net/bugs/90972

-- 
desktop-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 92680] Re: Vista partitions don't show on My Computer

2007-04-13 Thread Eugenia Loli-Queru
*** This bug is a duplicate of bug 73227 ***
https://bugs.launchpad.net/bugs/73227

Can you please unmark this bug as duplicate of #73227 ? As you can read in a 
comment that I left in that bug, your fix makes my desktop look VERY ugly. I do 
not ask for the same thing as the bug submittor of that bug did. Please unmark 
as duplicate this bug and check my screenshot here:
http://librarian.launchpad.net/7297497/desktop.png

What I really want is for the NON-REMOVABLE partitions to be showing up
*only* on MyComputer view, and the REMOVABLE partitions to be showing up
in the Places and the Desktop and on MyComputer. You must make a
DISTINCTION between removable and non-removable volumes. HAL is able to
do that. Right now, after your fix, my desktop is a mess.

-- 
Vista partitions don't show on My Computer
https://bugs.launchpad.net/bugs/92680
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 92680] Re: Vista partitions don't show on My Computer

2007-04-13 Thread Eugenia Loli-Queru
*** This bug is a duplicate of bug 73227 ***
https://bugs.launchpad.net/bugs/73227

perhaps this procedure will help you to get what you want

Thanks for the suggestion Ben, but no, it doesn't do what I want (I am
aware of gconf's entries). By unmarking the volumes_visible, it also
makes invisible in the desktop removable volumes, like CDs, SD cards,
USB keys. What I really ask is for a distinction between removable and
non-removable media. I need the removable media to show on all 3 places
in Nautilus, but I need the non-removable ones on MyComputer only. Maybe
gconf should have two keys like this instead: volumes_removable_visible
and volumes_internal_visible.

I'll register a specification to get that discussed

Thanks Sebastian.

-- 
Vista partitions don't show on My Computer
https://bugs.launchpad.net/bugs/92680
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 73227] Re: [feisty] some partitions do not appear in Places menu

2007-04-11 Thread Eugenia Loli-Queru
Ok guys, the partitions are now showing up in the MyComputer nautilus
view, BUT, they also show up in the Desktop too. I DON'T want them in
the desktop!!! I only want the REMOVABLE partitions to be appearing in
the desktop, NOT all partitions. Right now, after you fix, my Places
menu is filled up with junk that DELL has put in the laptop (Vista,
MediaDirect and other such partitions). Look at my screenshot.

What I really want is for the NON-REMOVABLE partitions to be showing up
*only* on MyComputer view, and the REMOVABLE partitions to be showing up
in the Places and the Desktop and on MyComputer. You must make a
DISTINCTION between removable and non-removable volumes. HAL is able to
do that.

Right now, after you fix, my desktop is a mess.

** Attachment added: desktop.png
   http://librarian.launchpad.net/7297497/desktop.png

-- 
[feisty] some partitions do not appear in Places menu
https://bugs.launchpad.net/bugs/73227
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for hal in ubuntu.

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


[Bug 41335] Re: DVD playing is not working correctly with totem-gstreamer

2007-04-08 Thread Eugenia Loli-Queru
Totem-gstreamer does not have DVD support. Unless someone sits down and
adds full support for it, you are all better off with totem-xine or VLC.
The company that does a lot of gstreamer work (sorry, can't remember the
name) can't add DVD support for legal reasons. It will have to be a
community member who will have to do the work.

-- 
DVD playing is not working correctly with totem-gstreamer
https://bugs.launchpad.net/bugs/41335
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

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


[Bug 41335] Re: DVD playing is not working correctly with totem-gstreamer

2007-04-08 Thread Eugenia Loli-Queru
Jeff, as Sebastien said, Fluendo is not allowed to do that work (I know
this for a fact). It will have to be a community member who adds the DVD
support to gstreamer.

-- 
DVD playing is not working correctly with totem-gstreamer
https://bugs.launchpad.net/bugs/41335
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

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


[Bug 92102] Re: not enough plugins by default

2007-03-29 Thread Eugenia Loli-Queru
Yes, thanks. I think only Gaim doesn't work yet...

-- 
not enough plugins by default
https://launchpad.net/bugs/92102

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


[Bug 96257] Hibernate option should not show when swap not present

2007-03-26 Thread Eugenia Loli-Queru
You have been subscribed to a public bug:

My laptop has 2 GBs of RAM so I didn't bother creating a swap partition
or file (although I might do in the future). When swap is not present,
the gnome-shutdown panel should not offer the hibernate option because
hibernation is not possible without the presence of swap in the system.

** Affects: gnome-session (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Hibernate option should not show when swap not present
https://beta.launchpad.net/bugs/96257

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


[Bug 96257] Hibernate option should not show when swap not present

2007-03-26 Thread Eugenia Loli-Queru
Public bug reported:

My laptop has 2 GBs of RAM so I didn't bother creating a swap partition
or file (although I might do in the future). When swap is not present,
the gnome-shutdown panel should not offer the hibernate option because
hibernation is not possible without the presence of swap in the system.

** Affects: hal (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Hibernate option should not show when swap not present
https://launchpad.net/bugs/96257

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


[Bug 92436] Re: Password is required twice after laptop sleep

2007-03-26 Thread Eugenia Loli-Queru
*** This bug is a duplicate of bug 43169 ***

Sebastien, why was my bug rejected and set as a duplicate of bug #43169
?  I don't see the resemblance between the two bugs. Please re-open as
confirmed and read here too:
http://hughsient.livejournal.com/19481.html

-- 
Password is required twice after laptop sleep
https://launchpad.net/bugs/92436

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


[Bug 92194] Re: HAL is not built with libsmbios

2007-03-26 Thread Eugenia Loli-Queru
This is what I originally asked, to include libsmbios and have it
working with their HAL. Check the first comment. The guy rejected my
bug. What more should I do to make him understand that he needs to
backport code to his HAL?

And I can't just recompile HAL. As Tigrux said above, simply recompiling
the new HAL crashes in Ubuntu. This is something for Ubuntu  to backport
or fix.

-- 
HAL is not built with libsmbios
https://launchpad.net/bugs/92194

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


[Bug 73227] Re: [feisty] some partitions do not appear in Places menu

2007-03-23 Thread Eugenia Loli-Queru
Yeah, my Windows partitions don't show up in My computer. They are
only shown under /media or something. Please note that I don't want
these partitions in the Desktop (which is the current behavior), but I
do want them on the My Computer nautilus view.

-- 
[feisty] some partitions do not appear in Places menu
https://launchpad.net/bugs/73227

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


[Bug 94492] Re: Nautilus crashes

2007-03-22 Thread Eugenia Loli-Queru
No, I was getting a freeze instead. However, this might have to do with
the fact that the server was slow yesterday... Hmm. I guess you can
close this  bug then if it works for you.

-- 
Nautilus crashes
https://launchpad.net/bugs/94492

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


[Bug 94492] Re: Nautilus crashes

2007-03-22 Thread Eugenia Loli-Queru
Ok, I was able to reproduce it. Apparently Nautilus freezes completely
if the link you are trying to drag to it from Firefox has a very slow
server, or the server does not respond. It seems to go into a wait
mode that completely freezes ALL of its windows.

-- 
Nautilus crashes
https://launchpad.net/bugs/94492

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


[Bug 94492] Re: Nautilus crashes

2007-03-22 Thread Eugenia Loli-Queru
It was a freeze actually. I don't know if it works again after some
minutes, I needed to use Nautilus and to get it back I had to kill it
anyway. No matter if it comes back, the current behavior is
unacceptable, it feels like a single threaded Mac application from 1990.
It locks the whole UI, not just the window you are dragging the link to.

-- 
Nautilus crashes
https://launchpad.net/bugs/94492

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


[Bug 92128] Re: No option to disable tap-to-click

2007-03-21 Thread Eugenia Loli-Queru
Actually no. What I am asking for is a new tab in the gnome preference
mouse panel that controls tap-to-click and scroll-wheel on/off on
touchpads. I don't want a separate panel and I definitely don't want
gsynaptics which is simply too buggy to be used. Gnome has way too many
panels already as it is and Control Center does not fix the problem or
take that fact away. It feels like Vista's control-panel which is full
of icons. Similar actions must be teamed together, e.g. keyboard and
keyboard shortcuts. Similarly,  the touchpad controls should just be
written from scratch to go to the Gnome mouse panel.

-- 
No option to disable tap-to-click
https://launchpad.net/bugs/92128

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


[Bug 94329] Brightness-applet does not work

2007-03-21 Thread Eugenia Loli-Queru
Public bug reported:

The new Gnome brightness applet says that it can't work with my laptop,
a DELL Inspiron. The Gnome developer of the applet got some debug info
from me and he said that this is Ubuntu's bug and not his. He says that
HAL is not built with dell backlighting support (libsmbios) and so the
applet does not work.

Please fix, this is ubuntu's bug, not upstream.

** Affects: hal (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Brightness-applet does not work
https://launchpad.net/bugs/94329

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


[Bug 94492] Nautilus crashes

2007-03-21 Thread Eugenia Loli-Queru
Public bug reported:

Binary package hint: nautilus

Go to this page with Firefox:
http://www.lightcrafts.com/linux/index.php
and drag the download link above the form to your home folder or Desktop. 
Nautilus will then crash. Reproducible here.

I hope there is a fix for this because many mac users use to do this to
create shortcut web links.

** Affects: nautilus (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Nautilus crashes
https://launchpad.net/bugs/94492

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


[Bug 94513] I can't drag n drop a tarball to the desktop

2007-03-21 Thread Eugenia Loli-Queru
Public bug reported:

Binary package hint: file-roller

I can't drag-n-drop a tarball to the desktop from file-roller. Without
DnD, this app feels so '90s.

** Affects: file-roller (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
I can't drag n drop a tarball to the desktop
https://launchpad.net/bugs/94513

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


[Bug 92462] Re: mp3 profile does not show

2007-03-20 Thread Eugenia Loli-Queru
But you do make it easier to playback mp3 and a lot of other formats.
Aren't these  patented?

-- 
mp3 profile does not show
https://launchpad.net/bugs/92462

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


[Bug 94275] Please provide newer package

2007-03-20 Thread Eugenia Loli-Queru
Public bug reported:

Binary package hint: gparted

This package is out of date hopelessly (1 year old), and that's
important because gparted has had some very important bug fixes  since
then. Bug fixes that can mean destroying a vista partition or not...

** Affects: gparted (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Please provide newer package
https://launchpad.net/bugs/94275

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


[Bug 94275] Re: Please provide newer package

2007-03-20 Thread Eugenia Loli-Queru
When exactly is it then?

-- 
Please provide newer package
https://launchpad.net/bugs/94275

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


[Bug 92462] Re: mp3 profile does not show

2007-03-19 Thread Eugenia Loli-Queru
I am using the US locale. The only thing I have done is to edit the mp3
profile to see if it was active. I clicked on the active checkbox and it
got deactivated, and then I enabled it again. Then, poof, it has
dissapeared from sound juicer. Screenshot attached showing how the
profiles have a mp3 profile, but soundjuicer doesn't.

** Attachment added: screenshot
   http://librarian.launchpad.net/6854241/Screenshot.png

-- 
mp3 profile does not show
https://launchpad.net/bugs/92462

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


[Bug 92194] Re: HAL is not built with libsmbios

2007-03-19 Thread Eugenia Loli-Queru
Actually the problem is HAL. The Brightness author asked me to debug it
for him and he concluded that HAL is not built with --with-dell-
backlight option. If it was, the libsmbios package would have been
automatically included in Feisty's ISO. So I am not sure what separate
file I should file and what for.

I also tried Feisty on another laptop, a LinuxCertified.com laptop, and
the Brightness applet does not work there either.

-- 
HAL is not built with libsmbios
https://launchpad.net/bugs/92194

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


[Bug 92194] Re: HAL is not built with libsmbios

2007-03-19 Thread Eugenia Loli-Queru
Could you please reopen this bug?

-- 
HAL is not built with libsmbios
https://launchpad.net/bugs/92194

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


[Bug 92462] Re: mp3 profile does not show

2007-03-19 Thread Eugenia Loli-Queru
No.

-- 
mp3 profile does not show
https://launchpad.net/bugs/92462

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


[Bug 92462] Re: mp3 profile does not show

2007-03-19 Thread Eugenia Loli-Queru
The no above was for an error, I don't get an error.

Do you have gstreamer0.10-plugins-ugly installed?

Yes.

-- 
mp3 profile does not show
https://launchpad.net/bugs/92462

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


[Bug 92194] Re: HAL is not built with libsmbios

2007-03-19 Thread Eugenia Loli-Queru
BTW, my hardware buttons about brightness WORK (on both my laptops).
What doesn't work is the Brightness Gnome APPLET. And when I emailed the
applet author and looked at it he concluded that the culprit is your
HAL.

-- 
HAL is not built with libsmbios
https://launchpad.net/bugs/92194

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


[Bug 92462] Re: mp3 profile does not show

2007-03-19 Thread Eugenia Loli-Queru
It is checked.

-- 
mp3 profile does not show
https://launchpad.net/bugs/92462

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


[Bug 92462] Re: mp3 profile does not show

2007-03-19 Thread Eugenia Loli-Queru
I found the problem. You don't include id3mux in the version of
gstreamer-ugly that comes from the official Ubuntu repository and so
Sound-juicer can NOT utilize the mp3 profile.

It works for you because you have a DIFFERENT gstreamer-ugly package
installed, you have the multiverse version, not the official version!
Please merge the two packages because they create confusion and ubuntu
installs by default the limited one when mp3 is requested by Totem. If
not, then please add id3mux on the ubuntu version of gstreamer-ugly.

-- 
mp3 profile does not show
https://launchpad.net/bugs/92462

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


[Bug 92661] Re: Make the toolbar/statusbar font smaller

2007-03-18 Thread Eugenia Loli-Queru
There was some discussion about it here
http://eugenia.blogsome.com/2007/03/15/gtk-suggestion/
and here in italian
http://pollycoke.wordpress.com/2007/03/16/suggerimento-per-le-gtk/

From what I have seen so far, no one has rejected the idea, but
reactions range from apathetic to really positive.

-- 
Make the toolbar/statusbar font smaller
https://launchpad.net/bugs/92661

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


[Bug 92738] Re: major DVD playback bug with Totem

2007-03-18 Thread Eugenia Loli-Queru
I use totem-gstreamer. I like using the defaults. I think it would be a
bummer to release Feisty without DVD playback capability (after the user
manually installs libdvdcss2 that is).

VLC has its own problems (the wxGTK UI has bugs under Ubuntu -- the
volume meter is not displaying) and mplayer sucks (that app is always on
a whack). I hope someone takes on the task because it might put off
quite a few new users who don't know what else to use.

-- 
major DVD playback bug with Totem
https://launchpad.net/bugs/92738

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


[Bug 92462] Re: mp3 profile does not show

2007-03-18 Thread Eugenia Loli-Queru
Wait, this is not right. I installed a second feisty on another laptop,
and the same problem persists! The mp3 profile is listed correctly on
gnome-audio-profiles, but NOT on sound-juicer's profiles. This is
confirmed on two different machines, with all the latest Feisty updates.

Please note that UP to about last Tuesday, I would get the mp3 profile
on sound-juicer too, but since then, it's gone! And when any profile is
opening for editing through sound-juicer, then that window is frozen.
However, the same window is not frozen when opened directly via gnome-
audio-profiles from the command line.

BTW, I don't know if it's related, but i also get this:

[EMAIL PROTECTED]:~$ sound-juicer

(process:5923): GStreamer-WARNING **: The GStreamer function 
gst_init_get_option_group() was
called, but the GLib threading system has not been initialised
yet, something that must happen before any other GLib function
is called. The application needs to be fixed so that it calls
   if (!g_thread_supported ()) g_thread_init(NULL);
as very first thing in its main() function. Please file a bug
against this application.

-- 
mp3 profile does not show
https://launchpad.net/bugs/92462

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


[Bug 93239] Re: Links from gaim don't open on firefox

2007-03-18 Thread Eugenia Loli-Queru
hmm, it works now. I think the problem is related to another bug i did
the other day about gnome-terminal which had the exact same problem.

Some times it works, sometimes it doesn't. How is gaim/terminal send the
commands to open the browsers? Might be a dbus bug or something?

-- 
Links from gaim don't open on firefox
https://launchpad.net/bugs/93239

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


[Bug 36251] Re: Unreadable Font Size for GDM Login/Password

2007-03-18 Thread Eugenia Loli-Queru
This bug persists. On one laptop my gdm font size is normal (just like
the gtk font size on apps), and on the other laptop, the font size is
HUGE. I had to edit the .xml file to make that 12 a 7. Now, under normal
circumstances that 7 would be really small. But it seems that GDM
misenterprets the font sizes, under some circumstances.

I THINK that this happens IF the user tries out the accessiblity themes
and then goes back to Human/Clearlooks. If the user just even tries once
these big themes, from that point on GDM gets all messed up.

Could you reproduce?

-- 
Unreadable Font Size for GDM Login/Password
https://launchpad.net/bugs/36251

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


[Bug 91488] Re: Camera RAW files open with wrong apps

2007-03-17 Thread Eugenia Loli-Queru
I have dcraw installed. I have these four you mention too popping up on
nautilus with f-spot being the default for some weird reason. But these
apps can NOT read Kodak's RAW files. Only Cinepaint and UFRaw can.

-- 
Camera RAW files open with wrong apps
https://launchpad.net/bugs/91488

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


[Bug 91488] Re: Camera RAW files open with wrong apps

2007-03-17 Thread Eugenia Loli-Queru
Hmm, might be a new feature on gthumb. I clearly remember gthumb not
being able to load such files. Anyways, the default application set to
open that file is eog on gnome, and eog just fails.

I think that these apps must be removed from the nautilus menu and only
allow the apps that specifically say that they support the various RAW
formats. At least this will give some incentive to UFRAW/Cinepaint and
now gThumb to register for the right mimetypes too, instead of just
saying that they simply support TIFF.

-- 
Camera RAW files open with wrong apps
https://launchpad.net/bugs/91488

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


[Bug 93239] Links from gaim don't open on firefox

2007-03-17 Thread Eugenia Loli-Queru
Public bug reported:

Binary package hint: gaim

When in a chat with a buddy I type a link, when I later click on it,
firefox does not load. There are also right-click options to open the
link with a browser, but nothing happens, firefox does not load.

** Affects: gaim (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Links from gaim don't open on firefox
https://launchpad.net/bugs/93239

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


[Bug 92436] Password is required twice after laptop sleep

2007-03-17 Thread Eugenia Loli-Queru
Public bug reported:

Binary package hint: network-manager

After I woke up the laptop from sleep there is the standard password
dialog that asks me to input a password, and that's ok. But just right
after that, network-manager asks me again because of the keyring thing
in order to allow connection to a wifi spot! I should not be asked twice
in a row for a password after sleep! Heck, OSX never asks for one and
Vista asks it once. Ubuntu should not ask it twice if Wifi is connected.
Networkmanager does not ask for a password for the ethernet connection,
and the same thing should happen for a wifi connection too.

** Affects: gnome-keyring (Ubuntu)
 Importance: Undecided
 Status: Confirmed

-- 
Password is required twice after laptop sleep
https://launchpad.net/bugs/92436

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


[Bug 71593] Re: glChess has no 3D

2007-03-16 Thread Eugenia Loli-Queru
Maybe they should just include the pygtkglext package in feisty?

-- 
glChess has no 3D
https://launchpad.net/bugs/71593

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


[Bug 89262] Re: [apport] gaim crashed with SIGSEGV in g_cclosure_marshal_VOID__VOID()

2007-03-16 Thread Eugenia Loli-Queru
It happens on x86 too. It usually happens when another notification
balloon is visible. I think it's gaim's notification icon code that
crashes rather than the main code. It is pretty common crash.

-- 
[apport] gaim crashed with SIGSEGV in g_cclosure_marshal_VOID__VOID()
https://launchpad.net/bugs/89262

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


[Bug 92462] Re: mp3 profile does not show

2007-03-16 Thread Eugenia Loli-Queru
Does it really work for you? It doesn't here.

-- 
mp3 profile does not show
https://launchpad.net/bugs/92462

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


[Bug 92184] Re: show hidden files does not stick

2007-03-15 Thread Eugenia Loli-Queru
Can you reproduce based on the new information though?

-- 
show hidden files does not stick
https://launchpad.net/bugs/92184

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


[Bug 92462] mp3 profile does not show

2007-03-15 Thread Eugenia Loli-Queru
Public bug reported:

Binary package hint: sound-juicer

I have installed the mp3 libs. When I open sound-juicer and go to its
preferences, the mp3 profile is NOT there. Then, I click edit
profiles, the mp3 profile IS there and it IS active. But it doesn't
show in Sound-Juicer's main preference window!

Additionally, when I try to edit any of the profiles in the edit
profile window, these profile windows completely freeze.

Here is what sound-juicer gives me:

[EMAIL PROTECTED]:~$ sound-juicer 
(process:6617): GStreamer-WARNING **: The GStreamer function 
gst_init_get_option_group() was
called, but the GLib threading system has not been initialised
yet, something that must happen before any other GLib function
is called. The application needs to be fixed so that it calls
   if (!g_thread_supported ()) g_thread_init(NULL);
as very first thing in its main() function. Please file a bug
against this application.

** Affects: sound-juicer (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
mp3 profile does not show
https://launchpad.net/bugs/92462

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


[Bug 92184] Re: show hidden files does not stick

2007-03-15 Thread Eugenia Loli-Queru
I don't believe that this is the wished behavior. You see, go back to
the View menu and click other options there. Also, change from the List
view to the normal icon view. ALL these options stick, and it's only
the show hidden files that doesn't. If it is the wished behavior, then
it's a usability bug from the point of view that the other options don't
behave the same, but they stick.

-- 
show hidden files does not stick
https://launchpad.net/bugs/92184

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


[Bug 92462] Re: mp3 profile does not show

2007-03-15 Thread Eugenia Loli-Queru
I run Feisty too. I also have a vmware partition of feisty with a bit
older files in it, and it seems that everything works there. But on my
up to date laptop with feisty, I have the problem above.

I not only not getting the mp3 option on the combo box of sound-juicer,
but the Edit profiles window freezes when I click to edit the mp3
options there. Maybe something got broken during the latest updates?

-- 
mp3 profile does not show
https://launchpad.net/bugs/92462

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


[Bug 92661] Make the toolbar/statusbar font smaller

2007-03-15 Thread Eugenia Loli-Queru
Public bug reported:

One problem with the toolbars/statusbar on gtk/gnome apps is that the font size 
of the
descriptive text below the icons is the same size as the desktop font size. And
that font size is too big to be used as a toolbar font. Icons are stretched out
far away from each other because of that, and it makes the Gnome desktop look
ugly and disconnected.

Please make the font size of the toolbar smaller than the desktop font. For
example, if the desktop uses Vera size 10 (which is a good readable font size
for general usage), use Vera size 8 for toolbars. Don't go below 8 though.

Mac OS X also uses smaller font for its toolbar font than the rest of the
dekstop. It is small DETAILS like these that make OSX feel better than other 
OSes.

** Affects: gtk+2.0 (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Make the toolbar/statusbar font smaller
https://launchpad.net/bugs/92661

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


[Bug 92661] Re: Make the toolbar/statusbar font smaller

2007-03-15 Thread Eugenia Loli-Queru
Here is a showcase of how it would look like.

** Attachment added: showcase
   http://librarian.launchpad.net/6836982/shot.png

-- 
Make the toolbar/statusbar font smaller
https://launchpad.net/bugs/92661

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


[Bug 92661] Re: Make the toolbar/statusbar font smaller

2007-03-15 Thread Eugenia Loli-Queru
The Disk Analyzer Baobab application that currently ships with Gnome
would greatly benefit from such a change btw. Many other apps with lots
of text under toolbar icons too.

-- 
Make the toolbar/statusbar font smaller
https://launchpad.net/bugs/92661

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


[Bug 92680] Vista partitions don't show on My Computer

2007-03-15 Thread Eugenia Loli-Queru
Public bug reported:

Binary package hint: nautilus

The Vista partitions do load under /media/sdXX successfully. But I want
to see these partitions when I go to Computer screen on Nautilus.
These partitions should show up there with a disk icon! Please note that
I do not want to see these Windows partitions in my Desktop, but I do
want to see them under Computer on Nautilus with their own icon.

** Affects: nautilus (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Vista partitions don't show on My Computer
https://launchpad.net/bugs/92680

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


[Bug 92713] gnome-about-me bug

2007-03-15 Thread Eugenia Loli-Queru
Public bug reported:

Binary package hint: gnome-control-center

I leave empty the work email, and i fill up the home email address. Then
I close down that window, and I re-open it. My home email address is now
empty and the email address text now resides on the work input box
instead.

** Affects: control-center (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
gnome-about-me bug
https://launchpad.net/bugs/92713

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


  1   2   >