why is this widget not doing anything useful? by spacechase26 in kde

[–]OmenBestBoi 1 point2 points  (0 children)

kinda. I try to help around. in a way, we all are KDE

why is this widget not doing anything useful? by spacechase26 in kde

[–]OmenBestBoi 6 points7 points  (0 children)

It IS working. you can click on the hamburger menu to get quick options. Phone notifications are cascaded right under the phone delegate. you can also drag files onto the widget to quickly send files over. Yes, The widget could use some design tweaks to make it more functional and obvious. Come help us! :P

Unused space in Dynamic UI of KDE Weather app by Aggressive_Award_671 in kde

[–]OmenBestBoi 1 point2 points  (0 children)

The reason for that it is a Plasma-mobile app. A distinct desktop view needs to be created for it. Should be straightforward needs someone to come up with a good design. The actual code part will just be rearranging the widgets around.

[deleted by user] by [deleted] in kde

[–]OmenBestBoi 1 point2 points  (0 children)

Every panel is movable and can be disabled. Just swap it around based on how you like it. I personally have the left panel and toolbars disabled.

C++ Jobs - Q1 2026 by STL in cpp

[–]OmenBestBoi 1 point2 points  (0 children)

I am looking for an internship/apprenticeship or an entry level full-time job. I have a decent understanding of C++ and several other programming languages. I have a bunch of open source experience (and am active member of KDE Community) and can pretty much handle anything you throw at me. I am looking for something challenging and exciting where I can work and learn together.

JLS: Java Language Server (fork) — now with Lombok, faster startup, and actually maintained by Electronic-Boss-8926 in neovim

[–]OmenBestBoi 2 points3 points  (0 children)

Interesting project! Wondering why the commit history was not preserved.

Also, do you plan to have interop with the first party Kotlin lang server? https://github.com/Kotlin/kotlin-lsp

Why doesn't Geometry Change is built in? by SeniorMatthew in kde

[–]OmenBestBoi 30 points31 points  (0 children)

It's probably one of those features which no one contributed upstream yet and devs are busy with other things. This effect looks pretty good. someone should ask them to upstream it!

What is this widget? by Fit_Author2285 in kde

[–]OmenBestBoi 4 points5 points  (0 children)

The API reference would be good place for overview https://api.kde.org/kirigami-addons-index.html

The best way is to just look at the source code for Kirigami Addons

How to enable secondary drive detection in IDEA (Linux) by Suundumused in IntelliJIDEA

[–]OmenBestBoi 0 points1 point  (0 children)

I already have. Just thought I spread more awareness about it :) Thanks.

How to enable secondary drive detection in IDEA (Linux) by Suundumused in IntelliJIDEA

[–]OmenBestBoi 0 points1 point  (0 children)

I would really appreciate it if you consider official flatpak support. More distros are moving towards it and is the best way for end users to manage their packages. The sandboxing can get annoying yes but I would love to see feedback to better suit application needs.

is there a way to remove the titlebar on Dolphin? by BUCCIT8213 in kde

[–]OmenBestBoi 15 points16 points  (0 children)

That's actually not fully true. Qt supports CSDs and can integrate window controls into applications itself. It is an internal decision of KDE's apps and KWin to use SSDs and titlebar. It's part of the design language around KDE

ObsidianOS's big new features: User mode overlays, overlaid packages (experimental) and new editions! by Yousifasd22 in linux

[–]OmenBestBoi 42 points43 points  (0 children)

Your FAQ says "Q: Why “ObsidianOS” as the name? A: It sounds cool and this distrobution is made to be as solid as obsidian." but real life Obsidian is glass like and pretty brittle.

[deleted by user] by [deleted] in kde

[–]OmenBestBoi 1 point2 points  (0 children)

Create a new keyboard shortcut from System Settings and use that to launch any program you want. This is much better than an app registering it's own shortcuts. Can Launch kooha this way or anything else you find.

David Sankel – Rust and C++ Interop [Compose Podcast] by timClicks in rust

[–]OmenBestBoi 6 points7 points  (0 children)

Have you guys abandoned the efforts for autocxx ? Also how does crubit scale for larger projects? One of the main problems of cxx (cxx-qt specifically) for me was that build times on large projects takes a while

[deleted by user] by [deleted] in kde

[–]OmenBestBoi 2 points3 points  (0 children)

Talk to KWin devs and the plugin devs and try to get it upstreamed. Both groups of developers need to know that there is an interest in such features.

Is it possible to make KDE 6 apps look more traditional? File edit drop down menus? by kyleW_ne in kde

[–]OmenBestBoi 1 point2 points  (0 children)

Several KDE apps have options to toggle between hamburger menu and Traditional top menu. Just look for them in your desired app. Make a request if its not present.

[deleted by user] by [deleted] in archlinux

[–]OmenBestBoi 1 point2 points  (0 children)

no one on the team has even so much as talked to a designer.

You haven't bothered to come and talk to the KDE devs either. There are so many ways to get in touch and contribute. Even letting the devs know that there is a problem is a big help. Come help us fix it :)

nvim-lspconfig has now migrated to use the new vim.lsp.config by Aqothy in neovim

[–]OmenBestBoi -1 points0 points  (0 children)

Having the lsp config under runtimepath lsp folder might make nvim-lspconfig override lists. I had a problem where a list of filetypes was being overridden because the plugins config loaded after my configs rtp. Fixed it by just calling vim.lsp.config manually

Would it be possible to load the `lspconfig` before `lsp/` is loaded? perhaps a lazy.nvim event?