Hello community,

here is the log from the commit of package imagewriter for openSUSE:Factory 
checked in at 2012-07-18 11:47:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/imagewriter (Old)
 and      /work/SRC/openSUSE:Factory/.imagewriter.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "imagewriter", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/imagewriter/imagewriter.changes  2012-04-17 
07:45:12.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.imagewriter.new/imagewriter.changes     
2012-07-18 11:47:32.000000000 +0200
@@ -1,0 +2,7 @@
+Sat Jul 14 06:53:32 UTC 2012 - badshah...@gmail.com
+
+- Add imagewriter-desktop-menu-exec.patch to fix imagewriter not
+  starting up from the desktop menus, because it requires root
+  privilege.
+
+-------------------------------------------------------------------

New:
----
  imagewriter-desktop-menu-exec.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ imagewriter.spec ++++++
--- /var/tmp/diff_new_pack.AxSaPv/_old  2012-07-18 11:47:34.000000000 +0200
+++ /var/tmp/diff_new_pack.AxSaPv/_new  2012-07-18 11:47:34.000000000 +0200
@@ -40,6 +40,7 @@
 License:        GPL-2.0
 Source:         imagewriter-%{version}.tar.gz
 Patch0:         imagewriter-gcc47.patch
+Patch1:         imagewriter-desktop-menu-exec.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  %{breq}
 %description
@@ -48,6 +49,7 @@
 %prep
 %setup
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{qmake} PREFIX=$RPM_BUILD_ROOT/%{_prefix} imagewriter.pro

++++++ imagewriter-desktop-menu-exec.patch ++++++
Index: imagewriter-1.9/imagewriter.desktop
===================================================================
--- imagewriter-1.9.orig/imagewriter.desktop
+++ imagewriter-1.9/imagewriter.desktop
@@ -2,7 +2,7 @@
 Type=Application
 Categories=System;Utility;Archiving;
 X-KDE-RootOnly=true
-Exec=imagewriter %F
+Exec=xdg-su -c "imagewriter %F"
 Icon=imagewriter
 Name=SUSE Studio Imagewriter
 GenericName=USB key writer 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to