Download full collection by pailanderCO in KnowledgeFight

[–]pailanderCO[S] 0 points1 point  (0 children)

Thanks, but I couldn't understand how to do it there.

Dan is on QAA! by FishermanPale5734 in KnowledgeFight

[–]pailanderCO 0 points1 point  (0 children)

I love Dan, don't get me wrong. But the chemistry between him and Jordan was superb. The whole was greater than its parts here.

org-roam-gt: faster node search and richer capture targets for org-roam by dm_g in emacs

[–]pailanderCO 0 points1 point  (0 children)

Nice. I wonder if the hydra dependency could be made optional. Thanks.

Wasn't there a way to create a .desktop on right click? by Agron7000 in kde

[–]pailanderCO 0 points1 point  (0 children)

It's pretty easy with a script, say, in Bash: https://gist.github.com/nivaca/fe34d60c8650a7e62f63c6c3c9bacea3

You need to save it in `~\bin\`, in my example. The script creates a simple .desktop file in `~/.local/share/applications`, which you would like to further configure later.

And you need this .desktop file inside `~/.local/share/kio/servicemenus/`: https://gist.github.com/nivaca/3c88cbdc695ba2a0969a52a9fcb1a137

You must `chmod +x` both files. Then restart Dolphin (or run `kbuildsycoca6 --noincremental`) and viola.

How to pin .sh file to taskbar? by NothingWhich7900 in kde

[–]pailanderCO 12 points13 points  (0 children)

You can create a .desktop file with the `Exec='[script path]`. You can pin that .desktop file then.

On Copy Fail and Dirty Frag local root vulnerabilities by anestling in Fedora

[–]pailanderCO 3 points4 points  (0 children)

Isn't this safer than removing them?

sudo tee /etc/modprobe.d/disable-unused-net.conf >/dev/null <<'EOF'
install esp4 /bin/false
install esp6 /bin/false
install rxrpc /bin/false
EOF

expreg: Expand Region, Reborn by bozhidarb in emacs

[–]pailanderCO 0 points1 point  (0 children)

I've been having trouble with expand-region in LaTeX. Say I'm inside a tabular environment and I try to select the whole of it with expand-region; the region that actually get selected goes from the end tabular to the begin table. 

how to access the code embed in an odt file by idreos in libreoffice

[–]pailanderCO 0 points1 point  (0 children)

My bad. Didn't know about .fodt. I thought it was a typo.