What happened to gxsudo?

Clash Royale CLAN TAG#URR8PPP up vote
0
down vote
favorite
I have a script with this.
gxsudo thunar
It now longer works?
Did a kernel upgrade delete the program?
Running 16.04 Ubuntu Mate.
gksudo
add a comment |Â
up vote
0
down vote
favorite
I have a script with this.
gxsudo thunar
It now longer works?
Did a kernel upgrade delete the program?
Running 16.04 Ubuntu Mate.
gksudo
3
What'sgxsudo? I have only ever heard ofgksudo.
â muru
Apr 20 at 3:00
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have a script with this.
gxsudo thunar
It now longer works?
Did a kernel upgrade delete the program?
Running 16.04 Ubuntu Mate.
gksudo
I have a script with this.
gxsudo thunar
It now longer works?
Did a kernel upgrade delete the program?
Running 16.04 Ubuntu Mate.
gksudo
asked Apr 20 at 2:58
fixit7
508318
508318
3
What'sgxsudo? I have only ever heard ofgksudo.
â muru
Apr 20 at 3:00
add a comment |Â
3
What'sgxsudo? I have only ever heard ofgksudo.
â muru
Apr 20 at 3:00
3
3
What's
gxsudo? I have only ever heard of gksudo.â muru
Apr 20 at 3:00
What's
gxsudo? I have only ever heard of gksudo.â muru
Apr 20 at 3:00
add a comment |Â
3 Answers
3
active
oldest
votes
up vote
6
down vote
The command gxsudo thunar that you tried to run in Ubuntu MATE 16.04 is incorrect. The correct command in Ubuntu MATE 16.04 is:
gksu thunar
The gksu package, which provides GTK+ front-ends for su (gksu) and sudo (gksudo), was removed from the Ubuntu 18.04 repositories for security reasons, so it won't be available starting with this Ubuntu release.
It is recommended in Ubuntu 18.04 and later to open thunar as root only when it is needed, otherwise use cd in the terminal to change directories.
sudo -H thunar &>/dev/null
What is going to happen if I omitted&>/dev/null?
â aasril
3 hours ago
@aasril If you omitted&>/dev/nullyou would see any warning messages that&>/dev/nulldisables.
â karel
3 hours ago
add a comment |Â
up vote
0
down vote
I'm assuming that you mean gksudo.
This package can be reinstalled by issuing the command:
$ sudo apt install gksu
Based on a cursory google search it would appear that the developers removed it from the default install sometime in 13.04 due to security concerns.
2
andgksuhas now been removed from 18.04 (jeremy.bicha.net/2018/04/18/gksu-removed-from-ubuntu)
â guiverc
Apr 20 at 3:24
add a comment |Â
up vote
0
down vote
thunar admin:// is I have read the better way.
add a comment |Â
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
6
down vote
The command gxsudo thunar that you tried to run in Ubuntu MATE 16.04 is incorrect. The correct command in Ubuntu MATE 16.04 is:
gksu thunar
The gksu package, which provides GTK+ front-ends for su (gksu) and sudo (gksudo), was removed from the Ubuntu 18.04 repositories for security reasons, so it won't be available starting with this Ubuntu release.
It is recommended in Ubuntu 18.04 and later to open thunar as root only when it is needed, otherwise use cd in the terminal to change directories.
sudo -H thunar &>/dev/null
What is going to happen if I omitted&>/dev/null?
â aasril
3 hours ago
@aasril If you omitted&>/dev/nullyou would see any warning messages that&>/dev/nulldisables.
â karel
3 hours ago
add a comment |Â
up vote
6
down vote
The command gxsudo thunar that you tried to run in Ubuntu MATE 16.04 is incorrect. The correct command in Ubuntu MATE 16.04 is:
gksu thunar
The gksu package, which provides GTK+ front-ends for su (gksu) and sudo (gksudo), was removed from the Ubuntu 18.04 repositories for security reasons, so it won't be available starting with this Ubuntu release.
It is recommended in Ubuntu 18.04 and later to open thunar as root only when it is needed, otherwise use cd in the terminal to change directories.
sudo -H thunar &>/dev/null
What is going to happen if I omitted&>/dev/null?
â aasril
3 hours ago
@aasril If you omitted&>/dev/nullyou would see any warning messages that&>/dev/nulldisables.
â karel
3 hours ago
add a comment |Â
up vote
6
down vote
up vote
6
down vote
The command gxsudo thunar that you tried to run in Ubuntu MATE 16.04 is incorrect. The correct command in Ubuntu MATE 16.04 is:
gksu thunar
The gksu package, which provides GTK+ front-ends for su (gksu) and sudo (gksudo), was removed from the Ubuntu 18.04 repositories for security reasons, so it won't be available starting with this Ubuntu release.
It is recommended in Ubuntu 18.04 and later to open thunar as root only when it is needed, otherwise use cd in the terminal to change directories.
sudo -H thunar &>/dev/null
The command gxsudo thunar that you tried to run in Ubuntu MATE 16.04 is incorrect. The correct command in Ubuntu MATE 16.04 is:
gksu thunar
The gksu package, which provides GTK+ front-ends for su (gksu) and sudo (gksudo), was removed from the Ubuntu 18.04 repositories for security reasons, so it won't be available starting with this Ubuntu release.
It is recommended in Ubuntu 18.04 and later to open thunar as root only when it is needed, otherwise use cd in the terminal to change directories.
sudo -H thunar &>/dev/null
edited May 4 at 5:34
answered Apr 20 at 3:48
karel
50.3k11107127
50.3k11107127
What is going to happen if I omitted&>/dev/null?
â aasril
3 hours ago
@aasril If you omitted&>/dev/nullyou would see any warning messages that&>/dev/nulldisables.
â karel
3 hours ago
add a comment |Â
What is going to happen if I omitted&>/dev/null?
â aasril
3 hours ago
@aasril If you omitted&>/dev/nullyou would see any warning messages that&>/dev/nulldisables.
â karel
3 hours ago
What is going to happen if I omitted
&>/dev/null?â aasril
3 hours ago
What is going to happen if I omitted
&>/dev/null?â aasril
3 hours ago
@aasril If you omitted
&>/dev/null you would see any warning messages that &>/dev/null disables.â karel
3 hours ago
@aasril If you omitted
&>/dev/null you would see any warning messages that &>/dev/null disables.â karel
3 hours ago
add a comment |Â
up vote
0
down vote
I'm assuming that you mean gksudo.
This package can be reinstalled by issuing the command:
$ sudo apt install gksu
Based on a cursory google search it would appear that the developers removed it from the default install sometime in 13.04 due to security concerns.
2
andgksuhas now been removed from 18.04 (jeremy.bicha.net/2018/04/18/gksu-removed-from-ubuntu)
â guiverc
Apr 20 at 3:24
add a comment |Â
up vote
0
down vote
I'm assuming that you mean gksudo.
This package can be reinstalled by issuing the command:
$ sudo apt install gksu
Based on a cursory google search it would appear that the developers removed it from the default install sometime in 13.04 due to security concerns.
2
andgksuhas now been removed from 18.04 (jeremy.bicha.net/2018/04/18/gksu-removed-from-ubuntu)
â guiverc
Apr 20 at 3:24
add a comment |Â
up vote
0
down vote
up vote
0
down vote
I'm assuming that you mean gksudo.
This package can be reinstalled by issuing the command:
$ sudo apt install gksu
Based on a cursory google search it would appear that the developers removed it from the default install sometime in 13.04 due to security concerns.
I'm assuming that you mean gksudo.
This package can be reinstalled by issuing the command:
$ sudo apt install gksu
Based on a cursory google search it would appear that the developers removed it from the default install sometime in 13.04 due to security concerns.
answered Apr 20 at 3:11
linuxsucks
11
11
2
andgksuhas now been removed from 18.04 (jeremy.bicha.net/2018/04/18/gksu-removed-from-ubuntu)
â guiverc
Apr 20 at 3:24
add a comment |Â
2
andgksuhas now been removed from 18.04 (jeremy.bicha.net/2018/04/18/gksu-removed-from-ubuntu)
â guiverc
Apr 20 at 3:24
2
2
and
gksu has now been removed from 18.04 (jeremy.bicha.net/2018/04/18/gksu-removed-from-ubuntu)â guiverc
Apr 20 at 3:24
and
gksu has now been removed from 18.04 (jeremy.bicha.net/2018/04/18/gksu-removed-from-ubuntu)â guiverc
Apr 20 at 3:24
add a comment |Â
up vote
0
down vote
thunar admin:// is I have read the better way.
add a comment |Â
up vote
0
down vote
thunar admin:// is I have read the better way.
add a comment |Â
up vote
0
down vote
up vote
0
down vote
thunar admin:// is I have read the better way.
thunar admin:// is I have read the better way.
answered 4 hours ago
Asklep
265
265
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1026573%2fwhat-happened-to-gxsudo%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
3
What's
gxsudo? I have only ever heard ofgksudo.â muru
Apr 20 at 3:00