[Bug 1847339] Re: Polkit asking for password repeatedly when installing

2019-10-09 Thread Britt Yazel
Ok so the issue is actually one with Polkit not having policy set for non-local 
sessions, which this particular situation was. I was connecting from NoMachine 
(kind of like VNC) which uses ssh for authentication, so polkit was treating 
the same as trying to run flatpak from ssh. My "solution" was to append 
/var/lib/polkit-1/localauthority/10-vendor.d/org.freedesktop.Flatpak.pkla with:
ResultAny=yes

This allows non-local sessions to follow the rule set

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

Title:
  Polkit asking for password repeatedly when installing

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

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

[Bug 1847339] [NEW] Polkit asking for password repeatedly when installing

2019-10-08 Thread Britt Yazel
Public bug reported:

On Ubuntu 18.04 when installing flatpaks (not using sudo) or updating
already installed flatpaks I am getting prompted for my admin password
twice for each and every package. I.e. when trying to update 10 flatpaks
on my system, I get prompted 20 times for my password. Nevertheless,
this is annoying, and as a hack I've just been executing flatpak
commands with sudo, which is terrible practice, and Flatpak warns me as
much.

On Archlinux my user is in the "wheel" group, and there is a Polkit rule
set in place that any user in the wheel group automatically should be
allowed to execute flatpak actions at the system level. For me on
Archlnux, this polkit rule is found in
/usr/share/pokit-1/rules.d/org.freedesktop.Flatpak.rules:

polkit.addRule(function(action, subject) {
if ((action.id == "org.freedesktop.Flatpak.app-install" ||
 action.id == "org.freedesktop.Flatpak.runtime-install"||
 action.id == "org.freedesktop.Flatpak.app-uninstall" ||
 action.id == "org.freedesktop.Flatpak.runtime-uninstall" ||
 action.id == "org.freedesktop.Flatpak.modify-repo") &&
subject.active == true && subject.local == true &&
subject.isInGroup("wheel")) {
return polkit.Result.YES;
}

return polkit.Result.NOT_HANDLED;
});

In Ubuntu 18.04, this file reads:

polkit.addRule(function(action, subject) {
if ((action.id == "org.freedesktop.Flatpak.app-install" ||
 action.id == "org.freedesktop.Flatpak.runtime-install"||
 action.id == "org.freedesktop.Flatpak.app-uninstall" ||
 action.id == "org.freedesktop.Flatpak.runtime-uninstall" ||
 action.id == "org.freedesktop.Flatpak.modify-repo") &&
subject.active == true && subject.local == true &&
subject.isInGroup("sudo")) {
return polkit.Result.YES;
}
});

So as you can see, the wheel group was switched to the sudo group, which
makes sense for Ubuntu, but other than that they are very similar.

Now, interestingly enough, I didn't think that the polkit version
included in Ubuntu 18.04 used .rules files, and that was a >0.106
nomenclature. On Ubuntu 18.04 polkit is set at version 0.105, which I
think uses .pkla or .conf files, and I don't see any rule set here for
Flatpak. Perhaps, this is the source of the problem of why flatpak is
prompting me over and over for passwords on 18.04.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: flatpak 1.0.8-0ubuntu0.18.04.1
ProcVersionSignature: Ubuntu 5.0.0-31.33~18.04.1-generic 5.0.21
Uname: Linux 5.0.0-31-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.9-0ubuntu7.7
Architecture: amd64
CurrentDesktop: GNOME
Date: Tue Oct  8 10:27:33 2019
InstallationDate: Installed on 2018-08-01 (432 days ago)
InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: flatpak
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug bionic wayland-session

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

Title:
  Polkit asking for password repeatedly when installing

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

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

[Bug 1115998] Re: Wireless cutting out after a few min of use in 13.04

2013-06-07 Thread Britt Yazel
Sorry I have been absent for a while. I would like to note that the
latest mainline kernel 3.8.0-23 still showed the problems with wireless
cutting out and slowing down the whole computer. Also, I just checked
kernel 3.9.4 and the issue is also present there. Earlier 3.9 kernels
didn't show the issue, so it is slightly odd that it is present there.

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

Title:
  Wireless cutting out after a few min of use in 13.04

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

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


[Bug 1115998] Re: Wireless cutting out after a few min of use in 13.04

2013-05-16 Thread Britt Yazel
The issue is still not fixed for me with the stable kernel. In fact, I
haven't had a kernel update since your reply so maybe I am not testing
the right package?

Also, we too have an aspire v3-551

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

Title:
  Wireless cutting out after a few min of use in 13.04

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

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


[Bug 1115998] Re: Wireless cutting out after a few min of use in 13.04

2013-05-02 Thread Britt Yazel
The 3.8.8 kernel seems to be working fine with the wireless. I have not
had any issues connecting thus far

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

Title:
  Wireless cutting out after a few min of use in 13.04

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

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


[Bug 1115998] Re: Wireless cutting out after a few min of use in 13.04

2013-04-20 Thread Britt Yazel
This kernel seems to work as well.

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

Title:
  Wireless cutting out after a few min of use in 13.04

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

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


[Bug 1115998] Re: Wireless cutting out after a few min of use in 13.04

2013-04-20 Thread Britt Yazel
I take it back, I accidentally booted off the previous kernel. The rc7
kernel that you put up does not work at all. I could not connect to
wireless, though it could see the networks. It would just endlessly try
to connect.

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

Title:
  Wireless cutting out after a few min of use in 13.04

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

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


[Bug 1115998] Re: Wireless cutting out after a few min of use in 13.04

2013-04-05 Thread Britt Yazel
the kernel seems to be working. On initial boot the networking is
working and it seems to be stable.

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

Title:
  Wireless cutting out after a few min of use in 13.04

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

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


[Bug 1115998] Re: Wireless cutting out after a few min of use in 13.04

2013-03-30 Thread Britt Yazel
The first kernel seems to work. After booting into it, I've had stable
wireless for 20 min or so now.

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

Title:
  Wireless cutting out after a few min of use in 13.04

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

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


[Bug 1115998] Re: Wireless cutting out after a few min of use in 13.04

2013-03-22 Thread Britt Yazel
I take it back. After about 5-8 min the computer started to lag out
(most noticably the mouse cursor) and then the wireless network
disconnected and refused to reconnect.

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

Title:
  Wireless cutting out after a few min of use in 13.04

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

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


[Bug 1115998] Re: Wireless cutting out after a few min of use in 13.04

2013-03-22 Thread Britt Yazel
the 3.8.4 kernel seems to be working on initial boot and as of right
now. I do not know if it will last though, but as of know the 3.8.4
kernel seems to be working well.

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

Title:
  Wireless cutting out after a few min of use in 13.04

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

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


[Bug 1115998] Re: Wireless cutting out after a few min of use in 13.04

2013-03-21 Thread Britt Yazel
Sorry for taking a while to get back. I am testing the kernel now I will
report back my results. I can report though that as of today the issue
is still there in the raring repos.

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

Title:
  Wireless cutting out after a few min of use in 13.04

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

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


[Bug 1115998] Re: Wireless cutting out after a few min of use in 13.04

2013-03-21 Thread Britt Yazel
no the issue is not fixed in 3.8.2. I truly hope this issue gets
resolved before release

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

Title:
  Wireless cutting out after a few min of use in 13.04

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

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


[Bug 1115998] Re: Wireless cutting out after a few min of use in 13.04

2013-03-07 Thread Britt Yazel
kernel-fixed-upstream

** Changed in: linux (Ubuntu)
   Status: Incomplete = Opinion

** Changed in: linux (Ubuntu)
   Status: Opinion = Confirmed

** Tags added: kernel-fixed-upstream

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

Title:
  Wireless cutting out after a few min of use in 13.04

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

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


[Bug 1115998] Re: Wireless cutting out after a few min of use in 13.04

2013-03-07 Thread Britt Yazel
It seems to be fixed upstream, though my connection is far slower on the
3.9 kernel. I have very high latency and it is very unresponsive.
However it isn't cutting out so that is progress!

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

Title:
  Wireless cutting out after a few min of use in 13.04

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

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


[Bug 1115998] Re: Wireless cutting out after a few min of use in 13.04

2013-02-28 Thread Britt Yazel
Yes the problem still exists the same as ever. Thank you for taking the
time to figure out this bug for us all

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

Title:
  Wireless cutting out after a few min of use in 13.04

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

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


[Bug 1133120] [NEW] gnome-session failing to load dude to timeout error on random boots

2013-02-25 Thread Britt Yazel
Public bug reported:

On seemingly random boots, gnome-session fails to load and simply goes
to a black screen after first showing the gnome stiped blue background
for around two seconds. the greeter log in var/log/gdm (see attached)
reports this error

gnome-session[2272]: WARNING: Session 'gdm-shell' runnable check
failed: Timed out only on the sessions where gnome-session fails to
load, on all of the sessions where the computer boots fine this error is
not present. The error seems to happen multiple times in succession, but
then on a 3rd or 4th attempt booting will rectify itself and will load
fine.

I am running Ubuntu raring x64, using the Ubuntu-Gnome-Remix base. I
also have the gnome-staging ppa installed.

** Affects: gnome-session (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/1133120

Title:
  gnome-session failing to load dude to timeout error on random boots

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

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


[Bug 1133120] Re: gnome-session failing to load dude to timeout error on random boots

2013-02-25 Thread Britt Yazel
** Attachment added: Greeter Log on a Failed boot attempt
   
https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/1133120/+attachment/3547217/+files/%3A0-greeter.log.1

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

Title:
  gnome-session failing to load dude to timeout error on random boots

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

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


[Bug 1133120] Re: gnome-session failing to load dude to timeout error on random boots

2013-02-25 Thread Britt Yazel
** Attachment added: Greeter Log on a Successfull boot attempt
   
https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/1133120/+attachment/3547218/+files/%3A0-greeter.log.3

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

Title:
  gnome-session failing to load dude to timeout error on random boots

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

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


[Bug 1133120] Re: gnome-session failing to load dude to timeout error on random boots

2013-02-25 Thread Britt Yazel
** Attachment added: /var/log/gdm log on failed boot attempt
   
https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/1133120/+attachment/3547219/+files/%3A0.log.1

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

Title:
  gnome-session failing to load dude to timeout error on random boots

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

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


[Bug 1133120] Re: gnome-session failing to load dude to timeout error on random boots

2013-02-25 Thread Britt Yazel
** Attachment added: /var/log/gdm log on successfull boot attempt
   
https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/1133120/+attachment/3547220/+files/%3A0-greeter.log.3

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

Title:
  gnome-session failing to load dude to timeout error on random boots

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

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


[Bug 1132308] [NEW] ~50px pointer barrier in gnome shell at bottom of primary monitor in raring

2013-02-23 Thread Britt Yazel
Public bug reported:

There is a ~50px pointer barrier at the bottom of the primary screen in
gnome shell where the messaging tray is, though it is persistant whether
or not the tray is showing. This makes it so a cursor cannot pan from
one screen to another with dual monitors in the lower region of the
screen.

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: gnome-shell 3.6.3.1-0ubuntu1
ProcVersionSignature: Ubuntu 3.8.0-7.15-generic 3.8.0
Uname: Linux 3.8.0-7-generic x86_64
ApportVersion: 2.8-0ubuntu4
Architecture: amd64
Date: Sat Feb 23 17:01:48 2013
DisplayManager: gdm
GsettingsChanges:
 b'org.gnome.desktop.interface' b'clock-format' b'12h'
 b'org.gnome.desktop.interface' b'clock-show-date' b'true'
 b'org.gnome.desktop.interface' b'font-name' b'Ubuntu 10'
 b'org.gnome.desktop.interface' b'monospace-font-name' b'Ubuntu Mono 11'
InstallationDate: Installed on 2012-11-24 (91 days ago)
InstallationMedia: Ubuntu GNOME Remix 12.10 Quantal Quetzal - Release 
amd64(20121023)
MarkForUpload: True
ProcEnviron:
 LANGUAGE=en_US:en
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-shell
UpgradeStatus: Upgraded to raring on 2013-02-21 (2 days ago)

** Affects: gnome-shell
 Importance: Unknown
 Status: Unknown

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


** Tags: amd64 apport-bug raring third-party-packages

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

Title:
  ~50px pointer barrier in gnome shell at bottom of primary monitor in
  raring

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/1132308/+subscriptions

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


[Bug 1132033] Re: Gnome-Shell activities shows black background with fglrx in raring

2013-02-23 Thread Britt Yazel
https://bugs.freedesktop.org/show_bug.cgi?id=56657

This is the upstream bug report for this issue. It appears to be a
incompatibily issue with the newer versions of Cairo (1.12.2+) and
fglrx.

I do not know if newer version of fglrx fix this cairo issue, as there
is still the Radeon 12.10 driver set in the repos on both Ubuntu 12.10
and 13.04.

** Bug watch added: freedesktop.org Bugzilla #56657
   https://bugs.freedesktop.org/show_bug.cgi?id=56657

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

** Also affects: fglrx-installer (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/1132033

Title:
  Gnome-Shell activities shows black background with fglrx in raring

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/1132033/+subscriptions

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


[Bug 1131104] Re: AM/PM time no longer working in Gnome Shellin Raring

2013-02-23 Thread Britt Yazel
Unfortunately, your fix didn't seem to work as the bug came back when
adding the ppa again

Maybe I tried it too soon and I still go the older version, but I am
fairly certain that the one it pulled down was the one that you uploaded
earlier today...

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

Title:
  AM/PM time no longer working in Gnome Shellin Raring

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/1131104/+subscriptions

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


[Bug 1132334] [NEW] unsupported hardware watermark with fglrx in Raring

2013-02-23 Thread Britt Yazel
Public bug reported:

After installing fglrx and fglrx-updates 9.010 on Ubuntu Raring 13.04, I
have the Unsupported Hardware watermark in the lower right hand corner
of my screen.

I am running 64 bit Raring Dev, on a Radeon 6950.

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: fglrx 2:9.010-0ubuntu2
ProcVersionSignature: Ubuntu 3.8.0-7.15-generic 3.8.0
Uname: Linux 3.8.0-7-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.8-0ubuntu4
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
Date: Sat Feb 23 19:33:09 2013
DistUpgraded: 2013-02-21 00:43:47,280 DEBUG enabling apt cron job
DistroCodename: raring
DistroVariant: ubuntu
DkmsStatus: fglrx, 9.010, 3.8.0-7-generic, x86_64: installed
GraphicsCard:
 Advanced Micro Devices [AMD] nee ATI Cayman PRO [Radeon HD 6950] [1002:6719] 
(prog-if 00 [VGA controller])
   Subsystem: PC Partner Limited Device [174b:186b]
InstallationDate: Installed on 2012-11-24 (92 days ago)
InstallationMedia: Ubuntu GNOME Remix 12.10 Quantal Quetzal - Release 
amd64(20121023)
JockeyStatus:
 kmod:fglrx - ATI Fire GL (Proprietary, Enabled, In use)
 kmod:fglrx_updates - Video driver for the AMD graphics accelerators 
(Proprietary, Disabled, Not in use)
MachineType: To be filled by O.E.M. To be filled by O.E.M.
MarkForUpload: True
ProcEnviron:
 LANGUAGE=en_US:en
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-7-generic 
root=UUID=1311320e-cfca-4ec6-8e37-482d5419d4b6 ro quiet splash vt.handoff=7
SourcePackage: fglrx-installer
UpgradeStatus: Upgraded to raring on 2013-02-21 (2 days ago)
dmi.bios.date: 11/07/2012
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1201
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: M5A99FX PRO R2.0
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: Rev 1.xx
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: To Be Filled By O.E.M.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1201:bd11/07/2012:svnTobefilledbyO.E.M.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnASUSTeKCOMPUTERINC.:rnM5A99FXPROR2.0:rvrRev1.xx:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
dmi.product.name: To be filled by O.E.M.
dmi.product.version: To be filled by O.E.M.
dmi.sys.vendor: To be filled by O.E.M.
version.compiz: compiz N/A
version.fglrx-installer: fglrx-installer N/A
version.ia32-libs: ia32-libs 20090808ubuntu36
version.libdrm2: libdrm2 2.4.42-0ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 9.0.2-0ubuntu1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 9.0.2-0ubuntu1
version.xserver-xorg-core: xserver-xorg-core 2:1.13.2-0ubuntu2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.1.0-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.21.2-0ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.6-0ubuntu3
xserver.bootTime: Sat Feb 23 19:30:45 2013
xserver.configfile: /etc/X11/xorg.conf
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.13.2-0ubuntu2
xserver.video_driver: fglrx

** Affects: fglrx-installer (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug raring ubuntu

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

Title:
  unsupported hardware watermark with fglrx in Raring

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/1132334/+subscriptions

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


[Bug 1131104] Re: AM/PM time no longer working in Gnome Shellin Raring

2013-02-23 Thread Britt Yazel
I take it back. The patch works beautifully! Well done sir

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

Title:
  AM/PM time no longer working in Gnome Shellin Raring

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/1131104/+subscriptions

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


[Bug 1132033] [NEW] Gnome-Shell activities shows black background with fglrx in raring

2013-02-22 Thread Britt Yazel
Public bug reported:

The Gnome-Shell activities view shows a solid black background while
using fglrx in raring. I have found that this solid black background is
only when you have file manager handle the desktop enabled. If you
turn off the file manager handling the desktop, you can then see the
background image in the activities view.

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: gnome-shell 3.6.3.1-0ubuntu1
ProcVersionSignature: Ubuntu 3.8.0-7.15-generic 3.8.0
Uname: Linux 3.8.0-7-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.8-0ubuntu4
Architecture: amd64
Date: Fri Feb 22 23:04:29 2013
DisplayManager: gdm
GsettingsChanges:
 b'org.gnome.desktop.interface' b'clock-format' b'12h'
 b'org.gnome.desktop.interface' b'clock-show-date' b'true'
 b'org.gnome.desktop.interface' b'font-name' b'Ubuntu 10'
 b'org.gnome.desktop.interface' b'monospace-font-name' b'Ubuntu Mono 11'
InstallationDate: Installed on 2012-11-24 (91 days ago)
InstallationMedia: Ubuntu GNOME Remix 12.10 Quantal Quetzal - Release 
amd64(20121023)
MarkForUpload: True
ProcEnviron:
 LANGUAGE=en_US:en
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-shell
UpgradeStatus: Upgraded to raring on 2013-02-21 (1 days ago)

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


** Tags: amd64 apport-bug raring third-party-packages

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

Title:
  Gnome-Shell activities shows black background with fglrx in raring

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

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


[Bug 1131104] [NEW] AM/PM time no longer working in Gnome Shellin Raring

2013-02-21 Thread Britt Yazel
Public bug reported:

After upgrading to Raring, my clock at the top center of the shell is no
longer showing AM/PM time, but rather 24hour time. It is set to AM/PM
time in the date and time settings, but it seems as if that setting no
longer works. Toggling it back and forth does nothing and only 24 hour
time will show.

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: gnome-shell 3.6.3.1-0ubuntu1
ProcVersionSignature: Ubuntu 3.8.0-7.14-generic 3.8.0
Uname: Linux 3.8.0-7-generic x86_64
ApportVersion: 2.8-0ubuntu4
Architecture: amd64
Date: Thu Feb 21 01:11:05 2013
DisplayManager: gdm
GsettingsChanges:
 b'org.gnome.desktop.interface' b'clock-format' b'12h'
 b'org.gnome.desktop.interface' b'clock-show-date' b'true'
 b'org.gnome.desktop.interface' b'font-name' b'Ubuntu 10'
 b'org.gnome.desktop.interface' b'monospace-font-name' b'Ubuntu Mono 11'
InstallationDate: Installed on 2012-11-24 (89 days ago)
InstallationMedia: Ubuntu GNOME Remix 12.10 Quantal Quetzal - Release 
amd64(20121023)
MarkForUpload: True
ProcEnviron:
 LANGUAGE=en_US:en
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-shell
UpgradeStatus: Upgraded to raring on 2013-02-21 (0 days ago)

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


** Tags: amd64 apport-bug package-from-proposed raring third-party-packages

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

Title:
  AM/PM time no longer working in Gnome Shellin Raring

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

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


[Bug 1115998] Re: Wireless cutting out after a few min of use in 13.04

2013-02-21 Thread Britt Yazel
I can verify that the issue does go away with the 3.7 kernel.

For more info, I have an atheros wireless card in this laptop. Neither
my laptop with a broadcom nor my pc with a d-link wireless card have
issues. This may be localized to atheros.

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

Title:
  Wireless cutting out after a few min of use in 13.04

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

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


[Bug 1115998] Re: Wireless cutting out after a few min of use in 13.04

2013-02-11 Thread Britt Yazel
I would also like to note that each time before the wireless
disconnects, the computer becomes laggy.

Disabling networking and reenabling will bring back wireless 100% of the
time, but it only lasts for 5 minutes or so.

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

Title:
  Wireless cutting out after a few min of use in 13.04

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

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


[Bug 1120070] [NEW] fglrx-updates does not depend on linux-headers

2013-02-08 Thread Britt Yazel
Public bug reported:

fglrx-updates, fglrx, (and the nvidia proprietary drivers I believe) do
not depend on linux-kernel-headers which is a dependency for them to be
installed. If you try to install any of these drivers without having
first installed the linux-headers, the installer will get a big fat
error message. For the past 6-7 kernel updates I have had to manually
install the kernel-headers to make sure that the graphics driver package
will properly install.

I do not know if this is an oversight or planned, but having installers
failing due to dependency issues is not good for end-users.

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: fglrx-updates 2:9.010-0ubuntu5
ProcVersionSignature: Ubuntu 3.8.0-5.10-generic 3.8.0-rc6
Uname: Linux 3.8.0-5-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.8-0ubuntu4
Architecture: amd64
Date: Fri Feb  8 21:13:58 2013
InstallationDate: Installed on 2013-01-02 (37 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
MarkForUpload: True
SourcePackage: fglrx-installer-updates
UpgradeStatus: Upgraded to raring on 2013-01-03 (36 days ago)

** Affects: fglrx-installer-updates (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug raring 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/1120070

Title:
  fglrx-updates does not depend on linux-headers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer-updates/+bug/1120070/+subscriptions

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


[Bug 1115998] Re: Wireless cutting out after a few min of use in 13.04

2013-02-06 Thread Britt Yazel
Not the 13.04 kernel no. I believe the 3.7.0 kernel didn't have this
issue and it happened during the 3.8.0 transition.

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

Title:
  Wireless cutting out after a few min of use in 13.04

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

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


[Bug 1117911] [NEW] package linux-image-3.8.0-4-generic 3.8.0-4.9 failed to install/upgrade: trying to overwrite '/lib/modules/3.8.0-4-generic/kernel/drivers/ata/ahci_platform.ko', which is also in pa

2013-02-06 Thread Britt Yazel
Public bug reported:

Package failed to install during today's updates, and I had to sudo apt-
get -f install to get it to install properly.

ProblemType: Package
DistroRelease: Ubuntu 13.04
Package: linux-image-3.8.0-4-generic 3.8.0-4.9
ProcVersionSignature: Ubuntu 3.8.0-4.9-generic 3.8.0-rc6
Uname: Linux 3.8.0-4-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.8-0ubuntu4
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  britt  1847 F pulseaudio
 /dev/snd/controlC0:  britt  1847 F pulseaudio
Date: Wed Feb  6 18:11:49 2013
DpkgTerminalLog:
 Preparing to replace linux-image-3.8.0-4-generic 3.8.0-4.8 (using 
.../linux-image-3.8.0-4-generic_3.8.0-4.9_amd64.deb) ...
 Done.
 Unpacking replacement linux-image-3.8.0-4-generic ...
 dpkg: error processing 
/var/cache/apt/archives/linux-image-3.8.0-4-generic_3.8.0-4.9_amd64.deb 
(--unpack):
  trying to overwrite 
'/lib/modules/3.8.0-4-generic/kernel/drivers/ata/ahci_platform.ko', which is 
also in package linux-image-extra-3.8.0-4-generic 3.8.0-4.8
DuplicateSignature:
 Unpacking replacement linux-image-3.8.0-4-generic ...
 dpkg: error processing 
/var/cache/apt/archives/linux-image-3.8.0-4-generic_3.8.0-4.9_amd64.deb 
(--unpack):
  trying to overwrite 
'/lib/modules/3.8.0-4-generic/kernel/drivers/ata/ahci_platform.ko', which is 
also in package linux-image-extra-3.8.0-4-generic 3.8.0-4.8
ErrorMessage: trying to overwrite 
'/lib/modules/3.8.0-4-generic/kernel/drivers/ata/ahci_platform.ko', which is 
also in package linux-image-extra-3.8.0-4-generic 3.8.0-4.8
HibernationDevice: RESUME=UUID=31686ec4-7953-41f1-8307-1cc723ed9da9
InstallationDate: Installed on 2013-01-02 (35 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
MachineType: Acer Aspire V3-551
MarkForUpload: True
ProcFB: 0 VESA VGA
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-4-generic 
root=UUID=5f5be620-4cd0-401e-8696-75808784b877 ro quiet splash vt.handoff=7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions: grub-pc 2.00-12ubuntu1
SourcePackage: linux
Title: package linux-image-3.8.0-4-generic 3.8.0-4.9 failed to install/upgrade: 
trying to overwrite 
'/lib/modules/3.8.0-4-generic/kernel/drivers/ata/ahci_platform.ko', which is 
also in package linux-image-extra-3.8.0-4-generic 3.8.0-4.8
UpgradeStatus: Upgraded to raring on 2013-01-03 (34 days ago)
dmi.bios.date: 10/24/2012
dmi.bios.vendor: Acer
dmi.bios.version: V1.07
dmi.board.asset.tag: No Asset Tag
dmi.board.name: VA50_CM
dmi.board.vendor: Acer
dmi.board.version: Base Board Version
dmi.chassis.type: 10
dmi.chassis.vendor: Chassis Manufacturer
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAcer:bvrV1.07:bd10/24/2012:svnAcer:pnAspireV3-551:pvrV1.07:rvnAcer:rnVA50_CM:rvrBaseBoardVersion:cvnChassisManufacturer:ct10:cvrChassisVersion:
dmi.product.name: Aspire V3-551
dmi.product.version: V1.07
dmi.sys.vendor: Acer

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: Confirmed


** Tags: amd64 apport-package need-duplicate-check package-conflict 
package-from-proposed raring

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

Title:
  package linux-image-3.8.0-4-generic 3.8.0-4.9 failed to
  install/upgrade: trying to overwrite
  '/lib/modules/3.8.0-4-generic/kernel/drivers/ata/ahci_platform.ko',
  which is also in package linux-image-extra-3.8.0-4-generic 3.8.0-4.8

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

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


[Bug 1115998] [NEW] Wireless cutting out after a few min of use in 13.04

2013-02-04 Thread Britt Yazel
Public bug reported:

I am running Ubuntu 13.04 development build on an Acer Aspire V3-551,
and I am having an issue where my wireless cuts out after 4-5 minutes of
use. When the wireless cuts out the whole computer locks up for 5-10
seconds and now mouse movement registers.  This has been happening for
the past few weeks and is very hard to work with.

As a note, if I click the networking menu and disable wireless and then
toggle it back on, there seems to be a 50/50 chance that I can get my
wireless to connect again, otherwise it just tries over and over again
to connect and fails. Usually on a reboot the issue will be temporarily
resolved (until 4-5 min of use as stated above), but some of the time
the issue persists through a reboot.

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: linux-image-3.8.0-4-generic 3.8.0-4.8
ProcVersionSignature: Ubuntu 3.8.0-4.8-generic 3.8.0-rc6
Uname: Linux 3.8.0-4-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.8-0ubuntu4
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  britt  2004 F pulseaudio
 /dev/snd/controlC0:  britt  2004 F pulseaudio
Date: Mon Feb  4 23:14:51 2013
HibernationDevice: RESUME=UUID=31686ec4-7953-41f1-8307-1cc723ed9da9
InstallationDate: Installed on 2013-01-02 (33 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
MachineType: Acer Aspire V3-551
MarkForUpload: True
ProcFB: 0 VESA VGA
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-4-generic 
root=UUID=5f5be620-4cd0-401e-8696-75808784b877 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.8.0-4-generic N/A
 linux-backports-modules-3.8.0-4-generic  N/A
 linux-firmware   1.100
SourcePackage: linux
UpgradeStatus: Upgraded to raring on 2013-01-03 (32 days ago)
WifiSyslog: Feb  4 23:14:08 carolinebook NetworkManager[1136]: warn 
nl_recvmsgs() error: (-33) Dump inconsistency detected, interrupted
dmi.bios.date: 10/24/2012
dmi.bios.vendor: Acer
dmi.bios.version: V1.07
dmi.board.asset.tag: No Asset Tag
dmi.board.name: VA50_CM
dmi.board.vendor: Acer
dmi.board.version: Base Board Version
dmi.chassis.type: 10
dmi.chassis.vendor: Chassis Manufacturer
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAcer:bvrV1.07:bd10/24/2012:svnAcer:pnAspireV3-551:pvrV1.07:rvnAcer:rnVA50_CM:rvrBaseBoardVersion:cvnChassisManufacturer:ct10:cvrChassisVersion:
dmi.product.name: Aspire V3-551
dmi.product.version: V1.07
dmi.sys.vendor: Acer

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


** Tags: amd64 apport-bug raring 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/1115998

Title:
  Wireless cutting out after a few min of use in 13.04

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

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


[Bug 1094571] Re: gnome-shell (or session) continually crashes/locksup when closing any window

2013-01-04 Thread Britt Yazel
I too have this same issue. I didn't know which package to report this
bug to, but this seems to be the right place.

I dont know how hardware specific the issue could be like the OP
suggested, as my computer is very different then his. I have an acer
aspire 5553 with an AMD phenom processor and a Radeon HD4500 graphics
card running the Open Sourced drivers.

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

Title:
  gnome-shell (or session) continually crashes/locksup when closing any
  window

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

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


[Bug 1095674] [NEW] Software-Sources and Ubuntuone missing from gnome-control-center in Raring

2013-01-03 Thread Britt Yazel
Public bug reported:

Using the Ubuntu-Gnome-Remix x86_64 13.04 development version and logged
into a gnome-shell session, the Gnome-Control-Panel is no longer showing
Software-Sources and the ubuntuone-control-panel-qt like it used to.
Ubuntuone (not installed by default) used to show under the Personal
category, and Software-Sources would show under the system category
prior to upgrading.

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: gnome-control-center 1:3.6.3-0ubuntu9
ProcVersionSignature: Ubuntu 3.7.0-7.15-generic 3.7.0
Uname: Linux 3.7.0-7-generic x86_64
ApportVersion: 2.7-0ubuntu2
Architecture: amd64
Date: Thu Jan  3 07:16:23 2013
InstallationDate: Installed on 2012-12-16 (18 days ago)
InstallationMedia: Ubuntu GNOME Remix 12.10 Quantal Quetzal - Release 
amd64(20121023)
MarkForUpload: True
ProcEnviron:
 LANGUAGE=en_CA:en
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_CA.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-control-center
UpgradeStatus: Upgraded to raring on 2013-01-03 (0 days ago)
usr_lib_gnome-control-center:
 deja-dup25.3-0ubuntu1
 gnome-control-center-signon 0.1.2bzr12.12.05-0ubuntu1
 indicator-datetime  12.10.3daily12.11.23-0ubuntu1

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


** Tags: amd64 apport-bug raring

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

Title:
  Software-Sources and Ubuntuone missing from gnome-control-center in
  Raring

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

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


[Bug 1095847] [NEW] no GUI method for managing webapps

2013-01-03 Thread Britt Yazel
Public bug reported:

Right now, there is no GUI method for removing added webapps (apart from
the USC which is terribly non-intuitive, as I didn't even realize
webapps were packages I was installing. It would be nice if there
were an intuitive method for removing and managing webapps, as they can
become a clutter of sorts in the application launcher.

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: unity-webapps-common 2.4.10-0ubuntu3
ProcVersionSignature: Ubuntu 3.7.0-7.15-generic 3.7.0
Uname: Linux 3.7.0-7-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.7-0ubuntu2
Architecture: amd64
Date: Thu Jan  3 14:42:30 2013
InstallationDate: Installed on 2013-01-02 (0 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: webapps-applications
UpgradeStatus: Upgraded to raring on 2013-01-03 (0 days ago)

** Affects: webapps-applications (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug raring 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/1095847

Title:
  no GUI method for managing webapps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webapps-applications/+bug/1095847/+subscriptions

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


[Bug 1095850] [NEW] gwibber is not showing any content

2013-01-03 Thread Britt Yazel
Public bug reported:

I am running 13.04 development build, and am having an issue with
Gwibber as well as the Social Lens, where Gwibber does not show any
content from my facebook account. Gwibber just shows a blank white
window with no content to speak of. The same is reported for the Unity-
Social-lens, it is also reporting nothing.

I have tried removing and readding the account from the accounts window
as well, but nothing seems to work.

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: gwibber 3.6.0-0ubuntu1
ProcVersionSignature: Ubuntu 3.7.0-7.15-generic 3.7.0
Uname: Linux 3.7.0-7-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.7-0ubuntu2
Architecture: amd64
Date: Thu Jan  3 14:51:53 2013
InstallationDate: Installed on 2013-01-02 (0 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
MarkForUpload: True
SourcePackage: gwibber
UpgradeStatus: Upgraded to raring on 2013-01-03 (0 days ago)

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


** Tags: amd64 apport-bug raring 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/1095850

Title:
  gwibber is not showing any content

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

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


[Bug 1095854] [NEW] auto-hide launcher not-reappearing consistently

2013-01-03 Thread Britt Yazel
Public bug reported:

In Ubuntu 12.04, 12.10, and again on the development build of 13.04,
when you set the Unity launcher to auto-hide, it has a very inconsistent
tendency to reappear.

It seems to only want to return if you quickly slam your cursor against
the left side of the screen, as when you slowly move your cursor to the
left side it just sits there. Likewise, if you slowly move it to the
left side and you keep applying slow-pressure to hopefully get the
launcher to return, all that happens is a flickering of shadow along the
left edge as if it is trying to return but is stuck.

Another thing I have found is that you have to slide the mouse cursor
through the left side, rather than just to the left side. If you stop
the cursor right at the left side without applying through-force, it
will not appear.

I dont know if the code requires a certain amount of force or speed to
get the launcher to re-show, but it is very un-fluid. It would be nice
if work was done to make the re-emmerging of the launcher fluid and
consistently perfect.

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: unity 6.12.0daily12.12.05-0ubuntu1
ProcVersionSignature: Ubuntu 3.7.0-7.15-generic 3.7.0
Uname: Linux 3.7.0-7-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.7-0ubuntu2
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
Date: Thu Jan  3 15:03:19 2013
InstallationDate: Installed on 2013-01-02 (0 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
MarkForUpload: True
SourcePackage: unity
UpgradeStatus: Upgraded to raring on 2013-01-03 (0 days ago)

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


** Tags: amd64 apport-bug raring 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/1095854

Title:
  auto-hide launcher not-reappearing consistently

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

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


[Bug 1095502] [NEW] Fglrx is installed but details is reporting VESA

2013-01-02 Thread Britt Yazel
Public bug reported:

I am running Ubuntu 12.10 x86_64 and have just recently installed the
FGLRX-updates package. The package has installed correctly and I can
confirm that the fglrx drivers are in fact active and running, but
System SettingsDetails reports VESA:DVST as the Graphics provider.

I would like to note that this issue also was the same on Ubuntu 12.04,
and is on both my primary laptop (this one) with a Radeon HD7000 series
card, and my secondary laptop with an Radeon HD4000 series card.

I believe this bug is the same as this bug 879522
(https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/879522),
though that bug was closed due to lack of response.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: gnome-control-center 1:3.4.2-0ubuntu19
ProcVersionSignature: Ubuntu 3.5.0-21.32-generic 3.5.7.1
Uname: Linux 3.5.0-21-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.6.1-0ubuntu9
Architecture: amd64
Date: Wed Jan  2 17:43:56 2013
InstallationDate: Installed on 2013-01-02 (0 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
MarkForUpload: True
ProcEnviron:
 LANGUAGE=en_CA:en
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_CA.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-control-center
UpgradeStatus: No upgrade log present (probably fresh install)
usr_lib_gnome-control-center:
 activity-log-manager-control-center 0.9.4-0ubuntu4.2
 deja-dup24.0-0ubuntu1
 gnome-control-center-signon 0.0.18-0ubuntu1
 indicator-datetime  12.10.2-0ubuntu3.1

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


** Tags: amd64 apport-bug 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/1095502

Title:
  Fglrx is installed but details is reporting VESA

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

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


[Bug 1088560] Re: Cannot turn off Sticky Edges in Displays

2012-12-10 Thread Britt Yazel
Sorry I did not state it earlier. This is Elementary OS running the
Pantheon environment. Originally this ticket was assigned to Elementary
OS, my appologies.

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

Title:
  Cannot turn off Sticky Edges in Displays

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

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


[Bug 1082986] [NEW] warning: undefined reference to schema id='org.gnome.settings-daemon.plugins.updates'/

2012-11-25 Thread Britt Yazel
Public bug reported:

Using Ubuntu Gnome Remix and with the Gnome3-ppa installed, I am getting
a libglib2.0 error on both the i386 and amd64 versions saying:

Processing triggers for libglib2.0-0:i386 ...
warning: undefined reference to schema 
id='org.gnome.settings-daemon.plugins.updates'/
Processing triggers for libglib2.0-0:amd64 ...
warning: undefined reference to schema 
id='org.gnome.settings-daemon.plugins.updates'/

I don't seem to have any noticable consequences from this error thus
far, but I it still something to look into.

I would also like to note that I did not have this error before
installing the Gnome3-ppa.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: libglib2.0-0 2.34.1-1ubuntu1
ProcVersionSignature: Ubuntu 3.5.0-19.30-generic 3.5.7
Uname: Linux 3.5.0-19-generic x86_64
ApportVersion: 2.6.1-0ubuntu6
Architecture: amd64
Date: Sun Nov 25 13:57:16 2012
InstallationDate: Installed on 2012-11-25 (0 days ago)
InstallationMedia: Ubuntu GNOME Remix 12.10 Quantal Quetzal - Release 
amd64(20121023)
MarkForUpload: True
ProcEnviron:
 LANGUAGE=en_US:en
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: glib2.0
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: glib2.0 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug package-from-proposed quantal

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

Title:
  warning: undefined reference to schema id='org.gnome.settings-
  daemon.plugins.updates'/

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

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


Re: [Bug 929991] Re: Launcher pointer barrier is bidirectional

2012-11-22 Thread Britt Yazel
the top bar, or the dock?


On Wed, Nov 21, 2012 at 2:40 PM, heckle 929...@bugs.launchpad.net wrote:

 is there any chance that we end users could turn off the unity bar on
 the second monitor? i'm not sure what the ubuntu devs intend to do with
 it, but for now, it makes for a frustrating experience.

 --
 You received this bug notification because you are subscribed to a
 duplicate bug report (946602).
 https://bugs.launchpad.net/bugs/929991

 Title:
   Launcher pointer barrier is bidirectional

 Status in Ayatana Design:
   Won't Fix
 Status in Unity:
   Invalid
 Status in “unity” package in Ubuntu:
   Invalid

 Bug description:
   The pointer barrier that Unity sets up on the screen edge for the
   launcher is bidirectional - it blocks movement both left-to-right
   (which is obviously intended, as that's the launcher reveal
   mechanism), but also right-to-left.

   The Unity should pass BarrierPositiveX to the
   CreatePointerBarrierVelocity call to make it transparent to left→right
   motion.

   ProblemType: Bug
   DistroRelease: Ubuntu 12.04
   Package: unity 5.2.0-0ubuntu3
   ProcVersionSignature: Ubuntu 3.2.0-15.24-generic 3.2.5
   Uname: Linux 3.2.0-15-generic x86_64
   ApportVersion: 1.91-0ubuntu1
   Architecture: amd64
   CompizPlugins:
 [core,bailer,detection,composite,opengl,decor,compiztoolbox,regex,imgpng,place,animation,expo,grid,mousepoll,session,snap,vpswitch,wall,workarounds,unitymtgrabhandles,resize,gnomecompat,move,fade,scale,ezoom,unityshell]
   Date: Fri Feb 10 17:58:29 2012
   EcryptfsInUse: Yes
   InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64
 (20120128)
   SourcePackage: unity
   UpgradeStatus: No upgrade log present (probably fresh install)

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


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

Title:
  Launcher pointer barrier is bidirectional

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

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

[Bug 1060533] Re: libreoffice-kde no drop shadow on menus

2012-10-02 Thread Britt Yazel
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1060533

Title:
  libreoffice-kde no drop shadow on menus

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

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


[Bug 1060533] [NEW] libreoffice-kde no drop shadow on menus

2012-10-02 Thread Britt Yazel
Public bug reported:

When Libreoffice-kde is installed, the integration with KDE is great,
but there are no drop shadows on the drop-down menus, and there is no
visual color distinction between the drop down-menu and the rest of the
toolbar. When the Libreoffice-kde package is removed, and the
libreoffice-gnome and libreoffice-gtk packages are installed in it's
place though, the kde-gtk oxygen theme has the drop shadow included and
actually visually looks better than the native libreoffice-kde package.
I do not think that the gtk package being on-the-go converted to match
the oxygen look should have a better appearance than the actual kde
package.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: libreoffice-kde 1:3.6.1~rc2-1ubuntu5
ProcVersionSignature: Ubuntu 3.5.0-16.25-generic 3.5.4
Uname: Linux 3.5.0-16-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.6.1-0ubuntu1
Architecture: amd64
Date: Tue Oct  2 16:55:16 2012
InstallationMedia: Kubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120423)
ProcEnviron:
 LANGUAGE=
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: libreoffice
UpgradeStatus: Upgraded to quantal on 2012-09-11 (21 days ago)

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


** Tags: amd64 apport-bug quantal

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

Title:
  libreoffice-kde no drop shadow on menus

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

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


[Bug 946589] Re: Xorg crashes in Precise with Dual Screens

2012-07-23 Thread Britt Yazel
This issue is still present even now. When installing 12.04 again on my
main pc, and rearranging the desktops after fulling updating my
computer, my system instantly froze again. Also, after my initial boot
up my computer would randomly flash black and then freeze shortly after
the picture reappearedSo far my experience with AMD card with Ubuntu
has been less than satisfactory. The fglrx drivers work as expected,
though I get errors when trying to install them with Jockey and had to
install it via the command line. Also, with the xorg edgers ppa and the
latest 3.5 kernel all the AMD problems go away..I very sincerely
hope that in the time the next Ubuntu release comes out (or even this
one) we can just use the now-working drivers found in the xorg-edgers,
and not break them

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

Title:
  Xorg crashes in Precise with Dual Screens

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-ati/+bug/946589/+subscriptions

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


[Bug 918176] Re: 046d:08da Logitech webcam freezes if there is no movement

2012-07-23 Thread Britt Yazel
I can confirm that I do have this issue. It works great under windows,
but freezes under Ubuntu, and solely Ubuntu. If I do rapid movement next
to it it will reinitialize, but then instantly freeze

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

Title:
  046d:08da Logitech webcam freezes if there is no movement

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

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


[Bug 863351] Re: 046d:08d7 Logitech Webcam stops if there is no movement

2012-07-01 Thread Britt Yazel
I too am having this exact bug, and with the kernel 3.5.0-2 in the xorg-
edgers ppa it is not present. There must have been a regression of some
sort.

I am runing Kubuntu 12.04

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

Title:
  046d:08d7 Logitech Webcam stops if there is no movement

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

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


[Bug 933292] Re: annoying window snapping to sides of screen in Unity

2012-06-29 Thread Britt Yazel
Yes the bug is reproducible. I actually started using Kubuntu due to
many of the Unity issues, but from what I remember certain times when
you are dragging a window and you near the top panel it would snap to
the top or to a side as it gets near. Also, from what I remember, if a
window is partially off the screen and you drag it back onto the screen,
once the edge that was furthest off the screen reaches the screen border
it abruptly snaps to the side of the window, causing the windows
dragging to loose it's fluidity.

The worst thing I can remember though, is that once a window does it's
automatic snap to side option, it will not nicely disconnect from the
side, but rather will stay motionless for a split second and then jerk
to the new position in a very unfluid manner.

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

Title:
  annoying window snapping to sides of screen in Unity

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

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


[Bug 933289] Re: bad flickering with Radeon drivers in 12.04 Precise

2012-06-03 Thread Britt Yazel
After installing the ppa:xorg-edgers/ppa  the flicker seems to have been
fixed. This leads me to conclude that the issue was caused by something
done in the default Ubuntu install of X. However, it would be nice to
see some of the changes with the 1.12 server and drivers to be brought
into mainline for inclusion, as this seems to have fixed the issue.

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

Title:
  bad flickering with Radeon drivers in 12.04 Precise

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-ati/+bug/933289/+subscriptions

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


[Bug 933289] Re: bad flickering with Radeon drivers in 12.04 Precise

2012-06-02 Thread Britt Yazel
This bug is still prominent in the Open Sourced drivers. I have found
many many references to people with this same issue and also with AMD
4200 series cards.

http://askubuntu.com/questions/57400/why-does-my-screen-flicker-
whenever-im-in-a-3d-program

for example.

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

Title:
  bad flickering with Radeon drivers in 12.04 Precise

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-ati/+bug/933289/+subscriptions

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


[Bug 484157] Re: Screen flickering in 3D applications with open source radeon driver.

2012-06-02 Thread Britt Yazel
This bug is still very much prominent, and all new responses to this bug
on Precise should be filed on bug 933289

https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-
ati/+bug/933289

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

Title:
  Screen flickering in 3D applications with open source radeon driver.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-ati/+bug/484157/+subscriptions

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


[Bug 949641] Re: Installing both fglrx and fglrx-updates results in: error exit status 1 -/etc/init.d/atieventsd exists during rc.d purge

2012-05-05 Thread Britt Yazel
On a freshly installed system I tried installing fglrx-updates and got a
instalation failed message in jockey, but the drivers regardless seem
to be working alright. Don't know if this is the same issue or not, but
it would be nice to be fixed.

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

Title:
  Installing both fglrx and fglrx-updates results in:  error exit status
  1 -/etc/init.d/atieventsd exists during rc.d purge

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/949641/+subscriptions

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


[Bug 994371] [NEW] fglrx-updates fails on install in precise

2012-05-03 Thread Britt Yazel
Public bug reported:

When installing regular fglrx, the install goes fine through Jockey, but
after trying to install fglrx-updates, the install failed and did not
say why. Though, the driver appears to be working just fine after I
rebooted the computer, it just doesn't show up in jockey that it is
activated. Also, I am still getting the bug where it reports fglrx as
VESA in System-Info

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: fglrx-updates 2:8.960-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
Uname: Linux 3.2.0-24-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.0.1-0ubuntu7
Architecture: amd64
Date: Thu May  3 20:04:36 2012
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: fglrx-installer-updates
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: fglrx-installer-updates (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug precise

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

Title:
  fglrx-updates fails on install in precise

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer-updates/+bug/994371/+subscriptions

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


[Bug 994371] Re: fglrx-updates fails on install in precise

2012-05-03 Thread Britt Yazel
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/994371

Title:
  fglrx-updates fails on install in precise

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer-updates/+bug/994371/+subscriptions

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


[Bug 875543] Re: can't eject cd rom : Inappropriate ioctl for device

2012-05-01 Thread Britt Yazel
I now too have this bug. This is the first time this has happened and I
am running Precise. I was able to open the drive before, I blanked a
disk, and now it s anable to open due to the same error as above

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

Title:
  can't eject cd rom : Inappropriate ioctl for device

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

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


[Bug 973181] Re: Dash - System commands presence confuse the definition of App

2012-04-22 Thread Britt Yazel
The session commands (logout, restart, shutdown, etc) definitively
belong in the application lens. Considering the applications lens is
used to list applications, there is no possible way that non
applications should 'definitively' belong in the applications lens. Now,
considering that it seems like your issue is that those items are not
listed in the dash in general, I suggest you consider filing a bug
report or a suggestion on the Design list to get a new category listed
for items such as logout, restart, shutdown, etc.

Now, I apologize for perhaps ignorance on my part, but I do not see how
not having access to these items via the dash breaks your system or
your workflow.

It basically means that if we don't like it, we have not input to get
it changed. Another F-U from the Ubuntu Design gods. You do know that
you can be a part of the design team and be able to give input into
decisions such as this correct? Just because you haven't been voicing
your input doesn't mean that the capacity for you to voice your input is
not there. Just note when an issue like this arises, such as non
applications being listed as applications, arguing for retaining of a
flaw in order to not have to adapt to changing software will not get
your far.

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

Title:
  Dash - System commands presence confuse the definition of App

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

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


[Bug 979566] AlsaDevices.txt

2012-04-12 Thread Britt Yazel
apport information

** Attachment added: AlsaDevices.txt
   
https://bugs.launchpad.net/bugs/979566/+attachment/3053361/+files/AlsaDevices.txt

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

Title:
  webcam is not longer recognized after update

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

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


[Bug 979566] Re: webcam is not longer recognized after update

2012-04-12 Thread Britt Yazel
apport information

** Tags added: apport-collected precise

** Description changed:

- In one of the past kernel updates my webcam has stopped being
- recognized. I do not know enough about kernel drivers to know how to
- diagnose this bug. If anyone could help me  with this issue, or
- potentially fix it by launch it would be much abliged.
+ In one of the past kernel updates my webcam has stopped being recognized. I 
do not know enough about kernel drivers to know how to diagnose this bug. If 
anyone could help me  with this issue, or potentially fix it by launch it would 
be much abliged.
+ --- 
+ AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
+ ApportVersion: 2.0.1-0ubuntu2
+ Architecture: amd64
+ ArecordDevices:
+   List of CAPTURE Hardware Devices 
+  card 0: SB [HDA ATI SB], device 0: ALC271X Analog [ALC271X Analog]
+Subdevices: 1/1
+Subdevice #0: subdevice #0
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC1:  britt  3035 F pulseaudio
+  /dev/snd/controlC0:  britt  3035 F pulseaudio
+ Card0.Amixer.info:
+  Card hw:0 'SB'/'HDA ATI SB at 0xd040 irq 16'
+Mixer name : 'Realtek ALC271X'
+Components : 'HDA:10ec0269,10250362,00100100'
+Controls  : 23
+Simple ctrls  : 12
+ Card1.Amixer.info:
+  Card hw:1 'HDMI'/'HDA ATI HDMI at 0xd011 irq 19'
+Mixer name : 'ATI RS690/780 HDMI'
+Components : 'HDA:1002791a,00791a00,0010'
+Controls  : 4
+Simple ctrls  : 1
+ Card1.Amixer.values:
+  Simple mixer control 'IEC958',0
+Capabilities: pswitch pswitch-joined penum
+Playback channels: Mono
+Mono: Playback [on]
+ DistroRelease: Ubuntu 12.04
+ HibernationDevice: RESUME=UUID=40b522f0-99ac-4fae-8fb7-f8cdddcc1375
+ InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
+ MachineType: Acer Aspire 5553
+ NonfreeKernelModules: wl fglrx
+ Package: linux (not installed)
+ ProcFB: 0 VESA VGA
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-23-generic 
root=UUID=e49eb218-80c6-43a9-be04-f706272ad1b0 ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
+ RelatedPackageVersions:
+  linux-restricted-modules-3.2.0-23-generic N/A
+  linux-backports-modules-3.2.0-23-generic  N/A
+  linux-firmware1.78
+ SourcePackage: linux
+ Tags:  precise precise
+ Uname: Linux 3.2.0-23-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
+ dmi.bios.date: 04/25/2011
+ dmi.bios.vendor: Phoenix Technologies LTD
+ dmi.bios.version: V1.23
+ dmi.board.name: JV51_DN
+ dmi.board.vendor: Acer
+ dmi.board.version: Not Applicable
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: Acer
+ dmi.chassis.version: N/A
+ dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrV1.23:bd04/25/2011:svnAcer:pnAspire5553:pvrNotApplicable:rvnAcer:rnJV51_DN:rvrNotApplicable:cvnAcer:ct10:cvrN/A:
+ dmi.product.name: Aspire 5553
+ dmi.product.version: Not Applicable
+ dmi.sys.vendor: Acer

** Attachment added: AcpiTables.txt
   
https://bugs.launchpad.net/bugs/979566/+attachment/3053355/+files/AcpiTables.txt

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

Title:
  webcam is not longer recognized after update

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

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


[Bug 979566] AplayDevices.txt

2012-04-12 Thread Britt Yazel
apport information

** Attachment added: AplayDevices.txt
   
https://bugs.launchpad.net/bugs/979566/+attachment/3053362/+files/AplayDevices.txt

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

Title:
  webcam is not longer recognized after update

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

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


[Bug 979566] BootDmesg.txt

2012-04-12 Thread Britt Yazel
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/979566/+attachment/3053363/+files/BootDmesg.txt

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

Title:
  webcam is not longer recognized after update

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

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


[Bug 979566] CRDA.txt

2012-04-12 Thread Britt Yazel
apport information

** Attachment added: CRDA.txt
   https://bugs.launchpad.net/bugs/979566/+attachment/3053364/+files/CRDA.txt

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

Title:
  webcam is not longer recognized after update

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

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


[Bug 979566] Card0.Amixer.values.txt

2012-04-12 Thread Britt Yazel
apport information

** Attachment added: Card0.Amixer.values.txt
   
https://bugs.launchpad.net/bugs/979566/+attachment/3053365/+files/Card0.Amixer.values.txt

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

Title:
  webcam is not longer recognized after update

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

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


[Bug 979566] Card1.Codecs.codec.0.txt

2012-04-12 Thread Britt Yazel
apport information

** Attachment added: Card1.Codecs.codec.0.txt
   
https://bugs.launchpad.net/bugs/979566/+attachment/3053367/+files/Card1.Codecs.codec.0.txt

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

Title:
  webcam is not longer recognized after update

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

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


[Bug 979566] Card0.Codecs.codec.0.txt

2012-04-12 Thread Britt Yazel
apport information

** Attachment added: Card0.Codecs.codec.0.txt
   
https://bugs.launchpad.net/bugs/979566/+attachment/3053366/+files/Card0.Codecs.codec.0.txt

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

Title:
  webcam is not longer recognized after update

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

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


[Bug 979566] IwConfig.txt

2012-04-12 Thread Britt Yazel
apport information

** Attachment added: IwConfig.txt
   
https://bugs.launchpad.net/bugs/979566/+attachment/3053369/+files/IwConfig.txt

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

Title:
  webcam is not longer recognized after update

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

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


[Bug 979566] Lspci.txt

2012-04-12 Thread Britt Yazel
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/979566/+attachment/3053370/+files/Lspci.txt

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

Title:
  webcam is not longer recognized after update

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

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


[Bug 979566] CurrentDmesg.txt

2012-04-12 Thread Britt Yazel
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/979566/+attachment/3053368/+files/CurrentDmesg.txt

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

Title:
  webcam is not longer recognized after update

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

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


[Bug 979566] Lsusb.txt

2012-04-12 Thread Britt Yazel
apport information

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/979566/+attachment/3053376/+files/Lsusb.txt

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

Title:
  webcam is not longer recognized after update

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

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


[Bug 979566] PciMultimedia.txt

2012-04-12 Thread Britt Yazel
apport information

** Attachment added: PciMultimedia.txt
   
https://bugs.launchpad.net/bugs/979566/+attachment/3053377/+files/PciMultimedia.txt

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

Title:
  webcam is not longer recognized after update

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

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


[Bug 979566] ProcCpuinfo.txt

2012-04-12 Thread Britt Yazel
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/979566/+attachment/3053378/+files/ProcCpuinfo.txt

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

Title:
  webcam is not longer recognized after update

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

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


[Bug 979566] ProcEnviron.txt

2012-04-12 Thread Britt Yazel
apport information

** Attachment added: ProcEnviron.txt
   
https://bugs.launchpad.net/bugs/979566/+attachment/3053379/+files/ProcEnviron.txt

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

Title:
  webcam is not longer recognized after update

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

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


[Bug 979566] ProcInterrupts.txt

2012-04-12 Thread Britt Yazel
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/979566/+attachment/3053380/+files/ProcInterrupts.txt

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

Title:
  webcam is not longer recognized after update

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

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


[Bug 979566] ProcModules.txt

2012-04-12 Thread Britt Yazel
apport information

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/979566/+attachment/3053381/+files/ProcModules.txt

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

Title:
  webcam is not longer recognized after update

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

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


[Bug 979566] PulseList.txt

2012-04-12 Thread Britt Yazel
apport information

** Attachment added: PulseList.txt
   
https://bugs.launchpad.net/bugs/979566/+attachment/3053382/+files/PulseList.txt

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

Title:
  webcam is not longer recognized after update

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

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


[Bug 979566] UdevDb.txt

2012-04-12 Thread Britt Yazel
apport information

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/979566/+attachment/3053386/+files/UdevDb.txt

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

Title:
  webcam is not longer recognized after update

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

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


[Bug 979566] RfKill.txt

2012-04-12 Thread Britt Yazel
apport information

** Attachment added: RfKill.txt
   https://bugs.launchpad.net/bugs/979566/+attachment/3053383/+files/RfKill.txt

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

Title:
  webcam is not longer recognized after update

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

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


[Bug 979566] UdevLog.txt

2012-04-12 Thread Britt Yazel
apport information

** Attachment added: UdevLog.txt
   https://bugs.launchpad.net/bugs/979566/+attachment/3053387/+files/UdevLog.txt

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

Title:
  webcam is not longer recognized after update

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

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


[Bug 979566] WifiSyslog.txt

2012-04-12 Thread Britt Yazel
apport information

** Attachment added: WifiSyslog.txt
   
https://bugs.launchpad.net/bugs/979566/+attachment/3053388/+files/WifiSyslog.txt

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

Title:
  webcam is not longer recognized after update

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

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


[Bug 946736] Re: missing openjdk-6-java.desktop file

2012-04-12 Thread Britt Yazel
This bug seems to be fixed. I am now able to right click on .jar files
like I used to and launch them with java runtime

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

Title:
  missing openjdk-6-java.desktop file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/946736/+subscriptions

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


[Bug 980490] [NEW] Firefox page title does not update until switching window focus

2012-04-12 Thread Britt Yazel
Public bug reported:

The title on firefox windows does not update between page switching
until the window focus is changed to another window. The title
immediately then changes to the new title. This will happen repetedly.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: firefox 11.0+build1-0ubuntu4
ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
Uname: Linux 3.2.0-23-generic x86_64
NonfreeKernelModules: wl fglrx
AddonCompatCheckDisabled: False
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
ApportVersion: 2.0.1-0ubuntu2
Architecture: amd64
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: SB [HDA ATI SB], device 0: ALC271X Analog [ALC271X Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  britt  3035 F pulseaudio
 /dev/snd/controlC0:  britt  3035 F pulseaudio
BuildID: 20120410121533
Card0.Amixer.info:
 Card hw:0 'SB'/'HDA ATI SB at 0xd040 irq 16'
   Mixer name   : 'Realtek ALC271X'
   Components   : 'HDA:10ec0269,10250362,00100100'
   Controls  : 23
   Simple ctrls  : 12
Card1.Amixer.info:
 Card hw:1 'HDMI'/'HDA ATI HDMI at 0xd011 irq 19'
   Mixer name   : 'ATI RS690/780 HDMI'
   Components   : 'HDA:1002791a,00791a00,0010'
   Controls  : 4
   Simple ctrls  : 1
Card1.Amixer.values:
 Simple mixer control 'IEC958',0
   Capabilities: pswitch pswitch-joined penum
   Playback channels: Mono
   Mono: Playback [on]
Channel: release
Date: Thu Apr 12 20:59:00 2012
ForcedLayersAccel: False
IfupdownConfig:
 auto lo
 iface lo inet loopback
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
IpRoute:
 default via 192.168.1.1 dev wlan0  proto static 
 169.254.0.0/16 dev wlan0  scope link  metric 1000 
 192.168.1.0/24 dev wlan0  proto kernel  scope link  src 192.168.1.103  metric 2
Profiles: Profile0 (Default) - LastVersion=11.0/20120410121533 (Running)
RunningIncompatibleAddons: False
SourcePackage: firefox
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 04/25/2011
dmi.bios.vendor: Phoenix Technologies LTD
dmi.bios.version: V1.23
dmi.board.name: JV51_DN
dmi.board.vendor: Acer
dmi.board.version: Not Applicable
dmi.chassis.type: 10
dmi.chassis.vendor: Acer
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrV1.23:bd04/25/2011:svnAcer:pnAspire5553:pvrNotApplicable:rvnAcer:rnJV51_DN:rvrNotApplicable:cvnAcer:ct10:cvrN/A:
dmi.product.name: Aspire 5553
dmi.product.version: Not Applicable
dmi.sys.vendor: Acer

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


** Tags: amd64 apport-bug precise release-channel

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

Title:
  Firefox page title does not update until switching window focus

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

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


[Bug 980490] Re: Firefox page title does not update until switching window focus

2012-04-12 Thread Britt Yazel
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/980490

Title:
  Firefox page title does not update until switching window focus

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

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


[Bug 979566] [NEW] webcam is not longer recognized after update

2012-04-11 Thread Britt Yazel
Public bug reported:

In one of the past kernel updates my webcam has stopped being
recognized. I do not know enough about kernel drivers to know how to
diagnose this bug. If anyone could help me  with this issue, or
potentially fix it by launch it would be much abliged.

** Affects: 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/979566

Title:
  webcam is not longer recognized after update

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

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


[Bug 953679] Re: hud menu items only show up after I have opened all of the menus first

2012-04-09 Thread Britt Yazel
Yes it seems to have been fixed.

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

Title:
  hud menu items only show up after I have opened all of the menus first

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-appmenu/+bug/953679/+subscriptions

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


[Bug 977716] [NEW] When closing windows, drop shadow on Unity bar flashes

2012-04-09 Thread Britt Yazel
Public bug reported:

When closing windows, the drop shadow underneath the unity top bar
flashes white. This is a very minor but noticable visual inconsistancy
that should be fixed for the LTS.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: unity 5.8.0-0ubuntu2
ProcVersionSignature: Ubuntu 3.2.0-22.35-generic 3.2.14
Uname: Linux 3.2.0-22-generic x86_64
NonfreeKernelModules: wl fglrx
.tmp.unity.support.test.0:
 
ApportVersion: 2.0-0ubuntu4
Architecture: amd64
CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
CompositorRunning: compiz
Date: Mon Apr  9 21:50:57 2012
DistUpgraded: Fresh install
DistroCodename: precise
DistroVariant: ubuntu
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
MachineType: Acer Aspire 5553
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-22-generic 
root=UUID=e49eb218-80c6-43a9-be04-f706272ad1b0 ro quiet splash vt.handoff=7
SourcePackage: unity
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 04/25/2011
dmi.bios.vendor: Phoenix Technologies LTD
dmi.bios.version: V1.23
dmi.board.name: JV51_DN
dmi.board.vendor: Acer
dmi.board.version: Not Applicable
dmi.chassis.type: 10
dmi.chassis.vendor: Acer
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrV1.23:bd04/25/2011:svnAcer:pnAspire5553:pvrNotApplicable:rvnAcer:rnJV51_DN:rvrNotApplicable:cvnAcer:ct10:cvrN/A:
dmi.product.name: Aspire 5553
dmi.product.version: Not Applicable
dmi.sys.vendor: Acer
version.compiz: compiz 1:0.9.7.4-0ubuntu3
version.fglrx-installer: fglrx-installer N/A
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.32-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.2-0ubuntu3
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.2-0ubuntu3
version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu10
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu1
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20111219.aacbd629-0ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20111201+b5534a1-1build2

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


** Tags: amd64 apport-bug compiz-0.9 precise ubuntu

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

Title:
  When closing windows, drop shadow on Unity bar flashes

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

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


[Bug 977716] Re: When closing windows, drop shadow on Unity bar flashes

2012-04-09 Thread Britt Yazel
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/977716

Title:
  When closing windows, drop shadow on Unity bar flashes

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

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


[Bug 973181] Re: System commands presence confuse the definition of App

2012-04-05 Thread Britt Yazel
I agree with this 100%! (possibly because I posted the original message
to the design list ;-) )

Along with the shutdown/lock scree/restart/logout items being removed, I
still believe we should at least hide the system-settings duplicate
items by default, or remove them all together. It is just rendundancy
for the sake of redundancy to keep them in the applicaiton lens. It was
usefull to have the system-settings options in the application menu back
in gnome 2 because there was not a system-settings window, but now that
we have a system-settings it is just clutter.

Also, having all of the system setting links solely in the system-
settings menu intuitively makes a lot of sense, and also is comfortable
for people coming from mac/windows with the system preferences/control
panel.

I just don't like having it list 90+ applications on what should be a
'freshly' installed system.

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

Title:
  System commands presence confuse the definition of App

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

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


[Bug 933287] Re: synaptics touchpad cursor clicks become stuck

2012-04-04 Thread Britt Yazel
No this problem has been resolved. On my laptop I have not had this
issue in a long time. It looks like it inadvertently was fixed at some
point. Thank you for checking up on this issue.

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

Title:
  synaptics touchpad cursor clicks become stuck

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/933287/+subscriptions

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


[Bug 963585] Re: Unity 5.8: computer is crashing 1-2 minutes after logged into Unity

2012-04-02 Thread Britt Yazel
Any chance on this issue getting some attention before launch? Perhaps
this issue is filed under the wrong section. I do not believe it is a
Unity issue anymore, because the same issue happens while under Gnome. I
believe it is an issue possibly with xorg used in this release and the
multihead nature of my Radeon HD 6950.

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

Title:
  Unity 5.8: computer is crashing 1-2 minutes after logged into Unity

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

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


[Bug 963585] Re: Unity 5.8: computer is crashing 1-2 minutes after logged into Unity

2012-04-01 Thread Britt Yazel
I have more information to update on this ticket.

This issue happens both with the fglrx drivers as well as the Radeon
drivers. The computer will freeze when doing seemingly 'random'
graphical things as stated above, but will consistantly freeze
immediately when trying to rearrange the screens in the displays tab, as
well as if you click the revert to previous configuration if you
change any option in the displays tab.

This issue ONLY happens on my Cayman card (Radeon HD 6950), and not on
my HD 4200 series in my laptop. I believe this issue with consistant
desktop freezing and crashing to be attributed to the Cayman graphics
card and potentially the xorg server.

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

Title:
  Unity 5.8: computer is crashing 1-2 minutes after logged into Unity

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

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


[Bug 970560] [NEW] Displays is registering dual monitors as laptop when using fglrx

2012-03-31 Thread Britt Yazel
Public bug reported:

Today after installing the fglrx drivers on my Radeon 6950 cayman card,
in the Displays options, in order to get dual monitors to work I had
to first go into amdcccle and enable it there, restart the computer, and
THEN enable it in the displays setting. Also, both monitors are showing
up as laptop. When using the radeon drivers each monitor is picked up
as Acer blah blah, but with the propriatary drivers they both say
laptop and there is no visual color difference to indicate differences
between the two.

It would be nice if we could Unify the displays menu to where it will
enable dual monitors in amdccle when that option is selected or visa
versa.

It would also be nice to see the two monitors registering as their
proper names and differentiation.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: gnome-control-center 1:3.4.0-0ubuntu3
ProcVersionSignature: Ubuntu 3.2.0-21.34-generic 3.2.13
Uname: Linux 3.2.0-21-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.0-0ubuntu2
Architecture: amd64
Date: Sat Mar 31 21:05:09 2012
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta amd64 (20120301)
SourcePackage: gnome-control-center
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug precise

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

Title:
  Displays is registering dual monitors as laptop when using fglrx

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

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


[Bug 970560] Re: Displays is registering dual monitors as laptop when using fglrx

2012-03-31 Thread Britt Yazel
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/970560

Title:
  Displays is registering dual monitors as laptop when using fglrx

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

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


[Bug 950882] Re: No easy way to force closed an application (Force Quit, End Task)

2012-03-26 Thread Britt Yazel
I too have had this problem and would like to see this change
implimented! Perhaps the System Monitor should open up, or at least a
link to the system monitor from the window that currently pops up.

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

Title:
  No easy way to force closed an application (Force Quit, End Task)

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

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


[Bug 879522] Re: FGLRX installed but it seems to be still Vesa in use

2012-03-25 Thread Britt Yazel
The slowness has been fixed with the latest updates to compiz, but the
problem with it incorrectly reporting vesa as the driver is still
present. The new fglrx 8.960 seems to be quite awesome. It is fast, and
it has seemingly full compatibility with Gnome-Shell now, though
possibly still a bit slow.

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

Title:
  FGLRX installed but it seems to be still Vesa in use

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/879522/+subscriptions

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


[Bug 927441] Re: Far left character in panel (and launcher popups) distorted

2012-03-23 Thread Britt Yazel
This issue is not fixed on my system. There is no difference since the
update today

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

Title:
  Far left character in panel (and launcher popups) distorted

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

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


[Bug 963585] [NEW] computer is crashing when booted into Unity

2012-03-23 Thread Britt Yazel
Public bug reported:

Computer crashes while in Unity. The crash usually happens 1-2 minutes
after initially booting into Unity. It usually happens when doing
something graphical, such as opening the dash or using the launcher. The
screen will imediately freeze, and will flash black and return to the
frozen screen.

I do not know what is causing this issue, but I can verify that it does
not happen while in Gnome-Shell, so I believe it is Unity or Compiz
releated.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: unity 5.8.0-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-20.32-generic 3.2.12
Uname: Linux 3.2.0-20-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 1.95-0ubuntu1
Architecture: amd64
CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
CompositorRunning: None
Date: Fri Mar 23 17:21:09 2012
DistUpgraded: Fresh install
DistroCodename: precise
DistroVariant: ubuntu
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta amd64 (20120301)
MachineType: EVGA 132-YW-E179-FTW
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-20-generic 
root=UUID=e13ba62a-6ba1-43f1-8380-8c409080a450 ro quiet splash vt.handoff=7
SourcePackage: unity
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 09/11/2009
dmi.bios.vendor: Phoenix Technologies, LTD
dmi.bios.version: 6.00 PG
dmi.board.name: 132-YW-E179-FTW
dmi.board.vendor: EVGA
dmi.board.version: 1
dmi.chassis.type: 3
dmi.chassis.vendor: EVGA
dmi.chassis.version: 132-YW-E179-FTW
dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvr6.00PG:bd09/11/2009:svnEVGA:pn132-YW-E179-FTW:pvr1:rvnEVGA:rn132-YW-E179-FTW:rvr1:cvnEVGA:ct3:cvr132-YW-E179-FTW:
dmi.product.name: 132-YW-E179-FTW
dmi.product.version: 1
dmi.sys.vendor: EVGA
version.compiz: compiz 1:0.9.7.2-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.32-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.2-0ubuntu2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.2-0ubuntu2
version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu7
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu1
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20111219.aacbd629-0ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20111201+b5534a1-1build2

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug precise ubuntu

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

Title:
  computer is crashing when booted into Unity

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

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


[Bug 963585] Re: computer is crashing when booted into Unity

2012-03-23 Thread Britt Yazel
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/963585

Title:
  computer is crashing when booted into Unity

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

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


[Bug 963585] Re: computer is crashing when booted into Unity

2012-03-23 Thread Britt Yazel
I would like to note that this error does not always happen. It has
happened twice how I stated above, but I have been using it stably for
the past while without a crash. I do not know if it is a certain
combination of things that promps the crash.

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

Title:
  computer is crashing when booted into Unity

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

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


[Bug 963616] [NEW] rhythmbox crashed when previewing a second song

2012-03-23 Thread Britt Yazel
Private bug reported:

Whenever you preview songs in Rhythmnbox, the first song plays fine, but
the second song ALWAYS crashes rhythmnbox. This has been happening for
months, and happens consistantly every single time.

ProblemType: Crash
DistroRelease: Ubuntu 12.04
Package: rhythmbox 2.96-0ubuntu3
ProcVersionSignature: Ubuntu 3.2.0-20.32-generic 3.2.12
Uname: Linux 3.2.0-20-generic x86_64
ApportVersion: 1.95-0ubuntu1
Architecture: amd64
Date: Fri Mar 23 18:35:33 2012
Disassembly: = 0x7f42906e2509: Cannot access memory at address 0x7f42906e2509
ExecutablePath: /usr/bin/rhythmbox
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta amd64 (20120301)
ProcCmdline: rhythmbox
Signal: 11
SourcePackage: rhythmbox
StacktraceTop: ?? ()
Title: rhythmbox crashed with SIGSEGV
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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


** Tags: amd64 apport-crash need-amd64-retrace precise

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

Title:
  rhythmbox crashed when previewing a second song

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

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


[Bug 963658] [NEW] The way nautilus handles the desktop needs serious improvement

2012-03-23 Thread Britt Yazel
Public bug reported:

The way the nautilus handles the desktop could use some serious
improvement.

Firstly, the designated are for which desktop icons can be placed is not
consistant. Between logging in and out of the computer icons can shift
location. Icons will also switch position when switching from Gnome-
Shell to Unity.

Similarly, the keep aligned needs work. The icons will only lock
horozontally; vertically they can be placed at any spacing. Also, Mac OS
X has a nice effect where an icon will slide back to it's original
position if you place it in a unavailable space. It would be nice to see
some sort of an effect, as there is no effect now and it is very bare.

Another issue with the lock icons is the defualt spacing from the edge
of the screen. The Icons are spaced very far off the sides of the screen
and the dock, perhaps this could be toned down a bit.

Another issue I have found is that even when the keep aligned option
is on, if you drag a file from a nautilus window and drop it on the
desktop it can be placed anywhere, and does not snap to any sort of
alignment. It only will snap to alignment if you move it a second time
after the initally drag from the window.


These are just some observations that I have made that I believe could improve 
the desktop experience. Perhaps a couple of these suggestions should be 
requested from the Gnome-Team, or if they are made could be sent upstream.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: nautilus 1:3.3.92-0ubuntu2
ProcVersionSignature: Ubuntu 3.2.0-20.32-generic 3.2.12
Uname: Linux 3.2.0-20-generic x86_64
NonfreeKernelModules: wl fglrx
ApportVersion: 1.95-0ubuntu1
Architecture: amd64
Date: Fri Mar 23 21:12:59 2012
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
SourcePackage: nautilus
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug precise

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

Title:
  The way nautilus handles the desktop needs serious improvement

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

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


  1   2   3   >