Skip to content

Commit

Permalink
Add metadata into packages
Browse files Browse the repository at this point in the history
  • Loading branch information
hellcp committed May 31, 2019
1 parent d215acf commit 01d1a73
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ ybin_SCRIPTS = \
bin/fetch_image.sh

desktop_DATA = \
desktop/autoyast.desktop \
desktop/clone_system.desktop
desktop/org.openSUSE.YaST.AutoYaST.desktop \
desktop/org.openSUSE.YaST.CloneSystem.desktop

fillup_DATA = \
fillup/sysconfig.autoinstall
Expand Down
2 changes: 1 addition & 1 deletion src/clients/files_auto.rb
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def main
# Change configuration (run AutoSequence)
elsif @func == "Change"
Wizard.CreateDialog
Wizard.SetDesktopIcon("autoyast2")
Wizard.SetDesktopIcon("org.openSUSE.YaST.AutoYaST")
@ret = CustomFileDialog()
Wizard.CloseDialog
elsif @func == "Packages"
Expand Down
2 changes: 1 addition & 1 deletion src/clients/scripts_auto.rb
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def main
AutoinstScripts.SetModified
elsif @func == "Change"
Wizard.CreateDialog
Wizard.SetDesktopIcon("autoyast")
Wizard.SetDesktopIcon("org.openSUSE.YaST.AutoYaST")
@ret = ScriptsDialog()
Wizard.CloseDialog
elsif @func == "Export"
Expand Down
4 changes: 2 additions & 2 deletions src/include/autoinstall/dialogs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def initialize_autoinstall_dialogs(include_target)
# @return [Symbol]
def Settings
Wizard.CreateDialog
Wizard.SetDesktopIcon("autoyast")
Wizard.SetDesktopIcon("org.openSUSE.YaST.AutoYaST")
contents = HVSquash(
VBox(
VSquash(
Expand Down Expand Up @@ -215,7 +215,7 @@ def cloneSystem


Wizard.CreateDialog
Wizard.SetDesktopIcon("groups")
Wizard.SetDesktopIcon("org.openSUSE.YaST.CloneSystem")


# title
Expand Down

0 comments on commit 01d1a73

Please sign in to comment.