tmichett / Fedora_Remix

Fedora Linux Remix
4 stars 1 forks source link

Enable Desktop Icons in Gnome #4

Closed tmichett closed 1 year ago

tmichett commented 1 year ago

Use Desktop Icons NG as part of installation process

https://extensions.gnome.org/extension/2087/desktop-icons-ng-ding/

https://gitlab.com/rastersoft/desktop-icons-ng

tmichett commented 1 year ago

https://extensions.gnome.org/extension/3240/add-to-desktop/

tmichett commented 1 year ago

https://medium.com/@ankurloriya/install-gnome-extension-using-command-line-736199be1cda

tmichett commented 1 year ago

meson-1.0.1-1.fc38.noarch High productivity build system ninja-build-1.11.1-2.fc38.x86_64

tmichett commented 1 year ago

https://github.com/tmichett/FedoraRemixCustomize

tmichett commented 1 year ago

packages added to KS

tmichett commented 1 year ago

Working to get added to scripts as part of another issue

6

tmichett commented 1 year ago

https://github.com/Tommimon/add-to-desktop

tmichett commented 1 year ago

/usr/share/gnome-shell/extensions

tmichett commented 1 year ago

https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/desktop_migration_and_administration_guide/extensions-enable#:~:text=To%20make%20extensions%20available%20to,shell.

tmichett commented 1 year ago

unzip -c dingrastersoft.com.v57.shell-extension.zip metadata.json | grep uuid | cut -d \" -f4

tmichett commented 1 year ago

gnome-shell --replace & disown

tmichett commented 1 year ago

killall -1 gnome-shell

tmichett commented 1 year ago

So will need to run playbook to install files reboot and then enable plugins.

tmichett commented 1 year ago

Need two playbooks, or possibly just one

tmichett commented 1 year ago

Names for Installation

[travis@fedora Files]$ unzip -c dingrastersoft.com.v57.shell-extension.zip metadata.json | grep uuid | cut -d \" -f4 ding@rastersoft.com

[travis@fedora Files]$ unzip -c add-to-desktoptommimon.github.com.v10.shell-extension.zip metadata.json | grep uuid | cut -d \" -f4 add-to-desktop@tommimon.github.com

tmichett commented 1 year ago

playbooks created and available in https://github.com/tmichett/FedoraRemixCustomize