Skip Navigation
Taffer Taffer @programming.dev
Posts 1
Comments 3
"make capslock an additional Ctrl" option was removed in the latest update
  • I use a thing called kbct for remapping CapsLock to Control: https://github.com/samvel1024/kbct

    Wine apparently uses so low level input routines, this was the only way I could find that works properly. Need Control in the right spot to play Final Fantasy XIV. šŸ˜„

  • Plasma 6 plasmoid tutorial?
  • If I can get something working, Iā€™d be happy to write up something. Hopefully Iā€™ll have some time this week to poke at it some more!

  • Plasma 6 plasmoid tutorial?
  • Thatā€™s the last one I tried before giving up, dā€™oh! šŸ¤¦ā€ā™‚ļø

  • Plasma 6 plasmoid tutorial?

    Iā€™m looking for an up-to-date Plasma 6 tutorial for making plasmoids. Just a simple ā€œHello worldā€ done correctly for Plasma 6.

    The tutorial is for Plasma 5 and doesnā€™t work for 6 as I have no idea what Iā€™m doing, and I havenā€™t found a decent way to debug these. plasmoidviewer doesnā€™t provide great error messages.

    I found a tutorial on Medium for Plasma 6; following it I get the not-useful-at-all message on screen ("Sorry, there was an error loading Hello World."), and this in my terminal:

    kf.plasma.quick: error when loading applet "ca.taffer.hello" QList()

    I even installed KDevelop hoping it might have a project template, but no luck. And the ā€œGet more templatesā€ button in KDevelop does nothing. šŸ¤·

    I realize Plasma 6 is very recent, but my first forays into hacking for it have been insanely frustrating, which isnā€™t the new dev experience I want.

    6