Skip to content

Commit

Permalink
Merge pull request #251 from yast/review_160930_desktop_clone_system
Browse files Browse the repository at this point in the history
[Review] Request from 'schubi2' @ 'yast/yast-autoinstallation/review_160930_desktop_clone_system'
  • Loading branch information
schubi2 committed Sep 30, 2016
2 parents 0297f84 + 93f846e commit 9e64bad
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 3 deletions.
8 changes: 8 additions & 0 deletions package/autoyast2.changes
@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Sep 30 10:21:45 CEST 2016 - schubi@suse.de

- Adding missed desktop file for "clone_system" in order to show
it in the control center and command line calls.
(bnc#985621)
- 3.1.152

-------------------------------------------------------------------
Wed Sep 14 17:19:01 CEST 2016 - schubi@suse.de

Expand Down
3 changes: 2 additions & 1 deletion package/autoyast2.spec
Expand Up @@ -17,7 +17,7 @@


Name: autoyast2
Version: 3.1.151
Version: 3.1.152
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down Expand Up @@ -178,6 +178,7 @@ rmdir $RPM_BUILD_ROOT/%{_prefix}/share/doc/packages/autoyast2/html/autoyast

%dir %yast_desktopdir
%{yast_desktopdir}/autoyast.desktop
%{yast_desktopdir}/clone_system.desktop
/usr/share/autoinstall/modules/*.desktop
%dir %{yast_yncludedir}
%{yast_yncludedir}/autoinstall/classes.rb
Expand Down
3 changes: 2 additions & 1 deletion src/Makefile.am
Expand Up @@ -104,7 +104,8 @@ ybin_SCRIPTS = \
bin/fetch_image.sh

desktop_DATA = \
desktop/autoyast.desktop
desktop/autoyast.desktop \
desktop/clone_system.desktop

fillup_DATA = \
fillup/sysconfig.autoinstall
Expand Down
2 changes: 1 addition & 1 deletion src/desktop/autoyast.desktop
Expand Up @@ -17,6 +17,6 @@ X-SuSE-YaST-AutoInstResource=
Icon=yast-autoyast
Exec=/usr/bin/xdg-su -c '/sbin/yast2 autoyast'

Name=Autoinstallation
Name=Autoinstallation Configuration
GenericName=Configuration system for autoinstallation
StartupNotify=true
22 changes: 22 additions & 0 deletions src/desktop/clone_system.desktop
@@ -0,0 +1,22 @@
[Desktop Entry]
Type=Application
Categories=Settings;System;Qt;X-SuSE-YaST;X-SuSE-YaST-Misc;

X-KDE-ModuleType=Library
X-KDE-HasReadOnlyMode=true
X-SuSE-YaST-Call=clone_system

X-SuSE-YaST-Group=Misc
X-SuSE-YaST-Argument=
X-SuSE-YaST-RootOnly=true
X-SuSE-YaST-AutoInst=
X-SuSE-YaST-Geometry=
X-SuSE-YaST-SortKey=
X-SuSE-YaST-AutoInstResource=

Icon=yast-autoyast
Exec=/usr/bin/xdg-su -c '/sbin/yast2 clone_system'

Name=Autoinstallation Cloning System
GenericName=Creating AutoYaST configuration file
StartupNotify=true

0 comments on commit 9e64bad

Please sign in to comment.