Zenlix

joined 1 week ago
22
New Rust stable version (blog.rust-lang.org)
 

I am currently searching for a name that I can use for a software project. Id like to have a short one that has no real meaning associated with it. I already asked some ai's. All names that I found sound terrible or have some meaning attached to it. . Like the name is already used for some medication or so.

How do you guys come up with names?

[–] Zenlix@lemm.ee 2 points 2 days ago* (last edited 2 days ago) (1 children)

I just found this. This is somewhat the fluent style for iced. Since cosmic uses iced that style is available as well.

When it comes to additional widgets, there are additional widgets in the iced_aw crate.

[–] Zenlix@lemm.ee 1 points 2 days ago (3 children)
  1. I dont realy understand what you mean by tabbed controls. If you mean keyboard navigation, that is directly ahead on the roadmap.
  2. Take a look at the macros the iced::widget module provides. This is pretty much a declarative ui definition.
  3. In the last version update a new styling system was introduced. It is way simpler then the old approach. I am sure you can create a custom theme that looks pretty much like win10/11.
 

Iced, a popular GUI Crate, used by system76 for their new DE, is getting default animation support in the development branch. The animations are based on the lilt crate. As far as I know the only missing part that needs to be done is, adding animations to the default widgets.

I assume in the next release it will be shipped with animation support.

I am so happy that this is coming and look forward to see animations in my gui applications.

[–] Zenlix@lemm.ee 3 points 3 days ago* (last edited 3 days ago)

Switching Windows never works for me. When the audio does not work, I can always fix it by double toggeling the audio button/checkbox.

[–] Zenlix@lemm.ee 1 points 4 days ago (3 children)
[–] Zenlix@lemm.ee 2 points 4 days ago (1 children)

Why do you consider discord as spyware?

 

A few weeks a go discord on linux had an update that enabled you to do screensharing on wayland even with audio.

There are a few bugs. For example, you can not change the window and sometimes have to reactivate the audio check box to have the audio work. Sadly the flatpak could not shit that update, because the chromium version shipped has to major bugs in flatpaks (issue).

But the stable .deb has now working screen sharing with audio. That is something that x11 does not have.

[–] Zenlix@lemm.ee 22 points 4 days ago (4 children)

That is super cool. Can we might simulate it in a virtual environment? If so, would that be the first matrix like virtual world?

[–] Zenlix@lemm.ee 16 points 5 days ago

I killed my windows partition a week ago as well.

[–] Zenlix@lemm.ee 108 points 5 days ago (9 children)

I feel like Windows tries with every change to push it's users to Linux.

[–] Zenlix@lemm.ee 3 points 6 days ago (1 children)

Even if you do not use or like this approach, learning tmux is quite easy and quick and super useful. Just that you executed commands do not end when your ssh session crashes, that you can collaborate. Just attach multiple ssh sessions to one tmux session and everything, even the input, will be sync. In advance you get windows and split screen in any terminal.

[–] Zenlix@lemm.ee 3 points 6 days ago (3 children)

You might be able to prepare a bag accept that does the switch and run that inside a tmux session. The connection would get lost, but don't the tmux session did not care the script would finish. Although that would require to have the exact working commands. If anything goes wrong you would have to plug directly into the server.

All I ever used was nmcli and I think it should work for this purpose. It was mostly pre installed. Rasbien as well as Debian had it or installed (the most used distros by me).