Displaying 7 results from an estimated 7 matches for "tree_view".
2016 Jun 04
2
firewall-config not functional
...on the default target dropdown.
When I run firewall-config from the command line I see the following:
--------------------------
org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.NetworkManager was not provided by any .service files
(firewall-config:5079): Gtk-CRITICAL **: gtk_tree_view_get_path_at_pos: assertion 'tree_view != NULL' failed
--------------------------
with the second line repeating many times and often while attempting to interact with the GUI.
We don't use NetworkManager except on laptops, and so do not install it. Though we do install NetworkManager...
2016 Jun 07
0
firewall-config not functional
...> When I run firewall-config from the command line I see the following:
>
> --------------------------
>
> org.freedesktop.DBus.Error.ServiceUnknown: The name
org.freedesktop.NetworkManager was not provided by any .service files
>
> (firewall-config:5079): Gtk-CRITICAL **: gtk_tree_view_get_path_at_pos:
assertion 'tree_view != NULL' failed
>
> --------------------------
> with the second line repeating many times and often while attempting to
interact with the GUI.
>
> We don't use NetworkManager except on laptops, and so do not install it.
Though we do...
2016 Jan 26
1
[PATCH v2] p2v: User can click on an interface name to identify the
v1 -> v2:
Added a (now blue) underlined "Identify interface" link. It's not
really a link, but it looks like one, so hopefully should resolve
the previous UI issue.
Rich.
2016 Jan 26
2
[PATCH] p2v: User can click on an interface name to identify the physical interface.
...;
static void set_interfaces_from_ui (struct config *);
@@ -649,6 +650,10 @@ create_conversion_dialog (struct config *config)
gtk_scrolled_window_set_policy (GTK_SCROLLED_WINDOW (interfaces_sw),
GTK_POLICY_NEVER, GTK_POLICY_AUTOMATIC);
interfaces_list = gtk_tree_view_new ();
+ /* See maybe_identify_click below for what we're doing. */
+ g_signal_connect (interfaces_list, "button-press-event",
+ G_CALLBACK (maybe_identify_click), NULL);
+ gtk_widget_set_tooltip_markup (interfaces_list, _("Left click on an interface name t...
2016 Jun 07
5
firewall-config not functional
...fig from the command line I see the following:
>>
>> --------------------------
>>
>> org.freedesktop.DBus.Error.ServiceUnknown: The name
> org.freedesktop.NetworkManager was not provided by any .service files
>>
>> (firewall-config:5079): Gtk-CRITICAL **: gtk_tree_view_get_path_at_pos:
> assertion 'tree_view != NULL' failed
>>
>> --------------------------
>> with the second line repeating many times and often while attempting to
> interact with the GUI.
>>
>> We don't use NetworkManager except on laptops, and so do...
2007 Jul 15
0
virtman breaks after installing XEN 3.1 on SELS 10.1
...SUSE
xen.install.VMWindows
xen.install.XenGuest
xen.install (package)
xen.install.caps
xen.install.cli
xen.install.console
xen.install.disks
xen.install.exceptions
xen.install.gui (package)
xen.install.gui.chooser
xen.install.gui.disk_widgets
xen.install.gui.gjob
xen.install.gui.gui
xen.install.gui.tree_view
xen.install.job
xen.install.log
xen.install.mount
xen.install.msg
xen.install.nics
xen.install.options
xen.install.paths
xen.install.phys_disks
xen.install.util
xen.install.xend
xen.xend.FlatDeviceTree
xen.xend.XendRoot - Xend root class.
This is what I get on 3.04
Last login: Sun Jul 15 10:58:21...
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