Skip to content

Commit

Permalink
Code review discussion: Use y2start, not y2base
Browse files Browse the repository at this point in the history
  • Loading branch information
shundhammer committed Sep 15, 2021
1 parent f5faf63 commit 7ecfe25
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions library/system/test/data/proc-maps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,20 @@ YaST UI plug-ins:
totally sufficient:

cd ycp-ui-bindings/examples
/usr/lib/YaST2/bin/y2base ./HelloWorld.rb qt
/usr/lib/YaST2/bin/y2start ./HelloWorld.rb qt

or

/usr/lib/YaST2/bin/y2base ./HelloWorld.rb ncurses
/usr/lib/YaST2/bin/y2start ./HelloWorld.rb ncurses

- For -pkg extensions:

/usr/lib/YaST2/bin/y2base ./PackageSelector-empty.rb qt
/usr/lib/YaST2/bin/y2base ./PackageSelector-empty.rb ncurses
/usr/lib/YaST2/bin/y2start ./PackageSelector-empty.rb qt
/usr/lib/YaST2/bin/y2start ./PackageSelector-empty.rb ncurses

- For the qt-graph extension:

/usr/lib/YaST2/bin/y2base ./Graph1.rb qt
/usr/lib/YaST2/bin/y2start ./Graph1.rb qt

- Leave the y2base process running (!)

Expand Down

0 comments on commit 7ecfe25

Please sign in to comment.