KDE

5643 readers
94 users here now

KDE is an international technology team creating user-friendly free and open source software for desktop and portable computing. KDE’s software runs on GNU/Linux, BSD and other operating systems, including Windows.

Plasma 6 Bugs

If you encounter a bug, proceed to https://bugs.kde.org/, check whether it has been reported.

If it hasn't, report it yourself.

PLEASE THINK CAREFULLY BEFORE POSTING HERE.

Developers do not look for reports on social media, so they will not see it and all it does is clutter up the feed.

founded 2 years ago
MODERATORS
801
 
 

Ever since the renaming Mercuro starts and immediately crashes. Has anyone else experienced that?

802
 
 

The new KDE PIM report is out, bringing news of improved email, calendaring, contacts, and travel apps.

Your favorite email, calendaring, contacts, and travel utilities gained offline AI capabilities, PGP encryption and signing for calendar invitations, an improved look for Merkuro and much more.

https://kontact.kde.org/blog/2023/2023-11-01-kde-pim-september-october-2023/

@kde@lemmy.kde.social

803
163
THE KUBE IS BACK! (cdn.masto.host)
submitted 1 year ago* (last edited 1 year ago) by kde@floss.social to c/kde@lemmy.kde.social
804
 
 

To show the panel above a game window, without Firefox, Dolphin windows, the start menu etc popping up alongside it?

I'm using the 'Move keyboard focus between panels' keybind as a non-reliable workaround right now.

805
 
 

Hello!

I'm still using X11, and one of the things that's keeping me there is that I make heavy use of a launch-or-focus script, so that I hit a certain hotkey and no matter what a browser/chat/editor/terminal/file-manager/etc. shows up focused on my current desktop.

In the world of Wayland, this isn't so easy. If this can be recreated at all, I think it'll have to be made to rely on some sort of interface to Kwin.

I don't think it's possible now, but might it be in the future?

Here's my script, let's see if the lemmy interface mangles it (EDIT: yes, the last character should be an ampersand, not &):

#!/bin/zsh -ex

# -- Usage --
# ./toggle_window.zsh LAUNCH_CMD [ WM_CLASS [ CHECK_CMD ] ]

# -- Defaults --
# WM_CLASS and CHECK_CMD each default to the value of LAUNCH_CMD

# -- Examples --
# ./toggle_window.zsh dolphin
# ./toggle_window.zsh wezterm-gui org.wezfurlong.wezterm
# ./toggle_window.zsh firefox firefox firefox-bin
# ./toggle_window.zsh \
#   'flatpak run --branch=stable --arch=x86_64 --command=telegram-desktop --file-forwarding org.telegram.desktop' \
#   telegram-desktop telegram-deskto
# Yes, "telegram-deskto" without a final p. Hmm.

# -- Dependencies --
# - procps (pgrep)
# - wmctrl
# - x11-utils (xprop)
# - xdotool

# -- TODO --
# - wayland

launch_cmd=(${(z)1})
wm_class=${2:-$1}
check_cmd=${3:-$1}

if [[ $(xprop -id $(xdotool getactivewindow) WM_CLASS) =~ \"$wm_class\" ]] {
  xdotool getactivewindow windowminimize
} else {
  wmctrl -xR $wm_class || true
}

pgrep -u $USER -x $check_cmd || exec $launch_cmd &
806
 
 

Check out Off-Theme, a series that showcases creative global themes to spice up the look and feel of your Plasma desktop.

In this intro, we guide you through the process of preparing your system for the eye-popping #themes of upcoming episodes.

https://quickfix.es/2023/10/going-off-theme-the-prologue/

@kde@lemmy.kde.social

#plasma #customization #desktop #Linux

807
 
 

Every time I try to create a new post in this community I notice that the post is never created, it keeps on loading forever.

Getting a little more technical, when I use the browser's developer tools analyze the request, I notice that I get a "language not supported" error message with a 400 status code on the response.

Is this intentional or is this a bug?

808
 
 

I use Endeavour OS (Arch based btw) and I've noticed that when I select to choose a new image as my wallpaper, it doesn't support the .webp format.

Does plasma desktop not support .webp images as wallpaper? Am I doing something wrong?

809
9
App requests? (lemmy.world)
submitted 1 year ago* (last edited 1 year ago) by Damaskox@lemmy.world to c/kde@lemmy.kde.social
 
 

Can one post app-making requests here?

I don't have app inquiries - just asking 😄

810
 
 

I want to start Konsole in Split View which is possible using the --layout command but then also run a command like htop in one of the sessions. How do I do that?

811
 
 

This is now the only thing standing between me and using Wayland as my daily driver. I have an all AMD PC running on two 27" 4k monitors. Setting them up to 200% is good, but too big. Setting them to 175% causes the font to be blurry. Not too blurry, but I can tell and it's not comfortable to look at for too long. Also, other UI elements are blurry, too regardless of the scaling. Although those elements aren't defaults, but still blurry and look out of place. For example, the oxygen window decoration buttons are very blurry. Hovering over those buttons shows a big blurry and empty box.

Anywho, I'm pretty sure the whole KDE team is aware of this, but my question is, is this being addressed in plasma 6? This is literally the only thing holding me back from Wayland. I love how snappy it is. Things are way quicker than x11. I want to use it. Thank you

812
 
 
813
 
 
814
 
 

Hello! I'm trying to do this:

but I can't seem to find a "good" way to do it:

if I just place it in the Kirigami.Page it is displayed, well, in the page, as in the image above.

Kirigami.ApplicationWindow {
   pageStack.initialPage: Kirigami.ScrollablePage {
      Kirigami.SearchField { // TODO move in the page header
         id: searchField
         Layout.fillWidth: true
      }
   }
}

if I place it in the header of the window it is displayed before the actual header even:

Kirigami.ApplicationWindow {
    header: Kirigami.SearchField { // TODO move in the page header
         id: searchField
         Layout.fillWidth: true
      }
   pageStack.initialPage: Kirigami.ScrollablePage {
     
   }
}

if I place it just before the Page it goes inside the header, but all aligned to the top instead of nicely in the center:

Kirigami.ApplicationWindow {
    Kirigami.SearchField { // TODO move in the page header
         id: searchField
         Layout.fillWidth: true
      }
   pageStack.initialPage: Kirigami.ScrollablePage {
     
   }
}

what is the correct way of doing this?

thanks in advance!

815
816
 
 

Krita artist and contributor, David Revoy, gets massive exhibition in mall

@davidrevoy, creator of the popular Pepper and Carrot webcomic (https://www.peppercarrot.com/), has been honored with an exhibition of his work in a French mall. Massive murals with images from his comics are displayed all over the shopping center at Plérin, Brittany.

David is an active @Krita contributor, and will be signing copies of his work at the mall on Saturday, the 4th of November.

https://www.davidrevoy.com/article992/large-exhibition-in-plerin-france

@kde@lemmy.kde.social

817
818
 
 

I have been curious for some time now if there is any difference between them besides one being located in "Display Configuration" and the other in "Power Management". They seem a bit redundant to me so as if the folks from the Plasma team weren't sure where to put and how to name it, lol. >.<

819
820
 
 

Where is the source code for #KDE Klipper hosted? The link in the handbook was broken. @kde

821
26
submitted 1 year ago* (last edited 1 year ago) by highduc@lemmy.ml to c/kde@lemmy.kde.social
 
 

Hello folks! I’ve been having this issue seen in the screenshot. I get this Wayland window and krunner and other things run in there. After a time I even get the login screen inside the wayland window. If I close it I lose krunner, alt-tab, and other keyboard shortcuts.

Not sure how this is happening or how to make it go away. I did try Wayland at one point but it wasn’t quite working out for me and since I reverted back to X11 I get this issue.

If anyone’s wondering, my main issue with Wayland was that it wasn’t setting the DISPLAY and WAYLAND_DISPLAY environment variables for some reason, and this would cause all kinds of software like Steam and Firefox to not even launch. I tried setting them manually but that didn’t go do well either.

Edit: Thank you all! With your help I managed to find and fix it - it was my fault due to a systemd override launching a service after kwin_wayland.

[Unit]
Requires=plasma-kwin_wayland.service
After=plasma-kwin_wayland.service
[Install]
WantedBy=graphical-session.target

That was the issue. Remved the override and everything works!
I even tried Wayland again and now the display variables are defined correctly from the get go and everything works - although this has been on again off again so it might stop working at one point.

822
823
 
 

Come and visit the KDE booth at FOSSCOMM in Heraklion

Meet us at the University of Crete, Voutes Campus to find out from George about the latest features in KDE's catalogue of powerful software.

https://2023.fosscomm.gr/en.html

@kde@lemmy.kde.social

824
 
 

tried plasma a year back and gave up because I couldn't get the above setup to work (annoying lines appearing while typing) on three different laptops (125, 133, 150%). there was supposedly a fix (increasing line spacing) but that didn't work for me. just checking in to see if some workaround came to light? thanks.

825
 
 

Hello fellow KDE users! I use KDE Plasma on my tablet, but found windows managements a bit painful when using only the touchscreen, so I wrote this KWin script: it just organize automatically each window in a separate virtual desktop, maximized and borderless, allowing you to use the built in touchscreen gestures (3 fingers slide) to switch between them (animations are real smooth!)
I also released it on pling/kde store

Hope you'll find it useful! Let me know your thoughts about this!

view more: ‹ prev next ›