Hi,

I am a bit like in your situation.

I have not found accurate documentations.

plasma-org.kde.plasma.desktop-appletsrc default configuration is defined through layout-templates js (in my opensuse system...)
each time you remove the file, the js file will regenerate it.

But there is not enough configuration documentation.
eg about Mouse settings action (ActionPlugin....)

regarding each applet there seems to be a configure and remove option available, but I don't know how to set it up.....

Regards,
S.Ancelot


Le 01/03/2017 à 08:58, Thom Castermans a écrit :
Hi Patrick,

Not sure how to do it personally, but at the moment, there are fairly up-to-date KDE packages for Debian in testing, unstable and experimental. You could check out how they did it there. There is also a mailinglist [1] for KDE on Debian that you could ask your question on. The maintainers are very friendly and helpful!

Hope that helps,
Thom

 1: https://lists.debian.org/debian-kde/

2017-03-01 0:46 GMT+01:00 Patrick Schleizer <patrick-mailingli...@whonix.org <mailto:patrick-mailingli...@whonix.org>>:

    Hi,

    I am Patrick, a maintainer of Whonix, which Whonix is a Linux
    derivative
    with at least several thousand users, that by default is using Debian
    with Debian KDE packages. Is it okay if I ask a few questions on
    how to
    pre-configure KDE as a Linux distribution?

    Are you aware of any example (Debian) packages that pre-configure
    plasma 5? These could help me to figure out the correct file locations
    and environment variables.

    In KDE 4, essentially the following worked.

    [1]
    
/usr/share/whonix-gw-kde-desktop-conf/share/apps/plasma-desktop/init/00-defaultLayout.js

    [2]
    /etc/X11/Xsession.d/50whonix-gw-kde-desktop-conf:
    export KDEDIRS=/usr/share/whonix-gw-kde-desktop-conf/:$KDEDIRS

    I figured out how to make a kde settings package work with KDE 5. Here
    is an example. [3]

    [4]
    /etc/X11/Xsession.d/50kde-sounds-off

    if [ -z "$XDG_CONFIG_DIRS" ]; then
       XDG_CONFIG_DIRS=/etc/xdg
    fi
    export XDG_CONFIG_DIRS=/usr/share/kde-sounds-off/:$XDG_CONFIG_DIRS

    [5]
    /usr/share/kde-sounds-off/knotifyrc

    But editing default plasmoids / plasma changes are a bit
    different? For
    example, how could one enable kde systray by default?

    The file that needs to be ultimately influenced is
    /home/user/.config/plasma-org.kde.plasma.desktop-appletsrc.

    I haven't found any documentation on kde.org <http://kde.org> on
    how to do that with
    KDE5. Please advice.

    Best regards,
    Patrick

    [1]
    
https://github.com/Whonix/whonix-gw-kde-desktop-conf/blob/Whonix13/usr/share/whonix-gw-kde-desktop-conf/share/apps/plasma-desktop/init/00-defaultLayout.js
    
<https://github.com/Whonix/whonix-gw-kde-desktop-conf/blob/Whonix13/usr/share/whonix-gw-kde-desktop-conf/share/apps/plasma-desktop/init/00-defaultLayout.js>

    [2]
    
https://github.com/Whonix/whonix-gw-kde-desktop-conf/blob/Whonix13/etc/X11/Xsession.d/50whonix-gw-kde-desktop-conf
    
<https://github.com/Whonix/whonix-gw-kde-desktop-conf/blob/Whonix13/etc/X11/Xsession.d/50whonix-gw-kde-desktop-conf>

    [3] https://github.com/Whonix/kde-sounds-off
    <https://github.com/Whonix/kde-sounds-off>

    [4]
    
https://github.com/Whonix/kde-sounds-off/blob/master/etc/X11/Xsession.d/50kde-sounds-off
    
<https://github.com/Whonix/kde-sounds-off/blob/master/etc/X11/Xsession.d/50kde-sounds-off>

    [5]
    
https://github.com/Whonix/kde-sounds-off/blob/master/usr/share/kde-sounds-off/knotifyrc
    
<https://github.com/Whonix/kde-sounds-off/blob/master/usr/share/kde-sounds-off/knotifyrc>



Reply via email to