Is there any version of Puppy with XFCE and apt package manager?

New to Puppy and have questions? Start here

Moderator: Forum moderators

Post Reply
PunchyMchurtyfist
Posts: 10
Joined: Sat Nov 12, 2022 8:46 am

Is there any version of Puppy with XFCE and apt package manager?

Post by PunchyMchurtyfist »

Exactly as the subject says, I know there's a lot of forks of puppies out there so I'm just wondering if there's any that already come with xfce and apt or if I can install them and which one would be best for that

geo_c
Posts: 2654
Joined: Fri Jul 31, 2020 3:37 am
Has thanked: 1913 times
Been thanked: 753 times

Re: Is there any version of Puppy with XFCE and apt package manager?

Post by geo_c »

It's hard to keep up. There have been in the past, and I believe @peebee created them.

vanilladpup comes with JWM, but I installed Xfce on it, and it runs well, the menu ends up with a lot of stuff in the "other" category. But vanilladpup comes with synaptic in addition to ppm, not apt. corrected: and apt!.

KLV is a great up and coming distro that is 100% slick Xfce, but it's based on void and comes with xbps package manager.

Last edited by geo_c on Sun Nov 20, 2022 11:34 am, edited 2 times in total.

geo_c
Old School Hipster, and Such

dimkr
Posts: 2122
Joined: Wed Dec 30, 2020 6:14 pm
Has thanked: 42 times
Been thanked: 985 times

Re: Is there any version of Puppy with XFCE and apt package manager?

Post by dimkr »

geo_c wrote: Sun Nov 20, 2022 4:02 am

vanilladpup compes with synaptic in addition to ppm, not apt.

apt and Synaptic, not just Synaptic.

To install Xfce, you need to:

Code: Select all

apt update
apt install -y xfce4
echo xfce4-session > /etc/windowmanager
restartwm

(or, do this slowly using GUI)

User avatar
mikeslr
Posts: 2858
Joined: Mon Jul 13, 2020 11:08 pm
Has thanked: 173 times
Been thanked: 869 times

Re: Is there any version of Puppy with XFCE and apt package manager?

Post by mikeslr »

geo_c wrote: Sun Nov 20, 2022 4:02 am

...
vanilladpup comes with JWM, but I installed Xfce on it, and it runs well, the menu ends up with a lot of stuff in the "other" category....

Have you tried incorporating the packages I published here, viewtopic.php?t=2508. I haven't tested it with recent Puppys, but can't think of any reason it wouldn't 'rationalize' menus under them.

User avatar
rockedge
Site Admin
Posts: 5976
Joined: Mon Dec 02, 2019 1:38 am
Location: Connecticut,U.S.A.
Has thanked: 2204 times
Been thanked: 2280 times
Contact:

Re: Is there any version of Puppy with XFCE and apt package manager?

Post by rockedge »

For XFCE4 the Category= entry in the .dexktop files need to be altered so XFCE4 can organize the menu entry position.

This is also the case in KLV-Airedale where it is important when importing packages from other distro's to modify the .desktop files to include the correct standard.
this entry in xfce4 ends up in the "Applications->Other" category

Code: Select all

[Desktop Entry]
Encoding=UTF-8
Name=PuTTY
Icon=/usr/share/pixmaps/putty48.png
Comment=SSH-Telnet
Exec=putty
Terminal=false
Type=Application
Categories=X-Network-transfer
GenericName=PuTTY

This entry will be in "Applications->Internet"

Code: Select all

[Desktop Entry]
Encoding=UTF-8
Name=PureFTPd FTP server
Icon=/usr/share/pixmaps/puppy/internet_connect_yes.svg
Comment=PureFTPd FTP server
Exec=/usr/local/bin/run-pureftpd
Terminal=false
Type=Application
Categories=Application;Network;
GenericName=PureFTPd FTP server
Post Reply

Return to “Beginners Help”