This separation awolls a better handling when changing UI overrides
from functionality preference overrides.
Signed-off-by: Simental Magana, Marcos <marcos.simental.magana@intel.com>
we started disabling animations because of the gnome-shell-impatience
extension broken for 3.34, but really makes more sense to avoid
relying on more extensions and remove animations altogether.
This should also provide the same desktop experience for in-bare-metal
use as well as for remote (VNC) sessions with plain transitions.
Signed-off-by: Simental Magana, Marcos <marcos.simental.magana@intel.com>
Cursor blinks can make an otherwise idle system less so. For that
reason, be more aggressive about turning off cursor blinks.
End-users can tune cursor blink behavior through the Universal Access
(Accessibility) applet, or through gsettings/dconf.
Signed-off-by: Joe Konno <joe.konno@intel.com>
The animation for showing all applications can be costly and/or slow,
depending on the underlying platform. For Clear Linux, disable
animate-show-apps by default. End-users can change this default through
the gnome-tweaks applet or through gsettings/dconf.
Caveat: this does not impact the Show Applications animation when it's
clicked in the Activities view.
Signed-off-by: Joe Konno <joe.konno@intel.com>
changes applied from design feedback.
we default now to the 'Materia-compact' theme for gtk-theme and
gnome shell.
default background and screensaver to new assets.
Signed-off-by: Simental Magana, Marcos <marcos.simental.magana@intel.com>
Because 42 it's the ultimate answer, we want icon size
to be this. Jokes aside, this is change requested from
internal design feedback.
Signed-off-by: Simental Magana, Marcos <marcos.simental.magana@intel.com>
This is so our users retain full control and are free to blast out
the sounds as merry as can be. OK so it's basically for me to listen
to Metallica but you get the gist.
Signed-off-by: Ikey Doherty <ikey.doherty@intel.com>
This will undo the non-upstream patch we had for appfolders, and
ensure we reset to the new schema upon login, whereby dconf will
have sourced the user db.
Signed-off-by: Ikey Doherty <ikey.doherty@intel.com>
This will allow us to perform some overrides in dconf that can't be
implemented within GSettings due to upstream bugs.
Signed-off-by: Ikey Doherty <ikey.doherty@intel.com>
Arc + Moka are long deprecated and the default UX is in need of a facelift,
so let's move to some modern, efficient themes.
By default we'll now use the Materia theme for GTK + GNOME Shell, and the
Paper icon theme throughout.
Signed-off-by: Ikey Doherty <ikey.doherty@intel.com>
We'll want to ensure a consistent icon size by default, and to
not enable random desktop icons by default like Trash & Home.
Signed-off-by: Ikey Doherty <ikey.doherty@intel.com>
This change provides some sensible defaults for the dash-to-dock
extension to ship with Clear Linux.
Signed-off-by: Ikey Doherty <ikey.doherty@intel.com>
This will enable animations in GTK and GNOME Shell again. This change has
to now live as a gschema override as our default schema was patched around
1 year ago to forcibly disable animations, leading to a degraded user
experience on local installations.
The plan will be to revert the patch, and introduce the gschema override to
then disable animations at a higher priority override level for VNC session
bundles, so that we don't attempt to follow "one size fits all" for these
different scenarios.
Signed-off-by: Ikey Doherty <ikey.doherty@intel.com>
- Enable tap-to-click by default
- Enable two-finger scrolling on the touchpad
- Fix broken right-click on touchpads by enabling "area" emulation
The touchpad click emulation ensures left, middle and right click work on
laptops with a merged touchpad surface and buttons, which has been broken
in recent GNOME versions without this gsetting tweak.
Signed-off-by: Ikey Doherty <ikey.doherty@intel.com>
Use a similar solution to one I used in the past for other branding
default packages and have meson pipe cat automatically with the
input schemas, avoiding mkdtemp and bash scripts that may fail in
restricted build environments.
Signed-off-by: Ikey Doherty <ikey.doherty@intel.com>
this commit enables the flathub repository at user level
for flatpak, enabling gnome-software to provide all apps
available on flathub by default.
Signed-off-by: Simental Magana, Marcos <marcos.simental.magana@intel.com>
we no longer use lightdm, so there's no case on shipping these
files anymore.
Signed-off-by: Simental Magana, Marcos <marcos.simental.magana@intel.com>
clearlinux default when lid is closed is to "ignore", this is not
optimal for the desktop use case, where we would prefer to "suspend"
Signed-off-by: Simental Magana, Marcos <marcos.simental.magana@intel.com>
change behaviour to suspend when running on battery after
15 minutes of being inactive.
Signed-off-by: Simental Magana, Marcos <marcos.simental.magana@intel.com>
With these changes we add sane file management defaults, such as smaller
desktop/folder icons, sorting directories before files, and enabling the
context menu option to delete a file/folder permanently, bypassing the
trash mechanism.
Signed-off-by: Ikey Doherty <michael.i.doherty@intel.com>