
Download of plank-xfce4 desktop:
https://www.mediafire.com/?jj9dd8px7m5wq
Download of additional modules or bundles discussed below:
https://www.mediafire.com/?r27whsf5s7m8e
Initialization of pman the module of bundle wrapper and synchronization with the repositories:
Code: Select all
setup-pman
Trying to build on nemesis artix based a simple desktop environment. Here are the packages that I have put together inspired by others:
First bundle:plank desktop
Code: Select all
pman -S plank xcompmgr faenza-icon-theme thunar network-manager-applet leafpad ristretto xarchiver mlocate xorg-xkill gparted
Code: Select all
pman -S opera
Code: Select all
pman -S libreofficestill
Code: Select all
mpv smplayer ffmpeg
Note: browsers from porteus desktop edition seem to work under nemesis (thanks to Ed who had tested it) https://ftp.nluug.nl/os/Linux/distr/por ... 2/modules/
But no garantee.
Third bundle is printing and package management.
Adding printing capabilities http://forum.porteus.org/viewtopic.php?t=6909
Code: Select all
pman -S cups-openrc avahi-openrc simple-scan system-config-printer
Code: Select all
rc-update add avahi-daemon default
rc-service cupsd start
rc-update add cupsd default
This is an example for a brother printer. Other make should be easier to install.
**in development Package management**
Code: Select all
pman -S base-devel.xzm git octopi gksu yaourt
Problem with gdk-pixbuf.
Code: Select all
gdk-pixbuf-query-loaders > /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache
Code: Select all
#To save plank settings:
xfce4-panel &
xcompmgr & #command for compositor
plank & #command for plank dock
Installing applications.
Drag the applications from the /usr/share/applications to the plank dock.
Create a direct link to the /usr/share/applications in the xfce panel which will start thunar at /usr/share/applications giving access to all the .destop files.
Applications opened at bootup.
Then to call packages, insert .desktop files, commands or scripts in the ~/.config/openbox/autostart file or in the /porteus/rootcopy/etc/xdg/openbox/autostart file. As an example:
Code: Select all
/mnt/sda5/desktop_bak/1_bin/benq & #script for dual display
/mnt/sda5/desktop_bak/1_bin/multilingue & #script for multilingual keyboard
/mnt/sda5/desktop_bak/1_bin/time-adjustment-for-poor-battery & #script for time adjustment
opera & #use the command included in the application.desktop file coming from /usr/share/applications/opera.desktop. Open opera.desktop to find the command calling opera
- double click to enable execution of a script http://forum.porteus.org/viewtopic.php?t=7036
Code: Select all
root /mnt/sda5/64_V32/xfce # xfconf-query --channel thunar --property /misc-exec-shell-scripts-by-default --create --type bool --set true
root /mnt/sda5/64_V32/xfce #
https://wiki.archlinux.org/index.php/ni ... _wallpaper
Code: Select all
nitrogen /path-to-wallpapers
Code: Select all
nitrogen /mnt/sda5/desktop_bak/1_bin/
/usr/share/zoneinfo/America/Montreal renamed into /rootcopy/etc/localtime
Missing dependencie mpv
libva
ffmpeg
Missing links
ln -s /usr/lib/libva.so /usr/lib/libva.so.1
ln -s /usr/lib/libva-x11.so /usr/lib/libva-x11.so.1
ln -s /usr/lib/libva-drm.so /usr/lib/libva-drm.so.1
This is a work in progress.