In OKD (previously OpenShift Origin) Reliable

2023-08-25 Thread Ahmad Ismail
This is a little umm question. However, the details are important because
most probably my whole application infrastructure will be dependent on it.

I am considering OKD.

I found that:

> OKD, previously OpenShift Origin, is a community project of packaged
software components needed to run Kubernetes. OKD is the upstream project
of Red Hat OpenShift, optimized for continuous application development and
deployment. OKD is generally a few releases ahead of OpenShift on features
OKD is where community updates happen first, and where they are trialed for
enterprise use.

However, let's just say, RedHat does not seem to be reliable when it comes
to these upstream / downstream things. If I am not clear yet, I am talking
about killing CentOS and restricting the source code for its enterprise
Linux build.

So, my question is, should I use OKD at all? What does the community
suggest we use if we are not interested in using OKD?


Change Cursor Theme For Debian 12

2023-07-01 Thread Ahmad Ismail
I am using:

$ cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"
NAME="Debian GNU/Linux"
VERSION_ID="12"
VERSION="12 (bookworm)"
VERSION_CODENAME=bookworm
ID=debian
...

My GDM version is:

$ gdm3 --version
GDM 43.0

I have disabled wayland and am using xorg.

Details Of Debian User:

$ cat /etc/passwd | rg gdm
Debian-gdm:x:112:121:Gnome Display Manager:/var/lib/gdm3:/bin/false

The icon is located in /usr/share/icons/Bibata-Modern-Ice.

Following ArchWiki, I have run the following commands:

xhost +SI:localuser:Debian-gdm
/usr/bin/sudo -u Debian-gdm dbus-launch gsettings set
org.gnome.desktop.interface cursor-theme 'Bibata-Modern-Ice'

It did not change the theme.

Again, I have also tried /etc/gdm3/greeter.dconf-defaults.

[org/gnome/desktop/interface]
cursor-theme='Bibata-Modern-Ice'
cursor-size=32
text-scaling-factor=1.25
gtk-theme='Solarized-DarkArc-Cyan'
icon-theme='Solarized-Dark-Cyan-Numix'

Then ran `sudo dconf update`.

Still The cursor theme is not CHANGED (though it changed the cursor size).

What can I do?


Change Cursor Theme For Debian 12

2023-07-01 Thread Ahmad Ismail
I am using:

$ cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"
NAME="Debian GNU/Linux"
VERSION_ID="12"
VERSION="12 (bookworm)"
VERSION_CODENAME=bookworm
ID=debian
HOME_URL="https://www.debian.org/;
SUPPORT_URL="https://www.debian.org/support;
BUG_REPORT_URL="https://bugs.debian.org/;

My GDM version is:

$ gdm3 --version
GDM 43.0

I have disabled wayland and using xorg.

Details Of Debian User:

$ cat /etc/passwd | rg gdm
Debian-gdm:x:112:121:Gnome Display Manager:/var/lib/gdm3:/bin/false

The icon is located in /usr/share/icons/Bibata-Modern-Ice.

Following ArchWiki, I have run the following commands:

xhost +SI:localuser:Debian-gdm
/usr/bin/sudo -u Debian-gdm dbus-launch gsettings set
org.gnome.desktop.interface cursor-theme 'Bibata-Modern-Ice'

It did not change the theme.

Again, I have also tried /etc/gdm3/greeter.dconf-defaults.

[org/gnome/desktop/interface]
cursor-theme='Bibata-Modern-Ice'
cursor-size=32
text-scaling-factor=1.25
gtk-theme='Solarized-DarkArc-Cyan'
icon-theme='Solarized-Dark-Cyan-Numix'

Then ran sudo dconf update.

Still The cursor theme is not changing (though it changed the cursor size).

What can I do?