Displaying 6 results from an estimated 6 matches for "_back".
Did you mean:
back
2007 Apr 19
1
Mime Type in Nautilus
...eone guide me to solve a strange behaviour of Nautilus, when I
want to click on a JPEG file that has a .jpg extension I receive this
message and eod refuses to launch:
>=-=-=-=-=-=-=-=-=-=-=-=-=-=-8<-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Cannot open Cactus -'Ot 'N' Sweaty(1972)_back.jpg
The filename "Cactus -'Ot 'N' Sweaty(1972)_back.jpg" indicates that this
file is of type "jpg document". The contents of the file indicate that
the file is of type "JPEG image". If you open this file, the file might
present a security risk to your syste...
2017 Mar 21
1
[PATCH] p2v: gui: Change mnemonics so 's' is not used twice (RHBZ#1379289).
...ble_attach (output_tbl, oc_label,
0, 1, 1, 2, GTK_FILL, GTK_FILL, 1, 1);
set_alignment (oc_label, 1., 0.5);
@@ -908,7 +908,7 @@ create_conversion_dialog (struct config *config)
/* Buttons. */
gtk_dialog_add_buttons (GTK_DIALOG (conv_dlg),
_("_Back"), 1,
- _("_Start conversion"), 2,
+ _("Start _conversion"), 2,
NULL);
back = gtk_dialog_get_widget_for_response (GTK_DIALOG (conv_dlg), 1);
start_button = gtk_dialog_get_widget_for_response...
2016 Sep 26
1
[PATCH] p2v: add mnemonics to labels and buttons (RHBZ#1379289)
...(oa_combo),
@@ -970,8 +982,8 @@ create_conversion_dialog (struct config *config)
/* Buttons. */
gtk_dialog_add_buttons (GTK_DIALOG (conv_dlg),
- _("Back"), 1,
- _("Start conversion"), 2,
+ _("_Back"), 1,
+ _("_Start conversion"), 2,
NULL);
back = gtk_dialog_get_widget_for_response (GTK_DIALOG (conv_dlg), 1);
start_button = gtk_dialog_get_widget_for_response (GTK_DIALOG (conv_dlg), 2);
@@ -1703,8 +1715,8 @@ create_running...
2020 Jul 06
0
dns_tkey_gssnegotiate: TKEY is unacceptable
...il_ with
"dns_tkey_gssnegotiate: TKEY is unacceptable" and the "Successfully
obtained Kerberos ticket to DNS/DC1.SUBDOM.EXAMPLE.COM as _DC1$_."
(Notice that DC1 is "acquiring password" password from itself.)
When I change the DC01 ".../private/dns-keytab" _back to_
"....bind-dns/dns.keytab" DC1 will then "samba_dnsupdate --verbose
?all-names" correctly BUT, "Successfully obtained Kerberos ticket to
DNS/DC1.SUBDOM.EXAMPLE.COM as _DC01$_." <<<<< goes back to acquiring
password from DC01(zero one).
At no time...
2020 Jul 03
2
dns_tkey_gssnegotiate: TKEY is unacceptable
On 7/3/2020 9:50 AM, Rowland penny via samba wrote:
> I thought I explained that, but lets try again ;-)
>
> Originally, Samba used /var/lib/samba/private for the dns.keytab and
> other dns files. This was then found to be possibly insecure, so it
> was decided to use /var/lib/samba/bind-dns instead. When you upgrade
> the Samba packages, the old files are not removed, but the
2019 Sep 10
3
[PATCH 0/2] Remove virt-p2v from libguestfs
Now that virt-p2v has its own repository [1] and releases [2], it is
time to remove it from libguestfs.
[1] https://github.com/libguestfs/virt-p2v
[2] http://download.libguestfs.org/virt-p2v/
Pino Toscano (2):
Remove virt-p2v
Remove remaining virt-p2v bits
.gitignore | 4 -
Makefile.am | 7 +-
bash/Makefile.am