

It’s worth pointing out that Home editions of Windows don’t allow you to enable the RDP server without doing some janky stuff.


It’s worth pointing out that Home editions of Windows don’t allow you to enable the RDP server without doing some janky stuff.


To expand on the other reply a bit, niri and sway do just the window management. So if you want things like notifications, media keys, panels, docks, bluetooth/wifi widgets, screenlocking, wallpapers, etc, you need to provide those separately.
Traditionally, those would be separate utilities, but Noctalia provides most of what you’d need in one package. Pretty convenient.
By default bash will only expand an alias if it’s the first argument of the command (that is, the command itself).
It’s probably not intended to use aliases this way, and there are probably better options for you.
However, there is a little trick you can do. If the alias command ends in a space, then bash will also check the next argument:
alias cd='cd '
Notice the trailing space after ‘cd’ in the alias definition.
alias docs='/media/docs'
then, cd docs should work the way you expect.
Another method would be to:
alias docs='echo /media/docs'
Then you can do
cd `docs`
The backticks will cause the shell to replace that portion with the output of the docs shell command, which will be expanded via the alias.
All that said, it’s probably easiest just to use a link, like another commenter suggested.


Yeah, the ‘for reasons I don’t quite understand’ bit was intended slightly sarcastically.


One issue with this is that uutils is licensed under the MIT license, instead of coreutils’ GPL license. In fact, for reasons I don’t quite understand many of these rust rewrites are licensed with the MIT license. This will contribute to long term erosion of the rights granted by the GPL to software projects and users.


Well no, the Canonical distribution is Ubuntu.
/s
For wayland applications you can try waypipe too, which I’ve found works for most things.
The potential for copyright infringement (or at least the appearance of copyright infringement) would be too high. Better to keep a “clean room” approach in the wine project to avoid attracting Microsoft’s ire.