indigomirage

joined 1 year ago
[–] indigomirage@lemmy.ca 1 points 3 months ago

I'm about to try Ubuntu again.

I switched to Fedora for a few months, and really prefer it over Ubuntu . Clean Gnome. dnf is great. Useful COPRs. It just makes sense. But in my Sisyphian attempts to switch to Linux as my platform for music production (with my existing paid vsts and sound libraries), I hit one brick wall too many. Things that worked no longer work. Things that I could never get to work remain unworking.

So, going to try Ubuntu. I dislike snaps. I dislike the twisted Gnome UI. I will say the Ubuntu fonts are nice though (I actually imported them into Fedora..)

The further I stray from a default install, the harder it is to maintain going forward. Fingers crossed for Ubuntu.

[–] indigomirage@lemmy.ca 3 points 5 months ago

The only success I've had to connect to my wayland desktop was with Gnome, (at the time, it only worked if I was already logged in, though there was an extension that let you overcome a locked desktop). Once in, it worked well. Sort of. Had no luck with KDE, though that may have changed. VNC gave me no end of difficulty so I gave up.

All in all, a bit of a fiasco. YMMV - I'm sure my own incompetence was to blame (but should it not be... easier?)

[–] indigomirage@lemmy.ca 1 points 7 months ago

Hi there - I'm fairly certain I've tried this but it doesn't give the desired visual feedback you get with multi-cursors or in the example I'm showing.

[–] indigomirage@lemmy.ca 4 points 7 months ago (1 children)

Ah. So no option with visual feedback..? Wonder if a plugin exists that can help there.

 

Hi There - I wanted to ask a question that I've asked previously, but adding a gif to illustrate what I'm trying to say.

https://lemmy.ca/pictrs/image/d50caca3-d2c3-4d9e-b8f4-3e30ce828017.webm

Is there a plugin that could accomplish this?

Cheers!   (Previous post) https://lemmy.ca/post/15305808

Hi there - I’m trying to dive into neovim and I can’t figure out how to do a certain thing in visual block mode…

Is there a way to extend a cursor/block column down from a long line through a series of shorter lines such that the short lines extend to meet the cursor (thus letting you enter text all in a column)? All I can seem to get it to do is have the cursor go to the end of each line, leaving a set of entry points staggered over a different column positions.

I think the feature I want is called Virtual Space, but I’m not sure. I am sure, however, that I use this feature extensively in Ultra Edit and Notepad++ (and mssql mgmt studio and visual studio but not vscode!)

Is there an add on? A plugin? (bonus points if the entry points remain highlighted once going into insert mode after the block is selected?) I’ve seen suggestions to try using the ‘virtualedit’ setting, but unfortunately, this doesn’t seem to solve the issue. It only adds text to lines that are already of length greater or equal to the column position of the block selection. Unless I’m missing something.

(Adding a link to a vscode issue begging for the same feature. It might help illustrate the concept. - https://github.com/microsoft/vscode/issues/13960 )

Would be grateful for help here. (bonus points is there’s a way to keep the cursor highlighted after the shift to insert mode…)

[–] indigomirage@lemmy.ca 1 points 9 months ago* (last edited 9 months ago)

You may be onto something.... /s

(I almost went with British Broadcorping Castration...)

[–] indigomirage@lemmy.ca 80 points 9 months ago* (last edited 9 months ago) (10 children)

So I looked them up with my Mastodon account to try to follow but quickly discovered that not all searches for 'BBC' lead to accounts related to the BBC...l.

[–] indigomirage@lemmy.ca 1 points 9 months ago

It would be faster to just select every end of line and add spaces and then do the edit & Trim later.

Bottom line is that the functionality doesn't seem to exist in any useful way. Wish it did. I think Ultra Edit, notepad++ visualstudio and mssql mgnt studio must have spoiled me for other editors (in this respect). Even Geany does this (but oh, so janky...)

[–] indigomirage@lemmy.ca 2 points 9 months ago

Unfortunately, that will just skip over the short lines contained within the the block selection, which is exactly what I'm trying not to do (hence the initial question).

[–] indigomirage@lemmy.ca 2 points 9 months ago

Thank you - it seems that this will only be possible with a wrapper script (which was going to be my next course of action). I can definitely use what you've written here as an accelerator, though!

[–] indigomirage@lemmy.ca 2 points 9 months ago (2 children)

Thank you for the response. I'm not sure I'd have any idea how to create a function for this at this point. Lack of support for this feature is pretty much the main reason I'm shifting away from vscode. (Also looking at nvim as I want a more powerful go-to solution for CLI editing...)

Certainly frustrating - it was my most used feature when I was coding SQL extensively...

 

Hi there - I'm trying to dive into neovim and I can't figure out how to do a certain thing in visual block mode...

Is there a way to extend a cursor/block column down from a long line through a series of shorter lines such that the short lines extend to meet the cursor (thus letting you enter text all in a column)? All I can seem to get it to do is have the cursor go to the end of each line, leaving a set of entry points staggered over a different column positions.

I think the feature I want is called Virtual Space, but I'm not sure. I am sure, however, that I use this feature extensively in Ultra Edit and Notepad++ (and mssql mgmt studio and visual studio but not vscode!)

Is there an add on? A plugin? (bonus points if the entry points remain highlighted once going into insert mode after the block is selected?) I've seen suggestions to try using the 'virtualedit' setting, but unfortunately, this doesn't seem to solve the issue. It only adds text to lines that are already of length greater or equal to the column position of the block selection. Unless I'm missing something.

(Adding a link to a vscode issue begging for the same feature. It might help illustrate the concept. - https://github.com/microsoft/vscode/issues/13960 )

Would be grateful for help here. (bonus points is there's a way to keep the cursor highlighted after the shift to insert mode...)

[–] indigomirage@lemmy.ca 2 points 9 months ago* (last edited 9 months ago)

I've got that, but I want the container home prefix to be named, dynamically, after the container upon creation as a subdirectory of a container home prefix 'parent' directory I've already created.

Desired outcome -> All dbxs get homes in a subfolder of ~/dbx in turn, named after the container name I provide upon creation.

So.. a container called 'utility' would automatically home itself in ~/dbx/utility, and one called 'archtest' would go in ~/dbxarchtest, etc.

As it stands, the config gives each container the same home directory (albeit separate from the host, so at least I've got that...)

 

Hi There - I'm starting to make use of distrobox, but I have a question about creating custom home directories.

In my ~/.config/distrobox/distrobox.conf file, I've added a line ->

container_user_custom_home="$HOME/dbx"

This ensures that all new containers, by default, have their homes set to ~/dbx .

This is good, however, I'm looking for a way to default new container homes to ~/dbx/<>. Is there a way to do this? I've tried setting the line in distrobox.conf to

container_user_custom_home="$HOME/dbx/$DBX_CONTAINER_NAME" but it doesn't work. Any help would be appreciated.

(Basically, I want to err on the side of a bit of isolation between containers by default so that I can more easily track what each is doing separately.

Thanks!

[–] indigomirage@lemmy.ca 2 points 9 months ago (1 children)

This is good to know. As I say, I haven't tried codium, but I'm not surprised there are glitches.

I hear you wrt avoiding remote server, but for me, it begs the question of whether I want to learn more than one tool/editor? If I use vscode, I'd have to pull the files up and down, but if I use an alternative IDE, I can do it all in one step. If it's a good IDE then why do I want vscode in the first place?

A official sftp caching package might be enough to keep me in vscode (though I'm still not sure what I want to do).

I just find it bewildering that the IDE would so nonchalantly install sh!t on remote servers when you just want to edit a config. Any other tool where something is to get installed remotely makes it abundantly clear what's happening and it's a very conscious decision to do an install.

Not sure why people aren't up in arms about this approach. Unless I'm missing something (and I may well be).

37
submitted 10 months ago* (last edited 10 months ago) by indigomirage@lemmy.ca to c/linux@lemmy.ml
 

Hi there - I'm trying to make use of flatpaks, but keeping them isolated from my host (as I need to experiment with a bunch of settings and I don't want to bork my host environment. Again.)

Has anyone had actual success making this work? I've only been able to get anything to install by sudo-ing, but even then, I cannot get things to run. It'll fail with file not found (but which file? verbose mode doesn't help) or fail to connect to the system bus.

I've seen some posts about unmounting /var/lib/flatpak on initialization but I've had no luck there. (I'm on Fedora 39, which, to be honest, I'm rather enjoying.)

Is this a technique that anyone has had luck with? Worth pursuing?

FWIW, my big goal is to run bottles and I've had far more luck with bottles (which strongly recommends flatpak) than with winehq.

view more: next ›