RmDebArc_5@lemmy.ml to linuxmemes@lemmy.world · 1 year agoText editor warlemmy.mlimagemessage-square187fedilinkarrow-up1791arrow-down134file-text
arrow-up1757arrow-down1imageText editor warlemmy.mlRmDebArc_5@lemmy.ml to linuxmemes@lemmy.world · 1 year agomessage-square187fedilinkfile-text
minus-squareshapis@lemmy.mllinkfedilinkarrow-up4·edit-21 year agoI wish I could just edit text files as sudo with the default gnome text editor instead.
minus-squarebronxasaur@lemmy.worldlinkfedilinkarrow-up9·1 year agoDoes ’sudo gedit’ not work? Disclaimer: I use neither gnome nor gedit.
minus-squareshapis@lemmy.mllinkfedilinkarrow-up5·1 year ago Does ’sudo gedit’ not work? If my memory doesn’t fail me it used to. But gedit isnt the default text editor anymore. The new one is quite cool and clean. It doesnt work with sudo though sadly. It’s not the biggest problem tho, just a small annoyance, using the occasional sudo nano to edit files isnt a big deal.
minus-squareSaltyIceteaMaker@lemmy.mllinkfedilinkarrow-up2·1 year agoI heard that it is safer to do sudoedit [file] instead of sudo [editor] [file]. At least it’s like this in vim. Idk about nano and Emacs tho
minus-squarecaseyweederman@lemmy.calinkfedilinkarrow-up1·1 year agosudo XDG_RUNTIME_DIR=/run/user/1000 DISPLAY=:0 DBUS_SESSION_BUS_ADDRESS=/run/user/1000/bus XAUTHORITY=/home/caseyweederman/.Xauthority gedit
minus-squareshapis@lemmy.mllinkfedilinkarrow-up1·1 year ago sudo XDG_RUNTIME_DIR=/run/user/1000 DISPLAY=:0 DBUS_SESSION_BUS_ADDRESS=/run/user/1000/bus XAUTHORITY=/home/caseyweederman/.Xauthority gedit Reported for hacking.
I wish I could just edit text files as sudo with the default gnome text editor instead.
Does ’sudo gedit’ not work?
Disclaimer: I use neither gnome nor gedit.
If my memory doesn’t fail me it used to. But gedit isnt the default text editor anymore. The new one is quite cool and clean.
It doesnt work with sudo though sadly. It’s not the biggest problem tho, just a small annoyance, using the occasional sudo nano to edit files isnt a big deal.
I heard that it is safer to do sudoedit [file] instead of sudo [editor] [file]. At least it’s like this in vim. Idk about nano and Emacs tho
sudo XDG_RUNTIME_DIR=/run/user/1000 DISPLAY=:0 DBUS_SESSION_BUS_ADDRESS=/run/user/1000/bus XAUTHORITY=/home/caseyweederman/.Xauthority gedit
Reported for hacking.