Solved Stripped package functionally
-
- Black ninja
- Posts: 37
- Joined: 08 Dec 2011, 19:28
- Location: USA
Solved Stripped package functionally
I have been working on a cinnamon 2.0 module for Porteus which is in early development. I was having trouble getting the calendar applet working due to UPowerGlib missing which was remedied by installing the upower slackware package. My question is what other packages may have been stripped of functionally to save space in porteus that I might require in cinnamon 2.0?
Last edited by jmhoward56 on 06 Jun 2015, 18:11, edited 1 time in total.
- fanthom
- Moderator Team
- Posts: 5588
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
- Contact:
Re: FAA Stripped package functionally
every package marked as 'ftm' or 'jay' in the package name (like: mesa-10.3.3-i486-1ftm) was recompiled by us so can be at never/lower version than slackware or have extended/limited functionality.
hard to say whats stripped as package compiles against libs which are present in the system (if Gnome is not present during compilation then its support will be excluded).
hard to say whats stripped as package compiles against libs which are present in the system (if Gnome is not present during compilation then its support will be excluded).
Please add [Solved] to your thread title if the solution was found.
-
- Black ninja
- Posts: 37
- Joined: 08 Dec 2011, 19:28
- Location: USA
Re: Solved FAA Stripped package functionally
Thanks, sort of what I figured. I had to add the gtk3 headers to get something to compile earlier. I was trying to be lazy in hopes someone might know/remember what was removed.