[Bug 1696231] Re: amdgpu needed blacklisting of radeon module

2018-05-15 Thread Ader
Firstly, AMD has released amdgpu-pro 18.10 (for rhel and supports Ubuntu
16.04.4):

https://support.amd.com/en-us/kb-articles/Pages/Radeon-Software-for-
Linux-Release-Notes.aspx

Download Links are on the site.

Secondly, I'm still having the DRM version issue, and I have come across
a post on reddit about this:

https://www.reddit.com/r/vulkan/comments/4idouk/problem_with_vulkan_on_amd_linux/

More specifically the comment here:
https://www.reddit.com/r/vulkan/comments/4idouk/problem_with_vulkan_on_amd_linux/d2xc4ta/

where the issue seems to have to do with the driver that's in use by
linux (radeon) rather than amdgpu:

amdgpu has version 3.1.0:
https://github.com/torvalds/linux/blob/32cf95db22d49cf4a3b421ba9fd156bb5f920ebb/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c#L49-L56

and radeon has version 2.43:
https://github.com/torvalds/linux/blob/32cf95db22d49cf4a3b421ba9fd156bb5f920ebb/drivers/gpu/drm/radeon/radeon_drv.c#L95-L99

In Addition, the reddit user talks about having
`CONFIG_DRM_AMDGPU_CIK=y` set to 'y' to enable support for the GPU in
amdgpu driver (this requires manually compiling the linux kernel, as the
default has this setting off). You can check if your currently running
kernel has this option:

   grep CONFIG_DRM_AMDGPU_CIK /boot/config*

And checking what driver is actually in use by linux:

   lspci -nnk | grep -i vga -A3 | grep 'in use'

So the question is how to get the amdgpu driver to load in place of
radeon ?

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

Title:
  amdgpu needed blacklisting of radeon module

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

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

[Bug 1530518] Re: /etc/cron.weekly/apt-xapian-index reports TypeError

2017-12-26 Thread Ader
I confirm here as well the Bug still occurs on Ubuntu 16.04 64-bit

System Package Version:

apt-xapian-index:
  Installed: 0.47ubuntu8.3
  Candidate: 0.47ubuntu8.3
  Version table:
 *** 0.47ubuntu8.3 500
500 http://us.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 
Packages
500 http://us.archive.ubuntu.com/ubuntu xenial-updates/universe i386 
Packages
100 /var/lib/dpkg/status
 0.47ubuntu8 500
500 http://us.archive.ubuntu.com/ubuntu xenial/universe amd64 Packages
500 http://us.archive.ubuntu.com/ubuntu xenial/universe i386 Packages


Running Command: 

$ sudo /usr/sbin/update-apt-xapian-index
The index /var/lib/apt-xapian-index is up to date
Exception ignored in: >
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/axi/indexer.py", line 306, in __del__
AttributeError: 'NoneType' object has no attribute 'unlink'

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

Title:
  /etc/cron.weekly/apt-xapian-index reports TypeError

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt-xapian-index/+bug/1530518/+subscriptions

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

[Bug 1714182] Re: Cannot specify customized filename for output logging (-L flag)

2017-09-01 Thread Ader
Hello, Thank you for such expeditious response to this matter, very
appreciated. I'm also in agreement with you that this isn't 100% a bug,
but rather a feature lacking in this software. So I'm not sure this
should be reported as an upstream bug, but rather a feature request, as
you stated.

Let me know what you think the next best course of action should be.

I took a look at the workaround you posted, It's ok, but for example the
project that my team is working on is ultimately creating an environment
that's goal is to test 100 clients operating at the same time (20
Clients/Screen sessions per host) this would be tedious trying to setup
individual scripts/configuration files, as opposed to using the " | tee
 " method I've implemented for the time being.

This is why I'm trying to find the best avenue for having this
addressed, as the improvement that needs to be made is simply having the
screen package be able to do:

screen -L /path/to/logfile

this would make life so much simpler :)

I'm also not familiar with filing upstream bugs/feature requests, etc.
This is my first Ubuntu bug filing experience with this matter. Any
guidance would be appreciated. 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/1714182

Title:
  Cannot specify customized filename for output logging (-L flag)

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

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


[Bug 1714182] [NEW] Cannot specify customized filename for output logging (-L flag)

2017-08-31 Thread Ader
Public bug reported:

The screen package needs to change the -L switch feature so that a
screenlog.0 filename can be given a specific directory/filename output
such as doing:

screen -L /tmp/screenlog.1 (2, 3, etc)

Otherwise in order to run multiple screens with -L they each have to be
executed from different directories, because they'd all output to the
same screenlog.0 file.

The only alternative workaround to this is doing:

screen -dmS workspace | tee screen.log

or

screen -dmS workspace && screen -S workspace -X stuff $' | tee
screen.log\n'


Conclusion, To recode the -L switch to allow to explicitly specify custom 
filename/directory location for screenlog.0 output ?

** Affects: screen (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/1714182

Title:
  Cannot specify customized filename for output logging (-L flag)

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

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


[Bug 1550950] Re: package openjdk-9-jdk 9~b102-1 failed to install/upgrade: trying to overwrite '/usr/lib/jvm/java-9-openjdk-amd64/include/linux/jawt_md.h', which is also in package openjdk-9-jdk-head

2017-08-22 Thread Ader
My successful installation for openjdk on Ubuntu 16.04.3 LTS is set up
with these installed packages:

ii  openjdk-9-jdk-headless:amd64 9~b114-0ubuntu1 amd64 OpenJDK
Development Kit (JDK) (headless)


ii  openjdk-9-jre:amd64 9~b114-0ubuntu1 amd64 OpenJDK Java runtime, using 
Hotspot JIT


ii  openjdk-9-jre-headless:amd64 9~b114-0ubuntu1 amd64 OpenJDK Java runtime, 
using Hotspot JIT (headless)

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

Title:
  package openjdk-9-jdk 9~b102-1 failed to install/upgrade: trying to
  overwrite '/usr/lib/jvm/java-9-openjdk-amd64/include/linux/jawt_md.h',
  which is also in package openjdk-9-jdk-headless:amd64 9~b107-0ubuntu1

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

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


[Bug 1309578] Re: Ubuntu 14.04 suddenly reboots when booting from Live USB AMD A8 6600k

2015-04-04 Thread Ader
Precise did not work either. What on earth can I do to install Ubuntu?

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

Title:
  Ubuntu 14.04 suddenly reboots when booting from Live USB AMD A8 6600k

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

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


[Bug 1309578] Re: Ubuntu 14.04 suddenly reboots when booting from Live USB AMD A8 6600k

2015-04-04 Thread Ader
Now I tried with radeon.dpm=0 and when the installer rebooted, it gave
me the Ubuntu logo with the text "Remove media and press [ENTER]" or
something like that. Could it be that the installer thinks that it is
actually done with the installation when it has in fact done nothing? I
will now install Precise and upgrade to Utopic. Hope that works!

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

Title:
  Ubuntu 14.04 suddenly reboots when booting from Live USB AMD A8 6600k

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

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


[Bug 1309578] Re: Ubuntu 14.04 suddenly reboots when booting from Live USB AMD A8 6600k

2015-04-04 Thread Ader
I now tried booting from a DVD without luck. I have also tried acpi=off
with no luck. I even tried that hard-to-believe trick with the mouse
with no luck. Any chance this bug is fixed any time soon? Is there
anything more I can do to help?

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

Title:
  Ubuntu 14.04 suddenly reboots when booting from Live USB AMD A8 6600k

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

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


[Bug 1437701] [NEW] package libgnutls26:i386 2.12.23-12ubuntu2.2 failed to install/upgrade: package libgnutls26:i386 is already installed and configured

2015-03-28 Thread Ader
Public bug reported:

Rebooted after apt-get upgrade

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: libgnutls26:i386 2.12.23-12ubuntu2.2
ProcVersionSignature: Ubuntu 3.13.0-48.80-generic 3.13.11-ckt16
Uname: Linux 3.13.0-48-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.8
AptdaemonVersion: 1.1.1-1ubuntu5.1
Architecture: amd64
Date: Sat Mar 28 11:39:26 2015
DuplicateSignature: package:libgnutls26:i386:2.12.23-12ubuntu2.2:package 
libgnutls26:i386 is already installed and configured
ErrorMessage: package libgnutls26:i386 is already installed and configured
InstallationDate: Installed on 2014-04-20 (342 days ago)
InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
PackageArchitecture: i386
SourcePackage: gnutls26
Title: package libgnutls26:i386 2.12.23-12ubuntu2.2 failed to install/upgrade: 
package libgnutls26:i386 is already installed and configured
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: already-installed apport-package i386 trusty

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

Title:
  package libgnutls26:i386 2.12.23-12ubuntu2.2 failed to
  install/upgrade: package libgnutls26:i386 is already installed and
  configured

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

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


[Bug 1437691] [NEW] package libgnutls26:amd64 2.12.23-12ubuntu2.2 failed to install/upgrade: package libgnutls26:amd64 is already installed and configured

2015-03-28 Thread Ader
Public bug reported:

This error came after I sudo apt-get upgraded and then rebooted.

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: libgnutls26:amd64 2.12.23-12ubuntu2.2
ProcVersionSignature: Ubuntu 3.13.0-48.80-generic 3.13.11-ckt16
Uname: Linux 3.13.0-48-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.8
AptdaemonVersion: 1.1.1-1ubuntu5.1
Architecture: amd64
CrashReports:
 600:109:116:0:2015-03-28 19:30:04.442477436 +0100:2015-03-28 
19:30:04.442477436 +0100:/var/crash/libgnutls-openssl27:amd64.0.uploaded
 640:0:116:792371:2015-03-28 19:29:59.406457424 +0100:2015-03-28 
19:30:00.406457424 +0100:/var/crash/libgnutls-openssl27:amd64.0.crash
 644:0:116:0:2015-03-28 19:30:02.146466051 +0100:2015-03-28 19:30:02.146466051 
+0100:/var/crash/libgnutls-openssl27:amd64.0.upload
 600:0:116:248814:2015-03-28 11:39:24.576898097 +0100:2015-03-28 
11:39:25.576898097 +0100:/var/crash/libgnutls26:amd64.0.crash
 600:0:116:248812:2015-03-28 11:39:26.608898154 +0100:2015-03-28 
11:39:26.580898018 +0100:/var/crash/libgnutls26:i386.0.crash
Date: Sat Mar 28 11:39:26 2015
DuplicateSignature: package:libgnutls26:amd64:2.12.23-12ubuntu2.2:package 
libgnutls26:amd64 is already installed and configured
ErrorMessage: package libgnutls26:amd64 is already installed and configured
InstallationDate: Installed on 2014-04-20 (342 days ago)
InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
SourcePackage: dpkg
Title: package libgnutls26:amd64 2.12.23-12ubuntu2.2 failed to install/upgrade: 
package libgnutls26:amd64 is already installed and configured
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: already-installed amd64 apport-package trusty

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

Title:
  package libgnutls26:amd64 2.12.23-12ubuntu2.2 failed to
  install/upgrade: package libgnutls26:amd64 is already installed and
  configured

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

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


[Bug 1309578] Re: Ubuntu 14.04 suddenly reboots when booting from Live USB AMD A8 6600k

2014-12-11 Thread Ader
Has anyone checked if this bug still persists in kernel 3.18?

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

Title:
  Ubuntu 14.04 suddenly reboots when booting from Live USB AMD A8 6600k

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

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


[Bug 1370514] Re: [Compaq Presario CQ62-a11SO Notebook PC] Installer reboot when I try to install Ubuntu 14.10 from live disk

2014-09-26 Thread Ader
ubuntu@ubuntu:~$ sudo dmidecode -s bios-version && sudo dmidecode -s 
bios-release-date
F.2B
12/05/2011

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

Title:
  [Compaq Presario CQ62-a11SO Notebook PC] Installer reboot when I try
  to install Ubuntu 14.10 from live disk

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

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


[Bug 1370514] Re: [Compaq Presario CQ62-a11SO Notebook PC] Installer reboot when I try to install Ubuntu 14.10 from live disk

2014-09-22 Thread Ader
BIOS upgraded. Upgrading did not solve the problem :(

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

Title:
  [Compaq Presario CQ62-a11SO Notebook PC] Installer reboot when I try
  to install Ubuntu 14.10 from live disk

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

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


[Bug 1370514] Re: [Compaq Presario CQ62-a11SO Notebook PC] Installer reboot when I try to install Ubuntu 14.10 from live disk

2014-09-18 Thread Ader
Do you want me to upgrade the bios and test if that solves it, or should
I leave it so we can do further testing on the system as it is?

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

Title:
  [Compaq Presario CQ62-a11SO Notebook PC] Installer reboot when I try
  to install Ubuntu 14.10 from live disk

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

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


[Bug 1370514] Re: Installer reboot when I try to install Ubuntu 14.10 from live disk

2014-09-18 Thread Ader
** Attachment added: "Syslog"
   
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1370514/+attachment/4207605/+files/syslog

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

Title:
  Installer reboot when I try to install Ubuntu 14.10 from live disk

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

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


[Bug 1370514] Re: Installer reboot when I try to install Ubuntu 14.10 from live disk

2014-09-18 Thread Ader
/var/log/installer is a directory. The files in the directory are
attached.

** Attachment added: "installer.tar.gz"
   
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1370514/+attachment/4207607/+files/installer.tar.gz

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

Title:
  Installer reboot when I try to install Ubuntu 14.10 from live disk

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

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


[Bug 1370514] Re: Installer reboot when I try to install Ubuntu 14.10 from live disk

2014-09-18 Thread Ader
** Attachment added: "partman"
   
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1370514/+attachment/4207606/+files/partman

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

Title:
  Installer reboot when I try to install Ubuntu 14.10 from live disk

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

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


[Bug 1370514] Re: Installer reboot when I try to install Ubuntu 14.10 from live disk

2014-09-18 Thread Ader
Tell me if I also need to do the deep debugging of partman.

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

Title:
  Installer reboot when I try to install Ubuntu 14.10 from live disk

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

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


[Bug 1370514] Re: Installer reboot when I try to install Ubuntu 14.10 from live disk

2014-09-18 Thread Ader
It was on September 16th that I tried to install. After that, I have
only been using Ubuntu from the live disk without attempting an
installation.

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

Title:
  Installer reboot when I try to install Ubuntu 14.10 from live disk

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

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


[Bug 1370514] Re: Installer reboot when I try to install Ubuntu 14.10 from live disk

2014-09-18 Thread Ader
** Attachment added: "Screenshot of HP support assistant"
   
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1370514/+attachment/4207604/+files/picture.png

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

Title:
  Installer reboot when I try to install Ubuntu 14.10 from live disk

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

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


[Bug 1370514] Re: Installer reboot when I try to install Ubuntu 14.10 from live disk

2014-09-17 Thread Ader
Hi! Unfortunately, there is no sticker on the computer, but the model as
stated on the laptop is Compaq Presario CQ62. Hope that is enough. I
will do the other thing when I get home.

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

Title:
  Installer reboot when I try to install Ubuntu 14.10 from live disk

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

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


[Bug 1370514] Re: Installer reboota when I try to install Ubuntu 14.10 from live disk

2014-09-17 Thread Ader
Opened new bug report as requested in bug #1309578.

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

Title:
  Installer reboota when I try to install Ubuntu 14.10 from live disk

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

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


[Bug 1370514] [NEW] Installer reboota when I try to install Ubuntu 14.10 from live disk

2014-09-17 Thread Ader
Public bug reported:

I can use Ubuntu from the live disk as much as I want from the live
disk, but as soon as I have clicked "Next" in the window where I choose
whether I want to instal Ubuntu inside Windows or whatever, the computer
reboots. The same thing happens in Trusty and Saucy.

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: linux-image-3.16.0-14-generic 3.16.0-14.20
ProcVersionSignature: Ubuntu 3.16.0-14.20-generic 3.16.2
Uname: Linux 3.16.0-14-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.14.7-0ubuntu2
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  ubuntu 4240 F pulseaudio
 /dev/snd/controlC1:  ubuntu 4240 F pulseaudio
CasperVersion: 1.344
CurrentDesktop: Unity
Date: Wed Sep 17 13:28:07 2014
LiveMediaBuild: Ubuntu 14.10 "Utopic Unicorn" - Alpha amd64 (20140914)
MachineType: Hewlett-Packard Presario CQ62 Notebook PC
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcFB: 0 radeondrmfb
ProcKernelCmdLine: noprompt cdrom-detect/try-usb=true persistent 
file=/cdrom/preseed/username.seed boot=casper initrd=/casper/initrd.lz quiet 
splash -- BOOT_IMAGE=/casper/vmlinuz.efi
RelatedPackageVersions:
 linux-restricted-modules-3.16.0-14-generic N/A
 linux-backports-modules-3.16.0-14-generic  N/A
 linux-firmware 1.133
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 05/19/2010
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: F.06
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: 143B
dmi.board.vendor: Hewlett-Packard
dmi.board.version: 62.18
dmi.chassis.asset.tag: Chassis Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.06:bd05/19/2010:svnHewlett-Packard:pnPresarioCQ62NotebookPC:pvr04961025281000102:rvnHewlett-Packard:rn143B:rvr62.18:cvnHewlett-Packard:ct10:cvrChassisVersion:
dmi.product.name: Presario CQ62 Notebook PC
dmi.product.version: 04961025281000102
dmi.sys.vendor: Hewlett-Packard

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


** Tags: amd64 apport-bug utopic

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

Title:
  Installer reboota when I try to install Ubuntu 14.10 from live disk

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

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


[Bug 1309578] Re: Ubuntu 14.04 suddenly reboots when booting from Live USB AMD A8 6600k

2014-09-16 Thread Ader
I just tried to install Utoppic Unicorn alpha with kernel 3.16, but the
problem persists even there :(

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

Title:
  Ubuntu 14.04 suddenly reboots when booting from Live USB AMD A8 6600k

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

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


[Bug 1309578] Re: Ubuntu 14.04 suddenly reboots when booting from Live USB AMD A8 6600k

2014-09-13 Thread Ader
I just downloaded the latest build of Saucy Salamander to test that
version, and the exact same problem occurs there. So this might actually
be an older issue.

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

Title:
  Ubuntu 14.04 suddenly reboots when booting from Live USB AMD A8 6600k

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

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


[Bug 1309578] Re: Ubuntu 14.04 suddenly reboots when booting from Live USB AMD A8 6600k

2014-09-13 Thread Ader
Hi!
I just tried to upgrade the kernel on my live USB to 3.16. I then rebooted, but 
I got an intramfs error "Unable to find a medium containing a live file 
system". How to get past that problem?

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

Title:
  Ubuntu 14.04 suddenly reboots when booting from Live USB AMD A8 6600k

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

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


[Bug 1309578] Re: Ubuntu 14.04 suddenly reboots when booting from Live USB AMD A8 6600k

2014-09-13 Thread Ader
Clarification: I did this to test if the rebooting problem persists.

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

Title:
  Ubuntu 14.04 suddenly reboots when booting from Live USB AMD A8 6600k

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

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


[Bug 1318158] [NEW] Image lost if changes are not saved manually before restart

2014-05-10 Thread Ader
Public bug reported:

If I create a new image in Gimp, and then choose to restart Ubuntu
without saving this image manually, it is lost. In Windows, the OS
refuses to restart before you have chosen whether or not to save
changes. Should something like that exist in Ubunttu as well?

Writer and Calc are other programs where you do not get the option of
saving, but these programs display the last opened file correctly after
the reboot.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: gimp 2.8.10-0ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
Uname: Linux 3.13.0-24-generic x86_64
ApportVersion: 2.14.1-0ubuntu3
Architecture: amd64
CurrentDesktop: Unity
Date: Sat May 10 13:23:25 2014
InstallationDate: Installed on 2014-04-20 (19 days ago)
InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
SourcePackage: gimp
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug trusty

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

Title:
  Image lost if changes are not saved manually before restart

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

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


[Bug 1309578] Re: Ubuntu 14.04 suddenly reboots when booting from Live USB (AMD APU's)

2014-05-01 Thread Ader
Penalvc: If I boot into the live USB as is without changing anything
after creating it, do I then have a mainline or a repository kernel?

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

Title:
  Ubuntu 14.04 suddenly reboots when booting from Live USB (AMD APU's)

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

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


[Bug 1309578] Re: Ubuntu 14.04 suddenly reboots when booting from Live USB (AMD APU's)

2014-04-27 Thread Ader
What do you mean by repository kernel? What is the difference?

Rasmus

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

Title:
  Ubuntu 14.04 suddenly reboots when booting from Live USB (AMD APU's)

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

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


[Bug 1309578] Re: Ubuntu 14.04 suddenly reboots when booting from Live USB (AMD APU's)

2014-04-25 Thread Ader
I now tried with the 32-bit version of Ubuntu. That did not work either.

I also tried upgrading to kernel 3.15, but there were some errors in the
upgrade and the USB-stick was not able to boot afterwards.

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

Title:
  Ubuntu 14.04 suddenly reboots when booting from Live USB (AMD APU's)

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

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


[Bug 1309578] Re: Ubuntu 14.04 suddenly reboots when booting from Live USB (AMD APU's)

2014-04-25 Thread Ader
I have now tried with radeon.dpm=0, but it did not work :(

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

Title:
  Ubuntu 14.04 suddenly reboots when booting from Live USB (AMD APU's)

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

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


[Bug 1309578] Re: Ubuntu 14.04 reboots while installing from USB

2014-04-20 Thread Ader
I am now trying to install Ubuntu on a manually created partition. I am
running gparted from the USB, and try to create a new partition. That is
not possible, since there are already four primary partitions. I assume
that the automatic install (install inside windows 7) also needs to
create a partition. Could this be the problem?

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

Title:
  Ubuntu 14.04 reboots while installing from USB

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

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


[Bug 1175079] [NEW] Songwriter crashes on start

2013-05-01 Thread Ader
Public bug reported:

Songwrite crashes with this message:

Traceback (most recent call last):
  File "/usr/bin/songwrite", line 134, in 
import main
  File "/usr/bin/../share/songwrite/main.py", line 43, in 
tkroot = Tk(baseName = "songwrite", className = "Songwrite")
  File "/usr/lib/python2.7/lib-tk/Tkinter.py", line 1751, in __init__
if not sys.flags.ignore_environment:
UnboundLocalError: local variable 'sys' referenced before assignment

I am on Ubuntu 13.04 and use version  0.14-9 of Songwrite.

** Affects: songwrite (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/1175079

Title:
  Songwriter crashes on start

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

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


[Bug 1009434] [NEW] Cannot go into fullscreen

2012-06-06 Thread Ader
Public bug reported:

This game is supposed to go to fullscreen when pressing alt+enter. It
doesn't.

** Affects: 7kaa (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/1009434

Title:
  Cannot go into fullscreen

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

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


[Bug 865531] Re: Computer hibernates when battery is charged to 100%

2012-02-04 Thread Ader
I mean invalid...

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

Title:
  Computer hibernates when battery is charged to 100%

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/865531/+subscriptions

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


[Bug 865531] Re: Computer hibernates when battery is charged to 100%

2012-02-04 Thread Ader
Still not fixed. Why is this marked incomplete?

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

Title:
  Computer hibernates when battery is charged to 100%

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/865531/+subscriptions

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


[Bug 917534] Re: Eclipse does not show in Unity launcher or in alt+tab

2012-02-01 Thread Ader
Hi! A restart solved it this time, but this occurs quite frequently. I
will report back when I have a better way of reproducing the error. I
installed Eclipse from repository.

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

Title:
  Eclipse does not show in Unity launcher or in alt+tab

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

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


[Bug 917534] Re: Eclipse does not show in Unity launcher or in alt+tab

2012-01-17 Thread Ader
** Also affects: unity
   Importance: Undecided
   Status: New

** No longer affects: unity

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

Title:
  Eclipse does not show in Unity launcher or in alt+tab

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

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


[Bug 917534] [NEW] Eclipse does not show in Unity launcher or in alt+tab

2012-01-17 Thread Ader
Public bug reported:

I start Eclipse, but when I click alt+tab, the Eclipse-icon does not
show. Also, there is no white arrow to the left of the icon in the
launcher. The only way I can know it is running, is by doing super+w.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: unity 4.24.0-0ubuntu2.1
ProcVersionSignature: Ubuntu 3.0.0-14.23-generic 3.0.9
Uname: Linux 3.0.0-14-generic i686
ApportVersion: 1.23-0ubuntu4
Architecture: i386
CheckboxSubmission: 46cbee0193a44a4d055a7fd6cc36078c
CheckboxSystem: fc73f07fcd9845bb95fa3ca6b8be7ef2
CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,water,grid,mousepoll,regex,imgpng,resize,move,unitymtgrabhandles,place,vpswitch,wall,wobbly,gnomecompat,animation,expo,ezoom,workarounds,session,fade,scale,scaleaddon,unityshell]
Date: Tue Jan 17 09:20:26 2012
InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release i386 (20110427.1)
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: unity
UpgradeStatus: Upgraded to oneiric on 2011-09-27 (111 days ago)

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


** Tags: apport-bug i386 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/917534

Title:
  Eclipse does not show in Unity launcher or in alt+tab

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

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


[Bug 877537] [NEW] Pasting a transparent image into the GIMP makes the transparent areas black

2011-10-18 Thread Ader
Public bug reported:

This, at least goes for images copied from chrome. If I save the images
and then open them directly in the GIMP, transparency is there.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: gimp 2.6.11-2ubuntu4
ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
Uname: Linux 3.0.0-12-generic i686
ApportVersion: 1.23-0ubuntu3
Architecture: i386
CheckboxSubmission: 46cbee0193a44a4d055a7fd6cc36078c
CheckboxSystem: fc73f07fcd9845bb95fa3ca6b8be7ef2
Date: Tue Oct 18 17:48:35 2011
InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release i386 (20110427.1)
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: gimp
UpgradeStatus: Upgraded to oneiric on 2011-09-27 (21 days ago)

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


** Tags: apport-bug i386 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/877537

Title:
  Pasting a transparent image into the GIMP makes the transparent areas
  black

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

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


[Bug 877537] Re: Pasting a transparent image into the GIMP makes the transparent areas black

2011-10-18 Thread Ader
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/877537

Title:
  Pasting a transparent image into the GIMP makes the transparent areas
  black

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

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


[Bug 851383] Re: geany crashed when trying to open a second file

2011-10-06 Thread Ader
The issue reappeared for me yesterday after having been gone for a
couple of days...

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

Title:
  geany crashed when trying to open a second file

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

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


[Bug 865531] Re: Computer hibernates when battery is charged to 100%

2011-10-03 Thread Ader
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/865531

Title:
  Computer hibernates when battery is charged to 100%

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-power/+bug/865531/+subscriptions

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


[Bug 865531] [NEW] Computer hibernates when battery is charged to 100%

2011-10-03 Thread Ader
Public bug reported:

When my battery is charged to 100% and I unplug the cable, it estimates
that I only have 2 minutes left of power, and hibernates immediately.
After I wake it up again, it correctly estimates the capacity to app. 2
hours.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: indicator-power 0.9-0ubuntu1
ProcVersionSignature: Ubuntu 3.0.0-12.19-generic 3.0.4
Uname: Linux 3.0.0-12-generic i686
ApportVersion: 1.23-0ubuntu2
Architecture: i386
Date: Mon Oct  3 19:01:37 2011
InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release i386 (20110427.1)
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: indicator-power
UpgradeStatus: Upgraded to oneiric on 2011-09-27 (6 days ago)

** Affects: indicator-power (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 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/865531

Title:
  Computer hibernates when battery is charged to 100%

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-power/+bug/865531/+subscriptions

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


[Bug 862171] Re: Running instance of Libreoffice writer disappears from launcher, but keeps running

2011-10-01 Thread Ader
Muhammad: That's the problem. I am not able to reproduce the bug... It
just suddenly happens. I'll tell you if I find out.

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

Title:
  Running instance of Libreoffice writer disappears from launcher, but
  keeps running

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

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


[Bug 851383] Re: geany crashed when trying to open a second file

2011-10-01 Thread Ader
With the newest upgrades today I can confirm that this bug has been
fixed.

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

Title:
  geany crashed when trying to open a second file

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

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


[Bug 862087] Re: There is no way to close the Gimp

2011-10-01 Thread Ader
I am so sorry. The toolbox was just moved so far up, that the close
button was hidden behind the top bar. Sorry for wasting your time...

** Changed in: gimp (Ubuntu)
   Status: Incomplete => Invalid

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

Title:
  There is no way to close the Gimp

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

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


[Bug 862171] Re: Running instance of Libreoffice writer disappears

2011-09-29 Thread Ader
** Summary changed:

- Running instance of Libreoffice writer disappears
+ Running instance of Libreoffice writer disappears from launcher, but keeps 
running

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

Title:
  Running instance of Libreoffice writer disappears from launcher, but
  keeps running

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

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


[Bug 862171] [NEW] Running instance of Libreoffice writer disappears from launcher, but keeps running

2011-09-29 Thread Ader
Public bug reported:

Unfortunately, I am unable to give you the steps for reproducing this
error, but sometimes when I am working with libreoffice writer,
switching between several running programs using alt+tab, the writer
suddenly disappears both from the launcher and alt+tab menu. I have so
far not been able to spot the system, but will tell you if I find it.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: unity 4.18.0-0ubuntu1
ProcVersionSignature: Ubuntu 3.0.0-12.19-generic 3.0.4
Uname: Linux 3.0.0-12-generic i686
ApportVersion: 1.23-0ubuntu2
Architecture: i386
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
Date: Thu Sep 29 11:11:42 2011
InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release i386 (20110427.1)
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: unity
UpgradeStatus: Upgraded to oneiric on 2011-09-27 (1 days ago)

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


** Tags: apport-bug i386 oneiric

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

Title:
  Running instance of Libreoffice writer disappears from launcher, but
  keeps running

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

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


[Bug 862099] Re: compiz crashed with SIGSEGV in PrivateWindow::addWindowStackChanges()

2011-09-29 Thread Ader
*** This bug is a duplicate of bug 861542 ***
https://bugs.launchpad.net/bugs/861542

I've had numerous reboots (not after the most recent sudo apt-get
upgrade though) where this has not happened. It happens only
occasionally. I don't know why.

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

Title:
  compiz crashed with SIGSEGV in PrivateWindow::addWindowStackChanges()

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

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


[Bug 862099] Re: compiz crashed with SIGSEGV in PrivateWindow::addWindowStackChanges()

2011-09-29 Thread Ader
*** This bug is a duplicate of bug 861542 ***
https://bugs.launchpad.net/bugs/861542

I had just rebooted my computer. After I login, I press the super-button
and enter "writer" to start libreoffice. While this application is
starting, compiz crashes. I don't know if this "works" every time.

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

Title:
  compiz crashed with SIGSEGV in PrivateWindow::addWindowStackChanges()

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

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


[Bug 862087] Re: There is no way to close the Gimp

2011-09-29 Thread Ader
Please see attached screenshot. Notice that the mouse cursor is at the
top, but that nothing appears.

** Attachment added: "Screenshot at 2011-09-29 09:14:36.png"
   
https://bugs.launchpad.net/ubuntu/+source/gimp/+bug/862087/+attachment/2478696/+files/Screenshot%20at%202011-09-29%2009%3A14%3A36.png

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

Title:
  There is no way to close the Gimp

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

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


[Bug 862087] Re: There is no way to close the Gimp

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

Title:
  There is no way to close the Gimp

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

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


[Bug 862087] [NEW] There is no way to close the Gimp

2011-09-29 Thread Ader
Public bug reported:

When the toolbox has focus, there are no drop-down menus or minimise,
maximise, close buttons to be found. To quit you have to either right-
click the icon in the launcher, or let an image have focus and then
select File / Quit.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: gimp 2.6.11-2ubuntu4
ProcVersionSignature: Ubuntu 3.0.0-12.19-generic 3.0.4
Uname: Linux 3.0.0-12-generic i686
ApportVersion: 1.23-0ubuntu2
Architecture: i386
Date: Thu Sep 29 09:11:43 2011
InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release i386 (20110427.1)
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: gimp
UpgradeStatus: Upgraded to oneiric on 2011-09-27 (1 days ago)

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


** Tags: apport-bug i386 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/862087

Title:
  There is no way to close the Gimp

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

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


[Bug 844241] Re: Dim on idle does not brighten with activity

2011-09-27 Thread Ader
Where is the "Dim on idle" option located in Oneiric? I cannot seem to
find it...

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

Title:
  Dim on idle does not brighten with activity

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

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


[Bug 859075] Re: Oneiric does not shutdown

2011-09-26 Thread Ader
Brad Figg: I did a apt-get update apt-get upgrade and it still did not work. I 
don't know how to install newer kernels than that.
Andy Whitcroft: Shutting down with the -P flag works as expected.  So that 
means that this is not a bug after all?

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

Title:
  Oneiric does not shutdown

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

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


[Bug 859075] Re: Oneiric does not shutdown

2011-09-25 Thread Ader
Here's the funny thing. It only hangs on shutdown when I do "sudo
shutdown now". If I choose shutdown from the menu in the upper right
corner, it shuts down and turns itself off just fine.

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

Title:
  Oneiric does not shutdown

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

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


[Bug 859075] Re: Oneiric does not shutdown

2011-09-25 Thread Ader
Hibernation works just fine. The computer turns itself off without any
fuss, and wakes up again as it should.

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

Title:
  Oneiric does not shutdown

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

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


[Bug 859075] Re: Oneiric does not shutdown

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

Title:
  Oneiric does not shutdown

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

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


[Bug 859075] [NEW] Oneiric does not shutdown

2011-09-25 Thread Ader
Public bug reported:

I choose shutdown, and status text appears on screen displaying what it
is doing before shutting down. The computer then stops, and does not
turn itself off automatically.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: linux-image-3.0.0-11-generic 3.0.0-11.18
ProcVersionSignature: Ubuntu 3.0.0-11.18-generic 3.0.4
Uname: Linux 3.0.0-11-generic i686
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
ApportVersion: 1.23-0ubuntu1
Architecture: i386
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: ALC268 Analog [ALC268 Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  rasmus 1751 F pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xf2a0 irq 49'
   Mixer name   : 'Intel Cantiga HDMI'
   Components   : 'HDA:10ec0268,14c00030,0013 
HDA:11c11040,11c10001,00100200 HDA:80862802,80860101,0010'
   Controls  : 18
   Simple ctrls  : 10
Date: Sun Sep 25 20:10:35 2011
HibernationDevice: RESUME=UUID=2b6e2720-fea5-4027-a480-95291940fff3
InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release i386 (20110427.1)
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-11-generic 
root=UUID=9f019a2f-33bf-4cc8-8f7a-c80ce35f9d50 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.0.0-11-generic N/A
 linux-backports-modules-3.0.0-11-generic  N/A
 linux-firmware1.60
RfKill:
 0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
SourcePackage: linux
UpgradeStatus: Upgraded to oneiric on 2011-09-24 (1 days ago)
dmi.bios.date: 12/03/2009
dmi.bios.version: 1.17
dmi.board.name: JHL91
dmi.board.version: REFERENCE
dmi.chassis.type: 1
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvn:bvr1.17:bd12/03/2009:svn:pn:pvr:rvn:rnJHL91:rvrREFERENCE:cvn:ct1:cvrN/A:

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


** Tags: apport-bug i386 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/859075

Title:
  Oneiric does not shutdown

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

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


[Bug 807487] Re: unity-window-decorator crashed with SIGSEGV in g_datalist_id_set_data_full()

2011-09-25 Thread Ader
The crash occured when I was in the terminal reporting another bug :) I
don't know how to reproduce.

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

Title:
  unity-window-decorator crashed with SIGSEGV in
  g_datalist_id_set_data_full()

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

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


[Bug 761645] Re: Custom icon does not appear in launcher

2011-06-29 Thread Ader
Well... true that, but it was not I who manually added the line
"Icon[en_US]". I just created a launcher on the desktop, and gave it a
custom icon. I didn't look into the file itself before Alex Launi asked
me to.  The problem seems to be that the desktop and the unity launcher
interprets these files differently, and give "Icon" and "Icon[en_US]"
different priorities.

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

Title:
  Custom icon does not appear in launcher

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

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


[Bug 766220] Re: Cannot drag'n drop file as attachment in evolution

2011-06-04 Thread Ader
Well... if I just minimise evolution, it works fine. It is only if I
minimise it by clicking super+D that drag'n drop is disabled.

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

Title:
  Cannot drag'n drop file as attachment in evolution

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


[Bug 766220] Re: Cannot drag'n drop file as attachment in evolution

2011-06-04 Thread Ader
Alright, I think I found the problem. It's the "show desktop" shortcut
(super+D). If I have clicked this keyboard shortcut and then bring up
nautilus and hover a file over evolution, nothing happens. If I bring
evolution up again by clicking on it in the launcher, it works fine. It
seems as if Evolution, if it minimised, will not accept drag'n drop
files.

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

Title:
  Cannot drag'n drop file as attachment in evolution

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


[Bug 766220] Re: Cannot drag'n drop file as attachment in evolution

2011-06-04 Thread Ader
I now did a clean install, and nothing happens when I hover over the
evolution icon with my selection grabbed. It is disabled, and so are all
the other icons in the launcher.

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

Title:
  Cannot drag'n drop file as attachment in evolution

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


[Bug 792803] Re: Screenlets should not be minimised when I click super+d

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

Title:
  Screenlets should not be minimised when I click super+d

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


[Bug 792803] [NEW] Screenlets should not be minimised when I click super+d

2011-06-04 Thread Ader
Public bug reported:

Binary package hint: screenlets

I have a couple of screenlets on my desktop. When I click super+d to see
my desktop, all windows are minimised and in addition all my screenlets
disappear. The only way I have found to make them reappear is by going
to the screenlet settings, and click "restart all". I use this keyboard
shortcut frequently, and it is really annoying. Screenlets should not be
minimised when one clicks super+d.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: screenlets 0.1.3-0ubuntu2
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic i686
Architecture: i386
Date: Sat Jun  4 16:04:49 2011
InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release i386 (20110427.1)
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_US:en
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: screenlets
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: screenlets (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/792803

Title:
  Screenlets should not be minimised when I click super+d

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


[Bug 790716] Re: Not able to get Nautilus back when copying

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

Title:
  Not able to get Nautilus back when copying

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


[Bug 790716] [NEW] Not able to get Nautilus back when copying

2011-05-31 Thread Ader
Public bug reported:

Binary package hint: unity

I click on the home-button in the launcher and get a windows displaying
the files in my home folder. I then start copying these to somewhere
else (takes quite a lot of time), and while copying I, by mistake, close
the original window displaying my files. When I now click on the home-
button again, the progress window displaying the progress of my copying
is displayed, and I have to wait until the copying is done before I can
get the home-button to display my files again.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: unity 3.8.12-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic-pae 2.6.38.2
Uname: Linux 2.6.38-8-generic-pae i686
Architecture: i386
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
Date: Tue May 31 16:17:07 2011
InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release i386 (20101007)
ProcEnviron:
 LANGUAGE=en_US:en
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: unity
UpgradeStatus: Upgraded to natty on 2011-04-14 (46 days ago)

** Affects: unity (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/790716

Title:
  Not able to get Nautilus back when copying

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


[Bug 790095] Re: Sunset and sunrise time is incorrect north of the arctic circle

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

Title:
  Sunset and sunrise time is incorrect north of the arctic circle

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


[Bug 790095] [NEW] Sunset and sunrise time is incorrect north of the arctic circle

2011-05-30 Thread Ader
Public bug reported:

Binary package hint: indicator-weather

I live north of the arctic circle where we have midnight sun right now.
The sun doesn't set for 2 months. The times for sunrise and sunset in
the weather-indicator stay at 05:53 and 18:00 even though this is
thoroughly incorrect.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: indicator-weather 11.04.10+repack-0ubuntu2
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic-pae 2.6.38.2
Uname: Linux 2.6.38-8-generic-pae i686
Architecture: i386
Date: Mon May 30 09:15:34 2011
InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release i386 (20101007)
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_US:en
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: indicator-weather
UpgradeStatus: Upgraded to natty on 2011-04-14 (45 days ago)

** Affects: indicator-weather (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/790095

Title:
  Sunset and sunrise time is incorrect north of the arctic circle

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


[Bug 761645] Re: Custom icon does not appear in launcher

2011-05-03 Thread Ader
Upon removing the line "Icon[en_US]=nautilus" and adding the shortcut to
the launcher anew, the custom icon is displayed correctly.

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

Title:
  Custom icon does not appear in launcher

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


[Bug 761645] Re: Custom icon does not appear in launcher

2011-05-02 Thread Ader
#!/usr/bin/env xdg-open

[Desktop Entry]
Version=1.0
Type=Application
Terminal=false
Icon[en_US]=nautilus
Exec=nautilus /home/rasmus
Name[en_US]=Home
Name=Home
Icon=/usr/share/pixmaps/gnome-home.png

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

Title:
  Custom icon does not appear in launcher

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


[Bug 766220] Re: Cannot drag'n drop file as attachment in evolution

2011-04-28 Thread Ader
Yes, I do. But my installation of Natty is somewhat broken after I tried
switching it to gnome. I'm going to do a clean install soon. I'll notify
you if the problem persists.

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

Title:
  Cannot drag'n drop file as attachment in evolution

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


[Bug 761645] Re: Custom icon does not appear in launcher

2011-04-26 Thread Ader
@Bilal: Yes it does. But something happened, and this icon disappeared.
I wanted to create a new one, and that is how I stumbled over this bug.

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

Title:
  Custom icon does not appear in launcher

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


[Bug 766220] Re: Cannot drag'n drop file as attachment in evolution

2011-04-26 Thread Ader
Nope... doesn't work for me. The Evolution icon is disabled, and
hovering over it with the file does nothing.

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

Title:
  Cannot drag'n drop file as attachment in evolution

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


[Bug 766220] Re: Cannot drag'n drop file as attachment in evolution

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

Title:
  Cannot drag'n drop file as attachment in evolution

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


[Bug 766220] [NEW] Cannot drag'n drop file as attachment in evolution

2011-04-19 Thread Ader
Public bug reported:

Binary package hint: unity

I am writing a mail in Evolution and want to attach a file from the
desktop. I am used to dragging the file over the minimised Evolution
icon which will bring the new mail up and let me drop it onto the mail.
With Unity this does not happen. Evolution remains disabled.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: unity 3.8.8-0ubuntu2
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic-pae 2.6.38.2
Uname: Linux 2.6.38-8-generic-pae i686
Architecture: i386
CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,vpswitch,compiztoolbox,grid,regex,resize,place,mousepoll,imgpng,move,session,gnomecompat,animation,workarounds,unitymtgrabhandles,wall,wobbly,expo,ezoom,staticswitcher,fade,scale,unityshell]
Date: Tue Apr 19 18:09:02 2011
InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release i386 (20101007)
ProcEnviron:
 LANGUAGE=en_US:en
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: unity
UpgradeStatus: Upgraded to natty on 2011-04-14 (4 days ago)

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


** Tags: apport-bug i386 natty 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/766220

Title:
  Cannot drag'n drop file as attachment in evolution

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


[Bug 761489] Re: Microsoft Word claims to be started, but is not

2011-04-15 Thread Ader
** Description changed:

  Binary package hint: unity
  
  I have added a "keep in launcher" for winword.exe in the new unity bar
  on the left side of the screen. When I start Ubuntu, the system claims
- to already be started (there are three arrows pointing right on the left
- hand side of the icon (and the icon is the correct one)). When I click
- it, the little arrow pointing left on the right hand side of the icon
- appears to say the application is active, but no winword appears.
+ that winword is already started (there are three arrows pointing right
+ on the left hand side of the icon (and the icon is the correct one)).
+ When I click it, the little arrow pointing left on the right hand side
+ of the icon appears to say the application is active, but no winword
+ appears.
  
  If I right click on the icon and select "quit", everything on the screen
  disappears leaving only my wallpaper image. These things reappear after
  a while, but not after having moved around the applications to other
  workspaces. I cannot seem to find any logic as to which workspace gets
  which application.
  
  If I deselected "keep in launcher" and then try to quit winword by
  right-clicking, the same thing happens, but the program actually
  disappears from the unity bar. When I now click the windows key and
  start entering something to search for an application, Unity is not able
  to find any application at all (not even application I know I have).
  
  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: wine (not installed)
  ProcVersionSignature: Ubuntu 2.6.38-8.42-generic-pae 2.6.38.2
  Uname: Linux 2.6.38-8-generic-pae i686
  Architecture: i386
  Date: Fri Apr 15 10:04:37 2011
  InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release i386 (20101007)
  ProcEnviron:
-  LANGUAGE=en_US:en
-  PATH=(custom, user)
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  LANGUAGE=en_US:en
+  PATH=(custom, user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  SourcePackage: wine1.2
  UpgradeStatus: Upgraded to natty on 2011-04-14 (0 days ago)

** Description changed:

  Binary package hint: unity
  
  I have added a "keep in launcher" for winword.exe in the new unity bar
  on the left side of the screen. When I start Ubuntu, the system claims
  that winword is already started (there are three arrows pointing right
  on the left hand side of the icon (and the icon is the correct one)).
  When I click it, the little arrow pointing left on the right hand side
  of the icon appears to say the application is active, but no winword
  appears.
  
  If I right click on the icon and select "quit", everything on the screen
  disappears leaving only my wallpaper image. These things reappear after
  a while, but not after having moved around the applications to other
  workspaces. I cannot seem to find any logic as to which workspace gets
  which application.
  
  If I deselected "keep in launcher" and then try to quit winword by
  right-clicking, the same thing happens, but the program actually
  disappears from the unity bar. When I now click the windows key and
  start entering something to search for an application, Unity is not able
- to find any application at all (not even application I know I have).
+ to find any application at all (not even application I know I have)
+ (EDIT: This search fault does not necessarily have anything to do with
+ this issue. It happens regularly also at times when I am not playing
+ around with winword).
  
  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: wine (not installed)
  ProcVersionSignature: Ubuntu 2.6.38-8.42-generic-pae 2.6.38.2
  Uname: Linux 2.6.38-8-generic-pae i686
  Architecture: i386
  Date: Fri Apr 15 10:04:37 2011
  InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release i386 (20101007)
  ProcEnviron:
   LANGUAGE=en_US:en
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: wine1.2
  UpgradeStatus: Upgraded to natty on 2011-04-14 (0 days ago)

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

Title:
  Microsoft Word claims to be started, but is not

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

[Bug 761645] Re: Custom icon does not appear in launcher

2011-04-15 Thread Ader
Upon restart, the generic icon was replaced by the Nautilus icon. This
is probably because the command used is "nautilus /home/rasmus". The
original .Desktop file on my desktop, still has my custom icon.

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

Title:
  Custom icon does not appear in launcher

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


[Bug 761645] Re: Custom icon does not appear in launcher

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

Title:
  Custom icon does not appear in launcher

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


[Bug 761645] [NEW] Custom icon does not appear in launcher

2011-04-15 Thread Ader
Public bug reported:

Binary package hint: unity

I made a .desktop file pointing to my ~ folder. I selected a custom icon
for it from /usr/share/pixmap. I then dragged the .desktop file to the
launcher. It was added alright, but the custom icon did not follow.
Instead, a generic "file" icon appeared.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: unity 3.8.8-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic-pae 2.6.38.2
Uname: Linux 2.6.38-8-generic-pae i686
Architecture: i386
CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,vpswitch,compiztoolbox,grid,regex,resize,place,mousepoll,imgpng,move,session,gnomecompat,animation,workarounds,unitymtgrabhandles,wall,wobbly,expo,ezoom,staticswitcher,fade,scale,unityshell]
Date: Fri Apr 15 13:17:28 2011
InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release i386 (20101007)
ProcEnviron:
 LANGUAGE=en_US:en
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: unity
UpgradeStatus: Upgraded to natty on 2011-04-14 (0 days ago)

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


** Tags: apport-bug i386 natty 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/761645

Title:
  Custom icon does not appear in launcher

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


[Bug 761475] Re: Laptop will not wake up after hibernate

2011-04-15 Thread Ader
It now works. I don't know what happened.

** Changed in: linux (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/761475

Title:
  Laptop will not wake up after hibernate

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


[Bug 761489] Re: Microsoft Word claims to be started, but is not

2011-04-15 Thread Ader
Please ignore comment #3. That was a different application, not winword.

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

Title:
  Microsoft Word claims to be started, but is not

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


[Bug 761489] Re: Microsoft Word claims to be started, but is not

2011-04-15 Thread Ader
I now did a restart of my computer, and the launcher again claims that
winword is already started even though it is not. Now it actually
diplays a really weird behaviour. Sometimes, clicking on it displays the
same results as clicking "Super+W" (all the windows become smaller and
you can choose between them), and other times it does nothing. This
actually depends on which workspace I'm in. Workspace 2 = Super + W,
Workspace 1 = nothing...

There are now two small arrows pointing right on the left hand side of
the icon, and the icon is wine's.

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

Title:
  Microsoft Word claims to be started, but is not

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


[Bug 761489] Re: Microsoft Word claims to be started, but is not

2011-04-15 Thread Ader
Or... hang on. Searching for "word" in the search field and then
starting also works. But again, it displays the Wine icon, and selecting
"Keep In Launcher" works, but clicking the icon afterwards does nothing.

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

Title:
  Microsoft Word claims to be started, but is not

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


[Bug 761489] Re: Microsoft Word claims to be started, but is not

2011-04-15 Thread Ader
I now removed winword from the unity bar, and started it manually
through the terminal. That worked well, but the icon on the bar displays
Wine's icon and not winword's. I then again chose "Keep In Launcher" and
closed winword. When I now click the wine glass in the unity bar, it
starts blinking, but nothing happens. How can I check the actual command
executed for an application in the unity bar?

The "search function" when clicking the windows button has also started
working again. I don't know what I did...

Bottom line: The only way for me to start MS Word is manually through
the terminal.

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

Title:
  Microsoft Word claims to be started, but is not

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


[Bug 761489] [NEW] Microsoft Word claims to be started, but is not

2011-04-15 Thread Ader
Public bug reported:

Binary package hint: unity

I have added a "keep in launcher" for winword.exe in the new unity bar
on the left side of the screen. When I start Ubuntu, the system claims
to already be started (there are three arrows pointing right on the left
hand side of the icon (and the icon is the correct one)). When I click
it, the little arrow pointing left on the right hand side of the icon
appears to say the application is active, but no winword appears.

If I right click on the icon and select "quit", everything on the screen
disappears leaving only my wallpaper image. These things reappear after
a while, but not after having moved around the applications to other
workspaces. I cannot seem to find any logic as to which workspace gets
which application.

If I deselected "keep in launcher" and then try to quit winword by
right-clicking, the same thing happens, but the program actually
disappears from the unity bar. When I now click the windows key and
start entering something to search for an application, Unity is not able
to find any application at all (not even application I know I have).

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: wine (not installed)
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic-pae 2.6.38.2
Uname: Linux 2.6.38-8-generic-pae i686
Architecture: i386
Date: Fri Apr 15 10:04:37 2011
InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release i386 (20101007)
ProcEnviron:
 LANGUAGE=en_US:en
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: wine1.2
UpgradeStatus: Upgraded to natty on 2011-04-14 (0 days ago)

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


** Tags: apport-bug i386 natty 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/761489

Title:
  Microsoft Word claims to be started, but is not

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


[Bug 761475] Re: Laptop will not wake up after hibernate

2011-04-15 Thread Ader
Waking up after a hibernate worked very well in maverick. I never had
any kind of problems with it. Suspend works fine under natty.

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

Title:
  Laptop will not wake up after hibernate

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


[Bug 761475] Re: Laptop will not wake up after hibernate

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

Title:
  Laptop will not wake up after hibernate

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


[Bug 761475] [NEW] Laptop will not wake up after hibernate

2011-04-15 Thread Ader
Public bug reported:

I go into hibernate and then try to wake up from it again. I am used to
seeing the "enter password" box appear, but it doesn't. There is just a
blank screen with the mouse cursor in the form of an arrow. I can move
it around as much as I want, but nothing happens. There is no activity
on the harddrive (according to LED).

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: linux-image-2.6.38-8-generic-pae 2.6.38-8.42
Regression: Yes
Reproducible: Yes
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic-pae 2.6.38.2
Uname: Linux 2.6.38-8-generic-pae i686
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
Architecture: i386
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: ALC268 Analog [ALC268 Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  rasmus 3409 F pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xf2a0 irq 49'
   Mixer name   : 'Intel Cantiga HDMI'
   Components   : 'HDA:10ec0268,14c00030,0013 
HDA:11c11040,11c10001,00100200 HDA:80862802,80860101,0010'
   Controls  : 17
   Simple ctrls  : 9
Date: Fri Apr 15 09:37:37 2011
HibernationDevice: RESUME=UUID=25dd0416-d524-4e40-a55f-c41e232f9bc1
InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release i386 (20101007)
ProcEnviron:
 LANGUAGE=en_US:en
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-8-generic-pae 
root=UUID=0c770a94-7ec5-4080-97df-ca3eb773ad29 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-2.6.38-8-generic-pae N/A
 linux-backports-modules-2.6.38-8-generic-pae  N/A
 linux-firmware1.50
RfKill:
 0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
SourcePackage: linux
UpgradeStatus: Upgraded to natty on 2011-04-14 (0 days ago)
WifiSyslog:
 
dmi.bios.date: 12/03/2009
dmi.bios.version: 1.17
dmi.board.name: JHL91
dmi.board.version: REFERENCE
dmi.chassis.type: 1
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvn:bvr1.17:bd12/03/2009:svn:pn:pvr:rvn:rnJHL91:rvrREFERENCE:cvn:ct1:cvrN/A:

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


** Tags: apport-bug hibernate i386 kernel-power natty needs-upstream-testing 
regression-release resume 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/761475

Title:
  Laptop will not wake up after hibernate

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


[Bug 539794] Re: rt2500pci wireless regression in lucid

2010-08-23 Thread Ader
Btw... the kernel in question is 2.6.31-22-generic.

Rasmus

-- 
rt2500pci wireless regression in lucid
https://bugs.launchpad.net/bugs/539794
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 539794] Re: rt2500pci wireless regression in lucid

2010-08-23 Thread Ader
I have recently installed a fresh install of Ubuntu Karmic on a laptop
which is exactly the same as the one I am using (Karmic being used
because of the wireless regression in Lucid rendering it not usable for
my purposes.) The funny thing is that on this new install wireless doe
not work. It is exactly the same problem as I experienced with Lucid:

sudo lshw | grep network
*-network:0 DISABLED

On the old laptop, however, which has had Karmic since it came out
things work fine. These two laptops are using the SAME kernel... Could
this mean that this isn't really a kernel issue anyway?

Rasmus

-- 
rt2500pci wireless regression in lucid
https://bugs.launchpad.net/bugs/539794
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 539794] Re: rt2500pci wireless regression in lucid

2010-06-14 Thread Ader
Maybe Canonical should consider not releasing new version so frequently.
Upgrading to new releases is always a big risk. One has no guarantee
that things that have been working for the last 4 releases will work in
the next one. For every new upgrade there is something that doesn't
work. How can I recommend something like that to anyone?

Probably not the right place to complain, but I just had to get it
out...

-- 
rt2500pci wireless regression in lucid
https://bugs.launchpad.net/bugs/539794
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 539794] Re: rt2500pci wireless regression in lucid

2010-06-09 Thread Ader
Similar issue in bug #588113 states:

"Seems to be fixed in kernel 2.6.35-1"

Is our issue also solved? I'm looking forward to being able to upgrade
to Lucid :)

Rasmus

-- 
rt2500pci wireless regression in lucid
https://bugs.launchpad.net/bugs/539794
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 539794] Re: rt2500pci wireless regression in lucid

2010-05-19 Thread Ader
I saw the workaround, but cannot understand how powering off the network
device is going to make it work?

My problem is that the network card is specified as "disabled", and that
I cannot find a way of enabling it.

http://ubuntuforums.org/showthread.php?t=1460659

Rasmus

-- 
rt2500pci wireless regression in lucid
https://bugs.launchpad.net/bugs/539794
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 462479] Re: Fan stops when below 50 C never to start again

2010-05-18 Thread Ader
** Changed in: linux (Ubuntu)
   Status: Incomplete => Fix Released

-- 
Fan stops when below 50 C never to start again
https://bugs.launchpad.net/bugs/462479
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 462479] Re: Fan stops when below 50 C never to start again

2010-03-15 Thread Ader
Sorry for not having updated this earlier. The issue was solved by
adding

acpi.power_nocheck=1

to the grub.

I would love to help you with the testing, but I do not have a spare
computer to install this build on, and I do not dare to do it on the one
I'm usually using since I rely on it for work.

Rasmus

-- 
Fan stops when below 50 C never to start again
https://bugs.launchpad.net/bugs/462479
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 462486] Re: WLAN does not work on a Fujitsu Siemens Amilo L1310G

2009-11-11 Thread Ader
I found the problem! If I do iwconfig it tells me that txpower is off.
Everyone else who has this problem, try doing:

sudo iwconfig wlan0 txpower auto

It should then work!

** Changed in: linux (Ubuntu)
   Status: New => Fix Released

-- 
WLAN does not work on a Fujitsu Siemens Amilo L1310G
https://bugs.launchpad.net/bugs/462486
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   >