[–] 12 points 2 years ago

no package manager should put stuff into /usr/local, thats why its /usr/local. package manager should only put stuff into /usr/... not /usr/local. In the past some mainframes mounted these directory via nfs to do some kind of software management. It contains global stuff that is not managed by the package manager. install some software via "tarball and make" and it most likely puts everything into /usr/local/...

It's the best location for your needs. /home/shared is a bad idea. /home is reserved for home directories not some shared stuff.

/usr/local is specifically what you are asking for. i would put themes to /usr/local/share/themes for example. chances are gtk will already look there. You can manage permissions inside /usr/local as you like. since the package manager doesn't care for that directory there is no problem. giving write permissions only to root still is a good idea. it suggest to learn to use sudo when you are working on your system.

  • source
  • [–] 0 points 2 years ago* (1 child)

    Ganz deiner Meinung, Wenn der quatsch wenigstens auf Fakten basieren würde:

    https://www.berliner-zeitung.de/news/wissenschaftler-philologen-linguisten-aufruf-gender-debatte-sprachforscher-starten-aufruf-gegen-das-gendern-bei-ard-und-zdf-oeffentlich-rechtlicher-rundfunk-gender-sternchen-binnen-i-li.252038

    https://www.linguistik-vs-gendern.de/

    Genauso der "Gender Pay Gap". Fast niemand, der darüber diskutiert, hat begriffen, dass es dabei eben nicht um eine geringere Bezahlung bei gleicher Tätigkeit von Männern und Frauen geht.

    Ich hasse die Afd und bin eher Links eingestellt, aber dieser Gender-Bullshit und die unehrliche Diskussion darum geht mir verdammt auf den Sack und ist meiner Meinung nach sehr entscheidend daran mitschuldig, dass die Afd aktuell einen so hohen Zulauf hat.

    Glücklicherweise sieht ein Großteil der Gesellschaft das ähnlich. Ich freue mich schon drauf, wenn diese Phase vorbei ist und wir uns endlich wieder um wirkliche Ungerechtigkeit kümmern können.

  • source
  • parent
  • context
  • [–] 1 point 2 years ago*

    Does it only happen with these two drives? i would try with some other HDD/SSDs or two usb sticks. that way you can test if its some weird hardware incompatibility that sometimes happen between specific devices or if the board wont support more then one connected usb drive in general.

  • source
  • parent
  • context
  • [–] 18 points 2 years ago

    what a load of bullocks:

    Scientists still don’t fully understand the association between vaping and lung disease, so it’s unclear what role vaping may have played in Allard’s case.

  • source
  •  

    I'm trying to use LazyVim https://www.lazyvim.org/ to create and edit ansible playbooks and roles, but for the live of my I don't understand how to enable ansible-language-server.

    The installation of lazyvim went flawless and after starting nvim I used the command :Mason to install:

    • ansible-language-server
    • ansible-lint
    • yaml-language-server
    • yamllint

    but still, when opening a task or playbook file in nvim, i don't get any of that cool features like snippets and automatic syntax checking like I hoped.

    Can anyone give me a hint how to enable those? Mason says the plugins are installed, is it only a problem of nvim not recognizing the filetype as ansible? Do I need to enable some plugins via .config/nvim/lua/plugins? I'm out of my element here, help would be much appreciated.

    view more: next ›