Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

liri shell for ubuntu? #82

Open
zoecarver opened this issue Jan 28, 2017 · 26 comments
Open

liri shell for ubuntu? #82

zoecarver opened this issue Jan 28, 2017 · 26 comments
Labels
hacktoberfest Hacktoberfest help wanted Extra attention is needed packages
Milestone

Comments

@zoecarver
Copy link

No description provided.

@plfiorini plfiorini added enhancement New feature or request packages and removed enhancement New feature or request labels Jan 28, 2017
@plfiorini
Copy link
Member

I would do Debian first since sid usually have Qt updated and then rebuild the packages on Ubuntu, but yeah it's going to be supported.

@zoecarver
Copy link
Author

is there a ppa for it? or is there an easy way to install it without tracking down all the dependency?

@plfiorini
Copy link
Member

Not yet, need to update the packaging files someone made a few months ago and start spinning builds.
I will start looking into this at least in two weeks not before.

@zoecarver
Copy link
Author

OK cool! I think that I am going to try to make a Debian ppa for it if no one else has (I have always wanted to learn how to do that :) I will probably not succeed but, hey who knows. Has anyone else that you know of stated this? or is there anything that I should be aware of? thanks for your help!

@zigapk
Copy link
Member

zigapk commented Jan 28, 2017

@funfood I tried that once. I know I did it somehow (don't remember how), but be prepared to smash your head against the wall for a few days.

@zoecarver
Copy link
Author

thanks! sounds like most of my other project! :)

@plfiorini plfiorini added the help wanted Extra attention is needed label Feb 21, 2017
@plfiorini
Copy link
Member

Need help on this issue as I won't complete this any time soon due to lack of time and Debian/Ubuntu knowledge.

@plfiorini plfiorini added this to the Post 1.0 milestone Apr 16, 2017
@SunRain
Copy link

SunRain commented Apr 17, 2017

As I know, it's not easy to run on Debian/Ubuntu(especially on Ubuntu) due to the version of Qt.

@plfiorini
Copy link
Member

Yeah doing snaps seems like the best way to go, see #80
With snap we already have a platform for apps with the Qt version we want and Fluid, the remaining part is to make a snap for the shell

@plfiorini plfiorini added the hacktoberfest Hacktoberfest label Sep 28, 2017
@Maxwell175
Copy link

Is it possible to just static link Qt to overcome the version gap?

@plfiorini
Copy link
Member

@MDTech-us-MAN Unfortunately static link doesn't solve the issue since you need Qt anyway

@Maxwell175
Copy link

Well... if you include Qt inside the binary, there should be no additional dependencies. Or you could distribute your version of Qt in the package and install it to /opt and link to that.

@plfiorini
Copy link
Member

The problem here is that we don't want to maintain our Qt packages in addition to those of the shell.

@timsueberkrueb
Copy link

Also, as @plfiorini said, Qt is no longer the issue with our already existing platform snap.

With snap we already have a platform for apps with the Qt version we want and Fluid, the remaining part is to make a snap for the shell

@plfiorini
Copy link
Member

For the sake of full disclosure: one can make a Liri PPA that depends on the KDE Neon one (they maintain updated Qt packages, at the time of this writing they have Qt 5.10.0 and qbs 1.9.0, not the latest versions but it's pretty close and should work for Liri), but having to install a couple of PPAs doesn't seem very easy to use to me.

As always, if someone is really interested in contributing to the project and want to go that route please contact us should you need information.

@SunRain
Copy link

SunRain commented Mar 27, 2018

Hi, is there any guid to build/install Liri from source code, I mean FULL components of Liri desktop environment?

@plfiorini
Copy link
Member

plfiorini commented Mar 27, 2018

This is the documentation for contributors: http://liri-dev.readthedocs.io/en/latest/
Do you need something specific for packagers?

@plfiorini
Copy link
Member

BTW, I installed Debian to get a clue on how things works there and sadly I learned they don't want to package private headers. Some QtWayland APIs are still private especially all the client side APIs and since we implement a client-side decoration, a shell integration and a custom client protocol we cannot package the shell unless we remove those parts.

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=894472

@plfiorini
Copy link
Member

With "remove those parts" I mean we can make those optional.
We should also re-evaluate if usage of private APIs in protocol implementations can be avoided.

And of course with Snap we can build qtwayland from sources and overcome this problem, so the issue here is with Debian and Ubuntu packages.

@dsoprea
Copy link

dsoprea commented Sep 21, 2018

I'm looking for this, too.

@ItzSwirlz
Copy link

I actually tried building Liri Shell for myself and basically, you'll have to build a LOT of Liri.

A liri-team in debian might be nice but you would need to find all of the libraries, install them, and then do the work, and then you need to create the debian package along with managing the git repo in the process.

If you wanted to ADD A DEBIAN FOLDER to MAKE a package be built in a separate branch or whatnot, you would have to do that with like, almost every repo but as said it would take a long time... and this is for Liri OS. so, debian of course also has their own stuff and it would require a lot of work, especially since it might not be worth it after all.

But as time goes on we will see, I don't know what other distro's besides Liri have built this DE but it'd take time, lemme tell you.

@plfiorini
Copy link
Member

Some things got changed meanwhile.
The client-side decoration is now optional because there are server-side decorations enabled by default.
Shell integrations were upstreamed.
Should be easier now.

@plfiorini
Copy link
Member

plfiorini commented Jul 12, 2020

The first repository to try to package is https://github.com/lirios/wayland that is a library with Wayland protocol implementations.

@plfiorini
Copy link
Member

@ItzSwirlz Perhaps preparing the debian/ packaging might not be hard for the majority of repositories since they are easy to build. Maybe there is a way to generate it.
Now with GitHub actions it's easy to set up an automated build of the packages and upload them somewhere.
To be honest it would be better if some Debian developer decided to include the Liri desktop in Debian.
They know how to build packages and it would take less time for them. I can offer help with Liri knowledge.

@plfiorini
Copy link
Member

Update on QtWayland private headers on Debian
Finally 894472 is fixed and Debian now has the qtwayland5-private-dev package.

@stellarpower
Copy link

Are there any updates on this? I'm trying, rather desperately now, to find a lightweight compositor I can run using waypipe to get graphical access to a server. Am yet to have had any option function, should liri compile from source without too much dfficulty on debian/ubuntu? I know the Qt libraries are badly out of date, but I can download a local copy and hopefully link against them under /opt, so I can work around that for the time being.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest Hacktoberfest help wanted Extra attention is needed packages
Projects
None yet
Development

No branches or pull requests

9 participants