[Bug 580408] Re: Option 'No' at question 'Continue without installing GRUB?' does nothing. Forced to answer 'Yes'.

2021-08-06 Thread Daniel Alonso
Sorry I forgot to add my current version:

$ cat /etc/os-release 
NAME="Ubuntu"
VERSION="20.04.2 LTS (Focal Fossa)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 20.04.2 LTS"
VERSION_ID="20.04"

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

Title:
  Option 'No' at question 'Continue without installing GRUB?' does
  nothing. Forced to answer 'Yes'.

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


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

[Bug 580408] Re: Option 'No' at question 'Continue without installing GRUB?' does nothing. Forced to answer 'Yes'.

2021-08-06 Thread Daniel Alonso
I got same behavior during a "Software Updater" session.
A window with "shim-signed" title lists "GRUB install devices", from there I 
pick /dev/sda1, then after clicking "Next" button comes next checkbox "Continue 
without installing GRUB?", and there if I keep as "no" it goes back to first 
screen. The only way to "finish" the process is by selecting the "Continue 
without installing GRUB?" checkbox in second screen.

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

Title:
  Option 'No' at question 'Continue without installing GRUB?' does
  nothing. Forced to answer 'Yes'.

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


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

[Bug 1886732] Re: Shotwell fails to import and wrongly reports "photo library folder was not writable"

2020-07-08 Thread Daniel Alonso
Thank you Sebastien, I've followed your advise and submitted
https://gitlab.gnome.org/GNOME/shotwell/-/issues/267

** Bug watch added: gitlab.gnome.org/GNOME/shotwell/-/issues #267
   https://gitlab.gnome.org/GNOME/shotwell/-/issues/267

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

Title:
  Shotwell fails to import and wrongly reports "photo library folder was
  not writable"

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

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

[Bug 1886732] [NEW] Shotwell fails to import and wrongly reports "photo library folder was not writable"

2020-07-07 Thread Daniel Alonso
Public bug reported:

1) Ubuntu version: Ubuntu 20.04 LTS

2) shotwell package version: 0.30.10-0ubuntu0.1

3) 
 a. I'm performing "Import from folder" from an external drive. 
 b. This external drive is formatted as HFS+, comes from a Mac, and by default 
it's mounted as read-only, which is OK.
 c. As result of the import, some files (both photos and videos) are imported 
ok, while some others don't.
 d. For those which are not imported, the error reported in the UI is "953 
photos/videos failed to import because the photo library folder was not 
writable", which doesn't make sense, as some others were imported.

Looking further, I came to found in ~/.cache/shotwell/shotwell.log the
following pattern:

L 3733 2020-07-07 20:47:09 [WRN] BatchImport.vala:1840: Unable to perform MD5 
checksum on file : Error opening file : Permission 
denied
L 3733 2020-07-07 20:47:09 [WRN] BatchImport.vala:1405: Import failure 
: File write error

By checking the code, I see convert_error method maps several different error 
codes to ImportResult.FILE_WRITE_ERROR
In particular, lines 124 and 125 map IOError.PERMISSION_DENIED to 
ImportResult.FILE_WRITE_ERROR

else if (ioerr is IOError.PERMISSION_DENIED)
return ImportResult.FILE_WRITE_ERROR;

But in this case, the permission denied came from the read, and not from the 
write.
BTW: Permission denied has to do with different permissions for those files, so 
it's ok to not have been imported.

4) It's ok for Shotwell to fail importing files without read permission,
but the error message confuses the user, which may understand Shotwell
library got corrupted (as on same operation some files were imported and
some others don't). A better error message could be "953 photos/videos
failed to import because permission was denied to read the source files"

** Affects: shotwell (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/1886732

Title:
  Shotwell fails to import and wrongly reports "photo library folder was
  not writable"

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

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