I've just tried Blend OS and I have some noob questions

1. Why isn't the KDE screenshot tool pre-installed but Electron25 is? 2. How to I install input methods like Fcitx5 or IBus? 3. How to remove Electron25 and other pre-installed software that I don't need? 4. How do I install Power Profile for KDE Plasma?
33 Replies
·𐑡𐑬𐑣𐑱
system | blendOS
system is a utility that allows you to install and remove system packages, as well as switch between different desktop environments.
·𐑡𐑬𐑣𐑱
The link to the docs was in #📑┃info blendOS is Arch based so use the names found in the Arch repos electron is for the web app thingys iirc I don't use them so I forgot what they are called. iirc means "if I remember correctly" fyi They are called Web Apps
·𐑡𐑬𐑣𐑱
https://blog.blendos.co/blendos-v2-avial-is-now-available They use might use Electron. @Thuyen Code
Thuyen Code
Thuyen CodeOP2y ago
Thanks for your help
Valkyrja
Valkyrja2y ago
jaoheah received a thank you Jao!
·𐑡𐑬𐑣𐑱
Yw Keep in mind you could have partially found all of your answers in https://discord.com/channels/1068192254365282405/1124217128392855752 As it mentioned the system install command to install the Virtual Box stuff And it linked to the docs
Thuyen Code
Thuyen CodeOP2y ago
I encountered an error that the docs doesn't mention:
[pc@blend ~]$ blend enter -cn arch
Error: can only create exec sessions on running containers: container state improper
[pc@blend ~]$ bat
Error: can only create exec sessions on running containers: container state improper
[pc@blend ~]$ blend enter -cn arch
Error: can only create exec sessions on running containers: container state improper
[pc@blend ~]$ bat
Error: can only create exec sessions on running containers: container state improper
Should I remove and reinstall the container?
·𐑡𐑬𐑣𐑱
Does starting it from the GUI work? Or is it affecting both?
Thuyen Code
Thuyen CodeOP2y ago
I tried both GUI and CLI. I opened the container terminal from blendOS Settings but it closed immediately
·𐑡𐑬𐑣𐑱
Try restarting your computer and see if that does anything @Thuyen Code
Thuyen Code
Thuyen CodeOP2y ago
I did but the problem stills persist
·𐑡𐑬𐑣𐑱
Try
podman ps -all
podman ps -all
after that tell me what you see.
Thuyen Code
Thuyen CodeOP2y ago
Here's the output:
[pc@blend ~]$ podman ps -all
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
55f42f23ef9e docker.io/library/archlinux:latest --uid 1000 --grou... 5 hours ago Exited (143) 33 minutes ago arch
[pc@blend ~]$ podman ps -all
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
55f42f23ef9e docker.io/library/archlinux:latest --uid 1000 --grou... 5 hours ago Exited (143) 33 minutes ago arch
·𐑡𐑬𐑣𐑱
podman start arch
podman start arch
see if that fixes it @Thuyen Code
Thuyen Code
Thuyen CodeOP2y ago
It says: Error: unable to start container "55f42f23ef9e7b81ce60e30e66bf68887032bd776bf2ced9009ac4b074dd151f": crun: setrlimit RLIMIT_NPROC: Operation not permitted: OCI permission denied
·𐑡𐑬𐑣𐑱
Try using sudo before the command
Thuyen Code
Thuyen CodeOP2y ago
I ran the command with sudo and this message shown up: Error: no container with name or ID "arch" found: no such container
·𐑡𐑬𐑣𐑱
Can you take a screenshot of the output instead of the text? The formatting was messed up on my end. I assumed that "arch" was the name due to it being mentioned.
No description
Thuyen Code
Thuyen CodeOP2y ago
Here you are
No description
·𐑡𐑬𐑣𐑱
I meant for the
podman ps -all
podman ps -all
command
Thuyen Code
Thuyen CodeOP2y ago
No description
Valkyrja
Valkyrja2y ago
@Thuyen Code, you've gained the level 1
Thuyen Code
Thuyen CodeOP2y ago
I sent the screenshot
·𐑡𐑬𐑣𐑱
Try the command
ulimut -u
ulimut -u
Then give me the output
Thuyen Code
Thuyen CodeOP2y ago
Command not found 🥲
·𐑡𐑬𐑣𐑱
Ah try
ulimit -u
ulimit -u
I might have misspelled it.
Thuyen Code
Thuyen CodeOP2y ago
It returned 62781
·𐑡𐑬𐑣𐑱
cat /etc/security/limits.d/50-podman-ulimits.conf
REPLACEWITHUSERNAME hard nproc 150000
cat /etc/security/limits.d/50-podman-ulimits.conf
REPLACEWITHUSERNAME hard nproc 150000
The username seems to be pc So replace the all caps text with that After that reboot
Thuyen Code
Thuyen CodeOP2y ago
Mine has no such file: cat: /etc/security/limits.d/50-podman-ulimits.conf: No such file or directory But I tried creating a new container and it works perfectly fine
·𐑡𐑬𐑣𐑱
Ah ok
Thuyen Code
Thuyen CodeOP2y ago
Thanks for your help btw

Did you find this page helpful?