[Desktop-packages] [Bug 1292041] Re: Lockscreen doesn't turn off the screen

2022-03-06 Thread Mike Chelen
This is still occurring on 20.04 with:
AMD® Radeon rx 5600 xt
Dell U3219Q
Connected by DisplayPort

#50 describes reproduction steps
#63 describes workaround

Despite workaround, the bug *still exists* in 20.04 with single monitor
and there do not seem to be any open bugs tracking this issue.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-screensaver in Ubuntu.
https://bugs.launchpad.net/bugs/1292041

Title:
  Lockscreen doesn't turn off the screen

Status in OEM Priority Project:
  Fix Released
Status in OEM Priority Project trusty series:
  Fix Released
Status in Unity:
  Fix Released
Status in gnome-screensaver package in Ubuntu:
  Invalid
Status in unity package in Ubuntu:
  Fix Released

Bug description:
  [ATTENTION] This bug report is strictly for lockscreen. When user
  activates lockscreen with Ctrl+Alt+L or Super+L shortcut or from
  indicator-session the screen should blank off after a couple seconds.

  The new Unity lock screen doesn't turn off the monitor screen.

  I can wait as long as 10 minutes after activating the lock screen and
  the monitor still doesn't turn off. Then when I unlock the screen and
  don't use mouse or keyboard monitor will turn off (it's about 5
  seconds after unlocking).

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1292041/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1502476] Re: Totem menubar is displayed in fullscreen mode during gnome-flaskback session

2017-03-17 Thread Mike Chelen
Confirmed on Ubuntu Gnome 16.10

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to totem in Ubuntu.
https://bugs.launchpad.net/bugs/1502476

Title:
  Totem menubar is displayed in fullscreen mode during gnome-flaskback
  session

Status in totem package in Ubuntu:
  Confirmed

Bug description:
  The menubar of Totem video player doesn't hide in fullscreen mode when
  I use gnome-flashback session.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1641380] Re: chromium-browser: ERR_CERTIFICATE_TRANSPARENCY_REQUIRED for Symantec certs

2016-11-14 Thread Mike Chelen
Quick reminder that Firefox does not suffer from this bug, if you need a
desktop browser to use.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to chromium-browser in Ubuntu.
https://bugs.launchpad.net/bugs/1641380

Title:
  chromium-browser: ERR_CERTIFICATE_TRANSPARENCY_REQUIRED for Symantec
  certs

Status in chromium-browser package in Ubuntu:
  Confirmed

Bug description:
  Chromium browser in xenial no longer trusts Symantec issued
  certificates. See [1].

  1. https://bugs.chromium.org/p/chromium/issues/detail?id=664177

  Ubuntu release: 16.04
  chromium-browser: 53.0.2785.143-0ubuntu0.16.04.1.1254

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1641380/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1257406] Re: gedit highlighting class in js

2014-03-07 Thread Mike Chelen
Workaround is to edit javascript.lang for example in Ubuntu 13.04:

/usr/share/gtksourceview-2.0/language-specs/javascript.lang

Comment out the class keyword in the future-words section:
context id=future-words style-ref=future-words
  !-- keywordclass/keyword --

This issue comes up when working with jQuery, for example:
$div = $('div', {class:'foo'});

Same problem also occurs in gtksourceview3

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gtksourceview2 in Ubuntu.
https://bugs.launchpad.net/bugs/1257406

Title:
  gedit highlighting class in js

Status in “gtksourceview2” package in Ubuntu:
  Confirmed

Bug description:
  According to this post, the word class can be used as an object property name 
in JavaScript:
  stackoverflow.com/questions/7022397/

  But in Gedit, the class keyword is red everywhere in the document.
  That's quite annoying.

  class = xyz; //This is wrong, is highlighted
  foo.class = xyz; //This is right but is also highlighted

  Would you fix it, please?

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp