513 Commits

Author SHA1 Message Date
Kyle Gospodnetich
7e9b7f5344 chore: Update portal icon 2024-09-13 14:28:45 -07:00
Zeglius
478399b05e
chore(just): Improve wording in install-resolve prompts (#1637)
* chore(just): Improve wording in install-resolve prompts

* chore(just): Add italic bold text to warning prompt

* chore(just): Reduce usage of bold font to warning message

* chore(just): Missing 'the'
2024-09-09 17:06:04 +00:00
Kyle Gospodnetich
4f1b1d3d59 feat(framework): Add color correction profile for the new Framework 13 display. 2024-09-09 09:59:45 -07:00
Pat Connors
b02ed1d91a
chore(motd): Update to new documentation (#1630)
No more Discourse links!
2024-09-08 00:24:40 +00:00
Zeglius
95c73120c2
chore(just): Improve install-resolve ux (#1593)
* chore(just): Add a more informative message to install-resolve

* chore(just): Bump up install-resolve SCRIPT_URL version
2024-09-02 18:30:50 +00:00
Zeglius
0e18978fe1
feat(docs): Replace mdbook with mkdocs workflow (#1548)
* feat: add mdbook docs

* chore: add several articles to docs

* docs: add documentation at surface level

Using Discourse urls as fallback for missing content for now

docs: add missing image files

* docs: Add missing chapter emojis

docs: Add missing warning in Advanced docs in summary

docs: add missing waydroid guide

docs: rename files to avoid spaces

docs: fix badly set docs build params

docs: remove unnecesary placeholders

* docs: Realocate 'Gaming' section under 'General'

* docs: Add 'Introduction' section

This section contains a table of contents of the documentation

* docs: Add unstable documentation warning

* docs: Add missing github url

docs: add missing symlink to resources

* docs: Add discourse scrapper utility

* docs: minor discourse scrapper docs changes

* docs: Add youtube embeding preprocessor

* minor reformat for youtube-embed

* docs: Add mdbook preprocessor template

* docs: add format-author preprocessor

* docs: add git lib to mdbook toolset

* docs: Always fetch the highest quality image by fetch_discourse_md

* docs: fix youtube-embed ignoring new line requirement

* docs: Add documentation transcription guide

* docs: Missing url in transcription guide

* docs: Remove YAML header from doc guide

* docs: Minor tweaks to transcription guide

* docs: Add utilities preprocessor module

docs: Move debug preprocessor util to utils

* docs: tweak debug function

* docs: Add 'replace-urls' preprocessor

* chore: Move mappings parameter in replace-urls preprocessor

* docs: add ignore field to replace-urls

* docs: add Mdbook python types

* docs: Add ignore field to replace-urls

Now we can exclude files from being processed with blob patterns

* chore(ci): add deploy_docs

* chore(ci): Add dynamic edit url template to deploy_docs

* chore(ci): Add html.site-url to deploy_docs

* chore(readme): Use relative paths for repo_content

* chore(ci): Add README to included paths for deploy_docs

* chore(ci): Disable deploy_docs

* chore(ci): Use main in deploy_docs.on.push.branches

* docs: Rephrase unstable docs warning

* chore(ci): Exclude docs from triggering build workflow

* chore(ci): Enable deploy_docs

* fix(docs): Remove unnecessary imports in preprocessors

* docs: Move unstable docs warning to index.hbs

* docs: Add page metadata inclusion with fetch_discourse_md.py

* docs: Move fetch_discourse_md.py to docs/utils

* docs: Add 'fetched_at' metadata field in fetch_discourse_md.py

* docs: Update fetch_discourse_md.py to format metadata in json

* Revert "chore(readme): Use relative paths for repo_content"

This reverts commit 6a781c659607e0c83c19248241684c5785c7e93b.

* docs: Replace include with an url to repo README

* ci(docs): Add multilanguage doc build support

* docs: add Justfile utility

* docs: update Justfile utility

* ci(docs): Add stricter workflow trigger to deploy_docs

* docs: add 'preview_translation' to Justfile

* docs: add documentation translation guide

* ci(docs): Add mdbook cache

* ci(docs): Add i18n-report

* ci(docs): tweak deploy_docs workflow triggers

* ci(docs): remove unnecessary slash at build.yml

* ci(docs): remove unnecessary slash at deploy_docs.yml

* ci(docs): add docs/book.toml to deploy_docs trigger

* ci(docs): Add schedule trigger

* ci(docs): add github-pages cleaning

* ci(docs): Exclude docs from generate_changelog

* docs: Add dependencies installation script

* ci(docs): Add mdbook pdf build

* docs: Tweak Justfile to support pdf generation

* Revert "docs: Always fetch the highest quality image by fetch_discourse_md"

This reverts commit 74130ee1fe9264dc7a4c4c49fb416ef3dc12e322.

* ci(docs): Exclude deploy_docs.yml from cache-mdbook keys

* docs: Add 'mdbook_build' to Justfile

* docs: Add 'mdbook_serve' to Justfile

* docs: Add debug flag to fetch_discourse_md

* docs: Automate discourse documentation scrapping

* docs: Add flock to fetch_discourse_md

* docs: Add translation file generation with Justfile

* docs: Prefix url replacements with site-url in replace-urls.py preprocessor

* docs: Add installation guides

docs: Replace print button

* Revert "docs: Prefix url replacements with site-url in replace-urls.py preprocessor"

This reverts commit a685de4dce54debc900607d743069b79202a26ac.

* Reapply "docs: Prefix url replacements with site-url in replace-urls.py preprocessor"

This reverts commit 777d8055eac7543001200834939c960fb490e666.

* docs: fix replace-urls.py

* docs: fix fetch_discourse_md.py hitting discourse ip_10_secs_limit

* ci(docs): Remove duplicate '/' in build translation step

* ci(docs): Update actions/cache

* ci(docs): Reduce deploy_docs schedule timespan between triggers

* docs: update install-deps.sh

* docs: Update Advanced docs

* docs: Add favicon

* docs: Reword unstable documentation warning

* docs: Change default theme to 'navy'

* ci(docs): Move permisions to job scope

* docs: refactor fetch_discourse_md.py

Now it will export the function 'fetch', which other python scripts can
use

* docs: Add mkdocs skeleton

* docs: Add cmdrun hook

* ci(docs): Migrade deploy_docs to use mkdocs

* chore: remove mdbook leftover files

* docs: add support for markdown emojies

* docs: add support for i18n translations to mkdocs

* docs: add resource prefetching

* docs: enable navigation indexes in toc

* docs: add unstable documentation warning

* docs: normalize toc

docs: Add markdown magiclinks

* docs: remove unnecesary extensions

* ci(docs): Separate docs build into its own action

* ci(docs): fix build docs action

* ci(docs): Add default parameters to build_mkdocs action

* ci(docs): Clean up leftover mdbook files

* docs: remove leftover mkdocs-print-site-plugin

* chore: add mkdocs offline documentation

* docs: fix list indentation

* ci(docs): Add github links to mkdocs

* ci(docs): Add github authors to mkdocs

* docs: Update documentation guide and scripts to mkdocs

* docs: Add cache capabilities to cmdrun hook

* docs: Enable instant loading

docs: Enable toc in sidebar

* docs: Update summary and add more posts

* docs: Add mkdocs-material social plugin

* docs: Disable instant loading

* docs: Fix section url

* docs: Fix fetch_discourse not fetching images properly

* docs: Disable warning for using absolute links

* docs: Add url replacement hook

* docs: Restore 'General' section

* docs: Remove aditional languages for now

* docs: Add missing page titles

* docs: move and rename index.md to docs/src/Handheld_and_HTPC_edition/Steam_Gaming_Mode.md

* docs: remove leftover Bazzite_resources.md

* docs: Add time fallback to git-revision-date

* docs: Add navigation tabs

* docs: Clear cmdrun cache with Justfile

* docs: Add missing dual-boot guide url

* docs: Change to a shorter section name for handheld and HTPC

* docs: Add embed_youtube hook

* docs: Remove leftover resources entry in index

docs: Fix outdated 'Steam Gaming Overview' link in index

* docs: Limit vertical image size

* docs: add more url replacements

* docs: Enable search features
2024-08-28 15:48:19 -07:00
HikariKnight
1cb85551d5
fix(just): add libvirt package to setup-virtualization (#1549)
* fix: add libvirt package into install
upstream removed libvirt as a dependency for virt-manager

* chore: update information text about VFIO
2024-08-26 18:50:07 +00:00
Kyle Gospodnetich
5d31fa02a3 chore: Adjust margins for Discourse icon 2024-08-23 13:24:39 -07:00
Kyle Gospodnetich
8acd8946b6 chore: Clean up shadows 2024-08-23 13:05:16 -07:00
Kyle Gospodnetich
e82dbdb80c chore: Add unique discourse icon 2024-08-23 12:50:46 -07:00
Kyle Gospodnetich
e578bfd5ef chore: Add inner shadow to icons 2024-08-23 12:42:18 -07:00
Kyle Gospodnetich
0ec586fa07 chore: Add license for new portal icon 2024-08-23 12:39:09 -07:00
Kyle Gospodnetich
98e8f50643 chore: Update Portal icon 2024-08-23 12:35:56 -07:00
Kyle Gospodnetich
20ff9732c7 chore: Adjust discourse forums application name 2024-08-23 10:25:23 -07:00
Kyle Gospodnetich
44b2bfafed chore: Add drop shadows to icons 2024-08-23 10:00:15 -07:00
Kyle Gospodnetich
9a51d129a9 chore: Add white space to discourse SVG 2024-08-23 09:53:55 -07:00
Kyle Gospodnetich
dd306936f0 chore: Add new icon for documentation link
This is a modified version of an icon from the papirus-icon-theme, GPLv3
2024-08-23 09:46:25 -07:00
Kyle Gospodnetich
708c5339f6 chore: Add missing new line to just file 2024-08-22 16:26:26 -07:00
Zeglius
4155b5643f
feat: Add offline documentation (#1530)
* feat: add mdbook docs

* chore: add several articles to docs

* docs: add documentation at surface level

Using Discourse urls as fallback for missing content for now

docs: add missing image files

* docs: Add missing chapter emojis

docs: Add missing warning in Advanced docs in summary

docs: add missing waydroid guide

docs: rename files to avoid spaces

docs: fix badly set docs build params

docs: remove unnecesary placeholders

* docs: Realocate 'Gaming' section under 'General'

* docs: Add 'Introduction' section

This section contains a table of contents of the documentation

* docs: Add unstable documentation warning

* docs: Add missing github url

docs: add missing symlink to resources

* docs: Add discourse scrapper utility

* docs: minor discourse scrapper docs changes

* docs: Add youtube embeding preprocessor

* minor reformat for youtube-embed

* docs: Add mdbook preprocessor template

* docs: add format-author preprocessor

* docs: add git lib to mdbook toolset

* docs: Always fetch the highest quality image by fetch_discourse_md

* docs: fix youtube-embed ignoring new line requirement

* docs: Add documentation transcription guide

* docs: Missing url in transcription guide

* docs: Remove YAML header from doc guide

* docs: Minor tweaks to transcription guide

* docs: Add utilities preprocessor module

docs: Move debug preprocessor util to utils

* docs: tweak debug function

* docs: Add 'replace-urls' preprocessor

* chore: Move mappings parameter in replace-urls preprocessor

* docs: add ignore field to replace-urls

* docs: add Mdbook python types

* docs: Add ignore field to replace-urls

Now we can exclude files from being processed with blob patterns

* chore(ci): add deploy_docs

* chore(ci): Add dynamic edit url template to deploy_docs

* chore(ci): Add html.site-url to deploy_docs

* chore(readme): Use relative paths for repo_content

* chore(ci): Add README to included paths for deploy_docs

* chore(ci): Disable deploy_docs

* chore(ci): Use main in deploy_docs.on.push.branches

* docs: Rephrase unstable docs warning

* chore(ci): Exclude docs from triggering build workflow

* chore(ci): Enable deploy_docs

* fix(docs): Remove unnecessary imports in preprocessors

* docs: Move unstable docs warning to index.hbs

* docs: Add page metadata inclusion with fetch_discourse_md.py

* docs: Move fetch_discourse_md.py to docs/utils

* docs: Add 'fetched_at' metadata field in fetch_discourse_md.py

* docs: Update fetch_discourse_md.py to format metadata in json

* Revert "chore(readme): Use relative paths for repo_content"

This reverts commit 6a781c659607e0c83c19248241684c5785c7e93b.

* docs: Replace include with an url to repo README

* ci(docs): Add multilanguage doc build support

* docs: add Justfile utility

* docs: update Justfile utility

* ci(docs): Add stricter workflow trigger to deploy_docs

* docs: add 'preview_translation' to Justfile

* docs: add documentation translation guide

* ci(docs): Add mdbook cache

* ci(docs): Add i18n-report

* ci(docs): tweak deploy_docs workflow triggers

* ci(docs): remove unnecessary slash at build.yml

* ci(docs): remove unnecessary slash at deploy_docs.yml

* ci(docs): add docs/book.toml to deploy_docs trigger

* ci(docs): Add schedule trigger

* ci(docs): add github-pages cleaning

* ci(docs): Exclude docs from generate_changelog

* docs: Add dependencies installation script

* ci(docs): Add mdbook pdf build

* docs: Tweak Justfile to support pdf generation

* Revert "docs: Always fetch the highest quality image by fetch_discourse_md"

This reverts commit 74130ee1fe9264dc7a4c4c49fb416ef3dc12e322.

* ci(docs): Exclude deploy_docs.yml from cache-mdbook keys

* docs: Add 'mdbook_build' to Justfile

* docs: Add 'mdbook_serve' to Justfile

* docs: Add debug flag to fetch_discourse_md

* docs: Automate discourse documentation scrapping

* docs: Add flock to fetch_discourse_md

* docs: Add translation file generation with Justfile

* docs: Prefix url replacements with site-url in replace-urls.py preprocessor

* docs: Add installation guides

docs: Replace print button

* Revert "docs: Prefix url replacements with site-url in replace-urls.py preprocessor"

This reverts commit a685de4dce54debc900607d743069b79202a26ac.

* Reapply "docs: Prefix url replacements with site-url in replace-urls.py preprocessor"

This reverts commit 777d8055eac7543001200834939c960fb490e666.

* docs: fix replace-urls.py

* docs: fix fetch_discourse_md.py hitting discourse ip_10_secs_limit

* ci(docs): Remove duplicate '/' in build translation step

* ci(docs): Update actions/cache

* ci(docs): Reduce deploy_docs schedule timespan between triggers

* docs: update install-deps.sh

* docs: Update Advanced docs

* docs: Add favicon

* docs: Reword unstable documentation warning

* docs: Change default theme to 'navy'

* ci(docs): Move permisions to job scope

* feat: Add offline documentation
2024-08-22 13:56:29 -07:00
Aarron Lee
0bba7d316b
feat(ujust): add post-gamescope-logs ujust (#1533)
Co-authored-by: Aarron Lee <aarron-lee@users.noreply.github.com>
2024-08-22 13:55:59 -07:00
Pat Connors
fc473e1cc5
chore(docs): Delete offline documentation temporarily... (#1521)
* chore(docs): Delete Bazzite Landing

* chore(docs): Delete Updates Directory

* chore(docs): Delete Apps Doc Dir

* chore(docs): Delete HTPC and Handheld Doc Dirs

* chore(docs): Delete General Docs Dir

* chore(docs): Delete Gaming Docs Dir

* chore(docs): delete goofy ah icon

* chore(docs): Delete docs .desktop

We have the Discourse shortcut which leads to the documentation anyways.
2024-08-21 14:52:47 -07:00
Kyle Gospodnetich
1782cfae61 chore: Remove AMD pstate command now that it's matured 2024-08-09 21:31:42 -07:00
Kyle Gospodnetich
f26e7e7c6b chore: Remove original terminal ujust command 2024-08-09 21:31:16 -07:00
Kyle Gospodnetich
8c1356c322 fix: Disable pipewire camera handling temporarily 2024-08-07 16:31:37 -07:00
HikariKnight
ecfc56d1fa
fix(just): fix syntax for benchmark ujust (#1451) 2024-08-02 14:25:15 +00:00
Ryan Bateman
37b664260c
add benchmark just cmd and stress-ng (#1450) 2024-08-02 08:14:56 +00:00
Jorge O. Castro
6bb47b7ad0
fix: topgrade typo (#1432) 2024-07-30 13:32:32 +00:00
Kyle Gospodnetich
18214f6cb8 chore: Just syntax fix 2024-07-28 22:51:56 -07:00
Aarron Lee
d901c49e03
feat(just): add decky prerelease option (#1425)
Co-authored-by: Aarron Lee <aarron-lee@users.noreply.github.com>
2024-07-28 22:39:32 -07:00
Kyle Gospodnetich
83cbbc0d0e chore: Remove git repos from topgrade 2024-07-28 20:53:34 -07:00
mortalglitch
bbcdcc207d
feat(just) Add bazzite - cli bling for issue #1385 (#1424)
* feat(WIP to bring bluefin CLI bling to bazzite)

* feat(wip to integrate blue-fin cli bling) errors out.

* feat(wip bazzite command line bling) missing preexec and cleanup

* feat(wip bazzite command line bling) added bash prexec to containerfile to meet requirements.

* feat(bazzite-cli)issue #1385

* feat(just) added bazzite-cli to address issue #1385

---------

Co-authored-by: = <=>
2024-07-28 16:47:19 -07:00
Kyle Gospodnetich
ee163e5737 fix: Disable Waydroid updater in topgrade 2024-07-28 14:24:51 -07:00
Pat Connors
9b855ea499
feat: Add Discourse forums shortcut (#1403)
* chore: add discourse logo for upcoming shortcut

* feat: Add Discourse forums shortcut

* fix: replace bluefin location with bazzite

heh

* fix(icon): path
2024-07-28 20:52:37 +00:00
HikariKnight
b3a0658673
feat(just): add ujust to reset steam (#1411) 2024-07-27 01:03:54 +00:00
Kyle Gospodnetich
2470329f87
chore: Use format to handle pretty name in fastfetch 2024-07-23 00:53:15 -07:00
Kyle Gospodnetich
47a4d0c49e chore: Use pretty name in fastfetch 2024-07-22 23:34:41 -07:00
Pat Connors
4234c670ab
chore(docs): Updated GPD Win Max 2 information (#1392) 2024-07-23 01:18:22 +00:00
Kyle Gospodnetich
42cb6cf51a chore: Rename documentation desktop file for organizational purposes 2024-07-21 22:30:11 -07:00
Kyle Gospodnetich
2ca786e02a Merge branch 'testing' 2024-07-21 21:10:35 -07:00
Pat Connors
7fa3c0470c
chore(docs): Add information on undoing... (#1389)
...SELinux Source 1 change
2024-07-21 19:31:43 +00:00
Kyle Gospodnetich
a47c2fefab chore: Remove all references to now-dead framegame image 2024-07-21 12:12:37 -07:00
Kyle Gospodnetich
9cb993f018 Revert "feat: add firstboot warning to users with polaris gpus (#1277)"
This reverts commit 7848f42799f605a8790f21ed79fcebd26590bc2a.
2024-07-21 00:35:36 -07:00
Pat Connors
b78c223315
chore(readme): Remove outdated -deck information (#1378)
* chore(readme): Remove outdated information

* chore(docs): Fix grammatical error

* chore(readme-BR): Remove outdated `-deck` image info

* chore(readme-FR): Remove outdated -deck image info

* chore(readme-NL): Remove outdated information

* chore(readme-SPA): Remove outdated `-deck` information

* chore(readme-zh-cn): Remove outdated -deck info
2024-07-19 22:15:00 +00:00
Kyle Gospodnetich
373a73da82 feat: Eliminate Steam Download Speed Fix Game Mode Startup Video ujust commands, these are now handled by the bazzite-steam wrapper. 2024-07-18 23:19:06 -07:00
Pat Connors
7ca0618ea0
chore(docs): Remove experimental audio note (#1372)
I may need to revise the whole handheld wiki eventually since there are so many fixes.
2024-07-17 08:19:29 -07:00
Aarron Lee
825c70ff38
fix(ujust): set install as the default action for the setup-decky ujust (#1371)
* fix(ujust): set install as the default action for the setup-decky ujust

* fix(ujust): fix typo for setup-decky usage doc

---------

Co-authored-by: Aarron Lee <aarron-lee@users.noreply.github.com>
2024-07-15 20:53:38 +00:00
Pat Connors
daff14c540
chore(docs): Fix README offline doc (#1370) 2024-07-15 19:15:49 +00:00
Pat Connors
988928610a
feat: Add offline documentation (markdown version) (#1364)
* chore: Remove Bazzite Landing

It will be in documentation.

* chore: delete landing icon

* chore: Add docs logo

* feat: Add documentation shortcut

Opens file manager with xdg-open

* chore(docs): Create temporary placeholder directory

I don't use a github client lol

* chore(docs): Add Bazzite Landing

* chore(docs): delete temporary placeholder text file

* chore(docs): Create Gaming Directory

* chore(docs): Add Gaming docs

* chore(docs): delete temp file

* chore(docs): Create General directory

* chore(docs): add general docs

* chore(docs): delete temp.txt

* chore(docs): Create instaling and managing apps directory

* chore(docs): Add application guides

* chore(docs): delete placeholder

* chore(docs): create updates rollback and rebasing dir

* chore(docs): Add updates, rollback, and rebasing

* chore(docs): delete temp.txt

* chore(docs): create handheld/htpc ed dir

* chore(docs): Add Steam Game Mode Docs

* chore(docs): delete temp.txt

* chore(docs): create handheld wiki

* chore(docs): add handheld info

* chore(docs): remove placholder files
2024-07-15 15:06:42 +00:00
Zeglius
14ee75d7c8
fix(ujust): Fix faulty ujust install-resolve (#1342)
* chore(ujust): move install-resolve cache to /var/tmp

* fix(ujust): avoid selinux conflict in install-resolve

In return, the user is requested to run davincibox setup script manually

* fix(ujust): fix nvidia detection in davincibox script

* fix(ujust): Add missing cache removal

* fix(ujust): Avoid use tmpfs for davincibox script

This is to avoid filling tmpfs with Appimage extraction

* fix(ujust): Handle better cache removal

- Copy install-resolve install command to clipboard

* chore(ujust): minor prompt tweak to install-resolve

* fix(ujust): minor prompt change

* fix(ujust): fix prompt selection logic

* fix(ujust): faulty appimage extraction

* chore(ujust): removing redudant rm

* chore(ujust): update script url in install-resolve

This version implements the nvidia detection fix

* chore(ujust): remove redundant nvidia detection workaround
2024-07-10 21:50:27 -07:00
Zeglius
60e76d04f9
feat(ujust): Add install-resolve (#1336)
* feat(ujust): Add install-resolve

* fix(ujust): Add extract step in install-resolve

* fix(ujust): fix faulty install-resolve

Add manual installer selector

* fix(ujust): Missing variable renaming

* chore(ujust): Add informative messages to install-resolve

* chore(ujust): Add support for Studio version in install-resolve

* fix(ujust): fix install-resolve

- Remove existing container if exists
- Add missing file cleanup
- Added missing Download directory mention in prompt

* chore(ujust): minor description change at install-resolve

* fix(ujust): improve davincibox container removal

* chore(ujust): add missing install-resolve-studio alias

* chore(ujust): pin script verison in install-resolve

* chore(ujust): Improve davincibox uninstall logic

- Include leftover removal implemented in davincibox setup script

* chore(ujust): add action prompts

* chore(ujust): improve confirmation prompt

* chore(ujust): add confirmation prompt on uninstall

* fix(ujust): perform unzip in HOME/.cache

* fix(ujust): incorrect prompt at install-resolve uninstall

* chore(ujust): minor tweaks to confirmations

* fix(ujust): add cache files removal to install-resolve
2024-07-07 22:50:30 +00:00