[opensuse-kubic] first boot setup for KDE on MicroOS
Hi, I have been running MicroOS on Gnome now for a little over a week and have been loving it, however main reason i'm using Gnome is because of the awesome manual that Dario wrote for his talk last week. https://dariofaggioli.wordpress.com/2020/10/16/opensuse-microos-as-your-desk... In this manual he talks about changing Gnome Software to that it doesn't look for updates/ repos and make it only use flatpak. As I am not a seasoned KDE or linux user i was wondering what these commands are for Discover (and possibly PackageKit) $ gsettings set org.gnome.software install-bundles-system-wide false $ gsettings set org.gnome.software allow-updates false $ gsettings set org.gnome.software download-updates false $ gsettings set org.gnome.software enable-repos-dialog false $ gsettings set org.gnome.software first-run true Thanks a million for your help! BR, Syds -- To unsubscribe, e-mail: opensuse-kubic+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kubic+owner@opensuse.org
Hi, Am Sonntag, 25. Oktober 2020, 22:01:15 CET schrieb Syds Bearda:
Hi,
I have been running MicroOS on Gnome now for a little over a week and have been loving it, however main reason i'm using Gnome is because of the awesome manual that Dario wrote for his talk last week.
https://dariofaggioli.wordpress.com/2020/10/16/opensuse-microos-as-your-desk...
In this manual he talks about changing Gnome Software to that it doesn't look for updates/ repos and make it only use flatpak.
The discover PackageKit backend is not installed on MicroOS by default, so it shouldn't attempt to do any system package management at all.
As I am not a seasoned KDE or linux user i was wondering what these commands are for Discover (and possibly PackageKit)
$ gsettings set org.gnome.software install-bundles-system-wide false $ gsettings set org.gnome.software allow-updates false $ gsettings set org.gnome.software download-updates false $ gsettings set org.gnome.software enable-repos-dialog false $ gsettings set org.gnome.software first-run true
I can only guess what those do, but it seems like the default settings in Plasma should actually be fine. Cheers, Fabian
Thanks a million for your help!
BR, Syds
-- To unsubscribe, e-mail: opensuse-kubic+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kubic+owner@opensuse.org
On Mon, 2020-11-09 at 13:11 +0100, Fabian Vogt wrote:
$ gsettings set org.gnome.software install-bundles-system-wide false $ gsettings set org.gnome.software allow-updates false $ gsettings set org.gnome.software download-updates false $ gsettings set org.gnome.software enable-repos-dialog false $ gsettings set org.gnome.software first-run true
I can only guess what those do, but it seems like the default settings in Plasma should actually be fine.
They do the following - Install flatpaks as the current user, not root (the usual default) - Disables gnome-software's default update behaviour (try to update everything) - Disables gnome-software's default download behaviour (download all updates without prompting the user) - Disables gnome-software's repos dialog, because we don't want the user accidentally deling the flatpak repo on MicroOS - Re-runs gnome-software's first-run behaviour so it notices the zypper backend was removed/disabled and populates the cache accordingly I have no clue if any of those have any relevance or equivalence for KDE discover Regards, -- Richard Brown Linux Distribution Engineer - Future Technology Team Phone +4991174053-361 SUSE Software Solutions Germany GmbH, Maxfeldstr. 5, D-90409 Nuernberg (HRB 36809, AG Nürnberg) Geschäftsführer: Felix Imendörffer -- To unsubscribe, e-mail: opensuse-kubic+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kubic+owner@opensuse.org
On Mon, Nov 9, 2020 at 7:16 AM Richard Brown <rbrown@suse.de> wrote:
On Mon, 2020-11-09 at 13:11 +0100, Fabian Vogt wrote:
$ gsettings set org.gnome.software install-bundles-system-wide false $ gsettings set org.gnome.software allow-updates false $ gsettings set org.gnome.software download-updates false $ gsettings set org.gnome.software enable-repos-dialog false $ gsettings set org.gnome.software first-run true
I can only guess what those do, but it seems like the default settings in Plasma should actually be fine.
They do the following - Install flatpaks as the current user, not root (the usual default) - Disables gnome-software's default update behaviour (try to update everything) - Disables gnome-software's default download behaviour (download all updates without prompting the user) - Disables gnome-software's repos dialog, because we don't want the user accidentally deling the flatpak repo on MicroOS - Re-runs gnome-software's first-run behaviour so it notices the zypper backend was removed/disabled and populates the cache accordingly
I have no clue if any of those have any relevance or equivalence for KDE discover
They do nothing for Plasma Discover. So all these settings are irrelevant in that case. -- 真実はいつも一つ!/ Always, there's only one truth! -- To unsubscribe, e-mail: opensuse-kubic+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kubic+owner@opensuse.org
participants (4)
-
Fabian Vogt
-
Neal Gompa
-
Richard Brown
-
Syds Bearda