[Bug 1479014] Re: "Cancel", "Next", and "Sign In" functioning incorrectly on login or locked screen in "Sign In?" section

2015-08-12 Thread The Unknown
@Tim, ok, I did not see that one, but I would be happy to add it in and
I should be able to give you a new debdiff with it included by the end
of the day if not sooner.

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

Title:
  "Cancel", "Next", and "Sign In" functioning incorrectly on login or
  locked screen in "Sign In?" section

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

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


[Bug 1479014] Re: "Cancel", "Next", and "Sign In" functioning incorrectly on login or locked screen in "Sign In?" section

2015-08-12 Thread The Unknown
@Tim, ok, I have applied that patch, and created a new debdiff with all
6 patches in it and attached it here. Let me know if you need anything
else.

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

Title:
  "Cancel", "Next", and "Sign In" functioning incorrectly on login or
  locked screen in "Sign In?" section

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

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


[Bug 1479014] Re: "Cancel", "Next", and "Sign In" functioning incorrectly on login or locked screen in "Sign In?" section

2015-08-12 Thread The Unknown
** Patch added: "lp1479014_vivid_v3.debdiff"
   
https://bugs.launchpad.net/ubuntu/vivid/+source/gnome-shell/+bug/1479014/+attachment/4443308/+files/lp1479014_vivid_v3.debdiff

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

Title:
  "Cancel", "Next", and "Sign In" functioning incorrectly on login or
  locked screen in "Sign In?" section

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

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


[Bug 1479014] Re: "Cancel", "Next", and "Sign In" functioning incorrectly on login or locked screen in "Sign In?" section

2015-08-12 Thread The Unknown
** Description changed:

  [Impact]
  
  There are five patches in this one fix. So there are five bugs which are
  fixed:
  
  - Bug [1]: If the "Next" button ever gets set to "Sign In", it won't
  get reset to next until the next question asked by pam.
  
  - Bug [2]: Normally the user isn't allowed to proceed passed
  the username question until they've filled it in.
  To ensure this, the authprompt code desensitizes
  the next button when the number of characters change to
  zero.
  Unfortunately it fails to desensitize the next button
  up front when the entry starts out empty.
  
  - Bug [3]: Users are not allowed to cancel if the verification has not
  started yet and they are typing in their username.
  
  - Bug [4]: If the authPrompt gets reset for some other reason in the
  interim, this would mean that we don't fade the authentication prompt
  back in when it is needed.
  
  - Bug [5]: The user session will crash when the login screen is
  reactivated due to the fact that the previous the user verifier has not
  been cleared.
  
+ - Bug [6]: (LP: #752220) We currently only cancel the user verifier on
+ reset if verifying, but that means we don't properly cancel it when
+ asking for a username at the "Not Listed" screen.
+ 
  These are rather important things to be fixed as they make the login
  process more confusing and difficult.
  
  How the bugs are fixed:
  
  - Bug [1] fix: Reset "Next" button to "Next" when asking for username.
  
  - Bug [2] fix: Disallow the user to press "Next" when the username field
  is empty up front.
  
  - Bug [3] fix: authPrompt no longer ignores the request to cancel before
  a user has started verification and is still typing in their username.
  
  - Bug [4] fix: loginDialog now only skips the fade-in if we have already
- fadded-in. It now also only skips resetting if we have already reset.
+ faded-in. It now also only skips resetting if we have already reset.
  
  - Bug [5] fix: We now make sure that once the user verifier has
  completed its job (of user verification) that it gets cleared so that it
  does not get in the way later.
+ 
+ - Bug [6] fix: We now unconditionally cancel if the user verifier has
+ been reset.
  
  [Test Case]
  
  - Reproduce Bug [1]:
  
  On the first login screen (or log out - not lock), click "Sign In?",
  then before doing anything else click "Sign In", if the button allows
  you to press it and is not greyed out, then you have successfully
  reproduced this bug.
  
  - Reproduce Bug [2]:
  
  On the locked screen click "Sign In?", then before doing anything else
  press "Cancel". If nothing happens, you have successfully reproduced
  this bug.
  
  - Reproduce Bug [3]:
  
  On the locked screen click "Sign In?", then in the username field, start
  entering your username (or any text), then instead of pressing "Next",
  press "Cancel", if nothing happens then you have successfully reproduced
  this bug.
  
  - Reproduce Bug [4]:
  
  Go to the login screen (or locked screen), reset the authentication
  prompt before you have reached "VERIFICATION_SUCCEEDED", and if you see
  that the prompt does not fade back in, then you have successfully
  reproduced this bug.
  
-  - Reproduce Bug [5]:
+  - Reproduce Bug [5]:
  
  After you have logged in, go back to the login screen, if the user
  session crashes, then you have successfully reproduced this bug.
+ 
+ - Reproduce Bug [6]:
+ 
+ On the login screen go to the "Not Listed" section, and then attempt to
+ cancel. If it does not let you, then you have successfully reproduced
+ this bug.
  
  [Regression Potential]
  
  As these patches have already been put to practical use in the upstream
  version, and the patches which have been put to use in this version,
  have originated from those patches, I would say that the risk of
  regression is minimal.

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

Title:
  "Cancel", "Next", and "Sign In" functioning incorrectly on login or
  locked screen in "Sign In?" section

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

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

[Bug 1484247] [NEW] Unable to report bug through "Report a problem..." dialog due to LaunchPad telling me my bug report page is not found

2015-08-12 Thread The Unknown
Public bug reported:

I have recently been finding that I am getting a thing telling me that
gjs-console has crashed, so I say to submit a report, then I get another
dialog with more information, so I click send, then I get another
message telling me that when I press "OK" that a LaunchPad page will be
opened where I will report my bug, but when I do this, I get taken to
this page: https://bugs.launchpad.net/bugs/1471440 Which asks me if I
have lost something as the page is not found. Now I don't know if this
is because gjs-console doesn't have a LaunchPad page or something, or
whether it's a LaunchPad issue, or an apport one, I thought that I
should report it. But if reporting a bug through "ubuntu-bug" in
Terminal, all works fine and I don't get any issues.

---

OS Information:

No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 15.04
Release:15.04
Codename:   vivid

Package Information:

apport:
  Installed: 2.17.2-0ubuntu1.2
  Candidate: 2.17.2-0ubuntu1.2
  Version table:
 *** 2.17.2-0ubuntu1.2 0
500 http://gb.archive.ubuntu.com/ubuntu/ vivid-updates/main amd64 
Packages
100 /var/lib/dpkg/status
 2.17.2-0ubuntu1.1 0
500 http://security.ubuntu.com/ubuntu/ vivid-security/main amd64 
Packages
 2.17.2-0ubuntu1 0
500 http://gb.archive.ubuntu.com/ubuntu/ vivid/main amd64 Packages

** Affects: apport (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/1484247

Title:
  Unable to report bug through "Report a problem..." dialog due to
  LaunchPad telling me my bug report page is not found

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

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


[Bug 1486494] [NEW] gnome-control-center does not come with a .desktop file so cannot be pinned to dock without the manual creation of a .desktop file for it

2015-08-19 Thread The Unknown
Public bug reported:

As the gnome-control-center does not come with a .desktop file, this
means that when trying to pin it to dock (as I use Docky, however this
would be the same with any docking program) you find that you are unable
to unless you manually create a .desktop file for it either in
"/usr/share/applications" or "~/.local/share/applications". So it would
be really useful if it could come with a .desktop file so that these
manual changes don't have to be made. I am running Ubuntu Gnome 15.04,
with Gnome Shell, and Gnome 3.16.

** Affects: gnome-control-center (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/1486494

Title:
  gnome-control-center does not come with a .desktop file so cannot be
  pinned to dock without the manual creation of a .desktop file for it

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

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


[Bug 1443052] Re: User accounts login history showing incorrect history

2015-08-19 Thread The Unknown
** Description changed:

  I have found that in "System Settings > User Accounts" that if you
  select an account and then select the button called "History" (which is
  meant to show the login history for that account), it will show you when
  you last logged in as "Session Started", but it will show that you
  "Session Ended" just before you login the next time.
  
  To clarify what I mean, let's say that yesterday I logged into my
  account on this machine at 14:29, and then sometime near 23:00 I logged
  out, and then this morning I logged into my account somewhere around
  11:20, it will show this:
  
- Yesterday, 14:29 Session Started
- Today 11:19 Session Ended
- Today 11:20 Session Started
+ Today 11:20 Session Started
+ Today 11:19 Session Ended
+ Yesterday, 14:29 Session Started
  
  So it assumes that the last session ended when you log into a new one,
  so the bug seems to be that it does not log when a session ends
  properly, and only logs it when a new session starts.
  
  I have attached a screenshot to show my example as I see it in the
  History GUI.
  
  This bug was also present when I was using 14.04.
  
  ---
  
  OS Information:
  
  Description:  Ubuntu 15.04
  Release:  15.04
  
- 
  Package Information:
  
  unity-control-center:
-   Installed: 15.04.0+15.04.20150410-0ubuntu1
-   Candidate: 15.04.0+15.04.20150410-0ubuntu1
-   Version table:
-  *** 15.04.0+15.04.20150410-0ubuntu1 0
- 500 http://gb.archive.ubuntu.com/ubuntu/ vivid/main amd64 Packages
- 100 /var/lib/dpkg/status
+   Installed: 15.04.0+15.04.20150410-0ubuntu1
+   Candidate: 15.04.0+15.04.20150410-0ubuntu1
+   Version table:
+  *** 15.04.0+15.04.20150410-0ubuntu1 0
+ 500 http://gb.archive.ubuntu.com/ubuntu/ vivid/main amd64 Packages
+ 100 /var/lib/dpkg/status

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

Title:
  User accounts login history showing incorrect history

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

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

[Bug 1486558] [NEW] User accounts login history showing incorrect history in Gnome 3.16

2015-08-19 Thread The Unknown
Public bug reported:

I am running Ubuntu Gnome 15.04, with Gnome Shell, and Gnome 3.16, and
since I upgraded to 3.16 from 3.14 (as the issue didn't appear to be
present when running 3.14, although perhaps it was just a matter of
time, and not the version of Gnome that I had) I have noticed the same
issue as I reported here: https://bugs.launchpad.net/ubuntu/+source
/unity-control-center/+bug/1443052

The issue being that if I go to "Settings > Users" and clicking the
"History" button, it will show you when you last logged in as "Session
Started", but it will show that you "Session Ended" just before you
login the next time. So to clarify what I mean, let's say that yesterday
I logged into my account on this machine at 14:29, and then sometime
near 23:00 I logged out, and then this morning I logged into my account
somewhere around 11:20, it will show this:

Today 11:20 Session Started
Today 11:19 Session Ended
Yesterday, 14:29 Session Started

So it assumes that the last session ended when you log into a new one,
so the bug seems to be that it does not log when a session ends
properly, and only logs it when a new session starts.

I provided a lot more information here when asking about it in Unity:
http://askubuntu.com/questions/629373/user-account-history-showing-
incorrectly And although that was Unity and this is Gnome, I think that
the information will still help.

I have also attached a screenshot of what I mean just to fully clarify
(Login_History_Incorrect.png).

---

OS Information:

No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 15.04
Release:15.04
Codename:   vivid

Package Information:

gnome-control-center:
  Installed: 1:3.16.2-2ubuntu1~vivid1
  Candidate: 1:3.16.2-2ubuntu1~vivid1
  Version table:
 *** 1:3.16.2-2ubuntu1~vivid1 0
500 http://ppa.launchpad.net/gnome3-team/gnome3-staging/ubuntu/ 
vivid/main amd64 Packages
100 /var/lib/dpkg/status
 1:3.14.2-2ubuntu3 0
500 http://gb.archive.ubuntu.com/ubuntu/ vivid/universe amd64 
Packages

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


** Tags: gnome3 vivid

** Attachment added: "Login_History_Incorrect.png"
   
https://bugs.launchpad.net/bugs/1486558/+attachment/4448609/+files/Login_History_Incorrect.png

** Summary changed:

-  User accounts login history showing incorrect history
+ User accounts login history showing incorrect history in Gnome 3.16

** Tags added: gnome3 vivid

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

Title:
  User accounts login history showing incorrect history in Gnome 3.16

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

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


[Bug 1486939] [NEW] Shutter disappears and has to be quit and restarted when selecting to do a screenshot of "Windows under cursor"

2015-08-20 Thread The Unknown
Public bug reported:

I have recently found that when selecting the option from the Shutter
pull-down menu in the AppIndicator area to take a screenshot of "Window
under cursor", that instead of doing what it is meant to do, Shutter
simply disappears from the AppIndicator area, and even after waiting for
around 10 minutes or so, there is still no sign of the thing which
allows you to take the screenshot of the window you select. And then the
only way to get Shutter back is to End the process, and what I found
yesterday was that when I tried to End the process, its status changed
from "Running" to "Uninterruptible", at which point I decided to Kill it
which worked. And then I just restarted Shutter. Although today I
noticed a difference in its behaviour, for it was "Running" until I
selected the option, at which point it decided to go into a "Sleeping"
state, but when choosing to End it, it ended instead of it going to
"Uninterruptible" and me having to Kill it. I am running Ubuntu Gnome
15.04, with Gnome Shell, and Gnome 3.16.

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: shutter 0.92-0.1ubuntu1
ProcVersionSignature: Ubuntu 3.19.0-26.28-generic 3.19.8-ckt4
Uname: Linux 3.19.0-26-generic x86_64
ApportVersion: 2.17.2-0ubuntu1.3
Architecture: amd64
CurrentDesktop: GNOME
Date: Thu Aug 20 10:51:35 2015
InstallationDate: Installed on 2015-07-29 (21 days ago)
InstallationMedia: Ubuntu-GNOME 15.04 "Vivid Vervet" - Release amd64 (20150422)
PackageArchitecture: all
SourcePackage: shutter
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug gnome3-ppa third-party-packages vivid

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

Title:
  Shutter disappears and has to be quit and restarted when selecting to
  do a screenshot of "Windows under cursor"

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

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


[Bug 1413710] Re: Xorg crash - Fullscreen causing crash

2015-08-20 Thread The Unknown
I no longer experience this bug since I switched from Unity to Gnome
3.16 on Ubuntu Gnome 15.04.

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

Title:
  Xorg crash - Fullscreen causing crash

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

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


[Bug 1405118] Re: Keyboard layout changes randomly for no reason

2015-08-20 Thread The Unknown
I no longer experience this bug now that I have switched to Ubuntu Gnome
15.04, so I think it best if someone else files a report about this who
has this, and just marks this report as a duplicate of that.

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

Title:
  Keyboard layout changes randomly for no reason

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

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


[Bug 1348622] Re: xfig crashes on exit

2015-08-20 Thread The Unknown
This also affects me, I get this error in Terminal every time I exit
whether I save or not:

xfig3.2.5c: SIGSEGV signal trapped
xfig: Figure is empty or not modified - exiting without saving.
Segmentation fault (core dumped)

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

Title:
  xfig crashes on exit

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

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


[Bug 1484247] Re: Unable to report bug through "Report a problem..." dialog due to LaunchPad telling me my bug report page is not found

2015-08-20 Thread The Unknown
** Description changed:

  I have recently been finding that I am getting a thing telling me that
  gjs-console has crashed, so I say to submit a report, then I get another
  dialog with more information, so I click send, then I get another
  message telling me that when I press "OK" that a LaunchPad page will be
  opened where I will report my bug, but when I do this, I get taken to
  this page: https://bugs.launchpad.net/bugs/1471440 Which asks me if I
  have lost something as the page is not found. Now I don't know if this
  is because gjs-console doesn't have a LaunchPad page or something, or
  whether it's a LaunchPad issue, or an apport one, I thought that I
  should report it. But if reporting a bug through "ubuntu-bug" in
  Terminal, all works fine and I don't get any issues.
  
+ It is also possible that this is not an apport issue, but a gjs problem
+ as the bug report wants to file a bug under gjs-console, but it should
+ be filing it under the gjs package, as the gjs-console is part of that,
+ and does not exist as a package by itself.
+ 
  ---
  
  OS Information:
  
- No LSB modules are available.
- Distributor ID:   Ubuntu
- Description:  Ubuntu 15.04
- Release:  15.04
- Codename: vivid
+ No LSB modules are available.
+ Distributor ID:   Ubuntu
+ Description:  Ubuntu 15.04
+ Release:  15.04
+ Codename: vivid
  
  Package Information:
  
- apport:
-   Installed: 2.17.2-0ubuntu1.2
-   Candidate: 2.17.2-0ubuntu1.2
-   Version table:
-  *** 2.17.2-0ubuntu1.2 0
- 500 http://gb.archive.ubuntu.com/ubuntu/ vivid-updates/main amd64 
Packages
- 100 /var/lib/dpkg/status
-  2.17.2-0ubuntu1.1 0
- 500 http://security.ubuntu.com/ubuntu/ vivid-security/main amd64 
Packages
-  2.17.2-0ubuntu1 0
- 500 http://gb.archive.ubuntu.com/ubuntu/ vivid/main amd64 Packages
+ apport:
+   Installed: 2.17.2-0ubuntu1.2
+   Candidate: 2.17.2-0ubuntu1.2
+   Version table:
+  *** 2.17.2-0ubuntu1.2 0
+ 500 http://gb.archive.ubuntu.com/ubuntu/ vivid-updates/main amd64 
Packages
+ 100 /var/lib/dpkg/status
+  2.17.2-0ubuntu1.1 0
+ 500 http://security.ubuntu.com/ubuntu/ vivid-security/main amd64 
Packages
+  2.17.2-0ubuntu1 0
+ 500 http://gb.archive.ubuntu.com/ubuntu/ vivid/main amd64 Packages

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

** Summary changed:

- Unable to report bug through "Report a problem..." dialog due to LaunchPad 
telling me my bug report page is not found
+ Unable to report crash through "Report a problem..." due to it wanting to 
file the bug under the non-existent package "gjs-console"

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

Title:
  Unable to report crash through "Report a problem..." due to it wanting
  to file the bug under the non-existent package "gjs-console"

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

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

[Bug 1487069] [NEW] "Update" tab confusingly blank when package manager is set to deal with updating

2015-08-20 Thread The Unknown
Public bug reported:

I have found that if you go into the Thunderbird Preferences, then go to
the "Advanced" section, and then the "Update" tab, you will find that
the page is blank, now even though this is because there are no update
settings in Thunderbird due to the fact that it's the built-in package
manager which will be handling the updates, and not Thunderbird, having
this section blank is rather confusing for many users, so I think that
it would be better if it would give an explanation for why there are no
settings there, for example it could say: "Your built-in package manager
is set to handle these settings.", or something of the sort.

** Affects: mozilla-thunderbird (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/1487069

Title:
  "Update" tab confusingly blank when package manager is set to deal
  with updating

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

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


[Bug 1465814] Re: Apt did the opposite of what I told it to do when it asked me a yes or no question

2015-06-24 Thread The Unknown
>From my understanding all the capital letter means is that that is the
default option, but it is not actually case specific. And I know for a
fact that it is not case specific because I have upgraded many things
many times and installed many pieces of software, and I have always used
a lowercase 'y', and all has always been well, even now after it
happened, a lowercase 'y' does the trick.

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

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

Title:
  Apt did the opposite of what I told it to do when it asked me a yes or
  no question

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

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


[Bug 1465814] Re: Apt did the opposite of what I told it to do when it asked me a yes or no question

2015-06-24 Thread The Unknown
Definitely not, I just put 'y', as I normally would. Nothing different
from the normal way I it.

** Description changed:

  Today I executed the command:
  
- sudo apt-get dist-upgrade
+ sudo apt-get dist-upgrade
  
  And this was the output:
  
- Reading package lists... Done
- Building dependency tree   
- Reading state information... Done
- Calculating upgrade... Done
- The following packages will be upgraded:
-   aptdaemon aptdaemon-data python-aptdaemon python-aptdaemon.gtk3widgets
-   python3-aptdaemon python3-aptdaemon.gtk3widgets 
python3-aptdaemon.pkcompat
-   wpasupplicant
- 8 to upgrade, 0 to newly install, 0 to remove and 0 not to upgrade.
- Need to get 1,146 kB of archives.
- After this operation, 3,072 B of additional disk space will be used.
- Do you want to continue? [Y/n] 
+ Reading package lists... Done
+ Building dependency tree
+ Reading state information... Done
+ Calculating upgrade... Done
+ The following packages will be upgraded:
+   aptdaemon aptdaemon-data python-aptdaemon python-aptdaemon.gtk3widgets
+   python3-aptdaemon python3-aptdaemon.gtk3widgets 
python3-aptdaemon.pkcompat
+   wpasupplicant
+ 8 to upgrade, 0 to newly install, 0 to remove and 0 not to upgrade.
+ Need to get 1,146 kB of archives.
+ After this operation, 3,072 B of additional disk space will be used.
+ Do you want to continue? [Y/n]
  
  So I answered 'y' (without the quotes), and this was the output:
  
- Abort.
+ Abort.
  
  And it seemingly aborted instead of doing what I said, although when I
  ran the command again, it installed the upgrades instead of aborting,
  but I just thought that I should report this as it seemed buggy as this
  is not what it is meant to do.
  
  ---
  
  OS Information:
  
- Description:  Ubuntu 15.04
- Release:  15.04
+ Description:  Ubuntu 15.04
+ Release:  15.04
  
- Package Information:
+ Package Information (actually it would have been the version just before
+ this as I upgraded the packages it asked me about before I got this
+ information):
  
- apt:
-   Installed: 1.0.9.7ubuntu4
-   Candidate: 1.0.9.7ubuntu4
-   Version table:
-  *** 1.0.9.7ubuntu4 0
- 500 http://gb.archive.ubuntu.com/ubuntu/ vivid/main amd64 Packages
- 100 /var/lib/dpkg/status
+ apt:
+   Installed: 1.0.9.7ubuntu4
+   Candidate: 1.0.9.7ubuntu4
+   Version table:
+  *** 1.0.9.7ubuntu4 0
+ 500 http://gb.archive.ubuntu.com/ubuntu/ vivid/main amd64 Packages
+ 100 /var/lib/dpkg/status

** Description changed:

  Today I executed the command:
  
  sudo apt-get dist-upgrade
  
  And this was the output:
  
  Reading package lists... Done
  Building dependency tree
  Reading state information... Done
  Calculating upgrade... Done
  The following packages will be upgraded:
    aptdaemon aptdaemon-data python-aptdaemon python-aptdaemon.gtk3widgets
    python3-aptdaemon python3-aptdaemon.gtk3widgets 
python3-aptdaemon.pkcompat
    wpasupplicant
  8 to upgrade, 0 to newly install, 0 to remove and 0 not to upgrade.
  Need to get 1,146 kB of archives.
  After this operation, 3,072 B of additional disk space will be used.
  Do you want to continue? [Y/n]
  
  So I answered 'y' (without the quotes), and this was the output:
  
  Abort.
  
  And it seemingly aborted instead of doing what I said, although when I
  ran the command again, it installed the upgrades instead of aborting,
  but I just thought that I should report this as it seemed buggy as this
  is not what it is meant to do.
  
  ---
  
  OS Information:
  
  Description:  Ubuntu 15.04
  Release:  15.04
  
- Package Information (actually it would have been the version just before
- this as I upgraded the packages it asked me about before I got this
- information):
+ Package Information (I got this information after upgrading those
+ packages, and the error occurred before the upgrade, so the version it
+ occurred on might have been the previous to this):
  
  apt:
    Installed: 1.0.9.7ubuntu4
    Candidate: 1.0.9.7ubuntu4
    Version table:
   *** 1.0.9.7ubuntu4 0
  500 http://gb.archive.ubuntu.com/ubuntu/ vivid/main amd64 Packages
  100 /var/lib/dpkg/status

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

Title:
  Apt did the opposite of what I told it to do when it asked me a yes or
  no question

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

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

[Bug 1471469] Re: Text does not wrap after window resize - xfce4-terminal

2015-07-04 Thread The Unknown
** Project changed: xfce4-terminal => xfce4-terminal (Ubuntu)

** Description changed:

- I have recently found that if I run something, if I then resize the
+ I have recently found that if I run a command, if I then resize the
  window this:
  
- Xfce4-terminal_before.png (this is an attached file)
+ Xfce4-terminal_before.png (this is an attached file)
  
  Will become this:
  
- Xfce4-terminal_after.png (this is an attached file)
+ Xfce4-terminal_after.png (this is an attached file)
  
  And the text no longer wraps. But I think that it should, so I am filing
  this bug report.
  
  ---
  
  OS Information:
  
- Description:Ubuntu 15.04
- Release:15.04
+ Description:Ubuntu 15.04
+ Release:15.04
  
  Package Information:
  
- xfce4-terminal:
-   Installed: 0.6.3-1ubuntu2
-   Candidate: 0.6.3-1ubuntu2
-   Version table:
-  *** 0.6.3-1ubuntu2 0
- 500 http://gb.archive.ubuntu.com/ubuntu/ vivid/universe amd64 
Packages
- 100 /var/lib/dpkg/status
+ xfce4-terminal:
+   Installed: 0.6.3-1ubuntu2
+   Candidate: 0.6.3-1ubuntu2
+   Version table:
+  *** 0.6.3-1ubuntu2 0
+ 500 http://gb.archive.ubuntu.com/ubuntu/ vivid/universe amd64 
Packages
+ 100 /var/lib/dpkg/status

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

Title:
  Text does not wrap after window resize - xfce4-terminal

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xfce4-terminal/+bug/1471469/+subscriptions

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

[Bug 1443052] Re: User accounts login history showing incorrect history

2015-05-28 Thread The Unknown
Yes, I have done that and it just tells me that that session does not
exist. The only other session other than the current it says is lightdm.

** Changed in: unity-control-center (Ubuntu)
   Status: Incomplete => Confirmed

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

Title:
  User accounts login history showing incorrect history

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

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


[Bug 1443052] Re: User accounts login history showing incorrect history

2015-05-30 Thread The Unknown
This is the output of the 'last' command:

reboot   system boot  3.19.0-15-generi Sun May  3 18:34 - 22:38 (1+04:03)   
arthur-d pts/5:0.0 Sat May  2 22:07 - 22:07  (00:00)
arthur-d pts/18   :0.0 Sat May  2 22:07 - 22:07  (00:00)
arthur-d pts/11   :0.0 Sat May  2 22:07 - 22:07  (00:00)
arthur-d pts/5:0.0 Sat May  2 22:07 - 22:07  (00:00)
arthur-d pts/6:0   Sat May  2 21:42 - 22:10  (00:28)
arthur-d :0   :0   Sat May  2 21:42 - down   (00:53)
reboot   system boot  3.19.0-15-generi Sat May  2 21:41 - 22:35  (00:54)
arthur-d pts/5:0   Sat May  2 16:15 - 16:16  (00:00)
arthur-d pts/5:0   Sat May  2 16:15 - 16:15  (00:00)
arthur-d pts/5:0   Sat May  2 15:43 - 15:43  (00:00)
arthur-d pts/5:0   Sat May  2 15:13 - 15:42  (00:29)
arthur-d pts/5:0   Sat May  2 15:06 - 15:07  (00:00)
arthur-d pts/5:0   Sat May  2 14:56 - 15:02  (00:05)
arthur-d pts/5:0   Sat May  2 14:55 - 14:56  (00:01)
arthur-d pts/5:0   Sat May  2 13:55 - 14:50  (00:54)
arthur-d pts/5:0   Sat May  2 13:24 - 13:55  (00:30)
arthur-d pts/5:0   Sat May  2 13:24 - 13:24  (00:00)
arthur-d pts/7:0   Sat May  2 13:09 - 13:17  (00:08)
arthur-d pts/7:0   Sat May  2 13:09 - 13:09  (00:00)
arthur-d :0   :0   Sat May  2 13:08 - crash  (08:32)
reboot   system boot  3.19.0-15-generi Sat May  2 13:07 - 22:35  (09:27)
arthur-d pts/1:0   Fri May  1 22:04 - 22:11  (00:06)
arthur-d pts/1:0   Fri May  1 22:04 - 22:04  (00:00)
arthur-d pts/1:0   Fri May  1 20:43 - 22:04  (01:20)
arthur-d pts/4:0   Fri May  1 20:35 - 20:42  (00:07)
arthur-d pts/4:0   Fri May  1 20:35 - 20:35  (00:00)
arthur-d :0   :0   Fri May  1 20:34 - down   (02:05)
reboot   system boot  3.19.0-15-generi Fri May  1 20:33 - 22:40  (02:06)
arthur-d pts/1:0   Fri May  1 16:08 - 16:08  (00:00)
arthur-d pts/1:0   Fri May  1 16:08 - 16:08  (00:00)
arthur-d pts/1:0   Fri May  1 16:08 - 16:08  (00:00)
arthur-d pts/1:0   Fri May  1 12:36 - 12:37  (00:00)
arthur-d pts/1:0   Fri May  1 12:33 - 12:36  (00:03)
arthur-d pts/1:0   Fri May  1 12:12 - 12:33  (00:21)
arthur-d pts/1:0   Fri May  1 12:08 - 12:11  (00:03)
arthur-d pts/1:0   Fri May  1 12:07 - 12:08  (00:00)
arthur-d pts/1:0   Fri May  1 12:07 - 12:07  (00:00)
arthur-d pts/1:0   Fri May  1 11:54 - 12:03  (00:09)
arthur-d pts/1:0   Fri May  1 11:54 - 11:54  (00:00)


** Description changed:

  I have found that in "System Settings > User Accounts" that if you
  select an account and then select the button called "History" (which is
  meant to show the login history for that account), it will show you when
  you last logged in as "Session Started", but it will show that you
  "Session Ended" just before you login the next time.
  
  To clarify what I mean, let's say that yesterday I logged into my
  account on this machine at 14:29, and then sometime near 23:00 I logged
  out, and then this morning I logged into my account somewhere around
  11:20, it will show this:
  
- Yesterday, 14:29 Session Started
- Today 11:19 Session Ended
- Today 11:20 Session Started
+ Yesterday, 14:29 Session Started
+ Today 11:19 Session Ended
+ Today 11:20 Session Started
  
  So it assumes that the last session ended when you log into a new one,
  so the bug seems to be that it does not log when a session ends
  properly, and only logs it when a new session starts.
  
  I have attached a screenshot to show my example as I see it in the
  History GUI.
  
  This bug was also present when I was using 14.04.
  
  ---
  
  OS Information:
  
- Description:  Ubuntu 14.10
- Release:  14.10
+ Description:  Ubuntu 15.04
+ Release:  15.04
+ 
  
  Package Information:
  
  unity-control-center:
-   Installed: 14.10.0+14.10.20140922-0ubuntu2
-   Candidate: 14.10.0+14.10.20140922-0ubuntu2
+   Installed: 15.04.0+15.04.20150410-0ubuntu1
+   Candidate: 15.04.0+15.04.20150410-0ubuntu1
Version table:
-  *** 14.10.0+14.10.20140922-0ubuntu2 0
- 500 http://gb.archive.ubuntu.com/ubuntu/ utopic/main amd64 Packages
+  *** 15.04.0+15.04.20150410-0ubuntu1 0
+ 500 http://gb.archive.ubuntu.com/ubuntu/ vivid/main amd64 Packages
  100 /var/lib/dpkg/status

-- 
You receive

[Bug 1479014] Re: "Cancel" button does not work at first when selecting user that is not listed on login screen

2015-07-30 Thread The Unknown
Ok, all is done, I have created a deb file, although I have not changed
the conversioning information, I hope that that is ok? You should be
able to change that information if you want to, however I found that so
many files contained the current version number, that I was unable to
change all of them, so I just decided to leave them.

How do you want me to get you the deb file?

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

Title:
  "Cancel" button does not work at first when selecting user that is not
  listed on login screen

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

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


[Bug 1479014] Re: "Cancel" button does not work at first when selecting user that is not listed on login screen

2015-07-30 Thread The Unknown
I said deb file, I meant files, there are three of them... Just thought
I should clarify before I caused confusion.

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

Title:
  "Cancel" button does not work at first when selecting user that is not
  listed on login screen

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

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


[Bug 1479014] Re: "Cancel" button does not work at first when selecting user that is not listed on login screen

2015-07-30 Thread The Unknown
I previously said that I have not changed the "conversioning"
information, I meant "versioning". Sorry, autocorrect...

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

Title:
  "Cancel" button does not work at first when selecting user that is not
  listed on login screen

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

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


[Bug 1479470] Re: Unable to set new alert sound default

2015-07-30 Thread The Unknown
The contents of that folder is:

bell-terminal.ogg  bell-window-system.ogg  index.theme

The command does produce the bell noise, it appears to do that noise on
all of my applications. So how do I change it to Sonar?

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

Title:
  Unable to set new alert sound default

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

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


[Bug 1479487] Re: Count down until shutdown on dialog not showing

2015-07-31 Thread The Unknown
Yes 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/1479487

Title:
  Count down until shutdown on dialog not showing

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

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


[Bug 1479014] Re: "Cancel" button does not work at first when selecting user that is not listed on login screen

2015-07-31 Thread The Unknown
Just so you know what happened, I found that the base version of the
patches, was different to that of the current version. So I had to
reverse engineer the patches and manually apply them, although I did
also use quilt, but not to apply. So I have now got the debdiff file.
And have attached it here. Its compiling was successfully, however as my
testing environment broke earlier today, I have been unable to further
test it. But it should work.

** Patch added: "lp1479014_vivid_v1.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1479014/+attachment/4437034/+files/lp1479014_vivid_v1.debdiff

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

Title:
  "Cancel" button does not work at first when selecting user that is not
  listed on login screen

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

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


[Bug 1479014] Re: "Cancel" button does not work at first when selecting user that is not listed on login screen

2015-07-31 Thread The Unknown
@Thomas Ward, thank you for that help.

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

Title:
  "Cancel" button does not work at first when selecting user that is not
  listed on login screen

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

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


[Bug 1479014] Re: "Cancel" button does not work at first when selecting user that is not listed on login screen

2015-07-31 Thread The Unknown
@Ubuntu Foundations Team Bug Bot,

 Sorry, that was in error that I marked that as a patch. I have now
removed the tag, and unmarked it as a patch.

** Tags removed: patch

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

Title:
  "Cancel" button does not work at first when selecting user that is not
  listed on login screen

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

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


[Bug 1479470] Re: Unable to set new alert sound default

2015-07-31 Thread The Unknown
I am sorry, I fixed my problem, it turns out that you have to click,
then close the window, and then reboot before you do anything else to
trigger the old noise. Then it works fine.

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

** Changed in: gnome-control-center (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/1479470

Title:
  Unable to set new alert sound default

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

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


[Bug 1479487] Re: Count down until shutdown on dialog not showing

2015-07-31 Thread The Unknown
Oh dear... Well this is a little bit embarrassing... It turns out that
it is not a bug in the program... But in fact a speck of dust on my
screen... Now that I have removed the speck of dust off my screen, I can
see the count down counting down...

** Changed in: gnome-shell (Ubuntu)
   Status: New => Invalid

** Changed in: ubuntu-gnome
   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/1479487

Title:
  Count down until shutdown on dialog not showing

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

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


[Bug 1479014] Re: "Cancel" button does not work at first when selecting user that is not listed on login screen

2015-07-31 Thread The Unknown
Each time I wrote "Bug" in the new description it seems to have linked
to some other irrelevant bug, please ignore those links.

** Description changed:

- I am running Ubuntu Gnome 15.04, and I have recently noticed that when
- logging in (not from suspend), if I click on "Not listed?", it takes me
- to a place where I can enter the username, but if I have navigated to
- this place accidentally, if I press "Cancel" nothing happens, until I
- press "Next", then the little cog appears, and the "Cancel" button
- functions as it should.
+ [Impact]
  
- So I am filing this bug report as I should not need to press "Next", to
- get the cog, and the "Cancel" button functioning normally.
+ There are three patches in this one fix. So there are three bugs which
+ are fixed:
+ 
+ - Bug1: If the "Next" button ever gets set to "Sign In", it won't
+ get reset to next until the next question asked by pam.
+ 
+ - Bug2: Normally the user isn't allowed to proceed passed
+ the username question until they've filled it in.
+ To ensure this, the authprompt code desensitizes
+ the next button when the number of characters change to
+ zero.
+ Unfortunately it fails to desensitize the next button
+ up front when the entry starts out empty.
  
  
- ---
+ - Bug3: Users are not allowed to cancel if the verification has not started 
yet and they are typing in their username.
  
- OS Information:
+ These are rather important things to be fixed as they make the login
+ process more confusing and difficult.
  
- No LSB modules are available.
- Distributor ID:   Ubuntu
- Description:  Ubuntu 15.04
- Release:  15.04
- Codename: vivid
+ How the bugs are fixed:
  
- Package Information:
+ - Bug1 fix: Reset "Next" button to "Next" when asking for username.
  
- gdm:
-   Installed: 3.14.1-0ubuntu3
-   Candidate: 3.14.1-0ubuntu3
-   Version table:
-  *** 3.14.1-0ubuntu3 0
- 500 http://gb.archive.ubuntu.com/ubuntu/ vivid/universe amd64 
Packages
- 100 /var/lib/dpkg/status
+ - Bug2 fix: Disallow the user to press "Next" when the username field is
+ empty up front.
+ 
+ - Bug3 fix: authPrompt no longer ignores the request to cancel before a
+ user has started verification and is still typing in their username.
+ 
+ [Test Case]
+ 
+ - Reproduce Bug1: I am terribly sorry but this is a bug is not one that
+ I have been experiencing, even though I was asked to include the patch
+ for this one. So I cannot write detailed instructions on how to
+ reproduce it, because I'm not so clear on how to reproduce it myself. So
+ somebody else will have to fill out this section.
+ 
+ - Reproduce Bug2:
+ 
+ On the login screen click "Sign In?", then before doing anything else
+ press "Cancel". If nothing happens, you have successfully reproduced
+ this bug.
+ 
+ - Reproduce Bug3:
+ 
+ On the login screen click "Sign In", then in the username field, start
+ entering your username (or any text), then instead of pressing "Next",
+ press "Cancel", if nothing happens then you have successfully reproduced
+ the bug.

** Description changed:

  [Impact]
  
  There are three patches in this one fix. So there are three bugs which
  are fixed:
  
- - Bug1: If the "Next" button ever gets set to "Sign In", it won't
+ - Bug-1: If the "Next" button ever gets set to "Sign In", it won't
  get reset to next until the next question asked by pam.
  
- - Bug2: Normally the user isn't allowed to proceed passed
+ - Bug-2: Normally the user isn't allowed to proceed passed
  the username question until they've filled it in.
  To ensure this, the authprompt code desensitizes
  the next button when the number of characters change to
  zero.
  Unfortunately it fails to desensitize the next button
  up front when the entry starts out empty.
  
- 
- - Bug3: Users are not allowed to cancel if the verification has not started 
yet and they are typing in their username.
+ - Bug-3: Users are not allowed to cancel if the verification has not
+ started yet and they are typing in their username.
  
  These are rather important things to be fixed as they make the login
  process more confusing and difficult.
  
  How the bugs are fixed:
  
- - Bug1 fix: Reset "Next" button to "Next" when asking for username.
+ - Bug-1 fix: Reset "Next" button to "Next" when asking for username.
  
- - Bug2 fix: Disallow the user to press "Next" when the username field is
- empty up front.
+ - Bug-2 fix: Disallow the user to press "Next" when the username field
+ is empty up front.
  
- - Bug3 fix: authPrompt no longer ignores the request to cancel before a
+ - Bug-3 fix: authPrompt no longer ignores the request to cancel before a
  user has started verification and is still typing in their username.
  
  [Test Case]
  
- - Reproduce Bug1: I am terribly sorry but this is a bug is not one that
+ - Reproduce Bug-1: I am terribly sorry but this is a bug is not one that
  I have been experiencing, even though I was asked to include the patch
  for this o

[Bug 1479014] Re: "Cancel" button does not work at first when selecting user that is not listed on login screen

2015-08-01 Thread The Unknown
@Tim, Ok, I am not sure how to make it shorter, I have done my best to
write it in the best way I can, if you can think of a better way of
putting it all then please do, but I have done my best. I missed the
regression potential section because I am not sure what potential
regressions exist, so I wouldn't know what to put in that section
because I do not know of any, if you could give me some better advice
for what to put in that section then please do.

** Description changed:

  [Impact]
  
  There are three patches in this one fix. So there are three bugs which
  are fixed:
  
- - Bug 1: If the "Next" button ever gets set to "Sign In", it won't
+ - Bug [1]: If the "Next" button ever gets set to "Sign In", it won't
  get reset to next until the next question asked by pam.
  
- - Bug 2: Normally the user isn't allowed to proceed passed
+ - Bug [2]: Normally the user isn't allowed to proceed passed
  the username question until they've filled it in.
  To ensure this, the authprompt code desensitizes
  the next button when the number of characters change to
  zero.
  Unfortunately it fails to desensitize the next button
  up front when the entry starts out empty.
  
- - Bug 3: Users are not allowed to cancel if the verification has not
+ - Bug [3]: Users are not allowed to cancel if the verification has not
  started yet and they are typing in their username.
  
  These are rather important things to be fixed as they make the login
  process more confusing and difficult.
  
  How the bugs are fixed:
  
- - Bug 1 fix: Reset "Next" button to "Next" when asking for username.
+ - Bug [1] fix: Reset "Next" button to "Next" when asking for username.
  
- - Bug 2 fix: Disallow the user to press "Next" when the username field
+ - Bug [2] fix: Disallow the user to press "Next" when the username field
  is empty up front.
  
- - Bug 3 fix: authPrompt no longer ignores the request to cancel before a
- user has started verification and is still typing in their username.
+ - Bug [3] fix: authPrompt no longer ignores the request to cancel before
+ a user has started verification and is still typing in their username.
  
  [Test Case]
  
- - Reproduce Bug-1: I am terribly sorry but this is a bug is not one that
- I have been experiencing, even though I was asked to include the patch
- for this one. So I cannot write detailed instructions on how to
- reproduce it, because I'm not so clear on how to reproduce it myself. So
- somebody else will have to fill out this section.
+ - Reproduce Bug [1]:
  
- - Reproduce Bug 2:
+ On the first login screen (or log out - not lock), click "Sign In?",
+ then before doing anything else click "Sign In", if the button allows
+ you to press it and is not greyed out, then you have successfully
+ reproduced this bug.
  
- On the login screen click "Sign In?", then before doing anything else
+ - Reproduce Bug [2]:
+ 
+ On the locked screen click "Sign In?", then before doing anything else
  press "Cancel". If nothing happens, you have successfully reproduced
  this bug.
  
- - Reproduce Bug 3:
+ - Reproduce Bug [3]:
  
- On the login screen click "Sign In", then in the username field, start
+ On the locked screen click "Sign In?", then in the username field, start
  entering your username (or any text), then instead of pressing "Next",
  press "Cancel", if nothing happens then you have successfully reproduced
- the bug.
+ 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/1479014

Title:
  "Cancel" button does not work at first when selecting user that is not
  listed on login screen

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

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


[Bug 1479014] Re: "Cancel", "Next", and "Sign In" functioning incorrectly on login or locked screen in "Sign In?" section

2015-08-01 Thread The Unknown
** Summary changed:

- "Cancel" button does not work at first when selecting user that is not listed 
on login screen
+ "Cancel", "Next", and "Sign In" functioning incorrectly on login or locked 
screen in "Sign In?" section

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

Title:
  "Cancel", "Next", and "Sign In" functioning incorrectly on login or
  locked screen in "Sign In?" section

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

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


[Bug 1480595] [NEW] "Login as another user" button having very odd results

2015-08-01 Thread The Unknown
Public bug reported:

I have had a rather odd experience with the "Login as another user"
button on the login screen. At first if I pressed it the screen would go
black (except for a little underscore in the top left hand corner which
was not flashing like in the classic Terminal), and then after a while
come back grey and tell me that another application was blocking the
lock screen (or something like that), and the only way to get back to
the login screen (this could be also the locked screen) would be to
change to a tty and then back again (for instance change to tty1, and
then do "CTRL + ALT + F7" to get back).

Then when I pressed it today it did something different, the screen went
black as it did before, but nothing I did would bring the login screen
back (it was a locked screen and it should ask me for my password before
logging me in again). So I went and logged into tty1, and then I typed
"exit" to get back out, and it switched to a black screen again, then I
tried going to tty1 again, but still black, and I could not return
anywhere, then I tried going to tty2, it was a brand new session (I
don't know if the other session was still running or whether it had been
killed), and it had logged me in there without prompting for a password,
which if successfully reproduced (which I haven't been able to do so far
as I restarted my machine after I couldn't get back to my old session,
or even figure out if it existed still), would be quite a major security
bug.

After my restart I tried to reproduce the bug which logged me in,
however I was unable to, although there were a lot of errors in syslog.
But now when I go and click on the "Login as another user" button on the
login or locked screen, what happens is that the screen goes black, and
then I have to switch to another tty, and then back again to not get a
black screen, but after this when I click the "Login as another user"
button I get the login screen, with the Gnome logo at the bottom, but
nothing else other than the top bar, just grey...

I know that this report may not be that helpful, as I can't reproduce
everything, and it is rather long with a lot of issues, however I
thought it good to report all that has happened so far so at least you
know that these issues are happening.

I am running Ubuntu 15.04, with Gnome Shell, and Gnome 3.14.

---

OS Information:

No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 15.04
Release:15.04
Codename:   vivid

Package Information:

- GDM:

gdm:
  Installed: 3.14.1-0ubuntu3
  Candidate: 3.14.1-0ubuntu3
  Version table:
 *** 3.14.1-0ubuntu3 0
500 http://gb.archive.ubuntu.com/ubuntu/ vivid/universe amd64 
Packages
100 /var/lib/dpkg/status

- Gnome Shell:

gnome-shell:
  Installed: 3.14.4-0ubuntu1
  Candidate: 3.14.4-0ubuntu1
  Version table:
 *** 3.14.4-0ubuntu1 0
500 http://gb.archive.ubuntu.com/ubuntu/ vivid/universe amd64 
Packages
100 /var/lib/dpkg/status

** Affects: ubuntu-gnome
 Importance: Undecided
 Status: New

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

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

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

** Also affects: gdm (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/1480595

Title:
  "Login as another user" button having very odd results

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

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


[Bug 1474821] Re: Lower case letter in "TCP-UNKNOwN" causing problems

2015-08-02 Thread The Unknown
** Description changed:

  I have recently noticed that when setting the colour codes for protocols
  (so that they only ever use a certain specified colour, if the colour is
  specified) that the protocol "TCP-UNKNOwN" has a lower case letter in
  it, which means that because the colour coding settings only accept
  capital letters for protocol names that setting a colour for that
  protocol actually does the opposite of its intentions, as no protocol is
  called "TCP-UNKNOWN", and thus meaning that the protocol called "TCP-
  UNKNOwN" can't use that colour, and nor can any other protocol.
  
- ---
- 
- OS Information:
- 
- Description:  Ubuntu 15.04
- Release:  15.04
- 
- Package Information:
- 
- etherape:
-   Installed: 0.9.13-1
-   Candidate: 0.9.13-1
-   Version table:
-  *** 0.9.13-1 0
- 500 http://gb.archive.ubuntu.com/ubuntu/ vivid/universe amd64 
Packages
- 100 /var/lib/dpkg/status
+ So I have created a patch which I have tested on a Ubuntu Gnome 15.04
+ 32-bit VM, and it works as it should and fixes the problem. It also does
+ not appear to cause any other problems.

** Summary changed:

- Lower case letter in "TCP-UNKNOwN" causing problems
+ Lower case letter in "TCP-UNKNOwN" causing problems - patch

** Tags added: patch

** Patch added: "etherape-0.9.13_TCP-UNKNOWN-protocol_fix.patch"
   
https://bugs.launchpad.net/ubuntu/+source/etherape/+bug/1474821/+attachment/4437789/+files/etherape-0.9.13_TCP-UNKNOWN-protocol_fix.patch

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

Title:
  Lower case letter in "TCP-UNKNOwN" causing problems - patch

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

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


[Bug 700268] Re: Etherape not run as root from application launcher

2015-08-03 Thread The Unknown
I get this too, and I use Ubuntu Gnome 15.04, and I also get the two
options to start Etherape, I think that it would be good if Etherape
were to check if the current user is root or not when starting, and if
not either ask for a password, or ask the user to start Etherape as root
and then exit.

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

Title:
  Etherape not run as root from application launcher

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

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


[Bug 1481360] [NEW] My screen is shown after lifting lid before it takes me to the locked screen

2015-08-04 Thread The Unknown
Public bug reported:

I have recently noticed that whenever I suspend my machine by closing
the lid (as I have a laptop), and when I lift the lid up again, for
about 2 seconds, before it takes me to the screen where I have to type
in my password again to log in, I see all of what was on my screen just
before I suspended, so this is becoming a bit of a privacy issue, as I
may close the lid because I want to go somewhere and leave it suspended,
and then someone can come along, and although they can't login, they
will see whatever was on my screen briefly, which is not good for
privacy and security reasons, depending on what is on one's screen.

---

OS Information:

No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 15.04
Release:15.04
Codename:   vivid

Package Information:

gnome-shell:
  Installed: 3.14.4-0ubuntu1
  Candidate: 3.14.4-0ubuntu1
  Version table:
 *** 3.14.4-0ubuntu1 0
500 http://gb.archive.ubuntu.com/ubuntu/ vivid/universe amd64 
Packages
100 /var/lib/dpkg/status

** Affects: ubuntu-gnome
 Importance: Undecided
 Status: New

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

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

** Summary changed:

- My screen is shown after lifting lid before it takes me to the suspend screen
+ My screen is shown after lifting lid before it takes me to the locked screen

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

Title:
  My screen is shown after lifting lid before it takes me to the locked
  screen

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

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


[Bug 1479014] Re: "Cancel", "Next", and "Sign In" functioning incorrectly on login or locked screen in "Sign In?" section

2015-08-05 Thread The Unknown
@Tim, Ok, well I have tried my best to do the regressions potential
section, although I understand that it may not be up to standards, but
at least I found something to put in there.

** Description changed:

  [Impact]
  
  There are three patches in this one fix. So there are three bugs which
  are fixed:
  
  - Bug [1]: If the "Next" button ever gets set to "Sign In", it won't
  get reset to next until the next question asked by pam.
  
  - Bug [2]: Normally the user isn't allowed to proceed passed
  the username question until they've filled it in.
  To ensure this, the authprompt code desensitizes
  the next button when the number of characters change to
  zero.
  Unfortunately it fails to desensitize the next button
  up front when the entry starts out empty.
  
  - Bug [3]: Users are not allowed to cancel if the verification has not
  started yet and they are typing in their username.
  
  These are rather important things to be fixed as they make the login
  process more confusing and difficult.
  
  How the bugs are fixed:
  
  - Bug [1] fix: Reset "Next" button to "Next" when asking for username.
  
  - Bug [2] fix: Disallow the user to press "Next" when the username field
  is empty up front.
  
  - Bug [3] fix: authPrompt no longer ignores the request to cancel before
  a user has started verification and is still typing in their username.
  
  [Test Case]
  
  - Reproduce Bug [1]:
  
  On the first login screen (or log out - not lock), click "Sign In?",
  then before doing anything else click "Sign In", if the button allows
  you to press it and is not greyed out, then you have successfully
  reproduced this bug.
  
  - Reproduce Bug [2]:
  
  On the locked screen click "Sign In?", then before doing anything else
  press "Cancel". If nothing happens, you have successfully reproduced
  this bug.
  
  - Reproduce Bug [3]:
  
  On the locked screen click "Sign In?", then in the username field, start
  entering your username (or any text), then instead of pressing "Next",
  press "Cancel", if nothing happens then you have successfully reproduced
  this bug.
+ 
+ [Regression potential]
+ 
+ As these patches have already been put to practical use in the upstream
+ version, and the patches which have been put to use in this version,
+ have originated from those patches, I would say that the risk of
+ regression is minimal.

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

Title:
  "Cancel", "Next", and "Sign In" functioning incorrectly on login or
  locked screen in "Sign In?" section

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

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


[Bug 1052936] Re: Progress bar in "Progress" section has a hole in it

2015-08-07 Thread The Unknown
** Changed in: software-center
   Status: New => Confirmed

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

Title:
  Progress bar in "Progress" section has a hole in it

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

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


[Bug 1482739] [NEW] Option in Gnome 3.16 to move AppIndicator icons back to top right, and remove strange icon holder bottom left - feature request

2015-08-07 Thread The Unknown
Public bug reported:

There is a change in Gnome 3.16, and that change is that the
AppIndicator icons are on a strange little thing on the bottom left hand
side of the screen, now some may like this, but I would prefer them to
be like in 3.14 (with the AppIndicator Support plugin) in the top right
hand side panel. So it would be great if there was be an option in
gnome-tweak-tool to put the AppIndicator icons back in the top right
hand side of the top panel, and also removing that funny little thing
which holds them by default in the left hand side bottom corner.

---

OS Information:

No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 15.04
Release:15.04
Codename:   vivid

Package Information:

gnome-tweak-tool:
  Installed: 3.14.2-2
  Candidate: 3.14.2-2
  Version table:
 *** 3.14.2-2 0
500 http://gb.archive.ubuntu.com/ubuntu/ vivid/universe amd64 
Packages
100 /var/lib/dpkg/status
 3.14.0-1ubuntu1~utopic1 0
500 http://ppa.launchpad.net/gnome3-team/gnome3-staging/ubuntu/ 
vivid/main amd64 Packages

** Affects: gnome-tweak-tool (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/1482739

Title:
  Option in Gnome 3.16 to move AppIndicator icons back to top right, and
  remove strange icon holder bottom left - feature request

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

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


[Bug 1477182] Re: Transparency failing gnome-terminal

2015-08-08 Thread The Unknown
This was on Gnome 3.14, but the issue is still present in Gnome 3.16.

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

Title:
  Transparency failing gnome-terminal

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

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


[Bug 1477182] Re: Transparency failing gnome-terminal

2015-08-08 Thread The Unknown
apport information

** Tags added: apport-collected gnome3-ppa gnome3-staging third-party-
packages vivid

** Description changed:

  After recently changing from Ubuntu 15.04 with Unity, to Ubuntu Gnome
  15.04, I have noticed that in Ubuntu Gnome, if I go into the profile
  settings and enable Transparency for gnome-terminal, it will only take
  effect once I have resized the gnome-terminal window by the means of
  pulling the window to another side of my screen and make it snap to a
  certain size (so if I pull it to the top it will maximize, if to the
  side, it will only then take up half of the screen).
  
  I have also noticed that if I open any other gnome-terminal window that
  I must go into the settings, and change the settings slightly for the
  Transparency (turning it off and on again, or moving the slider), even
  though the settings show it to be on, then I must get it to do the
  resize by dragging it to one edge of my screen (as I mentioned earlier)
  for the gnome-terminal to be transparent, otherwise it stays whatever
  colour I have set it to.
  
  ---
  
  OS Information:
  
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu 15.04
  Release:  15.04
  Codename: vivid
  
  Package Information:
  
  gnome-terminal:
Installed: 3.14.2-0ubuntu3
Candidate: 3.14.2-0ubuntu3
Version table:
   *** 3.14.2-0ubuntu3 0
  500 http://gb.archive.ubuntu.com/ubuntu/ vivid/main amd64 Packages
  100 /var/lib/dpkg/status
+ --- 
+ ApportVersion: 2.17.2-0ubuntu1.2
+ Architecture: amd64
+ CurrentDesktop: GNOME
+ DistroRelease: Ubuntu 15.04
+ InstallationDate: Installed on 2015-07-29 (10 days ago)
+ InstallationMedia: Ubuntu-GNOME 15.04 "Vivid Vervet" - Release amd64 
(20150422)
+ Package: gnome-terminal 3.16.2-1ubuntu1~vivid1 [origin: 
LP-PPA-gnome3-team-gnome3-staging]
+ PackageArchitecture: amd64
+ ProcVersionSignature: Ubuntu 3.19.0-25.26-generic 3.19.8-ckt2
+ Tags: vivid third-party-packages gnome3-staging gnome3-ppa
+ Uname: Linux 3.19.0-25-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ _MarkForUpload: True

** Attachment added: "CrashDB.txt"
   
https://bugs.launchpad.net/bugs/1477182/+attachment/4441433/+files/CrashDB.txt

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

Title:
  Transparency failing gnome-terminal

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

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


[Bug 1477182] JournalErrors.txt

2015-08-08 Thread The Unknown
apport information

** Attachment added: "JournalErrors.txt"
   
https://bugs.launchpad.net/bugs/1477182/+attachment/4441435/+files/JournalErrors.txt

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

Title:
  Transparency failing gnome-terminal

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

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


[Bug 1477182] ProcEnviron.txt

2015-08-08 Thread The Unknown
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1477182/+attachment/4441436/+files/ProcEnviron.txt

** Changed in: ubuntu-gnome
   Status: Incomplete => New

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

Title:
  Transparency failing gnome-terminal

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

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


[Bug 1477182] Dependencies.txt

2015-08-08 Thread The Unknown
apport information

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

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

Title:
  Transparency failing gnome-terminal

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

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


[Bug 1477182] Re: Transparency failing gnome-terminal

2015-08-08 Thread The Unknown
** Description changed:

  After recently changing from Ubuntu 15.04 with Unity, to Ubuntu Gnome
  15.04, I have noticed that in Ubuntu Gnome, if I go into the profile
  settings and enable Transparency for gnome-terminal, it will only take
  effect once I have resized the gnome-terminal window by the means of
  pulling the window to another side of my screen and make it snap to a
  certain size (so if I pull it to the top it will maximize, if to the
  side, it will only then take up half of the screen).
  
  I have also noticed that if I open any other gnome-terminal window that
  I must go into the settings, and change the settings slightly for the
  Transparency (turning it off and on again, or moving the slider), even
  though the settings show it to be on, then I must get it to do the
  resize by dragging it to one edge of my screen (as I mentioned earlier)
  for the gnome-terminal to be transparent, otherwise it stays whatever
  colour I have set it to.
  
  ---
  
  OS Information:
  
- No LSB modules are available.
- Distributor ID:   Ubuntu
- Description:  Ubuntu 15.04
- Release:  15.04
- Codename: vivid
+ No LSB modules are available.
+ Distributor ID:   Ubuntu
+ Description:  Ubuntu 15.04
+ Release:  15.04
+ Codename: vivid
  
  Package Information:
  
+ gnome-shell:
+   Installed: 3.16.3-1ubuntu1~vivid1
+   Candidate: 3.16.3-1ubuntu1~vivid1
+   Version table:
+  *** 3.16.3-1ubuntu1~vivid1 0
+ 500 http://ppa.launchpad.net/gnome3-team/gnome3-staging/ubuntu/ 
vivid/main amd64 Packages
+ 100 /var/lib/dpkg/status
+  3.14.4-0ubuntu1 0
+ 500 http://gb.archive.ubuntu.com/ubuntu/ vivid/universe amd64 
Packages
+ 
  gnome-terminal:
-   Installed: 3.14.2-0ubuntu3
-   Candidate: 3.14.2-0ubuntu3
+   Installed: 3.16.2-1ubuntu1~vivid1
+   Candidate: 3.16.2-1ubuntu1~vivid1
Version table:
-  *** 3.14.2-0ubuntu3 0
+  *** 3.16.2-1ubuntu1~vivid1 0
+ 500 http://ppa.launchpad.net/gnome3-team/gnome3-staging/ubuntu/ 
vivid/main amd64 Packages
+ 100 /var/lib/dpkg/status
+  3.14.2-0ubuntu3 0
  500 http://gb.archive.ubuntu.com/ubuntu/ vivid/main amd64 Packages
- 100 /var/lib/dpkg/status
- --- 
+  3.12.3-0ubuntu1~utopic2 0
+ 500 http://ppa.launchpad.net/gnome3-team/gnome3/ubuntu/ 
vivid/main amd64 Packages
+ 
+ 
+ ---
  ApportVersion: 2.17.2-0ubuntu1.2
  Architecture: amd64
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 15.04
  InstallationDate: Installed on 2015-07-29 (10 days ago)
  InstallationMedia: Ubuntu-GNOME 15.04 "Vivid Vervet" - Release amd64 
(20150422)
  Package: gnome-terminal 3.16.2-1ubuntu1~vivid1 [origin: 
LP-PPA-gnome3-team-gnome3-staging]
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 3.19.0-25.26-generic 3.19.8-ckt2
  Tags: vivid third-party-packages gnome3-staging gnome3-ppa
  Uname: Linux 3.19.0-25-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True

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

Title:
  Transparency failing gnome-terminal

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

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

[Bug 1477182] Re: Transparency failing gnome-terminal

2015-08-08 Thread The Unknown
Ok, I have added the requested information.

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

Title:
  Transparency failing gnome-terminal

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

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


[Bug 1482408] Re: When waking from suspend screen refuses to turn back on, not even back lights

2015-08-08 Thread The Unknown
Although that was in Gnome 3.14, the issue is still present in Gnome
3.16.

Here is a portion of syslog from the last time it happened (19:56:33 was
when I closed the lid of my laptop, and 23:15:40 was when I opened it
again):

Aug  8 19:56:33 Floral-Towel systemd[1]: Reached target Sleep.
Aug  8 19:56:33 Floral-Towel systemd[1]: Starting Sleep.
Aug  8 19:56:33 Floral-Towel systemd[1]: Starting Suspend...
Aug  8 19:56:33 Floral-Towel systemd-sleep[23363]: Suspending system...
Aug  8 19:56:33 Floral-Towel kernel: [12772.267125] PM: Syncing filesystems ... 
done.
Aug  8 19:56:33 Floral-Towel kernel: [12772.639303] PM: Preparing system for 
mem sleep
Aug  8 19:56:33 Floral-Towel thermald[814]: Set : 73884, 66000, 0, 1, 10
Aug  8 23:15:40 Floral-Towel kernel: [12772.747250] Freezing user space 
processes ... (elapsed 0.223 seconds) done.
Aug  8 23:15:40 Floral-Towel kernel: [12772.970958] Freezing remaining 
freezable tasks ... (elapsed 0.001 seconds) done.
Aug  8 23:15:40 Floral-Towel kernel: [12772.972599] PM: Entering mem sleep
Aug  8 23:15:40 Floral-Towel kernel: [12772.972641] Suspending console(s) (use 
no_console_suspend to debug)
Aug  8 23:15:40 Floral-Towel kernel: [12772.973385] sd 1:0:0:0: [sda] 
Synchronizing SCSI cache
Aug  8 23:15:40 Floral-Towel kernel: [12773.106986] sd 1:0:0:0: [sda] Stopping 
disk
Aug  8 23:15:40 Floral-Towel kernel: [12773.730007] PM: suspend of devices 
complete after 757.435 msecs
Aug  8 23:15:40 Floral-Towel kernel: [12773.746026] PM: late suspend of devices 
complete after 16.011 msecs
Aug  8 23:15:40 Floral-Towel kernel: [12773.747033] r8169 :03:00.0: System 
wakeup enabled by ACPI
Aug  8 23:15:40 Floral-Towel kernel: [12773.765860] ehci-pci :00:1d.0: 
System wakeup enabled by ACPI
Aug  8 23:15:40 Floral-Towel kernel: [12773.785813] ehci-pci :00:1a.0: 
System wakeup enabled by ACPI
Aug  8 23:15:40 Floral-Towel kernel: [12773.805798] xhci_hcd :00:14.0: 
System wakeup enabled by ACPI
Aug  8 23:15:40 Floral-Towel kernel: [12773.821791] PM: noirq suspend of 
devices complete after 75.796 msecs
Aug  8 23:15:40 Floral-Towel kernel: [12773.822452] ACPI: Preparing to enter 
system sleep state S3
Aug  8 23:15:40 Floral-Towel kernel: [12773.865795] PM: Saving platform NVS 
memory
Aug  8 23:15:40 Floral-Towel kernel: [12773.865807] Disabling non-boot CPUs ...
Aug  8 23:15:40 Floral-Towel kernel: [12773.865887] intel_pstate CPU 1 exiting
Aug  8 23:15:40 Floral-Towel kernel: [12773.867365] kvm: disabling 
virtualization on CPU1
Aug  8 23:15:40 Floral-Towel kernel: [12773.867382] smpboot: CPU 1 is now 
offline
Aug  8 23:15:40 Floral-Towel kernel: [12773.868592] intel_pstate CPU 2 exiting
Aug  8 23:15:40 Floral-Towel kernel: [12773.868978] Broke affinity for irq 26
Aug  8 23:15:40 Floral-Towel kernel: [12773.870013] kvm: disabling 
virtualization on CPU2
Aug  8 23:15:40 Floral-Towel kernel: [12773.870051] smpboot: CPU 2 is now 
offline
Aug  8 23:15:42 Floral-Towel kernel: [12773.870784] intel_pstate CPU 3 exiting
Aug  8 23:15:42 Floral-Towel kernel: [12773.871110] Broke affinity for irq 23
Aug  8 23:15:42 Floral-Towel kernel: [12773.871115] Broke affinity for irq 25
Aug  8 23:15:42 Floral-Towel kernel: [12773.872138] kvm: disabling 
virtualization on CPU3
Aug  8 23:15:42 Floral-Towel kernel: [12773.872156] smpboot: CPU 3 is now 
offline
Aug  8 23:15:42 Floral-Towel kernel: [12773.874402] ACPI: Low-level resume 
complete
Aug  8 23:15:42 Floral-Towel kernel: [12773.874445] PM: Restoring platform NVS 
memory
Aug  8 23:15:42 Floral-Towel kernel: [12773.875287] CPU0 microcode updated 
early to revision 0x29, date = 2013-06-12
Aug  8 23:15:42 Floral-Towel kernel: [12773.875426] Enabling non-boot CPUs ...
Aug  8 23:15:42 Floral-Towel kernel: [12773.875466] x86: Booting SMP 
configuration:
Aug  8 23:15:42 Floral-Towel kernel: [12773.875467] smpboot: Booting Node 0 
Processor 1 APIC 0x1
Aug  8 23:15:42 Floral-Towel kernel: [12773.886457] kvm: enabling 
virtualization on CPU1
Aug  8 23:15:42 Floral-Towel kernel: [12773.888758] CPU1 is up
Aug  8 23:15:42 Floral-Towel kernel: [12773.888783] smpboot: Booting Node 0 
Processor 2 APIC 0x2
Aug  8 23:15:42 Floral-Towel kernel: [12773.900049] CPU2 microcode updated 
early to revision 0x29, date = 2013-06-12
Aug  8 23:15:42 Floral-Towel kernel: [12773.900114] kvm: enabling 
virtualization on CPU2
Aug  8 23:15:42 Floral-Towel kernel: [12773.902446] CPU2 is up
Aug  8 23:15:42 Floral-Towel kernel: [12773.902469] smpboot: Booting Node 0 
Processor 3 APIC 0x3
Aug  8 23:15:42 Floral-Towel kernel: [12773.913551] kvm: enabling 
virtualization on CPU3
Aug  8 23:15:42 Floral-Towel kernel: [12773.915870] CPU3 is up
Aug  8 23:15:42 Floral-Towel kernel: [12773.919124] ACPI: Waking up from system 
sleep state S3
Aug  8 23:15:42 Floral-Towel kernel: [12774.040136] acpi LNXPOWER:00: Turning 
OFF
Aug  8 23:15:42 Floral-Towel kernel: [12774.096104] ehci-pci :00:1a.0: 
System wakeup disabled by ACPI
Aug  8 23:15:42 Floral-Towel kernel: [12774.116089] x

[Bug 1482408] Re: When waking from suspend screen refuses to turn back on, not even back lights

2015-08-09 Thread The Unknown
@Tim, yes, I have been using Ubuntu for a long time now, and I have only
recently switched to Gnome. And before I had Gnome, I had Unity, and
nothing like this ever happened, and only started happening when I got
Gnome.

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

Title:
  When waking from suspend screen refuses to turn back on, not even back
  lights

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

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


[Bug 1482408] Re: When waking from suspend screen refuses to turn back on, not even back lights

2015-08-09 Thread The Unknown
This issue appears to occur though when I have left my machine suspended
for many hours as you can see there in the log.

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

Title:
  When waking from suspend screen refuses to turn back on, not even back
  lights

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

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


[Bug 1483276] [NEW] Unable to launch xdiagnose through the GUI in the normal way

2015-08-10 Thread The Unknown
Public bug reported:

I am in need of doing some diagnostics work with "xdiagnose", however
when searching for it in the Activities Overview, and then clicking on
it, absolutely nothing happens, when in the past it would ask me for my
password so that it could gain superuser privileges.

I looked further into this and tried running it in Terminal:

xdiagnose

And this was the output from the command:

Error: Must run as superuser

There was no output from the command:

grep -r 'xdiagnose' ~/.local/share/applications

And the output of this command "grep -r 'xdiagnose'
/usr/share/applications" was:

/usr/share/applications/xdiagnose.desktop:Name=xdiagnose
/usr/share/applications/xdiagnose.desktop:Exec=pkexec xdiagnose

/usr/share/applications/xdiagnose.desktop:Icon=/usr/share/xdiagnose/icons/microscope.svg
/usr/share/applications/xdiagnose.desktop:X-Ubuntu-Gettext-Domain=xdiagnose

The contents of the file is this:

[Desktop Entry]
Name=xdiagnose
GenericName=Diagnose Graphics Issues
Comment=X.org Diagnostic and Repair Utility
Exec=pkexec xdiagnose
Icon=/usr/share/xdiagnose/icons/microscope.svg
Terminal=false
Type=Application
Categories=System;Settings;
X-Ubuntu-Gettext-Domain=xdiagnose

I have reinstalled it with "sudo apt-get install --reinstall xdiagnose",
however this seems to have made no difference at all to anything.

I have also attempted to launch another application via the Activities
Overview that uses pkexec to start, and it works fine as normal.

This has been adapted from this AskUbuntu question (which I asked):
http://askubuntu.com/q/659762/364819

---

**OS Information:**

No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 15.04
Release:15.04
Codename:   vivid
Flavour: Gnome
Gnome Version: 3.16

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


** Tags: vivid

** Tags added: vivid

** Description changed:

  I am in need of doing some diagnostics work with "xdiagnose", however
  when searching for it in the Activities Overview, and then clicking on
  it, absolutely nothing happens, when in the past it would ask me for my
  password so that it could gain superuser privileges.
  
  I looked further into this and tried running it in Terminal:
  
- xdiagnose
+ xdiagnose
  
  And this was the output from the command:
  
- Error: Must run as superuser
+ Error: Must run as superuser
  
  There was no output from the command:
  
- grep -r 'xdiagnose' ~/.local/share/applications
+ grep -r 'xdiagnose' ~/.local/share/applications
  
  And the output of this command "grep -r 'xdiagnose'
  /usr/share/applications" was:
  
- /usr/share/applications/xdiagnose.desktop:Name=xdiagnose
- /usr/share/applications/xdiagnose.desktop:Exec=pkexec xdiagnose
- 
/usr/share/applications/xdiagnose.desktop:Icon=/usr/share/xdiagnose/icons/microscope.svg
- 
/usr/share/applications/xdiagnose.desktop:X-Ubuntu-Gettext-Domain=xdiagnose
+ /usr/share/applications/xdiagnose.desktop:Name=xdiagnose
+ /usr/share/applications/xdiagnose.desktop:Exec=pkexec xdiagnose
+ 
/usr/share/applications/xdiagnose.desktop:Icon=/usr/share/xdiagnose/icons/microscope.svg
+ 
/usr/share/applications/xdiagnose.desktop:X-Ubuntu-Gettext-Domain=xdiagnose
  
  The contents of the file is this:
  
- [Desktop Entry]
- Name=xdiagnose
- GenericName=Diagnose Graphics Issues
- Comment=X.org Diagnostic and Repair Utility
- Exec=pkexec xdiagnose
- Icon=/usr/share/xdiagnose/icons/microscope.svg
- Terminal=false
- Type=Application
- Categories=System;Settings;
- X-Ubuntu-Gettext-Domain=xdiagnose
+ [Desktop Entry]
+ Name=xdiagnose
+ GenericName=Diagnose Graphics Issues
+ Comment=X.org Diagnostic and Repair Utility
+ Exec=pkexec xdiagnose
+ Icon=/usr/share/xdiagnose/icons/microscope.svg
+ Terminal=false
+ Type=Application
+ Categories=System;Settings;
+ X-Ubuntu-Gettext-Domain=xdiagnose
  
  I have reinstalled it with "sudo apt-get install --reinstall xdiagnose",
  however this seems to have made no difference at all to anything.
  
  I have also attempted to launch another application via the Activities
  Overview that uses pkexec to start, and it works fine as normal.
  
  This has been adapted from this AskUbuntu question (which I asked):
- http://askubuntu.com/questions/659762/unable-to-launch-xdiagnose-
- through-gui-in-normal-way
+ http://askubuntu.com/q/659762/364819
  
  ---
  
  **OS Information:**
  
- No LSB modules are available.
- Distributor ID:   Ubuntu
- Description:  Ubuntu 15.04
- Release:  15.04
- Codename: vivid
- Flavour: Gnome
- Gnome Version: 3.16
+ No LSB modules are available.
+ Distributor ID:   Ubuntu
+ Description:  Ubuntu 15.04
+ Release:  15.04
+ Codename: vivid
+ Flavour: Gnome
+ 

[Bug 1479014] Re: "Cancel", "Next", and "Sign In" functioning incorrectly on login or locked screen in "Sign In?" section

2015-08-10 Thread The Unknown
** Description changed:

  [Impact]
  
  There are three patches in this one fix. So there are three bugs which
  are fixed:
  
  - Bug [1]: If the "Next" button ever gets set to "Sign In", it won't
  get reset to next until the next question asked by pam.
  
  - Bug [2]: Normally the user isn't allowed to proceed passed
  the username question until they've filled it in.
  To ensure this, the authprompt code desensitizes
  the next button when the number of characters change to
  zero.
  Unfortunately it fails to desensitize the next button
  up front when the entry starts out empty.
  
  - Bug [3]: Users are not allowed to cancel if the verification has not
  started yet and they are typing in their username.
  
  These are rather important things to be fixed as they make the login
  process more confusing and difficult.
  
  How the bugs are fixed:
  
  - Bug [1] fix: Reset "Next" button to "Next" when asking for username.
  
  - Bug [2] fix: Disallow the user to press "Next" when the username field
  is empty up front.
  
  - Bug [3] fix: authPrompt no longer ignores the request to cancel before
  a user has started verification and is still typing in their username.
  
  [Test Case]
  
  - Reproduce Bug [1]:
  
  On the first login screen (or log out - not lock), click "Sign In?",
  then before doing anything else click "Sign In", if the button allows
  you to press it and is not greyed out, then you have successfully
  reproduced this bug.
  
  - Reproduce Bug [2]:
  
  On the locked screen click "Sign In?", then before doing anything else
  press "Cancel". If nothing happens, you have successfully reproduced
  this bug.
  
  - Reproduce Bug [3]:
  
  On the locked screen click "Sign In?", then in the username field, start
  entering your username (or any text), then instead of pressing "Next",
  press "Cancel", if nothing happens then you have successfully reproduced
  this bug.
  
- [Regression potential]
+ [Regression Potential]
  
- As these patches have already been put to practical use in the upstream
- version, and the patches which have been put to use in this version,
- have originated from those patches, I would say that the risk of
- regression is minimal.
+ 1. You may notice that we only fade the authentication prompt back in if
+ the auth prompt status is "VERIFICATION_SUCCEEDED". It's possible for it
+ to be "NOT_VERIFYING" if the authprompt gets reset for some other reason
+ in the interim.
+ 
+ 2. You may also notice that the user session crashes when the login
+ screen is reactivated.

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

Title:
  "Cancel", "Next", and "Sign In" functioning incorrectly on login or
  locked screen in "Sign In?" section

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

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


[Bug 1479014] Re: "Cancel", "Next", and "Sign In" functioning incorrectly on login or locked screen in "Sign In?" section

2015-08-10 Thread The Unknown
@Tim, I was recently alerted to the fact that those patches also cause
this bug: https://bugzilla.gnome.org/show_bug.cgi?id=753181 There are
patches available to fix the bug caused by the other patches, what do
you want me to do? Create a new debdiff? Add to the old? Or would this
be for a different bug report with a new debdiff applying the patches?

As this is the sort of thing that I would assume goes in the regression
potential section, I have included details of it there.

** Bug watch added: GNOME Bug Tracker #753181
   https://bugzilla.gnome.org/show_bug.cgi?id=753181

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

Title:
  "Cancel", "Next", and "Sign In" functioning incorrectly on login or
  locked screen in "Sign In?" section

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

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


[Bug 1479014] Re: "Cancel", "Next", and "Sign In" functioning incorrectly on login or locked screen in "Sign In?" section

2015-08-10 Thread The Unknown
@Tim, or would you prefer to deal with it? Although I would be happy to
if you want?

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

Title:
  "Cancel", "Next", and "Sign In" functioning incorrectly on login or
  locked screen in "Sign In?" section

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

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


[Bug 1479014] Re: "Cancel", "Next", and "Sign In" functioning incorrectly on login or locked screen in "Sign In?" section

2015-08-11 Thread The Unknown
How should I get them to do that? Do I just file a new bug report or try
and get in contact with them? Also, does this mean that the debdiff will
be scrapped, or will that still go in?

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

Title:
  "Cancel", "Next", and "Sign In" functioning incorrectly on login or
  locked screen in "Sign In?" section

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

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


[Bug 1479014] Re: "Cancel", "Next", and "Sign In" functioning incorrectly on login or locked screen in "Sign In?" section

2015-08-11 Thread The Unknown
Ok, I'll make the debdiff, also you refer to 6 patches, but I only see
5, as we have the 3 I have already done, and then 2 in the new bug
report, so where's the 6th one? Or are there only 5?

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

Title:
  "Cancel", "Next", and "Sign In" functioning incorrectly on login or
  locked screen in "Sign In?" section

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

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


[Bug 1479014] Re: "Cancel", "Next", and "Sign In" functioning incorrectly on login or locked screen in "Sign In?" section

2015-08-11 Thread The Unknown
@Tim, ok, I'll make the debdiff, also you refer to 6 patches, but I only
see 5, as we have the 3 I have already done, and then 2 in the new bug
report, so where's the 6th one? Or are there only 5?

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

Title:
  "Cancel", "Next", and "Sign In" functioning incorrectly on login or
  locked screen in "Sign In?" section

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

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


[Bug 1479014] Re: "Cancel", "Next", and "Sign In" functioning incorrectly on login or locked screen in "Sign In?" section

2015-08-11 Thread The Unknown
** Patch added: "lp1479014_vivid_v2.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1479014/+attachment/4443022/+files/lp1479014_vivid_v2.debdiff

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

Title:
  "Cancel", "Next", and "Sign In" functioning incorrectly on login or
  locked screen in "Sign In?" section

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

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


[Bug 1479014] Re: "Cancel", "Next", and "Sign In" functioning incorrectly on login or locked screen in "Sign In?" section

2015-08-11 Thread The Unknown
As I could not find the 3rd patch you said you wanted me to add in, I
have added the two in the bug report:
https://bugzilla.gnome.org/show_bug.cgi?id=753181 There seem to only be
2 extra patches needed to fix the bugs. If there is another patch which
needs to be included, please let me know and I'd be happy to do so. I
have generated a new debdiff with all 5 patches in it. And also updated
the description, although my information on reproducing the last 2 bugs
is a little vague because I have not actually experienced them as I
would need to test the other patches in a testing environment to get the
2 other new bugs, and I have not. I have now also attached the new
debdiff.

** Description changed:

  [Impact]
  
- There are three patches in this one fix. So there are three bugs which
- are fixed:
+ There are five patches in this one fix. So there are five bugs which are
+ fixed:
  
  - Bug [1]: If the "Next" button ever gets set to "Sign In", it won't
  get reset to next until the next question asked by pam.
  
  - Bug [2]: Normally the user isn't allowed to proceed passed
  the username question until they've filled it in.
  To ensure this, the authprompt code desensitizes
  the next button when the number of characters change to
  zero.
  Unfortunately it fails to desensitize the next button
  up front when the entry starts out empty.
  
  - Bug [3]: Users are not allowed to cancel if the verification has not
  started yet and they are typing in their username.
  
+ - Bug [4]: If the authPrompt gets reset for some other reason in the
+ interim, this would mean that we don't fade the authentication prompt
+ back in when it is needed.
+ 
+ - Bug [5]: The user session will crash when the login screen is
+ reactivated due to the fact that the previous the user verifier has not
+ been cleared.
+ 
  These are rather important things to be fixed as they make the login
  process more confusing and difficult.
  
  How the bugs are fixed:
  
  - Bug [1] fix: Reset "Next" button to "Next" when asking for username.
  
  - Bug [2] fix: Disallow the user to press "Next" when the username field
  is empty up front.
  
  - Bug [3] fix: authPrompt no longer ignores the request to cancel before
  a user has started verification and is still typing in their username.
+ 
+ - Bug [4] fix: loginDialog now only skips the fade-in if we have already
+ fadded-in. It now also only skips resetting if we have already reset.
+ 
+ - Bug [5] fix: We now make sure that once the user verifier has
+ completed its job (of user verification) that it gets cleared so that it
+ does not get in the way later.
  
  [Test Case]
  
  - Reproduce Bug [1]:
  
  On the first login screen (or log out - not lock), click "Sign In?",
  then before doing anything else click "Sign In", if the button allows
  you to press it and is not greyed out, then you have successfully
  reproduced this bug.
  
  - Reproduce Bug [2]:
  
  On the locked screen click "Sign In?", then before doing anything else
  press "Cancel". If nothing happens, you have successfully reproduced
  this bug.
  
  - Reproduce Bug [3]:
  
  On the locked screen click "Sign In?", then in the username field, start
  entering your username (or any text), then instead of pressing "Next",
  press "Cancel", if nothing happens then you have successfully reproduced
  this bug.
  
+ - Reproduce Bug [4]:
+ 
+ Go to the login screen (or locked screen), reset the authentication
+ prompt before you have reached "VERIFICATION_SUCCEEDED", and if you see
+ that the prompt does not fade back in, then you have successfully
+ reproduced this bug.
+ 
+  - Reproduce Bug [5]:
+ 
+ After you have logged in, go back to the login screen, if the user
+ session crashes, then you have successfully reproduced this bug.
+ 
  [Regression Potential]
  
- 1. You may notice that we only fade the authentication prompt back in if
- the auth prompt status is "VERIFICATION_SUCCEEDED". It's possible for it
- to be "NOT_VERIFYING" if the authprompt gets reset for some other reason
- in the interim.
- 
- 2. You may also notice that the user session crashes when the login
- screen is reactivated.
+ As these patches have already been put to practical use in the upstream
+ version, and the patches which have been put to use in this version,
+ have originated from those patches, I would say that the risk of
+ regression is minimal.

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

Title:
  "Cancel", "Next", and "Sign In" functioning incorrectly on login or
  locked screen in "Sign In?" section

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

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


[Bug 1488077] [NEW] Have the optional ability to have a screensaver

2015-08-24 Thread The Unknown
Public bug reported:

Even though I understand that Ubuntu early on decided to move away from
screensavers and to just have a black screen, not all users will like
this. So I think that it would be good if there was at least the
optional ability in the gnome-control-center to have a screensaver. This
could possible be achieved by having gnome-screensaver installed by
default and then including some settings for it in the gnome-control-
center (as it does not have its own settings GUI, not does it integrate
with the gnome-control-center to place any settings associated with it
there).

** Affects: ubuntu-gnome
 Importance: Undecided
 Status: New

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

** Also affects: gnome-control-center (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/1488077

Title:
  Have the optional ability to have a screensaver

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

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


[Bug 1488078] [NEW] Have GUI options to configure gnome-screensaver

2015-08-24 Thread The Unknown
Public bug reported:

I think that it would help a lot of users if there was some sort of GUI
settings screen for gnome-screensaver, or at least for it to integrate
with the control center so that there are settings there which can
control it.

** Affects: gnome-screensaver (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/1488078

Title:
  Have GUI options to configure gnome-screensaver

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

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


[Bug 1488077] Re: Have the optional ability to have a screensaver

2015-08-24 Thread The Unknown
Just marked it as confirmed as it affects not just me know, and the
Launchpad Janitor only did it for one of the listed packages/projects,
and it clearly applies for both.

** Changed in: ubuntu-gnome
   Status: New => Confirmed

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

Title:
  Have the optional ability to have a screensaver

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

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


[Bug 1489116] [NEW] Unable to set gif as locked screen image, nor as background image

2015-08-26 Thread The Unknown
Public bug reported:

I have recently noticed that even after moving a gif into my Pictures
folder, that when going "Settings > Background" and then going to the
tab "Pictures", I am only able to see the images in that folder which
are not gifs, so I have no way of setting the gif as either my
background nor my locked screen image (which is what I would like it to
be). Even when I go to that image and right-click on it and select "Set
as wallpaper" I only get a still image version of it, no animation as
there should be. So it would be really good if you could set gif images
as your backround image and your locked screen image.

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

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

** Also affects: gnome-shell (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/1489116

Title:
  Unable to set gif as locked screen image, nor as background image

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

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


[Bug 1489476] [NEW] Feature request - To have an option not to share Firefox health report with Mozilla (but still generate it for the user to see)

2015-08-27 Thread The Unknown
Public bug reported:

It would be nice if like in the Windows and Mac version in Firefox, for
the Linux version of Firefox to also have the ability for you to select
that you don't want to send the Firefox health report to Mozilla, but
you still want to have it generated for you to see.

** Affects: firefox (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/1489476

Title:
  Feature request - To have an option not to share Firefox health report
  with Mozilla (but still generate it for the user to see)

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

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


[Bug 1472614] Re: Upload progress bar - Feature request

2015-09-03 Thread The Unknown
** Description changed:

  It would be really useful, if, like in Google Chrome, for there to be
  some kind of upload progress bar as well as a download progress bar in
  Firefox. That is so that you would be able to tell the upload progress
- of something you are uploading, such as a file.
+ of something you are uploading, such as a file. I am running Ubuntu
+ GNOME 15.04, and the latest version of stable Firefox.

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

Title:
  Upload progress bar - Feature request

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

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


[Bug 1491863] [NEW] Ubuntu GNOME 15.04 still using 'utopic' in folder and file names

2015-09-03 Thread The Unknown
Public bug reported:

In a comment to this bug https://bugs.launchpad.net/bugs/1489116 I found
out that some of the xml configuration files for animation ('/usr/share
/gnome-background-properties/ug-utopic-wallpapers.xml' and
'/usr/share/backgrounds/ubuntu-gnome/utopic.xml') have utopic still in
the name, even though I am now on vivid. And there are possibly even
more files with utopic still in the same. In fact running this command
'tree -f / | grep 'utopic'' in my system reveals:

│   │   │   ├── /usr/share/backgrounds/ubuntu-gnome/utopic.xml
│   │   │   ├── /usr/share/debootstrap/scripts/utopic -> gutsy
│   │   │   │   ├── /usr/share/doc/ubuntu-gnome-wallpapers/changelog.gz -> 
../ubuntu-gnome-wallpapers-utopic/changelog.gz
│   │   │   ├── /usr/share/doc/ubuntu-gnome-wallpapers-utopic
│   │   │   │   ├── /usr/share/doc/ubuntu-gnome-wallpapers-utopic/changelog.gz
│   │   │   │   └── /usr/share/doc/ubuntu-gnome-wallpapers-utopic/copyright
│   │   │   └── /usr/share/gnome-background-properties/ug-utopic-wallpapers.xml
│   │   │   │   ├── /var/lib/dpkg/info/ubuntu-gnome-wallpapers-utopic.list
│   │   │   │   ├── /var/lib/dpkg/info/ubuntu-gnome-wallpapers-utopic.md5sums

---

OS Information:

No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 15.04
Release:15.04
Codename:   vivid
Flavour: GNOME
GNOME Version: 3.16

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

** Summary changed:

- Ubuntu GNOME 15.04 animation configuration file still utopic.xml and not 
vivid.xml
+ Ubuntu GNOME 15.04 still using 'utopic' in folder and file names

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

Title:
  Ubuntu GNOME 15.04 still using 'utopic' in folder and file names

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

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

[Bug 1492446] [NEW] Hovering over tick of password accepted still says "Caps Lock is on" even when it is off

2015-09-04 Thread The Unknown
Public bug reported:

I have recently noticed that when going "Settings > Users > Password"
that when typing in a password that is accepted, even if the caps lock
is off, hovering over the tick says "Caps Lock is on" as shown in the
attached screenshot (it's the case in all the fields by the way in case
the screenshot in any way confuses you).

---

OS Information:

No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 15.04
Release:15.04
Codename:   vivid
Flavour: GNOME
GNOME Version: 3.16

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

** Attachment added: "Caps_Lock_Is_On_Screenshot.png"
   
https://bugs.launchpad.net/bugs/1492446/+attachment/4457599/+files/Caps_Lock_Is_On_Screenshot.png

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

Title:
  Hovering over tick of password accepted still says "Caps Lock is on"
  even when it is off

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

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


[Bug 1477182] [NEW] Transparency failing gnome-terminal

2015-07-22 Thread The Unknown
Public bug reported:

After recently changing from Ubuntu 15.04 with Unity, to Ubuntu Gnome
15.04, I have noticed that in Ubuntu Gnome, if I go into the profile
settings and enable Transparency for gnome-terminal, it will only take
effect once I have resized the gnome-terminal window by the means of
pulling the window to another side of my screen and make it snap to a
certain size (so if I pull it to the top it will maximize, if to the
side, it will only then take up half of the screen).

I have also noticed that if I open any other gnome-terminal window that
I must go into the settings, and change the settings slightly for the
Transparency (turning it off and on again, or moving the slider), even
though the settings show it to be on, then I must get it to do the
resize by dragging it to one edge of my screen (as I mentioned earlier)
for the gnome-terminal to be transparent, otherwise it stays whatever
colour I have set it to.

---

OS Information:

No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 15.04
Release:15.04
Codename:   vivid

Package Information:

gnome-terminal:
  Installed: 3.14.2-0ubuntu3
  Candidate: 3.14.2-0ubuntu3
  Version table:
 *** 3.14.2-0ubuntu3 0
500 http://gb.archive.ubuntu.com/ubuntu/ vivid/main amd64 Packages
100 /var/lib/dpkg/status

** Affects: ubuntu-gnome
 Importance: Undecided
 Status: New

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

** Also affects: gnome-terminal (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/1477182

Title:
  Transparency failing gnome-terminal

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

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


[Bug 1477216] [NEW] Have AppIndicator support plugin by default

2015-07-22 Thread The Unknown
Public bug reported:

I recently changed from the Unity to Gnome Shell, and I have noticed
that unlike in Unity, to enable support for AppIndicator icons in Gnome
Shell you have to install this plugin:
https://extensions.gnome.org/extension/615/appindicator-support/

But as support for AppIndicator is such an important feature in my
opinion I think that this plugin should be installed by default and not
have to be added by the user.

** Affects: gnome-shell (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/1477216

Title:
  Have AppIndicator support plugin by default

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

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


[Bug 1477489] [NEW] Spamming syslog, and logging contents from emails

2015-07-23 Thread The Unknown
Public bug reported:

I recently changed from Ubuntu 15.04, to Ubuntu Gnome 15.04 (I was using
Unity, now Gnome Shell), and since I have changed I have noticed some
problems similar to this bug report in tracker's logging to syslog:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=754907

So what I am noticing is that it is spamming my syslog with loads and
loads of stuff similar to the bug report I linked to above. But not only
is it spamming contents there, it is also putting the contents and
details of my private emails etc, for instance I have OSSEC HIDS running
and it keeps on reporting me of these sorts of things:

"

OSSEC HIDS Notification. 2015 Jul 22 21:08:46

Received From: Weaponised-Towel->/var/log/syslog Rule: 1003 fired
(level 13) -> "Non standard syslog message (size too large)." Portion of
the log(s):

Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]:
nie:description "Beginning Android Games, Second Edition offers
everything you need to join the ranks of successful Android game
developers, including Android tablet game app development
considerations. You'll start with game design fundamentals and
programming basics, and then progress toward creating your own basic
game engine and playable game apps that work on Android and earlier
version compliant smartphones and now tablets. This will give you
everything you need to branch out and write your own Android games. The
potential user base and the wide array of available high-performance
devices makes Android an attractive target for aspiring game developers.
Do you have an awesome idea for the next break-through mobile gaming
title? Beginning Android Games will help you kick-start your project.
This book will guide you through the process of making several example
game apps using APIs available in new Android SDK and earlier SDK
releases for Android smartphones and tablets: The fundamentals of game
development and design suitable for Android smartphones and tablets The
Android platform basics to apply those fundamentals in the context of
making a game, inc

--END OF NOTIFICATION

"

And then when I checked my syslog for that time period these are the
sorts of things that I saw:

"

Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]: INSERT {
Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]: GRAPH 
 {
Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]: 
 nie:dataSource 
 .
Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]: 
 a nfo:EBook ;
Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]: nco:creator [ a 
nco:PersonContact ;
Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]: nco:fullname "Zechner, 
Mario & Green, Robert" ;
Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]: nco:nameFamily "Zechner" ;
Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]: nco:nameGiven "Mario" ;
Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]: nco:nameAdditional "& 
Green, Robert" ;
Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]: nco:creator 
] ;
Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]: nco:creator [ a 
nco:PersonContact ;
Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]: nco:fullname "Robert 
Green" ;
Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]: nco:nameFamily "Green" ;
Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]: nco:nameGiven "Robert" ;
Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]: nco:creator 
] ;
Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]: nie:title "Beginning 
Android Games" ;
Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]: nco:publisher [ a 
nco:Contact ;
Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]: nco:fullname "Apress"] ;
Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]: nie:identifier 
"URN:ISBN:978-1-4302-4677-0" ;
Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]: nie:identifier 
"9781430246770" ;
Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]: nie:description "Beginning Android Games, Second Edition offers everything 
you need to join the ranks of successful Android game developers, including 
Android tablet game app development considerations. You'll start with game 
design fundamentals and programming basics, and then progress toward creating 
your own basic game engine and playable game apps that work on Android and 
earlier version compliant smartphones and now tablets. This will give you 
everything you need to branch out and write your own Android games.  The 
potential user base and the wide array of available high-performance devices 
makes Android an attractive target for aspiring game developers. Do you have an 
awesome idea for the next break-through mobile gaming title? Beginning Android 
Games will help you kick-start your project. This book will guide you through 
the process of making several example game apps using APIs available in new 
Android SDK and earlier SDK releases for Android smartphones and tablets:  The 
fundamentals of 

[Bug 1477489] Re: Spamming syslog, and logging contents from emails

2015-07-23 Thread The Unknown
** Description changed:

  I recently changed from Ubuntu 15.04, to Ubuntu Gnome 15.04 (I was using
  Unity, now Gnome Shell), and since I have changed I have noticed some
  problems similar to this bug report in tracker's logging to syslog:
  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=754907
  
  So what I am noticing is that it is spamming my syslog with loads and
  loads of stuff similar to the bug report I linked to above. But not only
  is it spamming contents there, it is also putting the contents and
  details of my private emails etc, for instance I have OSSEC HIDS running
- and it keeps on reporting me of these sorts of things:
+ and it keeps on reporting to me of these sorts of things:
  
  "
  
- OSSEC HIDS Notification. 2015 Jul 22 21:08:46
+ OSSEC HIDS Notification. 2015 Jul 22 21:08:46
  
- Received From: Weaponised-Towel->/var/log/syslog Rule: 1003 fired
+ Received From: Weaponised-Towel->/var/log/syslog Rule: 1003 fired
  (level 13) -> "Non standard syslog message (size too large)." Portion of
  the log(s):
  
- Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]:
+ Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]:
  nie:description "Beginning Android Games, Second Edition offers
  everything you need to join the ranks of successful Android game
  developers, including Android tablet game app development
  considerations. You'll start with game design fundamentals and
  programming basics, and then progress toward creating your own basic
  game engine and playable game apps that work on Android and earlier
  version compliant smartphones and now tablets. This will give you
  everything you need to branch out and write your own Android games. The
  potential user base and the wide array of available high-performance
  devices makes Android an attractive target for aspiring game developers.
  Do you have an awesome idea for the next break-through mobile gaming
  title? Beginning Android Games will help you kick-start your project.
  This book will guide you through the process of making several example
  game apps using APIs available in new Android SDK and earlier SDK
  releases for Android smartphones and tablets: The fundamentals of game
  development and design suitable for Android smartphones and tablets The
  Android platform basics to apply those fundamentals in the context of
  making a game, inc
  
- --END OF NOTIFICATION
+ --END OF NOTIFICATION
  
  "
  
  And then when I checked my syslog for that time period these are the
  sorts of things that I saw:
  
  "
  
  Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]: INSERT {
  Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]: GRAPH 
 {
  Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]: 
 nie:dataSource 
 .
  Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]: 
 a nfo:EBook ;
  Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]: nco:creator [ a 
nco:PersonContact ;
  Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]: nco:fullname "Zechner, 
Mario & Green, Robert" ;
  Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]: nco:nameFamily 
"Zechner" ;
  Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]: nco:nameGiven "Mario" ;
  Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]: nco:nameAdditional "& 
Green, Robert" ;
  Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]: nco:creator 
] ;
  Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]: nco:creator [ a 
nco:PersonContact ;
  Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]: nco:fullname "Robert 
Green" ;
  Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]: nco:nameFamily "Green" ;
  Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]: nco:nameGiven "Robert" ;
  Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]: nco:creator 
] ;
  Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]: nie:title "Beginning 
Android Games" ;
  Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]: nco:publisher [ a 
nco:Contact ;
  Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]: nco:fullname "Apress"] ;
  Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]: nie:identifier 
"URN:ISBN:978-1-4302-4677-0" ;
  Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]: nie:identifier 
"9781430246770" ;
  Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]: nie:description "Beginning Android Games, Second Edition offers everything 
you need to join the ranks of successful Android game developers, including 
Android tablet game app development considerations. You'll start with game 
design fundamentals and programming basics, and then progress toward creating 
your own basic game engine and playable game apps that work on Android and 
earlier version compliant smartphones and now tablets. This will give you 
everything you need to branch out and write your own Android games.  The 
potential user base and the wide array of available high-performance devices 

[Bug 1477489] Re: Spamming syslog, and logging contents from private emails etc

2015-07-23 Thread The Unknown
** Summary changed:

- Spamming syslog, and logging contents from emails
+ Spamming syslog, and logging contents from private emails etc

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

Title:
  Spamming syslog, and logging contents from private emails etc

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

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


[Bug 1477489] Re: Spamming syslog, and logging contents from private emails etc

2015-07-24 Thread The Unknown
** Description changed:

  I recently changed from Ubuntu 15.04, to Ubuntu Gnome 15.04 (I was using
  Unity, now Gnome Shell), and since I have changed I have noticed some
- problems similar to this bug report in tracker's logging to syslog:
+ problems similar to this bug report in Tracker's logging to syslog:
  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=754907
  
  So what I am noticing is that it is spamming my syslog with loads and
  loads of stuff similar to the bug report I linked to above. But not only
  is it spamming contents there, it is also putting the contents and
  details of my private emails etc, for instance I have OSSEC HIDS running
  and it keeps on reporting to me of these sorts of things:
  
  "
  
  OSSEC HIDS Notification. 2015 Jul 22 21:08:46
  
  Received From: Weaponised-Towel->/var/log/syslog Rule: 1003 fired
  (level 13) -> "Non standard syslog message (size too large)." Portion of
  the log(s):
  
  Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]:
  nie:description "Beginning Android Games, Second Edition offers
  everything you need to join the ranks of successful Android game
  developers, including Android tablet game app development
  considerations. You'll start with game design fundamentals and
  programming basics, and then progress toward creating your own basic
  game engine and playable game apps that work on Android and earlier
  version compliant smartphones and now tablets. This will give you
  everything you need to branch out and write your own Android games. The
  potential user base and the wide array of available high-performance
  devices makes Android an attractive target for aspiring game developers.
  Do you have an awesome idea for the next break-through mobile gaming
  title? Beginning Android Games will help you kick-start your project.
  This book will guide you through the process of making several example
  game apps using APIs available in new Android SDK and earlier SDK
  releases for Android smartphones and tablets: The fundamentals of game
  development and design suitable for Android smartphones and tablets The
  Android platform basics to apply those fundamentals in the context of
  making a game, inc
  
  --END OF NOTIFICATION
  
  "
  
  And then when I checked my syslog for that time period these are the
  sorts of things that I saw:
  
  "
  
  Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]: INSERT {
  Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]: GRAPH 
 {
  Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]: 
 nie:dataSource 
 .
  Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]: 
 a nfo:EBook ;
  Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]: nco:creator [ a 
nco:PersonContact ;
  Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]: nco:fullname "Zechner, 
Mario & Green, Robert" ;
  Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]: nco:nameFamily 
"Zechner" ;
  Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]: nco:nameGiven "Mario" ;
  Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]: nco:nameAdditional "& 
Green, Robert" ;
  Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]: nco:creator 
] ;
  Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]: nco:creator [ a 
nco:PersonContact ;
  Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]: nco:fullname "Robert 
Green" ;
  Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]: nco:nameFamily "Green" ;
  Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]: nco:nameGiven "Robert" ;
  Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]: nco:creator 
] ;
  Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]: nie:title "Beginning 
Android Games" ;
  Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]: nco:publisher [ a 
nco:Contact ;
  Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]: nco:fullname "Apress"] ;
  Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]: nie:identifier 
"URN:ISBN:978-1-4302-4677-0" ;
  Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]: nie:identifier 
"9781430246770" ;
  Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]: nie:description "Beginning Android Games, Second Edition offers everything 
you need to join the ranks of successful Android game developers, including 
Android tablet game app development considerations. You'll start with game 
design fundamentals and programming basics, and then progress toward creating 
your own basic game engine and playable game apps that work on Android and 
earlier version compliant smartphones and now tablets. This will give you 
everything you need to branch out and write your own Android games.  The 
potential user base and the wide array of available high-performance devices 
makes Android an attractive target for aspiring game developers. Do you have an 
awesome idea for the next break-through mobile gaming title? Beginning Android 
Games will help you kick-start your p

[Bug 1477489] Re: Spamming syslog, and logging contents from private emails etc

2015-07-24 Thread The Unknown
** Tags added: vivid

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

Title:
  Spamming syslog, and logging contents from private emails etc

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

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


[Bug 1477489] Re: Spamming syslog, and logging contents from private emails etc

2015-07-24 Thread The Unknown
** Description changed:

  I recently changed from Ubuntu 15.04, to Ubuntu Gnome 15.04 (I was using
  Unity, now Gnome Shell), and since I have changed I have noticed some
  problems similar to this bug report in Tracker's logging to syslog:
  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=754907
  
  So what I am noticing is that it is spamming my syslog with loads and
  loads of stuff similar to the bug report I linked to above. But not only
  is it spamming contents there, it is also putting the contents and
  details of my private emails etc, for instance I have OSSEC HIDS running
  and it keeps on reporting to me of these sorts of things:
  
  "
  
  OSSEC HIDS Notification. 2015 Jul 22 21:08:46
  
  Received From: Weaponised-Towel->/var/log/syslog Rule: 1003 fired
  (level 13) -> "Non standard syslog message (size too large)." Portion of
  the log(s):
  
  Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]:
  nie:description "Beginning Android Games, Second Edition offers
  everything you need to join the ranks of successful Android game
  developers, including Android tablet game app development
  considerations. You'll start with game design fundamentals and
  programming basics, and then progress toward creating your own basic
  game engine and playable game apps that work on Android and earlier
  version compliant smartphones and now tablets. This will give you
  everything you need to branch out and write your own Android games. The
  potential user base and the wide array of available high-performance
  devices makes Android an attractive target for aspiring game developers.
  Do you have an awesome idea for the next break-through mobile gaming
  title? Beginning Android Games will help you kick-start your project.
  This book will guide you through the process of making several example
  game apps using APIs available in new Android SDK and earlier SDK
  releases for Android smartphones and tablets: The fundamentals of game
  development and design suitable for Android smartphones and tablets The
  Android platform basics to apply those fundamentals in the context of
  making a game, inc
  
  --END OF NOTIFICATION
  
  "
  
  And then when I checked my syslog for that time period these are the
  sorts of things that I saw:
  
  "
  
  Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]: INSERT {
  Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]: GRAPH 
 {
  Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]: 
 nie:dataSource 
 .
  Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]: 
 a nfo:EBook ;
  Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]: nco:creator [ a 
nco:PersonContact ;
  Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]: nco:fullname "Zechner, 
Mario & Green, Robert" ;
  Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]: nco:nameFamily 
"Zechner" ;
  Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]: nco:nameGiven "Mario" ;
  Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]: nco:nameAdditional "& 
Green, Robert" ;
  Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]: nco:creator 
] ;
  Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]: nco:creator [ a 
nco:PersonContact ;
  Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]: nco:fullname "Robert 
Green" ;
  Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]: nco:nameFamily "Green" ;
  Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]: nco:nameGiven "Robert" ;
  Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]: nco:creator 
] ;
  Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]: nie:title "Beginning 
Android Games" ;
  Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]: nco:publisher [ a 
nco:Contact ;
  Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]: nco:fullname "Apress"] ;
  Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]: nie:identifier 
"URN:ISBN:978-1-4302-4677-0" ;
  Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]: nie:identifier 
"9781430246770" ;
  Jul 22 21:08:44 Weaponised-Towel gnome-session[1509]: nie:description "Beginning Android Games, Second Edition offers everything 
you need to join the ranks of successful Android game developers, including 
Android tablet game app development considerations. You'll start with game 
design fundamentals and programming basics, and then progress toward creating 
your own basic game engine and playable game apps that work on Android and 
earlier version compliant smartphones and now tablets. This will give you 
everything you need to branch out and write your own Android games.  The 
potential user base and the wide array of available high-performance devices 
makes Android an attractive target for aspiring game developers. Do you have an 
awesome idea for the next break-through mobile gaming title? Beginning Android 
Games will help you kick-start your project. This book will guide you through 
the process of making severa

[Bug 1478125] [NEW] If "Icons on Desktop" is disabled, programs can still create files there, just they are not seen

2015-07-24 Thread The Unknown
Public bug reported:

I have found that annoyingly programs create icons on the desktop, but
because the setting "Icons on Desktop" is off, I have to then turn it on
so that I am able to view the desktop icons and remove it, and the only
reason I know that anything is there is because of the fact that when I
upload a file somewhere, the default location to look in is the Desktop
so I see what is  there. But otherwise in Nautilus I don't even get a
link to the Desktop.

So I think that it would be good if programs weren't allowed to create
files on the desktop if you have the option "Icons on Desktop" enabled,
or at least for the user to be prompted if they want the icon to be
created there and for the option to be disabled. As the way it currently
works could be exploited by attackers, because they can store files
there, and it is unlikely that anyone will ever realise that they are
there because it is very hard to view the desktop.

** Affects: gnome-tweak-tool (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/1478125

Title:
  If "Icons on Desktop" is disabled, programs can still create files
  there, just they are not seen

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

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


[Bug 1478132] [NEW] When "Icons on Desktop" is off still no Desktop in side bar in Nautilus

2015-07-24 Thread The Unknown
Public bug reported:

I find that even when turning off "Icons on Desktop", that "Desktop"
still does not appear as a place to which you can navigate to in the
Nautilus side bar. I would expect it to, and then disappear again if the
option gets disabled.

OS Information:

No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 15.04
Release:15.04
Codename:   vivid


Package Information:

gnome-tweak-tool:
  Installed: 3.14.2-2
  Candidate: 3.14.2-2
  Version table:
 *** 3.14.2-2 0
500 http://gb.archive.ubuntu.com/ubuntu/ vivid/universe amd64 
Packages
100 /var/lib/dpkg/status

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

** Description changed:

  I find that even when turning off "Icons on Desktop", that "Desktop"
  still does not appear as a place to which you can navigate to in the
  Nautilus side bar. I would expect it to, and then disappear again if the
  option gets disabled.
+ 
+ OS Information:
+ 
+ No LSB modules are available.
+ Distributor ID:   Ubuntu
+ Description:  Ubuntu 15.04
+ Release:  15.04
+ Codename: vivid
+ 
+ 
+ Package Information:
+ 
+ gnome-tweak-tool:
+   Installed: 3.14.2-2
+   Candidate: 3.14.2-2
+   Version table:
+  *** 3.14.2-2 0
+ 500 http://gb.archive.ubuntu.com/ubuntu/ vivid/universe amd64 
Packages
+ 100 /var/lib/dpkg/status

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

Title:
  When "Icons on Desktop" is off still no Desktop in side bar in
  Nautilus

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

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


[Bug 1478132] Re: When "Icons on Desktop" is off still no Desktop in side bar in Nautilus

2015-07-24 Thread The Unknown
** Description changed:

  I find that even when turning off "Icons on Desktop", that "Desktop"
  still does not appear as a place to which you can navigate to in the
  Nautilus side bar. I would expect it to, and then disappear again if the
  option gets disabled.
  
+ ---
+ 
  OS Information:
  
- No LSB modules are available.
- Distributor ID:   Ubuntu
- Description:  Ubuntu 15.04
- Release:  15.04
- Codename: vivid
- 
+ No LSB modules are available.
+ Distributor ID:   Ubuntu
+ Description:  Ubuntu 15.04
+ Release:  15.04
+ Codename: vivid
  
  Package Information:
  
- gnome-tweak-tool:
-   Installed: 3.14.2-2
-   Candidate: 3.14.2-2
-   Version table:
-  *** 3.14.2-2 0
- 500 http://gb.archive.ubuntu.com/ubuntu/ vivid/universe amd64 
Packages
- 100 /var/lib/dpkg/status
+ gnome-tweak-tool:
+   Installed: 3.14.2-2
+   Candidate: 3.14.2-2
+   Version table:
+  *** 3.14.2-2 0
+ 500 http://gb.archive.ubuntu.com/ubuntu/ vivid/universe amd64 
Packages
+ 100 /var/lib/dpkg/status

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

Title:
  When "Icons on Desktop" is off still no Desktop in side bar in
  Nautilus

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

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

[Bug 1479014] [NEW] "Cancel" button does not work at first when selecting user that is not listed on login screen

2015-07-28 Thread The Unknown
Public bug reported:

I am running Ubuntu Gnome 15.04, and I have recently noticed that when
logging in (not from suspend), if I click on "Not listed?", it takes me
to a place where I can enter the username, but if I have navigated to
this place accidentally, if I press "Cancel" nothing happens, until I
press "Next", then the little cog appears, and the "Cancel" button
functions as it should.

So I am filing this bug report as I should not need to press "Next", to
get the cog, and the "Cancel" button functioning normally.


---

OS Information:

No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 15.04
Release:15.04
Codename:   vivid

Package Information:

gdm:
  Installed: 3.14.1-0ubuntu3
  Candidate: 3.14.1-0ubuntu3
  Version table:
 *** 3.14.1-0ubuntu3 0
500 http://gb.archive.ubuntu.com/ubuntu/ vivid/universe amd64 
Packages
100 /var/lib/dpkg/status

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


** Tags: gnome3

** Tags added: gnome3

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

Title:
  "Cancel" button does not work at first when selecting user that is not
  listed on login screen

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

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


[Bug 1479014] Re: "Cancel" button does not work at first when selecting user that is not listed on login screen

2015-07-29 Thread The Unknown
Ok, I have now also reported the bug here:
https://bugzilla.gnome.org/show_bug.cgi?id=753004

** Bug watch added: GNOME Bug Tracker #753004
   https://bugzilla.gnome.org/show_bug.cgi?id=753004

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

Title:
  "Cancel" button does not work at first when selecting user that is not
  listed on login screen

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

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


[Bug 1479014] Re: "Cancel" button does not work at first when selecting user that is not listed on login screen

2015-07-29 Thread The Unknown
It appears that someone else already reported this bug here:
https://bugzilla.gnome.org/show_bug.cgi?id=752739 So my report has been
marked as duplicate.

** Bug watch added: GNOME Bug Tracker #752739
   https://bugzilla.gnome.org/show_bug.cgi?id=752739

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

Title:
  "Cancel" button does not work at first when selecting user that is not
  listed on login screen

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

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


[Bug 1479014] Re: "Cancel" button does not work at first when selecting user that is not listed on login screen

2015-07-29 Thread The Unknown
Just let me know how and I would be happy 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/1479014

Title:
  "Cancel" button does not work at first when selecting user that is not
  listed on login screen

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

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


[Bug 1479470] [NEW] Unable to set new alert sound default

2015-07-29 Thread The Unknown
Public bug reported:

I am running Ubuntu Gnome 15.04 (with Gnome Shell) with Gnome 3.14. And
I currently have the default alert sound "Drip", however I wanted to
change to "Sonar", so I went into "Settings > Sound > Sound effects",
and I tried just selecting the new sound I wanted and then closing the
window. That did not work so I tried going back and doubling-clicking,
right-clicking, etc... Nothing worked though...

I then tried it the command-line way, so I ran:

gsettings get org.gnome.desktop.sound theme-name

Which outputted:

'freedesktop'

So I then ran:

gsettings set org.gnome.desktop.sound theme-name 'sonar'

And checked that:

gsettings get org.gnome.desktop.sound theme-name

Outputted:

'Sonar'

And it did, but still, no change, still the "Drip" sound...

---

OS Information:

No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 15.04
Release:15.04
Codename:   vivid

Package Information:

gnome-control-center:
  Installed: 1:3.14.2-2ubuntu3
  Candidate: 1:3.14.2-2ubuntu3
  Version table:
 *** 1:3.14.2-2ubuntu3 0
500 http://gb.archive.ubuntu.com/ubuntu/ vivid/universe amd64 
Packages
100 /var/lib/dpkg/status

** Affects: ubuntu-gnome
 Importance: Undecided
 Status: New

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

** Also affects: gnome-control-center (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/1479470

Title:
  Unable to set new alert sound default

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

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


[Bug 1479487] [NEW] Count down until shutdown on dialog - feature request

2015-07-29 Thread The Unknown
Public bug reported:

I am running Ubuntu Gnome 15.04 (with Gnome 3.14) and I have noticed
that the dialog which asks you if you want to "Cancel", "Restart", or
"Shutdown", tells you that if you do not select an option within a
specified length of time, the machine will automatically shutdown.
However it would be more useful if this could actually also act as a
count down to tell you how much time you actually have left before the
machine automatically shutdown.

---

OS Information:

No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 15.04
Release:15.04
Codename:   vivid

Package Information:

gnome-shell:
  Installed: 3.14.4-0ubuntu1
  Candidate: 3.14.4-0ubuntu1
  Version table:
 *** 3.14.4-0ubuntu1 0
500 http://gb.archive.ubuntu.com/ubuntu/ vivid/universe amd64 
Packages
100 /var/lib/dpkg/status

** Affects: ubuntu-gnome
 Importance: Undecided
 Status: New

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

** Also affects: gnome-shell (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/1479487

Title:
  Count down until shutdown on dialog - feature request

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

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


[Bug 1479014] Re: "Cancel" button does not work at first when selecting user that is not listed on login screen

2015-07-30 Thread The Unknown
Yes I have, although I haven't really used git to do anything other than
cloning projects. How exactly do I apply it to the gnome-shell package
using quilt? I haven't used quilt before, but would be happy to learn!
Are there any guides  on this?

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

Title:
  "Cancel" button does not work at first when selecting user that is not
  listed on login screen

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

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


[Bug 1479014] Re: "Cancel" button does not work at first when selecting user that is not listed on login screen

2015-07-30 Thread The Unknown
Also, how do I get the patches from git? I think I know roughly how to
use git, but just not where the patches are...

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

Title:
  "Cancel" button does not work at first when selecting user that is not
  listed on login screen

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

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


[Bug 1479014] Re: "Cancel" button does not work at first when selecting user that is not listed on login screen

2015-07-30 Thread The Unknown
Wait, it's fine, I am figuring it out now...

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

Title:
  "Cancel" button does not work at first when selecting user that is not
  listed on login screen

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

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


[Bug 1479014] Re: "Cancel" button does not work at first when selecting user that is not listed on login screen

2015-07-30 Thread The Unknown
The only slight problem is that I can seem to find "authPrompt.js" in my
system anywhere... And neither can anyone else I have asked, and I am
definitely running the same version as the one that I got that does have
it with: "apt-get source gnome-shell".

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

Title:
  "Cancel" button does not work at first when selecting user that is not
  listed on login screen

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

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


[Bug 1479487] Re: Count down until shutdown on dialog not showing

2015-07-30 Thread The Unknown
Yes, I have sat there watching it for the whole time, it never counts
down.

** Summary changed:

- Count down until shutdown on dialog - feature request
+ Count down until shutdown on dialog not showing

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

Title:
  Count down until shutdown on dialog not showing

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

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


[Bug 1479014] Re: "Cancel" button does not work at first when selecting user that is not listed on login screen

2015-07-30 Thread The Unknown
Ok, everything is now going well, and it should be ready shortly.

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

Title:
  "Cancel" button does not work at first when selecting user that is not
  listed on login screen

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

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


[Bug 1479014] Re: "Cancel" button does not work at first when selecting user that is not listed on login screen

2015-07-30 Thread The Unknown
Ok, well I have packaged it up and done all of the changes, but it
appears as though you have already done it. If you haven't and want me
to give you the deb files, just let me know, if you have already done
it, then that is fine.

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

Title:
  "Cancel" button does not work at first when selecting user that is not
  listed on login screen

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

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


[Bug 1472607] Re: gsettings not sticking for Unity dash search

2015-07-08 Thread The Unknown
** Attachment added: "Dash_online_search_settings_off.png"
   
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/1472607/+attachment/4426341/+files/Dash_online_search_settings_off.png

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

Title:
  gsettings not sticking for Unity dash search

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

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


[Bug 1472607] [NEW] gsettings not sticking for Unity dash search

2015-07-08 Thread The Unknown
Public bug reported:

I have recently noticed that when going to "System Settings > Security &
Privacy > Search", and disabling the online search result option:

Dash_online_search_settings_off.png (attached)

That after a restart, the option has reset back to its default state:

Dash_online_search_settings_on.png (attached)

So the only workaround that I have found is to put:

/bin/bash -c "gsettings set com.canonical.Unity.Lenses remote-content-
search 'none'"

In the startup applications list. But it would be good if the gsetting
could just stick, and as this appears to be a bug with the setting not
sticking, I am filing this bug report.

There is also some talk of this issue here:
http://askubuntu.com/questions/645892/how-to-permanantly-turn-off-
online-results/

---

OS Information:

Description:Ubuntu 15.04
Release:15.04

Package Information:

libglib2.0-bin:
  Installed: 2.44.1-1ubuntu1
  Candidate: 2.44.1-1ubuntu1
  Version table:
 *** 2.44.1-1ubuntu1 0
500 http://gb.archive.ubuntu.com/ubuntu/ vivid-updates/main amd64 
Packages
100 /var/lib/dpkg/status
 2.44.0-1ubuntu3 0
500 http://gb.archive.ubuntu.com/ubuntu/ vivid/main amd64 Packages

** Affects: glib2.0 (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/1472607

Title:
  gsettings not sticking for Unity dash search

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

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


[Bug 1472607] Re: gsettings not sticking for Unity dash search

2015-07-08 Thread The Unknown
** Attachment added: "Dash_online_search_settings_on.png"
   
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/1472607/+attachment/4426342/+files/Dash_online_search_settings_on.png

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

Title:
  gsettings not sticking for Unity dash search

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

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


[Bug 1472614] [NEW] Upload progress bar - Feature request

2015-07-08 Thread The Unknown
Public bug reported:

It would be really useful, if, like in Google Chrome, for there to be
some kind of upload progress bar as well as a download progress bar in
Firefox. That is so that you would be able to tell the upload progress
of something you are uploading, such as a file.

** Affects: firefox (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/1472614

Title:
  Upload progress bar - Feature request

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

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


[Bug 1473058] [NEW] Menus refusing to close when clicking on their icon in panel often

2015-07-09 Thread The Unknown
Public bug reported:

After upgrading to Ubuntu 15.04, I am noticing that a lot of the time,
in the Unity panel, if I click on an icon, if I then click on it several
times again (at least 4 times, sometimes less or more), at some point,
when I then click on the icon, the menu refuses to close, and either
forces me to select an option, or just click off the menu. Sometimes all
it needs is one click, and the menu won't close the way it normally
does, and the way it was opened. Although I can then change to another
menu, that one also won't close, this is the same with all items along
the Unity panel at any time, including the option menus for different
applications.

---

OS Information:

Description:Ubuntu 15.04
Release:15.04

Package Information:


unity:
  Installed: 7.3.2+15.04.20150420-0ubuntu1
  Candidate: 7.3.2+15.04.20150420-0ubuntu1
  Version table:
 *** 7.3.2+15.04.20150420-0ubuntu1 0
500 http://gb.archive.ubuntu.com/ubuntu/ vivid/main amd64 Packages
100 /var/lib/dpkg/status

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

Title:
  Menus refusing to close when clicking on their icon in panel often

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

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


[Bug 1288593] Re: Please include SHA256 or SHA512 hashes on Ubuntu Hashes page

2015-07-09 Thread The Unknown
** Also affects: ubuntu-docs
   Importance: Undecided
   Status: New

** Project changed: ubuntu-docs => ubuntu-cdimage

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

Title:
  Please include SHA256 or SHA512 hashes on Ubuntu Hashes page

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

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


[Bug 1474821] [NEW] Lower case letter in "TCP-UNKNOwN" causing problems

2015-07-15 Thread The Unknown
Public bug reported:

I have recently noticed that when setting the colour codes for protocols
(so that they only ever use a certain specified colour, if the colour is
specified) that the protocol "TCP-UNKNOwN" has a lower case letter in
it, which means that because the colour coding settings only accept
capital letters for protocol names that setting a colour for that
protocol actually does the opposite of its intentions, as no protocol is
called "TCP-UNKNOWN", and thus meaning that the protocol called "TCP-
UNKNOwN" can't use that colour, and nor can any other protocol.

---

OS Information:

Description:Ubuntu 15.04
Release:15.04

Package Information:

etherape:
  Installed: 0.9.13-1
  Candidate: 0.9.13-1
  Version table:
 *** 0.9.13-1 0
500 http://gb.archive.ubuntu.com/ubuntu/ vivid/universe amd64 
Packages
100 /var/lib/dpkg/status

** Affects: etherape (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/1474821

Title:
  Lower case letter in "TCP-UNKNOwN" causing problems

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

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


[Bug 1450565] Re: Purple hanging screen on startup and black screen when awakening from suspend

2015-05-02 Thread The Unknown
apport information

** Tags added: apport-collected compiz-0.9 ubuntu vivid

** Description changed:

  I am finding that after upgrading from Ubuntu 14.10 to Ubuntu 15.04 that
  when my machine starts up and I get to the login screen that the entire
  screen just suddenly goes purple, although I can see and move the mouse.
  And when awaking my machine from suspend that I get the same, except it
  is a black screen, and unlike with the purple screen, does not flash the
  login screen before becoming the solid colour. I first noticed the
  purple screen today (and have had 15.04 for 4 days now), but since I
  upgraded I have been having the black screen when awaking from suspend,
  sometimes I worry that the black screen will just never go away, because
  each time it stays there slightly longer, probably the first time was
  about 5 seconds, now maybe 15, I dread to think what it will get to, and
  I suspect that I will be seeing more of the purple screen too now that
  it has showed its face.
  
  ---
  
  OS Information:
  
  Description:  Ubuntu 15.04
  Release:  15.04
  
  Package Information:
  
  xorg:
Installed: 1:7.7+7ubuntu4
Candidate: 1:7.7+7ubuntu4
Version table:
   *** 1:7.7+7ubuntu4 0
  500 http://gb.archive.ubuntu.com/ubuntu/ vivid/main amd64 Packages
  100 /var/lib/dpkg/status
+ --- 
+ .tmp.unity.support.test.0:
+  
+ ApportVersion: 2.17.2-0ubuntu1
+ Architecture: amd64
+ CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
+ CompositorRunning: compiz
+ CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
+ CompositorUnredirectFSW: true
+ CurrentDesktop: Unity
+ DistUpgraded: 2015-04-25 22:47:31,871 DEBUG enabling apt cron job
+ DistroCodename: vivid
+ DistroRelease: Ubuntu 15.04
+ DistroVariant: ubuntu
+ ExtraDebuggingInterest: Yes
+ GraphicsCard:
+  Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
+Subsystem: Lenovo Device [17aa:5002]
+ InstallationDate: Installed on 2015-04-25 (7 days ago)
+ InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
+ MachineType: LENOVO 62742SG
+ Package: xorg 1:7.7+7ubuntu4
+ PackageArchitecture: amd64
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-15-generic 
root=UUID=b2f59f26-880b-4508-a58e-e3e34aecd020 ro
+ ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
+ Tags:  vivid ubuntu compiz-0.9
+ Uname: Linux 3.19.0-15-generic x86_64
+ UpgradeStatus: Upgraded to vivid on 2015-04-25 (6 days ago)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ _MarkForUpload: True
+ dmi.bios.date: 11/15/2012
+ dmi.bios.vendor: LENOVO
+ dmi.bios.version: H5ET69WW (1.12 )
+ dmi.board.asset.tag: Not Available
+ dmi.board.name: 62742SG
+ dmi.board.vendor: LENOVO
+ dmi.board.version: Win8 Pro DPK IPG
+ dmi.chassis.asset.tag: No Asset Information
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: LENOVO
+ dmi.chassis.version: Not Available
+ dmi.modalias: 
dmi:bvnLENOVO:bvrH5ET69WW(1.12):bd11/15/2012:svnLENOVO:pn62742SG:pvrLenovoB590:rvnLENOVO:rn62742SG:rvrWin8ProDPKIPG:cvnLENOVO:ct10:cvrNotAvailable:
+ dmi.product.name: 62742SG
+ dmi.product.version: Lenovo B590
+ dmi.sys.vendor: LENOVO
+ version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
+ version.ia32-libs: ia32-libs N/A
+ version.libdrm2: libdrm2 2.4.60-2
+ version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.2-0ubuntu1
+ version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
+ version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.2-0ubuntu1
+ version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3
+ version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
+ version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.5.0-1ubuntu2
+ version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917-1~exp1ubuntu2build1
+ version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1
+ xserver.bootTime: Sat May  2 21:41:41 2015
+ xserver.configfile: default
+ xserver.errors:
+  
+ xserver.logfile: /var/log/Xorg.0.log
+ xserver.outputs:
+  product id 827 
+  vendor LGD
+ xserver.version: 2:1.17.1-0ubuntu3

** Attachment added: "BootLog.txt"
   
https://bugs.launchpad.net/bugs/1450565/+attachment/4389712/+files/BootLog.txt

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

Title:
  Purple hanging screen on startup and black screen when awakening from
  suspend

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

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


[Bug 1450565] Dependencies.txt

2015-05-02 Thread The Unknown
apport information

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

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

Title:
  Purple hanging screen on startup and black screen when awakening from
  suspend

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

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


[Bug 1450565] ProcInterrupts.txt

2015-05-02 Thread The Unknown
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1450565/+attachment/4389726/+files/ProcInterrupts.txt

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

Title:
  Purple hanging screen on startup and black screen when awakening from
  suspend

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

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


  1   2   >