diff --git a/Custom-Syntax.md b/Custom-Syntax.md deleted file mode 100644 index 8169e94..0000000 --- a/Custom-Syntax.md +++ /dev/null @@ -1,64 +0,0 @@ -# Custom Syntax - -This document highlights custom Markdown syntax that is implemented (or is planned to be implemented) throughout the User Guide Markdown as well as the parser. - -All of these custom syntax will result in DOM elements with specific styling / attributes via our parser. - -## Blocks - -### Basics - -Each "block" is either a start or end block. - -- Custom syntax that is the start of a block begins with `syntax.start` -- Custom syntax that is the end of a block **is** `syntax.end` - -Each block syntax begins with `{{ ` and ends with `}}`. - -**Example:** - -``` markdown -{{ syntax.start:float-left }} -Content -{{ syntax.end }} -``` - -### Parsing - -When parsing the syntax as DOM elements: -1. `syntax.start` blocks are parsed as `
` where `n` is the proceeding syntax after `syntax.start` -2. `syntax.end` blocks are parsed as `
` - -**Example:** - -``` html -
-Content -
-``` - -## Syntax - -Each syntax below exempts the start / end block. - -### Alignment - -Description | Syntax ------ | ----- -Floats content to left, allows text wrapping | `float-left` -Floats content to right, allows text wrapping | `float-right` -Centers content, no text wrapping | `center` - -Float left syntax is usually not necessary but may be useful when the inner content is an image. - -### Note - -Sometimes having blocks of textual content that are intended to be subtle notes before or after more important content is needed. These notes are done via the `note` syntax. - -**Example:** - -``` markdown -{{ syntax.start:note }} -This is a note. -{{ syntax.end }} -``` \ No newline at end of file diff --git a/LICENSE-MD.txt b/LICENSE-MD.txt old mode 100644 new mode 100755 diff --git a/LICENSE.txt b/LICENSE.txt old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 index e8133ec..90db156 --- a/README.md +++ b/README.md @@ -1,27 +1,30 @@ -# User Guide # +# Help Center Documentation -This is the repository of the Solus Project's User Guide. Stumbled on this repo and have no idea what any of this is? Check out the [Solus Project](https://solus-project.com) and our Solus Operating System. +This is the repository for Solus's future Help Center documentation as well as previous User Guide. This repository exists to help facilitate and encourage community contributions to improving our +documentation and enabling an easier user experience for everyone. -## TODO ## +Stumbled on this repo and have no idea what any of this is? Check out the [Solus](https://solus-project.com) operating system! -TODO: +## TODO -- [x] Convert User Guide to Markdown files. -- [ ] Create build system that aggregates Markdown files, swaps out our custom syntax for HTML, then use the HTML to generate PDFs. -- [ ] Actually document and create consistent custom Markdown syntaxes. -- [ ] Deliver Release 2 of User Guide +*In order.* -## Licenses ## +- [ ] The current task is to migrate all documentation from the [Solus Wiki](https://wiki.solus-project.com). +- [ ] Leveraging this repo in the creation of our Help Center. +- [ ] Create a basic build system that aggregates specific Markdown files and assets to produce a User Guide. This will enable our User Guides to be generated whenever necessary, such as during the release +of a new ISO snapshot. -**Build System** +## Licenses + +### Build System Files relating to the parsing / build system are licensed under GPL-2.0. For the full text, view LICENSE.txt. -**Markdown** +### Markdown The Markdown files in this repository are licensed under the Creative Commons By-NC-SA 4.0 License. For the full text, view LICENSE-MD.txt. Solus Project is considered the sole rights holder of these works. -**Media Assets** +### Media Assets -- Solus Project logo is owned wholly by Solus Project. +- Solus logo copyright and licensing information is provided on our [Brand Guidelines page](https://solus-project.com/brand-guidelines). - Non-logo assets are licensed under Creative Commons By-NC-SA 4.0 License. For the full text, view LICENSE-MD.txt. Solus Project is considered the sole rights holder of these works. \ No newline at end of file diff --git a/content/budgie/shortcuts/en.md b/content/budgie/shortcuts/en.md new file mode 100644 index 0000000..c0f0ce2 --- /dev/null +++ b/content/budgie/shortcuts/en.md @@ -0,0 +1,9 @@ +# Budgie Shortcuts + +Budgie provides multiple shortcuts to make navigating around Budgie faster and easier. + +Keyboard Shortcut | Action +----- | ----- +Windows Key (*also Windows key + S*) | Open Budgie Menu +Windows Key + A | Open Applets section of Raven +Windows Key + N | Open Notifications section of Raven \ No newline at end of file diff --git a/content/en/common-tasks/browsing-the-web.md b/content/common-tasks/browsing-the-web/en.md old mode 100644 new mode 100755 similarity index 60% rename from content/en/common-tasks/browsing-the-web.md rename to content/common-tasks/browsing-the-web/en.md index fcba00b..11354d4 --- a/content/en/common-tasks/browsing-the-web.md +++ b/content/common-tasks/browsing-the-web/en.md @@ -1,5 +1,5 @@ ## Browsing the web -![Firefox image](../../images/common-tasks/browsing-the-web.png) +Solus comes pre-installed with Firefox, a secure and trustworthy web browser provided by the non-profit organization [Mozilla](https://www.mozilla.org/en-US/). -Solus comes pre-installed with Firefox, a secure and trustworthy web browser provided by the non-profit organization [Mozilla](https://www.mozilla.org/en-US/). \ No newline at end of file +![Firefox image](images/firefox.jpg) \ No newline at end of file diff --git a/content/common-tasks/browsing-the-web/images/firefox.jpg b/content/common-tasks/browsing-the-web/images/firefox.jpg new file mode 100644 index 0000000..7579e7e Binary files /dev/null and b/content/common-tasks/browsing-the-web/images/firefox.jpg differ diff --git a/content/en/common-tasks/checking-email.md b/content/common-tasks/checking-email/en.md old mode 100644 new mode 100755 similarity index 62% rename from content/en/common-tasks/checking-email.md rename to content/common-tasks/checking-email/en.md index 0d0756e..e4b17ba --- a/content/en/common-tasks/checking-email.md +++ b/content/common-tasks/checking-email/en.md @@ -1,5 +1,5 @@ ## Checking Email -![Checking Email via Thunderbird](../../images/common-tasks/checking-email.png) +Solus comes pre-installed with the powerful [Thunderbird](https://www.mozilla.org/en-US/thunderbird/) email, newsgroup, and feeds client. -Solus comes pre-installed with the powerful [Thunderbird](https://www.mozilla.org/en-US/thunderbird/) email, newsgroup, and feeds client. \ No newline at end of file +![Checking Email via Thunderbird](images/thunderbird.jpg) \ No newline at end of file diff --git a/content/common-tasks/checking-email/images/thunderbird.jpg b/content/common-tasks/checking-email/images/thunderbird.jpg new file mode 100644 index 0000000..2f16850 Binary files /dev/null and b/content/common-tasks/checking-email/images/thunderbird.jpg differ diff --git a/content/common-tasks/installing-and-updating-software/en.md b/content/common-tasks/installing-and-updating-software/en.md new file mode 100755 index 0000000..1d32c39 --- /dev/null +++ b/content/common-tasks/installing-and-updating-software/en.md @@ -0,0 +1,5 @@ +## Installing and updating software + +You can install software ranging from Google Chrome to LibreOffice, as well as updating software, via our Software Center. + +![Software Center](images/solus-sc.jpg) \ No newline at end of file diff --git a/content/common-tasks/installing-and-updating-software/images/solus-sc.jpg b/content/common-tasks/installing-and-updating-software/images/solus-sc.jpg new file mode 100644 index 0000000..30133ac Binary files /dev/null and b/content/common-tasks/installing-and-updating-software/images/solus-sc.jpg differ diff --git a/content/en/common-tasks/listening-to-music.md b/content/common-tasks/listening-to-music/en.md old mode 100644 new mode 100755 similarity index 62% rename from content/en/common-tasks/listening-to-music.md rename to content/common-tasks/listening-to-music/en.md index de4be8e..da38f2a --- a/content/en/common-tasks/listening-to-music.md +++ b/content/common-tasks/listening-to-music/en.md @@ -1,5 +1,5 @@ ## Listening to music -![Listening to Music via Rhythmbox](../../images/common-tasks/listening-to-music.png) +Solus comes pre-installed with the rockin’ music player Rhythmbox as well as the necessary codecs to play all your favorite music! -Solus comes pre-installed with the rockin’ music player Rhythmbox as well as the necessary codecs to play all your favorite music! \ No newline at end of file +![Listening to Music via Rhythmbox](images/rhythmbox.jpg) diff --git a/content/common-tasks/listening-to-music/images/rhythmbox.jpg b/content/common-tasks/listening-to-music/images/rhythmbox.jpg new file mode 100644 index 0000000..1b87a43 Binary files /dev/null and b/content/common-tasks/listening-to-music/images/rhythmbox.jpg differ diff --git a/content/en/common-tasks/managing-your-files.md b/content/common-tasks/managing-your-files/en.md old mode 100644 new mode 100755 similarity index 70% rename from content/en/common-tasks/managing-your-files.md rename to content/common-tasks/managing-your-files/en.md index 060f44b..b1edabe --- a/content/en/common-tasks/managing-your-files.md +++ b/content/common-tasks/managing-your-files/en.md @@ -1,5 +1,5 @@ ## Managing your files -![Nautilus](../../images/common-tasks/managing-your-files.png) +![Nautilus](images/nautilus.jpg) Solus provides software that enables you to store, organize, and view your files (such as documents, music, pictures, and videos). \ No newline at end of file diff --git a/content/common-tasks/managing-your-files/images/nautilus.jpg b/content/common-tasks/managing-your-files/images/nautilus.jpg new file mode 100644 index 0000000..df18c29 Binary files /dev/null and b/content/common-tasks/managing-your-files/images/nautilus.jpg differ diff --git a/content/en/common-tasks/watching-videos.md b/content/common-tasks/watching-videos/en.md old mode 100644 new mode 100755 similarity index 56% rename from content/en/common-tasks/watching-videos.md rename to content/common-tasks/watching-videos/en.md index 19f7838..0dcb811 --- a/content/en/common-tasks/watching-videos.md +++ b/content/common-tasks/watching-videos/en.md @@ -1,5 +1,5 @@ ## Watching Videos -![Watching Videos via VLC](../../images/common-tasks/watching-videos.png) +Solus comes pre-installed with the [VLC Media Player](http://www.videolan.org/vlc/index.html), enabling you to watch your favorite movies, t.v. shows, DVDs, and Blu-rays. -Solus comes pre-installed with the [VLC Media Player](http://www.videolan.org/vlc/index.html), enabling you to watch your favorite movies, t.v. shows, DVDs, and Blu-rays. \ No newline at end of file +![Watching Videos via VLC](images/vlc.jpg) \ No newline at end of file diff --git a/content/common-tasks/watching-videos/images/vlc.jpg b/content/common-tasks/watching-videos/images/vlc.jpg new file mode 100644 index 0000000..69abe27 Binary files /dev/null and b/content/common-tasks/watching-videos/images/vlc.jpg differ diff --git a/content/configuration/changing-backgrounds/en.md b/content/configuration/changing-backgrounds/en.md new file mode 100755 index 0000000..7f4aee5 --- /dev/null +++ b/content/configuration/changing-backgrounds/en.md @@ -0,0 +1,11 @@ +# Changing Background + +You can change your background by going to the Budgie Menu, opening Settings, then clicking Background. + +![Background Section in Gnome Control Center](images/background-section.jpg) + +You will have two options, Background and Lock Screen. Select Background. + +In this section, you can choose between predefined wallpapers, pictures in your Pictures folder, or solid colors. After choosing, click Select. + +![Background Selector in Gnome Control Center](images/background-selection.png) \ No newline at end of file diff --git a/content/configuration/changing-backgrounds/images/background-section.jpg b/content/configuration/changing-backgrounds/images/background-section.jpg new file mode 100644 index 0000000..9ff17a3 Binary files /dev/null and b/content/configuration/changing-backgrounds/images/background-section.jpg differ diff --git a/content/configuration/changing-backgrounds/images/background-selection.png b/content/configuration/changing-backgrounds/images/background-selection.png new file mode 100644 index 0000000..2af0016 Binary files /dev/null and b/content/configuration/changing-backgrounds/images/background-selection.png differ diff --git a/content/en/managing-your-system/configuring-date-and-time.md b/content/configuration/configuring-date-and-time/en.md old mode 100644 new mode 100755 similarity index 63% rename from content/en/managing-your-system/configuring-date-and-time.md rename to content/configuration/configuring-date-and-time/en.md index c8e145e..6f33693 --- a/content/en/managing-your-system/configuring-date-and-time.md +++ b/content/configuration/configuring-date-and-time/en.md @@ -1,6 +1,6 @@ -## Configuring Date and time +# Configuring Date and time -![Date & Time](../../images/managing-your-system/configuring-date-and-time.png) +![Date & Time in Gnome Control Center](images/configuring-date-and-time.jpg) You can configure the date and time of your system by going to the Budgie Menu, opening the Settings app then going to the Date & Time section. diff --git a/content/configuration/configuring-date-and-time/images/configuring-date-and-time.jpg b/content/configuration/configuring-date-and-time/images/configuring-date-and-time.jpg new file mode 100644 index 0000000..47408cd Binary files /dev/null and b/content/configuration/configuring-date-and-time/images/configuring-date-and-time.jpg differ diff --git a/content/en/managing-your-system/configuring-default-applications.md b/content/configuration/configuring-default-applications/en.md old mode 100644 new mode 100755 similarity index 72% rename from content/en/managing-your-system/configuring-default-applications.md rename to content/configuration/configuring-default-applications/en.md index 2876ae4..d610e75 --- a/content/en/managing-your-system/configuring-default-applications.md +++ b/content/configuration/configuring-default-applications/en.md @@ -1,10 +1,11 @@ -## Configuring Default Applications +# Configuring Default Applications You can configure default applications by going to the Budgie Menu, opening Settings app, and going to the Details section. Upon entering the Details section, go to Default Applications. -![Default Applications](../../images/managing-your-system/settings-default-applications.png) +![Default Applications](images/configuring-default-applications.jpg) + *Note: In the image above, we've changed the Music player and Video player.* You can change default applications for: diff --git a/content/configuration/configuring-default-applications/images/configuring-default-applications.jpg b/content/configuration/configuring-default-applications/images/configuring-default-applications.jpg new file mode 100644 index 0000000..866df22 Binary files /dev/null and b/content/configuration/configuring-default-applications/images/configuring-default-applications.jpg differ diff --git a/content/en/managing-your-system/configuring-displays.md b/content/configuration/configuring-displays/en.md old mode 100644 new mode 100755 similarity index 71% rename from content/en/managing-your-system/configuring-displays.md rename to content/configuration/configuring-displays/en.md index 4034e46..eeb0958 --- a/content/en/managing-your-system/configuring-displays.md +++ b/content/configuration/configuring-displays/en.md @@ -1,14 +1,14 @@ -## Configuring Displays +# Configuring Displays You can configure your display(s) by going to the Budgie Menu, opening the Settings app, and clicking the Displays section. You will then be shown the following window. -![Displays Overview](../../images/managing-your-system/displays-overview.png) +![Displays Overview](images/displays-overview.jpg) In this window, you can select individual displays to configure. Clicking on an item will show the following dialog. -![Individual Display Settings](../../images/managing-your-system/individual-display-settings.png) +![Individual Display Settings](images/individual-display-settings.jpg) This window will enable you to select if you wish to use this monitor as the primary or secondary display, mirror it with another display, or turn it off. @@ -16,4 +16,4 @@ It also gives you size and aspect ratio, ability to rotate the display, and abil Going back to the Displays section, you also have the option to arrange your displays. Click the “Arrange Combined Displays” to be presented with the following window. -![Arrange Combined Displays](../../images/managing-your-system/arrange-displays.png) +![Arrange Combined Displays](images/arrange-displays.png) \ No newline at end of file diff --git a/content/configuration/configuring-displays/images/arrange-displays.png b/content/configuration/configuring-displays/images/arrange-displays.png new file mode 100644 index 0000000..6ecead8 Binary files /dev/null and b/content/configuration/configuring-displays/images/arrange-displays.png differ diff --git a/content/configuration/configuring-displays/images/displays-overview.jpg b/content/configuration/configuring-displays/images/displays-overview.jpg new file mode 100644 index 0000000..076af67 Binary files /dev/null and b/content/configuration/configuring-displays/images/displays-overview.jpg differ diff --git a/content/configuration/configuring-displays/images/individual-display-settings.jpg b/content/configuration/configuring-displays/images/individual-display-settings.jpg new file mode 100644 index 0000000..72ecc5b Binary files /dev/null and b/content/configuration/configuring-displays/images/individual-display-settings.jpg differ diff --git a/content/configuration/configuring-keyboard-layout/en.md b/content/configuration/configuring-keyboard-layout/en.md new file mode 100755 index 0000000..f8c7d85 --- /dev/null +++ b/content/configuration/configuring-keyboard-layout/en.md @@ -0,0 +1,21 @@ +# Configuring Keyboard Layout + +You can change your language by going to the Budgie Menu, opening Settings, then clicking Region and Language. + +You will now be shown the following dialog. + +![Languages Overview](images/region-and-languages.jpg) + +Click the `+` button to add an input source (keyboard layout). You will be shown the following dialog. + +![Add Input Source](images/add-input-source.png) + +Here you can select the language and then keyboard layout within each language section. If it does not appear in this list, click the ⋮ button. This will enable you to search for the keyboard layout you wish to use. + +After choosing the keyboard layout, click Done. You will be brought back to the following dialog with your new keyboard layout. In the image below, we are now using English (US), Finnish, and Swedish layout. + +![Languages Overview - New Languages](images/region-and-languages-newlang.jpg) + +You can remove a keyboard layout by click on one of the items, for instance Swedish, then clicking the `-` button. + +If you wish to use multiple keyboard layouts, you can switch to them by using: `Windows key + Space` or by adding the Keyboard Layout Indicator applet to your Budgie panel. \ No newline at end of file diff --git a/content/configuration/configuring-keyboard-layout/images/add-input-source.png b/content/configuration/configuring-keyboard-layout/images/add-input-source.png new file mode 100644 index 0000000..4040508 Binary files /dev/null and b/content/configuration/configuring-keyboard-layout/images/add-input-source.png differ diff --git a/content/configuration/configuring-keyboard-layout/images/region-and-languages-newlang.jpg b/content/configuration/configuring-keyboard-layout/images/region-and-languages-newlang.jpg new file mode 100644 index 0000000..25df344 Binary files /dev/null and b/content/configuration/configuring-keyboard-layout/images/region-and-languages-newlang.jpg differ diff --git a/content/configuration/configuring-keyboard-layout/images/region-and-languages.jpg b/content/configuration/configuring-keyboard-layout/images/region-and-languages.jpg new file mode 100644 index 0000000..205d639 Binary files /dev/null and b/content/configuration/configuring-keyboard-layout/images/region-and-languages.jpg differ diff --git a/content/en/managing-your-system/configuring-language.md b/content/configuration/configuring-language/en.md old mode 100644 new mode 100755 similarity index 59% rename from content/en/managing-your-system/configuring-language.md rename to content/configuration/configuring-language/en.md index 5450a62..2c02ab9 --- a/content/en/managing-your-system/configuring-language.md +++ b/content/configuration/configuring-language/en.md @@ -4,16 +4,16 @@ You can change your language by going to the Budgie Menu, opening Settings, then You will now be shown the following dialog. -![Languages Overview](../../images/managing-your-system/languages-overview.png) +![Languages Overview](images/region-and-languages.jpg) In this dialog, click Language. The following dialog will appear. -![Languages Selection Dialog](../../images/managing-your-system/language-selection-dialog.png) +![Languages Selection Dialog](images/selecting-language.png) Here, you can select the language you wish your system to use. If it does not appear in this list, click the ⋮ button. You will come across the following dialog where you can type your language. -![Languages Selection Dialog - Typing](../../images/managing-your-system/language-selection-dialog-typing.png) +![Languages Selection Dialog - Typing](images/selecting-language-search.png) Select the language from the list and click Done. You **may** need to logout and login to your computer for it to take affect. \ No newline at end of file diff --git a/content/configuration/configuring-language/images/region-and-languages.jpg b/content/configuration/configuring-language/images/region-and-languages.jpg new file mode 100644 index 0000000..205d639 Binary files /dev/null and b/content/configuration/configuring-language/images/region-and-languages.jpg differ diff --git a/content/configuration/configuring-language/images/selecting-language-search.png b/content/configuration/configuring-language/images/selecting-language-search.png new file mode 100644 index 0000000..e65294d Binary files /dev/null and b/content/configuration/configuring-language/images/selecting-language-search.png differ diff --git a/content/configuration/configuring-language/images/selecting-language.png b/content/configuration/configuring-language/images/selecting-language.png new file mode 100644 index 0000000..8f69611 Binary files /dev/null and b/content/configuration/configuring-language/images/selecting-language.png differ diff --git a/content/configuration/configuring-mouse-and-touchpad/en.md b/content/configuration/configuring-mouse-and-touchpad/en.md new file mode 100755 index 0000000..eb91740 --- /dev/null +++ b/content/configuration/configuring-mouse-and-touchpad/en.md @@ -0,0 +1,29 @@ +## Configuring Mouse and Touchpad + +You can configure the settings of your mouse and/or touchpad by going to the Budgie Menu, opening the Settings app, then clicking the Mouse & Touchpad section. You will be either one of the following windows, depending on the device. + +### Mouse + +![Mouse Settings](images/mouse-settings.jpg) + +For mice, you can set: + +- The primary button (usually left click) to be left or right +- Mouse speed +- Enabling / disabling "natural scrolling" (reversed scrolling direction) + +### Touchpad + +![Touchpad Settings](images/touchpad-settings.jpg) + +For touchpads, you can set: + +- The primary button (usually left click) to be left or right +- Enabling / disabling of the touchpad +- Enabling / disabling "natural scrolling" (reversed scrolling direction) +- Touchpad speed +- Enabling / disabling of Tap to Click + +### Testing + +You can test your settings by clicking the Test Your Settings button in the top right of the window. \ No newline at end of file diff --git a/content/configuration/configuring-mouse-and-touchpad/images/mouse-settings.jpg b/content/configuration/configuring-mouse-and-touchpad/images/mouse-settings.jpg new file mode 100644 index 0000000..8cccec6 Binary files /dev/null and b/content/configuration/configuring-mouse-and-touchpad/images/mouse-settings.jpg differ diff --git a/content/configuration/configuring-mouse-and-touchpad/images/touchpad-settings.jpg b/content/configuration/configuring-mouse-and-touchpad/images/touchpad-settings.jpg new file mode 100644 index 0000000..8884202 Binary files /dev/null and b/content/configuration/configuring-mouse-and-touchpad/images/touchpad-settings.jpg differ diff --git a/content/en/managing-your-system/configuring-network.md b/content/configuration/configuring-network/en.md old mode 100644 new mode 100755 similarity index 76% rename from content/en/managing-your-system/configuring-network.md rename to content/configuration/configuring-network/en.md index 404633a..b0f7a65 --- a/content/en/managing-your-system/configuring-network.md +++ b/content/configuration/configuring-network/en.md @@ -2,7 +2,7 @@ You can configure your network settings such as wireless networking, by going to the Budgie Menu, opening Settings, then clicking Network. -![Network Overview](../../images/managing-your-system/network-overview.png) +![Network Overview](images/network-overview.png) To configure wireless, go to the Wi-Fi section. If your wireless is currently turned off, click the toggle button, leave the Network section, and go back in. @@ -10,7 +10,7 @@ To configure wireless, go to the Wi-Fi section. If your wireless is currently tu Click the access point you wish to connect to. -![Network Authentication](../../images/managing-your-system/network-authentication.png) +![Network Authentication](images/network-authentication.png) You may now be prompted to authenticate with the network. Type in your password and then click Connect. @@ -20,6 +20,6 @@ If your password is correct, you will now be authenticated with the network. If you wish to connect to a hidden network, click “Connect to Hidden Network”. It will show the following dialog, where you type the SSID (name of the network) and type of security (if any). -![Hidden Network](../../images/managing-your-system/network-hidden.png) +![Hidden Network](images/network-hidden.png) If the network is found and has a password, you will be prompted to authenticate with the network. \ No newline at end of file diff --git a/content/configuration/configuring-network/images/network-authentication.jpg b/content/configuration/configuring-network/images/network-authentication.jpg new file mode 100644 index 0000000..f4fcb8c Binary files /dev/null and b/content/configuration/configuring-network/images/network-authentication.jpg differ diff --git a/content/configuration/configuring-network/images/network-hidden.jpg b/content/configuration/configuring-network/images/network-hidden.jpg new file mode 100644 index 0000000..17c872a Binary files /dev/null and b/content/configuration/configuring-network/images/network-hidden.jpg differ diff --git a/content/configuration/configuring-network/images/network-overview.jpg b/content/configuration/configuring-network/images/network-overview.jpg new file mode 100644 index 0000000..c9fc43a Binary files /dev/null and b/content/configuration/configuring-network/images/network-overview.jpg differ diff --git a/content/configuration/configuring-sound-and-sound-devices/en.md b/content/configuration/configuring-sound-and-sound-devices/en.md new file mode 100755 index 0000000..6aaede1 --- /dev/null +++ b/content/configuration/configuring-sound-and-sound-devices/en.md @@ -0,0 +1,15 @@ +## Configuring Sound and Sound Devices + +You can configure sound devices, change volume and enable / disable devices through two methods. + +### Raven + +You can access sound settings via the Sound applet in Raven, our Notification and Widget Center. + +![Raven Sound Applet](images/raven-sound-applet.jpg) + +### Settings + +You can access further sound settings, including individual application volume controls, by going to the Budgie Menu, opening Settings, then clicking Sound. + +![Sound Settings](images/sound-settings.jpg) \ No newline at end of file diff --git a/content/configuration/configuring-sound-and-sound-devices/images/raven-sound-applet.jpg b/content/configuration/configuring-sound-and-sound-devices/images/raven-sound-applet.jpg new file mode 100644 index 0000000..5afc011 Binary files /dev/null and b/content/configuration/configuring-sound-and-sound-devices/images/raven-sound-applet.jpg differ diff --git a/content/configuration/configuring-sound-and-sound-devices/images/sound-settings.jpg b/content/configuration/configuring-sound-and-sound-devices/images/sound-settings.jpg new file mode 100644 index 0000000..0c7ed0f Binary files /dev/null and b/content/configuration/configuring-sound-and-sound-devices/images/sound-settings.jpg differ diff --git a/content/configuration/enabling-desktop-icons/en.md b/content/configuration/enabling-desktop-icons/en.md new file mode 100755 index 0000000..6935ec9 --- /dev/null +++ b/content/configuration/enabling-desktop-icons/en.md @@ -0,0 +1,11 @@ +## Enabling Desktop Icons + +You can enable desktop icons by opening Raven, clicking the cog wheel for Budgie Settings, then toggling Desktop Icons on under the Background section. + +![Enable desktop icons](images/raven-desktop-icons.jpg) + +You may now add things to your Desktop by: +1. Opening the file manager +2. Moving the files you want to the Desktop folder (as shown in the image below). + +![Nautilus Desktop section compared with desktop](images/nautilus-desktop-folder.jpg) diff --git a/content/configuration/enabling-desktop-icons/images/nautilus-desktop-folder.jpg b/content/configuration/enabling-desktop-icons/images/nautilus-desktop-folder.jpg new file mode 100644 index 0000000..e52b26d Binary files /dev/null and b/content/configuration/enabling-desktop-icons/images/nautilus-desktop-folder.jpg differ diff --git a/content/configuration/enabling-desktop-icons/images/raven-desktop-icons.jpg b/content/configuration/enabling-desktop-icons/images/raven-desktop-icons.jpg new file mode 100644 index 0000000..aba84e8 Binary files /dev/null and b/content/configuration/enabling-desktop-icons/images/raven-desktop-icons.jpg differ diff --git a/content/configuration/installing-proprietary-drivers/en.md b/content/configuration/installing-proprietary-drivers/en.md new file mode 100755 index 0000000..7f66d5f --- /dev/null +++ b/content/configuration/installing-proprietary-drivers/en.md @@ -0,0 +1,13 @@ +## Installing Proprietary Drivers + +Installing proprietary drivers may improve performance or certain features, however they are usually not necessary for normal daily usage. + +You can enable proprietary Broadcom or NVIDIA drivers by going to the Budgie Menu and opening Hardware Drivers. + +![Doflicky](images/doflicky.jpg) + +If there are proprietary drivers that can be installed, they will show up in the box below the description. You can click the item you wish to install and click Install. + +If you are installing NVIDIA drivers, you may find it to be desirable to install the 32-bit driver as well, in the event you wish to use Steam or WINE. + +**Note:** A reboot will be required to use the newly installed driver. \ No newline at end of file diff --git a/content/configuration/installing-proprietary-drivers/images/doflicky.jpg b/content/configuration/installing-proprietary-drivers/images/doflicky.jpg new file mode 100644 index 0000000..7422831 Binary files /dev/null and b/content/configuration/installing-proprietary-drivers/images/doflicky.jpg differ diff --git a/content/en/managing-your-system/managing-users.md b/content/configuration/managing-users/en.md old mode 100644 new mode 100755 similarity index 52% rename from content/en/managing-your-system/managing-users.md rename to content/configuration/managing-users/en.md index 9691220..080a941 --- a/content/en/managing-your-system/managing-users.md +++ b/content/configuration/managing-users/en.md @@ -1,11 +1,12 @@ ## Managing Users -In this section, we will be reviewing how to add and remove users on your Solus system. Before we begin, go to the Budgie Menu, open the Settings app, then go to Users. +To add and remove users on your Solus system, go to the Budgie Menu, open the Settings app, then go to Users. -![Users section of Settings](../../images/managing-your-system/settings-users.png) +![Users section of Settings](images/settings-users.jpg) *Your window should look fairly similar to the one below.* -To manage your or other’s accounts, you first need to authenticate. Click the Unlock button in the top right corner and type the root password (if you are the only user, this is likely the same password you use to log in). +To manage your or other’s accounts, you first need to authenticate. Click the Unlock button in the top right corner and type your password. Note that you are required to be an administrator. If you're the only user on +the system, then your account is an administrator by default. In the event it is correct, the Unlock button will change to Lock and the Add / Remove buttons will be clickable. @@ -13,14 +14,12 @@ In the event it is correct, the Unlock button will change to Lock and the Add / To add a user, click the `+` button in the bottom left corner of the Users window. This will show the Add User window (shown below). -![Add User Dialog](../../images/managing-your-system/add-user-dialog.png) +![Add User Dialog](images/add-user-dialog.png) ### Removing a user To remove a user, select the user under the “Other Accounts” section and click the `-` button. -![Users section of Settings - Multiple users](../../images/managing-your-system/settings-users-multiusers.png) - Upon clicking the remove the user, you will be brought to the following window. In this window, you have the option to keep their files, delete the files, or cancel the removal of the user’s account. -![Keep files prompt](../../images/managing-your-system/keep-files-prompt.png) \ No newline at end of file +![Keep files prompt](images/keep-files-prompt.jpg) \ No newline at end of file diff --git a/content/configuration/managing-users/images/add-user-dialog.png b/content/configuration/managing-users/images/add-user-dialog.png new file mode 100644 index 0000000..7f2400a Binary files /dev/null and b/content/configuration/managing-users/images/add-user-dialog.png differ diff --git a/content/configuration/managing-users/images/keep-files-prompt.jpg b/content/configuration/managing-users/images/keep-files-prompt.jpg new file mode 100644 index 0000000..43845b6 Binary files /dev/null and b/content/configuration/managing-users/images/keep-files-prompt.jpg differ diff --git a/content/configuration/managing-users/images/settings-users.jpg b/content/configuration/managing-users/images/settings-users.jpg new file mode 100644 index 0000000..9540e39 Binary files /dev/null and b/content/configuration/managing-users/images/settings-users.jpg differ diff --git a/content/en/advanced.md b/content/en/advanced.md deleted file mode 100644 index c6d9528..0000000 --- a/content/en/advanced.md +++ /dev/null @@ -1,4 +0,0 @@ -# Advanced -*We've build the engine. You get to tune it.* - - \ No newline at end of file diff --git a/content/en/advanced/delivering-software.md b/content/en/advanced/delivering-software.md deleted file mode 100644 index 3bdb311..0000000 --- a/content/en/advanced/delivering-software.md +++ /dev/null @@ -1,3 +0,0 @@ -## Delivering software on the system - -Software is delivered for Solus through the Solus repository. In the event you wish to provide **open source** software via the repository, we provide a [Packaging Guide](https://wiki.solus-project.com/Packaging_Guide) to help get you started. \ No newline at end of file diff --git a/content/en/advanced/other-resources.md b/content/en/advanced/other-resources.md deleted file mode 100644 index d2abc44..0000000 --- a/content/en/advanced/other-resources.md +++ /dev/null @@ -1,6 +0,0 @@ -## Other Resources - -- [Official website](https://solus-project.com/) -- [Blog](https://solus-project.com/blog/) -- [Solus Release Cycle](https://solus-project.com/release-cycle/) -- [Solus wiki](https://wiki.solus-project.com/Main_Page) \ No newline at end of file diff --git a/content/en/advanced/package-manager.md b/content/en/advanced/package-manager.md deleted file mode 100644 index bd27b5d..0000000 --- a/content/en/advanced/package-manager.md +++ /dev/null @@ -1,3 +0,0 @@ -## Using the Package manager - -Solus uses the eopkg package management system to deliver software to the end-user. You can read about the package manager [here](https://wiki.solus-project.com/Package_Management). \ No newline at end of file diff --git a/content/en/common-tasks.md b/content/en/common-tasks.md deleted file mode 100644 index bfc41bb..0000000 --- a/content/en/common-tasks.md +++ /dev/null @@ -1,6 +0,0 @@ -# Common Tasks -*Solus aims to make the everyday experience of computing easier.* - -*We provide numerous applications out of the box to make your experience seamless.* - - \ No newline at end of file diff --git a/content/en/common-tasks/installing-and-updating-software.md b/content/en/common-tasks/installing-and-updating-software.md deleted file mode 100644 index 14fd645..0000000 --- a/content/en/common-tasks/installing-and-updating-software.md +++ /dev/null @@ -1,5 +0,0 @@ -## Installing and updating software - -![Software Center](../../images/common-tasks/installing-and-updating-software.png) - -You can install software (*such as the free office suite LibreOffice*) as well as updating software via our Software Center. \ No newline at end of file diff --git a/content/en/first-boot.md b/content/en/first-boot.md deleted file mode 100644 index 3fe068e..0000000 --- a/content/en/first-boot.md +++ /dev/null @@ -1,5 +0,0 @@ -# First Boot - -When you first boot up your new Solus system, you will be setting up your language and keyboard settings, your user account, and network settings. - - \ No newline at end of file diff --git a/content/en/first-boot/keyboard-layout-selection.md b/content/en/first-boot/keyboard-layout-selection.md deleted file mode 100644 index 13a1b73..0000000 --- a/content/en/first-boot/keyboard-layout-selection.md +++ /dev/null @@ -1,9 +0,0 @@ -## Keyboard Layout - -Select the language and layout for your keyboard. *You can change or add more later.* - -![Select keyboard layout](../../images/first-boot/keyboard-layout-selection.png) - -If you do not find the correct keyboard layout, click the ⋮ button and type your language / keyboard layout like in the above image. - -Upon finding and selecting the correct keyboard layout, click Next. \ No newline at end of file diff --git a/content/en/first-boot/language-selection.md b/content/en/first-boot/language-selection.md deleted file mode 100644 index 095f180..0000000 --- a/content/en/first-boot/language-selection.md +++ /dev/null @@ -1,7 +0,0 @@ -## Language Selection - -Select the language to use on your computer. *You can add more later.* - -![Select your language](../../images/first-boot/language-selection.png) - -If the language is listed like above, click it. Otherwise click the ⋮ for more options. Then proceed by clicking the Next button in the top right corner. \ No newline at end of file diff --git a/content/en/first-boot/online-accounts.md b/content/en/first-boot/online-accounts.md deleted file mode 100644 index 9de458f..0000000 --- a/content/en/first-boot/online-accounts.md +++ /dev/null @@ -1,7 +0,0 @@ -## Online Accounts - -You have the option to connect your online accounts to easily access your calendar, contacts, documents, and more. This is an **optional** step and can always be done later via the Settings application. - -![Online Accounts Image](../../images/first-boot/online-accounts.png) - -In the interest of time, this guide will skip the Online Accounts creation. You can do as well by clicking the Skip button. \ No newline at end of file diff --git a/content/en/first-boot/privacy.md b/content/en/first-boot/privacy.md deleted file mode 100644 index e39a629..0000000 --- a/content/en/first-boot/privacy.md +++ /dev/null @@ -1,12 +0,0 @@ -## Privacy - -In this section, you have the option to disable Location Services. Location Services are used to determine your geographical location and are only used for specific applications. - -![Toggling location services](../../images/first-boot/toggling-location-services.png) - -``` tinynote -Solus Project does not store use any of the location information provided by the system. -Location Services is solely used by applications and provided by your desktop. -``` - -After keeping it the same or disabling Location Services, click Next. \ No newline at end of file diff --git a/content/en/first-boot/ready-to-go.md b/content/en/first-boot/ready-to-go.md deleted file mode 100644 index e5bff6c..0000000 --- a/content/en/first-boot/ready-to-go.md +++ /dev/null @@ -1,7 +0,0 @@ -## Ready to Go! - -You're now ready to use your Solus system! - -![Ready to Go!](../../images/first-boot/ready-to-go.png) - -Click the "Start using Solus Operating System" button and you will be moved to the login screen to log in to your fresh system. \ No newline at end of file diff --git a/content/en/first-boot/set-password.md b/content/en/first-boot/set-password.md deleted file mode 100644 index 1fbed27..0000000 --- a/content/en/first-boot/set-password.md +++ /dev/null @@ -1,13 +0,0 @@ -## Set a password - -We are now entering a password to secure our user account created in the previous step. - -![Set a password](../../images/first-boot/set-password.png) - -We recommend using a strong password that is: - -- 8 characters or more. -- A mix of lowercase, uppercase, and numbers. -- Optionally punctuation. - -As your password gets strong, the green progress bar fills up. So long as one green section is filled and your passwords match, you can click Next. But you should have it be as strong as possible! \ No newline at end of file diff --git a/content/en/first-boot/timezone-selection.md b/content/en/first-boot/timezone-selection.md deleted file mode 100644 index fdf3216..0000000 --- a/content/en/first-boot/timezone-selection.md +++ /dev/null @@ -1,9 +0,0 @@ -## Timezone Selection - -We are now choosing our timezone. - -![Timezone selection](../../images/first-boot/timezone-selection.png) - -We attempt to automatically determine your current timezone, however in the event it is incorrect, you may select individual regions or type (*click the Search button*) your location to find the most relevant and close result. - -After setting your timezone, click Next. \ No newline at end of file diff --git a/content/en/first-boot/user-creation.md b/content/en/first-boot/user-creation.md deleted file mode 100644 index 8aad278..0000000 --- a/content/en/first-boot/user-creation.md +++ /dev/null @@ -1,7 +0,0 @@ -## User Creation - -We are now entering your name and username into the About You page. You can also choose an avatar by clicking image above the About You header. - -![About You](../../images/first-boot/about-you.png) - -After you have entered your name and username, proceed by clicking Next. \ No newline at end of file diff --git a/content/en/installing.md b/content/en/installing.md deleted file mode 100644 index fd2c1bd..0000000 --- a/content/en/installing.md +++ /dev/null @@ -1,5 +0,0 @@ -# Installing - -This section will walk you through the installation of the Solus operating system. - - \ No newline at end of file diff --git a/content/en/installing/finishing.md b/content/en/installing/finishing.md deleted file mode 100644 index 8e1530c..0000000 --- a/content/en/installing/finishing.md +++ /dev/null @@ -1,9 +0,0 @@ -### Finishing - -![Finishing Install](../../images/installing/finished.png) - -Upon getting to this screen, exit the Installer. - -If you are using a DVD, proceed to eject the DVD and turn off your system. If you are using a USB, proceed to turn off your system and remove the USB. - -Now turn on your system! \ No newline at end of file diff --git a/content/en/installing/partitioning.md b/content/en/installing/partitioning.md deleted file mode 100644 index 4f8bd65..0000000 --- a/content/en/installing/partitioning.md +++ /dev/null @@ -1,44 +0,0 @@ -## Partitioning Your System - -In this section, you will proceed to partition your system. This may mean the erasing of personal information on this system. If you are using a UEFI / EFI system, please follow the partitioning notes stated [here](https://wiki.solus-project.com/UEFI). - -![Partitioning Start](../../images/installing/partitioning-start.png) -**Note:** The above screenshot reflects an empty drive. Your drive may appear differently. - -### Configuring Partitions - -The next step will be to select the drive you wish to install Solus to. After clicking the appropriate drive, you will come across our partition manager system. Now click Launch Partition Manager. This will launch a new window with a program called GParted. - -If your device contains data / is **not** empty, skip this step. If your drive contains **no data**, click on Device menu, then Create Partition Table. Click the dropdown next to Select new partition table type and click **gpt**. Now click Apply. - -![GParted Create Partition Table](../../images/installing/gparted-device-partition-table.png) - -![GParted Partition Swap](../../images/installing/gparted-partition-swap.png) - -Next, right click on the “unallocated” row in the partition table (below the graph) and click New. - -This will bring you to the Create new Partition window, where we will first create Swap. - -``` tinynote -What is Swap? -Swap is disk space that is used to contain application’s resources -in the event your system’s memory (RAM) is full. -``` - -We recommend a default of 2GB (2048 MiB) for swap. Type “2048” into the “New size (MiB) section. Now click the “File system” dropdown and press “linux-swap”. Proceed by pressing Add. - -![GParted Partition Rest of Unallocated](../../images/installing/gparted-partition-rest.png) - -Right click the unallocated row again and proceed to click Add (*you will not need to change anything*). - -Now click the big green check box to format the drive to the way you partitioned it. After it is done, it will say “All operations successfully completed”. Click close. Then close the GParted window. - -### Assigning Partititions - -![Assigning root and swap partitions](../../images/installing/installer-partition-assigning.png) - -You should now see a screen such as this, showing the new partitions. - -First, click the **swap** device and click “Assign as swap partition”. - -After doing so, click the **second device (ext4)** and click “Assign as root partition”. Remember the device prefix (in the image above, it is `/dev/sdb`) and click Next. \ No newline at end of file diff --git a/content/en/installing/starting-installer.md b/content/en/installing/starting-installer.md deleted file mode 100644 index b288e06..0000000 --- a/content/en/installing/starting-installer.md +++ /dev/null @@ -1,5 +0,0 @@ -## Starting Installer - -![Installer Start Image](../../images/installing/installer-start.png) - -The first step to installing Solus is, naturally, starting the Installer. Click the down-arrow icon in the upper left corner of the screen, then proceed to click Install Solus. \ No newline at end of file diff --git a/content/en/installing/system-settings-and-bootloader.md b/content/en/installing/system-settings-and-bootloader.md deleted file mode 100644 index 7ec5147..0000000 --- a/content/en/installing/system-settings-and-bootloader.md +++ /dev/null @@ -1,9 +0,0 @@ -## System Settings and Bootloader - -![Set computer name and bootloader](../../images/installing/bootloader.png) - -You will now come across a System settings section. This is where you type the name you wish to call your computer. Using the device from the preview screen (partitioning), click “Should we install a bootloader on this computer?” and then select that device. - -Click next, review the Summary, then click Next if everything looks good! - -It will now begin installation of Solus on your system! This may take some time. \ No newline at end of file diff --git a/content/en/landing-page.md b/content/en/landing-page.md deleted file mode 100644 index 3aa6717..0000000 --- a/content/en/landing-page.md +++ /dev/null @@ -1,8 +0,0 @@ -![Solus Logo](../images/solus-project-logo.png) - -# User Guide - -Welcome to the User Guide of the Solus Project's Solus Operating System. -This guide will walk you through the installation and usage of Solus. - -*Release 1 - January 10th, 2015* \ No newline at end of file diff --git a/content/en/managing-your-system.md b/content/en/managing-your-system.md deleted file mode 100644 index bb2ea10..0000000 --- a/content/en/managing-your-system.md +++ /dev/null @@ -1,3 +0,0 @@ -# Managing your system - - \ No newline at end of file diff --git a/content/en/managing-your-system/changing-background.md b/content/en/managing-your-system/changing-background.md deleted file mode 100644 index 9a7e310..0000000 --- a/content/en/managing-your-system/changing-background.md +++ /dev/null @@ -1,9 +0,0 @@ -## Changing Background - -![Background selector in Gnome Control Center](../../images/managing-your-system/changing-background.png) - -You can change your background by going to the Budgie Menu, opening Settings, then clicking Background. - -You will have two options, Background and Lock Screen. Select Background. - -In this section, you can choose between predefined wallpapers,pictures in your Pictures folder, or solid colors. After choosing, click Select. \ No newline at end of file diff --git a/content/en/managing-your-system/configuring-keyboard-layout.md b/content/en/managing-your-system/configuring-keyboard-layout.md deleted file mode 100644 index 8dee110..0000000 --- a/content/en/managing-your-system/configuring-keyboard-layout.md +++ /dev/null @@ -1,21 +0,0 @@ -## Configuring Keyboard Layout - -You can change your language by going to the Budgie Menu, opening Settings, then clicking Region and Language. - -You will now be shown the following dialog. - -![Languages Overview](../../images/managing-your-system/languages-overview.png) - -Click the `+` button to add an input source (keyboard layout). You will be shown the following dialog. - -![Add Input Source](../../images/managing-your-system/add-input-source.png) - -Here, you can select the language and then keyboard layout within each language section. If it does not appear in this list, click the ⋮ button. This will enable you to search for the keyboard layout you wish to use. - -After choosing the keyboard layout, click Done. You will be brought back to the following dialog with your new keyboard layout. In the image below, we are now using English (US) and Finnish layout. - -![Languages Overview - New Languages](../../images/managing-your-system/languages-overview-newlang.png) - -You can remove a keyboard layout by click on one of the items, for instance Finnish, then clicking the `-` button. - -If you wish to use multiple keyboard layouts, you can switch to them by using: `Windows key + Space` \ No newline at end of file diff --git a/content/en/managing-your-system/configuring-mouse-and-touchpad.md b/content/en/managing-your-system/configuring-mouse-and-touchpad.md deleted file mode 100644 index 5d36c7e..0000000 --- a/content/en/managing-your-system/configuring-mouse-and-touchpad.md +++ /dev/null @@ -1,11 +0,0 @@ -## Configuring Mouse and Touchpad - -You can configure the settings of your mouse and/or touchpad by going to the Budgie Menu, opening the Settings app, then clicking the Mouse & Touchpad section. You will be presented with the following window. - -![Mouse & Touchpad Overview](../../images/managing-your-system/mouse-and-touchpad-overview.png) - -In this window, you can set if you want your primary button (usually left click) to be left or right, speed of double-clicking, and individual pointer speeds for mouse and touchpad. - -You can also toggle Tap to click (click via touchpad), two-finger scrolling, and “natural scrolling” (reversed scrolling directions). - -You can also test your settings by clicking the Test Your Settings button in the top right of the window. \ No newline at end of file diff --git a/content/en/managing-your-system/configuring-sound-and-sound-devices.md b/content/en/managing-your-system/configuring-sound-and-sound-devices.md deleted file mode 100644 index 47d54c8..0000000 --- a/content/en/managing-your-system/configuring-sound-and-sound-devices.md +++ /dev/null @@ -1,19 +0,0 @@ -## Configuring Sound and Sound Devices - -You can configure sound devices, change volume and enable / disable devices through two methods. - -### Raven - -` special-formatting: image-float-left` - -![Raven Sound Applet](../../images/managing-your-system/raven-sound-applet.png) - -` end-special-formatting ` - -You can access sound settings via the Sound applet in Raven. Please consult the Raven section of Using Desktop for information on access Raven. - -### Settings - -![Sound Settings](../../images/managing-your-system/settings-sound.png) - -You can access further sound settings, including individual application volume controls, by going to the Budgie Menu, opening Settings, then clicking Sound. \ No newline at end of file diff --git a/content/en/managing-your-system/enabling-desktop-icons.md b/content/en/managing-your-system/enabling-desktop-icons.md deleted file mode 100644 index 7342554..0000000 --- a/content/en/managing-your-system/enabling-desktop-icons.md +++ /dev/null @@ -1,13 +0,0 @@ -## Enabling Desktop Icons - -You can enable desktop icons by going to the Budgie Menu and typing Tweak Tools. After opening Tweak Tools, go to the Desktop section. - -![Desktop section of Tweak Tools](../../images/managing-your-system/tweak-tools-desktop.png) - -From the desktop section, click the toggle button to the right of Icons on Desktop. You can also choose what is automatically shown on the desktop. - -You may now add things to your Desktop by: -1. Opening the file manager -2. Moving the files you want to the Desktop folder (as shown in the image below). - -![Nautilus Desktop section compared with desktop](../../images/managing-your-system/nautilus-and-desktop-view.png) diff --git a/content/en/managing-your-system/enabling-proprietary-drivers.md b/content/en/managing-your-system/enabling-proprietary-drivers.md deleted file mode 100644 index 292e4c7..0000000 --- a/content/en/managing-your-system/enabling-proprietary-drivers.md +++ /dev/null @@ -1,9 +0,0 @@ -## Enabling Proprietary Drivers - -Enabling proprietary drivers may improve performance or certain features, however they are usually not necessary for normal daily usage. - -You can enable proprietary AMD and Nvidia drivers by going to the Budgie Menu and opening Hardware Drivers. - -![Doflicky](../../images/managing-your-system/doflicky.png) - -If there are proprietary drivers that can be installed, they will show up in the box below the description. You can click the item you wish to install and click Install. A reboot will be required to use the newly installed driver. \ No newline at end of file diff --git a/content/en/managing-your-system/other-system-settings.md b/content/en/managing-your-system/other-system-settings.md deleted file mode 100644 index bfa3de2..0000000 --- a/content/en/managing-your-system/other-system-settings.md +++ /dev/null @@ -1,8 +0,0 @@ -## Other System settings - -You can access other system settings via the Settings app. Below is a table of commonly changed system settings and their location in the Settings app. - -Action | Location ------ | ----- -Configuring Bluetooth Devices | Bluetooth -Configuring Wacom Tablets | Wacom Tablet \ No newline at end of file diff --git a/content/en/preface.md b/content/en/preface.md deleted file mode 100644 index 367a1ce..0000000 --- a/content/en/preface.md +++ /dev/null @@ -1,15 +0,0 @@ -# Preface - -Solus is built by contributors volunteering their time and resources to create this free and open source operating system. We are grateful for everyone’s contributions and love to continuously provide support and improve Solus. - -If you feel you have benefited from the use of Solus, we encourage you to help support the Solus Project and our mission. - -To see how you can support the project, go to: - -[https://solus-project.com/support/](https://solus-project.com/support/) - -Sincerely, - -Solus Project Team - -![Heart Image](../images/heart.png) \ No newline at end of file diff --git a/content/en/using-the-desktop.md b/content/en/using-the-desktop.md deleted file mode 100644 index 3a5b73c..0000000 --- a/content/en/using-the-desktop.md +++ /dev/null @@ -1,6 +0,0 @@ -# Using The Desktop - -![Default Desktop Image](../images/using-the-desktop/default-desktop.png) -*Designed with the modern user in mind, our desktop environment focuses on simplicity and elegance.* - - \ No newline at end of file diff --git a/content/en/using-the-desktop/about-budgie.md b/content/en/using-the-desktop/about-budgie.md deleted file mode 100644 index d6edd50..0000000 --- a/content/en/using-the-desktop/about-budgie.md +++ /dev/null @@ -1,63 +0,0 @@ -## About Budgie - -Budgie is the flagship desktop environment of the Solus Operating System. It is designed with the modern user in mind, it focuses on simplicity and elegance, while being powerful and customizable enough to make it your own. - -### Accessibility - -Budgie has been tested and refined to ensure High Contrast theming works out-of-the-box and enabling usage by individuals with visual impairments. - -### Budgie Menu - -` special-formatting: image-float-left` -![Budgie Menu](../../images/using-the-desktop/budgie-menu.jpg) -` end-special-formatting` - -This menu enables quick access to your installed programs and offers category and compact views. - -### Raven - -` special-formatting: image-float-left` -![Raven](../../images/using-the-desktop/raven.jpg) -` end-special-formatting` - -Budgie ships with an applet, notification and customization center referred to as Raven. Raven enables you to: - -1. Easily access calendar information, sound volume, media player controls, and more via Applets view. -2. Manage incoming application and system notifications via Notifications view -3. Customize your Budgie and system experience by enabling you to: - 1. Toggle system-wide Dark theme. - 2. Change GTK and icon theming - 3. Add, remove, and modify Budgie panels, their properties as well as their displayed applets. -4. Obtain quick access to system settings and power options such as restart, suspend, and shutdown. - -You can access Raven by clicking the status icons (such as notification bell) in the top right corner of the screen or via the Keyboard Shortcut stated below. - -### Keyboard Shortcuts - -We provide numerous keyboard shortcuts to enable quick access to areas of the Budgie desktop. - -Keyboard Shortcut | Action ------ | ----- -Windows Key (*also Windows key + S*) | Open Budgie Menu -Windows Key + N | Open Raven - -### Budgie Settings - -` special-formatting: image-float-left` -![Budgie Settings](../../images/using-the-desktop/raven-general.jpg) -` end-special-formatting` - -You can customize your Budgie desktop experience via Raven. Click the cog wheel icon when you have Raven open. - -In the Budgie Settings “General” section, you can choose to use a global Dark theme, “widget” theme, and icon theming. - -` special-formatting: image-float-left` -![Budgie Settings - Panel](../../images/using-the-desktop/raven-settings-panel.png) -` end-special-formatting` - -In the Budgie Settings “Panel” section, you can choose: -- If you wish for the panel (where running applications, clock, etc. are shown) to be on the top or bottom of the screen -- How tall the panel is and whether it has a shadow. -- The positioning of individual “applets” (like the clock). -- Individual sections for applets (click on the Icon Task List applet as an example and see the cog wheel light up.) - - Sometimes individual applets have further customization options! The Icon Task List enables you to enlarge the icons, for example. diff --git a/content/eopkg/basics/en.md b/content/eopkg/basics/en.md new file mode 100755 index 0000000..7a0fc90 --- /dev/null +++ b/content/eopkg/basics/en.md @@ -0,0 +1,91 @@ +# Basics to eopkg + +Solus uses the eopkg package management system to deliver software to the end-user. +Below are some basic commands for using eopkg. + +## Installing Software + +You can install one or more packages by using: + +``` bash +sudo eopkg install packagename +``` + +For example: + +``` bash +sudo eopkg install gnome-documents gnome-music +``` + +## Reinstalling Software + +You can reinstall one or more packages by using: + +``` bash +sudo eopkg install --reinstall packagename +``` + +For example: + +``` bash +sudo eopkg install --reinstall gnome-documents gnome-music +``` + +## Uninstalling Software + +You can uninstall one or more packages by using: + +``` +sudo eopkg remove packagename +``` + +For example: + +``` bash +sudo eopkg remove gnome-documents gnome-music +``` + +### Get Information on Software + +You can get information on software, such as its description, version, installation size, and more, by using + +``` bash +sudo eopkg info packagename +``` + +For example: + +``` bash +sudo eopkg info gnome-documents +``` + +## Updating + +You can update your system by using: + +``` bash +sudo eopkg upgrade +``` + +If you want to **only** update a specific piece of software on your system, you can specify is like below: + +``` bash +sudo eopkg upgrade firefox +``` + +## Searching + +You can search the software selection Solus provides by using: + +``` bash +sudo eopkg search term +``` + +For example: + +``` bash +sudo eopkg search documents +``` + +Notice that you don't need to search for a specific software name, although you can do that. We search +summaries and software names by default. \ No newline at end of file diff --git a/content/eopkg/history-and-rollback/en.md b/content/eopkg/history-and-rollback/en.md new file mode 100755 index 0000000..b9672a0 --- /dev/null +++ b/content/eopkg/history-and-rollback/en.md @@ -0,0 +1,28 @@ +# History and Software Rollback + +Solus provides a history and rollback feature via its package manager, +eopkg. This feature allows you to see when your repository was last +updated, actions such as installation, removal, and upgrading of software. + +Our rollback feature allows you to essentially rewind your system's software back +to a previous state, assuming you or our repository has the versions in question. + +## History + +You can see the history from eopkg by using: + +``` bash +sudo eopkg history +``` + +## Rollback + +To rollback your system, first use the above history command to check what the +transaction / operation number was. Then, we use the following command: + +``` bash +sudo eopkg history -t number +``` + +The number, in this case, is the operation before the one you want to change. So if +the number was `100`, then you would use `99`. \ No newline at end of file diff --git a/content/eopkg/repo-management/en.md b/content/eopkg/repo-management/en.md new file mode 100755 index 0000000..e59a05d --- /dev/null +++ b/content/eopkg/repo-management/en.md @@ -0,0 +1,87 @@ +# Repository Management with eopkg + +While Solus currently only provides two repositories, stable (shannon) and stable, our +package manager does support actively using multiple repositories on your system. This +is useful if you are using a vendor-provided repository. + +## Adding a Repository + +You can add a repository by using: + +``` bash +sudo eopkg add-repo Name Url +``` + +For example: + +``` bash +sudo eopkg add-repo Example http://example.com/repo/eopkg-index.xml.gz +``` + +**Note:** This does not enable the repository. + +## Removing a Repository + +You can remove a repository by using: + +``` bash +sudo eopkg remove-repo Name +``` + +For example: + +``` bash +sudo eopkg remove-repo Example +``` + +## Enabling a Repository + +You can enable a repository for usage, by using: + +``` bash +sudo eopkg enable-repo Name +``` + +For example: + +``` bash +sudo eopkg enable-repo Example +``` + +## Disabling a Repository + +You can disable a repository by using: + +``` bash +sudo eopkg disable-repo Name +``` + +For example: + +``` bash +sudo eopkg disable-repo Example +``` + +## Updating a Repository + +You can update the index of a repository by using: + +``` bash +sudo eopkg update-repo Name +``` + +For example: + +``` bash +sudo eopkg update-repo Example +``` + +**Note:** You can update all repository by **not** providing a name. + +## List repositories + +You can list all the repositories added on your system by using: + +``` bash +sudo eopkg list-repo +``` \ No newline at end of file diff --git a/content/images/common-tasks/browsing-the-web.png b/content/images/common-tasks/browsing-the-web.png deleted file mode 100644 index 2810892..0000000 Binary files a/content/images/common-tasks/browsing-the-web.png and /dev/null differ diff --git a/content/images/common-tasks/checking-email.png b/content/images/common-tasks/checking-email.png deleted file mode 100644 index b1caddd..0000000 Binary files a/content/images/common-tasks/checking-email.png and /dev/null differ diff --git a/content/images/common-tasks/installing-and-updating-software.png b/content/images/common-tasks/installing-and-updating-software.png deleted file mode 100644 index 9ce2e5a..0000000 Binary files a/content/images/common-tasks/installing-and-updating-software.png and /dev/null differ diff --git a/content/images/common-tasks/listening-to-music.png b/content/images/common-tasks/listening-to-music.png deleted file mode 100644 index a9970e5..0000000 Binary files a/content/images/common-tasks/listening-to-music.png and /dev/null differ diff --git a/content/images/common-tasks/managing-your-files.png b/content/images/common-tasks/managing-your-files.png deleted file mode 100644 index 98243da..0000000 Binary files a/content/images/common-tasks/managing-your-files.png and /dev/null differ diff --git a/content/images/common-tasks/watching-videos.png b/content/images/common-tasks/watching-videos.png deleted file mode 100644 index 33d164a..0000000 Binary files a/content/images/common-tasks/watching-videos.png and /dev/null differ diff --git a/content/images/first-boot/about-you.png b/content/images/first-boot/about-you.png deleted file mode 100644 index afffc91..0000000 Binary files a/content/images/first-boot/about-you.png and /dev/null differ diff --git a/content/images/first-boot/keyboard-layout-selection.png b/content/images/first-boot/keyboard-layout-selection.png deleted file mode 100644 index ab3be06..0000000 Binary files a/content/images/first-boot/keyboard-layout-selection.png and /dev/null differ diff --git a/content/images/first-boot/language-selection.png b/content/images/first-boot/language-selection.png deleted file mode 100644 index 584ba95..0000000 Binary files a/content/images/first-boot/language-selection.png and /dev/null differ diff --git a/content/images/first-boot/online-accounts.png b/content/images/first-boot/online-accounts.png deleted file mode 100644 index dff4ea5..0000000 Binary files a/content/images/first-boot/online-accounts.png and /dev/null differ diff --git a/content/images/first-boot/ready-to-go.png b/content/images/first-boot/ready-to-go.png deleted file mode 100644 index e3a9ba7..0000000 Binary files a/content/images/first-boot/ready-to-go.png and /dev/null differ diff --git a/content/images/first-boot/set-password.png b/content/images/first-boot/set-password.png deleted file mode 100644 index bafda38..0000000 Binary files a/content/images/first-boot/set-password.png and /dev/null differ diff --git a/content/images/first-boot/timezone-selection.png b/content/images/first-boot/timezone-selection.png deleted file mode 100644 index 016397d..0000000 Binary files a/content/images/first-boot/timezone-selection.png and /dev/null differ diff --git a/content/images/first-boot/toggling-location-services.png b/content/images/first-boot/toggling-location-services.png deleted file mode 100644 index 342902a..0000000 Binary files a/content/images/first-boot/toggling-location-services.png and /dev/null differ diff --git a/content/images/gnome-multiwriter/done.png b/content/images/gnome-multiwriter/done.png deleted file mode 100644 index 92276ad..0000000 Binary files a/content/images/gnome-multiwriter/done.png and /dev/null differ diff --git a/content/images/gnome-multiwriter/start.png b/content/images/gnome-multiwriter/start.png deleted file mode 100644 index 8c95862..0000000 Binary files a/content/images/gnome-multiwriter/start.png and /dev/null differ diff --git a/content/images/gnome-multiwriter/writing.png b/content/images/gnome-multiwriter/writing.png deleted file mode 100644 index 45838a4..0000000 Binary files a/content/images/gnome-multiwriter/writing.png and /dev/null differ diff --git a/content/images/heart.png b/content/images/heart.png old mode 100644 new mode 100755 diff --git a/content/images/installing/bootloader.png b/content/images/installing/bootloader.png deleted file mode 100644 index 9c12512..0000000 Binary files a/content/images/installing/bootloader.png and /dev/null differ diff --git a/content/images/installing/finished.png b/content/images/installing/finished.png deleted file mode 100644 index 6856065..0000000 Binary files a/content/images/installing/finished.png and /dev/null differ diff --git a/content/images/installing/gparted-device-partition-table.png b/content/images/installing/gparted-device-partition-table.png deleted file mode 100644 index 4b4fb38..0000000 Binary files a/content/images/installing/gparted-device-partition-table.png and /dev/null differ diff --git a/content/images/installing/gparted-partition-rest.png b/content/images/installing/gparted-partition-rest.png deleted file mode 100644 index d5dd435..0000000 Binary files a/content/images/installing/gparted-partition-rest.png and /dev/null differ diff --git a/content/images/installing/gparted-partition-swap.png b/content/images/installing/gparted-partition-swap.png deleted file mode 100644 index 6b550bf..0000000 Binary files a/content/images/installing/gparted-partition-swap.png and /dev/null differ diff --git a/content/images/installing/installer-partition-assigning.png b/content/images/installing/installer-partition-assigning.png deleted file mode 100644 index 00eec6f..0000000 Binary files a/content/images/installing/installer-partition-assigning.png and /dev/null differ diff --git a/content/images/installing/installer-start.png b/content/images/installing/installer-start.png deleted file mode 100644 index d4c99d1..0000000 Binary files a/content/images/installing/installer-start.png and /dev/null differ diff --git a/content/images/installing/partitioning-start.png b/content/images/installing/partitioning-start.png deleted file mode 100644 index 7f316a7..0000000 Binary files a/content/images/installing/partitioning-start.png and /dev/null differ diff --git a/content/images/managing-your-system/add-input-source.png b/content/images/managing-your-system/add-input-source.png deleted file mode 100644 index 86278a6..0000000 Binary files a/content/images/managing-your-system/add-input-source.png and /dev/null differ diff --git a/content/images/managing-your-system/add-user-dialog.png b/content/images/managing-your-system/add-user-dialog.png deleted file mode 100644 index b2a14ea..0000000 Binary files a/content/images/managing-your-system/add-user-dialog.png and /dev/null differ diff --git a/content/images/managing-your-system/arrange-displays.png b/content/images/managing-your-system/arrange-displays.png deleted file mode 100644 index 99ea2a8..0000000 Binary files a/content/images/managing-your-system/arrange-displays.png and /dev/null differ diff --git a/content/images/managing-your-system/changing-background.png b/content/images/managing-your-system/changing-background.png deleted file mode 100644 index a535d1b..0000000 Binary files a/content/images/managing-your-system/changing-background.png and /dev/null differ diff --git a/content/images/managing-your-system/configuring-date-and-time.png b/content/images/managing-your-system/configuring-date-and-time.png deleted file mode 100644 index 4b4d7a3..0000000 Binary files a/content/images/managing-your-system/configuring-date-and-time.png and /dev/null differ diff --git a/content/images/managing-your-system/displays-overview.png b/content/images/managing-your-system/displays-overview.png deleted file mode 100644 index 3e9f309..0000000 Binary files a/content/images/managing-your-system/displays-overview.png and /dev/null differ diff --git a/content/images/managing-your-system/doflicky.png b/content/images/managing-your-system/doflicky.png deleted file mode 100644 index 4c6f038..0000000 Binary files a/content/images/managing-your-system/doflicky.png and /dev/null differ diff --git a/content/images/managing-your-system/individual-display-settings.png b/content/images/managing-your-system/individual-display-settings.png deleted file mode 100644 index 5fca53a..0000000 Binary files a/content/images/managing-your-system/individual-display-settings.png and /dev/null differ diff --git a/content/images/managing-your-system/keep-files-prompt.png b/content/images/managing-your-system/keep-files-prompt.png deleted file mode 100644 index 2a3d01d..0000000 Binary files a/content/images/managing-your-system/keep-files-prompt.png and /dev/null differ diff --git a/content/images/managing-your-system/language-selection-dialog-typing.png b/content/images/managing-your-system/language-selection-dialog-typing.png deleted file mode 100644 index d79ef6d..0000000 Binary files a/content/images/managing-your-system/language-selection-dialog-typing.png and /dev/null differ diff --git a/content/images/managing-your-system/language-selection-dialog.png b/content/images/managing-your-system/language-selection-dialog.png deleted file mode 100644 index ea252b3..0000000 Binary files a/content/images/managing-your-system/language-selection-dialog.png and /dev/null differ diff --git a/content/images/managing-your-system/languages-overview-newlang.png b/content/images/managing-your-system/languages-overview-newlang.png deleted file mode 100644 index d934dce..0000000 Binary files a/content/images/managing-your-system/languages-overview-newlang.png and /dev/null differ diff --git a/content/images/managing-your-system/languages-overview.png b/content/images/managing-your-system/languages-overview.png deleted file mode 100644 index d15bc30..0000000 Binary files a/content/images/managing-your-system/languages-overview.png and /dev/null differ diff --git a/content/images/managing-your-system/mouse-and-touchpad-overview.png b/content/images/managing-your-system/mouse-and-touchpad-overview.png deleted file mode 100644 index 599b323..0000000 Binary files a/content/images/managing-your-system/mouse-and-touchpad-overview.png and /dev/null differ diff --git a/content/images/managing-your-system/nautilus-and-desktop-view.png b/content/images/managing-your-system/nautilus-and-desktop-view.png deleted file mode 100644 index 7d2869c..0000000 Binary files a/content/images/managing-your-system/nautilus-and-desktop-view.png and /dev/null differ diff --git a/content/images/managing-your-system/network-authentication.png b/content/images/managing-your-system/network-authentication.png deleted file mode 100644 index 6c84d84..0000000 Binary files a/content/images/managing-your-system/network-authentication.png and /dev/null differ diff --git a/content/images/managing-your-system/network-hidden.png b/content/images/managing-your-system/network-hidden.png deleted file mode 100644 index 97ea439..0000000 Binary files a/content/images/managing-your-system/network-hidden.png and /dev/null differ diff --git a/content/images/managing-your-system/network-overview.png b/content/images/managing-your-system/network-overview.png deleted file mode 100644 index 4172eaa..0000000 Binary files a/content/images/managing-your-system/network-overview.png and /dev/null differ diff --git a/content/images/managing-your-system/raven-sound-applet.png b/content/images/managing-your-system/raven-sound-applet.png deleted file mode 100644 index f78a86c..0000000 Binary files a/content/images/managing-your-system/raven-sound-applet.png and /dev/null differ diff --git a/content/images/managing-your-system/settings-default-applications.png b/content/images/managing-your-system/settings-default-applications.png deleted file mode 100644 index 78a5f01..0000000 Binary files a/content/images/managing-your-system/settings-default-applications.png and /dev/null differ diff --git a/content/images/managing-your-system/settings-sound.png b/content/images/managing-your-system/settings-sound.png deleted file mode 100644 index b9b1985..0000000 Binary files a/content/images/managing-your-system/settings-sound.png and /dev/null differ diff --git a/content/images/managing-your-system/settings-users-multiusers.png b/content/images/managing-your-system/settings-users-multiusers.png deleted file mode 100644 index a58116a..0000000 Binary files a/content/images/managing-your-system/settings-users-multiusers.png and /dev/null differ diff --git a/content/images/managing-your-system/settings-users.png b/content/images/managing-your-system/settings-users.png deleted file mode 100644 index 3b505de..0000000 Binary files a/content/images/managing-your-system/settings-users.png and /dev/null differ diff --git a/content/images/managing-your-system/tweak-tools-desktop.png b/content/images/managing-your-system/tweak-tools-desktop.png deleted file mode 100644 index a973db3..0000000 Binary files a/content/images/managing-your-system/tweak-tools-desktop.png and /dev/null differ diff --git a/content/images/rufus.png b/content/images/rufus.png deleted file mode 100644 index 4d3227e..0000000 Binary files a/content/images/rufus.png and /dev/null differ diff --git a/content/images/solus-project-logo.png b/content/images/solus-project-logo.png deleted file mode 100644 index f54cdff..0000000 Binary files a/content/images/solus-project-logo.png and /dev/null differ diff --git a/content/images/using-the-desktop/budgie-menu.jpg b/content/images/using-the-desktop/budgie-menu.jpg deleted file mode 100644 index c7224df..0000000 Binary files a/content/images/using-the-desktop/budgie-menu.jpg and /dev/null differ diff --git a/content/images/using-the-desktop/default-desktop.png b/content/images/using-the-desktop/default-desktop.png deleted file mode 100644 index 7621ee5..0000000 Binary files a/content/images/using-the-desktop/default-desktop.png and /dev/null differ diff --git a/content/images/using-the-desktop/raven-general.jpg b/content/images/using-the-desktop/raven-general.jpg deleted file mode 100644 index 637fec1..0000000 Binary files a/content/images/using-the-desktop/raven-general.jpg and /dev/null differ diff --git a/content/images/using-the-desktop/raven-settings-panel.png b/content/images/using-the-desktop/raven-settings-panel.png deleted file mode 100644 index 3880d49..0000000 Binary files a/content/images/using-the-desktop/raven-settings-panel.png and /dev/null differ diff --git a/content/images/using-the-desktop/raven.jpg b/content/images/using-the-desktop/raven.jpg deleted file mode 100644 index 4254041..0000000 Binary files a/content/images/using-the-desktop/raven.jpg and /dev/null differ diff --git a/content/installation/disks/en.md b/content/installation/disks/en.md new file mode 100644 index 0000000..785c1de --- /dev/null +++ b/content/installation/disks/en.md @@ -0,0 +1,24 @@ +# Disks + +Solus provides multiple ways you can install onto your system: + +1. Solus can take up the entire drive. +2. You can install Solus next to your existing operating system, such as Windows. *If you have multiple operating systems +installed, we will choose the largest option.* +3. You can manually configure your system. This is only recommend for advanced users which may desire to have a +dedicated `/home` partition. Note that if you manually configure your system, you will need to restart the Installer for those +changes to apply appropriately. + +Alongside these options, we also provide the ability to use full-disk encryption. For the obvious reason of it being full-disk, this +assumes you are installing Solus onto the entire drive. + + +## UEFI + +If you are using a system with UEFI, you may need to create a EFI System Partition, also referred to as an ESP. This is not necessary if +you are enabling Solus to install onto the entire disk. + +To create an EFI System Partition, open up GParted and create a FAT32 partition that is 512MB in size. Next, right-click on the partition and click +Manage Flags. On the Manage Flags section, enable the `boot` flag. + +Note: Your disk is also required to be GPT formatted. \ No newline at end of file diff --git a/content/en/preparing-to-install.md b/content/installation/preparing-to-install/en.md old mode 100644 new mode 100755 similarity index 85% rename from content/en/preparing-to-install.md rename to content/installation/preparing-to-install/en.md index 732ef71..3ee120f --- a/content/en/preparing-to-install.md +++ b/content/installation/preparing-to-install/en.md @@ -2,11 +2,9 @@ ## Getting the ISO -The first step to installing Solus is acquiring the correct media. The Solus Project provides ISO images, which contain the contents of the Solus Operating System for installing. +The first step to installing Solus is acquiring the correct media. The Solus Project provides ISO images, which contain the contents of the Solus for installing. -You can download a Solus ISO by going to our [Download page](https://solus-project.com/download). We recommend using the latest stable release of Solus, which is currently 1.0. - -**Note**: If you are a supporter on our [Patreon](https://www.patreon.com/solus?ty=h), we provide early access to new builds and features. If obtaining access to new builds early interests you, as well as supporting development, support us on Patreon! +You can download a Solus ISO by going to our [Download page](https://solus-project.com/download). --- @@ -68,17 +66,17 @@ To write the ISO, you will need: Upon opening Gnome MultiWriter, you will likely be shown a window similar to the one below, in the event your USB drive is already plugged in. -![Gnome MultiWriter Start Copying](../images/gnome-multiwriter/start.png) +![Gnome MultiWriter Start Copying](images/start.jpg) If your USB drive is not plugged, you will be prompted with an image indicating to plug it in. Next, click the Start Copying button, and you will be prompted to select the ISO. Choose the ISO you downloaded in the Getting the ISO section. The USB will automatically be written to. -![Gnome MultiWriter Writing](../images/gnome-multiwriter/writing.png) +![Gnome MultiWriter Writing](images/writing.jpg) Upon completion, you will be prompted will the following dialog and your USB is now ready for use. -![Gnome MultiWriter Done](../images/gnome-multiwriter/done.png) +![Gnome MultiWriter Done](images/done.jpg) ##### Command Line @@ -108,7 +106,7 @@ If it is **not** in your Downloads folder, use `cd` to navigate to the correct s This is where we overwrite the contents of your USB drive so please ensure you identified the current drive in lsblk stage above. My command is below, however you may need to replace sdb with the drive we located above: ``` bash -sudo dd if=Solus-1.0.iso of=/dev/sdb bs=1M;sudo sync;sudo eject /dev/sdb +sudo dd if=Solus-1.2.1.iso of=/dev/sdb bs=1M;sudo sync;sudo eject /dev/sdb ``` This will write the contents of the ISO to the thumb drive so you can boot it and also make sure the data is synchronised so you can eject the USB safely. @@ -130,7 +128,7 @@ This will write the contents of the ISO to the thumb drive so you can boot it an 4. Untick all options except "Create a bootable disk using" and use the dropdown to select "DD Image". 5. Click Start. -![Rufus](../images/rufus.png) +![Rufus](images/rufus.jpg) --- @@ -138,4 +136,4 @@ This will write the contents of the ISO to the thumb drive so you can boot it an Now it is time to restart your computer to boot the DVD or ISO. Most computers will automatically boot from DVDs and USB, however if you experience issues booting the media, you may need to select to boot from DVD or ISO. -This is usually accessible by pressing `F9` or `F12` while your computer is booting. On some devices it may also be `ESC`. +This is usually accessible by pressing `F9` or `F12` while your computer is booting. On some devices it may also be `ESC`. \ No newline at end of file diff --git a/content/installation/preparing-to-install/images/done.jpg b/content/installation/preparing-to-install/images/done.jpg new file mode 100644 index 0000000..e29634f Binary files /dev/null and b/content/installation/preparing-to-install/images/done.jpg differ diff --git a/content/installation/preparing-to-install/images/rufus.jpg b/content/installation/preparing-to-install/images/rufus.jpg new file mode 100644 index 0000000..404023b Binary files /dev/null and b/content/installation/preparing-to-install/images/rufus.jpg differ diff --git a/content/installation/preparing-to-install/images/start.jpg b/content/installation/preparing-to-install/images/start.jpg new file mode 100644 index 0000000..e388d60 Binary files /dev/null and b/content/installation/preparing-to-install/images/start.jpg differ diff --git a/content/installation/preparing-to-install/images/writing.jpg b/content/installation/preparing-to-install/images/writing.jpg new file mode 100644 index 0000000..9747598 Binary files /dev/null and b/content/installation/preparing-to-install/images/writing.jpg differ diff --git a/content/en/advanced/getting-involved.md b/content/system/getting-involved/getting-involved.md old mode 100644 new mode 100755 similarity index 100% rename from content/en/advanced/getting-involved.md rename to content/system/getting-involved/getting-involved.md diff --git a/content/system/other-resources/en.md b/content/system/other-resources/en.md new file mode 100755 index 0000000..1963700 --- /dev/null +++ b/content/system/other-resources/en.md @@ -0,0 +1,4 @@ +## Other Resources + +- [Official website](https://solus-project.com/) +- [Blog](https://solus-project.com/blog/) \ No newline at end of file