If I launch Thunar from the command line it works, but if I try to launch Thunar using sudo, only the icon on the status bar shows up but no window; the same problem happens with gparted, synaptic and double commander, what is wrong?
Home
/
user-209772
arpho's questions
if I try to launch an application from prompt with sudo, its window does not show up but I can see the icon on the status bar: if I launch thunar, it works, but if I launch sudo thunar, sudo GParted or sudo synaptic, I can see only the icon but the application it is stuck
my computer with ubuntu 18.04 does not boot up, I can access the root shell I tried with boot-repair, this is the report on pastebin: http://paste.ubuntu.com/p/Jy4vgz95VD/, my computer is a Sony vaio: Intel® Core™ i7-2670QM CPU @ 2.20GHz × 8 this is my fstab:
# <device>
<dir> <type> <options> <dump> <fsck>
UUID=759fe52e-3cd0-4d0d-8b2a-0a5c094d9ef9 / ext4 default 0 1
I, need to zip a directory excluding some subdirectory and file; I used this:
zip -r zipfile.zip . -x ".*" -x "app/bower_components" -x "node_modules" -x "*.zip" -x "node_modules"
without any success; node_modules
is a folder in the principal one while bower_components
is inside the folder app