Pretty good, however wtype
is only sending keystrokes globally, with xdotool you can also move the mouse, send key events to specific windows and more.
Pretty good, however wtype
is only sending keystrokes globally, with xdotool you can also move the mouse, send key events to specific windows and more.
I think you can start two Wayland compositors, and change the compositor configuration to use different mice and outputs, but I never tried this.
Yes, that is for X11. Now find one that works on all Wayland compositors, that doesn’t require root permissions.
I also switched to use different Wayland compositors many years ago for my main systems, but there are also still reasons to use X11. These are mine:
ssh -Y
) and just start a GUI app, and the window appears on your screen.There might be some Wayland compositors that worked around that, but on X11 this was standard. But generally X11 provides these features for all WMs, and in Wayland they have to be implemented individually.
And some just are not supposed to work, for security reasons.
But all of this depends on your use-case. I sometimes even (can or have to) go without a Wayland compositor or X11 and render GUI directly via KMS/DRM.
Yes, currently Valve is mostly interesting in a base system that just runs Steam and games, not a general Linux desktop. Commercial Linux distributions are more about servers and professional workstations.
We either need PC hardware manufacturers or public funding to push Linux desktop, since I don’t think that normal users would pay directly for a Linux system.
PC hardware manufacturers however are more about selling the next device that constantly improving a system non-customers could also use for free, so I doubt they would commit to it fully, and instead use it for marketing.
So all that is left is public funding.
I don’t think that there is any one issue that hurts the Linux desktop, I think it is more a matter of death by a thousand cuts.
I think for the Linux desktop to be (more) successful we need dedicated QA teams, with a direct connection to usability developers that constantly test and write automated tests for the whole integration on different hardware, and fix any issue as well.
He is not only attacking the US, he wants to breakup democracies world wide and through causing international crisis and turmoil, push all countries into becoming authoritarian regimes, controlled by oligarchs and one-party systems.
That is the actual goal, and he is doing that while trying to maintain plausible deniability, by staging himself as an incompetent and incoherent buffoon.
And even if he is a real buffoon and doesn’t understand the end goal, he has a lot of more intelligent antidemocratic advisors around him that do. This is not coming out of nowhere.
I understand that perfectly, they like the crisis situation because they hope to acquire more, and maybe even loose a couple of aspirant mill- or billionaires on the way.
They do see it as a game, and thus big disruptions create great new chances for them to gain even more.
Nah. Rich people profit from recessions and other crisis. They have enough money to buy everything and then are even richer afterwards.
That is why everyone lets Trump do whatever he likes.
When the debate revolved around Emacs vs. Vim, I used Spacemacs. It seem we moved on from that?
Is it now about VScode vs. (Neo)Vim?
Guess that means Vim won the Emacs vs. Vim debate then, when it got into the next round.
Well, that could have been fixed by booting from an usb stick, chrooting into you real system and either downloading and (re)installing the python package this way, or, if your package manager depends on python, download the package in the Live Linux and extracting the python package into your system, and then reinstalling it, so the package management overwrites your “manual installation”.
Could be tedious, but less so that having to reinstall everything IMO.
It is more about being lazy.
In most cases, where you havn’t destroyed your filesystem, you can just boot another Linux from a USB stick, mount your filesystems to /mnt, chroot into it, and then investigate and fix there.
See the Archlinux wiki, even if you do not use Archlinux, it is great: https://wiki.archlinux.org/title/Chroot
No no no! When you break something in Linux systems you fix it. Starting over and reinstalling everything is what you do when you mess up on Windows.
We are never recovering as a Nation from this. This kind of violation of the order of law in our nation will take a century to heal if not more. The United States as it was is gone, full stop.
Well, that is the goal. I think the goal is to create a (US/global) crisis, which allows the powerful (rich) to step in to reshape the society, to fit their agenda better.
I do not think that the Trump administration is simply incompetent, I think they are having a plan, and are executing it and what we see is part of it.
What makes implementation so difficult is that browsers cannot just “work”, they need to be correct in what they do. And support all websites.
The standards of HTML, CSS and JS have developed over a long time, not only is the amount of stuff massive, over time sometimes strange features where implemented, that were then used by website developers, and now these all need to be handled correctly by all new browsers.
Emulating and reimplementing existing stuff is often more difficult, especially if you cannot leave out any feature, no matter how obscure, because that might break someone’s website.
“the middle class” does not exist, they should focus on helping the homeless, jobless and working class.
That is pretty common when you hear conservatives talk. You often agree about the issues, but then you suddenly hear crazy conspiracy theories about why everything is the fault of immigrants, jews, trans people or whatever.
When conservatives talk about the rich and powerful being bad, its often about some “globalists”, “George Soros”, “World Economic Forum”, “Liberals”, … than just the system being bad.
That is the reason why the leftist critique should always focus on the system, not specific people or groups.
Now they will likely spin any critique and demonstrations against the AfD&CDU as “influenced by russia”.
And long term CDU voters will eat it up, since “russia is on the extreme left” or whatever.
We live in an inverted world it seems. It looks like making stuff up is more difficult then just inverting facts.
Yes, but
apt-get
is missingsearch
for instance, because that relates to the cache, soapt-cache
provides it.apt
combines all those often used commands, and provides a nicer shell presentation.