[Desktop-packages] [Bug 1878076] Re: GTK save-dialogs input-focus moves from filename to file search if a folder is selected

2023-03-13 Thread Luca Bacci
Hi everyone! This issue is fixed in
https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/4674, maybe it could
be backported to Ubuntu 22.04?

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

Title:
  GTK save-dialogs input-focus moves from filename to file search if a
  folder is selected

Status in GTK+:
  New
Status in gtk+3.0 package in Ubuntu:
  Triaged
Status in gtk4 package in Ubuntu:
  Triaged

Bug description:
  This bug is also reported on GNOME's GTK GitLab:
  https://gitlab.gnome.org/GNOME/gtk/issues/326

  ## Steps to reproduce
   1. Open any GTK app which uses save dialogs (e.g. gedit)
   2. Press save
   3. A save dialog appears and the filename is highlighted (if typing at this 
point you edit the file name)
   4. Click on a different folder (e.g. Downloads)
   5. The filename is still highlighted, hinting that the focus is still there
   6. Type and find yourself searching for a file in the selected folder 

  -- Current behavior --
  The higlighting (on the file name) hints a focus which is not the actual 
input focus, and the actual input focus (the search bar) is hidden until one 
starts to type, which I think to be confusing and unexpected. Also, clicking 
back on the highlighted filename you lose the highlighting, so you have to 
highlight again some already highlighted text; I think this to be confusing and 
counterintuitive.

  -- Expected outcome --
  Highlighting and focus need to match. If they don't that's a UX bug, and 
there are several options to solve it, some examples:
  - keep highlighting as is and keep focus on the filename, this whould require 
finding a different path for file search (I think this is the most productive 
option, because I assume a user wants to change the folder and eventually 
rename or name the file, which I consider more likely than a user wanting to 
search for a file within a save-file dialog);
  - keep filesearch as is, but show its bar before typing begins, and remove 
any highlighting from filename.

  For reference, Windows 10's native save-file dialogs disables the
  highlighting when clicking on a different folder. Typing does nothing
  at that point.

  Tested on gedit 3.36.1 on Ubuntu 20.04.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: libgtk-3-0 3.24.18-1ubuntu1
  ProcVersionSignature: Ubuntu 5.4.0-29.33-generic 5.4.30
  Uname: Linux 5.4.0-29-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: GNOME
  Date: Mon May 11 21:53:37 2020
  InstallationDate: Installed on 2020-04-03 (37 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Beta amd64 (20200401)
  SourcePackage: gtk+3.0
  UpgradeStatus: No upgrade log present (probably fresh install)
  mtime.conffile..etc.apport.crashdb.conf: 2020-05-04T10:26:46.106768

To manage notifications about this bug go to:
https://bugs.launchpad.net/gtk/+bug/1878076/+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 1999167] [NEW] Backport two patches from the GTK 4.6 maintenance branch

2022-12-08 Thread Luca Bacci
Public bug reported:

This is a request to update the libgtk-4-1 package to include two
important patches merged upstream into the gtk-4-6 stable branch:

* https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/4714
* https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/5288

See https://gitlab.gnome.org/GNOME/gtk/-/issues/2638#note_1612970

Thanks!

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


** Tags: patch-accepted-upstream

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

Title:
  Backport two patches from the GTK 4.6 maintenance branch

Status in gtk4 package in Ubuntu:
  New

Bug description:
  This is a request to update the libgtk-4-1 package to include two
  important patches merged upstream into the gtk-4-6 stable branch:

  * https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/4714
  * https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/5288

  See https://gitlab.gnome.org/GNOME/gtk/-/issues/2638#note_1612970

  Thanks!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk4/+bug/1999167/+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 1164753] Re: boots to a black screen with a cursor

2014-05-06 Thread Luca Bacci
it happens to me too. I have arch linux, installed just a few days ago,
so everything is up to date, and I'm using gtk3 greeter. I got lightdm
trough lightdm-bzr package, so it is compiled directly from the
development trunk. What's strange is that sometimes it loads right, and
sometimes i get a black screen with just the cursor, I have to blindly
type the password and press enter. Then my desktop environment loads and
everything is ok. The black screen happens very often, about 50% of the
time, while for the remaining 50% it displays correctly. What's very
strange is that seems to be very random.

I use it on an old laptop, it has an old intel gma900 graphic chip,
using xfree86 intel driver. dunno if matters though, xfce and awesome
are fine, so I don't think the problem is related to X.

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

Title:
  boots to a black screen with a cursor

Status in “lightdm” package in Ubuntu:
  Confirmed

Bug description:
  After the splash screen on boot, I get taken to a black screen which
  has an active cursor.

  I have to switch to tty1 (or another tty) and run the following:
   sudo service lightdm restart

  Then I get taken to the lightdm login screen.

  I'm not sure why it isn't starting properly, happy to help diagnose
  though.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: lightdm 1.5.3-0ubuntu1
  ProcVersionSignature: Ubuntu 3.8.0-16.26-generic 3.8.5
  Uname: Linux 3.8.0-16-generic x86_64
  ApportVersion: 2.9.2-0ubuntu5
  Architecture: amd64
  Date: Fri Apr  5 11:25:51 2013
  InstallationDate: Installed on 2012-04-26 (343 days ago)
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  MarkForUpload: True
  SourcePackage: lightdm
  UpgradeStatus: Upgraded to raring on 2013-02-22 (41 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1164753/+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