u/mapsedge

Possible to set a default schema, or even a bookmark?

I've got several databases with several schemas each that I work on, but primary I'm switching back and forth between two. It's a lot of navigating, scrolling, clicking. In there a way to make getting between those two schemas faster? Is "dashboards" what I'm looking for?

reddit.com
u/mapsedge — 1 day ago
▲ 1 r/kde

Dolphin crashes repeatedly

Kubuntu 24.04LTS

Dolphin just...vanishes. I don't know what I'm looking at in system logs:

5/22/26 3:30 PM 2026-05-22T15:29:17.952493-05:00 osagews01 plasmashell[119927]: KCrash: Application Name = dolphin path = /usr/bin pid = 119927

5/22/26 3:30 PM 2026-05-22T15:29:17.952576-05:00 osagews01 plasmashell[119927]: KCrash: Arguments: /usr/bin/dolphin

5/22/26 3:40 PM 2026-05-22T15:40:42.964281-05:00 osagews01 systemd[1628]: Started app-org.kde.dolphin-d2be1d946ce04806a152887a8ee94b2a.scope - Dolphin - File Manager.

5/22/26 3:40 PM 2026-05-22T15:40:43.219583-05:00 osagews01 kernel: NVRM: API mismatch: the client 'dolphin' (pid 134954)

5/22/26 3:40 PM 2026-05-22T15:40:43.226582-05:00 osagews01 kernel: NVRM: API mismatch: the client 'dolphin' (pid 134954)

If I restart it, it might keep going for the rest of the day, it might crash within minutes. The only things I can think of that might be causing problems are:

  1. rclone + sftp site mapped as local folder.

  2. a folder with a bunch of images in it, nearly 800 and counting.

Is anyone else experiencing this?

reddit.com
u/mapsedge — 1 day ago
▲ 4 r/webdev

DEV Tools: Writing changes in the styles panel to the source

I'm trying to line objects up with a template and I'm using the mouse wheel in the styles panel to nudge things around. Is there a way to save those styles panel changes to the CSS in the source?

reddit.com
u/mapsedge — 2 days ago

I did this back in 2021, just to be silly. Took me for-friggin'-ever to get the jacket right.

Very happy to find a sequel friendly subreddit.

u/mapsedge — 2 days ago

File -> Recent Files shows every file but the ones I want, namely SVG files. I export a lot of PNGs, and they crowd the list. Is there a setting that limits the list to SVGs?

reddit.com
u/mapsedge — 23 days ago
▲ 63 r/webdev

I have a single function of close to 900 lines. (No, I didn't write it.)

There is an errant "else" clause that I can't locate the "if" for. The code runs, so it has to be in there, right?

I've been over the code a half dozen times, and I can't locate it. AI is no help: I've fed the code to four different models and they're all, "Yes, you're right. An if needs an end if. Would you like help with the syntax?" Even wrote a quick one-off in python to strip anything that isn't an if, else, or end if and then automatically indent/de-indent line by line, and that didn't help either.

I've gone through the VSCode extensions, I've looked online, and I would think there'd be a tool for matching that sort of thing up, but I can't find one. Help, please?

GIST: https://gist.github.com/mapsedge/024841a282df946659bc080f631b47ec

u/mapsedge — 23 days ago

My character is as perfectly round as he can get, but the exported image gives him a cone-head. It's this way regardless of the background color in Gwenview. How do I track this down?

u/mapsedge — 25 days ago

The menu loads, but when I click on the item I get:

https://preview.redd.it/rruoh1bjcsxg1.png?width=587&format=png&auto=webp&s=dcd960f60239731d976d4a7365254e371abc7fd1

I'll worry about the actual script later, I'm just trying to get the thing to load. The .inx and .py files are in the same folder. This is my .inx file:

<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
  <name>BORB Exporter</name>
  <id>borb_exporter</id>
  <param name="textvar" gui-text="Enter Text" type="string" />
  <param name="dirvar" gui-text="Select Destination Folder" type="string" gui-type="file" file-open="folder" />
  <effect>
    <object-type>all</object-type>
    <effect name="BORB Exporter" effect="borb_exporter.py" />
    <effects-menu>
      <submenu name="BORB Exporter" />
    </effects-menu>
  </effect>
  <script>
    <command location="" interpreter="python">borb_exporter.py</command>
  </script>
</inkscape-extension>
reddit.com
u/mapsedge — 26 days ago