[Dx-packages] [Bug 422511] Re: problem with new scrollbar in Human theme - GtkRange::trough-border set to 2

2018-05-24 Thread Bug Watch Updater
** Changed in: firefox
   Status: New => Unknown

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to human-theme in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/422511

Title:
  problem with new scrollbar in Human theme - GtkRange::trough-border
  set to 2

Status in elementary Stylesheet:
  Won't Fix
Status in Mozilla Firefox:
  Unknown
Status in GTK+:
  Expired
Status in human-theme:
  New
Status in LibGTK:
  New
Status in gtk+2.0 package in Ubuntu:
  Triaged
Status in human-theme package in Ubuntu:
  Confirmed
Status in seamonkey package in Ubuntu:
  New

Bug description:
  The new scrollbar in Karmic's Human theme has a usability bug:
  To reproduce, open nautilus, maximize the window, then open a directory with 
enough files to cause the scrollbar to appear (e.g. /lib). Now move your mouse 
to the right edge of the screen, and left click. Instead of grabbing the scroll 
bar, the mouse will behave as if you had clicked the scrollbar background, i.e. 
the bar will jump to that position (in Firefox, nothing happens). The problem 
is that the bar doesn't extend to the right edge, leaving a two pixel margin, 
but because of Fitts' law, it's much easier to click on the screen edge than 
the few pixels to the left of it.

  The cause of this is GtkRange::trough-border being set to 2. Setting
  it to 0 removes the margin around the bar.

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

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


[Dx-packages] [Bug 1554878] Re: fix up usage of XDG_CURRENT_DESKTOP

2018-05-24 Thread Bug Watch Updater
** Changed in: glib
   Status: Confirmed => Expired

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to indicator-bluetooth in Ubuntu.
https://bugs.launchpad.net/bugs/1554878

Title:
  fix up usage of XDG_CURRENT_DESKTOP

Status in GLib:
  Expired
Status in Python XDG App:
  Confirmed
Status in empathy package in Ubuntu:
  Fix Released
Status in eog package in Ubuntu:
  Fix Released
Status in gnome-control-center package in Ubuntu:
  Fix Released
Status in indicator-bluetooth package in Ubuntu:
  Fix Released
Status in nautilus package in Ubuntu:
  Fix Released
Status in totem package in Ubuntu:
  Fix Released
Status in unity-control-center package in Ubuntu:
  Fix Released
Status in unity-settings-daemon package in Ubuntu:
  Fix Released
Status in yelp package in Ubuntu:
  Fix Released

Bug description:
  Since being standardised XDG_CURRENT_DESKTOP supports specifying
  multiple Desktop Names seperated by a colon, however many of the
  patches in Ubuntu pre-date this change so don't correctly support the
  current format in some cases.

  These days XDG_CURRENT_DESKTOP will look something like
  Unity
  GNOME (gnome-shell)
  GNOME-Classic:GNOME (gnome-shell classic mode)
  GNOME-Flashback:Unity (Flashback sesison, although upstream and debian use 
GNOME-Flashack:GNOME for this)

  Many of the patches only check for == "Unity" or == "GNOME", so
  misbehave for the latter cases in the list above.

  I suspect this will be more widespread than just nautilus, but fixing
  that would be a good start. Since most of this code is still Ubuntu
  specific (upstream mainly use XDG_CURRENT_DESKTOP for onlyShowIn etc),
  probably taking the last value in the string would get the desired
  result of Unity vs GNOME3 behaviour

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: nautilus 1:3.18.4.is.3.14.3-0ubuntu2
  ProcVersionSignature: Ubuntu 4.4.0-8.23-generic 4.4.2
  Uname: Linux 4.4.0-8-generic x86_64
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Wed Mar  9 15:04:36 2016
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to xenial on 2015-11-28 (102 days ago)

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

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


[Dx-packages] [Bug 1773260] [NEW] It doesn't have the i40evf module in ubuntu 18.04 cloud image

2018-05-24 Thread wangli
Public bug reported:

I downloaded ubuntu-18.04-server-cloudimg-amd64.img from [1] and create a KVM 
instance with it.
After I assigned a xl710 vf to the instance , I could not find the interface in 
the instance.

After researching, I found that there is no i40evf.ko in the image,
however the driver module is built to module from the kernel config
located in /boot/config-4.15.0-20-generic

root@ubuntu:~# modinfo i40evf
modinfo: ERROR: Module i40evf not found.
root@ubuntu:~# cat /boot/config-4.15.0-20-generic | grep I40EVF
CONFIG_I40EVF=m

Does anybody know why?

Thanks very much.

[1]:http://uec-
images.ubuntu.com/releases/releases/18.04/release/ubuntu-18.04-server-
cloudimg-amd64.img

** Affects: compiz-plugins-main (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to compiz-plugins-main in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1773260

Title:
  It doesn't have the i40evf module in ubuntu 18.04 cloud image

Status in compiz-plugins-main package in Ubuntu:
  New

Bug description:
  I downloaded ubuntu-18.04-server-cloudimg-amd64.img from [1] and create a KVM 
instance with it.
  After I assigned a xl710 vf to the instance , I could not find the interface 
in the instance.

  After researching, I found that there is no i40evf.ko in the image,
  however the driver module is built to module from the kernel config
  located in /boot/config-4.15.0-20-generic

  root@ubuntu:~# modinfo i40evf
  modinfo: ERROR: Module i40evf not found.
  root@ubuntu:~# cat /boot/config-4.15.0-20-generic | grep I40EVF
  CONFIG_I40EVF=m

  Does anybody know why?

  Thanks very much.

  [1]:http://uec-
  images.ubuntu.com/releases/releases/18.04/release/ubuntu-18.04-server-
  cloudimg-amd64.img

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

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