[Bug 20616] Re: dpkg-reconfigure does not detect properly driver for HP ze4334EA laptop

2024-07-18 Thread Daniel Stone
** Changed in: xorg (Ubuntu)
 Assignee: Daniel Stone (daniels) => (unassigned)

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

Title:
  dpkg-reconfigure does not detect properly driver for HP ze4334EA
  laptop

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


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

[Bug 251443]

2018-12-18 Thread Daniel Stone
I assume it's relatively well known, but here's where I landed.

My plan to fix this, was to bypass XKM support completely, by
integrating the parser into the server. Currently the server forks
xkbcomp to build a particular keymap, xkbcomp produces (lossy) XKM
files, and then the server consumes XKM. xkbcommon was supposed to fix
this (hence the name), but the problem is that the server wants very
different things from xkbcommon than everyone else. Specifically, it
wants to be able to mutate arbitrary parts of the keymap after
construction, which is very messy. Ultimately we just kept xkbcommon for
everyone _but_ the X server, with a much smaller API.

The best thing to do for anyone who wants to pick this up is probably to
look at importing xkbcommon circa
https://github.com/xkbcommon/libxkbcommon/commit/ed18e65eacdabfeaeafee7c369891312af99c82d
into the X server, in place of the xkbcomp entrypoint in xkb/ddxLoad.c.
That particular commit is probably the most tractable balance between an
actual functional xkbcommon without memory leaks, and one which hasn't
changed the server-facing API and internals _too_ far away from what the
server needs.

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

Title:
  [Needs xkb protocol rework] keyboard layout switching shortcuts like
  Alt+Alt do not work anymore

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

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

[Bug 36812]

2018-06-08 Thread Daniel Stone
(In reply to Daniel Stone from comment #191)
> Another, probably better, way to do it would be to define a new flag like
> XkbSA_HasGroupFlags inside the XkbModAction flags field when group_flags and
> group_XXX are valid rather than potentially garbage. That would avoid the
> whole version-negotiation nightmare, as nothing appears to be too picky
> about extra flags being defined.
> 
> Five years later, it would also be good to have support inside libxkbcommon
> (which has a pretty decent test suite) and xcb-proto for the flags.

This comment lays out the best way forward for anyone interested to fix
this bug. It shouldn't be too difficult, but personally I haven't worked
on X11 for quite some time.

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

Title:
  Keyboard layout change on hotkeys press instead of release and do not
  work well with shortcuts

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/36812/+subscriptions

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

[Bug 36812]

2018-06-08 Thread Daniel Stone
(In reply to Kovács Viktor from comment #181)
> Sorry, on newer Linux you can set up hot key combination for that problem as
> graphical UI settings, older Linux versions will not be updated. May I close
> It?

Please do not close this bug. If you do not want to receive any further
updates on it, you can unsubscribe by removing yourself from the Cc
list.

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

Title:
  Keyboard layout change on hotkeys press instead of release and do not
  work well with shortcuts

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/36812/+subscriptions

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

[Bug 36812]

2018-06-08 Thread Daniel Stone
(In reply to Andreas Wettstein from comment #190)
> No news since.  Apart from the formal proposal, there are some old patches
> for its implementation:
> https://lists.x.org/archives/xorg-devel/2012-November/034427.html
> https://lists.x.org/archives/xorg-devel/2012-November/034430.html
> https://lists.x.org/archives/xorg-devel/2012-November/034429.html
> https://lists.x.org/archives/xorg-devel/2012-November/034431.html
> https://lists.x.org/archives/xorg-devel/2012-November/034428.html

Here's what I think we would need to do in order to not break old clients:
https://lists.freedesktop.org/archives/xorg-devel/2013-January/035049.html

Another, probably better, way to do it would be to define a new flag
like XkbSA_HasGroupFlags inside the XkbModAction flags field when
group_flags and group_XXX are valid rather than potentially garbage.
That would avoid the whole version-negotiation nightmare, as nothing
appears to be too picky about extra flags being defined.

Five years later, it would also be good to have support inside
libxkbcommon (which has a pretty decent test suite) and xcb-proto for
the flags.

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

Title:
  Keyboard layout change on hotkeys press instead of release and do not
  work well with shortcuts

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/36812/+subscriptions

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

[Bug 1320530] Re: apport-bug amd64 quantal running-unity dist-upgrade

2014-05-20 Thread Daniel Stone
This bug can be closed 
It had the issue when attempting via command line ubuntu-release-upgrader
I also stated that no LTS version was available which was odd
I downloaded the new 14.04 iso and like always it worked
Thank you Brian for your attentiveness

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

Title:
  apport-bug amd64 quantal running-unity dist-upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1320530/+subscriptions

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


[Bug 221112]

2014-05-19 Thread Daniel Stone
At the risk of just making things worse ...

My €0.02 is that we should stick with level 5 right Control as being
optional. This is a marginal (in terms of percentage of userbase that
will ever see/use it) layout that people have to go out of their way to
use, but still taking away a modifier is a pretty big and surprising
step.

I've got sympathy with the non-breaking-space thing from a strict
technical correctness point of view, however it just can't be essential
for day-to-day usage if Windows requires you to enter it by the Unicode
codepoint. If such a large percentage of the French-speaking world cope
with it, then so can we.

I think Andreas's proposal is the only sensible one. Some people won't
be happy with it, but if this discussion (and that of Bépo) has shown us
anything, it's that you really can't please anyone when dealing with
alternate French keyboard layouts.

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

Title:
  Can't use space bar in search bar when using french alternative
  keyboard

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

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

[Bug 1013881]

2014-05-19 Thread Daniel Stone
At the risk of just making things worse ...

My €0.02 is that we should stick with level 5 right Control as being
optional. This is a marginal (in terms of percentage of userbase that
will ever see/use it) layout that people have to go out of their way to
use, but still taking away a modifier is a pretty big and surprising
step.

I've got sympathy with the non-breaking-space thing from a strict
technical correctness point of view, however it just can't be essential
for day-to-day usage if Windows requires you to enter it by the Unicode
codepoint. If such a large percentage of the French-speaking world cope
with it, then so can we.

I think Andreas's proposal is the only sensible one. Some people won't
be happy with it, but if this discussion (and that of Bépo) has shown us
anything, it's that you really can't please anyone when dealing with
alternate French keyboard layouts.

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

Title:
  Right-Ctrl key broken on French OSS keyboard

To manage notifications about this bug go to:
https://bugs.launchpad.net/xkeyboard-config/+bug/1013881/+subscriptions

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

[Bug 1320530] Re: apport-bug amd64 quantal running-unity dist-upgrade

2014-05-17 Thread Daniel Stone
** Also affects: ubuntu (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  apport-bug amd64 quantal running-unity dist-upgrade

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

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


[Bug 1320530] [NEW] apport-bug amd64 quantal running-unity dist-upgrade

2014-05-17 Thread Daniel Stone
Public bug reported:

seems that there is a problem upgrading using the software updater fails at 
setting new software channels 
it states 
Could not calculate the upgrade
An unresolvable problem occurred while calculating the upgrade
 This can be caused by:
 * Upgrading to a pre-release version of Ubuntu
 * Running the current pre-release version of Ubuntu
 * Unofficial software packages not provided by Ubuntu
If none of this applies, then please report this bug using the command 
'ubuntu-bug ubuntu-release-upgrader-core' in a terminal.
which is what brought me to file this bug report

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: ubuntu-release-upgrader-core 1:0.190.8
ProcVersionSignature: Ubuntu 3.8.0-39.58~precise1-generic 3.8.13.20
Uname: Linux 3.8.0-39-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.6.1-0ubuntu13
Architecture: amd64
Date: Sat May 17 12:39:15 2014
InstallationDate: Installed on 2013-12-02 (166 days ago)
InstallationMedia: Ubuntu 12.04.3 LTS "Precise Pangolin" - Release amd64 
(20130820.1)
MarkForUpload: True
PackageArchitecture: all
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: ubuntu-release-upgrader
UpgradeStatus: Upgraded to quantal on 2014-05-17 (0 days ago)
VarLogDistupgradeTermlog:

** Affects: ubuntu-release-upgrader (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug dist-upgrade quantal running-unity

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

Title:
  apport-bug amd64 quantal running-unity dist-upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1320530/+subscriptions

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


[Bug 592550]

2013-07-15 Thread Daniel Stone
This is not an upstream issue, but caused by an Ubuntu patch to cache
the output of xkbcomp.

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

Title:
  setxkbmap fills in /var/lib/xkb

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/592550/+subscriptions

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


[Bug 50692]

2013-01-22 Thread Daniel Stone
Hi,

On 9 March 2012 12:51,   wrote:
> --- Comment #50 from Nicolas Mailhot  2012-03-09 
> 04:51:08 PST ---
> (In reply to comment #49)
>> On 9 March 2012 00:56,   wrote:
>> > --- Comment #48 from maximlevit...@gmail.com 2012-03-08 16:56:28 PST ---
>> > Especially knowing that on protocol level XI2 does support extended events.
>> > Its just matter of fixing X code.
>>
>> To an extent, yes.  Extended keycodes could relatively easily be
>> passed through XI2, but XKB needs to be extended so clients know what
>> those keys actually mean.
>
> Why would xkb need to know that ?
>
> Can't apps and xkb maps not reference them by code number ? (as is already the
> case for most unicode points xkb has no pretty name for)

XKB's keycode type is an unsigned char, which only holds eight bits.
It has no way of referring keycodes above 255, without breaking
protocol.

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

Title:
  New Sony Vaios hotkeys don't work (fn_key polling)

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

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

[Bug 50692]

2013-01-22 Thread Daniel Stone
On 9 March 2012 00:56,   wrote:
> --- Comment #48 from maximlevit...@gmail.com 2012-03-08 16:56:28 PST ---
> Especially knowing that on protocol level XI2 does support extended events.
> Its just matter of fixing X code.

To an extent, yes.  Extended keycodes could relatively easily be
passed through XI2, but XKB needs to be extended so clients know what
those keys actually mean.

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

Title:
  New Sony Vaios hotkeys don't work (fn_key polling)

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

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


[Bug 626321]

2012-12-23 Thread Daniel Stone
(In reply to comment #6)
> This bug should be closed. X11 is not a platform for fullscreen applications
> that set their own resolution (like video games.) Please use Microsoft Windows
> for this kind of stuff.

What are you on about?

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

Title:
  X.org server should keep track of and restore its initial (desktop)
  resolution and refresh rate

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

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


[Bug 521381]

2012-08-09 Thread Daniel Stone
Classic evdev vs. pc105 misconfiguration and/or client bug.  gnome-
settings-daemon was broken for a long time here.

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

Title:
  Pressing the up arrow responds as if PrintScreen were pressed instead

To manage notifications about this bug go to:
https://bugs.launchpad.net/xkeyboard-config/+bug/521381/+subscriptions

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


[Bug 260074]

2012-08-09 Thread Daniel Stone
Can't get the debug output, so assuming it's been fixed in the meantime.

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

Title:
  Some keys are not recognised on ISO_Level3_Shift

To manage notifications about this bug go to:
https://bugs.launchpad.net/xkeyboard-config/+bug/260074/+subscriptions

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


[Bug 313514]

2012-04-27 Thread Daniel Stone
Hi,

On 9 March 2012 12:51,   wrote:
> --- Comment #50 from Nicolas Mailhot  2012-03-09 
> 04:51:08 PST ---
> (In reply to comment #49)
>> On 9 March 2012 00:56,   wrote:
>> > --- Comment #48 from maximlevit...@gmail.com 2012-03-08 16:56:28 PST ---
>> > Especially knowing that on protocol level XI2 does support extended events.
>> > Its just matter of fixing X code.
>>
>> To an extent, yes.  Extended keycodes could relatively easily be
>> passed through XI2, but XKB needs to be extended so clients know what
>> those keys actually mean.
>
> Why would xkb need to know that ?
>
> Can't apps and xkb maps not reference them by code number ? (as is already the
> case for most unicode points xkb has no pretty name for)

XKB's keycode type is an unsigned char, which only holds eight bits.
It has no way of referring keycodes above 255, without breaking
protocol.

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

Title:
  MASTER: evdev driver ignores keycodes > 255

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

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

[Bug 313514]

2012-04-27 Thread Daniel Stone
On 9 March 2012 00:56,   wrote:
> --- Comment #48 from maximlevit...@gmail.com 2012-03-08 16:56:28 PST ---
> Especially knowing that on protocol level XI2 does support extended events.
> Its just matter of fixing X code.

To an extent, yes.  Extended keycodes could relatively easily be
passed through XI2, but XKB needs to be extended so clients know what
those keys actually mean.

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

Title:
  MASTER: evdev driver ignores keycodes > 255

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

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


[Bug 975451] [NEW] Install crashed when downloadin install packages

2012-04-06 Thread Lancelot Daniel Stone
Public bug reported:

Seems like the problems starts when it downloads the install package and
then it can't find it like it didn't existed or something.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: ubiquity 2.10.4
ProcVersionSignature: Ubuntu 3.2.0-20.33-generic 3.2.12
Uname: Linux 3.2.0-20-generic x86_64
ApportVersion: 1.95-0ubuntu1
Architecture: amd64
CasperVersion: 1.312
Date: Fri Apr  6 22:00:40 2012
InstallCmdLine: file=/cdrom/preseed/ubuntu.seed boot=casper 
initrd=/casper/initrd.lz quiet splash -- maybe-ubiquity
LiveMediaBuild: Ubuntu 12.04 LTS "Precise Pangolin" - Beta amd64 (20120328)
ProcEnviron:
 TERM=unknown
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: ubuntu
 Importance: Undecided
 Status: Invalid


** Tags: amd64 apport-bug hardware-error precise ubiquity-2.10.4

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

Title:
  Install crashed when downloadin install packages

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

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


[Bug 975451] Re: Install crashed when downloadin install packages

2012-04-06 Thread Lancelot Daniel Stone
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/975451

Title:
  Install crashed when downloadin install packages

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

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


[Bug 975426] Re: durring final pahse of instalation the instalation crashed.

2012-04-06 Thread Lancelot Daniel Stone
Hope it'll hep

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

Title:
  durring final pahse of instalation the instalation crashed.

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

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


[Bug 975426] Re: durring final pahse of instalation the instalation crashed.

2012-04-06 Thread Lancelot Daniel Stone
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/975426

Title:
  durring final pahse of instalation the instalation crashed.

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

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


[Bug 975426] [NEW] durring final pahse of instalation the instalation crashed.

2012-04-06 Thread Lancelot Daniel Stone
Public bug reported:

I actually was on another computer and noticed the crash report. So
sorry don't know much.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: ubiquity 2.10.4
ProcVersionSignature: Ubuntu 3.2.0-20.33-generic 3.2.12
Uname: Linux 3.2.0-20-generic x86_64
ApportVersion: 1.95-0ubuntu1
Architecture: amd64
CasperVersion: 1.312
Date: Fri Apr  6 21:30:29 2012
InstallCmdLine: file=/cdrom/preseed/ubuntu.seed boot=casper 
initrd=/casper/initrd.lz quiet splash -- maybe-ubiquity
LiveMediaBuild: Ubuntu 12.04 LTS "Precise Pangolin" - Beta amd64 (20120328)
ProcEnviron:
 LANGUAGE=en_US.UTF-8
 TERM=linux
 PATH=(custom, no user)
 LANG=en_US.UTF-8
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug precise ubiquity-2.10.4

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

Title:
  durring final pahse of instalation the instalation crashed.

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

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


[Bug 36812]

2011-12-26 Thread Daniel Stone
On Fri, Apr 08, 2011 at 01:05:34AM -0700, bugzilla-dae...@freedesktop.org wrote:
> --- Comment #85 from kyak  2011-04-08 01:05:27 PDT ---
> (In reply to comment #84)
> > (In reply to comment #83)
> > > thanks. empty rhetoric is the greatest way of motivating developers. This 
> > > bug
> > > just dropped to the bottom of my priority list again.
> > 
> > Peter, I'm terribly sorry for rending the air. Please, consider resolving 
> > this
> > bug ASAP since there are thousands of people affected by it. I won't drop
> > another comment here ever.
> 
> You don't have to excuse. You have more rights to be pissed off than a
> developer who puts an obvious and already proved (by time) to work patch to 
> the
> end of his TODO list.

Already proven to break the XKB specification, yes.

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

Title:
  Keyboard layout change on hotkeys press instead of release and do not
  work well with shortcuts

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/36812/+subscriptions

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


[Bug 251443]

2011-12-07 Thread Daniel Stone
Unfortunately we can't fix this for anything that uses XKM, since it
would be a format break to do so.  What we _can_ do is to more
aggressively deprecate the use of XKM, which means having the server use
xkbcommon (which I'm working on, more or less) in particular.

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

Title:
  [Needs xkb protocol rework] keyboard layout switching shortcuts like
  Alt+Alt do not work anymore

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/251443/+subscriptions

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


[Bug 531208]

2011-11-24 Thread Daniel Stone
On Fri, Jan 07, 2011 at 09:55:19AM -0800, bugzilla-dae...@freedesktop.org wrote:
> Guys, since I get X for free, I’m not expecting anything, and think it’s 
> really
> nice of you to do this work. But I’m not talking about implementing some
> colorful clickables or display bling. I’m talking about one of the most basic
> features. So basic it has its own ISO standard. And also about 50 lines of
> code. Max.

I look forward to your 50-line patch then.

> What I meant to say is, that if it were my code, and yes I am a professional
> programmer for 20 years now, I would be ashamed of overlooking something like
> this. It’s a thing of pride. Maybe because I see it as more fundamental than
> you.

Well, either we are rubbish programmers with no pride, or are simply too
busy with the other 2.532 million (I just checked) lines of code that X
has.

> I would also love to submit a patch. If the thing weren’t written in that
> horrible horrible excuse of a programming language called C. I know lots of
> languages, including Haskell (my favorite and main languages), but I have no
> intention in torturing myself with C-like languages.

So what you're saying is that you're not going to help, but instead sit
here banging on about pride and how Windows 2000 did it and it's really
easy.  Helpful!

(Oh, and Windows 2000 may have had Ctrl+Shift+[codepoint] for generating
 Unicode for ten years now, but people have been unconstructive assholes
 on the internet for at least 20 years now.  So you're even further
 behind than we are.)

Sorry to everyone else Cc'ed ...

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

Title:
  Need way to insert arbitrary unicode characters in Kubuntu

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/531208/+subscriptions

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

[Bug 531208]

2011-11-24 Thread Daniel Stone
On Thu, Jan 06, 2011 at 11:50:39PM -0800, bugzilla-dae...@freedesktop.org wrote:
> Lol, it’s 2011, and X still can’t do this. *facepalm*
> Even Windows 2000 could do this, over, you guessed it, 11 years ago.

Thanks so much for your valuable contribution to this bug report.

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

Title:
  Need way to insert arbitrary unicode characters in Kubuntu

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/531208/+subscriptions

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

[Bug 578970] Re: Jockey user experience nightmare for installation of Ubuntu on machines requiring b43 and b43-legacy wireless driver

2010-10-06 Thread Daniel Stone
** Changed in: new-user-experience-team
   Importance: Undecided => Wishlist

-- 
Jockey user experience nightmare for installation of Ubuntu on machines 
requiring b43 and b43-legacy wireless driver
https://bugs.launchpad.net/bugs/578970
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 578970] Re: Jockey user experience nightmare for installation of Ubuntu on machines requiring b43 and b43-legacy wireless driver

2010-10-06 Thread Daniel Stone
While hardware not detected is troublesome.. documentation on getting the 
wireless chip to work is documented.
Ubuntu and linux often need modification to work or function as the end user 
would like( this is a known learning curve) 
The solution can be found easily because it is not just on debian site but 
several other sites as well.
Even though this may make an end user find the solution this is a fact that 
must be tackled with many items in the transition to linux 
depending on what a user wants to do in linux.

The command line in linux is a common tool. It should be discovered not
avoided.

** Changed in: new-user-experience-team
   Status: New => Invalid

** Changed in: jockey (Ubuntu)
   Status: Confirmed => Opinion

-- 
Jockey user experience nightmare for installation of Ubuntu on machines 
requiring b43 and b43-legacy wireless driver
https://bugs.launchpad.net/bugs/578970
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 596127] Re: Ubuntu bugs not fixed

2010-07-01 Thread Daniel Stone
** Tags added: ubuntu-series-bugs
** Tags removed: ubuntu-bugs

-- 
Ubuntu bugs not fixed
https://bugs.launchpad.net/bugs/596127
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 596127] Re: Ubuntu bugs not fixed

2010-07-01 Thread Daniel Stone
actually yes there is a test case I can log into 
this is an actual machine build issue
maybe just for 64 builds but yes I have 
noticed this on several machines

aside from bugs that I have filed...

in General

Any Release of Ubuntu should work
on a clean build

If Ubuntu does not support a build what happens?

dev:doc - ?

maybe reaching a milestone series or something similar

On some builds one or a couple builds ago they were 
exceeding disc size

packaging/testing

And yes I did scatter the discussion
Cordially

Daniel Stone

-- 
Ubuntu bugs not fixed
https://bugs.launchpad.net/bugs/596127
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 596127] Re: Ubuntu bugs not fixed

2010-06-30 Thread Daniel Stone
** Also affects: ubuntu-dev-docs
   Importance: Undecided
   Status: New

-- 
Ubuntu bugs not fixed
https://bugs.launchpad.net/bugs/596127
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 596127] Re: Ubuntu bugs not fixed

2010-06-29 Thread Daniel Stone
Well this is a bug because all developers 
have to keep the same pace to releases

Ubuntu is supposed to give the end 'First Time' user 
the current Edge of Linux 

I all to well understand that means developers 
would bear the task of keeping up to Ubuntu par

As per any comment against me personally
that is clearly untasteful. 

If a package is so problematic just leave it off the release disc

-- 
Ubuntu bugs not fixed
https://bugs.launchpad.net/bugs/596127
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 596127] Re: Ubuntu bugs not fixed

2010-06-20 Thread Daniel Stone
Dear Chauncellor aka- Brett Cornwall 
please stop spamming me... 
as per your email-"If you continue with this I will report your to some of the 
Canonical 
employees."
You are welcome to do what you so choose

Like I have stated this is not a liked bug - but it is valid


** Changed in: ubuntu
   Status: Invalid => New

-- 
Ubuntu bugs not fixed
https://bugs.launchpad.net/bugs/596127
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 596127] Re: Ubuntu bugs not fixed

2010-06-20 Thread Daniel Stone
Spouting a tantrum -? how?

I am glad that you gave me THE numbered list

but it is true there are release packages that fail 
firefox- extremely faulty since 3.0
gnome desktop- unstable since 2.6
evolution mail - might work if you don't get mail 
openoffice- works only if you are working with linux friends
upstart - /init/  

There are many bugs on these as well as many others and 
packages remain in the build these are common packages
that fail so often yet ubuntu still comes with them default

Like I said this is not a liked bug

for the 64bit version of ubuntu since 8.10 it has steady and 
rapidly gotten worse

I am aware that the people may be limited to work on each 
project but if a package does not live to the next build then 
don't incorporate it -SIMPLE-

So to your list I will answer
1. I have waited 
2.I have switched unwilling- but theoretically I think Ubuntu 
wants to keep its users
3.If I understood the issues of them I would try but honestly
I am just the average joe just trying to get it to work

As for confirming the bug I believe the number of unsolved
bugs on a package is pretty crucial

Would you buy a car that had alot of recall issues
Seriously... 
How do you expect to keep users through release cycles ... 

Ubuntu could do package selection on build for the option on 
some of these Items 
Currently its only distro change that will fix it 



** Changed in: ubuntu
   Status: Invalid => New

-- 
Ubuntu bugs not fixed
https://bugs.launchpad.net/bugs/596127
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 596127] Re: Ubuntu bugs not fixed

2010-06-18 Thread Daniel Stone
hmm I can't

then maybe thats a bug // funny??

yes I can confirm that this is a bug because it has happened.

What drives Ubuntu is the ease of use and the many resources 
available to end users. 

The fact that you may get your bugs fixed 
at the time or answered in a timely manner is your experience.

Ubuntu has a enormous duty as being the Linux OS that many from 
windows will initially convert to. The bug and answer system is completely 
voluntary on both ends.

The user reporting a bug is taking the time to help by letting others know 
of situations. Sometimes trivial sometimes very complex.

But the end result is if blank package is goofing up their code then
blank package should fix or it should not be on a release.

It is in Ubuntu's interest to at least reply to a new user. and not in a 
condescending manner such as you have. Everyone has their limits and strengths 

I say this as I use a different distro (not advertising) because Ubuntu 
became unstable so many times (again not advertising) 

I believe that some of the support I have received to be the best.

But times change

So Mr. Gentile please enjoy your Friday and all the days of the week for that 
matter
 


** Changed in: ubuntu
   Status: Invalid => Confirmed

-- 
Ubuntu bugs not fixed
https://bugs.launchpad.net/bugs/596127
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 596127] Re: Ubuntu bugs not fixed

2010-06-18 Thread Daniel Stone
I see that it did not take long to have it marked as invalid
 this is confirmed by the number of outstanding bugs and
the way that they are handled

I am certain that this is not a liked bug but it is a bug.

** Changed in: ubuntu
   Status: Invalid => Confirmed

-- 
Ubuntu bugs not fixed
https://bugs.launchpad.net/bugs/596127
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 596127] Re: Ubuntu bugs not fixed

2010-06-18 Thread Daniel Stone
I would think that Ubuntu loses alot of Users because of this.

-- 
Ubuntu bugs not fixed
https://bugs.launchpad.net/bugs/596127
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 596127] [NEW] Ubuntu bugs not fixed

2010-06-18 Thread Daniel Stone
Public bug reported:

I have asked several simple questions on launchpad as well as having reported 
several bugs 
(simple operations that work wrong or wierd) 

Several times I have been dismissed and others (when answered and valid bug) 
the bug remained
after several buntu releases.

I am just the average joe, maybe thats why...?

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: ubuntu-bugs

** Tags added: ubuntu-bugs

-- 
Ubuntu bugs not fixed
https://bugs.launchpad.net/bugs/596127
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 438494] Re: Brasero reports blank CD's free space incorrectly.

2010-05-28 Thread Daniel Stone
When this ever gets a fix there should also be a warning on the disk
blanking that it does not support rewritable discs

-- 
Brasero reports blank CD's free space incorrectly.
https://bugs.launchpad.net/bugs/438494
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 585969] Re: Login Window hangs before releasing to desktop background

2010-05-26 Thread Daniel Stone
Thank you for your prompt response
Yes this option being changed seems
to make the transition seem better

I would have never connected the dots

Could you please provide me with more information or a link

-- 
Login Window hangs before releasing to desktop background
https://bugs.launchpad.net/bugs/585969
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 585969] Re: Login Window hangs before releasing to desktop background

2010-05-26 Thread Daniel Stone
simply after I login the desktop takes a long time to load

-- 
Login Window hangs before releasing to desktop background
https://bugs.launchpad.net/bugs/585969
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 585969] Re: Login Window hangs before releasing to desktop background

2010-05-26 Thread Daniel Stone

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

-- 
Login Window hangs before releasing to desktop background
https://bugs.launchpad.net/bugs/585969
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 585969] [NEW] Login Window hangs before releasing to desktop background

2010-05-26 Thread Daniel Stone
Public bug reported:

Binary package hint: gdm

/usr/share/gdm/autostart/LoginWindow

takes over 30 seconds

to release to /usr/share/applications/gnome-appearance-
properties.desktop

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: gdm 2.30.0-0ubuntu5
ProcVersionSignature: Ubuntu 2.6.32-22.33-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-22-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Wed May 26 11:42:38 2010
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
ProcEnviron:
 LANG=en_US.utf8
 SHELL=/bin/bash
SourcePackage: gdm

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


** Tags: amd64 apport-bug lucid

-- 
Login Window hangs before releasing to desktop background
https://bugs.launchpad.net/bugs/585969
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 584187] Re: [Lucid] Xorg server sometimes fails to start

2010-05-24 Thread Daniel Stone
I noticed similar action when plymouth was changed to alternative

-- 
[Lucid] Xorg server sometimes fails to start
https://bugs.launchpad.net/bugs/584187
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 583132] Re: Login to forums fails

2010-05-23 Thread Daniel Stone
Are you stating that the open id feature does not log you in?

-- 
Login to forums fails
https://bugs.launchpad.net/bugs/583132
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 582626] Re: Thunderbird Error: [Exception... "update.locale file doesn't exist in either the XCurProcD or GreD directories"

2010-05-23 Thread Daniel Stone
** Summary changed:

- Thunderbird Error: [Exception... "update.locale file doesn't exist in either 
the XCurProcD or GreD directories"  nsresult: "0x80520012 
(NS_ERROR_FILE_NOT_FOUND)"  location: "JS frame :: 
file:///usr/lib/thunderbird-3.0.4/components/nsUpdateService.js :: getLocale :: 
line 549"  data: no] Source File: 
file:///usr/lib/thunderbird-3.0.4/components/nsUpdateService.js Line: 549
+ Thunderbird Error: [Exception... "update.locale file doesn't exist in either 
the XCurProcD or GreD directories"

-- 
Thunderbird Error: [Exception... "update.locale file doesn't exist in either 
the XCurProcD or GreD directories"
https://bugs.launchpad.net/bugs/582626
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 582626] Re: Thunderbird Error: [Exception... "update.locale file doesn't exist in either the XCurProcD or GreD directories" nsresult: "0x80520012 (NS_ERROR_FILE_NOT_FOUND)" location: "JS frame ::

2010-05-18 Thread Daniel Stone

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

-- 
Thunderbird Error: [Exception... "update.locale file doesn't exist in either 
the XCurProcD or GreD directories"  nsresult: "0x80520012 
(NS_ERROR_FILE_NOT_FOUND)"  location: "JS frame :: 
file:///usr/lib/thunderbird-3.0.4/components/nsUpdateService.js :: getLocale :: 
line 549"  data: no] Source File: 
file:///usr/lib/thunderbird-3.0.4/components/nsUpdateService.js Line: 549
https://bugs.launchpad.net/bugs/582626
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 582626] [NEW] Thunderbird Error: [Exception... "update.locale file doesn't exist in either the XCurProcD or GreD directories" nsresult: "0x80520012 (NS_ERROR_FILE_NOT_FOUND)" location: "JS frame

2010-05-18 Thread Daniel Stone
Public bug reported:

Binary package hint: thunderbird

This is similar to Bug #411691 but I did not experience this in 9.10 and
only after update to 10.4 is it seen

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: thunderbird 3.0.4+nobinonly-0ubuntu4
ProcVersionSignature: Ubuntu 2.6.32-22.33-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-22-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Tue May 18 20:37:30 2010
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
ProcEnviron:
 LANG=en_US.utf8
 SHELL=/bin/bash
SourcePackage: thunderbird

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


** Tags: amd64 apport-bug lucid

-- 
Thunderbird Error: [Exception... "update.locale file doesn't exist in either 
the XCurProcD or GreD directories"  nsresult: "0x80520012 
(NS_ERROR_FILE_NOT_FOUND)"  location: "JS frame :: 
file:///usr/lib/thunderbird-3.0.4/components/nsUpdateService.js :: getLocale :: 
line 549"  data: no] Source File: 
file:///usr/lib/thunderbird-3.0.4/components/nsUpdateService.js Line: 549
https://bugs.launchpad.net/bugs/582626
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 549594] Re: my clock will not stay set

2010-03-27 Thread Daniel Stone
I have personally attempted to fix
changed time in bios 
it took and then went back
changed the time in org.gnome.clockapplet.settime
took and changed back
gave permission using sytem/auth gave user auth 
did not take 
using gnome 2.26.1 05-06-09

laptop acer aspire 5515
not experienced on laptop builds on like equipment
windows vista dual boot and windows is keeping time 
for 4 hours reboot/restart/shutdown bios time not affected 

under ubuntu laptop up for five minutes and time falls back one hour
when this happens it also affects the bios time

-- 
my clock will not stay set 
https://bugs.launchpad.net/bugs/549594
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 526828] Re: Adobe Flash does not work on 64 bit systems

2010-03-07 Thread Daniel Stone
Similar method works for 9.04 and 9.10

-- 
Adobe Flash does not work on 64 bit systems
https://bugs.launchpad.net/bugs/526828
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 526828] Re: Adobe Flash does not work on 64 bit systems

2010-03-07 Thread Daniel Stone
I am able to view the sites not viewable previously
Also https://help.ubuntu.com/community/AMD64/FirefoxAndPlugins
gives similar instruction for install 

What I did
found package from 
http://mirrors.kernel.org/ubuntu/pool/multiverse/f/flashplugin-nonfree/flashplugin-nonfree_10.0.45.2ubuntu0.9.10.1_amd64.deb
downloaded package
used synaptic to select same package
added package from the synaptic apply button
Then went to downloaded package and installed

Funny thing when I tried to install from terminal it did not work in site and 
same result from synaptic
Go figure
I dont know why it didn't just glad to see my shows

-- 
Adobe Flash does not work on 64 bit systems
https://bugs.launchpad.net/bugs/526828
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 526828] Re: Adobe Flash does not work on 64 bit systems

2010-03-07 Thread Daniel Stone
** Changed in: firefox-3.0 (Ubuntu)
   Status: Incomplete => Invalid

** Also affects: flashplugin-nonfree (Ubuntu)
   Importance: Undecided
   Status: New

-- 
Adobe Flash does not work on 64 bit systems
https://bugs.launchpad.net/bugs/526828
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 526828] Re: Adobe Flash does not work on 64 bit systems

2010-03-07 Thread Daniel Stone
A user must install transitional flashplugin-nonfree using a package manager
then flashplugin-nonfree can work
Thank you for your help
Also: flash did not need removed to complete process

-- 
Adobe Flash does not work on 64 bit systems
https://bugs.launchpad.net/bugs/526828
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 526828] Re: Hulu video - does not stream

2010-03-06 Thread Daniel Stone
now the hulu site is giving a warning saying that 64bit flash does not
work

** Attachment added: "Screenshot-4.png"
   http://launchpadlibrarian.net/40391456/Screenshot-4.png

** Summary changed:

- Hulu video - does not stream 
+ Adobe Flash does not work on 64 bit systems

-- 
Adobe Flash does not work on 64 bit systems
https://bugs.launchpad.net/bugs/526828
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 526828] [NEW] Hulu video - does not stream

2010-02-23 Thread Daniel Stone
Public bug reported:

Binary package hint: firefox-3.0

I can not view video streams from hulu

It gives a warning to check internet connection
here is the speed
http://www.speedtest.net/result/727190634.png
image attached is displayed warning
I have no issue watching videos from youtube
I have installed flash as per instructions here
http://dailystruggles.org/linux-64-bit-flash-installation-updated/

This has been asked in open forum with no resolve and may not be a bug
But this happens from several networks on several systems

ProblemType: Bug
Architecture: amd64
DistroRelease: Ubuntu 9.04
NonfreeKernelModules: wl
Package: firefox 3.0.18+build1+nobinonly-0ubuntu0.9.04.1
PackageArchitecture: all
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: firefox-3.0
Uname: Linux 2.6.28-18-generic x86_64

** Affects: firefox-3.0 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: bug flash hulu

-- 
Hulu video - does not stream 
https://bugs.launchpad.net/bugs/526828
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 526828] Re: Hulu video - does not stream

2010-02-23 Thread Daniel Stone

** Attachment added: "error or warning-image of text"
   http://launchpadlibrarian.net/39694196/Screenshot.png

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

-- 
Hulu video - does not stream 
https://bugs.launchpad.net/bugs/526828
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


Re: [Bug 518469] Re: firefox 3.6 upgrade not available(check buttonmissing)

2010-02-07 Thread Daniel Stone
Thabk you for this info

Connected by oCatacoo Network Solutions

-Original message-
From: Dave Lentz 
To: webmas...@catcodesigns.net
Sent: Sun, Feb 7, 2010 20:59:12 GMT+00:00
Subject: [Bug 518469] Re: firefox 3.6 upgrade not available(check buttonmissing)

Marked Invalid. This is intended behavior for Karmic, which uses Firefox
3.5.x as its official build of Firefox. Canonical probably will not
provide firefox-3.6 in its repositories. If you want to install a
firefox 3.6 build in addition to your current one, check PPA's such as
https://launchpad.net/~ubuntu-mozilla-
daily/+archive/ppa?field.series_filter=karmic

-- 
firefox 3.6 upgrade not available(check button missing)
https://bugs.launchpad.net/bugs/518469
You received this bug notification because you are a direct subscriber
of the bug.

Status in “firefox-3.5” package in Ubuntu: Invalid

Bug description:
Binary package hint: firefox-3.5

according to the mozilla site at
http://support.mozilla.com/en-US/kb/Upgrading+to+Firefox+3.6
a button is missing in the build for ubuntu

ProblemType: Bug
Architecture: amd64
Date: Sun Feb  7 11:52:03 2010
DistroRelease: Ubuntu 9.10
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
NonfreeKernelModules: nvidia
Package: firefox-3.5 3.5.7+nobinonly-0ubuntu0.9.10.1
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-19.56-generic
SourcePackage: firefox-3.5
Uname: Linux 2.6.31-19-generic x86_64

To unsubscribe from this bug, go to:
https://bugs.launchpad.net/ubuntu/+source/firefox-3.5/+bug/518469/+subscribe

-- 
firefox 3.6 upgrade not available(check button missing)
https://bugs.launchpad.net/bugs/518469
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 518469] Re: firefox 3.6 upgrade not available(check button missing)

2010-02-07 Thread Daniel Stone
also checked using synaptic and not available

-- 
firefox 3.6 upgrade not available(check button missing)
https://bugs.launchpad.net/bugs/518469
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 518469] Re: firefox 3.6 upgrade not available(check button missing)

2010-02-07 Thread Daniel Stone
from the mozilla site
Upgrading from Firefox 3.0.x or 3.5.x
Linux:

If you use your Linux distribution's packaged version of Firefox, you
will need wait for an updated package to be released to its package
repository.

If you installed Firefox manually (without using your distribution's
package manager)To upgrade to Firefox 3.6, you need to be using the
latest update to Firefox 3.0 or 3.5:

   1. Open the Help menu and click Check for Updates If there is an update 
available, follow the instructions in the Software Update window to download 
and install it. You will need to restart Firefox after updating.
   2. Once you have the latest Firefox 3.0 or 3.5 update, use Help > Check for 
Updates... again, to upgrade to Firefox 3.6.

-- 
firefox 3.6 upgrade not available(check button missing)
https://bugs.launchpad.net/bugs/518469
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 518469] Re: firefox 3.6 upgrade not available(check button missing)

2010-02-07 Thread Daniel Stone

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

** Attachment added: "ExtensionSummary.txt"
   http://launchpadlibrarian.net/38862962/ExtensionSummary.txt

** Attachment added: "profile_default_pluginreg.dat.txt"
   http://launchpadlibrarian.net/38862963/profile_default_pluginreg.dat.txt

** Attachment added: "profiles.ini.txt"
   http://launchpadlibrarian.net/38862964/profiles.ini.txt

-- 
firefox 3.6 upgrade not available(check button missing)
https://bugs.launchpad.net/bugs/518469
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 518469] [NEW] firefox 3.6 upgrade not available(check button missing)

2010-02-07 Thread Daniel Stone
Public bug reported:

Binary package hint: firefox-3.5

according to the mozilla site at
http://support.mozilla.com/en-US/kb/Upgrading+to+Firefox+3.6
a button is missing in the build for ubuntu

ProblemType: Bug
Architecture: amd64
Date: Sun Feb  7 11:52:03 2010
DistroRelease: Ubuntu 9.10
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
NonfreeKernelModules: nvidia
Package: firefox-3.5 3.5.7+nobinonly-0ubuntu0.9.10.1
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-19.56-generic
SourcePackage: firefox-3.5
Uname: Linux 2.6.31-19-generic x86_64

** Affects: firefox-3.5 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug

-- 
firefox 3.6 upgrade not available(check button missing)
https://bugs.launchpad.net/bugs/518469
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 518449] Re: After kernel update restart x did not load

2010-02-07 Thread Daniel Stone

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

** Description changed:

  Binary package hint: upstart
  
- After update / upgrade to new version kernel .19 
- I accepted restart now computer went through boot process 
- this was seen on screen when login came up 
+ After update / upgrade to new version kernel .19
+ I accepted restart now computer went through boot process
+ this was seen on screen when login came up
  sound was made but without screen appearing(no gui)
  This was after update today
- This may not be upstart it may be against kernel but either way 
+ This may not be upstart it may be against kernel but either way
  the user interface did not load and forced additional restart(hardware)
  Steps to reproduce
  accept update
  accept to restart now
  
  ProblemType: Bug
  Architecture: amd64
+ Processor: Intel Core 2 Quad
  Date: Sun Feb  7 10:42:52 2010
  DistroRelease: Ubuntu 9.10
  InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
  NonfreeKernelModules: nvidia
  Package: upstart 0.6.3-11
  ProcEnviron:
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.31-19.56-generic
  SourcePackage: upstart
  Uname: Linux 2.6.31-19-generic x86_64
  XsessionErrors:
-  (gnome-settings-daemon:1805): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
-  (gnome-settings-daemon:1805): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
-  (polkit-gnome-authentication-agent-1:1910): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed
-  (nautilus:1905): Eel-CRITICAL **: eel_preferences_get_boolean: assertion 
`preferences_is_initialized ()' failed
+  (gnome-settings-daemon:1805): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
+  (gnome-settings-daemon:1805): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
+  (polkit-gnome-authentication-agent-1:1910): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed
+  (nautilus:1905): Eel-CRITICAL **: eel_preferences_get_boolean: assertion 
`preferences_is_initialized ()' failed

** Summary changed:

- After kernel update restart x did not load
+ After kernel update restart - x  or screen did not load

-- 
After kernel update restart - x  or screen did not load
https://bugs.launchpad.net/bugs/518449
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 518449] [NEW] After kernel update restart - x or screen did not load

2010-02-07 Thread Daniel Stone
Public bug reported:

Binary package hint: upstart

After update / upgrade to new version kernel .19
I accepted restart now computer went through boot process
this was seen on screen when login came up
sound was made but without screen appearing(no gui)
This was after update today
This may not be upstart it may be against kernel but either way
the user interface did not load and forced additional restart(hardware)
Steps to reproduce
accept update
accept to restart now

ProblemType: Bug
Architecture: amd64
Processor: Intel Core 2 Quad
Date: Sun Feb  7 10:42:52 2010
DistroRelease: Ubuntu 9.10
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
NonfreeKernelModules: nvidia
Package: upstart 0.6.3-11
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-19.56-generic
SourcePackage: upstart
Uname: Linux 2.6.31-19-generic x86_64
XsessionErrors:
 (gnome-settings-daemon:1805): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (gnome-settings-daemon:1805): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (polkit-gnome-authentication-agent-1:1910): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed
 (nautilus:1905): Eel-CRITICAL **: eel_preferences_get_boolean: assertion 
`preferences_is_initialized ()' failed

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


** Tags: amd64 apport-bug

-- 
After kernel update restart - x  or screen did not load
https://bugs.launchpad.net/bugs/518449
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 494864] Re: Lag in video not audio

2009-12-10 Thread Daniel Stone
*** This bug is a duplicate of bug 495099 ***
https://bugs.launchpad.net/bugs/495099

** This bug has been marked a duplicate of bug 495099
   lag in video capture

-- 
Lag in video not audio
https://bugs.launchpad.net/bugs/494864
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 494864] Re: Lag in video not audio

2009-12-09 Thread Daniel Stone

** Attachment added: "out-2.ogv"
   http://launchpadlibrarian.net/36649405/out-2.ogv

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

-- 
Lag in video not audio
https://bugs.launchpad.net/bugs/494864
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 494864] [NEW] Lag in video not audio

2009-12-09 Thread Daniel Stone
Public bug reported:

Binary package hint: gtk-recordmydesktop

After recording desktop
I notice a lag in video being captured 
I have made previous adjustments
to the advanced settings frames 
moving up and down and neither helped.

ProblemType: Bug
Architecture: amd64
CheckboxSubmission: c8479cef108b1fb44432787310e3d597
CheckboxSystem: 4ed15c40009aa6f7770f606350a390a2
Date: Wed Dec  9 23:10:00 2009
DistroRelease: Ubuntu 9.10
NonfreeKernelModules: nvidia
Package: gtk-recordmydesktop 0.3.8-0ubuntu2
PackageArchitecture: all
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-16.53-generic
SourcePackage: gtk-recordmydesktop
Uname: Linux 2.6.31-16-generic x86_64
XsessionErrors:
 (gnome-settings-daemon:1883): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (gnome-settings-daemon:1883): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (polkit-gnome-authentication-agent-1:1988): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed
 (nautilus:1970): Eel-CRITICAL **: eel_preferences_get_boolean: assertion 
`preferences_is_initialized ()' failed
 (nautilus:2765): Eel-CRITICAL **: eel_preferences_get_boolean: assertion 
`preferences_is_initialized ()' failed

** Affects: gtk-recordmydesktop (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug

-- 
Lag in video not audio
https://bugs.launchpad.net/bugs/494864
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 494854] Re: ubuntu-bug does not recognize installed packages

2009-12-09 Thread Daniel Stone
The bug was reported through the help

** Package changed: yelp (Ubuntu) => apport (Ubuntu)

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

** Also affects: gtk-recordmydesktop
   Importance: Undecided
   Status: New

-- 
ubuntu-bug does not recognize installed packages
https://bugs.launchpad.net/bugs/494854
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 494854] Re: ubuntu-bug does not recognize installed packages

2009-12-09 Thread Daniel Stone

** Attachment added: "Screenshot.png"
   http://launchpadlibrarian.net/36648686/Screenshot.png

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

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

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

-- 
ubuntu-bug does not recognize installed packages
https://bugs.launchpad.net/bugs/494854
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 494854] [NEW] ubuntu-bug does not recognize installed packages

2009-12-09 Thread Daniel Stone
Public bug reported:

Binary package hint: yelp

After recording desktop I notice a lag in video being captured

I have made previous adjustments to the advanced settings 
frames moving up and down and neither helped.

I go to report the buggy action using the ubuntu-bug in terminal.
I have a window pop up stating.

Invalid problem report
Package gtk-recordMyDesktop does not exist

I have a screenshot with the program open and ubuntu software 
center open showing that the gtk-recordMy Desktop is installed.
The screenshot also shows the terminal and pop window.

ProblemType: Bug
Architecture: amd64
CheckboxSubmission: c8479cef108b1fb44432787310e3d597
CheckboxSystem: 4ed15c40009aa6f7770f606350a390a2
Date: Wed Dec  9 22:26:54 2009
DistroRelease: Ubuntu 9.10
ExecutablePath: /usr/bin/yelp
NonfreeKernelModules: nvidia
Package: yelp 2.28.0-0ubuntu2
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-16.53-generic
SourcePackage: yelp
Uname: Linux 2.6.31-16-generic x86_64
XsessionErrors:
 (gnome-settings-daemon:1883): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (gnome-settings-daemon:1883): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (polkit-gnome-authentication-agent-1:1988): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed
 (nautilus:1970): Eel-CRITICAL **: eel_preferences_get_boolean: assertion 
`preferences_is_initialized ()' failed
 (nautilus:2765): Eel-CRITICAL **: eel_preferences_get_boolean: assertion 
`preferences_is_initialized ()' failed

** Affects: apport
 Importance: Undecided
 Status: New

** Affects: gtk-recordmydesktop
 Importance: Undecided
 Status: New

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


** Tags: amd64 apport-bug

-- 
ubuntu-bug does not recognize installed packages
https://bugs.launchpad.net/bugs/494854
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 430731] Re: sshfs floods on connect

2009-12-08 Thread Daniel Stone
this is confirmed as a security setting they had in place. This issue
does not exist currently. Moving to invalid to close


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

-- 
sshfs floods on connect
https://bugs.launchpad.net/bugs/430731
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 438295] Re: su login not working on user level

2009-12-08 Thread Daniel Stone
This was fixed in Karmic

** Changed in: shadow (Ubuntu)
   Status: New => Invalid

-- 
su login not working on user level
https://bugs.launchpad.net/bugs/438295
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 450659] Re: gdm-session-worker[1590]: pam_ck_connector(gdm:session): nox11 mode, ignoring PAM_TTY :0

2009-12-08 Thread Daniel Stone
I  no longer see the warning. Moving to invalid to close.

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

-- 
gdm-session-worker[1590]: pam_ck_connector(gdm:session): nox11 mode, ignoring 
PAM_TTY :0
https://bugs.launchpad.net/bugs/450659
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 448770] Re: *** glibc detected *** /usr/bin/compiz.real: corrupted double-linked list:

2009-12-08 Thread Daniel Stone
This error no longer exists in current configuration of compiz and nvidia this 
has the nvidia driver installed on a lower level.
marking invalid to close

** Changed in: nvidia-graphics-drivers-180 (Ubuntu)
   Status: New => Invalid

-- 
*** glibc detected *** /usr/bin/compiz.real: corrupted double-linked list:
https://bugs.launchpad.net/bugs/448770
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 462246] Re: checkbox needs a close other apps statement

2009-12-08 Thread Daniel Stone
This issue no longer exists with the clock applet but I can not do
screen capture during test it fails after probably three to four screen
changes and afterward compiz and cairo-dock affected.

problem with Compiz - window selector does not show all windows.

problem with Cairo-Dock - when separate application windows clicked on
to open they do not open. Although the windows do not open, as the click
should open, they are still right click selectable to close.

basically these issues do not occur when the additional applications
maybe checkbox should have a statement to close other programs prior to
using it.


** Summary changed:

- checkbox test of multi screen modes removes applet 
+ checkbox needs a close other apps statement

** Changed in: checkbox (Ubuntu)
   Status: New => Confirmed

-- 
checkbox needs a close other apps statement
https://bugs.launchpad.net/bugs/462246
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 472838] Re: usplash:386 freeing invalid memtype

2009-12-08 Thread Daniel Stone
This issue has been resolved in current build w/ updates. marking as
invalid to close.

** Changed in: usplash (Ubuntu)
   Status: New => Invalid

-- 
usplash:386 freeing invalid memtype
https://bugs.launchpad.net/bugs/472838
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 462618] Re: pop in sound under pulseaudio 0.9.19

2009-12-08 Thread Daniel Stone
** Changed in: pulseaudio (Ubuntu)
   Status: New => Invalid

-- 
pop in sound under pulseaudio 0.9.19 
https://bugs.launchpad.net/bugs/462618
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 466711] Re: dvd unmounts when attempting erase(wipe) or write

2009-12-08 Thread Daniel Stone
This problem no longer exists with current updates. marking invalid to
close

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

-- 
dvd unmounts when attempting erase(wipe) or write
https://bugs.launchpad.net/bugs/466711
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 461034] Re: update manager not working for beta release with live CD 9.10rc

2009-12-08 Thread Daniel Stone
I believe at the time I was referring to rc version started working
correct. The release version I have not seen the issue with. Will mark
as invalid as to close.

** Changed in: update-manager (Ubuntu)
   Status: Incomplete => Invalid

-- 
update manager not working for beta release with live CD 9.10rc
https://bugs.launchpad.net/bugs/461034
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 493739] Re: No audio in 9.10 Karmic.

2009-12-08 Thread Daniel Stone
** Tags added: 31-16.52

-- 
No audio in 9.10 Karmic.
https://bugs.launchpad.net/bugs/493739
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 486026] Re: microphone not working but audio output is working in DELL vostro

2009-12-08 Thread Daniel Stone
Thank you for the update on your progress I will mark this as invalid as
it no longer affects you. Please feel free to report any issues that you
have in the future.

** Changed in: alsa-driver (Ubuntu)
   Status: Incomplete => Invalid

-- 
microphone not working but audio output is working in DELL vostro
https://bugs.launchpad.net/bugs/486026
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 476658] Re: when browsing browser froze and jack control had an error 15 (whatever that means)

2009-12-08 Thread Daniel Stone
The problem did exist due to beta upgrade problems for release candidate. 
Maybe I should have noted this.

Also on https://wiki.ubuntu.com/Bugs/Status invalid status description does not 
reference if a problem existed due to a test environment. I will be more 
cautious 
in status changes in the future.

This is correct to be closed

-- 
when browsing browser froze and jack control had an error 15 (whatever that 
means)
https://bugs.launchpad.net/bugs/476658
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 460783] Re: FIPS does not start when firefox starts

2009-12-08 Thread Daniel Stone
This workaround is not a setup change. It is a preferences change. The
default page is the chrome search and does not invoke fips. FIPS itself
is not a default setting. You are correct that the bug should be closed
or turned into a FAQ.

-- 
FIPS does not start when firefox starts
https://bugs.launchpad.net/bugs/460783
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 480781] Re: notification area has extra icons

2009-12-07 Thread Daniel Stone
Pedro, I have had to complete rebuild system. 
Hardware and software are modified. 
This only happened when the notification was on the side and the cairo-dock 
also had an issue similar during the same time. The notify area and the notify 
app on the cairo-dock both had this problem.

I do not see this issue now.
Giving the command in terminal I get nothing returned now.

I appreciate your help.

-- 
notification area has extra icons
https://bugs.launchpad.net/bugs/480781
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 448030] Re: I had a problem with...koala install

2009-12-07 Thread Daniel Stone
Thia was a beta install. It did not happen in multiple installs after
release.

** Changed in: base-installer (Ubuntu)
   Status: New => Fix Released

-- 
I had a problem with...koala install
https://bugs.launchpad.net/bugs/448030
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 462618] Re: pop in sound under pulseaudio 0.9.19

2009-12-07 Thread Daniel Stone
I do not have this issue anymore.

-- 
pop in sound under pulseaudio 0.9.19 
https://bugs.launchpad.net/bugs/462618
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 480915] Re: youtube search freezes totem

2009-12-07 Thread Daniel Stone
I have attempted to replicate this many since rebuild times and maybe one of 
the updates solved it. 
using kernel 31.16 

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

-- 
youtube search freezes totem
https://bugs.launchpad.net/bugs/480915
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 437204] Re: SVG Icons get scrambled with vertical scrolling

2009-12-07 Thread Daniel Stone
** Changed in: webkit (Ubuntu)
   Status: Confirmed => Invalid

-- 
SVG Icons get scrambled with vertical scrolling
https://bugs.launchpad.net/bugs/437204
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 460783] Re: FIPS does not start when firefox starts

2009-12-07 Thread Daniel Stone
After continued use I can see why it would not
it requires https or some sort of login to invoke 
the process. 

This bug has an easy workaround

change the home page to an https page

** Changed in: firefox-3.5 (Ubuntu)
   Status: New => Fix Released

** Changed in: firefox-3.5 (Ubuntu)
 Assignee: (unassigned) => Daniel Stone (danielstone)

-- 
FIPS does not start when firefox starts
https://bugs.launchpad.net/bugs/460783
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 430184] Re: no sound after kernel update to 2.6.28-15

2009-12-07 Thread Daniel Stone
** Changed in: alsa-driver (Ubuntu)
   Status: New => Fix Released

-- 
no sound after kernel update to 2.6.28-15
https://bugs.launchpad.net/bugs/430184
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 476658] Re: when browsing browser froze and jack control had an error 15 (whatever that means)

2009-12-07 Thread Daniel Stone
** Changed in: firefox-3.5 (Ubuntu)
   Status: New => Fix Released

-- 
when browsing browser froze and jack control had an error 15 (whatever that 
means)
https://bugs.launchpad.net/bugs/476658
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 486026] Re: microphone not working but audio output is working in DELL vostro

2009-12-07 Thread Daniel Stone
There have been some sound fixes in recent kernel updates.
Could you please update your system and let us know if the problem still exists.

System > Administration > Update Manager

** Changed in: alsa-driver (Ubuntu)
   Status: New => Incomplete

-- 
microphone not working but audio output is working in DELL vostro
https://bugs.launchpad.net/bugs/486026
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 489783] Re: Pulseaudio cancels the functioning of ALC1200 analog and switches to ALC1200 digital

2009-12-07 Thread Daniel Stone
Have you done recent kernel updates? and afterward does this still
affect you?


** Changed in: pulseaudio (Ubuntu)
   Status: New => Incomplete

-- 
Pulseaudio cancels the functioning of ALC1200 analog and switches to ALC1200 
digital
https://bugs.launchpad.net/bugs/489783
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 472920] Re: cairo dock has unknown icon loading with desktop loading

2009-12-07 Thread Daniel Stone
I do not have this issue anymore believe that upgrades have fixed am
marking as fix released

** Changed in: cairo-dock (Ubuntu)
   Status: Incomplete => Fix Released

-- 
cairo dock has unknown icon loading with desktop loading 
https://bugs.launchpad.net/bugs/472920
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 489783] Re: Pulseaudio cancels the functioning of ALC1200 analog and switches to ALC1200 digital

2009-11-28 Thread Daniel Stone
Thank you for taking the time to report this bug and 
making ubuntu better. Have you tried the debugging
instructions found at.
https://wiki.ubuntu.com/DebuggingSoundProblems/KarmicCaveats

-- 
Pulseaudio cancels the functioning of ALC1200 analog and switches to ALC1200 
digital
https://bugs.launchpad.net/bugs/489783
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 488439] Re: no sound on kubuntu 9.10 new installed on Firefox and Youtube

2009-11-28 Thread Daniel Stone
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

Please follow debugging instructions at 
https://wiki.ubuntu.com/DebuggingSoundProblems/KarmicCaveats 
and let us know if the problems still exist.

** Changed in: pulseaudio (Ubuntu)
   Status: New => Incomplete

-- 
no sound on kubuntu 9.10 new installed on Firefox and Youtube
https://bugs.launchpad.net/bugs/488439
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 7848] Re: "Error activating XKB configuration" popup

2008-07-31 Thread Daniel Stone
** Changed in: ubuntu
 Assignee: Daniel Stone (daniels) => Ubuntu-X (ubuntu-x-swat)

-- 
"Error activating XKB configuration" popup
https://bugs.launchpad.net/bugs/7848
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 9379] Re: Xnest default size messed up with Xinerama

2008-07-30 Thread Daniel Stone
** Changed in: xorg-server (Ubuntu)
 Assignee: Daniel Stone (daniels) => Ubuntu-X (ubuntu-x-swat)

-- 
Xnest default size messed up with Xinerama
https://bugs.launchpad.net/bugs/9379
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 10665] Re: mouse protocol selection?

2007-11-13 Thread Daniel Stone
** Changed in: xorg (Ubuntu)
 Assignee: Daniel Stone (daniels) => Ubuntu-X (ubuntu-x-swat)

-- 
mouse protocol selection?
https://bugs.launchpad.net/bugs/10665
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 150772] file picker doesn't cope with disappearing mounts

2007-10-08 Thread Daniel Stone
Public bug reported:

I was uploading files to Flickr (through the web UI, just selected them 
straight off the CF card in Firefox), deleted them afterwards, unmounted the CF 
card, and resumed browsing.  I accidentally hit Ctrl-O in Firefoxat one point, 
and was greeted with this:
http://www.fooishbar.org/tmp/file-dialog-of-despair.png

It's a bit hostile: I haven't asked it to do anything it can't do, just
open a file.  Surely it should just fall back to the Home directory if
so?

I've reported this against GTK because I think FF just uses the stock
GTK filepicker, but if it doesn't, feel free to reassign.

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

-- 
file picker doesn't cope with disappearing mounts
https://bugs.launchpad.net/bugs/150772
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


  1   2   >