this post was submitted on 15 Apr 2024
89 points (86.8% liked)

Linux

47730 readers
1157 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

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

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.

EDIT: I always expect a degree of hostility and talking-down from the desktop Linux community, but the number of people in this thread telling me I am using my own computer that I bought with my own money in a way they don't prefer while ignoring my question is just absurd and frankly should be deeply embarrassing for all of us. I have strongly defended the desktop Linux community for decades, but this experience has left a sour taste in my mouth.

Thank you to the few of you who tried to assist without judgement or assumptions.

(page 3) 21 comments
sorted by: hot top controversial new old
[–] KaninchenSpeed@sh.itjust.works 1 points 6 months ago* (last edited 6 months ago)

I'm assuming you're using the nautilus file manager. I found this post in adding right click actions to nautilus: https://askubuntu.com/questions/210192/how-can-you-add-an-item-to-the-right-click-menu-in-nautilus-without-nautilus-ac#672553 You could make a bash script like shown in the post and use polkit to open the password prompt and run a command as root.

[–] konidia@sh.itjust.works -1 points 6 months ago* (last edited 6 months ago)

Emacs can let you edit root files using TRAMP

There's also YaST , but that's an OpenSUSE thing.

[–] BaalInvoker@lemmy.eco.br -2 points 6 months ago (2 children)

I think you can run like this:

$ pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY <yourapp>

For example, if I wanna open kgx (a.k.a. Gnome Console), I would run:

pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY kgx

[–] bizdelnick@lemmy.ml 0 points 6 months ago

Don't do this. I'm unsure if this works in any distro, but if it does, this is unsecure.

load more comments (1 replies)
[–] recarsion@discuss.tchncs.de -2 points 6 months ago (1 children)

I see no "hostility" and "talking down" here. You shouldn't be running GUI programs with sudo, and the fact that you've been using Linux for X amount of years doesn't change that.

load more comments (1 replies)
load more comments
view more: ‹ prev next ›