if you click on the background and type “activities”, then open the setting page that appears in the search result, there should also be a + Create New… button at the bottom of that window.
If THAT is missing then there is something missing from your install, otherwise it could be a screen resolution things or are you sure that is the entire screen, there are no scroll bars on the right of the screen to access a larger virtual desktop?
yes, you can create a new activity from that settings window, but there is supposed to be one at the bottom edge of that panel.
are you using screen edges to bring up the panel or hot keys… try screen edges.
don’t remember how i got into that mode, exactly, but i remember seeing it…
in cases when you have a desktop larger than your physical screen size there will be scroll bars along the edges of the screen to allow you to see the rest of the desktop that is cut off from view.
type “screen edges” onto the desktop and go to the settings page.
pick one of the unused edges/corners and assign it to Activity Manager… that’s how i do it and i have access to the create as well configure and search at the top.
when i use meta-tab i see what you see… so don’t use meta-tab to for anything besides switching activities, it’s just a barebones switcher.
meta + tab is the hotkey for switching only and will walk you thru each one (forward and backward)
the other hotkey (or the screen edge thing) is for bringing up the interaction panel that includes creation as well as configuration options and you can also search and stop activities from there.
this leaves two means of accessing the same display of activities which seems redundant, but imagine if the options and configuration of activities becomes more than just creating, starting or stopping them… that would all go on the 2nd interface while the switcher could remain clean.
They’re both actually implemented by the same QML page. Only when using Meta+Tab (or in Plasma 6: Meta+A), the control elements are hidden. I figure that choice was made so users aren’t expected to click while holding keys. Certainly debatable and there are probably ways to improve discoverability.
i’m no coder, but what i’m hearing is the switcher (meta+tab) and composer (meta+q) are showing you the same thing only the switcher has to go about hiding parts of it… currently, that is only a handful of elements.
wouldn’t it make more sense to have the switcher be stand alone and then used as a component of the composer?
wouldn’t that make the switcher faster and the composer more expandable for future feature additions without putting a burden upon the switcher of having to hide more and more elements as features are added?
i guess what i’m really pushing for is more features to the activities function because i think it’s a good tool, but currently is very bare bones.
Speaking as a coder, you separate components when you run into problems with the current architecture, not beforehand for some vaguely defined set of more features to come later. It’s easy to fall into the trap of making things more modular and expansible only to end up with something that’s more complex but not making use of it.
Don’t worry about the technical state of the switcher, it’s fine for what it’s currently trying to do. If it needs to be split to make some feature easier to implement, it can and will happen then.
Edit: What’s really holding activities back is merely a lack of developers actively working on it.