-
Notifications
You must be signed in to change notification settings - Fork 6
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
Publish a self-contained binary package of wlmaker at head #26
Comments
AppImage :) Actually I had started working on it but am no more active there due to the CLA and Google Account requirement. But you are welcome to take what you deem useful. Probably further tinkering is needed. |
there is also https://pkgx.sh but really native packages are best, and you cover most with .deb and .rpm... |
here is an updated debian source package: |
Thanks for the debian package, @alexmyczko . Can I link to it? |
@phkaeser i can't forbid. but give me a few weeks. let someone test/try it. if it works well might as well just make if an official package and use a better link like packages.debian.org/wlmaker or repology.org |
No rush -- good for sb. to test it first. Also, it wouldn't hurt for me to clean up dependencies a little, and wait for wlroots v0.17.4 due to #58 . I'll post an update here once cleanup is done. Thanks! |
sb? soundblaster? once when gnustep is build with wayland backend. can i use gnustep waland dockapp timemon.app to the dock? |
SomeBody 😄. But makes me think I should start naming tools after vintage soundcards... GUS 🤔 |
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074240 waiting for a new release from you :) |
So cool! On wlmaker side, there's a few things I want to wrap up before declaring v0.3; but expecting this to happen in the next week or so. I'll give a bump to this thread once ready. |
If instructions could be published to get a working/running wlmaker I would do some testing. I have tried compiling and running using the README instructions and I can never get it to run. Issues with getting a seat and/or initializing a renderer. I am sure I am doing something wrong but cannot figure it out. Maybe instructions starting from a fresh minimal debian install? Since it looks like the github actions build off of debian or if another distro would be better to start with let me know. Thanks. |
Good point, @tstraus13 ! Added #73 as separate issue. |
Promised follow-up to #26 (comment): v0.3 released at https://github.com/phkaeser/wlmaker/releases/tag/v0.3. |
Do you think with gnustep-back built for wayland, this could work? https://www.nongnu.org/gap/innerspace/index.html |
@alexmyczko -- InnerSpace as Screen Saver for wlmaker? Wayland has a set of protocols that support screen savers well (in better ways than X11); I added support for these with v0.3. I suspect InnerSpace with gnustep-back built for wayland won't be using these extra protocols, but operate as a normal "fullscreen" application -- ie. the dock may remain visible, and it won't be able to "lock" the screen, ie. prevent inputs from being sent to other applications). With gnustep-back for wayland: I believe a better course of action would be to extend InnerSpace with https://wayland.app/protocols/ext-session-lock-v1. (separately: You have a gnustep-back working for wayland? Please share pointers!) |
https://github.com/gnustep/libs-back/tree/master/Source/wayland it has been around forever but the Debian GNUstep Team is currently testing it for early adoption so everyone can profit... would also be fun to have one like this: https://github.com/alexmyczko/homebrew-mac/blob/main/Casks/flying-toasters.rb |
without grepping the source for the listed authors, can you shed some light on their code and its licenses? https://alioth-lists.debian.net/pipermail/pkg-gnustep-maintainers/2024-July/005777.html update: just saw 0.3 is not affected anymore, great... ah wait they're in the submodules... can you make the CMakeLists.txt so it uses system versions of libs, and not submodules?
debian has libpixman-1-dev, libwlroots-dev, libdisplay-info-dev... |
Actually, CMakeLists.txt is already configured such that it uses system libs, if found at the required recent version. The various git submodules are referenced in the github repository, since most distributions don't carry the most recent dependency libraries yet (eg. libwlroots); and so I have a convenient way of setting up my dev env on each host I'm using. For packaging, only one git submodule is required:
The other git submodules can be omitted:
@alexmyczko -- for preparing the wlmaker package, is it possible to restrict git to just the
|
Attempting to be more specific -- recent libraries required:
(libdrm, pixman, ... are indirect dependencies, required for libwlroots or wayland). Additionally, there's a few dependencies needed to build -- these don't have to be very recent; I use Debian bookworm for these. See the github workflow for an exhaustive list: https://github.com/phkaeser/wlmaker/blob/main/.github/workflows/build-for-linux.yml |
meanwhile debian has gotten wlmaker :) and guess what |
Yay, great! Adding #88 with links to Debian and FreeBSD packages. @alexmyczko -> Is there anything I can do to help with downstream packaging? Add scripts, ...? (GNUstep back for Wayland! Trying to get this compiled here...) |
FYI... I was able to get a Debian install with Gnome/KDE. Set the repositories to Sid. Then install the wlmaker package and I could finally get it to run! So now I can at least test/try it out. Looking forward to more updates. |
@phkaeser the main issue now is the dock size being too small for high resolution, and the screen size is kind of limited to some specific size (like 1/4 of my screen) on a macbook pro with retina display. i guess if the latter was fixed this would be a big improvement. if you want to hit debian 13 (trixie), you'd have to get at least this and some form of scaling (2x) for the app icons. this is kinda even worse with wmaker, WPrefs allows specific sizes of dock and icons, however dockapps don't get scaled (except TimeMon.app), however just doubling the font sizes messes it all up, as wmaker for example WPrefs just does not resize. |
This issue is becoming a bit overloaded -- @alexmyczko you can help me keep this a bit organized by filing new issues separately :) Moving discussion there:
|
overloaded? 27 comments? what's this then elfmz/far2l#692 |
Leftover part of #3 and of #4:
To permit users to easily get hold of the most recent wlmaker version and test it: Have a binary release packaged, together with the dependencies at the required versions.
(thinking: eg. a flatpak? snap? better ideas?)
The text was updated successfully, but these errors were encountered: