[Bug 1968845] Re: Upgrade to 22.04 from 20.04 ends with dbus installation asking for a reboot

2022-04-23 Thread Ronnie Tucker
UPDATE: after waiting about 10 or 15 minutes it carried on with the upgrade.
But, yeah, telling people to reboot in the middle of an upgrade isn't great...  
 :/

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

Title:
  Upgrade to 22.04 from 20.04 ends with dbus installation asking for a
  reboot

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


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

[Bug 1968845] Re: Upgrade to 22.04 from 20.04 ends with dbus installation asking for a reboot

2022-04-23 Thread Ronnie Tucker
Yep. I'm getting the same and I'm stuck with a semi-upgraded install...
:(

** Attachment added: "Screenshot from 2022-04-23 13-04-17.png"
   
https://bugs.launchpad.net/ubuntu/+source/dbus/+bug/1968845/+attachment/5582855/+files/Screenshot%20from%202022-04-23%2013-04-17.png

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

Title:
  Upgrade to 22.04 from 20.04 ends with dbus installation asking for a
  reboot

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


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

[Bug 1941924] Re: Cannot find the /usr/share/ubuntu-scap-security-guides" "directory.

2021-08-27 Thread Ronnie
** Description changed:

- ubuntu advatnage log extract
+ I am trying to run the cis benchmark config. However, I was unable to
+ find the directory "/usr/share/ubuntu-scap-security-guides". On checking
+ the logs, I got a number of errors. Below is the ubuntu advantage log
+ extract.
  
-  File "/usr/lib/python3/dist-packages/uaclient/clouds/identity.py", line 65, 
in get_cloud_type
- out, _err = util.subp(["cloud-id"])
-   File "/usr/lib/python3/dist-packages/uaclient/util.py", line 638, in subp
- out, err = _subp(args, rcs, capture, timeout, env=env)
-   File "/usr/lib/python3/dist-packages/uaclient/util.py", line 595, in _subp
- stderr=err.decode("utf-8"),
+  File "/usr/lib/python3/dist-packages/uaclient/clouds/identity.py", line 65, 
in get_cloud_type
+ out, _err = util.subp(["cloud-id"])
+   File "/usr/lib/python3/dist-packages/uaclient/util.py", line 638, in subp
+ out, err = _subp(args, rcs, capture, timeout, env=env)
+   File "/usr/lib/python3/dist-packages/uaclient/util.py", line 595, in _subp
+ stderr=err.decode("utf-8"),
  uaclient.util.ProcessExecutionError: Failed running command 'cloud-id' 
[exit(1)]. Message: ERROR: File not found '/run/cloud-init/instance-data.json'. 
Provide a path to instance data json file using --instance-data
  
  2021-08-28 00:12:43,901 - util.py:(419) [DEBUG]: Reading file: 
/var/lib/ubuntu-advantage/notices.json
  2021-08-28 00:12:43,903 - util.py:(686) [DEBUG]: Removing file: 
/var/lib/ubuntu-advantage/notices.json
  2021-08-28 00:21:01,621 - cli.py:(1327) [DEBUG]: Executed with sys.argv: 
['/usr/bin/ua', 'auto-attach']
  2021-08-28 00:21:01,622 - util.py:(419) [DEBUG]: Reading file: 
/var/lib/ubuntu-advantage/notices.json
  2021-08-28 00:21:01,622 - config.py:(442) [DEBUG]: File does not exist: 
/var/lib/ubuntu-advantage/notices.json
  2021-08-28 00:21:01,622 - util.py:(676) [DEBUG]: Writing file: 
/var/lib/ubuntu-advantage/notices.json
  2021-08-28 00:21:01,623 - util.py:(676) [DEBUG]: Writing file: 
/var/lib/ubuntu-advantage/private/lock
  2021-08-28 00:21:01,624 - util.py:(419) [DEBUG]: Reading file: 
/var/lib/ubuntu-advantage/notices.json
  2021-08-28 00:21:01,626 - config.py:(869) [DEBUG]: Using UA client 
configuration file at /etc/ubuntu-advantage/uaclient.conf
  2021-08-28 00:21:01,626 - util.py:(419) [DEBUG]: Reading file: 
/etc/ubuntu-advantage/uaclient.conf
  2021-08-28 00:21:02,608 - cli.py:(1297) [ERROR]: Unhandled exception, please 
file a bug
  Traceback (most recent call last):
-   File "/usr/lib/python3/dist-packages/uaclient/cli.py", line 1256, in wrapper
- return func(*args, **kwargs)
-   File "/usr/lib/python3/dist-packages/uaclient/cli.py", line 1342, in main
- return args.action(args, cfg)
-   File "/usr/lib/python3/dist-packages/uaclient/cli.py", line 148, in new_f
- return f(*args, **kwargs)
-   File "/usr/lib/python3/dist-packages/uaclient/cli.py", line 131, in new_f
- retval = f(args, cfg, **kwargs)
-   File "/usr/lib/python3/dist-packages/uaclient/cli.py", line 973, in 
action_auto_attach
- token = _get_contract_token_from_cloud_identity(cfg)
-   File "/usr/lib/python3/dist-packages/uaclient/cli.py", line 928, in 
_get_contract_token_from_cloud_identity
- instance = identity.cloud_instance_factory()
-   File "/usr/lib/python3/dist-packages/uaclient/clouds/identity.py", line 87, 
in cloud_instance_factory
- cloud_type = get_cloud_type()
-   File "/usr/lib/python3/dist-packages/uaclient/config.py", line 940, in new_f
- return f()
-   File "/usr/lib/python3/dist-packages/uaclient/clouds/identity.py", line 65, 
in get_cloud_type
- out, _err = util.subp(["cloud-id"])
-   File "/usr/lib/python3/dist-packages/uaclient/util.py", line 638, in subp
- out, err = _subp(args, rcs, capture, timeout, env=env)
-   File "/usr/lib/python3/dist-packages/uaclient/util.py", line 595, in _subp
- stderr=err.decode("utf-8"),
+   File "/usr/lib/python3/dist-packages/uaclient/cli.py", line 1256, in wrapper
+ return func(*args, **kwargs)
+   File "/usr/lib/python3/dist-packages/uaclient/cli.py", line 1342, in main
+ return args.action(args, cfg)
+   File "/usr/lib/python3/dist-packages/uaclient/cli.py", line 148, in new_f
+ return f(*args, **kwargs)
+   File "/usr/lib/python3/dist-packages/uaclient/cli.py", line 131, in new_f
+ retval = f(args, cfg, **kwargs)
+   File "/usr/lib/python3/dist-packages/uaclient/cli.py", line 973, in 
action_auto_attach
+ token = _get_contract_token_from_cloud_identity(cfg)
+   File "/usr/lib/python3/dist-packages/uaclient/cli.py", line 928, in 
_get_contract_token_from_cloud_identity
+ instance = identity.cloud_instance_factory()
+   File "/usr/lib/python3/dist-packages/uaclient/clouds/identity.py", line 87, 
in cloud_instance_factory
+ cloud_type = get_cloud_type()
+   File "/usr/lib/python3/dist-packages/uaclient/config.py", line 940, in new_f
+ return f()
+   File "/usr/lib/python3/dist-packages/uaclient/clouds/identity.py", line 

[Bug 1941924] [NEW] Cannot find the "/usr/share/ubuntu-scap-security-guides" directory.

2021-08-27 Thread Ronnie
Public bug reported:

I am trying to run the cis benchmark config. However, I was unable to
find the directory "/usr/share/ubuntu-scap-security-guides". On checking
the logs, I got a number of errors. Below is the ubuntu advantage log
extract.

 File "/usr/lib/python3/dist-packages/uaclient/clouds/identity.py", line 65, in 
get_cloud_type
out, _err = util.subp(["cloud-id"])
  File "/usr/lib/python3/dist-packages/uaclient/util.py", line 638, in subp
out, err = _subp(args, rcs, capture, timeout, env=env)
  File "/usr/lib/python3/dist-packages/uaclient/util.py", line 595, in _subp
stderr=err.decode("utf-8"),
uaclient.util.ProcessExecutionError: Failed running command 'cloud-id' 
[exit(1)]. Message: ERROR: File not found '/run/cloud-init/instance-data.json'. 
Provide a path to instance data json file using --instance-data

2021-08-28 00:12:43,901 - util.py:(419) [DEBUG]: Reading file: 
/var/lib/ubuntu-advantage/notices.json
2021-08-28 00:12:43,903 - util.py:(686) [DEBUG]: Removing file: 
/var/lib/ubuntu-advantage/notices.json
2021-08-28 00:21:01,621 - cli.py:(1327) [DEBUG]: Executed with sys.argv: 
['/usr/bin/ua', 'auto-attach']
2021-08-28 00:21:01,622 - util.py:(419) [DEBUG]: Reading file: 
/var/lib/ubuntu-advantage/notices.json
2021-08-28 00:21:01,622 - config.py:(442) [DEBUG]: File does not exist: 
/var/lib/ubuntu-advantage/notices.json
2021-08-28 00:21:01,622 - util.py:(676) [DEBUG]: Writing file: 
/var/lib/ubuntu-advantage/notices.json
2021-08-28 00:21:01,623 - util.py:(676) [DEBUG]: Writing file: 
/var/lib/ubuntu-advantage/private/lock
2021-08-28 00:21:01,624 - util.py:(419) [DEBUG]: Reading file: 
/var/lib/ubuntu-advantage/notices.json
2021-08-28 00:21:01,626 - config.py:(869) [DEBUG]: Using UA client 
configuration file at /etc/ubuntu-advantage/uaclient.conf
2021-08-28 00:21:01,626 - util.py:(419) [DEBUG]: Reading file: 
/etc/ubuntu-advantage/uaclient.conf
2021-08-28 00:21:02,608 - cli.py:(1297) [ERROR]: Unhandled exception, please 
file a bug
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/uaclient/cli.py", line 1256, in wrapper
return func(*args, **kwargs)
  File "/usr/lib/python3/dist-packages/uaclient/cli.py", line 1342, in main
return args.action(args, cfg)
  File "/usr/lib/python3/dist-packages/uaclient/cli.py", line 148, in new_f
return f(*args, **kwargs)
  File "/usr/lib/python3/dist-packages/uaclient/cli.py", line 131, in new_f
retval = f(args, cfg, **kwargs)
  File "/usr/lib/python3/dist-packages/uaclient/cli.py", line 973, in 
action_auto_attach
token = _get_contract_token_from_cloud_identity(cfg)
  File "/usr/lib/python3/dist-packages/uaclient/cli.py", line 928, in 
_get_contract_token_from_cloud_identity
instance = identity.cloud_instance_factory()
  File "/usr/lib/python3/dist-packages/uaclient/clouds/identity.py", line 87, 
in cloud_instance_factory
cloud_type = get_cloud_type()
  File "/usr/lib/python3/dist-packages/uaclient/config.py", line 940, in new_f
return f()
  File "/usr/lib/python3/dist-packages/uaclient/clouds/identity.py", line 65, 
in get_cloud_type
out, _err = util.subp(["cloud-id"])
  File "/usr/lib/python3/dist-packages/uaclient/util.py", line 638, in subp
out, err = _subp(args, rcs, capture, timeout, env=env)
  File "/usr/lib/python3/dist-packages/uaclient/util.py", line 595, in _subp
stderr=err.decode("utf-8"),
uaclient.util.ProcessExecutionError: Failed running command 'cloud-id' 
[exit(1)]. Message: ERROR: File not found '/run/cloud-init/instance-data.json'. 
Provide a path to instance data json file using --instance-data

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ubuntu-advantage-tools 27.2.2~18.04.1
ProcVersionSignature: Microsoft 4.4.0-19041.1151-Microsoft 4.4.35
Uname: Linux 4.4.0-19041-Microsoft x86_64
ApportVersion: 2.20.9-0ubuntu7.24
Architecture: amd64
Date: Sat Aug 28 00:25:00 2021
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 LANG=C.UTF-8
 SHELL=/bin/bash
SourcePackage: ubuntu-advantage-tools
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: ubuntu-advantage-tools (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug bionic uec-images

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

Title:
  Cannot find the "/usr/share/ubuntu-scap-security-guides" directory.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-advantage-tools/+bug/1941924/+subscriptions


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

[Bug 1875259] Re: no sound when upgrading to Kubuntu-20.04

2020-08-10 Thread Ronnie Tucker
Fresh install of Kubuntu 20.04.1 and I have the same thing. No sound
(REALTEK ALC888). If I use pavucontrol I see the audio bars jump as
sound should be playing, but nothing from my speakers. Tried different
speakers, but these speakers worked when I used Ubuntu 20.04

pacmd list-cards
2 card(s) available.
index: 0
name: 
driver: 
owner module: 7
properties:
alsa.card = "1"
alsa.card_name = "HDA NVidia"
alsa.long_card_name = "HDA NVidia at 0xfcffc000 irq 17"
alsa.driver_name = "snd_hda_intel"
device.bus_path = "pci-:01:00.1"
sysfs.path = 
"/devices/pci:00/:00:01.0/:01:00.1/sound/card1"
device.bus = "pci"
device.vendor.id = "10de"
device.vendor.name = "NVIDIA Corporation"
device.product.id = "0e1b"
device.product.name = "GK107 HDMI Audio Controller"
device.string = "1"
device.description = "GK107 HDMI Audio Controller"
module-udev-detect.discovered = "1"
device.icon_name = "audio-card-pci"
profiles:
output:hdmi-stereo: Digital Stereo (HDMI) Output (priority 
5900, available: no)
output:hdmi-surround: Digital Surround 5.1 (HDMI) Output 
(priority 800, available: no)
output:hdmi-surround71: Digital Surround 7.1 (HDMI) Output 
(priority 800, available: no)
output:hdmi-stereo-extra1: Digital Stereo (HDMI 2) Output 
(priority 5700, available: no)
output:hdmi-surround-extra1: Digital Surround 5.1 (HDMI 2) 
Output (priority 600, available: no)
output:hdmi-surround71-extra1: Digital Surround 7.1 (HDMI 2) 
Output (priority 600, available: no)
output:hdmi-stereo-extra2: Digital Stereo (HDMI 3) Output 
(priority 5700, available: no)
output:hdmi-surround-extra2: Digital Surround 5.1 (HDMI 3) 
Output (priority 600, available: no)
output:hdmi-surround71-extra2: Digital Surround 7.1 (HDMI 3) 
Output (priority 600, available: no)
off: Off (priority 0, available: unknown)
active profile: 
ports:
hdmi-output-0: HDMI / DisplayPort (priority 5900, latency 
offset 0 usec, available: no)
properties:
device.icon_name = "video-display"
hdmi-output-1: HDMI / DisplayPort 2 (priority 5800, latency 
offset 0 usec, available: no)
properties:
device.icon_name = "video-display"
hdmi-output-2: HDMI / DisplayPort 3 (priority 5700, latency 
offset 0 usec, available: no)
properties:
device.icon_name = "video-display"
index: 1
name: 
driver: 
owner module: 8
properties:
alsa.card = "0"
alsa.card_name = "HDA Intel"
alsa.long_card_name = "HDA Intel at 0xfdff8000 irq 27"
alsa.driver_name = "snd_hda_intel"
device.bus_path = "pci-:00:1b.0"
sysfs.path = "/devices/pci:00/:00:1b.0/sound/card0"
device.bus = "pci"
device.vendor.id = "8086"
device.vendor.name = "Intel Corporation"
device.product.id = "293e"
device.product.name = "82801I (ICH9 Family) HD Audio Controller"
device.form_factor = "internal"
device.string = "0"
device.description = "Built-in Audio"
module-udev-detect.discovered = "1"
device.icon_name = "audio-card-pci"
profiles:
input:analog-stereo: Analogue Stereo Input (priority 65, 
available: unknown)
input:iec958-stereo: Digital Stereo (IEC958) Input (priority 
55, available: unknown)
output:analog-stereo: Analogue Stereo Output (priority 6500, 
available: no)
output:analog-stereo+input:analog-stereo: Analogue Stereo 
Duplex (priority 6565, available: no)
output:analog-stereo+input:iec958-stereo: Analogue Stereo 
Output + Digital Stereo (IEC958) Input (priority 6555, available: no)
output:analog-surround-21: Analogue Surround 2.1 Output 
(priority 1300, available: no)
output:analog-surround-21+input:analog-stereo: Analogue 
Surround 2.1 Output + Analogue Stereo Input (priority 1365, available: no)
output:analog-surround-21+input:iec958-stereo: Analogue 
Surround 2.1 Output + Digital Stereo (IEC958) Input (priority 1355, available: 
no)
output:analog-surround-40: Analogue Surround 4.0 Output 
(priority 1200, available: no)
output:analog-surround-40+input:analog-stereo: Analogue 
Surround 4.0 

[Bug 1890920] [NEW] unable to download upgrade to 18.04

2020-08-08 Thread Ronnie L. Averette
Public bug reported:

When the computer tries to upgrade to the Ubuntu 18.04 package, it won't
download. This is the second attempt since I got this computer. Please
advise.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: ubuntu-release-upgrader-core 1:16.04.30
ProcVersionSignature: Ubuntu 4.4.0-187.217-powerpc64-smp 4.4.230
Uname: Linux 4.4.0-187-powerpc64-smp ppc64
ApportVersion: 2.20.1-0ubuntu2.24
Architecture: powerpc
CrashDB: ubuntu
Date: Sat Aug  8 18:35:48 2020
InstallationDate: Installed on 2019-11-12 (270 days ago)
InstallationMedia: Ubuntu-MATE 16.04.1 LTS "Xenial Xerus" - Release powerpc 
(20160719)
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_US
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: ubuntu-release-upgrader
UpgradeStatus: Upgraded to xenial on 2020-08-08 (0 days ago)
VarLogDistupgradeAptlog:
 Log time: 2020-08-08 18:29:22.774798
 Log time: 2020-08-08 18:29:30.770924
 Log time: 2020-08-08 18:34:51.316080
 Log time: 2020-08-08 18:36:08.698602
VarLogDistupgradeTermlog:

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


** Tags: apport-bug dist-upgrade powerpc xenial

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

Title:
  unable to download upgrade to 18.04

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

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

[Bug 1879055] ProcCpuinfoMinimal.txt

2020-05-16 Thread Ronnie Tucker
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1879055/+attachment/5372594/+files/ProcCpuinfoMinimal.txt

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

Title:
  Signal #6 crash when deleting text in the Text Editor window

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

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

[Bug 1879055] Re: Signal #6 crash when deleting text in the Text Editor window

2020-05-16 Thread Ronnie Tucker
apport information

** Tags added: apport-collected focal

** Description changed:

  I open my file in Scribus 1.5.5 and go to a frame with a large chunk of text.
  I click the frame and go to the Text Editor.
  In the Text Editor window I select my text (or use Select All) and press 
Delete.
  Scribus will crash with a window saying: 'Scribus crashes due to Signal #6'.
  
  Crashes are random, but quite often.
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.11-0ubuntu27
+ Architecture: amd64
+ CasperMD5CheckResult: skip
+ CurrentDesktop: ubuntu:GNOME
+ DistroRelease: Ubuntu 20.04
+ Package: scribus 1.5.5+dfsg-6build1
+ PackageArchitecture: amd64
+ ProcVersionSignature: Ubuntu 5.4.0-29.33-generic 5.4.30
+ Tags:  focal
+ Uname: Linux 5.4.0-29-generic x86_64
+ UpgradeStatus: Upgraded to focal on 2020-04-03 (42 days ago)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ _MarkForUpload: True

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/1879055/+attachment/5372593/+files/Dependencies.txt

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

Title:
  Signal #6 crash when deleting text in the Text Editor window

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

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

[Bug 1879055] ProcEnviron.txt

2020-05-16 Thread Ronnie Tucker
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1879055/+attachment/5372595/+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/1879055

Title:
  Signal #6 crash when deleting text in the Text Editor window

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

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

[Bug 1879055] [NEW] Signal #6 crash when deleting text in the Text Editor window

2020-05-16 Thread Ronnie Tucker
Public bug reported:

I open my file in Scribus 1.5.5 and go to a frame with a large chunk of text.
I click the frame and go to the Text Editor.
In the Text Editor window I select my text (or use Select All) and press Delete.
Scribus will crash with a window saying: 'Scribus crashes due to Signal #6'.

Crashes are random, but quite often.

** Affects: scribus (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/1879055

Title:
  Signal #6 crash when deleting text in the Text Editor window

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

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

[Bug 1800514] Re: Scribus crashes due to Signal #6

2020-05-16 Thread Ronnie Tucker
Also get the 'signal #6' crash when I delete a chunk of text in the Text
Editor window.

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

Title:
  Scribus crashes due to Signal #6

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

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

[Bug 1705369] Re: Ubuntu 17.10 boots to black screen when using Nvidia drivers (on a desktop with an Intel GPU)

2017-10-26 Thread Ronnie + Sandy Downing
Combination of Vadim and Aergistal's process is what worked for me. End
result is no gdm3 and I'm using gnome-shell instead of ubuntu's 17.10
gnome desktop. This was a repeatable process :):

ssh into my ubuntu 17.10 machine
sudo apt-get purge gdm3
sudo apt purge nvidia*
sudo apt install nvidia-384
hard reboot of ubuntu 17.10 machine (yikes)
got the login screen and a combination of my old gnome-shell with ubuntu's menu 
on the left side (configured to be there by default)

Thank You Aergistal and Vadim!

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

Title:
  Ubuntu 17.10 boots to black screen when using Nvidia drivers (on a
  desktop with an Intel GPU)

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

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

[Bug 1652007] Re: webbrowser-app crashes on startup when a secondary display is attached [terminate called after throwing an instance of 'std::out_of_range' what(): map::at]

2017-02-11 Thread Ronnie Tucker
I know it's a different app, but not sure if they're related. Dekko does
the exact same thing. It also crashes when I connect my M10 to a
monitor.

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

Title:
  webbrowser-app crashes on startup when a secondary display is attached
  [terminate called after throwing an instance of 'std::out_of_range'
  what(): map::at]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1652007/+subscriptions

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


[Bug 1652007] Re: webbrowser-app crashes on startup when a secondary display is attached [terminate called after throwing an instance of 'std::out_of_range' what(): map::at]

2017-02-11 Thread Ronnie Tucker
Not sure if it's the exact same bug, but this crash also happens to me
when I attach the M10 to a monitor. Crash log attached.

** Attachment added: "Web browser crashes when M10 is attached to a monitor."
   
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1652007/+attachment/4817133/+files/_usr_bin_webbrowser-app.32011.crash

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

Title:
  webbrowser-app crashes on startup when a secondary display is attached
  [terminate called after throwing an instance of 'std::out_of_range'
  what(): map::at]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1652007/+subscriptions

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


[Bug 1563155] Re: No Application Data Found

2016-05-06 Thread Ronnie Tucker
I think that's it fixed! I can see items and categories. Which is more
than I could see last time!

Thank you!

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

Title:
  No Application Data Found

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

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


[Bug 1563155] Re: No Application Data Found

2016-05-06 Thread Ronnie Tucker
I didn't want to sudo it juuust in case.   :D

sudo rm -r /var/cache/app-info


 
ronnie@ronnie-desktop:~$ sudo appstreamcli refresh --force --verbose

** (appstreamcli:5519): DEBUG: Refreshing AppStream cache
** (appstreamcli:5519): DEBUG: Reading: 
/usr/share/app-info/xmls/org.freedesktop.fwupd.xml
** (appstreamcli:5519): DEBUG: Reading: 
/var/lib/app-info/yaml/gb.archive.ubuntu.com_ubuntu_dists_xenial_universe_dep11_Components-amd64.yml.gz
** (appstreamcli:5519): DEBUG: Reading: 
/var/lib/app-info/yaml/gb.archive.ubuntu.com_ubuntu_dists_xenial-updates_main_dep11_Components-amd64.yml.gz
** (appstreamcli:5519): DEBUG: Reading: 
/var/lib/app-info/yaml/gb.archive.ubuntu.com_ubuntu_dists_xenial-updates_restricted_dep11_Components-amd64.yml.gz
** (appstreamcli:5519): DEBUG: Reading: 
/var/lib/app-info/yaml/gb.archive.ubuntu.com_ubuntu_dists_xenial-updates_universe_dep11_Components-amd64.yml.gz
** (appstreamcli:5519): DEBUG: Reading: 
/var/lib/app-info/yaml/gb.archive.ubuntu.com_ubuntu_dists_xenial-updates_multiverse_dep11_Components-amd64.yml.gz
** (appstreamcli:5519): DEBUG: Reading: 
/var/lib/app-info/yaml/security.ubuntu.com_ubuntu_dists_xenial-security_restricted_dep11_Components-amd64.yml.gz
** (appstreamcli:5519): DEBUG: Reading: 
/var/lib/app-info/yaml/security.ubuntu.com_ubuntu_dists_xenial-security_multiverse_dep11_Components-amd64.yml.gz
** (appstreamcli:5519): DEBUG: Reading: 
/var/lib/app-info/yaml/security.ubuntu.com_ubuntu_dists_xenial-security_main_dep11_Components-amd64.yml.gz
** (appstreamcli:5519): DEBUG: Reading: 
/var/lib/app-info/yaml/security.ubuntu.com_ubuntu_dists_xenial-security_universe_dep11_Components-amd64.yml.gz
** (appstreamcli:5519): DEBUG: Reading: 
/var/lib/app-info/yaml/gb.archive.ubuntu.com_ubuntu_dists_xenial_main_dep11_Components-amd64.yml.gz
** (appstreamcli:5519): DEBUG: Reading: 
/var/lib/app-info/yaml/gb.archive.ubuntu.com_ubuntu_dists_xenial_restricted_dep11_Components-amd64.yml.gz
** (appstreamcli:5519): DEBUG: Reading: 
/var/lib/app-info/yaml/gb.archive.ubuntu.com_ubuntu_dists_xenial_multiverse_dep11_Components-amd64.yml.gz
** (appstreamcli:5519): DEBUG: No metadata-specific subdirectories found in 
'/var/cache/app-info'
** (appstreamcli:5519): DEBUG: Detected colliding ids: plan.desktop was already 
added with the same priority.
** (appstreamcli:5519): DEBUG: Detected colliding ids: flcheckers.desktop was 
already added with the same priority.
** (appstreamcli:5519): DEBUG: Detected colliding ids: flblocks.desktop was 
already added with the same priority.
** (appstreamcli:5519): DEBUG: Detected colliding ids: flsudoku.desktop was 
already added with the same priority.
** (appstreamcli:5519): DEBUG: Replaced 'firefox.desktop' with data of higher 
priority.
** (appstreamcli:5519): DEBUG: Replaced 'thunderbird.desktop' with data of 
higher priority.
** (appstreamcli:5519): DEBUG: Detected colliding ids: thunderbird.desktop was 
already added with a higher priority.
** (appstreamcli:5519): DEBUG: Detected colliding ids: 
org.gnome.Software.desktop was already added with a higher priority.
** (appstreamcli:5519): DEBUG: Detected colliding ids: firefox.desktop was 
already added with a higher priority.
** (appstreamcli:5519): DEBUG: Detected colliding ids: 
language-selector.desktop was already added with a higher priority.
** (appstreamcli:5519): DEBUG: zathura-pdf-poppler.desktop extends 
zathura.desktop, but zathura.desktop was not found.
** (appstreamcli:5519): DEBUG: WARNING: Skipped component 
'com.steelseries.rival-legacy.firmware': The component is invalid.
** (appstreamcli:5519): DEBUG: Removing old rebuild-dir from previous database 
rebuild.
AppStream cache update completed, but some metadata was ignored due to errors.

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

Title:
  No Application Data Found

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

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


[Bug 1563155] Re: No Application Data Found

2016-05-06 Thread Ronnie Tucker
rm -r /var/cache/app-info

rm: descend into write-protected directory '/var/cache/app-info'? y 
rm: descend into write-protected directory '/var/cache/app-info/xapian'? y
rm: descend into write-protected directory 
'/var/cache/app-info/xapian/default'? y
rm: remove write-protected regular file 
'/var/cache/app-info/xapian/default/postlist.baseB'? y
rm: cannot remove '/var/cache/app-info/xapian/default/postlist.baseB': 
Permission denied
rm: remove write-protected regular file 
'/var/cache/app-info/xapian/default/termlist.DB'? y
rm: cannot remove '/var/cache/app-info/xapian/default/termlist.DB': Permission 
denied
rm: remove write-protected regular file 
'/var/cache/app-info/xapian/default/postlist.baseA'? y
rm: cannot remove '/var/cache/app-info/xapian/default/postlist.baseA': 
Permission denied
rm: remove write-protected regular file 
'/var/cache/app-info/xapian/default/spelling.baseA'? y
rm: cannot remove '/var/cache/app-info/xapian/default/spelling.baseA': 
Permission denied
rm: remove write-protected regular file 
'/var/cache/app-info/xapian/default/record.baseB'? y
rm: cannot remove '/var/cache/app-info/xapian/default/record.baseB': Permission 
denied
rm: remove write-protected regular file 
'/var/cache/app-info/xapian/default/record.baseA'? 
rm: remove write-protected regular file 
'/var/cache/app-info/xapian/default/termlist.baseB'? 
rm: remove write-protected regular empty file 
'/var/cache/app-info/xapian/default/flintlock'? 
rm: remove write-protected regular file 
'/var/cache/app-info/xapian/default/spelling.DB'? 
rm: remove write-protected regular file 
'/var/cache/app-info/xapian/default/termlist.baseA'? 
rm: remove write-protected regular file 
'/var/cache/app-info/xapian/default/spelling.baseB'? 
rm: remove write-protected regular file 
'/var/cache/app-info/xapian/default/iamchert'? 
rm: remove write-protected regular file 
'/var/cache/app-info/xapian/default/record.DB'? 
rm: remove write-protected regular file 
'/var/cache/app-info/xapian/default/postlist.DB'? 
rm: descend into write-protected directory '/var/cache/app-info/xmls'? 
rm: descend into write-protected directory '/var/cache/app-info/yaml'? 

-

~$ sudo appstreamcli refresh --force --verbose

** (appstreamcli:4541): DEBUG: Refreshing AppStream cache
** (appstreamcli:4541): DEBUG: Reading: 
/usr/share/app-info/xmls/org.freedesktop.fwupd.xml
** (appstreamcli:4541): DEBUG: Reading: 
/var/lib/app-info/yaml/gb.archive.ubuntu.com_ubuntu_dists_xenial_universe_dep11_Components-amd64.yml.gz
** (appstreamcli:4541): DEBUG: Reading: 
/var/lib/app-info/yaml/gb.archive.ubuntu.com_ubuntu_dists_xenial-updates_main_dep11_Components-amd64.yml.gz
** (appstreamcli:4541): DEBUG: Reading: 
/var/lib/app-info/yaml/gb.archive.ubuntu.com_ubuntu_dists_xenial-updates_restricted_dep11_Components-amd64.yml.gz
** (appstreamcli:4541): DEBUG: Reading: 
/var/lib/app-info/yaml/gb.archive.ubuntu.com_ubuntu_dists_xenial-updates_universe_dep11_Components-amd64.yml.gz
** (appstreamcli:4541): DEBUG: Reading: 
/var/lib/app-info/yaml/gb.archive.ubuntu.com_ubuntu_dists_xenial-updates_multiverse_dep11_Components-amd64.yml.gz
** (appstreamcli:4541): DEBUG: Reading: 
/var/lib/app-info/yaml/security.ubuntu.com_ubuntu_dists_xenial-security_restricted_dep11_Components-amd64.yml.gz
** (appstreamcli:4541): DEBUG: Reading: 
/var/lib/app-info/yaml/security.ubuntu.com_ubuntu_dists_xenial-security_multiverse_dep11_Components-amd64.yml.gz
** (appstreamcli:4541): DEBUG: Reading: 
/var/lib/app-info/yaml/security.ubuntu.com_ubuntu_dists_xenial-security_main_dep11_Components-amd64.yml.gz
** (appstreamcli:4541): DEBUG: Reading: 
/var/lib/app-info/yaml/security.ubuntu.com_ubuntu_dists_xenial-security_universe_dep11_Components-amd64.yml.gz
** (appstreamcli:4541): DEBUG: Reading: 
/var/lib/app-info/yaml/gb.archive.ubuntu.com_ubuntu_dists_xenial_main_dep11_Components-amd64.yml.gz
** (appstreamcli:4541): DEBUG: Reading: 
/var/lib/app-info/yaml/gb.archive.ubuntu.com_ubuntu_dists_xenial_restricted_dep11_Components-amd64.yml.gz
** (appstreamcli:4541): DEBUG: Reading: 
/var/lib/app-info/yaml/gb.archive.ubuntu.com_ubuntu_dists_xenial_multiverse_dep11_Components-amd64.yml.gz
** (appstreamcli:4541): DEBUG: Reading: /var/cache/app-info/xmls/fwupd.xml
** (appstreamcli:4541): DEBUG: Reading: 
/var/cache/app-info/yaml/xenial-main_amd64.yml.gz
** (appstreamcli:4541): DEBUG: Detected colliding ids: plan.desktop was already 
added with the same priority.
** (appstreamcli:4541): DEBUG: Detected colliding ids: flcheckers.desktop was 
already added with the same priority.
** (appstreamcli:4541): DEBUG: Detected colliding ids: flblocks.desktop was 
already added with the same priority.
** (appstreamcli:4541): DEBUG: Detected colliding ids: flsudoku.desktop was 
already added with the same priority.
** (appstreamcli:4541): DEBUG: Replaced 'firefox.desktop' with data of higher 
priority.
** (appstreamcli:4541): DEBUG: Replaced 'thunderbird.desktop' with 

[Bug 1563155] Re: No Application Data Found

2016-05-06 Thread Ronnie Tucker
This is the output from the killall command.

Unfortunately the top of the output is a bit chopped. There was so much
text I could only scroll back to what you see here.

** Attachment added: "This is the output from the killall command."
   
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1563155/+attachment/4656995/+files/killall-output.txt

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

Title:
  No Application Data Found

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

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


[Bug 1563155] Re: No Application Data Found

2016-05-05 Thread Ronnie Tucker
Sure. Here's what I get:

$ - sudo appstreamcli refresh --force
AppStream cache update completed, but some metadata was ignored due to errors.

$ - appstreamcli status
AppStream Status:
Version: 0.9.4

Distribution metadata:
 /usr/share/app-info
  - XML:  1
  - No icons.

 /var/lib/app-info
  - YAML: 12
  - Iconsets:
 ubuntu-xenial-updates-main
 ubuntu-xenial-main
 ubuntu-xenial-universe
 ubuntu-xenial-multiverse

 /var/cache/app-info
  - XML:  1
  - YAML: 1
  - No icons.

Upstream metadata:
  - Found 46 components in legacy paths.

Summary:
The system metadata cache exists.
We have information on 1822 software components.

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

Title:
  No Application Data Found

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

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


[Bug 1563155] Re: No Application Data Found

2016-05-05 Thread Ronnie Tucker
"and has an easy workaround"

Please do tell me the 'easy workaround'. I've tried everything in
several posts and still I have no data in Ubuntu Software.   :(

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

Title:
  No Application Data Found

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

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


[Bug 1563155] Re: No Application Data Found

2016-04-24 Thread Ronnie Tucker
Nope. No difference after an update.

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

Title:
  No Application Data Found

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

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


[Bug 1563155] Re: No Application Data Found

2016-04-23 Thread Ronnie Tucker
Tried your idea #3 and no difference. Still the Software application
with nothing on offer or listed as installed.

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

Title:
  No Application Data Found

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

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


[Bug 1563155] Re: No Application Data Found

2016-04-17 Thread Ronnie Tucker
Same here. On upgrading from 15.10 to the 16.04 b2 the Gnome Software
app shows a shopping bag icon and 'No Application Data Found' on the All
tab.  Installed tab shows nothing. Blank screen. And the Updates tab
shows a check icon and 'Software is up to date'.

Clicking the menu in Software shows a vertical bar with no text items.

Can attach screens if required.

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

Title:
  No Application Data Found

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

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


[Bug 1468020] Re: Two GPS compatible apps conflict and loose GPS

2016-04-09 Thread Ronnie Tucker
Try running uNav for a bit, switch to the camera and take some photos,
and a quick video. Return to uNav, and see if uNav updates your GPS
position.

I did those steps a day/two ago and uNav wouldn't update my location for
a couple of minutes.

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

Title:
  Two GPS compatible apps conflict and loose GPS

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1468020/+subscriptions

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


[Bug 1421710] Re: Rating entry form does not appear sometimes

2016-04-09 Thread Ronnie Tucker
Even in OTA-10 (on MX4) I still can't seem to leave a rating.

I choose a rating, enter some text, click to send and... nothing. I
still have the option to leave a rating and/or comment.

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

Title:
  Rating entry form does not appear sometimes

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1421710/+subscriptions

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


[Bug 1546279] Re: App menus often don't appear at all

2016-04-06 Thread Ronnie Tucker
Strangely, when I installed Unity8 (to try it out - which didn't work
for me) the menus have reappeared on my Unity7 windows.

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

Title:
  App menus often don't appear at all

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

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


[Bug 1519293] [NEW] skype display urneadable because of repeated info and blank popups

2015-11-24 Thread Ronnie van der Veen
Public bug reported:

I can sign in, but on the screen where the contacts are listed I can see 
nothing as I scroll everything is duplicated
Popup windows with messages are blank

I've attached a screenshot

1) ubuntu 15.10 64-bit

2) skype:
  Installed: 4.3.0.37-0ubuntu0.12.04.1
  Candidate: 4.3.0.37-0ubuntu0.12.04.1
  Version table:
 *** 4.3.0.37-0ubuntu0.12.04.1 0
500 http://archive.canonical.com/ubuntu/ wily/partner amd64 Packages
100 /var/lib/dpkg/status

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


** Tags: 15.10 skype ubuntu

** Attachment added: "Screenshot of what skype looks like"
   
https://bugs.launchpad.net/bugs/1519293/+attachment/4524554/+files/skype4.3_ubuntu15.10.png

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

Title:
  skype display urneadable because of repeated info and blank popups

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

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


[Bug 1166765] Re: unity showing only blank desktop, no dash nor decorations

2015-07-26 Thread Ronnie Tucker
This happened to me after a fresh install of Ubuntu 15.04. It's the
Unity option in Compiz settings that is disabled, but Compiz settings
isn't installed by default (or wasn't for me anyway).

Easiest way to get things back to normal is to open a terminal and do:

sudo apt-get install compizconfig-settings-manager

then do:

ccsm

That will give you the Compiz settings manager and from in there you can
check the box for Unity and the dash and taskbar will start. Even
rebooting should keep Unity now.

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

Title:
  unity showing only blank desktop, no dash nor decorations

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

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


[Bug 1468002] Re: Using menu in landscape mode crashes Gallery app

2015-07-18 Thread Ronnie Tucker
*** This bug is a duplicate of bug 1461180 ***
https://bugs.launchpad.net/bugs/1461180

** This bug has been marked a duplicate of bug 1461180
   segfault when opening menu in landscape oritentation

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

Title:
  Using menu in landscape mode crashes Gallery app

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gallery-app/+bug/1468002/+subscriptions

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


[Bug 1472761] [NEW] MX4 photos show as 14.7MP (it's a 20.7MP sensor)

2015-07-08 Thread Ronnie Tucker
Public bug reported:

Photos taken with the MX4 camera app show as being 14.7MP. Yet, the
camera is meant to be 20.7MP.

Camera app limitation, or flaw in the hardware specs?

Meizu MX4 with Ubuntu 15.04 r2
Camera app: 3.0.0.572

** Affects: camera-app (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/1472761

Title:
  MX4 photos show as 14.7MP (it's a 20.7MP sensor)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/camera-app/+bug/1472761/+subscriptions

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


[Bug 1472761] Re: MX4 photos show as 14.7MP (it's a 20.7MP sensor)

2015-07-08 Thread Ronnie Tucker
*** This bug is a duplicate of bug 1468341 ***
https://bugs.launchpad.net/bugs/1468341

** This bug has been marked a duplicate of bug 1468341
   Pictures have the wrong resolution

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

Title:
  MX4 photos show as 14.7MP (it's a 20.7MP sensor)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/camera-app/+bug/1472761/+subscriptions

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


[Bug 1468020] Re: Two GPS compatible apps conflict and loose GPS

2015-06-25 Thread Ronnie Tucker
This actually now seems like it's the first GPS app run will keep the
GPS and not release it when closed.

Try this:
1 Reboot the MX4
2 Open (for example) HERE maps
3 Check it's got your location right
4 Keep HERE open, but choose a different GPS app (eg: OSMTouch)
5 The second GPS app will have  your location
6 Move to a new location
7 HERE maps (in this case) will update fine
8 Second app will not update to the new location

Even closing the first app before opening the second makes no
difference. The GPS is locked to that first app until a reboot is done.
Also applies to the Nearby scope (as a second app).

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

Title:
  Two GPS compatible apps conflict and loose GPS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/location-service/+bug/1468020/+subscriptions

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


[Bug 1468020] [NEW] Two GPS compatible apps conflict and loose GPS

2015-06-23 Thread Ronnie Tucker
Public bug reported:

Meizu MX4 with Ubuntu 15.04 r2

1. run OSMscout (for example)
2. drive/cycle a distance to confirm that GPS tracking is working fine
3. run the camera app (for example)
4. take a few photos (they'll be tagged with GPS info)
5. switch to OSMscout
6. drive/cycle and OSM will now not update from GPS

Haven't tested this with other apps as yet, but it seems that one app
will take control of the GPS and not hand it back. (For want of a better
explanation.)

** Affects: location-service (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/1468020

Title:
  Two GPS compatible apps conflict and loose GPS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/location-service/+bug/1468020/+subscriptions

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


Re: [Bug 1468002] Re: Using menu in landscape mode crashes Gallery app

2015-06-23 Thread Ronnie Tucker
Oh yeah, I don't think the menu tumble is a crash, just the app exiting
after the tumble.  :)

I think the 'tumble' is just the menu rotating. Probably once too many.
:D

On 23 June 2015 at 17:32, Simon Raffeiner sturmf...@lieberbiber.de
wrote:

 The app does not just crash, in step 5 the option menu is briefly shown
 and then tumbles down. It really looks like some kind of intentional
 animation.

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1468002

 Title:
   Using menu in landscape mode crashes Gallery app

 To manage notifications about this bug go to:

 https://bugs.launchpad.net/ubuntu/+source/gallery-app/+bug/1468002/+subscriptions



--

*All the best!*
*Ronnie Tucker*

*Web:* RonnieTucker.co.uk http://ronnietucker.co.uk
*Fiverr*: http://www.fiverr.com/ronnietucker
*Etsy*: http://ronnietucker.etsy.com

*Google+:* google.com/+RonnieTucker1
*YouTube:* youtube.com/user/ronnietucker
http://www.youtube.com/user/ronnietucker

*Official Ubuntu Member*

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

Title:
  Using menu in landscape mode crashes Gallery app

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gallery-app/+bug/1468002/+subscriptions

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


[Bug 1468002] [NEW] Using menu in landscape mode crashes Gallery app

2015-06-23 Thread Ronnie Tucker
Public bug reported:

Using Meizu MX4 with Ubuntu 15.05 r2

Steps:
1. open gallery app
2. choose photo
3. rotate phone to landscape
4. tap photo (to show menu)
5. tap icon top right (to show options)
6. gallery app exits

** Affects: gallery-app (Ubuntu)
 Importance: Undecided
 Status: Confirmed

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

Title:
  Using menu in landscape mode crashes Gallery app

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gallery-app/+bug/1468002/+subscriptions

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


[Bug 1467807] Re: flash light doesn't work most of the time on Meizu MX4

2015-06-23 Thread Ronnie Tucker
Similar thing here with Ubuntu 15.05 r2 and I don't have uTorch
installed.

(this doesn't always happen) but:
Open camera app
Camera will focus
App freezes for a few seconds
Returns to normal
Flash doesn't work with either on/auto

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

Title:
  flash light doesn't work most of the time on Meizu MX4

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1467807/+subscriptions

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


[Bug 1421889] Re: Ubuntu Touch 15.05 (r1) - Google Contacts not synchronizing

2015-06-17 Thread Ronnie Tucker
My contacts did eventually show, but I had to hit refresh several times
for it to successfully get the contacts.

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

Title:
  Ubuntu Touch 15.05 (r1) - Google Contacts not synchronizing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/address-book-app/+bug/1421889/+subscriptions

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


[Bug 1449619] [NEW] Lubuntu detect an error and ask me to report it

2015-04-28 Thread Ronnie Tan
Public bug reported:

it was reported by lubuntu when I start up.  not sure where the issue
is. sorry

ProblemType: Package
DistroRelease: Ubuntu 15.04
Package: man-db 2.7.0.2-5
ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
Uname: Linux 3.19.0-15-generic i686
ApportVersion: 2.17.2-0ubuntu1
AptdaemonVersion: 1.1.1+bzr982-0ubuntu3
Architecture: i386
CrashReports: 600:0:118:174325:2015-04-28 23:08:17.991818428 +0800:2015-04-28 
23:08:18.991818428 +0800:/var/crash/man-db.0.crash
Date: Tue Apr 28 23:08:18 2015
DuplicateSignature: package:man-db:2.7.0.2-5:package man-db is already 
installed and configured
ErrorMessage: package man-db is already installed and configured
InstallationDate: Installed on 2015-04-28 (0 days ago)
InstallationMedia: Lubuntu 15.04 Vivid Vervet - Release i386 (20150422)
RelatedPackageVersions:
 dpkg 1.17.25ubuntu1
 apt  1.0.9.7ubuntu4
SourcePackage: dpkg
Title: package man-db 2.7.0.2-5 failed to install/upgrade: package man-db is 
already installed and configured
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: already-installed apport-package i386 need-duplicate-check vivid

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

Title:
  Lubuntu detect an error and ask me to report it

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

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


[Bug 1439350] [NEW] contacts in Gmail groups not imported

2015-04-01 Thread Ronnie Tucker
Public bug reported:

Any contacts listed under 'My Contacts' are automatically imported after
signing into the account. Any contacts in groups will not be imported.

Ubuntu 14.10 (r20) on the BQ E4.5 phone

** Affects: address-book-app (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/1439350

Title:
  contacts in Gmail groups not imported

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/address-book-app/+bug/1439350/+subscriptions

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


[Bug 1393281] Re: Print settings window reports Print service is unavailable - Bad file descriptor until cups is restarted

2014-11-22 Thread Ronnie Tucker
ronnie@ronnie-desktop:~$ sudo service cups status
[sudo] password for ronnie: 
cups start/running

boot.log attached.

** Attachment added: boot.log
   
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1393281/+attachment/4265725/+files/boot.log

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

Title:
  Print settings window reports Print service is unavailable - Bad file
  descriptor until cups is restarted

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

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


[Bug 1393281] Re: Print settings window reports Print service is unavailable - Bad file descriptor until cups is restarted

2014-11-21 Thread Ronnie Tucker
Some for me. Http://localhost:631/ gives me 'This web page is not
available' in Chrome 38.0.2125.122 (64-bit) in Kubuntu 14.10.

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

Title:
  Print settings window reports Print service is unavailable - Bad file
  descriptor until cups is restarted

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

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


[Bug 1347397] [NEW] Kmix won't start Kubuntu 14.04

2014-07-22 Thread Ronnie
Public bug reported:

QDBusConnection: session D-Bus connection created before QCoreApplication. 
Application may misbehave.
QDBusConnection: session D-Bus connection created before QCoreApplication. 
Application may misbehave.


Fully upgraded Kubuntu 14.04 as of this posting.

** Affects: kmix (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/1347397

Title:
  Kmix won't start Kubuntu 14.04

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

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


[Bug 1287594] Re: Import fail with error message about photo library not being writeable

2014-06-21 Thread Ronnie
** Attachment added: Folder_Rights.txt
   
https://bugs.launchpad.net/ubuntu/+source/shotwell/+bug/1287594/+attachment/4136153/+files/Folder_Rights.txt

** Changed in: shotwell (Ubuntu)
   Status: Expired = New

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

Title:
  Import fail with error message about photo library not being writeable

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

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


[Bug 1287594] Re: Import fail with error message about photo library not being writeable

2014-06-21 Thread Ronnie
I'm experiencing the same problem

** Attachment added: Shotwell Import Log.txt
   
https://bugs.launchpad.net/ubuntu/+source/shotwell/+bug/1287594/+attachment/4136152/+files/Shotwell%20Import%20Log.txt

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

Title:
  Import fail with error message about photo library not being writeable

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

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


[Bug 1287594] Re: Import fail with error message about photo library not being writeable

2014-06-21 Thread Ronnie
Added List folder output attachment.

Even with watch library directory for new files switched on, the
photo's are not imported.

** Attachment added: List_folder.txt
   
https://bugs.launchpad.net/ubuntu/+source/shotwell/+bug/1287594/+attachment/4136154/+files/List_folder.txt

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

Title:
  Import fail with error message about photo library not being writeable

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

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


[Bug 1184356] [NEW] whoopsie has no man or info page

2013-05-26 Thread Ronnie Grant
Public bug reported:

There appears to be no man or info page for whoopsie 0.2.15 on Ubuntu
13.04:

$ man whoopsie
No manual entry for whoopsie
See 'man 7 undocumented' for help when manual pages are not available.


$ info whoopsie
No menu item 'whoopsie' in node `(dir)Top'.


/usr/doc/share/whoopsie conatins copyright and changelog but nothing
equivalent to a manpage.

** Affects: whoopsie-daisy (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/1184356

Title:
  whoopsie has no man or info page

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/whoopsie-daisy/+bug/1184356/+subscriptions

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


[Bug 1180586] [NEW] PCI/internal sound card not detected

2013-05-15 Thread Ronnie
Public bug reported:

in sound settings no sound card is listed

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: alsa-base 1.0.25+dfsg-0ubuntu4
ProcVersionSignature: Ubuntu 3.8.0-19.30-generic 3.8.8
Uname: Linux 3.8.0-19-generic i686
ApportVersion: 2.9.2-0ubuntu8
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  ronniecallender   5231 F pulseaudio
Date: Wed May 15 18:21:14 2013
InstallationDate: Installed on 2010-05-12 (1099 days ago)
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
MarkForUpload: True
PackageArchitecture: all
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
SourcePackage: alsa-driver
Symptom: audio
Title: PCI/internal sound card not detected
UpgradeStatus: Upgraded to raring on 2013-05-15 (0 days ago)
dmi.bios.date: 08/15/2005
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A00
dmi.board.name: 0RD203
dmi.board.vendor: Dell Inc.
dmi.chassis.type: 6
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA00:bd08/15/2005:svnDellInc.:pnDellDM051:pvr:rvnDellInc.:rn0RD203:rvr:cvnDellInc.:ct6:cvr:
dmi.product.name: Dell DM051
dmi.sys.vendor: Dell Inc.

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 raring

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

Title:
  PCI/internal sound card not detected

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1180586/+subscriptions

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


[Bug 1043246] Re: modem manager crashes with SIGSEGV (Lubuntu 12.04)

2013-02-17 Thread Ronnie Koch
Feb 17 10:48:55 xx kernel: [  111.476949] modem-manager[996]:
segfault at 0 ip 7f5f3506d208 sp 7fff7f3081f0 error 4 in
libglib-2.0.so.0.3200.3[7f5f34ffc000+f2000]


No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 12.04.2 LTS
Release:12.04
Codename:   precise

:~$ uname -a
Linux xx 3.2.0-37-generic #58-Ubuntu SMP Thu Jan 24 15:28:10 UTC 2013 
x86_64 x86_64 x86_64 GNU/Linux

Bus 002 Device 006: ID 12d1:1003 Huawei Technologies Co., Ltd. E220
HSDPA Modem / E230/E270/E870 HSDPA/HSUPA Modem

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

Title:
  modem manager crashes with SIGSEGV (Lubuntu 12.04)

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

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


[Bug 602265] Re: The defaut firefox bookmarks could do with updating.

2012-08-19 Thread Ronnie McMaster
Having Askubuntu.com and ubuntuforums.org would be great!

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

Title:
  The defaut firefox bookmarks could do with updating.

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

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


[Bug 729979] Re: [nvidia] Windows appear blank white

2012-08-13 Thread Ronnie
compiling compiz from source (bzr branch lp:compiz) fixes the blank
window focus animation problem. However the problem persists in version
1:0.9.8+bzr3249-0ubuntu2 which is latest compiz found in quantal and in
version 0.9.8-1+bzr3305-staging1-201208080203~quantal1_amd64.deb.

Any suggestions on why is that happening? the one i compiled says its
compiz 0.9.7.8 while the ubuntu compiz ppa has the newer 0.9.8.1
version.

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

Title:
  [nvidia] Windows appear blank white

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

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


[Bug 729979] Re: [nvidia] Windows appear blank white

2012-08-13 Thread Ronnie
compiling compiz from source (bzr branch lp:compiz) fixes the blank
window focus animation problem. However the problem persists in version
1:0.9.8+bzr3249-0ubuntu2 which is the latest compiz found in quantal and
in version 0.9.8-1+bzr3305-staging1-201208080203~quantal1_amd64.deb.

Any suggestions on why is that happening? the one i compiled says its
compiz 0.9.8 while the ubuntu compiz ppa has the newer 0.9.8.1 version.

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

Title:
  [nvidia] Windows appear blank white

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

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


[Bug 1014013] [NEW] [ICH4 - Intel ICH6, playback] No sound at all

2012-06-16 Thread Ronnie
Public bug reported:

Ubuntu 11.04: since downloading in Update Manager the recent update of
AppArmor and a power crash today, my pc seems to have lost all audio
including Skype?

Help!

Linux Ubuntu Rocks.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: alsa-base 1.0.24+dfsg-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.38-15.60-generic 2.6.38.8
Uname: Linux 2.6.38-15-generic i686
NonfreeKernelModules: nvidia
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  ron1726 F pulseaudio
 /dev/snd/pcmC0D0p:   ron1726 F...m pulseaudio
Card0.Amixer.info:
 Card hw:0 'ICH6'/'Intel ICH6 with AD1980 at irq 23'
   Mixer name   : 'Analog Devices AD1980'
   Components   : 'AC97a:41445370'
   Controls  : 40
   Simple ctrls  : 29
CheckboxSubmission: 7c6e847d4427bade44123661d2ad5010
CheckboxSystem: 2a6f54df59af338184485e85cbcf0d32
Date: Sat Jun 16 11:11:24 2012
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_GB:en
 LANG=en_GB.utf8
 SHELL=/bin/bash
SourcePackage: alsa-driver
Symptom: audio
Symptom_AlsaPlaybackTest: ALSA playback test through plughw:ICH6 failed
Symptom_Card: Internal Audio - Intel ICH6
Symptom_DevicesInUse:
 1726/dev/snd/controlC0:  ron   F pulseaudio
 AND
Symptom_Type: No sound at all
Title: [ICH4 - Intel ICH6, playback] No sound at all
UpgradeStatus: Upgraded to natty on 2012-05-10 (37 days ago)
dmi.bios.date: 03/16/2005
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A04
dmi.board.name: 0T7787
dmi.board.vendor: Dell Inc.
dmi.chassis.type: 6
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA04:bd03/16/2005:svnDellInc.:pnPrecisionWorkStation370:pvr:rvnDellInc.:rn0T7787:rvr:cvnDellInc.:ct6:cvr:
dmi.product.name: Precision WorkStation 370
dmi.sys.vendor: Dell Inc.

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 natty

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

Title:
  [ICH4 - Intel ICH6, playback] No sound at all

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1014013/+subscriptions

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


[Bug 1014013] Re: [ICH4 - Intel ICH6, playback] No sound at all

2012-06-16 Thread Ronnie
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1014013

Title:
  [ICH4 - Intel ICH6, playback] No sound at all

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1014013/+subscriptions

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


[Bug 1012980] Re: trying to install 12.04

2012-06-13 Thread Ronnie Jones
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1012980

Title:
  trying to install 12.04

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

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


[Bug 1012980] [NEW] trying to install 12.04

2012-06-13 Thread Ronnie Jones
Public bug reported:

install failed saying that there was no swap and crashed

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: ubiquity 2.10.16 [modified: 
lib/partman/automatically_partition/question]
ProcVersionSignature: Ubuntu 3.2.0-23.36-generic-pae 3.2.14
Uname: Linux 3.2.0-23-generic-pae i686
ApportVersion: 2.0.1-0ubuntu5
Architecture: i386
CasperVersion: 1.315
Date: Thu Jun 14 00:26:55 2012
InstallCmdLine: file=/cdrom/preseed/ubuntu.seed boot=casper 
initrd=/casper/initrd.lz quiet splash -- maybe-ubiquity
LiveMediaBuild: Ubuntu 12.04 LTS Precise Pangolin - Release i386 (20120423)
ProcEnviron:
 LANGUAGE=en_US.UTF-8
 TERM=linux
 PATH=(custom, no user)
 LANG=en_US.UTF-8
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 precise ubiquity-2.10.16

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

Title:
  trying to install 12.04

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

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


[Bug 998728] [NEW] package python-uno 1:3.4.4-0ubuntu1 failed to install/upgrade: conflicting packages - not installing python-uno

2012-05-13 Thread Ronnie
Public bug reported:

I am unable to install any app from the Softwate Centre

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: python-uno 1:3.4.4-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-24.37-generic-pae 3.2.14
Uname: Linux 3.2.0-24-generic-pae i686
ApportVersion: 2.0.1-0ubuntu7
Architecture: i386
Date: Sun May 13 12:14:21 2012
DpkgTerminalLog:
 dpkg: regarding .../python-uno_1%3a3.5.3-0ubuntu1_i386.deb containing 
python-uno:
  python-uno conflicts with libreoffice-core ( 1:3.5~)
   libreoffice-core (version 1:3.4.4-0ubuntu1) is present and broken due to 
postinst failure.
 dpkg: error processing 
/var/cache/apt/archives/python-uno_1%3a3.5.3-0ubuntu1_i386.deb (--unpack):
  conflicting packages - not installing python-uno
ErrorMessage: conflicting packages - not installing python-uno
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
SourcePackage: libreoffice
Title: package python-uno 1:3.4.4-0ubuntu1 failed to install/upgrade: 
conflicting packages - not installing python-uno
UpgradeStatus: Upgraded to precise on 2012-05-12 (0 days ago)

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


** Tags: apport-package i386 precise

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

Title:
  package python-uno 1:3.4.4-0ubuntu1 failed to install/upgrade:
  conflicting packages - not installing python-uno

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

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


[Bug 998728] Re: package python-uno 1:3.4.4-0ubuntu1 failed to install/upgrade: conflicting packages - not installing python-uno

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

Title:
  package python-uno 1:3.4.4-0ubuntu1 failed to install/upgrade:
  conflicting packages - not installing python-uno

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

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


[Bug 974745] Re: Update to 11.10 fails

2012-04-05 Thread Ronnie Kon
** Attachment added: Tar of /var/log/dist-upgrade
   https://bugs.launchpad.net/bugs/974745/+attachment/3012819/+files/faillog.tgz

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

Title:
  Update to 11.10 fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/974745/+subscriptions

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


[Bug 974745] [NEW] Update to 11.10 fails

2012-04-05 Thread Ronnie Kon
Public bug reported:

Got the popup:

Could not install the upgrades

The upgrade has aborted. Your system could be in an unusable state. A
recovery will run now (dpkg --configure -a).

Please report this bug using the command 'ubuntu-bug update-manager' in a 
terminal and include the files in /var/log/dist-upgrade/ in the bug report.
E:Sub-process /usr/bin/dpkg returned an error code (1)

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: update-manager 1:0.152.25.8
ProcVersionSignature: Ubuntu 2.6.38-11.48-server 2.6.38.8
Uname: Linux 2.6.38-11-server x86_64
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
Date: Thu Apr  5 16:59:21 2012
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: update-manager
UpgradeStatus: Upgraded to oneiric on 2012-04-05 (0 days ago)

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


** Tags: amd64 apport-bug dist-upgrade oneiric

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

Title:
  Update to 11.10 fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/974745/+subscriptions

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


[Bug 973877] [NEW] Thunderird in Ubuntu 10.04 outdated.

2012-04-04 Thread Ronnie McMaster
*** This bug is a security vulnerability ***

Public security bug reported:

Mozilla is dropping support on Thunderbird 3 in April. It is time to
upgrade the version in Ubuntu 10.04

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

** Visibility changed to: Public

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

Title:
  Thunderird in Ubuntu 10.04 outdated.

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

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


[Bug 806606] Re: ip information frame not displayed correctly

2012-03-24 Thread Ronnie McMaster
I can't help but notice the status says fix released yet the problem
is still there. My machines are up to date and I am still having this
problem, as well as other folks.

Screenshot attached.

** Attachment added: Screenshot at 2012-03-24 09:28:52.png
   
https://bugs.launchpad.net/ubuntu/+source/gnome-nettool/+bug/806606/+attachment/2929729/+files/Screenshot%20at%202012-03-24%2009%3A28%3A52.png

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

Title:
  ip information frame not displayed correctly

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

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


[Bug 806606] Re: ip information frame not displayed correctly

2012-03-24 Thread Ronnie McMaster
I realized you guys have fixed the problem in the next release version,
but why not patch the latest supported version used by 11.10 so folks do
not have to bend over backwards to get this program working?

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

Title:
  ip information frame not displayed correctly

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

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


[Bug 825259] Re: File /usr/lib/python2.7/dist-packages/NvidiaDetector/nvidiadetector.py, line 87, in __get_value_from_name v = int(name) - ValueError: invalid literal for int() with base 10: '173-up

2012-01-30 Thread Ronnie McMaster
I have nvidia-common 1:0.2.35 and this error is still being shown in the
terminal.

Gtk-WARNING **: Unable to locate theme engine in module_path: pixmap,
at /usr/share/perl5/Debconf/FrontEnd/Gnome.pm line 103.

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

Title:
  File /usr/lib/python2.7/dist-
  packages/NvidiaDetector/nvidiadetector.py, line 87, in
  __get_value_from_name v = int(name) - ValueError: invalid literal for
  int() with base 10: '173-updates'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-common/+bug/825259/+subscriptions

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


[Bug 916624] [NEW] GUFW in Ubuntu 11.10 shows wrong status when locked.

2012-01-14 Thread Ronnie McMaster
Public bug reported:

When GUFW is in the locked state, it should show the true status(on or
off). This is not the case. This may mislead users into thinking their
system is ensecure.

Please check out the following thread, which has screenshots.
 http://ubuntuforums.org/showthread.php?p=11611508posted=1#post11611508

Release: Ubuntu 11.10 32 and 64bit
Package: gufw -11.10.2-0ubuntu1

** Affects: gui-ufw (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/916624

Title:
  GUFW in Ubuntu 11.10 shows wrong status when locked.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gui-ufw/+bug/916624/+subscriptions

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


[Bug 911639] [NEW] Bluetooth on the Dell Vostro 3450

2012-01-03 Thread Ronnie Wulfsohn
Public bug reported:

See launchpad bug 819475 and launchpad question # 183612.

Thanks, Ronnie

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: linux-image-3.0.0-14-generic-pae 3.0.0-14.23
ProcVersionSignature: Ubuntu 3.0.0-14.23-generic-pae 3.0.9
Uname: Linux 3.0.0-14-generic-pae i686
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
ApportVersion: 1.23-0ubuntu4
Architecture: i386
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: PCH [HDA Intel PCH], device 0: ALC269VB Analog [ALC269VB Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  ronnie 1359 F pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'PCH'/'HDA Intel PCH at 0xd170 irq 48'
   Mixer name   : 'Intel CougarPoint HDMI'
   Components   : 'HDA:10ec0269,102804d9,00100100 
HDA:80862805,80860101,0010'
   Controls  : 18
   Simple ctrls  : 10
Date: Wed Jan  4 09:15:04 2012
HibernationDevice: RESUME=UUID=5cf01d65-48ad-4cf6-9d02-0b4d3190ac12
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
MachineType: Dell Inc. Dell System Vostro 3450
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-14-generic-pae 
root=UUID=a8dea399-6c8e-4d83-bbc8-983424cf3fc2 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.0.0-14-generic-pae N/A
 linux-backports-modules-3.0.0-14-generic-pae  N/A
 linux-firmware1.60
SourcePackage: linux
StagingDrivers: mei
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 10/21/2011
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A08
dmi.board.name: 0YW3P2
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.chassis.version: 0.1
dmi.modalias: 
dmi:bvnDellInc.:bvrA08:bd10/21/2011:svnDellInc.:pnDellSystemVostro3450:pvr:rvnDellInc.:rn0YW3P2:rvrA00:cvnDellInc.:ct8:cvr0.1:
dmi.product.name: Dell System Vostro 3450
dmi.sys.vendor: Dell Inc.

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


** Tags: apport-bug i386 oneiric running-unity staging

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

Title:
  Bluetooth on the Dell Vostro 3450

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

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


[Bug 911639] Re: Bluetooth on the Dell Vostro 3450

2012-01-03 Thread Ronnie Wulfsohn
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/911639

Title:
  Bluetooth on the Dell Vostro 3450

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

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


[Bug 602265] Re: Maverick: The defaut livecd and installed firefox bookmarks could do with updating.

2011-10-14 Thread Ronnie McMaster
I would love to see ubuntuforums added to the default bookmarks in
Firefox.

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

Title:
  Maverick: The defaut livecd and installed firefox bookmarks could do
  with updating.

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

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


[Bug 840976] Re: checkbox does not start

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

Title:
  checkbox does not start

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

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


[Bug 840957] Re: Banshee crashes continuously after opening Extensions tab in Preferences

2011-09-04 Thread Ronnie Bourkadi
** Visibility changed to: Public

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

Title:
  Banshee crashes continuously after opening Extensions tab in
  Preferences

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

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


[Bug 840976] [NEW] checkbox does not start

2011-09-04 Thread Ronnie
Public bug reported:

System testing cannot be started (tested both from dash and from command
line with the command: checkbox-gtk --log-level=debug)

There is no logging:
ronnie@ronnie-11:~$ checkbox-gtk --log-level=debug
ronnie@ronnie-11:~$

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: checkbox-gtk 0.12.5
ProcVersionSignature: Ubuntu 3.0.0-10.16-generic 3.0.4
Uname: Linux 3.0.0-10-generic x86_64
Architecture: amd64
Date: Sun Sep  4 14:45:20 2011
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Beta amd64 (20110904)
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: checkbox
UpgradeStatus: No upgrade log present (probably fresh install)

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


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

Title:
  checkbox does not start

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

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


[Bug 839310] Re: Argument 3 does not allow None as a value

2011-09-04 Thread Ronnie
Patch is working here

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

Title:
  Argument 3 does not allow None as a value

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/usb-creator/+bug/839310/+subscriptions

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


[Bug 835940] Re: ccsm crashed with KeyError in compizconfig.Plugin.ApplyStringExtensions (src/compizconfig.c:6780)(): '@\x82\x97\x02'

2011-08-28 Thread Ronnie
*** This bug is a duplicate of bug 832458 ***
https://bugs.launchpad.net/bugs/832458

My keyboard stopped working, so i could't type during the bug creation,
only copy paste letters.

The bug happend when i clicked trough the compizconfig settings manager
(scale plugin)

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

Title:
  ccsm crashed with KeyError in
  compizconfig.Plugin.ApplyStringExtensions (src/compizconfig.c:6780)():
  '@\x82\x97\x02'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compizconfig-settings-manager/+bug/835940/+subscriptions

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


[Bug 835941] Re: compiz crashed with SIGSEGV in sigc::signal_base::impl()

2011-08-28 Thread Ronnie
*** This bug is a duplicate of bug 831769 ***
https://bugs.launchpad.net/bugs/831769

Due this bug my keyboard stopped working, so i could't type during the
bug creation, only copy paste letters.

I wasnt doing anything special. just a random crash

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

Title:
  compiz crashed with SIGSEGV in sigc::signal_base::impl()

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

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


[Bug 821342] Re: nautilus crashed with SIGSEGV in g_main_context_dispatch()

2011-08-26 Thread Ronnie
Got the same error after changing the .config/user-dirs.dirs file to a
mounted disk

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

Title:
  nautilus crashed with SIGSEGV in g_main_context_dispatch()

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

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


[Bug 775346] Re: close / min / max button location inconsistent with metacity / global app menu settings

2011-06-22 Thread Ronnie
This bug is really annoying, its stopping me from using unity. imagine
each time u want to close a maximized window, u need to force urself to
go to the left part of the screen when ur mind automatically goes to the
right because its used to doing tht.

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

Title:
  close / min / max button location inconsistent with metacity / global
  app menu settings

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

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


[Bug 795963] [NEW] Acer 8935G (Notebook) - Hybrid Graphics - Kernel Bug

2011-06-11 Thread Ronnie Schmitt
Public bug reported:

Binary package hint: linux-generic-pae

Ubuntu-Release: 11.04

Package / Version: linux-generic-pae / 2.6.38.8.22

Expected Behavior: Proper Systemstart

Experience
Each time I boot up my fresh Ubuntu-Installation for the first time after I 
turn the AC on again, I experience a kernel bug (screenshot will follow in 
attachement). After that, I start up the machine with the boot-option 
nomodeset, and everything runs fine. Booting directly after that again 
without the boot option nomodeset, the kernel boots up without problems and 
starts Unity just fine.

I also run an Arch-Linux-Installation with a Vanilla-Kernel (2.6.38) and
a seperate Kernel with CK-Patches (2.6.37) on the same machine - both
Kernels start up fine, so, the problem is more or less Ubuntu-specific.

** Affects: linux-meta (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/795963

Title:
  Acer 8935G (Notebook) - Hybrid Graphics - Kernel Bug

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

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


[Bug 795963] Re: Acer 8935G (Notebook) - Hybrid Graphics - Kernel Bug

2011-06-11 Thread Ronnie Schmitt
** Attachment added: Kernel-Bug - Screenshot
   
https://bugs.launchpad.net/bugs/795963/+attachment/2165305/+files/kernel-bug.jpg

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

Title:
  Acer 8935G (Notebook) - Hybrid Graphics - Kernel Bug

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

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


[Bug 795963] Re: Acer 8935G (Notebook) - Hybrid Graphics - Kernel Bug

2011-06-11 Thread Ronnie Schmitt
** Attachment added: dmesg.log
   
https://bugs.launchpad.net/ubuntu/+source/linux-meta/+bug/795963/+attachment/2165306/+files/dmesg.log

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

Title:
  Acer 8935G (Notebook) - Hybrid Graphics - Kernel Bug

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

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


[Bug 795963] Re: Acer 8935G (Notebook) - Hybrid Graphics - Kernel Bug

2011-06-11 Thread Ronnie Schmitt
** Attachment added: lspci-vvnn.log
   
https://bugs.launchpad.net/ubuntu/+source/linux-meta/+bug/795963/+attachment/2165307/+files/lspci-vvnn.log

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

Title:
  Acer 8935G (Notebook) - Hybrid Graphics - Kernel Bug

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

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


[Bug 795963] Re: Acer 8935G (Notebook) - Hybrid Graphics - Kernel Bug

2011-06-11 Thread Ronnie Schmitt
** Attachment added: uname-a.log
   
https://bugs.launchpad.net/ubuntu/+source/linux-meta/+bug/795963/+attachment/2165308/+files/uname-a.log

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

Title:
  Acer 8935G (Notebook) - Hybrid Graphics - Kernel Bug

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

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


[Bug 795963] Re: Acer 8935G (Notebook) - Hybrid Graphics - Kernel Bug

2011-06-11 Thread Ronnie Schmitt
** Attachment added: version.log
   
https://bugs.launchpad.net/ubuntu/+source/linux-meta/+bug/795963/+attachment/2165309/+files/version.log

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

Title:
  Acer 8935G (Notebook) - Hybrid Graphics - Kernel Bug

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

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


[Bug 789242] Re: Startup Disk Creator requiring multiple authentications.

2011-06-04 Thread Ronnie McMaster
Doug, the problem isn't so much that a password has to be entered 3
times, but if one isn't present to do it promptly, then it will fail. If
this is the planned action the developers want, then it will probably
push more people to stop using it and to use Unetbootin.

As mentioned in post #2, I am running it as root, which seems to go
without a hitch.

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

Title:
  Startup Disk Creator requiring multiple authentications.

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


[Bug 789242] [NEW] Startup Disk Creator requiring multiple authentications.

2011-05-27 Thread Ronnie McMaster
Public bug reported:

Binary package hint: usb-creator

Whenever I use the Ubuntu Startup Disk Creator, I have to sit by the PC
and enter my password at least twice or it will fail if I am not there
to authenticate installing the boot loader promptly. I do not see the
purpose any requiring authentication to write to a USB drive, but don't
mind doing so once.

Please fix this so that folks only have to authenticate once.

Thanks,
uRock

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: usb-creator-gtk 0.2.25.3
ProcVersionSignature: Ubuntu 2.6.35-28.50-generic 2.6.35.11
Uname: Linux 2.6.35-28-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Fri May 27 10:54:17 2011
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
PackageArchitecture: all
ProcEnviron:
 LANG=en_US.utf8
 SHELL=/bin/bash
SourcePackage: usb-creator

** Affects: usb-creator (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug maverick

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

Title:
  Startup Disk Creator requiring multiple authentications.

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


[Bug 789242] Re: Startup Disk Creator requiring multiple authentications.

2011-05-27 Thread Ronnie McMaster
As for a work around, I have started running USB Creator as root to
avoid having to be present and authenticate to prevent installation
failure.

sudo usb-creator-gtk

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

Title:
  Startup Disk Creator requiring multiple authentications.

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


[Bug 789242] Re: Startup Disk Creator requiring multiple authentications.

2011-05-27 Thread Ronnie McMaster
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/789242

Title:
  Startup Disk Creator requiring multiple authentications.

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


[Bug 772212] Re: Unity -- Moving min/max/close buttons back to right hand side for full screen windows

2011-05-23 Thread Ronnie
this is one of two things stopping me from using the new unity interface

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

Title:
  Unity -- Moving min/max/close buttons back to right hand side for full
  screen windows

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


[Bug 776337] [NEW] package linux-image-2.6.38-8-generic 2.6.38-8.42 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2011-05-03 Thread Ronnie A Jones
Public bug reported:

Upgrade to Ubuntu 11.04 stopped at approximately 4 minutes from
completing the whole download.

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: linux-image-2.6.38-8-generic 2.6.38-8.42
ProcVersionSignature: Ubuntu 2.6.35-28.50-generic 2.6.35.11
Uname: Linux 2.6.35-28-generic i686
NonfreeKernelModules: nvidia
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  rj-2   1225 F pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'CMI8738'/'C-Media CMI8738 (model 37) at 0xa400, irq 5'
   Mixer name   : 'CMedia PCI'
   Components   : ''
   Controls  : 43
   Simple ctrls  : 23
Date: Tue May  3 00:54:43 2011
ErrorMessage: ErrorMessage: subprocess installed post-installation script 
returned error exit status 1
HibernationDevice: RESUME=UUID=05e5ed20-6415-44fc-af2a-dbe096091276
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
MachineType: System Manufacturer System Name
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.35-28-generic 
root=UUID=ebe60cac-54f6-4a53-815c-2fe7bc668d28 ro quiet splash
RelatedPackageVersions:
 linux-restricted-modules-2.6.35-28-generic N/A
 linux-backports-modules-2.6.35-28-generic  N/A
 linux-firmware 1.52
RfKill:
 0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
SourcePackage: linux
Title: package linux-image-2.6.38-8-generic 2.6.38-8.42 failed to 
install/upgrade: ErrorMessage: subprocess installed post-installation script 
returned error exit status 1
UpgradeStatus: Upgraded to natty on 2011-05-03 (0 days ago)
WifiSyslog:
 
dmi.bios.date: 09/21/2000
dmi.bios.vendor: Award Software, Inc.
dmi.bios.version: ASUS A7V ACPI BIOS Revision 1004C
dmi.board.name: A7V
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: REV 1.xx
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 7
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAwardSoftware,Inc.:bvrASUSA7VACPIBIOSRevision1004C:bd09/21/2000:svnSystemManufacturer:pnSystemName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnA7V:rvrREV1.xx:cvnChassisManufacture:ct7:cvrChassisVersion:
dmi.product.name: System Name
dmi.product.version: System Version
dmi.sys.vendor: System Manufacturer

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


** Tags: apport-package i386 natty

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

Title:
  package linux-image-2.6.38-8-generic 2.6.38-8.42 failed to
  install/upgrade: ErrorMessage: subprocess installed post-installation
  script returned error exit status 1

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


[Bug 776337] Re: package linux-image-2.6.38-8-generic 2.6.38-8.42 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2011-05-03 Thread Ronnie A Jones
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/776337

Title:
  package linux-image-2.6.38-8-generic 2.6.38-8.42 failed to
  install/upgrade: ErrorMessage: subprocess installed post-installation
  script returned error exit status 1

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


[Bug 776519] Re: Not creating bootable USB drives/requiring root privies.

2011-05-03 Thread Ronnie McMaster
** Visibility changed to: Public

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

Title:
  Not creating bootable USB drives/requiring root privies.

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


[Bug 776519] Re: Not creating bootable USB drives/requiring root privies.

2011-05-03 Thread Ronnie McMaster
I just tested the USB on another machine, so the issue must be hardware
related.

Is there any way to remove the security road blocks?

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

Title:
  Not creating bootable USB drives/requiring root privies.

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


[Bug 776519] Re: Not creating bootable USB drives/requiring root privies.

2011-05-03 Thread Ronnie McMaster
Status changed to invalid, as the USB is usable.

Not sure if a new bug should be filed for the need to input a password
three times per use of the USB Creator application.

** Changed in: usb-creator (Ubuntu)
   Status: New = Invalid

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

Title:
  Not creating bootable USB drives/requiring root privies.

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


Re: [Bug 279262] Re: Ethernet unusable after Maverick-Natty upgrade; device unmanaged; no way to change it

2011-05-01 Thread Ronnie Redd
On Saturday, April 30, 2011 08:28:57 pm Adam Porter wrote:
 After upgrading from Maverick to Natty using the dist-upgrade tool, my
 Ethernet connection was completely unusable, because it was unmanaged.
 
 I was able to manually activate the interface with ifconfig and manually
 run $(dhclient eth0) to get an IP from DHCP.  Then I purged network-
 manager and reinstalled it.  But it's STILL UNMANAGED!
 
 This is absolutely insane.  Upgrading Kubuntu from Maverick to Natty
 BREAKS NETWORKING, with NO WAY TO FIX IT other than mucking around in a
 terminal!!!
 
 This bug has been around for YEARS!!!
 
 How can Natty be released like this?!?  Average users won't have a clue
 how to fix it and won't be able to find out because they can't get
 online!!!
 
 Is this intentional sabotage against Kubuntu?  If not, what other
 explanation is there for releasing a new version of Kubuntu that utterly
 breaks networking upon upgrading?
 
 Debian would never, ever release a new version that has such UTTERLY
 FATAL bugs in it.
 
 What does it take to get a CRITICAL bug like this fixed???
 
 ** Summary changed:
 
 - [regression] devices/interfaces not set to auto in 
 /etc/network/interfaces get blacklisted in 0.7 (intrepid) but were managed in 
 0.6 (hardy and before)
 + Ethernet unusable after Maverick-Natty upgrade; device unmanaged; no way to 
 change it
 
 ** Changed in: network-manager (Ubuntu)
Status: Triaged = Confirmed
 
 
Dear Adam,
Please stop upgrading outside of Long Term Release versions.
Maybe you did not realize Maverick is currently leading edge and Natty is 
considered bleeding edge.
Yes, in most cases, most things are cooler and more flashy.
It is also possible that you didn't realize that ALL CAPITOL LETTERS ARE 
CONSIDERED YELLING.
If all caps are accompanied with exclamation points it LOOKS LIKE SCREAMING!!!
If in fact you really are this discouraged over something that is being worked 
on without much good to say, please go back to version 8.04.x or 10.04.x
-- 
Thank You,
Ronnie Redd

Fingerprint:
7B9430791CE3066D944D1C8CB0A22F3A1B4998F0
To verify signature:
http://pgp.mit.edu:11371/pks/lookup?search=Ronnie+Reddop=index


Note: Our mail servers employ *very* aggressive anti-spam 
filtering. If you reply to this email and your email is 
rejected, please accept my apologies and let me know via my 
web form at http://www.cruzit.com/contactor.php.

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

Title:
  Ethernet unusable after Maverick-Natty upgrade; device unmanaged; no
  way to change it

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


[Bug 706918] Re: compiz crashed with SIGSEGV in RegexExp::evaluate()

2011-05-01 Thread Ronnie
This bug keeps on happening. Its been happening since 40 days. That is
when i upgraded from maverick to NATTY. It happens on kernels 2.6.36,
2.6.38, the generic ubuntu kernel too. I tested it with 5 different
kernels. The following message is found in /var/log/syslog

Apr 30 17:51:37 solidus-workstation kernel: [437609.857278]
compiz[19952]: segfault at 10 ip 7fa564066335 sp 7fff096e1350
error 4 in libregex.so[7fa564061000+8000]

Long ago b4 the upgrade there was no problems with the 2.6.36 kernel.
Therefore im sure its not a kernel problem. Moreover, it used to happen
a lot b4 the last 2  compiz updates. Now it happens only twice or 3
times when  i log in to the system nd then it takes a long time to
happen again. Also if i logout nd log in again, the same story repeats
where compiz crashes 2 or 3 times and then takes a very long time to
crash . The crash occurs when new windows open such as when u open
banshee or the sound preferences or any gtk window etc...

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

Title:
  compiz crashed with SIGSEGV in RegexExp::evaluate()

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


[Bug 706918] Re: compiz crashed with SIGSEGV in RegexExp::evaluate()

2011-05-01 Thread Ronnie
Also, it happens sometimes when opening menus (indicators or dropdown-
menus in applications) and when dragging folders on the desktop or in
nautilus.

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

Title:
  compiz crashed with SIGSEGV in RegexExp::evaluate()

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


[Bug 708087] Re: plugininstall.py crashed with IOError in command(): [Errno 32] Broken pipe

2011-01-26 Thread Ronnie
*** This bug is a duplicate of bug 705359 ***
https://bugs.launchpad.net/bugs/705359


** Visibility changed to: Public

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

Title:
  plugininstall.py crashed with IOError in command(): [Errno 32] Broken
  pipe

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


[Bug 626823] Re: Need MemoryStick driver for Ricoh Co Ltd Device e230

2010-10-23 Thread Ronnie
I have the same problem on vaio VPCF117HG with kernel 2.6.36-rc6 on
Ubuntu 10.10. lspci -k gives the following output


03:00.0 SD Host controller: Ricoh Co Ltd Device e822
Subsystem: Sony Corporation Device 9067
Kernel driver in use: sdhci-pci
Kernel modules: sdhci-pci
03:00.1 System peripheral: Ricoh Co Ltd Device e230
Subsystem: Sony Corporation Device 9067
03:00.3 FireWire (IEEE 1394): Ricoh Co Ltd Device e832
Subsystem: Sony Corporation Device 9067
Kernel driver in use: firewire_ohci
Kernel modules: ohci1394, firewire-ohci
03:00.4 SD Host controller: Ricoh Co Ltd Device e822
Subsystem: Sony Corporation Device 9067
Kernel driver in use: sdhci-pci
Kernel modules: sdhci-pci


I also have 2 memory stick readers. 1 for SD and the other for HG pro
duo. The sd one is working because it has a kernel module loaded while
the HG pro duo which i assume is the 03:00.1 System peripheral: Ricoh
Co Ltd Device e230 is not working. I will test the latest kernel today
and check if it works.

-- 
Need MemoryStick driver for Ricoh Co Ltd Device e230
https://bugs.launchpad.net/bugs/626823
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 626823] Re: Need MemoryStick driver for Ricoh Co Ltd Device e230

2010-10-23 Thread Ronnie
Architecture: amd64
DistroRelease: Ubuntu 10.10
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
NonfreeKernelModules: nvidia
Package: linux (not installed)
ProcEnviron:
 LANG=en_US.utf8
 SHELL=/bin/bash
Tags: maverick
Uname: Linux 2.6.36-candela x86_64
UnreportableReason: The running kernel is not an Ubuntu kernel
UserGroups: adm admin audio cdrom dialout dip fax floppy fuse lp lpadmin netdev 
plugdev sambashare tape vboxusers video


** Tags added: apport-collected

-- 
Need MemoryStick driver for Ricoh Co Ltd Device e230
https://bugs.launchpad.net/bugs/626823
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 604335] Re: grub-pc.postinst script fails to detect virtio vda disk in KVM guest

2010-10-21 Thread Ronnie Jespersen
Confirmed on xen...

Distributor ID: Ubuntu
Description:Ubuntu 10.04.1 LTS
Release:10.04
Codename:   lucid

Linux version 2.6.32-24-server (bui...@yellow) (gcc version 4.4.3
(Ubuntu 4.4.3-4ubuntu5) )

-- 
grub-pc.postinst script fails to detect virtio vda disk in KVM guest
https://bugs.launchpad.net/bugs/604335
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 364527] Re: [wishlist] banshee should have an 'auto size' option for column headers

2010-10-12 Thread Ronnie Guthrie
This doesn't just affect Banshee but other apps using the same control,
such as Rhythmbox and Nautilus.

Have just updated to Ubuntu 10.10 and still this issue persists.

Any chance of escalating this one?

-- 
[wishlist] banshee should have an 'auto size' option for column headers
https://bugs.launchpad.net/bugs/364527
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 620519] [NEW] package ubufox (not installed) failed to install/upgrade: ErrorMessage: no package named `ubufox' is installed, cannot configure

2010-08-19 Thread Ronnie
Public bug reported:

Binary package hint: ubufox

dont know

ProblemType: Package
DistroRelease: Ubuntu 10.10
Package: ubufox (not installed)
ProcVersionSignature: Ubuntu 2.6.35-15.21-generic 2.6.35.1
Uname: Linux 2.6.35-15-generic x86_64
NonfreeKernelModules: wl
Architecture: amd64
Date: Thu Aug 19 11:39:00 2010
ErrorMessage: ErrorMessage: no package named `ubufox' is installed, cannot 
configure
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Alpha amd64 (20100707)
SourcePackage: ubufox
Title: package ubufox (not installed) failed to install/upgrade: ErrorMessage: 
no package named `ubufox' is installed, cannot configure

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


** Tags: amd64 apport-package maverick

-- 
package ubufox (not installed) failed to install/upgrade: ErrorMessage: no 
package named `ubufox' is installed, cannot configure
https://bugs.launchpad.net/bugs/620519
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


  1   2   3   >