Nemesis Mate

Arch based Porteus community project

Moderator: M. Eerie

User avatar
Blaze
DEV Team
DEV Team
Posts: 3869
Joined: 28 Dec 2010, 11:31
Distribution: ⟰ Porteus current ☯ all DEs ☯
Location: ☭ Russian Federation, Lipetsk region, Dankov
Contact:

Re: Nemesis Mate

Post#46 by Blaze » 24 Dec 2016, 09:13

ncmprhnsbl wrote:unless this doesnt work and thers something else somewhere that uses the --force option?
I remember --force option from Slackware. More info here
If I use Russian localization without --force option, the Desktop folder is stay with name Desktop (not Рабочий стол)
If I use Russian localization with --force option, all ok - I have the name Рабочий стол (not Desktop)
Linux 6.6.11-porteus #1 SMP PREEMPT_DYNAMIC Sun Jan 14 12:07:37 MSK 2024 x86_64 Intel(R) Xeon(R) CPU E3-1270 v6 @ 3.80GHz GenuineIntel GNU/Linux
MS-7A12 » [AMD/ATI] Navi 23 [Radeon RX 6600] [1002:73ff] (rev c7) » Vengeance LPX 16GB DDR4 K2 3200MHz C16

Jack
Contributor
Contributor
Posts: 1857
Joined: 09 Aug 2013, 14:25
Distribution: Porteus and Nemesis
Location: USA

Re: Nemesis Mate

Post#47 by Jack » 24 Dec 2016, 17:26

I was checking my build out and I found something was not working.
Image
In the screen shot. The Control Center in Look and Feel the Main Menu is not working. Is there or is there something missing from making it working or opening up? If there someone using Nemesis Mate could you try it to see?

I know in Porteus Mate it works because I try it.
I just like Slackware because I think it teach you about Linux to build packages where Ubuntu is like Windows you just install programs you want.

Jack
Contributor
Contributor
Posts: 1857
Joined: 09 Aug 2013, 14:25
Distribution: Porteus and Nemesis
Location: USA

Re: Nemesis Mate

Post#48 by Jack » 25 Dec 2016, 19:16

How can I get Spell checker to work? I have these installed.

Code: Select all

aspell
aspell-en
hspell
hunspell
In Pluma text editor it works if you turn it on each time you run it but I wish it would stay activate all the time.

In Firefox it has a check mark to check for spelling but it don't check the spelling.

In Liberaoffice it has a check mark to check for spelling but it don't check the spelling.

There could be other program that needs a spell checker but not sure.

How can I make them check the spelling?
I just like Slackware because I think it teach you about Linux to build packages where Ubuntu is like Windows you just install programs you want.

User avatar
francois
Contributor
Contributor
Posts: 6434
Joined: 28 Dec 2010, 14:25
Distribution: xfce plank porteus nemesis
Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.

Re: Nemesis Mate

Post#49 by francois » 25 Dec 2016, 22:25

Prendre son temps, profiter de celui qui passe.

User avatar
francois
Contributor
Contributor
Posts: 6434
Joined: 28 Dec 2010, 14:25
Distribution: xfce plank porteus nemesis
Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.

Nemesis Mate

Post#50 by francois » 25 Sep 2021, 13:00

This is to try to revive jack's version of mate. I hope this helps.
Prendre son temps, profiter de celui qui passe.

User avatar
M. Eerie
Moderator
Moderator
Posts: 619
Joined: 31 Aug 2017, 21:18
Distribution: Nemesis Xfce/MATE x64

Nemesis Mate

Post#51 by M. Eerie » 25 Sep 2021, 20:30

francois wrote:
25 Sep 2021, 13:00
This is to try to revive jack's version of mate
Will look into it, but keep in mind Nemesis is artix (openrc), whereas Archlinux is systemd.

So trying to start Mate session with something like:

Code: Select all

sudo systemctl enable lightdm
won't work...

I think it needs to be started manually. Something like
editing /etc/X11/xinit/xinitrc
and change this:

Code: Select all

exec dbus-launch --exit-with-session /usr/bin/startxfce4
with this:

Code: Select all

exec dbus-launch --exit-with-session mate-session
There's the option to copy the original file to your home and make changes there:

Code: Select all

cp /etc/X11/xinit/xinitrc ~/.xinitrc
and then

Code: Select all

startx
> Does not compute_ 🖖

https://forum.porteus.org/viewtopic.php?p=94310#p94310
https://forum.porteus.org/viewtopic.php?p=84002#p84002
https://forum.porteus.org/viewtopic.php?p=77174#p77174
https://forum.porteus.org/viewtopic.php?f=39&t=8584

User avatar
ncmprhnsbl
DEV Team
DEV Team
Posts: 3924
Joined: 20 Mar 2012, 03:42
Distribution: v5.0-64bit
Location: australia
Contact:

Nemesis Mate

Post#52 by ncmprhnsbl » 25 Sep 2021, 23:13

yeah, what M. Eerie said .. i'll try and simplify the process:
1. extract 003-(lxde or xfce)
2. copy 003-(lxde or xfce)/etc/X11/xinit/xinitrc and 003-(lxde or xfce)/etc/conf.d to your 003-mate
3. edit 003-mate/etc/X11/xinit/xinitrc to exec dbus-launch --exit-with-session mate-session
should just autostart to guest (or root or not autostart if you use the cheatcodes: login=root or nologin)
Forum Rules : https://forum.porteus.org/viewtopic.php?f=35&t=44

User avatar
francois
Contributor
Contributor
Posts: 6434
Joined: 28 Dec 2010, 14:25
Distribution: xfce plank porteus nemesis
Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.

Nemesis Mate

Post#53 by francois » 26 Sep 2021, 01:37

@all:
I think that we never had nemesis systemd. We moved to artix when archlinux became systemd. So the artix version is what we are looking for.

@jack:
artix or archlinux is a rolling distribution. There is no way to work with an old version of one or the other.
Prendre son temps, profiter de celui qui passe.

User avatar
ncmprhnsbl
DEV Team
DEV Team
Posts: 3924
Joined: 20 Mar 2012, 03:42
Distribution: v5.0-64bit
Location: australia
Contact:

Nemesis Mate

Post#54 by ncmprhnsbl » 26 Sep 2021, 02:27

francois wrote:
26 Sep 2021, 01:37
@all:
I think that we never had nemesis systemd. We moved to artix when archlinux became systemd. So the artix version is what we are looking for.
brief history: first version brokenman made was with arch systemd, then he made it using manjaro openrc version(which i continued updating), and when that became unavailable, i moved it to artix(openrc)..
arch had moved to systemd some years before nemesis was born..
Forum Rules : https://forum.porteus.org/viewtopic.php?f=35&t=44

Jack
Contributor
Contributor
Posts: 1857
Joined: 09 Aug 2013, 14:25
Distribution: Porteus and Nemesis
Location: USA

Nemesis Mate

Post#55 by Jack » 26 Sep 2021, 03:47

Right now I don't have any luck with Nemesis. The only one I have luck with is Brokenman version of Lxde 3.5 kernel 4.4.3 I can use it but that about it. I have Slackware modules of Firefox, discord, libreoffice and putty.

Putty is a program that I use to hook up a small computer I built a few years ago. It don't do much but it works. It use Basic programs.
I just like Slackware because I think it teach you about Linux to build packages where Ubuntu is like Windows you just install programs you want.

User avatar
M. Eerie
Moderator
Moderator
Posts: 619
Joined: 31 Aug 2017, 21:18
Distribution: Nemesis Xfce/MATE x64

Nemesis Mate

Post#56 by M. Eerie » 26 Sep 2021, 17:01

Got it working.

Not yet finisht tho.

Some 117Mb...

Image

Image
> Does not compute_ 🖖

https://forum.porteus.org/viewtopic.php?p=94310#p94310
https://forum.porteus.org/viewtopic.php?p=84002#p84002
https://forum.porteus.org/viewtopic.php?p=77174#p77174
https://forum.porteus.org/viewtopic.php?f=39&t=8584

User avatar
M. Eerie
Moderator
Moderator
Posts: 619
Joined: 31 Aug 2017, 21:18
Distribution: Nemesis Xfce/MATE x64

Nemesis Mate

Post#57 by M. Eerie » 26 Sep 2021, 17:11

List of packages:

Code: Select all

accountsservice-0.6.55-3.1
atkmm-2.28.2-2
cairomm-1.14.3-2
caja-1.26.0-1
dunst-1.6.1-2
engrampa-1.26.0-1
exempi-2.5.2-1
gconf-3.2.6+11+g07808097-5
gcr-3.40.0-1
glibmm-2.66.1-2
gnome-keyring-1:40.0-1
gparted-1.3.1-1
gtk-engine-murrine-0.98.2-4
gtk3-1:3.24.30+62+g8d04980f38-2
gtkmm3-3.24.5-2
iso-codes-4.7.0-1
json-glib-1.6.6-1
libappindicator-gtk3-12.10.0.r296-1
libcanberra-0.30+2+gc0620e4-5
libcloudproviders-0.3.1-2
libdbusmenu-glib-16.04.0-4.1
libdbusmenu-gtk3-16.04.0-4.1
libgnome-keyring-3.12.0+13+g4f8ab73-3
libgtop-2.40.0+2+g31db82ef-2
libindicator-gtk3-12.10.1-9.1
libmatekbd-1.26.0-1
libmatemixer-1.26.0-1
libmateweather-1.26.0-1
libnma-1.8.32-1
libnotify-0.7.9-2
libsigc++-2.10.7-2
libxss-1.2.3-3.1
marco-1.26.0-1
mate-calc-1.26.0-1
mate-control-center-1.26.0-1
mate-desktop-1.26.0-1
mate-icon-theme-1.26.0-1
mate-menus-1.26.0-1
mate-notification-daemon-1.26.0-1
mate-panel-1.26.0-3
mate-polkit-1.26.0-1
mate-session-manager-1.26.0-1
mate-settings-daemon-1.26.0-1
mate-themes-3.22.23-1
mate-user-guide-1.26.0-1
network-manager-applet-1.24.0-1
nm-connection-editor-1.24.0-1
pangomm-2.46.1-2
pulseaudio-alsa-1:1.2.5-2.1
rest-0.8.1-3.1
sound-theme-freedesktop-0.8-4
vte3-0.64.2-2
wayland-protocols-1.23-1
webkit2gtk-2.32.4-1
woff2-1.0.2-3.1
xcb-util-xrm-1.3-2.1
xdg-dbus-proxy-0.1.2-3
xdg-user-dirs-gtk-0.10+9+g5b7efc6-3
yad-10.1-1
> Does not compute_ 🖖

https://forum.porteus.org/viewtopic.php?p=94310#p94310
https://forum.porteus.org/viewtopic.php?p=84002#p84002
https://forum.porteus.org/viewtopic.php?p=77174#p77174
https://forum.porteus.org/viewtopic.php?f=39&t=8584

User avatar
M. Eerie
Moderator
Moderator
Posts: 619
Joined: 31 Aug 2017, 21:18
Distribution: Nemesis Xfce/MATE x64

Nemesis Mate

Post#58 by M. Eerie » 26 Sep 2021, 17:13

After boot, marco window manager was not working. I had to add:

Code: Select all

xcb-util-cursor
xcb-util-renderutil
libxpresent
libwnck3
gtk3-layer-shell
and in terminal:

Code: Select all

marco --replace & disown
mate-panel --replace & disown
> Does not compute_ 🖖

https://forum.porteus.org/viewtopic.php?p=94310#p94310
https://forum.porteus.org/viewtopic.php?p=84002#p84002
https://forum.porteus.org/viewtopic.php?p=77174#p77174
https://forum.porteus.org/viewtopic.php?f=39&t=8584

User avatar
M. Eerie
Moderator
Moderator
Posts: 619
Joined: 31 Aug 2017, 21:18
Distribution: Nemesis Xfce/MATE x64

Nemesis Mate

Post#59 by M. Eerie » 27 Sep 2021, 19:45

Stripped down and modded a bit.

Lacks some mimetypes and some other integration, but it feels snappy (I'm running i5 8th. gen intel CPU).

Image

Available here fore (I think) 30 days and 250 downloads.
https://www.swisstransfer.com/d/0f428c5 ... 85ca065b41

Demo video:
Image
> Does not compute_ 🖖

https://forum.porteus.org/viewtopic.php?p=94310#p94310
https://forum.porteus.org/viewtopic.php?p=84002#p84002
https://forum.porteus.org/viewtopic.php?p=77174#p77174
https://forum.porteus.org/viewtopic.php?f=39&t=8584

Jack
Contributor
Contributor
Posts: 1857
Joined: 09 Aug 2013, 14:25
Distribution: Porteus and Nemesis
Location: USA

Nemesis Mate

Post#60 by Jack » 27 Sep 2021, 20:41

M. Eerie wrote:
27 Sep 2021, 19:45
Stripped down and modded a bit.

Lacks some mimetypes and some other integration, but it feels snappy (I'm running i5 8th. gen intel CPU).

Image

Available here fore (I think) 30 days and 250 downloads.
https://www.swisstransfer.com/d/0f428c5 ... 85ca065b41

Demo video:
Image
I downloaded it and only way it try to run was in Always Fresh and I got a error libtracker-sparql-3.0.so.0: I think it might need it or it wouldn't open.
I just like Slackware because I think it teach you about Linux to build packages where Ubuntu is like Windows you just install programs you want.

Post Reply