You are not logged in.
Pages: 1
Hey all,
I am happy to announce the 1.0 release of Michaels Devuan Edition,
it is based on the Refracta no dbus iso, so it uses beowulf and is kind of experimental.
After the boot procedure you can choose between i3 and JWM window mangers.
I forked refracta-installer and refracta-snapshot to include some new features.
You can find the ISO and some screenshots over here
cat README.txt
Welcome to Michaels Devuan Edition!
Default Login: michael:root , root:root
----------------------------------------------------------------------
I. What is Michaels Devuan Edidion?
II. Installation
III. Getting Started
----------------------------------------------------------------------
I. What is Michaels Devuan Edidion?
It is a Devuan snapshot which comes with pre-configured i3 and JWM
window mangers. It includes a selection of my favorite application
and my personal configurations (dotfiles). It also includes some
applications that are not available in the Devuan repositories,
namely: AZpainter, Easypaint, FocusWriter, Heimer, Xwallpaper,
TrueCrypt and VeraCrypt. In addition to that there are some custom
shell scripts in '~/Scripts' and '/usr/local/bin' to make life
a little easier.
I forked Refracta-Installer and Refracta-Snapshot to give it a new
interface and new features (eg. TrueCrypt/VeraCrypt support,
support for Syslinux and various other options).
The ISO is based on Refracta-Experimental(no dbus), so by default,
there is no dbus and no pulseaudio. If you want to install dbus or
any programm that depends on dbus you would have to remove
'/etc/apt/preferences.d/nodbus'.
I should also mention that it uses the beowulf release.
----------------------------------------------------------------------
II. Installation
Boot the live environment and run 'michaels-installer' to start
my fork of Refracta or just type 'refractainstaller' to start the
traditional Refracta-Installer.
Use michaels-installer at your own risk. It works for fine
for me, but it has not been tested by other people yet.
If you need to install proprietary wifi drivers, you can find them
in '~/firmware.beowulf'. For example to install intel wifi drivers
cd firmware.beowulf; sudo dpkg -i firmware-iwlwifi_20190114-1_all.deb
----------------------------------------------------------------------
III. Getting Started
If you have never used i3, I suggest you watch a video or read some
documentation first (or just use JWM if that is what you want).
Some basic keybidings are:
Superkey+Return to open the rofi application launcher
Superkey+Shift+Return to open a terminal (or Super+X)
Superkey+F to open the pcmanfm file manager
Superkey+E to open featherpad text editor
Superkey+W to launch the links2 web browser
Superkey+F3 to open the i3 config file
Super+Shift+Q to close an open window use
For network managing i use a tool called Ceni (Super+N)
To exit i3 use Super+Ctrl+E or to shutdown Super+Shift+Delete
Offline
Nice work alphalfa, i like jwm wm, so light and configurable. Ill have to give Michael a try. Any reason behind the name or is that your given name?
Offline
Any reason behind the name or is that your given name?
thats my name and my configs, hence the name
Offline
i fixed some minor issues
the patch file can be found at sourceforge or just copy & paste this
cat Patch-1_0_1.sh
#!/bin/sh
# Fix a typo in .zshrc
sed s'/alias palemoon-updateD/alias palemoon-update/' -i ~/.zshrc
# Fix colorsheme for newsbeuter
sed s'/color listnormal_unread default default bold/color listnormal_unread color3 default bold/' -i ~/.config/newsbeuter/config
sed s'/color listfocus_unread default default bold/color listfocus_unread color3 color1 bold/' -i ~/.config/newsbeuter/config
# Fix a broken launcher for pppoeconf
sed s':rxvt-unicode /usr/sbin/pppoeconf:rxvt-unicode -e sudo /usr/sbin/pppoeconf:' -i ~/.config/jwm/menu
sudo sed s':Exec=/usr/sbin/pppoeconf:Exec=sudo /usr/sbin/pppoeconf:' -i /usr/share/applications/pppoeconf.desktop
# Fix iptables in /etc/network/interfaces (move it to the bottom or it wont work)
sudo sed s'/# Iptables//' -i /etc/network/interfaces
sudo sed s'/up iptables-restore < /etc/iptables.conf//' -i /etc/network/interfaces
sudo sed s'/up ip6tables-restore < /etc/iptables.conf//' -i /etc/network/interfaces
sudo tee -a /etc/network/interfaces <<< "# Iptables"
sudo tee -a /etc/network/interfaces <<< "up iptables-restore < /etc/iptables.conf"
sudo tee -a /etc/network/interfaces <<< "up ip6tables-restore < /etc/iptables.conf"
# Add a launcher for wavemon
sudo touch /usr/share/applications/wavemon.desktop
sudo tee -a /usr/share/applications/wavemon.desktop <<< '[Desktop Entry]'
sudo tee -a /usr/share/applications/wavemon.desktop <<< 'Type=Application'
sudo tee -a /usr/share/applications/wavemon.desktop <<< 'Name=Wavemon'
sudo tee -a /usr/share/applications/wavemon.desktop <<< 'Terminal=true'
sudo tee -a /usr/share/applications/wavemon.desktop <<< 'Exec=sudo wavemon'
sudo tee -a /usr/share/applications/wavemon.desktop <<< 'Icon=wavemon'
# Fix and add some icons
sudo cp /usr/share/icons/Numix-Zafiro-Remix/48/apps/gnuradio.svg /usr/share/icons/Numix-Zafiro-Remix/48/apps/gnuradio-grc.svg
sudo rm /usr/share/icons/Numix-Zafiro-Remix/48/apps/gnuradio.svg
sudo rm /usr/share/icons/Numix-Zafiro-Remix/48/apps/smplayer.svg
sudo ln -s /usr/share/icons/Zafiro-Icons-Classic/apps/scalable/application-x-yarock.svg /usr/share/icons/Numix-Zafiro-Remix/48/apps/smplayer.svg
sudo ln -s /usr/share/icons/Numix-Circle/48/apps/sonic-visualiser.svg /usr/share/icons/Numix-Zafiro-Remix/48/apps/gqrx.svg
sudo ln -s /usr/share/icons/Numix-Circle/48/apps/gtkwave.svg /usr/share/icons/Numix-Zafiro-Remix/48/apps/sdrangelove.svg
sudo ln -s /usr/share/icons/Zafiro-Icons-Classic/apps/scalable/openshot.svg /usr/share/icons/Numix-Zafiro-Remix/48/apps/shotcut.svg
sudo ln -s /usr/share/icons/Numix-Circle/48/apps/panel-searchtool.svg /usr/share/icons/Numix-Zafiro-Remix/48/apps/zenmap.svg
sudo ln -s /usr/share/icons/Zafiro-Icons-Classic/apps/scalable/email.svg /usr/share/icons/Numix-Zafiro-Remix/48/apps/email.svg
sudo ln -s /usr/share/icons/Numix-Circle/48/apps/meshlab.svg /usr/share/icons/Numix-Zafiro-Remix/48/apps/ipe.svg
sudo ln -s /usr/share/icons/Numix-Circle/48/apps/distributor-logo-zenwalk.svg /usr/share/icons/Numix-Zafiro-Remix/48/apps/dolphin-emu.svg
sudo ln -s /usr/share/icons/Zafiro-Icons-Classic/apps/scalable/clementine.svg /usr/share/icons/Numix-Zafiro-Remix/48/apps/clementine.svg
sudo ln -s /usr/share/icons/Zafiro-Icons-Classic/apps/scalable/deadbeef.svg /usr/share/icons/Numix-Zafiro-Remix/48/apps/deadbeef.svg
sudo ln -s /usr/share/icons/Numix-Circle/48/apps/obozrenie-short.svg /usr/share/icons/Numix-Zafiro-Remix/48/apps/mixxx.svg
# Set version number to 1.0.1
sudo sed s'/VERSION 1.0/VERSION 1.0.1/' -i /usr/local/bin/welcome_message.sh
Offline
Pages: 1