I am in the process of making a live USB for use in an IT environment, where the use will need to be very plug-and-play, with little to no interruption. I'm onto QOL development, and I am trying to remove the following screen, which shows up whenever the user signs in:
I have followed the steps listed here, which said to remove /usr/share/applications/gnome-online-accounts-panel.desktop
, however that did not work. I have also attempted a full uninstall of the online-accounts
package, sudo apt remove --purge gnome-online-accounts
, however this did not work either.
I have also removed gnome-initial-setup
from /usr/share/applications
as that is what the window was named:
Again, however, this did not make the window disappear.
I am building off of Ubuntu 21.04, and am using Cubic to make the live USB.
One solution I had pondered on was; would it be possible to find the .desktop
file of a running application?