how to have *.ods open with LibreOffice

Clash Royale CLAN TAG#URR8PPP up vote
0
down vote
favorite
When I double-click on a desktop icon for a file with an .ods extension, it opens in gedit rather than LibreOffice. I have to resort to the Open With right-click menu to get into LibreOffice. Can this be fixed?
14.04
add a comment |Â
up vote
0
down vote
favorite
When I double-click on a desktop icon for a file with an .ods extension, it opens in gedit rather than LibreOffice. I have to resort to the Open With right-click menu to get into LibreOffice. Can this be fixed?
14.04
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
When I double-click on a desktop icon for a file with an .ods extension, it opens in gedit rather than LibreOffice. I have to resort to the Open With right-click menu to get into LibreOffice. Can this be fixed?
14.04
When I double-click on a desktop icon for a file with an .ods extension, it opens in gedit rather than LibreOffice. I have to resort to the Open With right-click menu to get into LibreOffice. Can this be fixed?
14.04
asked May 27 at 0:58
Richard Silbar
13
13
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
2
down vote
Please make sure you have LibreOffice installed. If you have it installed, when you right click on the file, the dropdown menu should say "Open with LibreOffice Calc". If you don't see the option, click on "Open with other application". In recommended applications list, if you don't find it, click on "View all applications". Click on the appropriate application and click select.
If you have multiple distribution of LibreOffice installed, you might have library conflicts between different versions. To reinstall LibreOffice, remove installations of LibreOffice:
sudo apt-get remove libreoffice-core
If you also want to remove LibreOffice configuration files, use the purge switch:
sudo apt-get remove --purge libreoffice-core
Now to install LibreOffice, you can use official ppa:
sudo add-apt-repository ppa:libreoffice/ppa
Update your apt repository
sudo apt update
Install LibreOffice
sudo apt install libreoffice
Now it should open with LibreOffice.
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
Please make sure you have LibreOffice installed. If you have it installed, when you right click on the file, the dropdown menu should say "Open with LibreOffice Calc". If you don't see the option, click on "Open with other application". In recommended applications list, if you don't find it, click on "View all applications". Click on the appropriate application and click select.
If you have multiple distribution of LibreOffice installed, you might have library conflicts between different versions. To reinstall LibreOffice, remove installations of LibreOffice:
sudo apt-get remove libreoffice-core
If you also want to remove LibreOffice configuration files, use the purge switch:
sudo apt-get remove --purge libreoffice-core
Now to install LibreOffice, you can use official ppa:
sudo add-apt-repository ppa:libreoffice/ppa
Update your apt repository
sudo apt update
Install LibreOffice
sudo apt install libreoffice
Now it should open with LibreOffice.
add a comment |Â
up vote
2
down vote
Please make sure you have LibreOffice installed. If you have it installed, when you right click on the file, the dropdown menu should say "Open with LibreOffice Calc". If you don't see the option, click on "Open with other application". In recommended applications list, if you don't find it, click on "View all applications". Click on the appropriate application and click select.
If you have multiple distribution of LibreOffice installed, you might have library conflicts between different versions. To reinstall LibreOffice, remove installations of LibreOffice:
sudo apt-get remove libreoffice-core
If you also want to remove LibreOffice configuration files, use the purge switch:
sudo apt-get remove --purge libreoffice-core
Now to install LibreOffice, you can use official ppa:
sudo add-apt-repository ppa:libreoffice/ppa
Update your apt repository
sudo apt update
Install LibreOffice
sudo apt install libreoffice
Now it should open with LibreOffice.
add a comment |Â
up vote
2
down vote
up vote
2
down vote
Please make sure you have LibreOffice installed. If you have it installed, when you right click on the file, the dropdown menu should say "Open with LibreOffice Calc". If you don't see the option, click on "Open with other application". In recommended applications list, if you don't find it, click on "View all applications". Click on the appropriate application and click select.
If you have multiple distribution of LibreOffice installed, you might have library conflicts between different versions. To reinstall LibreOffice, remove installations of LibreOffice:
sudo apt-get remove libreoffice-core
If you also want to remove LibreOffice configuration files, use the purge switch:
sudo apt-get remove --purge libreoffice-core
Now to install LibreOffice, you can use official ppa:
sudo add-apt-repository ppa:libreoffice/ppa
Update your apt repository
sudo apt update
Install LibreOffice
sudo apt install libreoffice
Now it should open with LibreOffice.
Please make sure you have LibreOffice installed. If you have it installed, when you right click on the file, the dropdown menu should say "Open with LibreOffice Calc". If you don't see the option, click on "Open with other application". In recommended applications list, if you don't find it, click on "View all applications". Click on the appropriate application and click select.
If you have multiple distribution of LibreOffice installed, you might have library conflicts between different versions. To reinstall LibreOffice, remove installations of LibreOffice:
sudo apt-get remove libreoffice-core
If you also want to remove LibreOffice configuration files, use the purge switch:
sudo apt-get remove --purge libreoffice-core
Now to install LibreOffice, you can use official ppa:
sudo add-apt-repository ppa:libreoffice/ppa
Update your apt repository
sudo apt update
Install LibreOffice
sudo apt install libreoffice
Now it should open with LibreOffice.
answered May 27 at 2:03
OptimusPrime
212
212
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%2f1040733%2fhow-to-have-ods-open-with-libreoffice%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