Plasma KDE weird autostarting behaviour after trying out gnome

Hello everyone,

I’m running Manjaro on KDE Plasma. Since I have a touchscreen I wanted to try out GNOME and while trying it out I found it being more power hungry than KDE Plasma. So I uninstalled all Gnome packages with paru -Rnsc gnome activated sddm back and everything works fine, beside some programs autostarting even though they are not in the Autostart settings page.
I can’t seem to find out why these programs are started, and I frankly don’t want them to autostart even though they are my most frequently used programs.
Could anybody help me solve this issue?
I’ve tried installing gnome-tweaks and checked in there: The startup applications are the same as in the manjaro settings.
The applications themselves - if they have this setting - have the autostart setting disabled.
These applications are the culprit: Terminal, WALC, dolphin, Rnote, discord, element

Thanks. :slight_smile:

Hi @Nukiver,

Please provide the output of:

ls -laH $HOME/.config/autostart

:bangbang: Tip :bangbang:

When posting terminal output, copy the output and paste it here, wrapped in three (3) backticks, before AND after the pasted text. Like this:

```
pasted text
```

Or three (3) tilde signs, like this:

~~~
pasted text
~~~

This will just cause it to be rendered like this:

Sed
sollicitudin dolor
eget nisl elit id
condimentum
arcu erat varius
cursus sem quis eros.

Instead of like this:

Sed sollicitudin dolor eget nisl elit id condimentum arcu erat varius cursus sem quis eros.

Alternatively, paste the text you wish to format as terminal output, select all pasted text, and click the </> button on the taskbar. This will indent the whole pasted section with one TAB, causing it to render the same way as described above.

Thereby increasing legibility thus making it easier for those trying to provide assistance.

For more information, please see:

As I’m a moderator on the forum, I have taken the liberty of doing this for you, this time.


:bangbang::bangbang: Additionally

If your language isn’t English, please prepend any and all terminal commands with LC_ALL=C. For example:

LC_ALL=C bluetoothctl

This will just cause the terminal output to be in English, making it easier to understand and debug.

Note that the above text is partially pre-prepared as a general introduction for new forum Users. Please take the time to to understand how it is done and encourage quality responses.

Hi there,

❯ ls -laH $HOME/.config/autostart
.rw-r--r-- 1 155 butom  6 Jun 18:42 bitwarden.desktop
.rw-r--r-- 1 320 butom 10 Jun 11:42 Snipaste.desktop

That’s the 2 entries I see in the settings as well. I want these to start-up automatically.

Other autostart entries may have been created by the package installer in /etc/xdg/autostart.

:point_down:

Do you have “On last logout” selected in Plasma Settings> Session> Desktop Session?
If yes then Plasma will start any compatible app you didn’t close by yourself in the last logout.

If you want nothing to be remembered, change it to “Start with an empty session”.

6 Likes

Oh, this is interesting!

The setting was on: “When session is manually saved”
Maybe GNOME saved one session of mine, because I can’t remember pressing the save session button, but I might have misclicked on accident.
I think I have never used that feature → turned it off → fixxed the issue

I have been searching through noumerous files and arch wikis and sometimes it’s just a setting :^D

Thanks everyone.

2 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.