[Bug 231841] Multiple encrypted partitions: password prompt needs additional info

bugzilla at redhat.com bugzilla at redhat.com
Sun Apr 13 18:17:38 UTC 2008


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Multiple encrypted partitions: password prompt needs additional info


https://bugzilla.redhat.com/show_bug.cgi?id=231841





------- Additional Comments From selinux at gmail.com  2008-04-13 14:17 EST -------
How about this patch for starters?

--- gnome-mount.c	2008-04-13 11:10:02.000000000 -0700
+++ gnome-mount.c.new	2008-04-13 11:10:56.000000000 -0700
@@ -2230,7 +2230,7 @@
 	notify_parent (TRUE);
 
 	prompt = g_strdup_printf (
-		_("The storage device %s contains encrypted data. Enter a password to
unlock."), drive_name);
+		_("The storage device %s contains encrypted data. Enter a password to unlock
%s."), drive_name, get_dev_file (volume, drive));
 	
 	dialog = gnome_password_dialog_new (_("Unlock Encrypted Data"), prompt, NULL,
NULL, FALSE);
 	g_free (prompt);

Apologize if I have the diff backwards.

I've tested this on my system and this appears to add the dev-name for the Luks
partition being mounted.  This is a start.

I'll attach below a screenshot of the new dialog box.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the fedora-triage-list mailing list