d9d300204b
* Support for adding usb redirection devices (Marc-André Lureau) * Option to switch usb controller to support usb2.0 (Marc-André Lureau) * Option to specify machine type for non-x86 guests (Li Zhang) * Support for filesystem device type and write policy (Deepak C Shetty) * Many bug fixes! - Update to virtinst 0.600.1 * virt-install: --redir option for usb redirection (Marc-André Lureau) * virt-install: Advanced --controller support for usb2 (Marc-André Lureau) * Many bug fixes and minor improvments. OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-manager?expand=0&rev=86
55 lines
1.8 KiB
Diff
55 lines
1.8 KiB
Diff
Index: virt-manager-0.9.1/src/Makefile.am
|
|
===================================================================
|
|
--- virt-manager-0.9.1.orig/src/Makefile.am
|
|
+++ virt-manager-0.9.1/src/Makefile.am
|
|
@@ -14,7 +14,7 @@ libexec_SCRIPTS = $(PACKAGE)-launch
|
|
gladedir = $(pkgdatadir)
|
|
glade_DATA = $(wildcard $(srcdir)/*.glade)
|
|
|
|
-desktopdir = $(datadir)/applications
|
|
+desktopdir = $(datadir)/applications/YaST2/
|
|
desktop_DATA_IN = $(PACKAGE).desktop.in.in
|
|
desktop_DATA = $(PACKAGE).desktop
|
|
|
|
Index: virt-manager-0.9.1/src/Makefile.in
|
|
===================================================================
|
|
--- virt-manager-0.9.1.orig/src/Makefile.in
|
|
+++ virt-manager-0.9.1/src/Makefile.in
|
|
@@ -255,7 +255,7 @@ libexec_DATA_IN = $(PACKAGE)-launch.in
|
|
libexec_SCRIPTS = $(PACKAGE)-launch
|
|
gladedir = $(pkgdatadir)
|
|
glade_DATA = $(wildcard $(srcdir)/*.glade)
|
|
-desktopdir = $(datadir)/applications
|
|
+desktopdir = $(datadir)/applications/YaST2/
|
|
desktop_DATA_IN = $(PACKAGE).desktop.in.in
|
|
desktop_DATA = $(PACKAGE).desktop
|
|
dbusdir = $(datadir)/dbus-1/services
|
|
Index: virt-manager-0.9.1/src/virt-manager.desktop.in.in
|
|
===================================================================
|
|
--- virt-manager-0.9.1.orig/src/virt-manager.desktop.in.in
|
|
+++ virt-manager-0.9.1/src/virt-manager.desktop.in.in
|
|
@@ -1,8 +1,19 @@
|
|
[Desktop Entry]
|
|
_Name=Virtual Machine Manager
|
|
-_Comment=Manage virtual machines
|
|
-Icon=::PACKAGE::
|
|
-Exec=::PACKAGE::
|
|
+_Comment=Manage Virtual Machines for Xen and KVM
|
|
+Version=1.0
|
|
+Icon=yast-vm-management
|
|
+Exec=/usr/bin/virt-manager
|
|
Type=Application
|
|
Terminal=false
|
|
-Categories=System;
|
|
+Encoding=UTF-8
|
|
+Categories=Qt;X-SuSE-YaST;
|
|
+X-KDE-ModuleType=Library
|
|
+X-KDE-RootOnly=true
|
|
+X-KDE-HasReadOnlyMode=false
|
|
+X-SuSE-YaST-Call=/usr/bin/virt-manager
|
|
+X-SuSE-YaST-Group=Virtualization
|
|
+X-SuSE-YaST-Argument=
|
|
+X-SuSE-YaST-RootOnly=true
|
|
+X-SuSE-YaST-Geometry=
|
|
+X-SuSE-YaST-SortKey=
|