You are not logged in.
sorry but this thread has less substance than my breakfast that i did not have
why is wayland bad and what is the problem with gtk3?
dont get me wrong, i would prefer if everything would work with motif and xenocara, but i understand the drama
wow this took waaay longer than i planned
but it is finally here: Forge v2023-11
this may very well be the final version
i definetly need a break from this project
and i dont know when or if i will return
with that out of the way, here are the news:
boot time reduced by 10%
improved user friendliness
files on the desktop (jwm)
more from the good things
less bad things
all new and shiny
overall smoothness increased by 200%
hotness also increased by a factor of 10
the price stayed the same
since dbus is now dependency-chained to xorg, i had to pin seatd to chimaera
as always this is experimental software, i am not a porfessional, use at you own risk
but i think it works pretty well on 10 year old hardware
you can copy the whole disc and then shrink the qcow
https://www.appimagehub.com/p/1855605
the final nail in microsofts coffin
guess whos back
this is not your personal blog
how this thread is still up is beyond me
the only way, the internet goes poof is when there is a power outage
no low-level tools will help you in that case
Now this is not a fix for the cause, but it could fix the fan problem if it is an option for you...
I once had a problem with a pc that the cpu fan would always run at 100% speed,
this was a problem with coreboot and had nothing to do with linux or the system time,
but i could fix the fan issue with a cheap fan controller board that measures temperatur and powers the fan, independent from the system.
Its not pretty, it does not fix the cause, but the fan works how it should.
There is no complete list of changes, but here are the highlights:
alacritty replaced urxvt
lossless-cut replaced vidcutter
antimicrox replaced qjoypad
yt-dlp replaced youtube-dl
magnifiqus replaced xzoom
qps is the default task manager again
new emulators: visualboyadvance-m, bsnes and bsnes-plus
Cardinal as new virtual modular synthesizer lv2-plugin
there was a bug in the installer that got fixed
/usr/local/bin/datetime.sh now has a '--auto' option, to automatically set the system time
some scripts in the jwm menu got fixed and i added new ones (set date format, change conky color and toggle to maximize all windows)
syslinux bootloader now looks for the symlink /boot/vmlinuz, it will update automatically when a new kernel is installed (/etc/kernel/postinst.d/yy-bootlink)
OBS will now start, if your pc does not support GLSL >3.3
other new applications are zbarcam-qt to scan qr-codes and crazydiskinfo to check s.m.a.r.t parameters
qutebrowser will delete .local/share/qutebrowser/webengine before it starts, this prevents a rare case where it will always freeze
conky will now only show battery and wifi info, if those are present on your system
more changes can be seen here https://gitlab.com/_alphalpha_/forge-do … cd98499bd1
if you are using jwm, there is a theme option in the right-click menu
if you do mean the darkpurple/orange theme, that is still there
or do you mean the terminal theme?
i am not really shure which theme yoou want
i did change the qt theme from yaru to adapta, because yaru looked different in chimaera
the gtk theme has always been snowblind-sunset
if you can tell me exactly what you are looking for or have a screenshot, i will see what i can do
why not use the standard kernel?
sudo apt install -t chimaera linux-image-amd64
@devujuanaluvver
Sorry i cannot reply to your emails
I'm sorry to have to inform you that your message could not
be delivered to one or more recipients. It's attached below.For further assistance, please send mail to postmaster.
If you do so, please include this problem report. You can
delete your own text from the attached returned message.The mail system
The old isos are no longer available,
Forge is basically the same, but upgraded to chimaera and with improvements on the installer and other scripts
if you are looking for a specific script or config file, you can find them here on gitlab
In this guide, I want to show how to manually setup your wireless lan connection, so your laptor automatically connects to the network nearby.
If you are using the network-manager service, you don't need any of this.
1 - make sure '/etc/network/interfaces' contains the following lines, where wlan0 in this case is the name of the network adapter
iface default inet dhcp
allow-hotplug wlan0
iface wlan0 inet manual
wpa-roam /etc/wpa_supplicant.conf
2 - if you don't have '/etc/wpa_supplicant.conf ', create it and make sure only root can acces it because it will contain your passwords
sudo touch /etc/wpa_supplicant.conf
sudo chown root:root /etc/wpa_supplicant.conf
sudo chmod 600 /etc/wpa_supplicant.conf
3 - to get the stanza's for your network, copy the output of the following command to /etc/wpa_supplicant.conf
wpa_passphrase 'YOUR ACCESSPOINT' 'YOUR PASSWORD'
Here is an example how /etc/wpa_supplicant.conf should look.
For networks that use the same ESSID, add the mac address and optional a priority.
# for documentation see:
# less /usr/share/doc/wpasupplicant/examples/wpa-roam.conf
# zless /usr/share/doc/wpasupplicant/README.Debian.gz
# zless /usr/share/doc/wpa_supplicant/README.modes.gz
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=netdev
#ap_scan=1
update_config=1
# Home
network={
bssid=AA:AA:AA:AA:AA:AA
ssid="Foo"
#psk="12345678"
psk=15af1abdaa5ea8efaa1d28551496c934f5e7183f426b444dd1c33d679501cb11
priority=7
}
# Upstairs
network={
bssid=BB:BB:BB:BB:BB:BB
ssid="Foo"
#psk="88888888"
psk=02dee96ae4492999724eb74f23bacac61a111f5a7f53c89bd83eba764a5d904f
priority=5
}
# Office
network={
ssid="Office"
#psk="88888888"
psk=166f4b50fafb6cb5c63e5ebf9b35b2171da85f7c554e787c10fef654abba3a16
}
apt show qtsystems5-dev
Package: qtsystems5-dev
Version: 5.0~git20181230.e3332ee3-4+b3
Priority: optional
Section: libdevel
Source: qtsystems-opensource-src (5.0~git20181230.e3332ee3-4)
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Installed-Size: 265 kB
Depends: libqt5publishsubscribe5 (= 5.0~git20181230.e3332ee3-4+b3), libqt5serviceframework5 (= 5.0~git20181230.e3332ee3-4+b3), libqt5systeminfo5 (= 5.0~git20181230.e3332ee3-4+b3), qtbase5-dev
Homepage: https://www.qt.io/developers
Tag: devel::library, role::devel-lib
Download-Size: 50.6 kB
APT-Sources: https://ftp.fau.de/devuan/merged chimaera/main amd64 Packages
i have it on chimaera
maybe you have to enable backports
You could use a mini pci-e to usb card, if you have a free slot
There are also cards that can take two micro sd cards
i have some disc shaped magnets here
DEB packages of version 78.15.0 are available at:
http://packages.gnuinos.org/gnuinos/pool/main/i/icecat/
I announced them yesterday night in the irc channel. It looks good in chimaera:
is this a fork of icecat?
according to https://www.gnu.org/software/gnuzilla/, the last version is 60.7.0 and was realeased june 2019
https://ftpmirror.gnu.org/gnuzilla/60.7.0/
The hard way:
Make a live-CD with live-sdk by fsmithred
The easy way:
sudo refractasnapshot-gui
click on Help if you need insturctions or just select the first option and give it a try
make sure you have enough free space: if your system is 20GB in size you need another 20GB for the copy + a few gigs for the squash and the iso file
Check your bios options, sometimes there is an option to set numlock at boot.
There are multiple lines where you can set the font in .jwmrc
<!-- ┏┳┓┏━╸┏┓╻╻ ╻ ┏━┓╺┳╸╻ ╻╻ ┏━╸ -->
<!-- ┃┃┃┣╸ ┃┗┫┃ ┃ ┗━┓ ┃ ┗┳┛┃ ┣╸ -->
<!-- ╹ ╹┗━╸╹ ╹┗━┛ ┗━┛ ╹ ╹ ┗━╸┗━╸ -->
<MenuStyle>
<Font>Inconsolata-16:antialias=true:encoding=utf8</Font>
<Foreground>#ffffff</Foreground>
<Background>#2b2c2b</Background>
<Outline>#2b2c2b</Outline>
<Active>
<Foreground>#2b2c2b</Foreground>
<Background>#dc6434</Background>
</Active>
</MenuStyle>
<!-- ╻ ╻╻┏┓╻╺┳┓┏━┓╻ ╻ ┏━┓╺┳╸╻ ╻╻ ┏━╸ -->
<!-- ┃╻┃┃┃┗┫ ┃┃┃ ┃┃╻┃ ┗━┓ ┃ ┗┳┛┃ ┣╸ -->
<!-- ┗┻┛╹╹ ╹╺┻┛┗━┛┗┻┛ ┗━┛ ╹ ╹ ┗━╸┗━╸ -->
<WindowStyle decorations="flat">
<Font align="center">Dejavu-11:antialias=true:encoding=utf8</Font>
<Width>2</Width>
<Height>19</Height>
<Corner>2</Corner>
<Foreground>#030303</Foreground>
<Background>#dc6434</Background>
<Outline>#2b2c2b</Outline>
<Opacity>1</Opacity>
<Active>
<Foreground>#030303</Foreground>
<Background>#feee92</Background>
<Outline>#2b2c2b</Outline>
</Active>
</WindowStyle>
<!-- ┏┓ ┏━┓┏━┓ ┏━┓╺┳╸╻ ╻╻ ┏━╸ -->
<!-- ┣┻┓┣━┫┣┳┛ ┗━┓ ┃ ┗┳┛┃ ┣╸ -->
<!-- ┗━┛╹ ╹╹┗╸ ┗━┛ ╹ ╹ ┗━╸┗━╸ -->
<TrayStyle decorations="flat">
<Font>Inconsolata-11:antialias=true:encoding=utf8</Font>
<Background>#333333</Background>
<Foreground>#aaaaaa</Foreground>
<Outline>#333333</Outline>
<Active>
<Foreground>#333333</Foreground>
<Background>#feee92</Background>
</Active>
</TrayStyle>
<PagerStyle>
<Font>Dejavu-8:antialias=true:encoding=utf8</Font>
<Outline>#454947</Outline>
<Text>#ffffff</Text>
<Foreground>#454947</Foreground>
<Background>#565656</Background>
<Active>
<Foreground>#454947</Foreground>
<Background>#dc6434</Background>
</Active>
</PagerStyle>
<ClockStyle>
<Font>Dejavu-11:weight=demibold:antialias=true:encoding=utf8</Font>
</ClockStyle>
<PopupStyle>
<Font>Dejavu-10:antialias=true:encoding=utf8</Font>
<Outline>#323232</Outline>
<Foreground>#ffffff</Foreground>
<Background>#323232</Background>
</PopupStyle>
if nothing changes there is probably a syntax error somewhere
Some observations:
1 - The wallpaper.sh script seems to have an error:
line 2 :
LINK="$HOME/.local/wallpaper"should be:
LINK="$HOME/.local/wallpaper.png"2 - update_qutebrowser.sh no longer finds LATEST_VERSION
My kludge is to insert the following as line 22:
LATEST_VERSION="v2.4.0"
Hi Larry,
thanks for helping to improve this project.
The file extiension for the wallpaper was dropped on purpose, when i made the new gui wallpaper chooser ( themes > wallpaper > select wallpaper )
but i see that i forgot to change that in the "old" way.
This command should fix it for now:
sed -i 's:WP=".local/wallpaper.png":WP=".local/wallpaper":' ~/.config/jwm/dynamic/wallpaper.sh
You should try the gui wallpaper changer if you have not discovered it yet, its way more elegant
I noticed the qutebrowser update problem too (and the one for shotcut), on monday i did upload a new iso where this is fixed
but no need to reinstall the whole thing, i uploaded all relevant scripts on gitlab just now.
Actually i did update more of the scripts so the best thing would be to just copy the .local/Script directory and overwrite everthing that has changed
git clone https://gitlab.com/_alphalpha_/forge-dotfiles.git
cp -R forge-dotfiles/.local/Scripts/* .local/Scripts
In the beowulf release this would be done automatically with 'update_all' but i decided to drop that feature.
From now on you will be able to see new gitlab commits in newsbeuter (super + , )
the rss feed should already be there, you can refresh the list with 'r'
Edit: also to get the calendar working, create .config/kalendar directory
please can you clone goodlifelinux? it was so lightweight and it only had a few programs installed by default
Sorry i am not going to clone a distro that i never heard of, and lightweight in terms of disk usage is not my motto
you can easily make your own devuan iso with refractasnapshot
I was never able to get wifi or wired working with all the derivatives on here, I know you guys don't spoonfeed newbies but jessie has been archived for a while
if you post some more details about that on irc or in the forum, i am pretty sure someone will help you
Hey Larry i am glad that you like it
I'm going to try and stick to your zsh since you've got so much added to it.
If you would rather use bash, you could just try chsh to bash, i have not tested this very well but the files that get sourced by zsh, also get sourced by .bashrc
and all scripts use sh anyway, so it should be mostly the same in theory, i just prefer the zsh's tab-complete.
As an aside: Is there any way of getting a small donation to you? Or do I have to wait until you visit the Boston area And I can take you out to dinner?
Thanks, i dont take donations, but if you would throw a fiver or something to someone who really needs it, that would be awesome.
Sadly i dont think i will be around Boston in the near or later future, but i will message you in that case
Let me know if there are any issues.
I personally have encountered 2 problems, that we could discuss here
I guess since this is not mentioned elsewhere i throw it in here
1) Scanning for wifi networks with Ceni now takes ages, it used to be a few seconds
i dont have a solution for this, but i also added setnet to the iso
2) i have one machine where i needed to manually setup the graphics driver in xorg.conf because it would not use the correct one although it is installed
but that machine is a strange beast anyway, it works great on all my thinkpads and my desktop
PS: Thanks to the person behind JWM-Kit! i forked you wallpaper tool and i love it
PPS: And also thanks to fsmithred for refracta and also to the whole Devuan team!
The project continues now under a new name:
https://dev1galaxy.org/viewtopic.php?pid=32180#p32180
Chimeara Iso will be uploaded today!