From what I saw Cosmic has a lot of potential and looks pretty sleek too, right now I’m using KDE it’s a great desktop, but now that I have a second monitor it randomly crashes on me, I think I’ll switch to Cosmic when it reaches beta.
From what I saw Cosmic has a lot of potential and looks pretty sleek too, right now I’m using KDE it’s a great desktop, but now that I have a second monitor it randomly crashes on me, I think I’ll switch to Cosmic when it reaches beta.
I’m just afraid it’s gonna be another 2 years before it’s ready for everyday use
2 years is nothing to a Linux user lol
It took me longer than that to figure out how to get out of Vim
I feel like the official mascot of vim should be a mime trapped in an imaginary box lol
If it only 2 year I can wait XD
That’s my plan. I’m back on Gnome until feature parity.
That could be a longer wait because Gnome (hopefully) wont be standing still during that time.
But they have historically moved pretty damn slow
deleted by creator
2 years is not that much
Not in the long view it wouldn’t be that bad but we’ve seen other projects take so many years. Look how long it’s taken Wayland.
Yep. I stupidly thought I could use it on my work laptop. Big nope, I had to go back after 2 hours.
It has great potential, but it’s still far from being ready… 😔
I agree
I’ve been using it as my main for months. Even as an Alpha, it’s very stable. That being said, it’s missing quite a few features that a lot of people would consider a requirement. So “ready” will heavily depend on your requirements
Exactly. I could use it as my daily if the settings panel was more complete.
Yeah I’ve been running it in one of my little VM specimen jars for a while now and I don’t remember it crashing or doing anything weird so far. Pretty good for a first alpha!
I’m using it every day now. I have one machine installed with the 24.04 ISO and it’s working fine. There’s some TODO items to come which I understand will be added by Alpha2. With a little command line knowledge COSMIC is perfectly usable now and is stable.
I’m sure my command line game is weak. Do you have a solution for connecting to Bluetooth and for timing out to login screen and blanking it after a certain period?
Bluetooth can be managed with
systemctl
andbluetoothctl
.https://www.makeuseof.com/manage-bluetooth-linux-with-bluetoothctl/
In my experience I find just running
bluetoothctl
to enter the interactive mode easiest. You can enter commands without prependingbluetoothctl
. You can usehelp
at any stage. So you want to usesystemctl
to make sure Bluetooth is running, then enterbluetoothctl
. Make sure the device is discoverable and pairing is set to on. Start your [headphones/whatever] in pairing mode and rundevices
. When you see the device runpair <numbers/address>
. Only use the numbers. You may have to go into settings and select the device in the sound applet.My situation doesn’t require a logout timer, but if I’m walking away from the PC I just use the shortcut Super + ESC. Alternatively, there’s many ways you can create a basic Bash script that when invoked times down to a
systemctl suspend
command. Or possibly the hybrid-sleep option could do what you want. Seesystemctl -h
for possibilities.Blanking the login screen is something that will be implemented shortly. Maybe I’ll work on a script for that because it annoys me too. Fortunately I rarely use it. I’ll repost if I do this.
I really don’t think the two years people are saying in this thread is realistic. The hard work and core is written. What is there is stable. I think they will get this completed much sooner. They do have a hardware business to support after all.
Thanks for the useful info. Still, I don’t think I want to fool with it until it’s available via GUI. That’s just me.
And I hope you are right about the rest being quicker.
Great! Exactly on time for the next release of Debian :)
Hopefully they plan to stabilize what they see as core functionality, and then build out features. Some people won’t consider it ready until this or that feature is added, but many of us who just want a WM+ can start using it once it’s relatively stable.
I couldn’t even connect Bluetooth until I switched to Gnome again