• 0 Posts
  • 17 Comments
Joined 1 年前
cake
Cake day: 2025年4月22日

help-circle
  • The primary issue is always that the shell is an “unaware participant”, essentially blocking the flow of information between the terminal and the newly launched application. Your approach essentially creates a by-pass communication channel which is likely the least hackish way even if it might not feel like that.

    I have tried to come up with alternative ideas but they all have their own difficulties.

    One option would be to use a mechanism like LD_PRELOAD to intercept the shell’s exec-family calls and inject an updated activation token.

    A rather wild idea was to run the shell in-process on a thread of the terminal. This would then allow access to the now shared environment.

    Probably best to somehow get various terminal developers together to think about this. They all have this use case at hand and best understand how they are currently “embedding” the shell.


  • Tricky situation as it involved three programs: the terminal, the shell and the newly launched app.

    Your approach of essentially by-passing the shell and communicating between the two GUI apps is likely the most viable.

    Otherwise we would need some standard protocol/interface between shell and terminal so that the shell could ask for a new activation token every time it launches something. And there are many shells, probably too many to make this work for enough users.


  • kraketoKDEHelp with Activities
    link
    fedilink
    arrow-up
    2
    ·
    8 个月前

    That brings the area at the bottom right of the panel to just say the current Activity.

    It is also the widget I am using, mostly as an indicator on which activity I am on.

    Switching happens almost exclusively with shortcuts :)


  • kraketoKDEHelp with Activities
    link
    fedilink
    English
    arrow-up
    2
    ·
    8 个月前

    I think the panels are currently not affected by activities, i.e. they remain the same across activity switches.

    Applets on the desktop, wallpaper, etc seem to be per-activity







  • No.

    People work on things they like to work on. Might be hard to understand if you don’t create things for fun or for the challenge or because you have a use case but many people are motivated that way.

    Which doesn’t have the interface that this entire concept is about

    I guess that will mostly depend on whether the web interface detects being using in big screen mode.

    and is limited to 720p.

    Really? Last time I streamed on my laptop I had the impression it was full screen resolution, i.e. 1080p. Might depend on the subscription level, you connection and with which browser.


  • That explains absolutely nothing…

    It explains the question of “why do they make this”.

    What’s changed is a compatibility layer.

    Much more than that. What has changed is that studios explicitly work towards compatibility with it.

    Are you saying there’s going to be a compatibility layer for iOS apps or something?

    Well, there are already those for Android.

    Wouldn’t be surprising if someone did the same for Tizen or any of the other vendor’s SmartTV systems. They all Linux systems after all.

    Also this is only an issue for some proprietary apps. Some of which are often just fancy frontends for services which are also accessible in a web browser.

    The people working on this might not even be using those







  • kraketoKDEPlasma is just incredible
    link
    fedilink
    arrow-up
    12
    ·
    11 个月前

    Welcome to KDE Plasma land 😀

    I am particularly happy that you’ve mentioned activities! 😁

    They are a somewhat under appreciated (or misunderstood?) feature that I personally find invaluable and it is great to see someone else feeling the same way