Although GNOME Shell integration extension is running, native host connector is not detected [duplicate]
This question already has an answer here:
URL extensions.gnome.org for managing GNOME Extensions not working in any browser
1 answer
On a fresh install of 18.10 I attempted to install CPU usage widget
https://extensions.gnome.org/extension/120/system-monitor/
on that link it errors showing :
Although GNOME Shell integration extension is running, native host connector is not detected
gnome-shell gnome-shell-extension monitoring system-monitor
marked as duplicate by pomsky
StackExchange.ready(function() {
if (StackExchange.options.isMobile) return;
$('.dupe-hammer-message-hover:not(.hover-bound)').each(function() {
var $hover = $(this).addClass('hover-bound'),
$msg = $hover.siblings('.dupe-hammer-message');
$hover.hover(
function() {
$hover.showInfoMessage('', {
messageElement: $msg.clone().show(),
transient: false,
position: { my: 'bottom left', at: 'top center', offsetTop: -7 },
dismissable: false,
relativeToBody: true
});
},
function() {
StackExchange.helpers.removeMessages();
}
);
});
});
Jan 8 at 8:40
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |
This question already has an answer here:
URL extensions.gnome.org for managing GNOME Extensions not working in any browser
1 answer
On a fresh install of 18.10 I attempted to install CPU usage widget
https://extensions.gnome.org/extension/120/system-monitor/
on that link it errors showing :
Although GNOME Shell integration extension is running, native host connector is not detected
gnome-shell gnome-shell-extension monitoring system-monitor
marked as duplicate by pomsky
StackExchange.ready(function() {
if (StackExchange.options.isMobile) return;
$('.dupe-hammer-message-hover:not(.hover-bound)').each(function() {
var $hover = $(this).addClass('hover-bound'),
$msg = $hover.siblings('.dupe-hammer-message');
$hover.hover(
function() {
$hover.showInfoMessage('', {
messageElement: $msg.clone().show(),
transient: false,
position: { my: 'bottom left', at: 'top center', offsetTop: -7 },
dismissable: false,
relativeToBody: true
});
},
function() {
StackExchange.helpers.removeMessages();
}
);
});
});
Jan 8 at 8:40
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |
This question already has an answer here:
URL extensions.gnome.org for managing GNOME Extensions not working in any browser
1 answer
On a fresh install of 18.10 I attempted to install CPU usage widget
https://extensions.gnome.org/extension/120/system-monitor/
on that link it errors showing :
Although GNOME Shell integration extension is running, native host connector is not detected
gnome-shell gnome-shell-extension monitoring system-monitor
This question already has an answer here:
URL extensions.gnome.org for managing GNOME Extensions not working in any browser
1 answer
On a fresh install of 18.10 I attempted to install CPU usage widget
https://extensions.gnome.org/extension/120/system-monitor/
on that link it errors showing :
Although GNOME Shell integration extension is running, native host connector is not detected
This question already has an answer here:
URL extensions.gnome.org for managing GNOME Extensions not working in any browser
1 answer
gnome-shell gnome-shell-extension monitoring system-monitor
gnome-shell gnome-shell-extension monitoring system-monitor
edited Jan 8 at 8:49
pomsky
29.2k1190116
29.2k1190116
asked Jan 8 at 0:32
Scott StenslandScott Stensland
4,74742240
4,74742240
marked as duplicate by pomsky
StackExchange.ready(function() {
if (StackExchange.options.isMobile) return;
$('.dupe-hammer-message-hover:not(.hover-bound)').each(function() {
var $hover = $(this).addClass('hover-bound'),
$msg = $hover.siblings('.dupe-hammer-message');
$hover.hover(
function() {
$hover.showInfoMessage('', {
messageElement: $msg.clone().show(),
transient: false,
position: { my: 'bottom left', at: 'top center', offsetTop: -7 },
dismissable: false,
relativeToBody: true
});
},
function() {
StackExchange.helpers.removeMessages();
}
);
});
});
Jan 8 at 8:40
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
marked as duplicate by pomsky
StackExchange.ready(function() {
if (StackExchange.options.isMobile) return;
$('.dupe-hammer-message-hover:not(.hover-bound)').each(function() {
var $hover = $(this).addClass('hover-bound'),
$msg = $hover.siblings('.dupe-hammer-message');
$hover.hover(
function() {
$hover.showInfoMessage('', {
messageElement: $msg.clone().show(),
transient: false,
position: { my: 'bottom left', at: 'top center', offsetTop: -7 },
dismissable: false,
relativeToBody: true
});
},
function() {
StackExchange.helpers.removeMessages();
}
);
});
});
Jan 8 at 8:40
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
first install these (its what appears in your error popup)
sudo apt-get install chrome-gnome-shell gir1.2-gtop-2.0 gir1.2-networkmanager-1.0 gir1.2-clutter-1.0
then bounce your gnome shell by typing
Alt + F2, type "r" then Enter.
now go back to
https://extensions.gnome.org/extension/120/system-monitor/
and turn on the monitor extension ... resource monitor widget will now appear on desktop top status bar
Installingchrome-gnome-shellpackage should be enough to fix the "native host connector is not detected" issue in general. You may need other packages to fulfil the dependencies of the extension in particular.
– pomsky
Jan 8 at 8:42
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
first install these (its what appears in your error popup)
sudo apt-get install chrome-gnome-shell gir1.2-gtop-2.0 gir1.2-networkmanager-1.0 gir1.2-clutter-1.0
then bounce your gnome shell by typing
Alt + F2, type "r" then Enter.
now go back to
https://extensions.gnome.org/extension/120/system-monitor/
and turn on the monitor extension ... resource monitor widget will now appear on desktop top status bar
Installingchrome-gnome-shellpackage should be enough to fix the "native host connector is not detected" issue in general. You may need other packages to fulfil the dependencies of the extension in particular.
– pomsky
Jan 8 at 8:42
add a comment |
first install these (its what appears in your error popup)
sudo apt-get install chrome-gnome-shell gir1.2-gtop-2.0 gir1.2-networkmanager-1.0 gir1.2-clutter-1.0
then bounce your gnome shell by typing
Alt + F2, type "r" then Enter.
now go back to
https://extensions.gnome.org/extension/120/system-monitor/
and turn on the monitor extension ... resource monitor widget will now appear on desktop top status bar
Installingchrome-gnome-shellpackage should be enough to fix the "native host connector is not detected" issue in general. You may need other packages to fulfil the dependencies of the extension in particular.
– pomsky
Jan 8 at 8:42
add a comment |
first install these (its what appears in your error popup)
sudo apt-get install chrome-gnome-shell gir1.2-gtop-2.0 gir1.2-networkmanager-1.0 gir1.2-clutter-1.0
then bounce your gnome shell by typing
Alt + F2, type "r" then Enter.
now go back to
https://extensions.gnome.org/extension/120/system-monitor/
and turn on the monitor extension ... resource monitor widget will now appear on desktop top status bar
first install these (its what appears in your error popup)
sudo apt-get install chrome-gnome-shell gir1.2-gtop-2.0 gir1.2-networkmanager-1.0 gir1.2-clutter-1.0
then bounce your gnome shell by typing
Alt + F2, type "r" then Enter.
now go back to
https://extensions.gnome.org/extension/120/system-monitor/
and turn on the monitor extension ... resource monitor widget will now appear on desktop top status bar
edited yesterday
answered Jan 8 at 0:32
Scott StenslandScott Stensland
4,74742240
4,74742240
Installingchrome-gnome-shellpackage should be enough to fix the "native host connector is not detected" issue in general. You may need other packages to fulfil the dependencies of the extension in particular.
– pomsky
Jan 8 at 8:42
add a comment |
Installingchrome-gnome-shellpackage should be enough to fix the "native host connector is not detected" issue in general. You may need other packages to fulfil the dependencies of the extension in particular.
– pomsky
Jan 8 at 8:42
Installing
chrome-gnome-shell package should be enough to fix the "native host connector is not detected" issue in general. You may need other packages to fulfil the dependencies of the extension in particular.– pomsky
Jan 8 at 8:42
Installing
chrome-gnome-shell package should be enough to fix the "native host connector is not detected" issue in general. You may need other packages to fulfil the dependencies of the extension in particular.– pomsky
Jan 8 at 8:42
add a comment |