You are not logged in.
i still have not figured out why the download is not working sometimes,
maybe i should upload somewhere else, but at the moment i am not sure where
i wish i had fast internet so i could just seed a torrent all the time
yeah,
I still haven't succeed to download the 12 image..
I have being retrying, eventually I will succeed..
probably they limit the size possible to download to 100-120mb... the image has more than 2 GB
Best Regards,
tux
Offline
Just upladed Version 2021_01,
from now on there wont be montly updates anymore,
i think there is not much left to do and i am pretty happy with it as it is now.
Programms from other places than the Devuan repo can be updated with the 'update_all' alias.
(Palemoon, Qutebrowser, Icecat, Shotcut, Deadbeef, youtube-dl)
And the programms that i compiled from source like JWM and BSPWM have been rebuilt with the latest git version, so they are good to go for the next time.
There will only new releases when the next version of Devuan is released, or if someone finds a bug in the installer script
or maybe if gnu hurd 1.0 will ever be reality
Offline
How did you make jwm work like that? How much CPU usage does that use? And could you make a git page with the source code?
This looks awesome, seriously!
Black Lives Matter! I am white, but I prefer equality over hatred.
Haughtiness comes before a fall, pride before destruction.
Peace be with you!
Offline
How did you make jwm work like that?
the font is called 'bebas-neue'
sudo apt install fonts-bebas-neue
for more information, checkout .config/jwm
How much CPU usage does that use?
according to htop it uses 0.0%
the whole system with nothing other open but htop bounces between 1-2% cpu usage and 180-190M ram
since that is in percent, i should mention that this data refers to a 10 year old Thinkpad X201
And could you make a git page with the source code?
okay, im not a big fan of git, but here you go
https://gitlab.com/_alphalpha_/dotfiles
still have not figured out how exactly everything works, but the jwm files are there
i am not sure if it is necessary, but to make sure jwm loads the correct config,
the line where jwm gets started in your .xinitrc should look like this
exec jwm -f $HOME/.config/jwm/jwmrc
also notice that .config/jwm/theme is a symlink to one of the files in .config/jwm/themes/
dont know how git handles symlinks, but in case that does not work, try
ln -s .config/jwm/themes/protogrey .config/jwm/theme
make sure to have a read of .config/jwm/autostart.sh and adjust it to your needs
and to make your wallpaper load, check .config/jwm/wallpaper
you maybe want to change 'xwallpaper --zoom .local/wallpaper.png' to 'nitrogen --restore' or whatever wallpaper setter you use
Offline
since i announced that there wont be frequently new releaes
anyone who actually uses this, could add my gitlab to the newsbeuter rss reader to still get updates on scripts and stuff
https://gitlab.com/_alphalpha_/dotfiles.atom
Offline
Thanks to Leonard's recommendation on SourceForge, I downloaded Michaels-Devuan-Edition-2021_02.iso quite easily and installed it to my hard drive. I gave up trying to change a user name during the install. So I' m running as michael now. I'm only interested in the jwm section. I only use jwm now. WOW! Such easy customization. And all those unknown to me programs to explore! Plus you went to all the trouble of including all those icons. I orinarily run jwm via an Alt-F2 keyed to grun. But with this one I'll be trying all the menu offerings.
2 comments: your update_all is not on this .iso. Also since I need subdirectory tab expansion I dumped the the zsh and change the passwd to /bin/bash. also I use an .xsessionrc file to get my accented and non-accented us layouts anyway... though the "Z" and "Y" switch caught me at first
Perhaps because of that $TERMINAL is NOT set so nnn, nano, ranger won't run off the menu. I just did a 46 items replaceall '$TERMINAL' 'rxvt-unicode' in jwm/menu and it's fine now.
Thanks for a great Devuan derivative.
When I get through trying all the programs, I plan write a little blurb on the multiple 'onroots' and what they do. Not sure where to share it though.
Registered Linux User #305687 (AntiX runit jwm, Michaels-Duvuan jwm, Crowz JWM, Sparky Testing JWM, Void jwm)
i5 8GB RAM & 3 HD + Thinkpad &61 w/ 4GB RAM
Online
Just
uploaded version 2021_03
if anyone uses an older version, i recommend to get this new one
Fixed a bug in the installer in case the username is changed, now all references in ~ and symlinks will be changed to the new name
enhaced the update scripts
qutebrowser and palemoon now run correctly in firejail
new programms like a gui calendar, pdf-metadata-editor, gemeni browser and more
recompiled some programs to the latest version
polybar now has some clicky action
general updates
new scripts
and more
known issues:
when changing the usersame in the installation, qutebrowser will fail to start
to fix this run 'update_qutebrowser --reinstall' in a terminal
i also tested it on the new machine of my brother which is a ryzen something processor and noticed that the X server will not start
i dont know what causes this and i dont have a fix for this now
personally i only run decade old hardware and never had this problem
if anyone knows why, please contact me
@LarryDC
Thanky Larry,
update_all is now working in the new version and the chage username option is also working correctly, i tested it last night
and zsh tab completion is working for me, dont know why it was not working for you
if you still have any of this problems in the new version, please let me know
Offline
Thanks, Michael
I'm grandbaby sitting at the moment and sending this from my phone.
As soon as she naps, I'll dowload the newer iso and install it.
Larry
Registered Linux User #305687 (AntiX runit jwm, Michaels-Duvuan jwm, Crowz JWM, Sparky Testing JWM, Void jwm)
i5 8GB RAM & 3 HD + Thinkpad &61 w/ 4GB RAM
Online
Hey Larry if you change to bash again,
maybe you should do something like
cat .config/zsh/aliases >> ~/.bashrc
cat .config/zsh/functions/update_all.zsh >> ~/.bashrc
maybe check .config/zsh/functions if there is anything else interesting
Greetings
Edit:
and make sure bashrc has this
scriptdir="$HOME/.local/Scripts"
Last edited by alphalpha (Yesterday 15:49:12)
Offline