[Bug 369169] Re: LCD brightness control broken

2009-07-07 Thread TSWMIN85
Happens to me, as well.

** Changed in: gnome-power-manager (Ubuntu)
   Status: Incomplete = Confirmed

-- 
LCD brightness control broken
https://bugs.launchpad.net/bugs/369169
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 293478] Re: Xchat cannot set transperent background (Based on question #50025)

2009-07-07 Thread r00t
*** This bug is a duplicate of bug 13378 ***
https://bugs.launchpad.net/bugs/13378

** This bug has been marked a duplicate of bug 13378
   Fails to set transparency when started by session mgr.

-- 
Xchat cannot set transperent background (Based on question #50025)
https://bugs.launchpad.net/bugs/293478
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber (via bug 13378).

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


[Bug 13378] Re: Fails to set transparency when started by session mgr.

2009-07-07 Thread r00t
** Bug watch added: Debian Bug tracker #416839
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=416839

** Also affects: xchat (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=416839
   Importance: Unknown
   Status: Unknown

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

-- 
Fails to set transparency when started by session mgr.
https://bugs.launchpad.net/bugs/13378
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 290204] Re: Annoying beep on shutdown using System - Shut down...

2009-07-07 Thread Alexandros
Reproduced on Xfce 4.4 on Intrepid (I have absolutely no clue if this
has been fixed in Jaunty). I have actually found out how to prevent Xfce
from using the motherboard speaker, but it does not work.

** Also affects: xfce4-session (Ubuntu)
   Importance: Undecided
   Status: New

-- 
Annoying beep on shutdown using System - Shut down...
https://bugs.launchpad.net/bugs/290204
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-session in ubuntu.

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


[Bug 13378] Re: Fails to set transparency when started by session mgr.

2009-07-07 Thread Bug Watch Updater
** Changed in: xchat (Debian)
   Status: Unknown = Confirmed

-- 
Fails to set transparency when started by session mgr.
https://bugs.launchpad.net/bugs/13378
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 137598] Re: Screen brightness resets to default (maximum) on idle with AC plugged in

2009-07-07 Thread Martin Trost
Same problem, also on eee w/ 9.04, 8.10 worked fine, though..

-- 
Screen brightness resets to default (maximum) on idle with AC plugged in
https://bugs.launchpad.net/bugs/137598
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 395698] Re: Autologin gets disabled on upgrade

2009-07-07 Thread Martin Pitt
*** This bug is a duplicate of bug 395861 ***
https://bugs.launchpad.net/bugs/395861

** This bug has been marked a duplicate of bug 395861
   gdm 2.26 custom configuration file: wrong filename

-- 
Autologin gets disabled on upgrade
https://bugs.launchpad.net/bugs/395698
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 395088] Re: Unresponsive gdm greeter displayed during full-upgrade

2009-07-07 Thread Martin Pitt
*** This bug is a duplicate of bug 395313 ***
https://bugs.launchpad.net/bugs/395313

** This bug has been marked a duplicate of bug 395313
   gdm 2.26 locks running session on Jaunty upgrade

-- 
Unresponsive gdm greeter displayed during full-upgrade
https://bugs.launchpad.net/bugs/395088
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 395324] Re: 'These windows do not support save current setup....' metacity warning when logging in with gdm 2.26

2009-07-07 Thread Martin Pitt
Removing metacity means that there won't be any window manager any more,
i. e. the window for setting accessibility, etc. don't have any
decorations. Also, I get a never-ending waiting mouse cursor, probably
due to gnome-session waiting for the window manager to appear.

** Also affects: gdm (Ubuntu Karmic)
   Importance: Low
 Assignee: Ubuntu Desktop Bugs (desktop-bugs)
   Status: Triaged

** Changed in: gdm (Ubuntu Karmic)
 Assignee: Ubuntu Desktop Bugs (desktop-bugs) = Canonical Desktop Team 
(canonical-desktop-team)

** Changed in: gdm (Ubuntu Karmic)
   Importance: Low = Medium

-- 
'These windows do not support save current setup' metacity warning when 
logging in with gdm 2.26
https://bugs.launchpad.net/bugs/395324
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 187383] Re: System monitor causes Xorg to consume 100% CPU

2009-07-07 Thread lavinog
Looking at load-graph.cpp:
load_graph_expose() looks to be using cairo_curve_to() for every point on every 
refresh. This interpolation seems to me to be wasteful when there is no change 
in data.  Memory usage tends to be a straight line.
I propose doing a quick check in the for loop to compare the current data with 
previous and if the difference is less than a certain amount, use 
cairo_line_to() instead.

The other option would be to offer a preference to use lines instead of
curves.

Both options should be easy to implement.

-- 
System monitor causes Xorg to consume 100% CPU
https://bugs.launchpad.net/bugs/187383
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 396321] Re: GDM fails to start if gnome-session is not installed

2009-07-07 Thread Martin Pitt
** Changed in: gdm (Ubuntu)
   Status: New = Fix Committed

** Changed in: gdm (Ubuntu)
 Assignee: (unassigned) = Martin Pitt (pitti)

-- 
GDM fails to start if gnome-session is not installed
https://bugs.launchpad.net/bugs/396321
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 396405] Re: Trying to import or play some mp3 files results in Internal GStreamer problem: file a bug error.

2009-07-07 Thread David Rahrer
See terminal output on error attached.

** Attachment added: rb-debug.txt
   http://launchpadlibrarian.net/28755039/rb-debug.txt

-- 
Trying to import or play some mp3 files results in Internal GStreamer problem: 
file a bug error.
https://bugs.launchpad.net/bugs/396405
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

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


[Bug 396405] [NEW] Trying to import or play some mp3 files results in Internal GStreamer problem: file a bug error.

2009-07-07 Thread David Rahrer
Public bug reported:

On import, some mp3s throw up the error Internal GStreamer problem:
file a bug.   Other files from the same directory are playing and
importing fine.  The files are VBR and each one shows a bitrate in the
range around 230-245 kbps.  Re-encoding to a lower but VBR of around 148
kbps allowed all files to be imported properly and play fine.  The
original, unchanged files play fine in VLC.  Also, removing and re-
importing the folder results in another file or two not being imported
(with error) that did so before.

Running Rhythmbox from terminal, I tried to import a file which was
causing the error and captured the attached errors for debugging.

Ubuntu 9.04 (32)
Rythmbox 12.3

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

-- 
Trying to import or play some mp3 files results in Internal GStreamer problem: 
file a bug error.
https://bugs.launchpad.net/bugs/396405
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

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


[Bug 396321] Re: GDM fails to start if gnome-session is not installed

2009-07-07 Thread Launchpad Bug Tracker
This bug was fixed in the package gdm - 2.26.1-0ubuntu4

---
gdm (2.26.1-0ubuntu4) karmic; urgency=low

  * debian/gdm.preinst: Do not check for an existing custom.conf, since we
already ship it. Always let the gdm.conf-custom win, to actually migrate
settings.
  * debian/control: Drop alternative dependencies for gnome-session, since gdm
itself now needs gnome-session. (LP: #396321).

 -- Martin Pitt martin.p...@ubuntu.com   Tue, 07 Jul 2009 08:53:38
+0200

** Branch linked: lp:~ubuntu-desktop/gdm/ubuntu

** Changed in: gdm (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
GDM fails to start if gnome-session is not installed
https://bugs.launchpad.net/bugs/396321
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 395595] Re: gdm 2.26.1-0ubuntu2: Random logouts

2009-07-07 Thread Amit Kucheria
Compiz is probably not involved in this since my video card doesn't
support Compiz. Visual effects = None. And I still see the problem.

-- 
gdm 2.26.1-0ubuntu2: Random logouts
https://bugs.launchpad.net/bugs/395595
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 396279] [NEW] Image tags break properties window

2009-07-07 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

There's no line break for the key tag, so if an image has many keywords
it breaks the properties window (window is stretched to display all
keywords).

Possible solutions:

- only display a certain amount of keywords and put (...) to indicate that 
there are more
- introduce line breaks after a set amount of characters

Release: 9.04 - Ubuntu jaunty

edit: same goes for the description tag

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

-- 
Image tags break properties window
https://bugs.launchpad.net/bugs/396279
You received this bug notification because you are a member of Ubuntu Desktop 
Bugs, which is subscribed to nautilus in ubuntu.

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


[Bug 396279] Re: Image tags break properties window

2009-07-07 Thread Mr. Blonde
** Package changed: ubuntu = nautilus (Ubuntu)

-- 
Image tags break properties window
https://bugs.launchpad.net/bugs/396279
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in ubuntu.

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


[Bug 293535] Re: CPU always 100% CPU

2009-07-07 Thread olksy
But, in addition to posted above, that was not all I found out. CPU load
goes down even more from 50% to 0%, if I restart metacity:

pkill metacity
nohup metacity /dev/null 

Anyone can suggest where I should post this GNOME issue ?

-- 
CPU always 100% CPU 
https://bugs.launchpad.net/bugs/293535
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gconf in ubuntu.

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


[Bug 396427] Re: nautilus crashed with SIGSEGV

2009-07-07 Thread Duncan Lithgow

** Attachment added: CoreDump.gz
   http://launchpadlibrarian.net/28756669/CoreDump.gz

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

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/28756671/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/28756672/ProcStatus.txt

** Attachment added: Registers.txt
   http://launchpadlibrarian.net/28756673/Registers.txt

** Visibility changed to: Public

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

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


[Bug 396427] Stacktrace.txt (retraced)

2009-07-07 Thread Apport retracing service

StacktraceTop:?? ()

** Attachment added: Stacktrace.txt (retraced)
   http://launchpadlibrarian.net/28757499/Stacktrace.txt

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

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

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


[Bug 396427] Crash report cannot be processed

2009-07-07 Thread Apport retracing service
Thank you for your report!

However, processing it in order to get sufficient information for the
developers failed (it does not generate an useful symbolic stack trace). This
might be caused by some outdated packages which were installed on your system
at the time of the report:

scrollkeeper: installed version None, latest version: 0.3.14-16ubuntu1
libasound2: installed version 1.0.19-1ubuntu3~jaunty1~ppa1, latest version: 
1.0.18-1ubuntu9
ttf-dejavu: installed version None, latest version: 2.28-1
libxcb-render0: installed version 1.1.93-0ubuntu3.1, latest version: 
1.1.93-0ubuntu3
python-gobject: installed version 2.16.1-1ubuntu3, latest version: 
2.16.1-1ubuntu2
libxklavier12: installed version 3.9-0ubuntu2, latest version: 3.9-0ubuntu1
libbluetooth3: installed version 4.37-0ubuntu1~jaunty~ppa1, latest version: 
4.32-0ubuntu4.1
libxcb1: installed version 1.1.93-0ubuntu3.1, latest version: 1.1.93-0ubuntu3


Please upgrade your system to the latest package versions. If you still
encounter the crash, please file a new report.

Thank you for your understanding, and sorry for the inconvenience!


** Attachment removed: CoreDump.gz
   http://launchpadlibrarian.net/28756669/CoreDump.gz

** Tags removed: need-i386-retrace

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

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


[Bug 395595] Re: gdm 2.26.1-0ubuntu2: Random logouts

2009-07-07 Thread Dinxter
just to add that i still get this random crashing too as before with
latest gdm though i cant be sure gdm is the cause since it does seem to
be random rather than reproducible. twice in about 5 minutes this
morning, now i've enabled apport, attached to gdb and can't get the
thing to crash! i've definitely been typing into something whenever its
crashed though. (No compiz, just metacity without any compositing here)

-- 
gdm 2.26.1-0ubuntu2: Random logouts
https://bugs.launchpad.net/bugs/395595
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 395595] Re: gdm 2.26.1-0ubuntu2: Random logouts

2009-07-07 Thread Dinxter
just to add that i still get this random crashing too as before with
latest gdm though i cant be sure gdm is the cause since it does seem to
be random rather than reproducible. twice in about 5 minutes this
morning, now i've enabled apport, attached to gdb and can't get the
thing to crash! i've definitely been typing into something whenever its
crashed though

-- 
gdm 2.26.1-0ubuntu2: Random logouts
https://bugs.launchpad.net/bugs/395595
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 349312] Re: Evolution 2.26 does not support import of outlook .pst

2009-07-07 Thread tellapu
This feature is crucial. I have just spent hours to find out a good way to 
migrate the contacts (with categories) from outlook to evolution and still 
haven't found it!!
Please help to implement it asap. In the meantime, may you give a step-by-step 
instruction (as wished before) how to install libpst. The instructions on 
http://www.go-evolution.org/Libpst are not enough for a newbie like me. 

Thanks in advance!

-- 
Evolution 2.26 does not support import of outlook .pst
https://bugs.launchpad.net/bugs/349312
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 395299] Re: gdm 2.26 has no graphical configuration tool

2009-07-07 Thread Starfly
What kind of strange shit this is ?! Sorry but iam so angry 

I want to design my pc of my own... ubuntu was deciding for me, that i
am not my superuser...okay...kick out.. but now the user itself should
not be able to change his login screen ?!

Welcom to the perversation of Microsoft Windows... if this will be the
future of Ubuntu, Fedora gets me back after 4 Years.

By the way the login screen is nerving me... i dont want to click
around, to log into my account.. the previous red one was okay, name,
password...runs... but now ?!

Is it to change  manually back to the red one ?

-- 
gdm 2.26 has no graphical configuration tool
https://bugs.launchpad.net/bugs/395299
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 367169] Re: GConf Error: Failed to contact configuration server; durring ssh X11 forwarding

2009-07-07 Thread K. M. Masum Habib
I can confirm same problem in my Janunty box and fixed it in the same
way. One interesting thing is that I have 10 identical machines running
Jaunty. Only the machines I have updated packages, from Internet after
installation by synaptic, shows this problem. But the machines that I
have the default packages from ubuntu CD does not show this problem.

-- 
GConf Error: Failed to contact configuration server; durring ssh X11 forwarding
https://bugs.launchpad.net/bugs/367169
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gconf in ubuntu.

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


[Bug 396437] [NEW] Update to 2.27.2

2009-07-07 Thread Chris Coulson
Public bug reported:

Binary package hint: gnome-power-manager

Please update to new upstream version 2.27.2

** Affects: gnome-power-manager (Ubuntu)
 Importance: Wishlist
 Assignee: Chris Coulson (chrisccoulson)
 Status: In Progress


** Tags: desktop-upgrade

** Changed in: gnome-power-manager (Ubuntu)
   Importance: Undecided = Wishlist

** Changed in: gnome-power-manager (Ubuntu)
   Status: New = In Progress

** Changed in: gnome-power-manager (Ubuntu)
 Assignee: (unassigned) = Chris Coulson (chrisccoulson)

-- 
Update to 2.27.2
https://bugs.launchpad.net/bugs/396437
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 395324] Re: 'These windows do not support save current setup....' metacity warning when logging in with gdm 2.26

2009-07-07 Thread Ruben Verweij
Metacity comes up all right on my system even if the file is removed. I 
can confirm the cursor behaviour though.

Martin Pitt schreef:
 Removing metacity means that there won't be any window manager any more,
 i. e. the window for setting accessibility, etc. don't have any
 decorations. Also, I get a never-ending waiting mouse cursor, probably
 due to gnome-session waiting for the window manager to appear.

 ** Also affects: gdm (Ubuntu Karmic)
Importance: Low
  Assignee: Ubuntu Desktop Bugs (desktop-bugs)
Status: Triaged

 ** Changed in: gdm (Ubuntu Karmic)
  Assignee: Ubuntu Desktop Bugs (desktop-bugs) = Canonical Desktop Team 
 (canonical-desktop-team)

 ** Changed in: gdm (Ubuntu Karmic)
Importance: Low = Medium



-- 
'These windows do not support save current setup' metacity warning when 
logging in with gdm 2.26
https://bugs.launchpad.net/bugs/395324
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 396226] Re: GDM logs out after some minutes of typing on the keyboard

2009-07-07 Thread Martin Pitt
Can you please do

  sudo tar czf /tmp/gdm-logs.tar.gz /var/log/gdm

and attach /tmp/gdm-logs.tar.gz here?

** Changed in: gdm (Ubuntu)
   Status: Confirmed = Incomplete

-- 
GDM logs out after some minutes of typing on the keyboard
https://bugs.launchpad.net/bugs/396226
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 396226] Re: GDM logs out after some minutes of typing on the keyboard

2009-07-07 Thread Martin Pitt
Potential duplicate of bug 395595.

-- 
GDM logs out after some minutes of typing on the keyboard
https://bugs.launchpad.net/bugs/396226
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 395595] Re: gdm 2.26.1-0ubuntu2: Random logouts

2009-07-07 Thread Martin Pitt
The crash originally reported here was
gdm_session_direct_set_environment_variable: assertion `value !=
NULL', which was fixed in -0ubuntu3.

Other random logouts are reported in bug 396226, but they might not be
the same issue. So let's reopen this for now.

-- 
gdm 2.26.1-0ubuntu2: Random logouts
https://bugs.launchpad.net/bugs/395595
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 395595] Re: gdm 2.26.1-0ubuntu2: Random logouts

2009-07-07 Thread Martin Pitt
Please reproduce this and then tar up and attach /var/log/gdm/. Thanks!

** Changed in: gdm (Ubuntu)
   Status: Fix Released = Incomplete

** Changed in: gdm (Ubuntu)
 Assignee: Martin Pitt (pitti) = Canonical Desktop Team 
(canonical-desktop-team)

-- 
gdm 2.26.1-0ubuntu2: Random logouts
https://bugs.launchpad.net/bugs/395595
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


Re: [Bug 395299] Re: gdm 2.26 has no graphical configuration tool

2009-07-07 Thread Ricardo Arrue
Fedora has the same 'login screen' that you are hating now, and
unfortunately havent the configuration application neither, of course.
I dont hate the new gdm, the red one was beautiful, but i think that
we only must have patience since is a new version and we just have to
wait until it be polished.

2009/7/7, Starfly wupperb...@gmx.de:
 What kind of strange shit this is ?! Sorry but iam so angry 

 I want to design my pc of my own... ubuntu was deciding for me, that i
 am not my superuser...okay...kick out.. but now the user itself should
 not be able to change his login screen ?!

 Welcom to the perversation of Microsoft Windows... if this will be the
 future of Ubuntu, Fedora gets me back after 4 Years.

 By the way the login screen is nerving me... i dont want to click
 around, to log into my account.. the previous red one was okay, name,
 password...runs... but now ?!

 Is it to change  manually back to the red one ?

 --
 gdm 2.26 has no graphical configuration tool
 https://bugs.launchpad.net/bugs/395299
 You received this bug notification because you are a direct subscriber
 of the bug.

 Status in GDM: The Gnome Display Manager: New
 Status in “gdm” package in Ubuntu: Triaged

 Bug description:
 Binary package hint: gdm

 In Karmic the Login Window Preferences option from the GNOME System -
 Preferences menu is missing. I'm no longer able to configure gdm
 graphically. Something I was able to do until recently and in Jaunty.


-- 
gdm 2.26 has no graphical configuration tool
https://bugs.launchpad.net/bugs/395299
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

Re: [Bug 395324] Re: 'These windows do not support save current setup....' metacity warning when logging in with gdm 2.26

2009-07-07 Thread Martin Pitt
Ruben Verweij [2009-07-07  8:37 -]:
 Metacity comes up all right on my system even if the file is removed.

But certainly not in gdm itself, just in your actual user session?

-- 
'These windows do not support save current setup' metacity warning when 
logging in with gdm 2.26
https://bugs.launchpad.net/bugs/395324
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 178399] Re: system monitor reports double the actual bandwidth

2009-07-07 Thread Kevin C
I'm downloading a CD image in Jaunty and out of interest checked System
Monitor  Network History and it shows double the bandwidth that wget
shows.

My connection is limited to 16kB and most of the time wget (also apt) shows 
14.9 k to 15.8 k.
System monitor shows between 28 k to 32 k, exactly twice the bandwidth.

It seems to be in both Kubuntu Jaunty and Karmic.

-- 
system monitor reports double the actual bandwidth
https://bugs.launchpad.net/bugs/178399
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 396226] Re: GDM logs out after some minutes of typing on the keyboard

2009-07-07 Thread Sarah Hobbs
Seeing this here as well.  Attaching files.

** Attachment added: gdm-logs.tar.gz
   http://launchpadlibrarian.net/28758669/gdm-logs.tar.gz

-- 
GDM logs out after some minutes of typing on the keyboard
https://bugs.launchpad.net/bugs/396226
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 395595] Re: gdm 2.26.1-0ubuntu2: Random logouts

2009-07-07 Thread Dinxter
tarred logs attached. seemed to only be able to reproduce this on first
boot when X starts on tty1, when it crashes it restarts on 7. bug 396226
is exactly the problem i've been having so i'll move there if it isnt a
duplicate of this one

** Attachment added: gdm-logs.tar.gz
   http://launchpadlibrarian.net/28758718/gdm-logs.tar.gz

-- 
gdm 2.26.1-0ubuntu2: Random logouts
https://bugs.launchpad.net/bugs/395595
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 396226] Re: GDM logs out after some minutes of typing on the keyboard

2009-07-07 Thread Martin Pitt
I don't get this at all, but then again gdm/X never start on vt1 for me.
Did you do something to configure it that way?

-- 
GDM logs out after some minutes of typing on the keyboard
https://bugs.launchpad.net/bugs/396226
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 395595] Re: gdm crashes with gdm_session_direct_set_environment_variable: assertion `value != NULL'

2009-07-07 Thread Martin Pitt
OK, thanks; let's move to bug 396226 then, and close this again, since
the original issue was fixed.

** Summary changed:

- gdm 2.26.1-0ubuntu2: Random logouts
+ gdm crashes with gdm_session_direct_set_environment_variable: assertion 
`value != NULL'

** Changed in: gdm (Ubuntu)
   Status: Incomplete = Fix Released

** Changed in: gdm (Ubuntu)
 Assignee: Canonical Desktop Team (canonical-desktop-team) = Martin Pitt 
(pitti)

-- 
gdm crashes with gdm_session_direct_set_environment_variable: assertion `value 
!= NULL'
https://bugs.launchpad.net/bugs/395595
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 396405] Re: Trying to import or play some mp3 files results in Internal GStreamer problem: file a bug error.

2009-07-07 Thread Jan Schmidt
Any chance you could make a test file available?

-- 
Trying to import or play some mp3 files results in Internal GStreamer problem: 
file a bug error.
https://bugs.launchpad.net/bugs/396405
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

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


[Bug 396279] Re: Image tags break properties window

2009-07-07 Thread Mr. Blonde
Example picture from Wikipedia:

http://upload.wikimedia.org/wikipedia/commons/6/66/AH-
64D_Apache_Longbow.jpg

If you save it to your computer and open the nautilus properties window,
you should see the bug.

-- 
Image tags break properties window
https://bugs.launchpad.net/bugs/396279
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in ubuntu.

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


[Bug 276369] Re: Problems with printing landscape PDFs

2009-07-07 Thread Dimitrios Symeonidis
Yes, that's what I meant by print as usual.

The pdf file format has an explicit knowledge of a page's orientation,
but that is only used for diplaying, not printing. I.e. when you print a
landscape page, it comes out of the printer in portrait orientation. The
fact that you're confused by what the print setup options mean does not
make this a bug...

Regarding the cropping or shrinking, you can always use the advanced tab
in the print options dialog, but, I repeat, that is only to print the
pdf differently that what you see in the viewer...

I'm closing this bug as invalid, I'm sorry for all the trouble you went
through...

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

-- 
Problems with printing landscape PDFs 
https://bugs.launchpad.net/bugs/276369
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 396226] Re: GDM logs out after some minutes of typing on the keyboard

2009-07-07 Thread Scott James Remnant
Nope, it just does that by default

-- 
GDM logs out after some minutes of typing on the keyboard
https://bugs.launchpad.net/bugs/396226
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 322488] Re: gnome-terminal provides no options for disabling close this window dialog

2009-07-07 Thread Ryan Anderson
Presence in gconf-editor as a workaround for a poor/lazy design doesn't
make it not a bug.

-- 
gnome-terminal provides no options for disabling close this window dialog
https://bugs.launchpad.net/bugs/322488
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in ubuntu.

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


[Bug 322488] Re: gnome-terminal provides no options for disabling close this window dialog

2009-07-07 Thread Ryan Anderson
StarShock,

Bug 347566 addresses [Alt]+[C]

-- 
gnome-terminal provides no options for disabling close this window dialog
https://bugs.launchpad.net/bugs/322488
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in ubuntu.

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


[Bug 396226] Re: GDM logs out after some minutes of typing on the keyboard

2009-07-07 Thread Martin Pitt
This was discussed in #ubuntu-devel. It seems many people get gdm on vt1
now, which collides with getty which is also on vt1. After some minutes
this times out and shuts down the vt, taking X with it.

** Changed in: gdm (Ubuntu)
   Status: Incomplete = Triaged

-- 
GDM logs out after some minutes of typing on the keyboard
https://bugs.launchpad.net/bugs/396226
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 395299] Re: gdm 2.26 has no graphical configuration tool

2009-07-07 Thread Starfly
look, my problem is as follows :

Since 2 Years ive migrated my whole family to Ubuntu from Windows.. but
since a year, after every update ive got to go home to home to tell them
its going to be not so easy they think off...its getting complicated
everywhere... my father, my mother, my uncle for example, they are all
angry because to tick in all 2 clicks a password... and i think the
user friendly system is going to be safer as ford nox...but not more
any user friendlyness

And after 10 years of linux, ive thougt about (last week) to step back
to Windows...because when i use linux, the Pc isnt any more my pc... i
get restricted everywhere, and this really sucks me... and older people
like my father etc. dont have the patience to search in the internet to
make it  more like he want it...

BACK TO TOPIC

Can someone tell me how to kick the user list and only giving names
and password ?

It doesnt work in gconf-editorwhen i deactivate show users the
useres are still there ;)

i want to kick in the username by typing it directly, not clicking on sth., the 
look isnt any interest of me,
but i want to kick my name by my self in !


Fedora has got an idea, but it isnt working ( Expecting false or true, error 
while interpretin)

gconftool-2 --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults  \\ 
--direct --type bool --set /apps/gdm/simple-greeter/disable_user_list true 
Error: Fehler beim Interpretieren: »/apps/gdm/simple-greeter/disable_user_list« 
konnte nicht interpretiert werden (wahr oder falsch erwartet)

-- 
gdm 2.26 has no graphical configuration tool
https://bugs.launchpad.net/bugs/395299
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 396459] [NEW] auto-login settings not migrated

2009-07-07 Thread Scott James Remnant
Public bug reported:

Binary package hint: gdm

The installer used to (and maybe still does?) write the auto-login
settings directly to /etc/gdm/gdm.conf - these need to be migrated to
/etc/gdm/custom.conf on upgrade otherwise they are not used.

** Affects: gdm (Ubuntu)
 Importance: High
 Assignee: Martin Pitt (pitti)
 Status: In Progress

** Affects: ubiquity (Ubuntu)
 Importance: Undecided
 Assignee: Colin Watson (cjwatson)
 Status: Fix Committed

** Affects: gdm (Ubuntu Karmic)
 Importance: High
 Assignee: Martin Pitt (pitti)
 Status: In Progress

** Affects: ubiquity (Ubuntu Karmic)
 Importance: Undecided
 Assignee: Colin Watson (cjwatson)
 Status: Fix Committed

** Also affects: ubiquity (Ubuntu)
   Importance: Undecided
   Status: New

-- 
auto-login settings not migrated
https://bugs.launchpad.net/bugs/396459
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 396459] Re: auto-login settings not migrated

2009-07-07 Thread Scott James Remnant
Attached my gdm.conf

** Attachment added: gdm.conf
   http://launchpadlibrarian.net/28759972/gdm.conf

-- 
auto-login settings not migrated
https://bugs.launchpad.net/bugs/396459
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 396226] Re: GDM logs out after some minutes of typing on the keyboard

2009-07-07 Thread Dinxter
Might be helpful

seems i can regularly repeat the crash by booting as normal which gives,
- X starts on tty1
- open up something such as gnome-terminal
- type in several dozen characters press enter
- gdm crashes and restarts on tty7

In this scenario all the tty's are set to a US keymap which is wrong
instead of UK like they should be.

But, if i now disable usplash on boot,
- X starts on tty7 as it should
- crash cannot be reproduced

With usplash disabled the tty's are all set to UK keymap as usual

-- 
GDM logs out after some minutes of typing on the keyboard
https://bugs.launchpad.net/bugs/396226
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 363298] Re: Debug messages in .xsession-errors

2009-07-07 Thread Hernando Torque
This is no longer an issue.

** Changed in: gnome-panel (Ubuntu)
   Status: Confirmed = Fix Released

-- 
Debug messages in .xsession-errors
https://bugs.launchpad.net/bugs/363298
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 297465] Re: Bug with the Screensaver Antispotlight maybe Antspotlight

2009-07-07 Thread Pierre B
I m on 9.04 now and there is not such problemes. I ve change my computer
as well, so maybe the machine itself create this problem?

-- 
Bug with the Screensaver Antispotlight maybe Antspotlight 
https://bugs.launchpad.net/bugs/297465
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-screensaver in ubuntu.

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


[Bug 396459] Re: auto-login settings not migrated

2009-07-07 Thread Martin Pitt
I'll do the migration in postinst. We also need to clean up gdm.conf,
which is obsolete.

** Changed in: gdm (Ubuntu)
   Importance: Undecided = High

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

** Changed in: gdm (Ubuntu)
 Assignee: (unassigned) = Martin Pitt (pitti)

** Also affects: gdm (Ubuntu Karmic)
   Importance: High
 Assignee: Martin Pitt (pitti)
   Status: In Progress

** Also affects: ubiquity (Ubuntu Karmic)
   Importance: Undecided
   Status: New

-- 
auto-login settings not migrated
https://bugs.launchpad.net/bugs/396459
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 396226] Re: GDM logs out after some minutes of typing on the keyboard

2009-07-07 Thread Scott James Remnant
I suspect that what is going on is:

 - getty starts on tty1
 - X starts on tty1
 - since they're both on the same tty, they both receive the input, but the tty 
is now in RAW input mode so getty receive nonsense and choses to believe a 
Klingon is logging in
 - getty times out the login after a period of inactivity and exits
 - Upstart respawns the tty1 getty
 - the new getty claims ownership of the console
 - X is signalled that it has lost ownership of the console and exits

-- 
GDM logs out after some minutes of typing on the keyboard
https://bugs.launchpad.net/bugs/396226
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 396226] Re: GDM logs out after some minutes of typing on the keyboard

2009-07-07 Thread Scott James Remnant
If this hunch is true, running sudo stop tty1 after login would likely
stop the crash

-- 
GDM logs out after some minutes of typing on the keyboard
https://bugs.launchpad.net/bugs/396226
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 13378] Re: Fails to set transparency when started by session mgr.

2009-07-07 Thread Sebastien Bacher
** Changed in: xchat (Ubuntu)
 Assignee: Sebastien Bacher (seb128) = (unassigned)

-- 
Fails to set transparency when started by session mgr.
https://bugs.launchpad.net/bugs/13378
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 396459] Re: auto-login settings not migrated

2009-07-07 Thread Colin Watson
This was fixed in user-setup a little while ago, although ubiquity
hasn't yet been uploaded for that change.

** Changed in: ubiquity (Ubuntu Karmic)
   Status: New = Fix Committed

** Changed in: ubiquity (Ubuntu Karmic)
 Assignee: (unassigned) = Colin Watson (cjwatson)

-- 
auto-login settings not migrated
https://bugs.launchpad.net/bugs/396459
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 396226] Re: GDM logs out after some minutes of typing on the keyboard

2009-07-07 Thread Martin Pitt
So either we drop /etc/event.d/tty1 completely, or gdm disables it
somehow when it is installed.

** Also affects: gdm (Ubuntu Karmic)
   Importance: Medium
   Status: Triaged

** Changed in: gdm (Ubuntu Karmic)
 Assignee: (unassigned) = Martin Pitt (pitti)

-- 
GDM logs out after some minutes of typing on the keyboard
https://bugs.launchpad.net/bugs/396226
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 396226] Re: GDM logs out after some minutes of typing on the keyboard

2009-07-07 Thread Dinxter
sudo stop tty1 certainly cures the problem here.
 is the problem that usplash has control of tty7 when gdm tries to start and so 
forces it onto tty1 instead?

-- 
GDM logs out after some minutes of typing on the keyboard
https://bugs.launchpad.net/bugs/396226
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 363349] Re: Debug messages in .xsession-errors

2009-07-07 Thread Hernando Torque
This is no longer an issue.

** Changed in: update-notifier (Ubuntu)
   Status: New = Fix Released

-- 
Debug messages in .xsession-errors
https://bugs.launchpad.net/bugs/363349
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-panel in ubuntu.

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


[Bug 396226] Re: GDM logs out after some minutes of typing on the keyboard

2009-07-07 Thread Michael Bienia
From my syslog:
2009-07-07T09:38:55.720392+02:00 vorlon init: tty1 main process ended, 
respawning
2009-07-07T09:54:00.028547+02:00 vorlon init: tty1 main process ended, 
respawning
2009-07-07T10:04:08.124680+02:00 vorlon init: tty1 main process ended, 
respawning
2009-07-07T10:28:21.982215+02:00 vorlon init: tty1 main process ended, 
respawning
2009-07-07T10:31:50.216778+02:00 vorlon init: tty1 main process ended, 
respawning
2009-07-07T10:39:33.553337+02:00 vorlon init: tty1 main process ended, 
respawning
2009-07-07T10:52:14.286782+02:00 vorlon init: tty1 main process ended, 
respawning
2009-07-07T10:58:28.964354+02:00 vorlon init: tty1 main process ended, 
respawning
2009-07-07T11:05:40.036380+02:00 vorlon console-kit-daemon[3363]: WARNING: 
Unable to activate console: No such device or address
2009-07-07T11:05:40.118080+02:00 vorlon kernel: [ 5431.096333] [drm] Resetting 
GPU
2009-07-07T11:05:40.166167+02:00 vorlon kernel: [ 5431.158643] mtrr: MTRR 5 not 
used
2009-07-07T11:05:40.341633+02:00 vorlon acpid: client 3566[0:0] has disconnected
2009-07-07T11:05:40.341738+02:00 vorlon acpid: client connected from 21889[0:0]

I booted around 9:37 and 11:05 is the time I got kicked from X11 (I
guess getty finally won).

-- 
GDM logs out after some minutes of typing on the keyboard
https://bugs.launchpad.net/bugs/396226
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 395299] Re: gdm 2.26 has no graphical configuration tool

2009-07-07 Thread Sebastien Bacher
those new comments are not really useful there, try using an user forum
or the answer tracker for questions, note that the gdm doesn't restrict
anything from you it's just a new codebase and it's being used by GNOME
and fedora for a year ubuntu has been waiting for it to stabilize to
start using it

-- 
gdm 2.26 has no graphical configuration tool
https://bugs.launchpad.net/bugs/395299
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 396342] Re: evolution uninstalls gnome gnome-desktop-environment

2009-07-07 Thread Sebastien Bacher
gnome-desktop is the about GNOME dialog and a library and your issue is
not a bug

** Package changed: gnome-desktop (Ubuntu) = ubuntu

** Changed in: ubuntu
   Status: Incomplete = Invalid

** Converted to question:
   https://answers.edge.launchpad.net/ubuntu/+question/76295

-- 
evolution uninstalls gnome  gnome-desktop-environment
https://bugs.launchpad.net/bugs/396342
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-desktop in ubuntu.

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


[Bug 396332] Re: unable to obtain any sound

2009-07-07 Thread Sebastien Bacher
** Package changed: rhythmbox (Ubuntu) = alsa-lib (Ubuntu)

-- 
unable to obtain any sound
https://bugs.launchpad.net/bugs/396332
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

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


[Bug 395967] Re: Play music from command line

2009-07-07 Thread Sebastien Bacher
** Changed in: rhythmbox (Ubuntu)
   Status: New = Triaged

** Changed in: rhythmbox
   Importance: Undecided = Unknown

** Changed in: rhythmbox
   Status: New = Unknown

** Changed in: rhythmbox
 Remote watch: None = GNOME Bug Tracker #587932

-- 
Play music from command line
https://bugs.launchpad.net/bugs/395967
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 395949] Re: gnome-appearance-properties does not update .fonts.conf

2009-07-07 Thread Sebastien Bacher
you should open bugs against those software if they don't work correctly

-- 
gnome-appearance-properties does not update .fonts.conf
https://bugs.launchpad.net/bugs/395949
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 396471] [NEW] GIMP memory leak that doesn't release memory when exited.

2009-07-07 Thread spike1
Public bug reported:

Binary package hint: gimp


Distro: Ubuntu 8.04 LTS. Up to date on patches.
open memory in Applications - other.
put in a digital camera compact FLASH card or memory stick containing jpegs.
Double click on the icon, to get up the file manager, highlight all images and 
open with - gimp. 
As few as 6 images is usually enough.
Once all images are open, watch the memory monitor as the memory slowly 
diminishes.
Eventually even swap gets eaten up and OOM killer kicks in.
Close all the images and gimp before this occurs stops more RAM being eaten but 
the memory is not released.
Looking at top shows xorg is holding on to over 1 gig of RAM. The only way to 
release this is to logout and log back into X.

I can't see how to include an image in this report. The include an
attachment (optional) box below doesn't seem to have any clickable
links.  I'll try to include an example pic from my camera in a reply to
it.

It may happen with only one image, but if it does, the effect is far
less pronounced. With a few you lose all you ram in a matter of minutes.

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

-- 
GIMP memory leak that doesn't release memory when exited.
https://bugs.launchpad.net/bugs/396471
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gimp in ubuntu.

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


[Bug 396471] Re: GIMP memory leak that doesn't release memory when exited.

2009-07-07 Thread spike1
Here's the attachment. A picture from my camera. Just rename it a few
times, highlight them all, click upen with GIMP and watch that free
memory just melt away.

** Attachment added: IMG_0240.JPG
   http://launchpadlibrarian.net/28760478/IMG_0240.JPG

-- 
GIMP memory leak that doesn't release memory when exited.
https://bugs.launchpad.net/bugs/396471
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gimp in ubuntu.

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


[Bug 396226] Re: GDM logs out after some minutes of typing on the keyboard

2009-07-07 Thread Dinxter
or have gdm bring usplash down if its still sitting on tty7 when it
starts so it can take over tty7

-- 
GDM logs out after some minutes of typing on the keyboard
https://bugs.launchpad.net/bugs/396226
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 396210] Re: Incorrect number calling Rwanda

2009-07-07 Thread Yannick Defais
Hello,

It is probably an issue with the SIP provider you are using to call this
number. (which should be a commercial provider, e.g. if it is the
default for call out its name is diamond card).

You should contact this provider directly, nor Ubuntu, nor Ekiga can fix
this issue.

Best regards,
Yannick

-- 
Incorrect number calling Rwanda
https://bugs.launchpad.net/bugs/396210
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to ekiga in ubuntu.

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


[Bug 395299] Re: gdm 2.26 has no graphical configuration tool

2009-07-07 Thread Starfly
Thats ok , but its a BUG that u cant deactivate the shown user names
have u got a solution for it ?

-- 
gdm 2.26 has no graphical configuration tool
https://bugs.launchpad.net/bugs/395299
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 396477] Re: Evolution is not fetching all mail from my gmail account.

2009-07-07 Thread Bernardo Pimentel

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

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/28760631/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/28760632/ProcStatus.txt

-- 
Evolution is not fetching all mail from my gmail account.
https://bugs.launchpad.net/bugs/396477
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 396477] [NEW] Evolution is not fetching all mail from my gmail account.

2009-07-07 Thread Bernardo Pimentel
Public bug reported:

Binary package hint: evolution

Cheers,

INFO:
Evolution version: 2.26.1-0ubuntu2
--
Machine
Description:Ubuntu 9.04
Release:9.04
Linux jaunty 2.6.28-13-generic #45-Ubuntu SMP Tue Jun 30 22:12:12 UTC 2009 
x86_64 GNU/Linux
--

PROBLEM: After having worked perfectly for over a month, Evolution is
now not fetching some  mail from my Gmail account. I am using the POP
protocol to fetch the email.

Good luck,
--
BM. Pimentel

ProblemType: Bug
Architecture: amd64
DistroRelease: Ubuntu 9.04
ExecutablePath: /usr/bin/evolution
NonfreeKernelModules: fglrx
Package: evolution 2.26.1-0ubuntu2
ProcEnviron:
 LANG=pt_PT.UTF-8
 SHELL=/bin/bash
SourcePackage: evolution
Uname: Linux 2.6.28-13-generic x86_64

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


** Tags: amd64 apport-bug

-- 
Evolution is not fetching all mail from my gmail account.
https://bugs.launchpad.net/bugs/396477
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 293832] Re: printer prints page at wrong position, page cut

2009-07-07 Thread Kasper Peeters
I am reproducing this bug on jaunty, with cups-1.3.9-17ubuntu3.2.
Downgrading to cups-1.3.9-17ubuntu3.1 resolves the problem. It does not
seem to be brother-only, as the same problem occurred on a Samsung
ML-1710 (with the Splix driver). Cups has paper size set to A4 and
/etc/papersize contains A4 as well.

-- 
printer prints page at wrong position, page cut
https://bugs.launchpad.net/bugs/293832
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to poppler in ubuntu.

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


[Bug 395299] Re: gdm 2.26 has no graphical configuration tool

2009-07-07 Thread Sebastien Bacher
setting the gconf key should be working, trying running gconf-editor
with the gdm user though

-- 
gdm 2.26 has no graphical configuration tool
https://bugs.launchpad.net/bugs/395299
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 126056] Re: Templates folder should actually have templates in it

2009-07-07 Thread David Siegel
*** This bug is a duplicate of bug 372132 ***
https://bugs.launchpad.net/bugs/372132

I have marked this as a duplicate of bug #372132, which will likely be
solved by including some templates in the Templates folder.

** This bug has been marked a duplicate of bug 372132
   Create Document Templates difficult to use

-- 
Templates folder should actually have templates in it
https://bugs.launchpad.net/bugs/126056
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to xdg-user-dirs in ubuntu.

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


[Bug 396471] Re: GIMP memory leak that doesn't release memory when exited.

2009-07-07 Thread spike1
Second try...

** Attachment added: IMG_0237.JPG
   http://launchpadlibrarian.net/28760783/IMG_0237.JPG

-- 
GIMP memory leak that doesn't release memory when exited.
https://bugs.launchpad.net/bugs/396471
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gimp in ubuntu.

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


[Bug 396390] Re: Delete incomplete file when canceling copying in Nautilus

2009-07-07 Thread Przemysław Kulczycki
** Also affects: nautilus (Ubuntu)
   Importance: Undecided
   Status: New

-- 
Delete incomplete file when canceling copying in Nautilus
https://bugs.launchpad.net/bugs/396390
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in ubuntu.

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


[Bug 396116] Re: Can not customize the menu Places from edit menu

2009-07-07 Thread Przemysław Kulczycki
** Also affects: gnome-panel (Ubuntu)
   Importance: Undecided
   Status: New

-- 
Can not customize the menu Places from edit menu
https://bugs.launchpad.net/bugs/396116
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-panel in ubuntu.

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


[Bug 222068] Re: nautilus trash does not show file origin or deletion date

2009-07-07 Thread Ulli W.-M.
*** This bug is a duplicate of bug 150112 ***
https://bugs.launchpad.net/bugs/150112

as stated in former comments - THIS IS NOT A DUPLICATE bug-report
Moderation: pls take out duplicate! flag

-- 
nautilus trash does not show file origin or deletion date
https://bugs.launchpad.net/bugs/222068
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in ubuntu.

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


[Bug 396480] [NEW] [karmic] Frequent crashes of the gnome session on different machines

2009-07-07 Thread Vincenzo Ciancia
Public bug reported:

I experience random crashes while typing fast in gtk applications. The
entire session disappears and I am back to the login screen. This
happens on two different laptops, one has an ATI video card, and the
other one an intel video card. The crashes are not so frequent, but they
appear regularly (average: one in the first half an hour of my daily
usage, then re-login and no crashes it seems). They started roughly when
the new gdm appeared, therefore I report these in gdm but of course I
will need to provide debug information, let me know what.

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

** Summary changed:

- [karmic] Frequent crashes of the Xorg session on different machines
+ [karmic] Frequent crashes of the gnome session on different machines

** Description changed:

  I experience random crashes while typing fast in gtk applications. The
  entire session disappears and I am back to the login screen. This
  happens on two different laptops, one has an ATI video card, and the
  other one an intel video card. The crashes are not so frequent, but they
  appear regularly (average: one in the first half an hour of my daily
  usage, then re-login and no crashes it seems). They started roughly when
- the new gdm appeared.
+ the new gdm appeared, therefore I report these in gdm but of course I
+ will need to provide debug information, let me know what.

-- 
[karmic] Frequent crashes of the gnome session on different machines
https://bugs.launchpad.net/bugs/396480
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 396480] Re: [karmic] Frequent crashes of the gnome session on different machines

2009-07-07 Thread Vincenzo Ciancia
Attaching the Xorg log even though it does not seem relevant.

** Attachment added: Xorg.0.log.old
   http://launchpadlibrarian.net/28760930/Xorg.0.log.old

-- 
[karmic] Frequent crashes of the gnome session on different machines
https://bugs.launchpad.net/bugs/396480
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 396226] Re: GDM logs out after some minutes of typing on the keyboard

2009-07-07 Thread Dinxter
i'm confused, init.d/gdm checks for splash and brings it down, but we
still end up on tty1. but if usplash isnt started on boot, all the
problems go away and we end up on tty7

-- 
GDM logs out after some minutes of typing on the keyboard
https://bugs.launchpad.net/bugs/396226
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 394356] Re: Remove Open with and quotation marks from entries in Open with sub-menu

2009-07-07 Thread David Siegel
Marcus, please leave Open with out of the Open with sub-menu
completely -- even for the Other Application... entry.

Again, let's leave the discussion of whether or when to show the sub-
menu for another bug.

-- 
Remove Open with and quotation marks from entries in Open with sub-menu
https://bugs.launchpad.net/bugs/394356
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 293832] Re: printer prints page at wrong position, page cut

2009-07-07 Thread Till Kamppeter
Can you call system-config-printer via System - Administration -
Printing, then right-click your printer's icon, choose Properties
and in the window which pops up then choose Job Options. There set the
Fit to Page option. Does this solve the problem?

Can you also attach the document with which you have the problem and
tell how you printed it?

-- 
printer prints page at wrong position, page cut
https://bugs.launchpad.net/bugs/293832
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to poppler in ubuntu.

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


[Bug 396484] [NEW] Evince keyboard focus on thumbnails upon launch

2009-07-07 Thread Eduard Grebe
Public bug reported:

Binary package hint: evince

When evince launches with a pdf (e.g. when downloading a pdf in
Firefox), the focus is on the thumbnails rather than on the main page.
This results in movement to the next page, rather than scrolling the
current page, when one presses the arrow keys. This is unexpected
behaviour and most users would therefore have to click on the main page
before using the keyboard to scroll -- a small but annoying irritation.

** Affects: evince
 Importance: Undecided
 Status: New

** Affects: hundredpapercuts
 Importance: Undecided
 Status: New

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

** Also affects: evince
   Importance: Undecided
   Status: New

** Also affects: hundredpapercuts
   Importance: Undecided
   Status: New

-- 
Evince keyboard focus on thumbnails upon launch
https://bugs.launchpad.net/bugs/396484
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in ubuntu.

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


[Bug 391468] Re: Evolution message filters window's default size is too small

2009-07-07 Thread _sebastian_
I would not mind a small window size for the first time. But the I would
like Evolution to save the size and that the field use the available
window space

-- 
Evolution message filters window's default size is too small
https://bugs.launchpad.net/bugs/391468
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 396480] Re: [karmic] Frequent crashes of the gnome session on different machines

2009-07-07 Thread Sebastien Bacher
*** This bug is a duplicate of bug 396226 ***
https://bugs.launchpad.net/bugs/396226

Thanks for the bug report. This particular bug has already been
reported, but feel free to report any other bugs you find.

** Changed in: gdm (Ubuntu)
   Importance: Undecided = High

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

** Changed in: gdm (Ubuntu)
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)

** This bug has been marked a duplicate of bug 396226
   GDM logs out after some minutes of typing on the keyboard

-- 
[karmic] Frequent crashes of the gnome session on different machines
https://bugs.launchpad.net/bugs/396480
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 396116] Re: Can not customize the menu Places from edit menu

2009-07-07 Thread Sebastien Bacher
Thanks for the bug report. This particular bug has already been
reported, but feel free to report any other bugs you find.

** Changed in: gnome-panel (Ubuntu)
   Importance: Undecided = Wishlist

** Changed in: gnome-panel (Ubuntu)
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)

-- 
Can not customize the menu Places from edit menu
https://bugs.launchpad.net/bugs/396116
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 396489] [NEW] gdm 2.26 Unable to log out with autologin enabled

2009-07-07 Thread Hernando Torque
Public bug reported:

Binary package hint: gdm

When the autologin-user tries to log out he automatically gets logged in
again. So you cannot log out user A and log in with user B (switching
users works, though).

GDM 2.20 always showed the login screen after logging out the autologin-
user.

gdm 2.26.1-0ubuntu4

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

-- 
gdm 2.26 Unable to log out with autologin enabled
https://bugs.launchpad.net/bugs/396489
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 396390] Re: Delete incomplete file when canceling copying in Nautilus

2009-07-07 Thread Sebastien Bacher
Thanks for the bug report. This particular bug has already been
reported, but feel free to report any other bugs you find.

** Changed in: nautilus (Ubuntu)
   Importance: Undecided = Wishlist

-- 
Delete incomplete file when canceling copying in Nautilus
https://bugs.launchpad.net/bugs/396390
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in ubuntu.

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


[Bug 396390] Re: Delete incomplete file when canceling copying in Nautilus

2009-07-07 Thread Sebastien Bacher
Thanks for the bug report. This particular bug has already been
reported, but feel free to report any other bugs you find.

** Changed in: nautilus (Ubuntu)
   Importance: Wishlist = Low

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

-- 
Delete incomplete file when canceling copying in Nautilus
https://bugs.launchpad.net/bugs/396390
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in ubuntu.

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


[Bug 396390] Re: Delete incomplete file when canceling copying in Nautilus

2009-07-07 Thread Sebastien Bacher
Thanks for the bug report. This particular bug has already been
reported, but feel free to report any other bugs you find.

-- 
Delete incomplete file when canceling copying in Nautilus
https://bugs.launchpad.net/bugs/396390
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in ubuntu.

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


[Bug 396484] Re: Evince keyboard focus on thumbnails upon launch

2009-07-07 Thread Sebastien Bacher
thank you for your bug report, what ubuntu version do you use?

** Changed in: evince (Ubuntu)
   Importance: Undecided = Low

** Changed in: evince (Ubuntu)
   Status: New = Incomplete

-- 
Evince keyboard focus on thumbnails upon launch
https://bugs.launchpad.net/bugs/396484
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in ubuntu.

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


[Bug 396484] Re: Evince keyboard focus on thumbnails upon launch

2009-07-07 Thread Sebastien Bacher
not confirming the issue on karmic opening a local pdf using nautilus

-- 
Evince keyboard focus on thumbnails upon launch
https://bugs.launchpad.net/bugs/396484
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in ubuntu.

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


[Bug 23293] Re: Nautilus windows should close on unmount

2009-07-07 Thread David Siegel
** Changed in: hundredpapercuts
Milestone: round-2 = round-9

-- 
Nautilus windows should close on unmount
https://bugs.launchpad.net/bugs/23293
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 396489] Re: gdm 2.26 Unable to log out with autologin enabled

2009-07-07 Thread Sebastien Bacher
Thank you for your bug report, I already reported the issue upstream
some days ago

** Changed in: gdm (Ubuntu)
   Importance: Undecided = Low

** Changed in: gdm (Ubuntu)
   Status: New = Triaged

** Changed in: gdm (Ubuntu)
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)

** Bug watch added: GNOME Bug Tracker #587606
   http://bugzilla.gnome.org/show_bug.cgi?id=587606

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

-- 
gdm 2.26 Unable to log out with autologin enabled
https://bugs.launchpad.net/bugs/396489
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 396503] [NEW] brasero fails integrity check on burned CDs

2009-07-07 Thread arohrbacher
Public bug reported:

I am using Ubuntu 9.04 and Brasero 2.26.1. When burning a data CD all
goes well, but if I try to check the integrity of the newly burned disk
(right clicking on the CD icon on the desktop or from within Brasero)
several files are reported to have failed the check. However, if I use

cd /media/cdrom
md5sum -c .checksum.md5

all files check out ok. Apparently Brasero correctly created the file
.checksum.md5, but cannot use it properly.

Expeced behavior: Brasero does not fail the integrity check on some of the 
files burned to CD
Observed behavior: some files do fail Brasero's integrity check, even though 
they pass with md5sum -c .checksum.md5

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

-- 
brasero fails integrity check on burned CDs
https://bugs.launchpad.net/bugs/396503
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to brasero in ubuntu.

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


[Bug 395770] Re: [Karmic] gdm login screen changed without request. Login preferences menu no longer available

2009-07-07 Thread Claudio Moretti
*** This bug is a duplicate of bug 395299 ***
https://bugs.launchpad.net/bugs/395299

And you could be less ill-mannered when answering to people willing to
help. Being an Ubuntu developer, does NOT allow you to treat people who
are not as they were your stupid, ignorant slaves.

-- 
[Karmic] gdm login screen changed without request. Login preferences menu no 
longer available
https://bugs.launchpad.net/bugs/395770
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 337775] Re: no usability sane way to reboot jaunty without mouse

2009-07-07 Thread Paul Sladen
Ideally, hook the key binding that already opens the
Applications/Places/System menus and just have FUSA being the fourth
menu when cycling with left - and right - keys.

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

** Changed in: gnome-panel (Ubuntu)
   Status: New = Incomplete

-- 
no usability sane way to reboot jaunty without mouse
https://bugs.launchpad.net/bugs/337775
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-panel in ubuntu.

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


  1   2   3   >