Earlier quoted context omitted.
Handling shortcuts would be compositor specific. Unlike X, the display server part with Wayland is implemented by the compositors. Wayland itself is just the protocol. KWin for example allows setting various global shortcuts: https://docs.kde.org/trunk5/en/kde-workspace/kcontrol/keys/i... For wl-copy / wl-paste, see: https://github.com/bugaevc/wl-clipboard
Would you recommend a given compositor to have something close to LXDE or any other minimal window manager in xorg? I'm thinking about starting with weston and moving to sway if it doesn't do the job
So Long, Macbook. Hello Again, Linux
201–210 of 531 posts
Re: So Long, Macbook. Hello Again, Linux
#202Earlier quoted context omitted.
Unfortunately, the openness allows for so much flexibility, that many people end up breaking it up. Invariably, they will blame the system and not their changes. If they used the defaults, like they do in other systems, it would not happen.
In this case though LastPass is broken in Firefox on Ubuntu by default. Edit: akiselev said 1Password, not LastPass. My mistake. Interesting that I experienced this same issue with LastPass.
Re: So Long, Macbook. Hello Again, Linux
#203One of the big features Macs have for me is that I can call customer service any time of day and they can work through any serious issue I have with my Mac. I've only had to call a few times, but they were able to work out some pretty serious issues quickly each time. I think the longest I was on the phone was 1.5hrs to find out that my own IT dept had screwed up Casper settings that I couldn't fix. For a work machin…
> One of the big features Macs have for me is that I can call customer service any time of day and they can work through any serious issue I have with my Mac This is something else that often gets left out in these discussions. For better or worse, Apple offers an ecosystem/platform, and the support to go along with it. Suppose you do make a Linux laptop work for your daily driver. You're still left out in the cold i…
Re: So Long, Macbook. Hello Again, Linux
#204Earlier quoted context omitted.
That doesn't "Just work" on Windows 7 or 10, though, so not sure it's a failure on the part of Linux as much as a success on the part of macOS.
How does that fail? I've never had issues with multi-monitor, and they've always been 3 different resolutions (with one rotated 90). I'm not doubting you, as my current win10 install won't let me change the default JSON association away from visual studio and I can't find anyone else with that problem. I'm just curious what fails, since I haven't encountered problems with multi-monitor since XP.
I honestly got so tired of it I just invested in an Alienware 34" monitor. I haven't had the problem since.
Re: So Long, Macbook. Hello Again, Linux
#205Earlier quoted context omitted.
> On a Mac, you can cut/copy/paste using predictable keystrokes in any application, anywhere Interesting, because Linux is my daily driver, and when I borrow my spouse's MacBook one of the things I get tripped up on is some programs seem to use Ctrl+C/V and other programs use Command+C/V for copying/pasting
All Mac apps use the Command (⌘) key for copy/paste. I've never encountered an app that uses Ctrl. A developer would really have to go out of their way to accomplish this in their app, since the copy/paste menus are provided by Cocoa; the keyboard shortcuts are essentially built into the OS.
Re: So Long, Macbook. Hello Again, Linux
#206Re: So Long, Macbook. Hello Again, Linux
#207(That color theme is... not for me.) I long for the Linux prairies of old, but I've grown fat and lazy on OSX. Linux is a youngster's game. Apple got it wrong in 2016 but there are signs that we might have passed "iPhone peak"... maybe they will be forced to pay attention again to us old farts.
What this means is that I installed a base ubuntu system with awesomewm and just used it mostly stock. I already had awesomewm experience from 5+ years prior, but for the first month of moving back to Linux I was also perfectly happy chugging along with gnome.
What I am saying is give it a try. Only time I miss OSX now is when I need to sign a PDF.
Re: So Long, Macbook. Hello Again, Linux
#208Re: So Long, Macbook. Hello Again, Linux
#209I attempted to move to Ubuntu on my XPS 13, but couldn't manage to get the DPI scaling to work properly. Weirdly, if I run Ubuntu in a VM under windows it scales fine. There are still too many of these small problems to justify making the move for me fully.
Re: So Long, Macbook. Hello Again, Linux
#210I so wish the Linux community would get its act together and implement a working usable clipboard. It's the one thing I miss the most whenever I switch from Mac OS to Linux. On a Mac, you can cut/copy/paste using predictable keystrokes in any application, anywhere. And there is a single clipboard. On Linux, you have to deal with a multitude of behaviors (middle mouse button, Ctrl-C, others, and does it paste where th…
Description: Autocutsel tracks changes in the server's cutbuffer and CLIPBOARD selection. When the CLIPBOARD is changed, it updates the cutbuffer. When the cutbuffer is changed, it owns the CLIPBOARD selection. The cutbuffer and CLIPBOARD selection are always synchronized.
With this, I can highlight text (which is an implicit "copy") or use CTRL-C and paste with middle-click or CTRL-V (or in emacs, CTRL-Y) and it all works.
The only weirdness is in Google Docs, which seems to hijack CTRL-C, CTRL-V, etc. for its own handling.