Hi,

When pressing Ctrl-Alt-T when Konsole is already open, I would like for the existing window to be unminimized and for a new tab to be created, rather than a new window.

How to do this ?

Thanks

  • boredsquirrel@slrpnk.net
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    2 days ago

    Lol ma boy

    Good idea but obviously you should have looked what entries there were

    diff --color=auto -qy  ~/.local/share/applications /usr/share/applications
    

    Would have been the command.

    Good luck getting your entries back! (And no, rm has no wastebin…)

    Normally only user customized ones go in there, maybe if you use hacky tools like appimage-manager or so they too.

    • KaKi87@jlai.luOP
      link
      fedilink
      arrow-up
      2
      ·
      19 hours ago

      Normally only user customized ones go in there, maybe if you use hacky tools like appimage-manager or so they too

      Well, turns out those were user customized ones indeed, but that I never wrote myself : for adding environment variables to an application, I’d right-click it in the start menu then Edit Application, which opens a GUI editor that actually writes into ~/.local/share/applications.

      So, luckily, I didn’t loose any app : they eventually reappeared on their own and I only had to redo the customization.

      Also, that made me realize that I can also use that same GUI to do the edit you suggested.