* fix(user-setup): Use correct templates directory depending of language
Use 'xdg-user-dirs' to obtain a localized path to templates directory (with '$HOME/Templates' as fallback.
Should fix any related issues with Gnome nautilus not detecting templates using other language that english.
* fix(bazzite-user-setup): Add checks before creating templates symlinks
Check if the template files exists in `/etc` before creating the symlinks, otherwise do not create them.
Using only '[[ ! -f file ]]' always returns true in the case of a broken symlink, as per quote of `man test`:
> Except for -h and -L, all FILE-related tests dereference symbolic links.
In consequence, it checks the symlink file is pointing to, not tne existence of the symlink itself, thus ends up attempting to overwrite the later.
* chore: Increase setup script version
---------
Co-authored-by: Kyle Gospodnetich <me@kylegospodneti.ch>
Using '>' instead of '-gt' always returns true (as '>' is not valid with 'test'), adding the flag '-cef-disable-gpu' regardless of the device using a dGPU.
* Add new Bazzite .desktop icons
Possibly placeholders
* Added new desktop shortcuts (Docs & Landing)
One shortcut goes to the docs page and the other goes to the [pinned forum thread](https://universal-blue.discourse.group/docs?topic=8)
* Update system_files/desktop/shared/usr/share/applications/Bazzite Documentation.desktop
Co-authored-by: Malix <alixbrunetcontact@gmail.com>
* Update system_files/desktop/shared/usr/share/applications/Bazzite Landing.desktop
Co-authored-by: Malix <alixbrunetcontact@gmail.com>
---------
Co-authored-by: Malix <alixbrunetcontact@gmail.com>
* fix(waydroid): Add AOKZOE A1 Pro waydroid-launcher resolution
Adding AOKZOE A1 Pro (AMD 7840U) as it shares the same resolution as it's 6800U counterpart.
* fix(hhd): Add AOKZOE A1 Pro to supported hardware
Adding AOKZOE A1 Pro (AMD 7840U) as hhd already supports it.
* fix(simpledeckytdp): Add AOKZOE A1 Pro (powered by AMD R愛zen 7840U)
Adding AOKZOE A1 Pro as it already supports RyzenAdj (and by extension SimpleDeckyTDP itself).
『愛してるよ! 愛だけに!』
---------
Co-authored-by: Asir N <78288795+asir928@users.noreply.github.com>
Co-authored-by: Asir N <78288795+WhippuGBP@users.noreply.github.com>