The time now is Sat 21 Apr 2018, 12:01
All times are UTC - 4 |
Page 1 of 4 [60 Posts] |
Goto page: 1, 2, 3, 4 Next |
Author |
Message |
Tman

Joined: 22 Jan 2011 Posts: 815 Location: Toronto
|
Posted: Sat 01 Jun 2013, 21:45 Post subject:
Tinted Slacko 5.5-4G v0.5 Subject description: latest release: July-07-2013 |
|
Tinted Slacko is based on Slacko 5.5-4G
The default window manager is Openbox + Tint2 panel. (Jwm is still installed)
Known issues
The "tint2conf" app is still flaky. but you can change themes with it. For the editor to work, it requires pygtk, pycairo, and pygobject to be installed.
The "properties" function is a teaser at this moment, as I can't seem to get it to work at all.
Thanks to 01micko who did most of the heavy lifting through the creation of Slacko. Click on the link below to download Tinted Slacko. Enjoy!
Download --> TintedSlacko-5.5-4G-v0.5 (163MB)
md5sum: b65a2a57359b1ecf5014bacdb82784bd
List of Changes for Tinted Slacko
Last edited by Tman on Sun 07 Jul 2013, 16:15; edited 10 times in total
|
Back to top
|
|
 |
kros54
Joined: 17 May 2009 Posts: 106 Location: member of Hungarian Puppy Linux Community
|
Posted: Sun 02 Jun 2013, 05:26 Post subject:
|
|
An earlier version (slacko5.3.3) I made two Hungarian puplet.
(February, 2013).
http://puppylinux.hu/phpbb3/viewtopic.php?f=4&t=618&sid=4747b29ebad251e95779d46ef9ae2840
After, made from a special version, gamechannelpuppy:
http://puppylinux.hu/index.php?option=com_content&view=article&id=478:gamechannel-puppy&catid=8:puplet
http://www.gamechannel.hu/cikk/blog/gamechannelpuppyslacko533hu
Especially playable, openJDK installed.
Openbox, tint2panel, and the other...
Description |
|
Filesize |
28.62 KB |
Viewed |
4192 Time(s) |

|
|
Back to top
|
|
 |
ally

Joined: 19 May 2012 Posts: 1797 Location: lincoln, uk
|
Posted: Sun 02 Jun 2013, 08:11 Post subject:
|
|
I have uploaded Tman's tinted build to the puppy linux archive here: https://archive.org/details/PuppyLinuxTintedSlackoV0.1
|
Back to top
|
|
 |
Tman

Joined: 22 Jan 2011 Posts: 815 Location: Toronto
|
Posted: Sun 02 Jun 2013, 19:36 Post subject:
|
|
Thanks, Ally!
@kros,
Yes I was aware of your Hungarian puplet during the days when lithpr made Rexbang. 5 out of the 6 Tint2-Panel themes in this puplet are highly modified versions of themes that I got from Rexbang.
@everyone,
My old code to get firefox to autorecover after a crash doesn't seem to work in Slacko...I'm not sure what changed.
The old code was simple.
Code: |
killall firefox 2> /dev/null
sleep 2
yaf-splash -bg green -fg white -placement center -timeout 2 -text "loading.." &
exec /usr/lib/firefox/firefox "$@"
|
I spent some time today making a script that would replace it. The new code below seems to be working for me.
Code: |
#!/bin/sh
if [ "`pidof firefox`" != "" ]; then
yaf-splash -bg orange -fg white -placement center -timeout 2 -text "ending old Firefox session.." &
killall firefox
while [ "`pidof firefox`" != "" ]; do
sleep 1
done
exec /usr/lib/firefox/firefox
else
yaf-splash -bg green -fg white -placement center -timeout 2 -text "loading.." &
exec /usr/lib/firefox/firefox
fi
|
I have made a pet containing the code into /usr/bin/firefox_go.
The script is run from the .desktop file (Firefox from the menu)
Try installing this pet and when Firefox crashes, try relaunching Firefox from the menu to autorecover. Note you can only run one Firefox session at a time from the menu. But you can run multiple versions of firefox from /usr/bin/defaultbrowser.
defaultbrowser does not autorecover from crashes. This is the reverse way in which I have created my previous Firefox pets.
(just to confuse people ..no just kidding, I prefer it this way, now.)
Description |
|

Download |
Filename |
firefox_crash_recover-0.3.pet |
Filesize |
2.33 KB |
Downloaded |
564 Time(s) |
Last edited by Tman on Sat 15 Jun 2013, 11:19; edited 3 times in total
|
Back to top
|
|
 |
Tman

Joined: 22 Jan 2011 Posts: 815 Location: Toronto
|
Posted: Sun 02 Jun 2013, 19:43 Post subject:
|
|
The shutdown icon in the launchbar does not yet work, due to the lack of PupShutdown. I will install it in the next release.
It appears that Slacko is lacking a Hash Tool.
Attached, are my compiled versions of gtkhash and ghasher.
Even though its a bit bigger, I think I prefer gtkhash becuase I can cut and paste with it. I will also add it to the next release.
Description |
ghasher - slightly modified from original posted pet
|

Download |
Filename |
ghasher-1.2.1-s.pet |
Filesize |
12.37 KB |
Downloaded |
536 Time(s) |
Description |
Gtk hash
|

Download |
Filename |
gtkhash-0.6.0-s.pet |
Filesize |
28.28 KB |
Downloaded |
561 Time(s) |
Description |
locales
|

Download |
Filename |
gtkhash_NLS-0.6.0-s.pet |
Filesize |
7.7 KB |
Downloaded |
548 Time(s) |
|
Back to top
|
|
 |
Tman

Joined: 22 Jan 2011 Posts: 815 Location: Toronto
|
Posted: Tue 04 Jun 2013, 17:15 Post subject:
|
|
firefox_crash_recover-01.pet had an error with the desktop entry being in the wrong location
I have fixed it and uploaded firefox_crash_recover-0.2.pet (2 posts above)
Note: This pet assumes that your firefox files are located in the /usr/lib/firefox folder.
If this is not the case, than you will need to create a symlink folder named /usr/lib/firefox
|
Back to top
|
|
 |
Tman

Joined: 22 Jan 2011 Posts: 815 Location: Toronto
|
Posted: Wed 05 Jun 2013, 16:56 Post subject:
|
|
Tinted Slacko version 0.2 has been uploaded.
This version was mainly involved polishing the looks of the menu
by editing and simplifying the name entries in the .desktop files.
A few apps were removed, and some have been added.
Other apps were taken out of the menu, but can be restored with "Pmenu menu editor".
I actually started over with version 0.2, but this time I forgot to add the extra tint2 themes during the remaster process, so here is the pet for the 6 custom themes. (does not include /usr/share/tint2 folder - for the launcher icons).
Description |
custom tint2 themes
|

Download |
Filename |
Tman_Tint2_themes-1.0.pet |
Filesize |
2.85 KB |
Downloaded |
579 Time(s) |
|
Back to top
|
|
 |
Smithy

Joined: 12 Dec 2011 Posts: 851
|
Posted: Sun 09 Jun 2013, 17:52 Post subject:
|
|
Nice job Tman, everything seems good, just the tooltips =1 in tint config, doesn't seem to get any tooltips, which is funny, because in the openbox plus pet, the tooltips wouldn't turn off!
It's definitely quite fast this 01 Micko Slacko, things seem to move snappier.
The main font doesn't seem quite as polished as ye olde three headed dog, and don't know if qt clearlooks can be turned on.
I tried to get tint going on Slacko and it was a disaster. Pup shutdown doesn't matter really (imo) there's shutdown, restart x on the menu.
Thanks for putting this out.
|
Back to top
|
|
 |
Tman

Joined: 22 Jan 2011 Posts: 815 Location: Toronto
|
Posted: Sun 09 Jun 2013, 22:44 Post subject:
|
|
Smithy wrote: | Nice job Tman, everything seems good, just the tooltips =1 in tint config, doesn't seem to get any tooltips, which is funny, because in the openbox plus pet, the tooltips wouldn't turn off!
|
Hi Smithy,
That's strange, I remember making sure that the tooltips were on for each theme, cause I modified the tooltip colors for most of them.
There are 3 different options for tooltips that I see in the config file: launcher_tooltip, tooltip, and clock_tooltip
The tooltip=1 option refers to tooltips for apps you have opened. The other two should be self explanatory.
When adjusting the tint2rc file, you need to restart the x server for the changes to take effect.. or use the command killall -SIGUSR1 tint2 from the terminal.
hmmm.. I think I will add a "tint2 refresh" option in the openbox menu for the next release.
I had problems getting tint2 to compile in Slacko at first, until I recompiled imlib2.. tint2, openbox, obconf, and wbar all compiled properly afterwards.
About qt-clearlooks: I have no experience with that, and not so much experience with qt apps in general, except for VLC. The fonts are the normal fonts that came with Slacko. I may look for new fonts to add at a later time.. thanks for your interest in Tinted Slacko.
The mouse cursor theme in the pic below will be in the next release.
I already have a new remastered version, but it seems to early to post. I tend to remaster in small chunks nowadays. I will do a few more remasters until I release version 0.3.
Does anyone wish for me to add XFCE panel to the list? I like the speed and looks of tint2, but I can't deny that the XFCE panel is a lot easier to configure.
 |
Description |
|
Filesize |
6.49 KB |
Viewed |
3473 Time(s) |

|
|
Back to top
|
|
 |
Smithy

Joined: 12 Dec 2011 Posts: 851
|
Posted: Mon 10 Jun 2013, 13:46 Post subject:
|
|
Thanks Tman, I was using a different config file, and just had to add the tooltips for launcher icons, which was missing. That sorted it.
|
Back to top
|
|
 |
Tman

Joined: 22 Jan 2011 Posts: 815 Location: Toronto
|
Posted: Sat 15 Jun 2013, 11:30 Post subject:
|
|
Smithy, it's good to hear that you got tooltips working.
@all
The previous Firefox autorecover pet still has a bug. The last line in /usr/bin/firefox script is missing a parameter: "$@"
Without it, htm files won't open properly when clicked on.
I have uploaded the pet again with some modifcations. Hopefully, "third time is a charm" and all major bugs have been squashed.
firefox_crash_recover-0.3.pet
Also, I expect to upload TintedSlacko version 0.3 sometime tommorrow.
|
Back to top
|
|
 |
Tman

Joined: 22 Jan 2011 Posts: 815 Location: Toronto
|
Posted: Sun 16 Jun 2013, 01:34 Post subject:
|
|
I've uploaded TintedSlacko version 0.3, however Smokey's server seems to be down at the moment.
I hope it will be up and runnning again soon.
|
Back to top
|
|
 |
ally

Joined: 19 May 2012 Posts: 1797 Location: lincoln, uk
|
Posted: Sun 16 Jun 2013, 05:16 Post subject:
|
|
hey Tman
yours is my 1800th puppy....will get it mirrored to https://archive.org/details/PuppyLinuxTintedSlacko this evening
|
Back to top
|
|
 |
Tman

Joined: 22 Jan 2011 Posts: 815 Location: Toronto
|
Posted: Sun 16 Jun 2013, 12:19 Post subject:
|
|
Thanks, Ally.
Just FYI, I plan to release at least 2 more versions. The next one will have FFPMPEG, MPlayer, and GNOME Mplayer recompiled, along with a few more installed apps. Anything after that will mainly invovle bug-fixing whatever arises. I do find version 0.3 pretty stable for day-to-day use, though.
ally wrote: | yours is my 1800th puppy.... |
Wow, do you mean 1800th download, or 1800th mirror of a puppy/derivative? If it's the latter, I didn't know there were that many in existence
|
Back to top
|
|
 |
ally

Joined: 19 May 2012 Posts: 1797 Location: lincoln, uk
|
Posted: Sun 16 Jun 2013, 15:23 Post subject:
|
|
1800 puppy versions
have uploaded only 335 of them so far so a long way to go - need more bandwidth!!!!!!
|
Back to top
|
|
 |
|
Page 1 of 4 [60 Posts] |
Goto page: 1, 2, 3, 4 Next |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|