Tahr NOP 6.0.2
Tahr NOP 6.0.2
Nearly Office Pup is an XFCE based puplet, so called because it is a no frills pup without office apps. The idea being that you install to USB pendrive and add an SFS file of the office package (Libre Office, Softmaker etc).
This NOP is based on Tahr 6.0.2 PAE (kernel 3.14.20) with the new XFCE 4.12 desktop.
Added ffmpeg, mplayer and Pwidgets 2.5.6 but deleted all games, abiword, gnumeric, homebank, notecase, planner, geany, osmo, VLC, gstreamer, Qt, Python & more - but don't worry they can easily be added back to your pup with PPM.
get tahrNOP-2_6.0.2.iso (183 Mb) from http://download.tuxfamily.org/nop - md5sum file also here
Also at the NOP repository are pet packages to more easily add Python and QT back.
or download the iso from https://drive.google.com/file/d/0B6OcGX ... sp=sharing
with md5sum https://drive.google.com/file/d/0B6OcGX ... sp=sharing
Known problems:
XFCE 4.12 is not as stable as the previous 4.10 version. In particular Thunar can crash or pop up an input/output error.
Updated to V2 - 23-3-15:
corrected ffmpegthumbnailer not working, added thunar-volman and whiskermenu, libsensors.
This NOP is based on Tahr 6.0.2 PAE (kernel 3.14.20) with the new XFCE 4.12 desktop.
Added ffmpeg, mplayer and Pwidgets 2.5.6 but deleted all games, abiword, gnumeric, homebank, notecase, planner, geany, osmo, VLC, gstreamer, Qt, Python & more - but don't worry they can easily be added back to your pup with PPM.
get tahrNOP-2_6.0.2.iso (183 Mb) from http://download.tuxfamily.org/nop - md5sum file also here
Also at the NOP repository are pet packages to more easily add Python and QT back.
or download the iso from https://drive.google.com/file/d/0B6OcGX ... sp=sharing
with md5sum https://drive.google.com/file/d/0B6OcGX ... sp=sharing
Known problems:
XFCE 4.12 is not as stable as the previous 4.10 version. In particular Thunar can crash or pop up an input/output error.
Updated to V2 - 23-3-15:
corrected ffmpegthumbnailer not working, added thunar-volman and whiskermenu, libsensors.
- Attachments
-
- Screenshot.png
- (152.81 KiB) Downloaded 4925 times
Last edited by gray on Mon 23 Mar 2015, 08:30, edited 3 times in total.
Re: Tahr NOP 6.0.2
I'm excited to try your latest creation. No doubt it's an excellent one. Your NOPs introduced me to xfce on puppy, since then I have been hooked to this DE! Thanks.gray wrote:Nearly Office Pup is an XFCE based puplet, so called because it is a no frills pup without office apps. The idea being that you install to USB pendrive and add an SFS file of the office package (Libre Office, Softmaker etc).
This NOP is based on Tahr 6.0.2 PAE (kernel 3.14.20) with the new XFCE 4.12 desktop.
Added ffmpeg, mplayer and Pwidgets 2.5.6 but deleted all games, abiword, gnumeric, homebank, notecase, planner, geany, osmo, VLC, gstreamer & more - but don't worry they can easily be added back to your pup with PPM.
-
- Posts: 43
- Joined: Tue 12 Feb 2013, 03:36
There appears to be a bug or something missing as svg wrapper don't work, this may be a problem with the Tahr pup 6.0.2 which I don't have installed to confirm.
Should be able to wrap an image and display it with this code saved as a .svg
Works fine in other pups that I've tried.
Should be able to wrap an image and display it with this code saved as a .svg
Code: Select all
<svg xmlns="http://www.w3.org/2000/svg" height="100%" preserveAspectRatio="xMidYMin slice" version="1.1" viewBox="0 0 640 480" width="100%" xmlns:xlink="http://www.w3.org/1999/xlink">
<image height="480" width="640" xlink:href="/PATH/TO/640x480.jpg"></image>
</svg>
[b]Carolina:[/b] [url=http://smokey01.com/carolina/pages/recent-repo.html]Recent Repository Additions[/url]
[img]https://dl.dropboxusercontent.com/s/ahfade8q4def1lq/signbot.gif[/img]
[img]https://dl.dropboxusercontent.com/s/ahfade8q4def1lq/signbot.gif[/img]
hi geoffrey,Geoffrey wrote:There appears to be a bug or something missing as svg wrapper don't work, this may be a problem with the Tahr pup 6.0.2 which I don't have installed to confirm.
Should be able to wrap an image and display it with this code saved as a .svgWorks fine in other pups that I've tried.Code: Select all
<svg xmlns="http://www.w3.org/2000/svg" height="100%" preserveAspectRatio="xMidYMin slice" version="1.1" viewBox="0 0 640 480" width="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <image height="480" width="640" xlink:href="/PATH/TO/640x480.jpg"></image> </svg>
if you add this to the start does it work as you expect?
Code: Select all
<?xml version="1.1" encoding="UTF-8"?>
Code: Select all
<?xml version="1.1" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" height="100%" preserveAspectRatio="xMidYMin slice" version="1.1" viewBox="0 0 640 480" width="100%" xmlns:xlink="http://www.w3.org/1999/xlink">
<image height="480" width="640" xlink:href="/PATH/TO/640x480.jpg"></image>
</svg>
Bionicpup64 built with bionic beaver packages http://murga-linux.com/puppy/viewtopic.php?t=114311
Xenialpup64, built with xenial xerus packages http://murga-linux.com/puppy/viewtopic.php?t=107331
Xenialpup64, built with xenial xerus packages http://murga-linux.com/puppy/viewtopic.php?t=107331
@666philb
that don't work either, I've posted a bug report http://murga-linux.com/puppy/viewtopic. ... 532#833532
that don't work either, I've posted a bug report http://murga-linux.com/puppy/viewtopic. ... 532#833532
[b]Carolina:[/b] [url=http://smokey01.com/carolina/pages/recent-repo.html]Recent Repository Additions[/url]
[img]https://dl.dropboxusercontent.com/s/ahfade8q4def1lq/signbot.gif[/img]
[img]https://dl.dropboxusercontent.com/s/ahfade8q4def1lq/signbot.gif[/img]
gprs-connect
witekjeden :
I don't have a GPRS modem so I can't test, but I think you are right, there is a flaw in the pgprs-connect script. I believe that line 6 should have an & on the end before the #, i.e . /etc/ppp/gprs.conf & #130812...
Attached is the corrected script, just unzip and copy to /usr/bin
I don't have a GPRS modem so I can't test, but I think you are right, there is a flaw in the pgprs-connect script. I believe that line 6 should have an & on the end before the #, i.e . /etc/ppp/gprs.conf & #130812...
Attached is the corrected script, just unzip and copy to /usr/bin
- Attachments
-
- pgprs-connect.gz
- (1.04 KiB) Downloaded 477 times
number698,
Have you tried this one?
http://www.smokey01.com/software/tahr-6 ... 0-tahr.sfs
It works for me on tahr-6.0.2
Have you tried this one?
http://www.smokey01.com/software/tahr-6 ... 0-tahr.sfs
It works for me on tahr-6.0.2
probably need the devx.sfsnumber698 wrote:no menu entry for rox but found it opened up when mounting an iso in thu
as for kodi - hmmph, that's beyond me
Bionicpup64 built with bionic beaver packages http://murga-linux.com/puppy/viewtopic.php?t=114311
Xenialpup64, built with xenial xerus packages http://murga-linux.com/puppy/viewtopic.php?t=107331
Xenialpup64, built with xenial xerus packages http://murga-linux.com/puppy/viewtopic.php?t=107331