this post was submitted on 15 Apr 2024
29 points (82.2% liked)
Linux
48041 readers
1360 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
That doesn't answer the question, you can have multiple file browsers or text editors installed. The question everyone is asking and you haven't answered here nor on the other thread is "why do you need to run a program with sudo"? Which program do you need to run with sudo and why?
The question in this thread is about identifying program names.
https://xyproblem.info/
People want to know because you're asking how to do something that (whether you like it or not) is unorthodox and can cause issues. People want to know if the ROOT of your issue is solvable via orthodox means that won't cause issues.
Even in your other post, you were asking how to run a program with sudo via a context menu, but you didn't say why you needed to. You aren't giving us info on the root of your problem OR end goal, only the means you want to use to get there. There could easily be a simple way to achieve your goal, but via different means. People want to help but it can be difficult for them to give directions when they don't have a point of origin or a destination.
Not trying to be an ass, just trying to give some insight as to why you may not be getting the answers you hoped for, and why some people might seem like they're actively avoiding giving them to you.
Found one answer from him that sort of explains it all, it's more of an XYZ problem now.
So he ran whatever program with sudo, and copied files over from there. Now he had lots of files owned by root, so he needed to runs text editors, file browsers and everything else with sudo because he didn't own the files and didn't realized that. He was annoyed about having to run everything with sudo so he created the first thread asking how to make a menu entry to be able to keep insisting on his solution to the X problem, so he asked for the Y problem (how to add a menu entry to run things as root).
Someone answered him how to do it, but in the example the menu entry added is for using a specific program instead of the default one, so now (problem Z) he wants to know how to find the default program for open a file so he can use that tutorial to create the menu to allow him to keep opening random things with root (which is the original cause of all oh his headaches to begin with)
Thanks, I'm aware of the XY problem and do appreciate everyone's concern. I am not trying to run a random app as root. That would be absurd.
Yeah please dont run random apps as root.
Do you have a desktop icon or something other link named like “ProgramA” but when you run it, its executing under a different process name?
As in I could create a shortcut to nano called “text thing”, and when I open that, it runs nano.
Is that what youre asking? How to find the target program name from a shortcut or other desktop icon?
Yes. I have been using Linux daily for a few years now and it remains my biggest frustration knowing what is running and where it might be installed.
Two examples are gedit is called "Text Editor" and nautilus is called "File Browser". Gparted is called "Partition Editor".
Yes. But without using the terminal. I am not anti-terminal, I'm just looking for a faster way.