Skip to content

Commit

Permalink
migrate brach yad to main
Browse files Browse the repository at this point in the history
  • Loading branch information
Aetherinox committed Oct 6, 2023
1 parent 29d64af commit 8ebdd13
Show file tree
Hide file tree
Showing 2 changed files with 636 additions and 455 deletions.
29 changes: 18 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center"><img src="docs/images/readme/banner.jpg" width="860"></p>
<h1 align="center"><b>ZorinOS App Manager</b></h1>
<h1 align="center"><b>ZorinOS App Manager (yad)</b></h1>

<br />
<br />
Expand All @@ -10,6 +10,12 @@
<br />
<br />

## Yad
This is an unreleased future version of Zorin App Manager which utilizes `yad` for its dialog library instead of zenity due to the limitations that zenity has.

<br />
<br />

## About
This is a simple application manager which allows you to install a number of programs right from the menu with little interaction. The packages and libraries provided are from personal choice, since these are the things I like to have when I get a new server going. The latest version includes a GUI which allows you to select the programs you wish to install.

Expand Down Expand Up @@ -42,13 +48,15 @@ This is a simple application manager which allows you to install a number of pro
- mlocate
- neofetch
- net-tools
- NPM
- ocs-url
- Pacman Package Management
- Pihole [^3]
- reprepro (Apt on Github)
- RPM Package Manager
- Seahorse + seahorse-nautilus
- Snapd
- Surfshark
- Swizzin
- System Monitor
- Teamviewer
Expand All @@ -58,6 +66,8 @@ This is a simple application manager which allows you to install a number of pro
- Visual Studio Code (Insiders)
- wxHexEditor
- YAD (Yet Another Dialog)
- Yarn
- Zenity Dialogs
- Ziet Cron Manager
- ZorinOS Pro: Layouts

Expand All @@ -70,6 +80,7 @@ This is a simple application manager which allows you to install a number of pro
- Automatically assigns static ip address
- Configures network adapter to use Quad9 DNS servers
- Update Network /etc/hosts file
- VBox Additions package disrepency issue with non-Pro releases.
- ZorinOS Pro Layouts

<br />
Expand Down Expand Up @@ -128,7 +139,9 @@ When this installer is launched, a `/logs/zorin_[DATE].log` file will be generat
<br />

## ZorinOS Pro Features

Even though this release includes ZorinOS Pro layouts, there are still reasons to purchase ZorinOS Pro which include:
- Zorin Installation Support
- Support developers of ZorinOS

<br />

Expand All @@ -145,12 +158,6 @@ Some of the packages in this wizard include what ZorinOS Pro comes with. If you

<br />

Even though this release includes ZorinOS Pro layouts, there are still reasons to purchase ZorinOS Pro which include:
- Zorin Installation Support
- Support developers of ZorinOS

<br />

### ArcMenu
ZorinOS Pro includes numerous shell themes which will simulate Windows 10 / 11 & MacOS. While ZorinOS Pro has a specialized extension, this is where another extension comes into play.
`ArcMenu` is an extension which provides interface changes featured in ZorinOS Pro and includes skins such as Windows 10 & 11, MacOS, and a multitude of others. The ArcMenu extension actually includes more skins and features than what ZorinOS Pro includes.
Expand Down Expand Up @@ -244,7 +251,7 @@ You can then modify the preferences to fit your needs.
<br />
## Swizzin
The Swizzin repo where the original `setup.sh` is downloaded does not allow for ZorinOS to be installed. A modified setup installation script has been provided on this repo and supports ZorinOS.
The official Swizzin repo does not support ZorinOS. Attempting to install the stock Swizzin program will result in an **unsupported OSA** error. This app manager includes a modified setup installation script which allows for ZorinOS to be installed without issues.
<br />
Expand All @@ -262,8 +269,8 @@ This program has numerous variables that the general public shouldn't modify. Th

| Var | Default | Desc |
| --- | --- | --- |
| `bDev` | false | <br /> `True`: Specialized list of apps will appear instead of the installable list.<br />Also displays debugging prints. <br /> <br /> |
| `bDevNoAct` | false | <br /> `True`: Any of the installable applications selected will do a "fake" install. No actual install will take place. <br /> <br /> Requires `bDev = false` <br /> <br /> |
| `app_cfg_bDev` | false | <br /> `True`: Specialized list of apps will appear instead of the installable list.<br />Also displays debugging prints. <br /> <br /> |
| `app_cfg_bDev_NullRun` | false | <br /> `True`: Any of the installable applications selected will do a "fake" install. No actual install will take place. <br /> <br /> Requires `app_cfg_bDev = false` <br /> <br /> |

<br />

Expand Down
Loading

0 comments on commit 8ebdd13

Please sign in to comment.