Need Nemo filemanager to test in LXDE

If you are looking for a specific 64-bit package and you can't find it in any of the 64-bit repos, please post a request for it here
Testuser
Samurai
Samurai
Posts: 137
Joined: 26 May 2021, 15:11
Distribution: Porteus-v5.0-64-LXDE

Need Nemo filemanager to test in LXDE

Post#1 by Testuser » 05 Oct 2022, 13:41

Not able to fine Nemo file manager package via getpkg, slackyd, or pmod. Gslapt (By the way it only has Salix repository added) also not showing this package.

Nemo is available in slackware repo.

https://slackware.pkgs.org/14.2/cinnamo ... b.txz.html

How can I get it installed with all the dependencies. :%)

How can I add custom repositories to getpkg/slackpkg/pmod?

For me this is the status :unknown:
guest@porteus:~$ pkginfo -w slackpkg

Package: slackpkg+-1.8.0-noarch-3mt
located in Module: 001-core.xzm

guest@porteus:~$ slackpkg
bash: slackpkg: command not found
guest@porteus:~$


Thanks.

beny
Full of knowledge
Full of knowledge
Posts: 2086
Joined: 02 Jan 2011, 11:33
Location: italy

Need Nemo filemanager to test in LXDE

Post#2 by beny » 05 Oct 2022, 21:03

hi take a look at this link:https://slakfinder.org/index.php?act=se ... e=#results
you can add this line to the slapt-getrc SOURCE=https://slackware.uk/csb/15.0/x86_64/ refresh upgrade,in this way you can use all the csb repository with nemo i think you need deps to add:
/libgnomekbd-3.26.1-x86_64-1_csb.xzm
/nemo-5.2.3-x86_64-1_csb.xzm
/xapp-2.2.4-x86_64-1_csb.xzm
cinnamon-desktop-5.2.0-x86_64-1_csb.xzm

Testuser
Samurai
Samurai
Posts: 137
Joined: 26 May 2021, 15:11
Distribution: Porteus-v5.0-64-LXDE

Need Nemo filemanager to test in LXDE

Post#3 by Testuser » 10 Oct 2022, 15:18

Thanks much Beny :)

This helpded very much.

You are marvelous :worship:

Now moved from PcmanFM to Nemo file manager. :celebrate3: since it has lot of other options.

The deps you mentioned were exactly I needed.

How easily did you know or how will you find what deps are needed for a package ? :no:

beny
Full of knowledge
Full of knowledge
Posts: 2086
Joined: 02 Jan 2011, 11:33
Location: italy

Need Nemo filemanager to test in LXDE

Post#4 by beny » 10 Oct 2022, 16:51

hi glad that work,the cbs repository is only for the cinnamon desktop and you can add if you wish to slap-getrc in /etc directory, if you use getmod the slapt-get wrapper with salix repository you can download also the deps for a package.

rych
Warlord
Warlord
Posts: 622
Joined: 04 Jan 2014, 04:27
Distribution: Porteus 5.0 x64 OpenBox
Location: NZ
Contact:

Need Nemo filemanager to test in LXDE

Post#5 by rych » 11 Oct 2022, 08:02

Well, could someone share the Nemo xzm? I almost succeeded per beny's suggestions but getmod (or pmod) can't find the last dependency:

Code: Select all

root@porteus:~# getmod -s gnomekbd
root@porteus:~# getmod -s libgnomekbd
root@porteus:~# getmod -s libgnomekbdui
root@porteus:~# getmod -s gnome-kbd
Ok, had to manually download and convert libgnomekbd-3.26.1-x86_64-1_csb.txz from slakfinder.org -- strange getmod couldn't find that particular one?!
Anyway, I now have Nemo, thanks.
To turn off the elevated privileges banner:

Code: Select all

gsettings set org.nemo.preferences show-root-warning false

ronriel
White ninja
White ninja
Posts: 22
Joined: 21 Sep 2021, 08:27
Distribution: Puppy Linux, Porteus, MxLinux

Need Nemo filemanager to test in LXDE

Post#6 by ronriel » 01 Mar 2023, 15:14

Could someone share the Nemo xzm?

beny
Full of knowledge
Full of knowledge
Posts: 2086
Joined: 02 Jan 2011, 11:33
Location: italy

Need Nemo filemanager to test in LXDE

Post#7 by beny » 01 Mar 2023, 23:35

hi ronriel you can grab all the packages from this link:https://slackware.uk/csb/15.0/x86_64/ you have to convert using txz2xzm
/xapp-2.2.4-x86_64-1_csb.xzm
/nemo-5.2.3-x86_64-1_csb.xzm
/libgnomekbd-3.26.1-x86_64-1_csb.xzm
/cinnamon-desktop-5.2.0-x86_64-1_csb.xzm

Rapha_
Shogun
Shogun
Posts: 238
Joined: 12 Jun 2021, 21:59
Distribution: Xfce 4.12 - 5.rc3 - x86_64
Location: France

Need Nemo filemanager to test in LXDE

Post#8 by Rapha_ » 02 Mar 2023, 17:46

beny wrote:
01 Mar 2023, 23:35
hi ronriel you can grab all the packages from this link:... you have to convert using txz2xzm
/xapp-2.2.4-x86_64-1_csb.xzm
/nemo-5.2.3-x86_64-1_csb.xzm
/libgnomekbd-3.26.1-x86_64-1_csb.xzm
/cinnamon-desktop-5.2.0-x86_64-1_csb.xzm
Thanks beny !

Ok, It works perfect with Xfce--Mate--Openbox--Gnome for Porteus_5.0_x86_64

But for Lxde & Lxqt you need also libxklavier :
http://ftp.osuosl.org/pub/slackware/sla ... kware64/l/

(not tested on Kde)

  • After to make only 1 module *.xzm :
donald wrote:
30 Aug 2021, 16:55
How to merge existing *.xzm files (modules) -- done in /tmp

mkdir /tmp/merge /tmp/bundle
cp /home/guest/Downloads/*.xzm /tmp/merge/

su to root
for a in /tmp/merge/*.xzm; do xzm2dir $a /tmp/bundle; done
dir2xzm /tmp/bundle /tmp/app-name-bundle.xzm

-- the bundle is ready and you can now delete the temporary used folders --

  • Useful also, for langage local setting, you need to extract [YOUR_LANGAGE]-cinnamon_locales.xzm from Porteus mirror :
    http://porteus.org/porteus-mirrors.html

    ( /porteus/x86_64/Porteus-v5.0/language/ )

    And add from .../usr/share/locale/.../LC_MESSAGES/nemo.mo & nemo-extensions.mo
    to /tmp/merge/usr/share/locale/...

    (before to compile last module)

ronriel
White ninja
White ninja
Posts: 22
Joined: 21 Sep 2021, 08:27
Distribution: Puppy Linux, Porteus, MxLinux

Need Nemo filemanager to test in LXDE

Post#9 by ronriel » 03 Mar 2023, 11:47

Thanks beny & Rapha_. I successfully created the module.

Post Reply