You are not logged in.
installed through scrollwm-git package
using default config.h (which came with the git checkout)
xorg-fonts-misc was(and still is) installed
i liked the idea of scrolling workspaces, whats why i wanted to check it out
Offline
What does the following command return
xlsfonts -fn "-misc-fixed-medium-r-normal--13-120-75-75-c-70-*-*"
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
xlsfonts -fn "-misc-fixed-medium-r-normal--13-120-75-75-c-70-*-*"
bash: xlsfonts: command not found
Offline
... could you install xlsfonts and try again.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
18:13] /home/divakar
pacman -S xorg-fonts-misc
warning: xorg-fonts-misc-1.0.1-2 is up to date -- reinstalling
resolving dependencies...
looking for inter-conflicts...
Packages (1): xorg-fonts-misc-1.0.1-2
Total Installed Size: 8.00 MiB
Net Upgrade Size: 0.00 MiB
:: Proceed with installation? [Y/n] y
(1/1) checking keys in keyring [###########################################################] 100%
(1/1) checking package integrity [###########################################################] 100%
(1/1) loading package files [###########################################################] 100%
(1/1) checking for file conflicts [###########################################################] 100%
(1/1) checking available disk space [###########################################################] 100%
(1/1) reinstalling xorg-fonts-misc [###########################################################] 100%
Updating font cache... done.
18:13] /home/divakar
pacman -Qi xorg-fonts-misc
Name : xorg-fonts-misc
Version : 1.0.1-2
Description : X.org misc fonts
Architecture : any
URL : http://xorg.freedesktop.org/
Licenses : custom
Groups : None
Provides : None
Depends On : xorg-fonts-encodings xorg-fonts-alias xorg-font-utils fontconfig
Optional Deps : None
Required By : xorg-server-common
Optional For : None
Conflicts With : None
Replaces : None
Installed Size : 8188.00 KiB
Packager : Allan McRae <allan@archlinux.org>
Build Date : Fri 17 Feb 2012 11:20:11 AM CET
Install Date : Mon 13 May 2013 06:13:14 PM CEST
Install Reason : Installed as a dependency for another package
Install Script : Yes
Validated By : Signature
xlsfonts -fn "-misc-fixed-medium-r-normal--13-120-75-75-c-70-*-*"
bash: xlsfonts: command not found
Last edited by Divakarsd (2013-05-13 16:16:16)
Offline
I don't think this is the right window manger for you.
Last edited by Trilby (2013-05-13 16:17:25)
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
I don't think this is the right window manger for you.
found the package "xorg-xlsfonts" in extra that resolved the problem
but nevermind, i won't bother you again
Offline
installing xlsfonts could not have resolved the problem - it was only a step in diagnosing the realy problem for which I was suspecting a font cache issue.
My previous comment was because it didn't seem like you were really participating in the troubleshooting process, and if you won't participate in the process, then there is nothing I can do from here - at that point scrollwm either works for you or it doesn't.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Please don't give up on this, I know it's like 7 years old at this point, but I've never wanted anything more.
It would be the perfect solution for me. I hate multiple desktops. I don't enjoy any solutions available to me for organization. I like to do things spatially and i have a smallish screen; a pan and zoom window manager would be perfect.
Seems to build just fine but trying to run it (even through xinitrc) gives the error
====== SCROLLWM ERROR =====
request=45 error=15
BadName (named color or font does not exist)
===========================
Segmentation fault (core dumped)
Offline
Well this is a blast from the past. I suspect if I look at the code again I'm likely to be thoroughly disgusted by my past self. This project was always meant as a bit of a concept, not really a daily use thing. It was for fun experimenting with an approach to a WM that no one else (to my knowledge) was using.
Honestly, if you're interested in this concept / approach, it should really be done on Wayland. On wayland a zooming / scrolling WM would take far fewer ugly hacks as window content would also scale. When this project started Wayland didn't exist - or at least wasn't commonly known or practical to use, so I hacked together some very creative, but also very ugly ways of zooming.
FWIW, I do see some similarly named projects on github that are for wayland. Frustratingly, none of them have any README or other description of what they actually do.
The actual error in your output comes from scrollwm trying to load a fixed bitmap font from an XFLD which you probably don't have installed. I just tested it out and I'm not even sure what needs to be done anymore to use those fonts - even xfontsel is failing to start up on my arch system. If you can run xfontsel, and get an XFLD for a font you have installed, you can put that into config.h for the font and you should get by this error. But there will likely be other errors after that.
Last edited by Trilby (2020-10-16 23:24:00)
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Hey, thanks so much for responding! I really appreciate it.
I'm ok with letting it die if it was too much of a test of concept anyways. I'll have to look into Wayland and any other similar projects if they exist, and perhaps eventually i'll have to give it a try of my own.
Thanks again, seeya
Offline