[Bug 1875528] Re: Extra frozen / stuck mouse cursor after auto screen lock / sleep

2020-07-31 Thread Greg Williams
@Syver Stensholt,

I don't think it's possible to screenshot it. The screenshot does not
capture the cursor even though it's there when the screenshot is taken.

When I notice the 2nd fixed mouse cursor icon, if I reboot the machine,
it goes away. But then at some point the 2nd fixed mouse cursor will
appear again.

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

Title:
  Extra frozen / stuck mouse cursor after auto screen lock / sleep

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

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

[Bug 1830613] [NEW] Provide UI and API for customizing date/time formats

2019-05-27 Thread Greg Williams
Public bug reported:

Linux should be able to support customized date/time formats like
Microsoft Windows can. It is a hair-pulling experience to try to get ISO
8601 date/time format implemented throughout a Linux desktop install.

As mentioned in this Mozilla bug report at Comment 20
(https://bugzilla.mozilla.org/show_bug.cgi?id=1426907), developer Zibi
Braniecki says,


"Yes, we do more on Windows, than we do on Linux. The reason being that Windows 
provides UI and API for us to read customized date/time patterns for styles 
short/medium/long.

Which means that we can fetch the *pattern* from the OS, and *localize*
it using our own CLDR resources. This means, that if on Windows you'll
tell us you want a date "{day} {month} {year}", and in Gecko you'll
specify you want Polish language we'll present you a date "25 sierpnia
2018", which will fit properly into your UI localization.

On the other hand on Linux, we do not have a way to retrieve a pattern,
that we could then localize."


This is terrible that Linux support for ISO 8601 date/time format is poor. 
Please fix this!

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

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

Title:
  Provide UI and API for customizing date/time formats

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

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

[Bug 1687246] Re: GNOME Shell should support fractional (non-integer) Hi-DPI scaling

2018-01-24 Thread Greg Williams
Will the work being done here benefit GNOME installs in general (e.g.,
Gnome-shell without Ubuntu), or does it only apply to Ubuntu installs)?

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

Title:
  GNOME Shell should support fractional (non-integer) Hi-DPI scaling

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

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

[Bug 1701757] Re: 17.04 (Zesty) does not source ~/.profile for umask

2017-07-12 Thread Greg Williams
Excuse me, but is it fair to rank this bug as "Low" importance? There
appears to be no way to change the default umask on account of this bug.
Umask setting carries privacy and security considerations depending on
environment.

I think it of considerable importance to at least make sure this bug is
fixed in time for Ubuntu 17.10.

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

Title:
  17.04 (Zesty) does not source ~/.profile for umask

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

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


[Bug 1701757] Re: 17.04 (Zesty) does not source ~/.profile for umask

2017-07-06 Thread Greg Williams
Ubuntu bug 1685754 seems specific to gnome-terminal. The bug I reported
is for all gnome-session apps. Gnome-terminal can be made to work if a
umask is added to .bashrc. This is not the case for other gnome apps
like gedit. These bugs may be the same, but I don't know enough to be
able to make that call.

I don't know for sure, but is this gnome bug might be related:
https://bugzilla.gnome.org/show_bug.cgi?id=780622


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

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

Title:
  17.04 (Zesty) does not source ~/.profile for umask

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

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


[Bug 1701757] Re: 17.04 (Zesty) does not source ~/.profile for umask

2017-07-03 Thread Greg Williams
** Summary changed:

- 17.04 (Zesty) does not source ~/.profile
+ 17.04 (Zesty) does not source ~/.profile for umask

** Information type changed from Public to Public Security

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

Title:
  17.04 (Zesty) does not source ~/.profile for umask

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

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


[Bug 1701757] [NEW] 17.04 (Zesty) does not source ~/.profile

2017-06-30 Thread Greg Williams
Public bug reported:

I have always set umask at ~/.profile and gnome-session would source
this. But in Zesty, this isn't happening, and I can find no way to set a
umask default of my choosing for the gnome-session.

Creating a document using gedit always produces the default
(unchangeable) permission represented by umask 022.

If I adjust umask at ~/.bashrc, creating a document in nano or vi works
to get a different umask. But Ubuntu users should be able to adjust
umask for GTK3 apps (like gedit) as well.

If there is a new way to set ~/.profile variables, the documentation
needs to be updated to reflect this so people know how to set them.

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

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

Title:
  17.04 (Zesty) does not source ~/.profile

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

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


[Bug 1631713] Re: Gnome wayland session doesn't source ~/.profile

2017-06-29 Thread Greg Williams
In 17.04, the Xsession doesn't source ~/.profile. It's not limited to
wayland. Does anybody know a way to change the default umask in 17.04?
Setting umask at ~/.profile has no effect.


Is this bug in any way related to 
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1685754

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

Title:
  Gnome wayland session doesn't source ~/.profile

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

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


[Bug 1685754] Re: gnome-terminal unduly forces umask=0022

2017-06-29 Thread Greg Williams
Isn't this a gnome-session bug?

In 17.04, setting umask in $HOME/.profile has no effect on the gnome-
session. Setting umask at /.profile does work in 16.04 though.

Setting umask in /.bashrc has an effect ONLY in gnome-terminal apps like
nano and vi. But users still have no way to set default umask for gnome
apps like LibreOffice and gedit.

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

Title:
  gnome-terminal unduly forces umask=0022

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

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


[Bug 1682171] Re: No way to disable tap-to-click in Mouse & Touchpad settings

2017-04-13 Thread Greg Williams
I disabled /org/gnome/desktop/peripherals/touchpad/tap-to-click before
reporting here. I can confirm that it has no effect.

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

Title:
  No way to disable tap-to-click in Mouse & Touchpad settings

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

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


[Bug 1682167] Re: location services says it is in use even though it is disabled and nothing is using it

2017-04-12 Thread Greg Williams
** Attachment added: "Screenshot showing location-services disabled but icon 
still showing"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/1682167/+attachment/4860741/+files/location-services.png

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

Title:
  location services says it is in use even though it is disabled and
  nothing is using it

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

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


[Bug 1682171] [NEW] No way to disable tap-to-click in Mouse & Touchpad settings

2017-04-12 Thread Greg Williams
Public bug reported:

Using Ubuntu-Gnome 17.04.

There is no option for disabling tap-to-click in the Mouse & Touchpad
settings.

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


** Tags: zesty

** Attachment added: "Screenshot showing no way to disable tap-to-click"
   
https://bugs.launchpad.net/bugs/1682171/+attachment/4860740/+files/tap-to-click.png

** Tags added: zesty

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

Title:
  No way to disable tap-to-click in Mouse & Touchpad settings

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

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


[Bug 1682167] [NEW] location services says it is in use even though it is disabled and nothing is using it

2017-04-12 Thread Greg Williams
Public bug reported:

Using Ubuntu-Gnome 17.04.

location services says it is in use even though it is disabled and
nothing is using it. Gnome-maps and gnome-weather are not running.

Looks like it might be related to this Gnome bug:
https://bugzilla.gnome.org/show_bug.cgi?id=778691

As it is right now, the location services indicator/icon perpetually
shows in the top panel even though nothing is using location services.

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


** Tags: zesty

** Tags added: zesty

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

Title:
  location services says it is in use even though it is disabled and
  nothing is using it

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

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


[Bug 1626347] [NEW] Blank screen after logging in with GDM

2016-09-21 Thread Greg Williams
Public bug reported:

Installed Ubuntu 16.04.1 fresh. Computer boots fine and lands on GDM. I
login and a blank screen appears with a mouse cursor. I can move the
mouse all around but I never can get anything to appear on the screen.

Using Intel Sandy Bridge graphics. Installed 12.04 and 14.04 on same
laptop. Never had this problem with either of the previous ubuntus.

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

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

Title:
  Blank screen after logging in with GDM

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

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


[Bug 1314820] [NEW] locale date-time format not displayed in 14.04-nautilus

2014-04-30 Thread Greg Williams
Public bug reported:

ubuntu 14.04's version of Nautilus has omitted a critically important
feature for a File Manager to have: ISO date-time format.

In ubuntu 12.04's version of nautilus an ISO date-time setting was
offered in the Preferences Display tab ( dconf-editor setting existed as
well). MAKING MATTERS WORSE: 14.04 Nautilus does not even display
correct date-time format when the locale is set to one that defaults to
the international standard [e.g., System Settings > Language Support >
Regional Formats = English (Denmark)]

Ubuntu's file manager should display the international standard for
date-time format. At a minimum, it should be a setting option/preference
that users can choose.

It is a bug to NOT have an ISO date-time format option in a File
Manager.

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

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

Title:
  locale date-time format not displayed in 14.04-nautilus

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

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


[Bug 1314821] [NEW] 14.04-nautilus does NOT display proper date-time format for locale

2014-04-30 Thread Greg Williams
Public bug reported:

ubuntu 14.04's version of Nautilus has omitted a critically important
feature for a File Manager to have: ISO date-time format.

In ubuntu 12.04's version of nautilus an ISO date-time setting was
offered in the Preferences Display tab ( dconf-editor setting existed as
well). MAKING MATTERS WORSE: 14.04 Nautilus does not even display
correct date-time format when the locale is set to one that defaults to
the international standard [e.g., System Settings > Language Support >
Regional Formats = English (Denmark)]

Ubuntu's file manager should display the international standard for
date-time format. At a minimum, it should be a setting option/preference
that users can choose.

It is a bug to NOT have an ISO date-time format option in a File
Manager.

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

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

Title:
  14.04-nautilus does NOT display proper date-time format for locale

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

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