Does GUI for Flatpak exist for Ubuntu 16.04 LTS?

Clash Royale CLAN TAG#URR8PPP up vote
0
down vote
favorite
I'm running Ubuntu MATE 16.04 LTS.
I have added Flatpak PPA and installed it to my system:
sudo add-apt-repository ppa:alexlarsson/flatpak
sudo apt update
sudo apt install flatpak
And then I want to install some application as Flatpak, so I need to run some commands in the terminal (KDE as example):
to add repository:
flatpak remote-add --if-not-exists flathub
https://flathub.org/repo/flathub.flatpakrepo
flatpak remote-add --if-not-exists kdeapps --from
https://distribute.kde.org/kdeapps.flatpakrepoto install needed flatpak (KDiff3 as example):
flatpak install kdeapps org.kde.kdiff3
I have read about gnome-software-plugin-flatpak and plasma-discover-flatpak-backend, but there are no such packages for Ubuntu Xenial.
But I can't find solutions for Ubuntu 16.04 LTS.
Update 1: tried to build source package of plasma-discover from 18.04 LTS on 16.04 LTS but got many errors about Qt5 declarations such as
discover/libdiscover/resources/ResourcesModel.cpp:336:42: error: âÂÂqAsConstâ was not declared in this scope
for(auto backend: qAsConst(m_backends))
^
libdiscover/CMakeFiles/DiscoverCommon.dir/build.make:374: recipe for target 'libdiscover/CMakeFiles/DiscoverCommon.dir/resources/ResourcesModel.cpp.o' failed
so this is not a solution.
Update 2: installing GNOME Software from Snappy with snap install --edge gnome-software --classic allows to use Snap GUI, but not FlatPak.
16.04 flatpak
add a comment |Â
up vote
0
down vote
favorite
I'm running Ubuntu MATE 16.04 LTS.
I have added Flatpak PPA and installed it to my system:
sudo add-apt-repository ppa:alexlarsson/flatpak
sudo apt update
sudo apt install flatpak
And then I want to install some application as Flatpak, so I need to run some commands in the terminal (KDE as example):
to add repository:
flatpak remote-add --if-not-exists flathub
https://flathub.org/repo/flathub.flatpakrepo
flatpak remote-add --if-not-exists kdeapps --from
https://distribute.kde.org/kdeapps.flatpakrepoto install needed flatpak (KDiff3 as example):
flatpak install kdeapps org.kde.kdiff3
I have read about gnome-software-plugin-flatpak and plasma-discover-flatpak-backend, but there are no such packages for Ubuntu Xenial.
But I can't find solutions for Ubuntu 16.04 LTS.
Update 1: tried to build source package of plasma-discover from 18.04 LTS on 16.04 LTS but got many errors about Qt5 declarations such as
discover/libdiscover/resources/ResourcesModel.cpp:336:42: error: âÂÂqAsConstâ was not declared in this scope
for(auto backend: qAsConst(m_backends))
^
libdiscover/CMakeFiles/DiscoverCommon.dir/build.make:374: recipe for target 'libdiscover/CMakeFiles/DiscoverCommon.dir/resources/ResourcesModel.cpp.o' failed
so this is not a solution.
Update 2: installing GNOME Software from Snappy with snap install --edge gnome-software --classic allows to use Snap GUI, but not FlatPak.
16.04 flatpak
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I'm running Ubuntu MATE 16.04 LTS.
I have added Flatpak PPA and installed it to my system:
sudo add-apt-repository ppa:alexlarsson/flatpak
sudo apt update
sudo apt install flatpak
And then I want to install some application as Flatpak, so I need to run some commands in the terminal (KDE as example):
to add repository:
flatpak remote-add --if-not-exists flathub
https://flathub.org/repo/flathub.flatpakrepo
flatpak remote-add --if-not-exists kdeapps --from
https://distribute.kde.org/kdeapps.flatpakrepoto install needed flatpak (KDiff3 as example):
flatpak install kdeapps org.kde.kdiff3
I have read about gnome-software-plugin-flatpak and plasma-discover-flatpak-backend, but there are no such packages for Ubuntu Xenial.
But I can't find solutions for Ubuntu 16.04 LTS.
Update 1: tried to build source package of plasma-discover from 18.04 LTS on 16.04 LTS but got many errors about Qt5 declarations such as
discover/libdiscover/resources/ResourcesModel.cpp:336:42: error: âÂÂqAsConstâ was not declared in this scope
for(auto backend: qAsConst(m_backends))
^
libdiscover/CMakeFiles/DiscoverCommon.dir/build.make:374: recipe for target 'libdiscover/CMakeFiles/DiscoverCommon.dir/resources/ResourcesModel.cpp.o' failed
so this is not a solution.
Update 2: installing GNOME Software from Snappy with snap install --edge gnome-software --classic allows to use Snap GUI, but not FlatPak.
16.04 flatpak
I'm running Ubuntu MATE 16.04 LTS.
I have added Flatpak PPA and installed it to my system:
sudo add-apt-repository ppa:alexlarsson/flatpak
sudo apt update
sudo apt install flatpak
And then I want to install some application as Flatpak, so I need to run some commands in the terminal (KDE as example):
to add repository:
flatpak remote-add --if-not-exists flathub
https://flathub.org/repo/flathub.flatpakrepo
flatpak remote-add --if-not-exists kdeapps --from
https://distribute.kde.org/kdeapps.flatpakrepoto install needed flatpak (KDiff3 as example):
flatpak install kdeapps org.kde.kdiff3
I have read about gnome-software-plugin-flatpak and plasma-discover-flatpak-backend, but there are no such packages for Ubuntu Xenial.
But I can't find solutions for Ubuntu 16.04 LTS.
Update 1: tried to build source package of plasma-discover from 18.04 LTS on 16.04 LTS but got many errors about Qt5 declarations such as
discover/libdiscover/resources/ResourcesModel.cpp:336:42: error: âÂÂqAsConstâ was not declared in this scope
for(auto backend: qAsConst(m_backends))
^
libdiscover/CMakeFiles/DiscoverCommon.dir/build.make:374: recipe for target 'libdiscover/CMakeFiles/DiscoverCommon.dir/resources/ResourcesModel.cpp.o' failed
so this is not a solution.
Update 2: installing GNOME Software from Snappy with snap install --edge gnome-software --classic allows to use Snap GUI, but not FlatPak.
16.04 flatpak
16.04 flatpak
edited Aug 24 at 15:24
asked Apr 18 at 19:26
N0rbert
15.7k33273
15.7k33273
add a comment |Â
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f1026188%2fdoes-gui-for-flatpak-exist-for-ubuntu-16-04-lts%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