I found a (lengthy) guide to doing this but it is for gksu which is gone. I have to imagine there’s an easy way. I am running Ubuntu. There is no specific use case, it is just a feature I miss from windows.

    • Nibodhika@lemmy.world
      link
      fedilink
      arrow-up
      14
      arrow-down
      2
      ·
      9 months ago

      Yes there is, you’re asking how to add a menu entry to run things with sudo, and refuse to answer why you want to do it, what’s your use case? What graphical application do you need to run with sudo and why?

      I’m almost sure I know why, and your refusal to answer this even though it’s been asked multiple times seems fishy. Like it was explained multiple times there’s a 99% chance that you don’t need it, and there is a package for the remaining 1% or you could do it manually like others have suggested. But until we know your use case we can’t help you, so while you keep refusing to explain what is it that you’re actually trying to accomplish and why do you feel you need it it will be impossible for anyone to help you.

      • Jediwan@lemy.lolOP
        link
        fedilink
        arrow-up
        6
        arrow-down
        4
        ·
        9 months ago

        What I want to accomplish is to open files and programs as root without use of the terminal. I promise you I have no nefarious intentions towards you or your ilk.

        • 2xsaiko@discuss.tchncs.de
          link
          fedilink
          arrow-up
          12
          ·
          9 months ago

          For files, you should use an editor that supports it (e.g. Kate via admin:// paths). You should not run GUI programs as root.

        • Nibodhika@lemmy.world
          link
          fedilink
          arrow-up
          10
          arrow-down
          3
          ·
          9 months ago

          What program? What files? Why do you need to run them with sudo? You’re either being purposefully vague or you don’t even know why you think you need this.

          • Jediwan@lemy.lolOP
            link
            fedilink
            arrow-up
            6
            arrow-down
            5
            ·
            9 months ago

            The question is not about a specific use-case, but a general one. I do not think it’s an absurd scenario that sometimes a user would want root privileges without resorting to the command line.

            • inetknght@lemmy.ml
              link
              fedilink
              arrow-up
              12
              arrow-down
              2
              ·
              9 months ago

              I have had to un-teach dumb things that people learn from Windows.

              A menu item to run a GUI program as root it is indeed a rather absurd scenario. It suggests that you want to violate the admin/user barrier which is intended to be difficult to surpass except in certain circumstances.

              There can be a lot of things under the hood that are necessary to run a GUI program as root depending on whether you’re using X11 or Wayland or something more esoteric. It’s doable though.

              But instead of doing that, why not just learn how to use the command line? Every administrative task can be done via the command line, but not every administrative task has a GUI counterpart. So you’re going to need to learn to use the command line sooner or later.

              • desconectado@lemm.ee
                link
                fedilink
                arrow-up
                1
                ·
                edit-2
                9 months ago

                OP asks a relatively simple question, and gets scolded as it committed murder.

                For all we know OP is the only user and is just playing with Linux, and just wants a simple (probably unnecessary) shortcut because he’s GUI oriented.

                This is kind of someone asking how to open their lunchbox easier, and get treated like they are giving a copy of their house keys to everyone in town.

                Chill… Not everyone is running a maximum security level server. If OP screws their system (like most of us do at some point), I’m sure a fresh re-install would be enough for them.

            • Nibodhika@lemmy.world
              link
              fedilink
              arrow-up
              4
              ·
              9 months ago

              It is, run as administrator is a windows concept, in Linux programs that need elevated privileges will ask for it, so if you need a specific program to be entirely elevated you’re asking something quite unique. I’ve asked multiple times, I’ll ask again, why do you want this? Give me a concrete example of what you’re trying to do, just saying running any program as root is not a good answer.

              Since I know you’re not going to (because I already asked at least 3 times and others have as well and you haven’t answered anyone, so I think you don’t know why you want this other than “because Windows has it”), here’s the generic answer for you, on the login screen type root as your user and input your root password, there you go, you don’t even need that menu item anymore since everything runs as root now, just like in Windows.