Umm, I have GPS on my Goog-less main profile no problem. The other profile with Play (just banking, parking and employer-subvented lunch app) also does. So not accurate.
- 2 Posts
- 77 Comments
tasankovasara@sopuli.xyzto
Linux@lemmy.ml•Has anyone tried Amber for writing bash scripts? Would you recommend it?
2·1 month agoLet’s also remind that at least Helix the very good editor automatically runs bash stuff through Shellcheck if you have it installed, while you type. It’s been amazingly useful and educational. I write a lot of bash at work and have learned many finer details from Shellcheck’s hints.
It even does the Clippy thing. I’m piping something into a sed s/…/… and it tips ‘try ${variable//search/replace} instead’.
tasankovasara@sopuli.xyzto
Open Source@lemmy.ml•I want a compact mini laptop(netbook style) in 2026. Suggestions?
1·1 month agoMy vote on this too. Had a Surface Go 1, small battery but elsewise superb. Got a 3rd gen, absolutely perfect until one day it wouldn’t charge off USB-C anymore. Sold that and returned to the 1st gen I stii had (all accessories are compatible), and it’s still serving just fine as a ‘quick errands’ machine. Both work out of the box with Arch. Battery life is good enough with TLP and extreme powersaving.
tasankovasara@sopuli.xyzto
Linux@lemmy.ml•[SOLVED] How to set resolution to a portion of a screen or just screen share part of one?
2·1 month agoOn Sway:
This goes in Sway’s config…
output HEADLESS-1 { pos 5120,0 mode 1920x1080@20Hz bg ~/tausta_kuva fill }And this alias starts wayvnc.
alias RuutuVNC='swaymsg create_output && nohup wayvnc 0.0.0.0 5900 >/dev/null &'After that, connect the VNC client on the tablet to port 5900 on the machine and sail the mouse cursor over to it when selecting the screen to share.
There must have been a config for wayvnc somewhere, but I can’t find it. I don’t need to use this anymore after switching from a dual portrait setup to a dual LG DualUp setup, so that my screens are now pretty much square and the right way around. On the dual portrait setup, my screenshare would show up sideways in landscape :D
tasankovasara@sopuli.xyzto
Linux@lemmy.ml•[SOLVED] How to set resolution to a portion of a screen or just screen share part of one?
3·2 months agoI have funky screen configurations too. What I’ve done is setup a headless screen that I view over VNC on a tablet and share that. On Wayland wayvnc can do this.
tasankovasara@sopuli.xyzOPto
Linux@lemmy.ml•Tips for handy 32-bit Intel rescue USB images
2·2 months agoThanks! Took a browse and it looks like 8.04 was the last release with a 32-bit version.
tasankovasara@sopuli.xyzOPto
Linux@lemmy.ml•Tips for handy 32-bit Intel rescue USB images
1·2 months agoNothing much – dd, support for ext3 which was the style at the time, and whatever the wired Ethernet in that old thing is. Sshfs would be nice.
No need for a graphical environment. One thing that might be broken is the graphics adapter, since the machine supposedly boots every time, but once it gets into the display manager, it freezes. I figured if I keep it in text mode, it might stay up long enough for making a disk image. I haven’t yet got on with the operation, so I don’t know what the machine has.
I’d love to noodle about with Haiku, MorphOS and such, but being hopelessly hooked on tiling window managers (Niri particularily), I’m just stuck on unixes…
Not the greatest; they need time to mature, so often the versions from a couple of years back are more palatable.
If you go with Arch, just
sudo pacman -S pro-audio realtime-privileges ; sudo usermod -aG realtime your-userand get rocking (installs everything).
tasankovasara@sopuli.xyzto
Linux@lemmy.ml•Is there a USB drive flashing program in APT?
5·2 months agoScrolled a while and didn’t see it:
dd if=image.iso of=/dev/yourstick bs=4M ; sync
And what is yourstick? lsblk and determine by size. Use the device node, not a partition, e.g. /dev/sdb and not /dev/sdb1.
tasankovasara@sopuli.xyzto
Linux@lemmy.ml•What is the one app you would like made for the COSMIC Desktop?
1·2 months agoA font viewer, character map app and image / pdf viewer are three clear missing links.
No mention of Capitaine-cursors so there 👈
tasankovasara@sopuli.xyzto
Linux@lemmy.ml•What’s a graphical piece of software you wish existed or was better?
9·9 months agoI’d be happy to see one more email client option. Using Geary now - nice ui but very limited in features. Been through quite a few in the past.
tasankovasara@sopuli.xyzto
Linux@lemmy.ml•[Help] display managers with transparent backgrounds, showing the desktop itself?
3·10 months agoWhen you log out, have a script take screenshot, blur it and save to a known file.
Conf your display manager to use that file as background.
I’ve ran a 4 in, 4 out ADAT-CAT5 snake thingy on Linux, so 32 channels in and out. The remote end was synced via Word Clock with the Linux box providing master clock. RME RayDat for a soundcard, RME converters in the remote rack. Worked 100 % flawlessly, I even did live sound on it. ADAT is a ‘just works’ thing, go for it. You just need to understand that one device needs to be the clock master and others follow that.
tasankovasara@sopuli.xyzto
Linux@lemmy.ml•need a simple sketching software for linux desktop (with real world dimensions)
7·1 year agoOne more for Inkscape - I’ve made antenna stencils that need millimeter accuracy with it. LibreOffice Draw is even easier and can do much of the same stuff.
Thank you all! Over 25 years on Linux and still new learnings to discover…

GrapheneOS on Pixel 8a. Yes one can 👍