

Can I set “Display Style” in .directory file or have dolphine save to it ?


How do you organize it ? Except the final readable file you got Originals, DeDRM, Unpacked.
@luthis@lemmy.nz @besbin@lemmygrad.ml


TrackMeNot is dead
It there a setting for AppImageLauncher to not delete the file


isn’t there a command which shows the dependencies and I can selectively install them, i saw it on chris titus video


deleted by creator


How to have irder number properl like 1 2 3 … 10 and not 1 10 11…2 3


~$ firefox -p &; disown bash: syntax error near unexpected token `;’


Suggest me a file manager


They are actually respectful and work. even on the music tagger less people use.


Preview Panel, Switch from breadcrum to directry only when clicked on remove that ugly arrow (nemo), View Selector is ugly, .directory file is a hit or miss across file managers File Picker doesn’t have a place jump to a directory, FIle Picker no Ctrl Shift N No recent panel


Not working on Mint (cinnamon+nemo)


deleted by creator


deleted by creator


deleted by creator


What permission to deny to block that ?


Apps can do that ?


Doing a good job of that is complicated, maybe too much so for ublock origin. Besides stripping off junk parameters, you have to bypass redirects, unquote parameters and recursively clean up anything that looks like a url, and do a bunch of site specific rewriting. Here’s the regex I use just for crap parameters:
junk_regexp = r’gclid$|gclsrc$|fbclid$|aff$|msclkid$|[uhi]tm_.|hmb_.’ +
‘|ref_src$|ref_url$|pr_.|spm(_.)?|(pos|sid|ss)$|cvid$’ +
'|kx$|variant$|mc.id$|ad_id$|cm_mmc$|sara_ecid$|guce.*’ +
‘|.campaign(id)?$|adsetid$|_cf_chl_f_tk$|cm_sp$’ +
'|…*id$|trk.|gs_lcrp$’
if base.endswith(‘.php’):
junk_regexp += ‘|s$’
why is mint recommended and debian is called kernel-showcase “only graddaddy not really a usable distro”