[Bug 701294] Re: Always show menu bar for non-maximised windows

2011-09-20 Thread aeneas
Please fixing this in the 'default experience'!

My girlfriend was desperately searching the menu bar!

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

Title:
  Always show menu bar for non-maximised windows

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/701294/+subscriptions

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


[Bug 397839] Re: Screen randomly goes off in karmic

2010-01-27 Thread aeneas
I know :-((( ...

Workaround: Use the RGB connector for your monitor (I bet you're on
DVI)...

greetings.

-- 
Screen randomly goes off in karmic
https://bugs.launchpad.net/bugs/397839
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 476811] Re: Network users with longer than 8 character usernames do not show up in user list (possible fix included)

2009-12-09 Thread aeneas
I can confirm this bug. If (!) there is indeed ck-histroy used or the
code from ck-history then this is a oneliner:

To fix ck-history:
http://cgit.freedesktop.org/ConsoleKit/tree/tools/ck-history.c#n772

just change
g_print ("%-8.8s %u\n", username, data->count);

to:
g_print ("%s %u\n", username, data->count);

or even better: (swap username and datacount to omit padding issues and retain 
the tab-like format)
g_print ("%8u %s\n", data->count, username);

-- 
Network users with longer than 8 character usernames do not show up in user 
list (possible fix included)
https://bugs.launchpad.net/bugs/476811
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 397839] Re: Screen randomly goes off in karmic

2009-10-01 Thread aeneas
This patch enables gnome-power-manager able to switch the screen off.
(power saving)

It does not fix the blanking.

the only solution to the random blanking I found was connecting my
monitor to the PC with the VGA cable instead of the DVI cable..

-- 
Screen randomly goes off in karmic
https://bugs.launchpad.net/bugs/397839
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 418246] Re: it87 module error, ACPI conflict

2009-09-28 Thread aeneas
for the record: This workaround works for me as well

-- 
it87 module error, ACPI conflict
https://bugs.launchpad.net/bugs/418246
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 397839] Re: Screen randomly goes off in karmic

2009-09-22 Thread aeneas
I'm running my kernel with: acpi_enforce_resources=lax

This fixed: (a sensors module which couldn't be loaded)
https://bugs.launchpad.net/bugs/418246

and this bug (until now :-)
for hours not a single black screen or flicker. yeah.

-- 
Screen randomly goes off in karmic
https://bugs.launchpad.net/bugs/397839
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 397839] Re: Screen randomly goes off in karmic

2009-09-14 Thread aeneas
In addition  to the screen randomly turning off I discovered that gnome-
power-manager is not able to turn off my monitor. If you are affected
you can test that easily by changing the time the screen should be
turned off to 1min and wait. My screen is turned off after 1min but
turned on again immediately.

See: https://bugzilla.gnome.org/show_bug.cgi?id=594760

"xset dpms force off" can turn my screen off w/o any problems.

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

-- 
Screen randomly goes off in karmic
https://bugs.launchpad.net/bugs/397839
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 397839] Re: Screen randomly goes off in karmic

2009-09-10 Thread aeneas
Fedora has three patches:

(1) xserver-1.6.3-sync-conditions.patch
(2) xserver-1.6.99-dpms.patch 
(3) xserver-1.6.99-eventtime.patch 

>From what I see Ubuntu may be missing (2)
http://cvs.fedoraproject.org/viewvc/rpms/xorg-x11-server/F-11/xserver-1.6.99-dpms.patch?revision=1.1&view=markup

-- 
Screen randomly goes off in karmic
https://bugs.launchpad.net/bugs/397839
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 397839] Re: Screen randomly goes off in karmic

2009-09-10 Thread aeneas
is there anybody seeing this bug && using KDE or a different Desktop
Environment than Gnome? That would indicate that its a xorg issue.

If it is -- is there an upstream bug in xorg?

-- 
Screen randomly goes off in karmic
https://bugs.launchpad.net/bugs/397839
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 397839] Re: Screen randomly goes off in karmic

2009-09-10 Thread aeneas
The problem is definitely not fixed for me. The screen still goes off
every hour for about 2 secs which is very annoying

-- 
Screen randomly goes off in karmic
https://bugs.launchpad.net/bugs/397839
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 397839] Re: Screen randomly goes off in karmic

2009-08-31 Thread aeneas
According to http://www.x.org/wiki/Server16Branch both patches will be
merged in xserver-1.6.3[+1]. But for testing purposes it would be
definitely nice to have them patched in karmic.

Kudos to all working on these fixes!

-- 
Screen randomly goes off in karmic
https://bugs.launchpad.net/bugs/397839
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 397839] Re: Screen randomly goes off in karmic

2009-08-31 Thread aeneas
The problem still exists for me. I was watching a movie yesterday and
the screen went off twice. (It came back after two seconds standby)

I wish I could somehow help debugging this!

-- 
Screen randomly goes off in karmic
https://bugs.launchpad.net/bugs/397839
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 397839] Re: Screen randomly goes off in karmic

2009-08-17 Thread aeneas
The blanking bug is not yet fixed :-( ; still happens to me with the
latest xorg version in karmic.

there is still stuff pending; see also:
http://blogs.gnome.org/hughsie/2009/08/17/gnome-power-manager-and-blanking-removal-of-bodges/

or the fedora bug-report:
https://bugzilla.redhat.com/show_bug.cgi?id=501601

where people still experience this annoying bug.

greetings!

-- 
Screen randomly goes off in karmic
https://bugs.launchpad.net/bugs/397839
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 393384] [NEW] ooo calc 3.1 INDIRECT fn. does not work (+patch)

2009-06-29 Thread aeneas
Public bug reported:

the INDIRECT function (when used across different files) does not work
any more with ooo calc 3.1.

It was reported and fixed (for 3.1.1) here:
http://qa.openoffice.org/issues/show_bug.cgi?id=101645

I think it would be important for the upcoming karmic release to include
the patch and fix this regression, as it breaks any excel/ooo
spreadsheet using data from multiple files.

regards!

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

-- 
ooo calc 3.1 INDIRECT fn. does not work (+patch)
https://bugs.launchpad.net/bugs/393384
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 279186] Re: x86_64 kernel oops on boot (dual-core Atom 330 board D945GCLF2)

2009-03-02 Thread aeneas
This also affects the new Shuttle X27D Barebone (Dual Core Intel Atom
330). I hope they will update their BIOS :-(
(http://global.shuttle.com/download03.jsp?PI=1209&PL=1)

I found no way to boot this machine with X86_64

-- 
x86_64 kernel oops on boot (dual-core Atom 330 board D945GCLF2)
https://bugs.launchpad.net/bugs/279186
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 209971] Re: [Hardy Regression] cx22702 no longer works

2008-06-10 Thread aeneas
Tested with the latest kernel: 2.6.24-19.33 : everything works again!

Thanks a lot.

-- 
[Hardy Regression] cx22702 no longer works
https://bugs.launchpad.net/bugs/209971
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 209971] Re: [Hardy Regression] cx22702 no longer works

2008-06-05 Thread aeneas
Sorry, I meant: It does not work with linux-image-2.6.24-18-generic,
version: 2.6.24-18.32

-- 
[Hardy Regression] cx22702 no longer works
https://bugs.launchpad.net/bugs/209971
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 209971] Re: [Hardy Regression] cx22702 no longer works

2008-06-05 Thread aeneas
No, this does not work with 2.6.24-18.20 -- I still get the readreg error: 
[ 1950.480335] cx22702_readreg: readreg error (ret == -121)

It worked with the -18 PPA from Stefan though

** Attachment added: "dmesg log, readreg error with latest kerne."
   http://launchpadlibrarian.net/15061412/dmesg.txt

-- 
[Hardy Regression] cx22702 no longer works
https://bugs.launchpad.net/bugs/209971
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 209971] Re: [Hardy Regression] cx22702 no longer works

2008-04-17 Thread aeneas
Please apply the patch! I've got the HVR-1300 too and I get exactly the
same errors!

@Dupond Jean-Louis: Where did you apply the patch? I've downloaded the
latest v4l sources, but the modules don't work with 2.6.24 -- there's
unresolved symbols. Did you recmpile the ubuntu modules from the source
packages? Thanks.

-- 
[Hardy Regression] cx22702 no longer works
https://bugs.launchpad.net/bugs/209971
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 126864] Re: [GUTSY]mistyped sound module name in alsa-base

2007-09-26 Thread aeneas
I can confirm this.

Just have a look at /etc/modprobe.d/alsa-base the old module name is
still there...

I had to change this manually.

-- 
[GUTSY]mistyped sound module name in alsa-base
https://bugs.launchpad.net/bugs/126864
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 107976] Re: feisty crashes on boot, "/" system disk does not exist

2007-04-29 Thread aeneas
Hi,

I have the same problem on 3 machines - all have a SIS IDE controller.
This worked with Edgy. Booting feisty is impossible.

It seems that there is some race condition with the IDE modules, and
they crash when they are loaded.

-- 
feisty crashes on boot, "/" system disk does not exist
https://bugs.launchpad.net/bugs/107976
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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