It is currently Tue May 21, 2013 12:53 pm

All times are UTC




Post new topic Reply to topic  [ 256 posts ]  Go to page 1, 2, 3, 4, 5 ... 18  Next
Author Message
 Post subject: Emelfm2,Gimp,Limewire,Medit,MPlayer,Opera,Sylpheed,Synaptics,TWM-extras etc...
PostPosted: Thu Mar 30, 2006 9:36 pm 

These are the packages which I am building myself, and are available for download:

- Emelfm2, a light and fast two-pane filemanager.
- Flash plugin, the flash plugin for browsers, using /usr/lib/mozilla/plugins as plugin directory so it is compatible with most browsers
- Gimp, a professional image editor like photoshop under windows
- Graveman, the well-known Graveman cd-dvd burner package.
- Junkbuster, now further developed as privoxy. Junkbuster is a great proxy to block advertisements using low resources
- Limewire, one of the fastest P2P programs.
- Medit, a nice and easy editor used for script editing, but also for normal text files a great editor to make your default.
- MPlayer, a fast and nice media player, almost playing everything out of the box (start with 'gmplayer' with gui). MPlayer codecs included.
- Mplayer skins, a collection of skins for MPlayer (~ 70 skins at this moment)
- Opera, the fastest and most secure browsers available at the moment. Static and shared beta package, from the weekly Opera builds
- Rollemup, a nice pinball game.
- Seahaven, a nice Solitaire card game.
- Sylpheed, a fast and easy to use e-mail client.
- Synaptics driver, driver for the Synaptics TouchPad for XOrg/XFree86 4.x so more advanced features of the touchpad becomes available.
- TWM-extras, my own package to add virtual desktop switching and theming functionality to the TWM window manager
- Webcore-Fonts, a package with the Windows TrueType fonts. Fonts will be installed and recognised automatically
  Please read the license agreement in /usr/doc/webcore-fonts- before using this package.

Old packages I am not maintaining anymore, but still available (probably an older version):

- Blackbox, a fast and simple window manager using a view resources and is highly configurable.
- Bogofilter, a mail filter that classifies mail as spam or ham (non-spam) by a statistical analysis of the message's header and content (body).
- Dansguardian, a fast and flexible filtering proxy for your internet client.
- Fuse, with FUSE it is possible to implement a fully functional filesystem in a userspace program.
- Icewm, a fast and lean window manager.
- Leafpad, a small text editor. I switched to medit because it does have much more additional features and is still a very fast and small editor.
- Nvclock, which is a tool to overclock your NVidea card, here build as command-line and gtk2 version (nvclock and nvclock_gtk)
- Openbox, A fast and light Window Manager.
- Privoxy, a flexible local proxy to filter advertisements, cookies etc... on internet. a really should have....
- Sdparm, The sdparm utility outputs and in some cases modifies SCSI device parameters.
- Squid, a very nice caching proxy to speed up your internet connection
- Sylpheed-Claws, a compact, very fast and easy to use e-mail client.
- Vdesk, a small package to add 'virtual desktop' functionality to window managers which do not have this built-in.

You can download them from here: http://www.lontronics.nl/index.php?m=0009

FOR PEOPLE INTERESTED IN MY PACKAGES; THEY ARE BUILT ON A SYSTEM RUNNING ON ZW SNAPSHOT!!!

The build scripts are also available for download.
When you have comments, problems with the builds etc...., please let me know ;)

Hope you like it.
Jan


Last edited by Lontronics on Fri Feb 23, 2007 10:00 pm, edited 1 time in total.

  
 
 Post subject: Re: Emelfm2, Icewm and NVClock packages
PostPosted: Fri Mar 31, 2006 3:20 am 
Regular Zenwalker
Regular Zenwalker
User avatar

Joined: Mon Mar 13, 2006 3:28 am
Posts: 14
Nice file manager.  Thanks you for you efforts!

How do you start icewm?

_________________
Richard


 Profile Send private message  
 
 Post subject: Re: Emelfm2, Icewm and NVClock packages
PostPosted: Fri Mar 31, 2006 4:11 am 

I am using this /etc/X11/xinit for icewm to start it up on boot:

Code:
#!/bin/sh
# $Xorg: xinitrc.cpp,v 1.3 2000/08/17 19:54:30 cpqbld Exp $

userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
sysresources=/usr/X11R6/lib/X11/xinit/.Xresources
sysmodmap=/usr/X11R6/lib/X11/xinit/.Xmodmap

# merge in defaults and keymaps

if [ -f $sysresources ]; then
    /usr/X11R6/bin/xrdb -merge $sysresources
fi

if [ -f $sysmodmap ]; then
    /usr/X11R6/bin/xmodmap $sysmodmap
fi

if [ -f $userresources ]; then
    /usr/X11R6/bin/xrdb -merge $userresources
fi

if [ -f $usermodmap ]; then
    /usr/X11R6/bin/xmodmap $usermodmap
fi

# start some nice programs

# Start ICEWM
exec /usr/bin/icewm-session


So, icewm-session ;)


  
 
 Post subject: Re: Emelfm2, Icewm and NVClock packages
PostPosted: Fri Apr 07, 2006 3:58 am 
Regular Zenwalker
Regular Zenwalker
User avatar

Joined: Fri Mar 10, 2006 2:19 pm
Posts: 59
Location: Hyderabad, India
Thanx Lontronics! :)

_________________
Image


 Profile Send private message  
 
 Post subject: Re: Emelfm2, Icewm, Leafpad 0.87 and NVClock packages
PostPosted: Sat Apr 08, 2006 11:07 am 

I have also added the latest leafpad version without gnomeprint support (version 0.87); repository is 0.86.
Unfortunately the developer switched to gnomeprint print-support in version 0.88, so I will stick with 0.87 because I am not using the gnome-libs.


  
 
 Post subject: Re: Emelfm2, Icewm, Leafpad 0.87, NVClock and Opera packages
PostPosted: Tue Apr 11, 2006 7:28 pm 

I moved the opera packages to the zenwalk packages directory on my website, so they are available now on the same place: http://www.lontronics.nl/index.php?m=0009. Just updated the opera package to the latest mid-weekly ;)

Jan


Last edited by Lontronics on Tue Apr 11, 2006 8:58 pm, edited 1 time in total.

  
 
 Post subject: Re: Emelfm2, Icewm, Leafpad 0.87, NVClock and Opera packages
PostPosted: Sun Apr 16, 2006 6:49 pm 

I updated Icewm to version 1.2.26 and changed the compilation options to -march=i486 -mtune=i686 to be Slack compliant.

Packages on the usual place: http://www.lontronics.nl/index.php?m=0009


  
 
 Post subject: Re: Emelfm2, Icewm, Leafpad 0.87, NVClock, Opera, Sylpeed-Claws packages
PostPosted: Sun Apr 16, 2006 7:56 pm 

I have also added Sylpheed-Claws to my packages list. The package is the latest release: V2.1.0.
I was already using Sylpheed-Claws, downloaded and compiled daily from cvs, but switched back to the releases.
Because Sylpheed-Claws is a very good, easy and stable e-mail client I think this package can be interesting for others too ;)

Packages on the usual place: http://www.lontronics.nl/index.php?m=0009


EDIT: Just updated to V2.1.1, which just crossed my upload ;)


Last edited by Lontronics on Mon Apr 17, 2006 10:10 am, edited 1 time in total.

  
 
 Post subject: Re: Emelfm2, Icewm, Leafpad 0.87, NVClock, Opera, Sylpeed-Claws packages
PostPosted: Fri Apr 21, 2006 6:19 pm 

Opera 9.00 beta 2 available ;)

I must say Opera is impressing me every day. No way I will go back to Mozilla.....


  
 
 Post subject: Re: Emelfm2, Icewm, Leafpad 0.87, NVClock, Opera, Sylpeed-Claws packages
PostPosted: Wed Apr 26, 2006 5:46 pm 

On special request I have added the Opera shared version too now ;)


  
 
 Post subject: Re: Emelfm2, Icewm, Leafpad 0.87, NVClock, Opera, Sylpeed-Claws packages
PostPosted: Fri Apr 28, 2006 8:33 pm 

Upgraded emelfm2 to 2.0.17 today ;)


  
 
 Post subject: Re: Emelfm2, Icewm, Leafpad 0.87, NVClock, Opera, Sylpeed-Claws packages
PostPosted: Mon May 08, 2006 6:25 pm 

Upgraded sylpheed-claws to 2.2.0 today ;)


  
 
 Post subject: Re: Emelfm2, Icewm, Leafpad 0.87, NVClock, Opera, Sylpeed-Claws packages
PostPosted: Mon May 29, 2006 9:10 pm 

Upgraded opera to the first weekly after the second beta from the 18th of May today.
Very close to V9.00 official as I see it and for my very stable on ZW2.6.
The last weeks I never had a crash with the opera weeklies and speed and stability are very good. ;)


  
 
 Post subject: Re: Emelfm2, Icewm, Leafpad 0.87, NVClock, Opera, Sylpheed & Sylpeed-Claws packages
PostPosted: Thu Jun 08, 2006 9:13 pm 

Because I had some compilation problems with the new Sylpheed-Claws, I visited the website of the good old Sylpheed and found out it's community is very active again and fully alive. Both programs are simulair on much points and for about 100 percent the mailtree is usable with both programs.
This was the reason I tried the latest Sylpheed version. Compilation without any problems and the package seems as fast and stable as Sylpheed-Claws.

Till further notice I will use Sylpheed, and the Sylpheed Packages is available on the usual place: http://www.lontronics.nl/index.php?m=0009
The Sylpheed-Claws package will not be updated anymore, as long as using Sylpheed.

Version available now: Sylpheed V2.2.5


  
 
 Post subject: Re: Emelfm2, Icewm, Leafpad 0.87, NVClock, Opera, Sylpheed & Sylpeed-Claws packages
PostPosted: Fri Jun 09, 2006 4:30 pm 

Updated sylpheed to 2.2.6 today ;)


  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 256 posts ]  Go to page 1, 2, 3, 4, 5 ... 18  Next

All times are UTC


 Who is online

Users browsing this forum: No registered users and 0 guests


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 post attachments in this forum

Search for:
Jump to: