[Bug 1492815] [NEW] Black screen on switching users

2015-09-06 Thread Wadelius
Public bug reported:

I have an Asus UX303LN with Ubuntu 15.04. There are two user accounts,
one administrator and one that is not administrator.

When I switch between users the screen turns black, sometimes the windows the 
user has opened are flashed before it turns black. If I hold the laptop against 
a bright light I can see that the windows are there, but that the back-light is 
completely switched off. When I close the lid and open again, making the laptop 
going into suspend and back, the back-light is on. When coming back from 
suspend I'm greeted by the login screen, but while I write my password it goes 
into suspend again. Pressing space or closing and opening the lid brings up the 
login screen and I can successfully login
Summary:
- Log in user A
- Switch to user B
- Switch back to user A -> Windows that are open flash then black screen
- Close the lid and open again -> login screen
- While writing the password the laptop goes to suspend. Hitting space brings 
is up again.
- Attempt to login -> screen is not black.

I have also found that the user switched to is not critical, as long as the 
switch user screen has been triggered:
- Log in as user A
- Press the cogwheel in the upper right corner, select user B.
- When prompted with user Bs password, change your mind and switch to user A 
again.
- The same black screen behaviour as above.

So it seems that the culprit is something triggered by the switch user
screen, that differs from just locking one account and entering the
password to it.

This or similar issues have been reported before, as far back as 2010 it
seems. I have not found any solution by reading threads, it seems that
sometimes people get lucky and the issue disappears during an upgrade.

To get the touchpad and other stuff working I have as recommended in the 
following thread added a couple of PPAs.
Thread: http://ubuntuforums.org/showthread.php?t=2243162
PPAs:
http://ppa.launchpad.net/xorg-edgers/ppa/ubuntu
http://ppa.launchpad.net/hanipouspilot/focaltech-dkms/ubuntu
Other PPAs to get applications I want:
http://ppa.launchpad.net/nilarimogard/webupd8/ubuntu
http://repository.spotify.com
http://apt.insynchq.com/ubuntu
http://download.virtualbox.org/virtualbox/debian

** Affects: xserver-xorg-video-intel (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/1492815

Title:
  Black screen on switching users

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

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


[Bug 1075537] Re: Ubuntu Software Center does not update the cache and the xapian search index automatically, caused some packages cannot be found.

2013-04-29 Thread Wadelius
This still happens in 13.04. It has been a problem in Ubuntu Software
Center as far as I can remember.

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

Title:
  Ubuntu Software Center does not update the cache and the xapian search
  index automatically, caused some packages cannot be found.

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

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


[Bug 1068662] Re: webapps are not working :(

2012-10-23 Thread Wadelius
It does not work completely on my installation, using firefox. I
upgraded from 12.04. It works for Google Calendar, Launchpad and OMG
Ubuntu, but not for Gmail. It offered integration when I visited Gmail,
but Gmail does not show up when I type webapps in the dash.

I tried uninstalling unity-webapps-gmail. It then offered to install the
next time i visited gmail.com, but it's still not working.

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

Title:
  webapps are not working :(

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-chromium-extension/+bug/1068662/+subscriptions

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


[Bug 485712] Re: Download and send information unclear to colorblind

2011-11-09 Thread Wadelius
Thank you for looking into it. I have tested different colors and at least to 
me the following combination is easy to distinguish from each other.
- Download #2D7DB3 (blue, same as before)
- Upload #EE1D00 (red, new color)

At least to red-green colorblind this combination should be easy to tell
apart, since one is blue based and the other red based. It is difficult
to see the difference between blue based colors such as blue, purple and
cyan.

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

Title:
  Download and send information unclear to colorblind

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-system-monitor/+bug/485712/+subscriptions

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


[Bug 348204] Re: [Jaunty] Intel wireless 3945ABG is unstable and disconnects frequently

2010-09-15 Thread Wadelius
I was finally able to fix this

I've had this problem for a long time and have tried a lot of fixes, none of 
them have worked. I finally gave up and ordered a new network card with another 
chip. It has not arrived yet, so naturally I find a solution that works when 
trying to take care of another problem :-). In my case the cause of the 
connection dropping was tcp window scaling. I found it here:
http://wheel.troxo.com/2008/06/05/tcp-window-scaling-conundrum/
and here:
http://www.youtube.com/watch?v=N_AzSOJbKlI

Some network cards have problems with tcp window scaling, which means
changing the size of the packets on demand. You can either change the
max min boundaries of the packets, or disable scaling altogether. What
worked for me was disabling it.

To disables tcp window scaling you need to add the line below to your 
/etc/sysctl.conf.
net.ipv4.tcp_window_scaling=0

To reset run
sudo sysctl -p

-- 
[Jaunty] Intel wireless 3945ABG is unstable and disconnects frequently
https://bugs.launchpad.net/bugs/348204
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 348204] Re: [Jaunty] Intel wireless 3945ABG is unstable and disconnects frequently

2010-09-15 Thread Wadelius
Oh, forgot. I'm running Ubuntu 10.04 with kernel 2.6.34.

-- 
[Jaunty] Intel wireless 3945ABG is unstable and disconnects frequently
https://bugs.launchpad.net/bugs/348204
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 614964] Re: Missing menus in Midori

2010-09-14 Thread Wadelius
I have almost the same problem on Ubuntu 10.04 with Midori 0.2.7. I have
File Edit View Go Tools Windows Help. Only Bookmarks is missing for
me. I have tried this with swedish and english settings, only the
Bookmarks menu is missing.

Any ideas on what can cause this?

-- 
Missing menus in Midori
https://bugs.launchpad.net/bugs/614964
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 13983] Re: Evolution virtual trash / real trash on IMAP server

2010-02-17 Thread Wadelius
I agree as well. When I set up systems for others I am forced to install
thunderbird because of this issue.

Is there no way to have a poll about this?

-- 
Evolution virtual trash / real trash on IMAP server
https://bugs.launchpad.net/bugs/13983
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 485712] Re: Download and send information unclear to colorblind

2009-12-03 Thread Wadelius
I propose a combination of blue and red, that should be visible to all.
Perhaps the red used for processor 2 and the current blue color.

Thanks!
Wadelius

-- 
Download and send information unclear to colorblind
https://bugs.launchpad.net/bugs/485712
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 485712] [NEW] Download and send information unclear to colorblind

2009-11-20 Thread Wadelius
Public bug reported:

Binary package hint: gnome-system-monitor

Eight percent of the male population suffer from some form of
colorblindness. Therefore it the choice of colors for download and
upload rates in gnome-system-monitor is not so good. I suffer from mild
colorblindness, and have problems separating colors with a blue base and
red or green tints from each other. It would be better to switch one of
the colors to something very different, for example dark red or brown,
and keeping the other one blue. As it is now I can't see any difference
between the download and upload, which is annoying since I use it often
to check if my crappy internet connection is working.

I sincerely hope you perform this easy fix!

$ lsb_release -rd
Description:Ubuntu 9.10
Release:9.10

$ apt-cache policy gnome-system-monitor
gnome-system-monitor:
  Installerad: 2.28.0-0ubuntu1
  Kandidat: 2.28.0-0ubuntu1
  Versionstabell:
 *** 2.28.0-0ubuntu1 0
500 http://se.archive.ubuntu.com karmic/main Packages
100 /var/lib/dpkg/status

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

** Description changed:

  Binary package hint: gnome-system-monitor
  
  Eight percent of the male population suffer from some form of
  colorblindness. Therefore it the choice of colors for download and
- upload rates in gnome-system-monitor is not so well chosen. I suffer
- from mild colorblindness, and have problems separating colors with a
- blue base and red or green tints from each other. It would be better to
- switch one of the colors to something very different, for example dark
- red or brown, and keeping the other one blue. As it is now I can't see
- any difference between the download and upload, which is annoying since
- I use it often to check if my crappy internet connection is working.
+ upload rates in gnome-system-monitor is not so good. I suffer from mild
+ colorblindness, and have problems separating colors with a blue base and
+ red or green tints from each other. It would be better to switch one of
+ the colors to something very different, for example dark red or brown,
+ and keeping the other one blue. As it is now I can't see any difference
+ between the download and upload, which is annoying since I use it often
+ to check if my crappy internet connection is working.
  
  I sincerely hope you perform this easy fix!
  
  $ lsb_release -rd
  Description:  Ubuntu 9.10
  Release:  9.10
  
- $ apt-cache policy gnome-system-monitor 
+ $ apt-cache policy gnome-system-monitor
  gnome-system-monitor:
-   Installerad: 2.28.0-0ubuntu1
-   Kandidat: 2.28.0-0ubuntu1
-   Versionstabell:
-  *** 2.28.0-0ubuntu1 0
- 500 http://se.archive.ubuntu.com karmic/main Packages
- 100 /var/lib/dpkg/status
+   Installerad: 2.28.0-0ubuntu1
+   Kandidat: 2.28.0-0ubuntu1
+   Versionstabell:
+  *** 2.28.0-0ubuntu1 0
+ 500 http://se.archive.ubuntu.com karmic/main Packages
+ 100 /var/lib/dpkg/status

-- 
Download and send information unclear to colorblind
https://bugs.launchpad.net/bugs/485712
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 13983] Re: Evolution virtual trash / real trash on IMAP server

2009-05-07 Thread Wadelius
I agree with Guillaume, I'm also a bit disappointed. On my phone I can
easily select the folder that it should threat as trash, but when I
first could not find this feature in Evolution I was very confused. This
should be available. Other than this minor anoyance, I think Evolution
is the best client I've used so far.

-- 
Evolution virtual trash / real trash on IMAP server
https://bugs.launchpad.net/bugs/13983
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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