Snap Firefox can't access to disks in /mnt; Repository Firefox doesn't have bookmark toolbar
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
2
down vote
favorite
I've previously used Firefox in a Ubuntu 16.04 system (upgraded from the 14.04) without any problems. However, I recently did a fresh install of Ubuntu 16.04 in a different disk and wanted to use Firefox as my browser, but I have two problems:
If I use the default repository's Firefox (
sudo apt-get install firefox
), I cannot use the bookmarks toolbar. Let me be clear: the issue is not that it isn't visible, but that it does not appear under View>Toolbars or in the Customize window (in both cases, the "Toolbars" menu is empty)If I snap-install Firefox (
sudo snap install firefox
), everything works perfectly fine, but I cannot access to data in other disks or disk partitions in my computer. For example, when I try to upload an email with a file in a different disk or partition, it says it has no permissions to do so.
Solving any of these problems would be very helpful. In particular (because it may be easier to answer), is it possible to grant a snap application the permission to access to other partitions of the disk? Or the whole purpose of the snap packages is that precisely this is not possible, and there is no way around it?
Thanks!
apt firefox snap
add a comment |Â
up vote
2
down vote
favorite
I've previously used Firefox in a Ubuntu 16.04 system (upgraded from the 14.04) without any problems. However, I recently did a fresh install of Ubuntu 16.04 in a different disk and wanted to use Firefox as my browser, but I have two problems:
If I use the default repository's Firefox (
sudo apt-get install firefox
), I cannot use the bookmarks toolbar. Let me be clear: the issue is not that it isn't visible, but that it does not appear under View>Toolbars or in the Customize window (in both cases, the "Toolbars" menu is empty)If I snap-install Firefox (
sudo snap install firefox
), everything works perfectly fine, but I cannot access to data in other disks or disk partitions in my computer. For example, when I try to upload an email with a file in a different disk or partition, it says it has no permissions to do so.
Solving any of these problems would be very helpful. In particular (because it may be easier to answer), is it possible to grant a snap application the permission to access to other partitions of the disk? Or the whole purpose of the snap packages is that precisely this is not possible, and there is no way around it?
Thanks!
apt firefox snap
add a comment |Â
up vote
2
down vote
favorite
up vote
2
down vote
favorite
I've previously used Firefox in a Ubuntu 16.04 system (upgraded from the 14.04) without any problems. However, I recently did a fresh install of Ubuntu 16.04 in a different disk and wanted to use Firefox as my browser, but I have two problems:
If I use the default repository's Firefox (
sudo apt-get install firefox
), I cannot use the bookmarks toolbar. Let me be clear: the issue is not that it isn't visible, but that it does not appear under View>Toolbars or in the Customize window (in both cases, the "Toolbars" menu is empty)If I snap-install Firefox (
sudo snap install firefox
), everything works perfectly fine, but I cannot access to data in other disks or disk partitions in my computer. For example, when I try to upload an email with a file in a different disk or partition, it says it has no permissions to do so.
Solving any of these problems would be very helpful. In particular (because it may be easier to answer), is it possible to grant a snap application the permission to access to other partitions of the disk? Or the whole purpose of the snap packages is that precisely this is not possible, and there is no way around it?
Thanks!
apt firefox snap
I've previously used Firefox in a Ubuntu 16.04 system (upgraded from the 14.04) without any problems. However, I recently did a fresh install of Ubuntu 16.04 in a different disk and wanted to use Firefox as my browser, but I have two problems:
If I use the default repository's Firefox (
sudo apt-get install firefox
), I cannot use the bookmarks toolbar. Let me be clear: the issue is not that it isn't visible, but that it does not appear under View>Toolbars or in the Customize window (in both cases, the "Toolbars" menu is empty)If I snap-install Firefox (
sudo snap install firefox
), everything works perfectly fine, but I cannot access to data in other disks or disk partitions in my computer. For example, when I try to upload an email with a file in a different disk or partition, it says it has no permissions to do so.
Solving any of these problems would be very helpful. In particular (because it may be easier to answer), is it possible to grant a snap application the permission to access to other partitions of the disk? Or the whole purpose of the snap packages is that precisely this is not possible, and there is no way around it?
Thanks!
apt firefox snap
apt firefox snap
asked Mar 28 at 17:19
E Dias
336
336
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
2
down vote
Your first issue is a duplicate of this question and you can mark yourself as affected by this bug.
To fix your second issue, run the command sudo snap connect firefox:removable-media
, GNOME Software in Ubuntu 18.04 supports doing this from the app, rather than via Terminal, but this will have to do for now!
If you feel this is a feature that users should have by default, you could file an auto-connection request tagging @osomon for confirmation that this is a good idea :)
Thank you for your reply. As far as I understand, in order forsudo snap connect firefox:removable-media
to work, I also need to change the mount point of the disk from /mnt to /media, or am I wrong? In any case, I've been using the repository version of Firefox, I managed to make the bookmark toolbar visible by adding a new bookmark to the bar... It's not pretty, but worked! Hope they fix this thing, though...
â E Dias
Apr 3 at 15:04
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
Your first issue is a duplicate of this question and you can mark yourself as affected by this bug.
To fix your second issue, run the command sudo snap connect firefox:removable-media
, GNOME Software in Ubuntu 18.04 supports doing this from the app, rather than via Terminal, but this will have to do for now!
If you feel this is a feature that users should have by default, you could file an auto-connection request tagging @osomon for confirmation that this is a good idea :)
Thank you for your reply. As far as I understand, in order forsudo snap connect firefox:removable-media
to work, I also need to change the mount point of the disk from /mnt to /media, or am I wrong? In any case, I've been using the repository version of Firefox, I managed to make the bookmark toolbar visible by adding a new bookmark to the bar... It's not pretty, but worked! Hope they fix this thing, though...
â E Dias
Apr 3 at 15:04
add a comment |Â
up vote
2
down vote
Your first issue is a duplicate of this question and you can mark yourself as affected by this bug.
To fix your second issue, run the command sudo snap connect firefox:removable-media
, GNOME Software in Ubuntu 18.04 supports doing this from the app, rather than via Terminal, but this will have to do for now!
If you feel this is a feature that users should have by default, you could file an auto-connection request tagging @osomon for confirmation that this is a good idea :)
Thank you for your reply. As far as I understand, in order forsudo snap connect firefox:removable-media
to work, I also need to change the mount point of the disk from /mnt to /media, or am I wrong? In any case, I've been using the repository version of Firefox, I managed to make the bookmark toolbar visible by adding a new bookmark to the bar... It's not pretty, but worked! Hope they fix this thing, though...
â E Dias
Apr 3 at 15:04
add a comment |Â
up vote
2
down vote
up vote
2
down vote
Your first issue is a duplicate of this question and you can mark yourself as affected by this bug.
To fix your second issue, run the command sudo snap connect firefox:removable-media
, GNOME Software in Ubuntu 18.04 supports doing this from the app, rather than via Terminal, but this will have to do for now!
If you feel this is a feature that users should have by default, you could file an auto-connection request tagging @osomon for confirmation that this is a good idea :)
Your first issue is a duplicate of this question and you can mark yourself as affected by this bug.
To fix your second issue, run the command sudo snap connect firefox:removable-media
, GNOME Software in Ubuntu 18.04 supports doing this from the app, rather than via Terminal, but this will have to do for now!
If you feel this is a feature that users should have by default, you could file an auto-connection request tagging @osomon for confirmation that this is a good idea :)
answered Mar 28 at 22:32
Ads20000
1,3931928
1,3931928
Thank you for your reply. As far as I understand, in order forsudo snap connect firefox:removable-media
to work, I also need to change the mount point of the disk from /mnt to /media, or am I wrong? In any case, I've been using the repository version of Firefox, I managed to make the bookmark toolbar visible by adding a new bookmark to the bar... It's not pretty, but worked! Hope they fix this thing, though...
â E Dias
Apr 3 at 15:04
add a comment |Â
Thank you for your reply. As far as I understand, in order forsudo snap connect firefox:removable-media
to work, I also need to change the mount point of the disk from /mnt to /media, or am I wrong? In any case, I've been using the repository version of Firefox, I managed to make the bookmark toolbar visible by adding a new bookmark to the bar... It's not pretty, but worked! Hope they fix this thing, though...
â E Dias
Apr 3 at 15:04
Thank you for your reply. As far as I understand, in order for
sudo snap connect firefox:removable-media
to work, I also need to change the mount point of the disk from /mnt to /media, or am I wrong? In any case, I've been using the repository version of Firefox, I managed to make the bookmark toolbar visible by adding a new bookmark to the bar... It's not pretty, but worked! Hope they fix this thing, though...â E Dias
Apr 3 at 15:04
Thank you for your reply. As far as I understand, in order for
sudo snap connect firefox:removable-media
to work, I also need to change the mount point of the disk from /mnt to /media, or am I wrong? In any case, I've been using the repository version of Firefox, I managed to make the bookmark toolbar visible by adding a new bookmark to the bar... It's not pretty, but worked! Hope they fix this thing, though...â E Dias
Apr 3 at 15:04
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%2f1020035%2fsnap-firefox-cant-access-to-disks-in-mnt-repository-firefox-doesnt-have-book%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