Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Applications that don't get enough publicity
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3, ... 14, 15, 16  Next  
Reply to topic    Gentoo Forums Forum Index Gentoo Chat
View previous topic :: View next topic  
Author Message
keifir
Tux's lil' helper
Tux's lil' helper


Joined: 10 Jun 2002
Posts: 119
Location: Canada

PostPosted: Tue Jan 14, 2003 2:41 am    Post subject: Reply with quote

another fine prog that doesn't get much publicity is:

reboot .

...well, u could call it a prog. I seldom use it myself, but it's very mature and stable imo :)

keifir
Back to top
View user's profile Send private message
pjp
Administrator
Administrator


Joined: 16 Apr 2002
Posts: 20067

PostPosted: Tue Jan 14, 2003 2:51 am    Post subject: Reply with quote

Is it an MS Windows Emulator or Demo? Sounds weird ;)
_________________
Quis separabit? Quo animo?
Back to top
View user's profile Send private message
perry
Tux's lil' helper
Tux's lil' helper


Joined: 18 Nov 2002
Posts: 142
Location: Cornfields of Indiana

PostPosted: Tue Jan 14, 2003 3:30 am    Post subject: Reply with quote

mmealman wrote:
perry wrote:
I used to use a program called XnView to for image file viewing, resizing, etc. Mostly used it when I downloaded images from my digital camera and wanted to put em on the web.

I stopped using it when I switched to Gentoo a couple months ago because there wasn't an ebuild, and I don't have the slightest clue how to make one. And I really haven't had a need for it recently, so I haven't bothered installing "by hand".


http://www.tarsis.org/ebuilds/xnview_ebuild.tar.gz
Untar it under /usr/portage/media-gfx/ and emerge xnview

I'll submit the ebuild to the portage tree, but it takes a while for new ones to be accepted.


Neat, thanks! Just remembered to check back into the thread or I woulda seen this earlier.

Just emerged, no problemo.
Back to top
View user's profile Send private message
shm
Advocate
Advocate


Joined: 09 Dec 2002
Posts: 2380
Location: Atlanta, Universe

PostPosted: Tue Jan 14, 2003 5:37 am    Post subject: Reply with quote

lavaps

awesome process viewer.
Back to top
View user's profile Send private message
keifir
Tux's lil' helper
Tux's lil' helper


Joined: 10 Jun 2002
Posts: 119
Location: Canada

PostPosted: Tue Jan 14, 2003 6:01 am    Post subject: Reply with quote

kanuslupus wrote:
reboot - Is it an MS Windows Emulator or Demo? Sounds weird ;)


Apparently the MS windows version is very well done: it is scripted to automatically execute at random intervals of time and requires no user input. After having reverse engineered its code - the linux developers noticed that the execution pattern is resembling that of the moon cycle and is closely interlinked with it. It is simply fastinating how much science goes into this.

The linux version however lacks the advanced functionality of the MS one. too bad, this could be the one app that would attract the users to linux community....

keifir
Back to top
View user's profile Send private message
hanta
Tux's lil' helper
Tux's lil' helper


Joined: 28 Jun 2002
Posts: 115
Location: Vantaa - Finland

PostPosted: Tue Jan 14, 2003 11:37 am    Post subject: Reply with quote

Quote:
Then make an ebuild it's really not that hard just take another similar ebuild and adapt then try emerge --debug ebuildfile and if it installs with no errors great, otherwise use the debug output to see where it went wrong.

man 5 ebuild is an exellent ressource for ebuilders.


I know, if I only had more time :(

I'm pretty new at making ebuilds, I've only made one and even that didn't work all that well...

Well anyway I've been working on an ebuild for reZound, but I''ve had problems just compiling it by hand. Now I'm waiting for the next release, and see how it works out.

I've not used linux exclusively very long, although I did ditch windows for gentoo (no more dualboot). I thing it takes a bit of time for an ex windows software developer to get hang of things (well not completely ex- since I still do it for money :( still don't have a great linux job. ).
_________________
Janne
Back to top
View user's profile Send private message
CoronaLover
Retired Dev
Retired Dev


Joined: 20 Jun 2002
Posts: 163
Location: Rosh-ha'ayin, Israel

PostPosted: Tue Jan 14, 2003 1:38 pm    Post subject: Reply with quote

I made a quick ebuild for rezound:

Code:
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: $

IUSE="oggvorbis"

DESCRIPTION="a stable, open source, and graphical audio file editor"
HOMEPAGE="http://rezound.sourceforge.net/"
SRC_URI="http://belnet.dl.sourceforge.net/sourceforge/rezound/${P/\_beta/beta}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"

DEPEND=">=media-libs/audiofile-0.2.3
        >=x11-libs/fox-0.99.193
        >=dev-libs/fftw-2.1.3
        >=media-sound/lame-3.92
        oggvorbis? ( media-libs/libogg
                     media-libs/libvorbis )"
#libvorbisfile and libvorbisenc are not in portage!!!

#fftw support will not work! the fftw ebuild installed two copies of fftw.h,
#dfftw.h and sfftw.h. a symlink of one of them to fftw.h is needed in the fftw
#ebuild.

S="${WORKDIR}/${P/\_beta/beta}"

src_compile() {
        cd ${S}
        econf || die
        emake || die
}

src_install() {
        einstall || die
        dodoc docs/AUTHORS docs/COPYING docs/Features.txt docs/NEWS docs/README
}
Back to top
View user's profile Send private message
darktux
Veteran
Veteran


Joined: 16 Nov 2002
Posts: 1086
Location: Coimbra, Portugal

PostPosted: Tue Jan 14, 2003 2:03 pm    Post subject: Reply with quote

Aqua Data Studio!!!!

https://forums.gentoo.org/viewtopic.php?t=30160&highlight=
_________________
Lego my ego, and I'll lego your knowledge

www.tuxslare.org - My reborn website :P
Back to top
View user's profile Send private message
xyverz
n00b
n00b


Joined: 03 Dec 2002
Posts: 24
Location: Silicon Valley

PostPosted: Tue Jan 14, 2003 4:38 pm    Post subject: Reply with quote

Quote:
If you like PWM (and you should), you'll love ion.


I used ION when I worked for Transmeta. (Jr. Sysadmin, in-house tech support) It worked GREAT on my dual-head display. I never did like it much for home use though. In the end, I liked having control over the size of my windows, so I ended up sticking with pwm...
Back to top
View user's profile Send private message
hoeeg
n00b
n00b


Joined: 04 Jul 2002
Posts: 26
Location: Denmark

PostPosted: Tue Jan 14, 2003 5:43 pm    Post subject: Reply with quote

Chrony
It's an ntp client that also is able to work as a server. It is designed for use on clients not online all the time. It will adjust for drift so your time is accurate when offline.
Back to top
View user's profile Send private message
scottro
Tux's lil' helper
Tux's lil' helper


Joined: 13 Apr 2002
Posts: 141
Location: New York City

PostPosted: Tue Jan 14, 2003 8:27 pm    Post subject: Reply with quote

Xbuffy and getmail.

I'm going to redo the mutt and single user article at some point, taking out fetchmail and putting in getmail.

Xbuffy is great if you're in X.

FWIW, I have pages (not Gentoo specific on each)

(Getmail is an ebuild, not sure about Xbuffy)
http://home.nyc.rr.com/computertaijutsu/xbuffy.html
http://home.nyc.rr.com/computertaijutsu/getmail.html

Hrrm, hope I'm not spamming :)
Scott
Back to top
View user's profile Send private message
JeroenV
Guru
Guru


Joined: 16 Jul 2002
Posts: 447
Location: Amsterdam / Hamburg

PostPosted: Tue Jan 14, 2003 8:55 pm    Post subject: Reply with quote

forget about oowriter crap, use LyX :!: :D
After using LyX for a long time I was recently forced back into (oo)word usage, it's hell, believe me :!:

(there is some learning curve, but not even that steap/long... try it!)
_________________
Cheers 8)
Jeroen
~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
May The Source be with you!
Back to top
View user's profile Send private message
axxackall
l33t
l33t


Joined: 06 Nov 2002
Posts: 651
Location: Toronto, Ontario, 3rd Rock From Sun

PostPosted: Tue Jan 14, 2003 11:08 pm    Post subject: Reply with quote

Subversion ebuild certainly requires more attention.

Its 0.10_pre (almost a year old!!!) ebuild is way too outdated while 0.16.1 is already available from Tigris.

Subversion with its meta-info control (for example aka properties) can be a very good companion tool for Portage.
Back to top
View user's profile Send private message
Bowyakka
Tux's lil' helper
Tux's lil' helper


Joined: 04 Oct 2002
Posts: 142
Location: London

PostPosted: Wed Jan 15, 2003 9:31 am    Post subject: Reply with quote

keifir wrote:
another fine prog that doesn't get much publicity is:

reboot .

...well, u could call it a prog. I seldom use it myself, but it's very mature and stable imo :)

keifir


Funny when I try this program my computer crashes :) must be the most instable program ever
_________________
glows in the dark
Back to top
View user's profile Send private message
horza
n00b
n00b


Joined: 26 May 2002
Posts: 35
Location: London

PostPosted: Wed Jan 15, 2003 12:07 pm    Post subject: scite Reply with quote

I second SciTE, the best text editor on both Linux and Windows imho. Syntax highlighting for all languages, tabs, folding (essential for C programming), and much more. Though I do miss the feature to open files directly on a FTP server and edit them in place (instead of edit then having to use FTP client to upload again).

Slypheed for email client (thought I use The Bat! under Windoze)

ROX - the best Filer I've found for Linux, lightening fast

Phillip.
Back to top
View user's profile Send private message
One
n00b
n00b


Joined: 15 Jun 2002
Posts: 51
Location: Darmstadt, Germany

PostPosted: Wed Jan 15, 2003 7:35 pm    Post subject: My two cents Reply with quote

Hi all,

I heard some of you mention image viewers. Well, I had the same problem (no decent image viewer), and I dislike XnView cause it keeps opening new windows piling over my desktop.

I found two things, both already have an ebuild:

1. pornview (http://pornview.sourceforge.net), nice name ;-) and nice viewer.
2. gqview, nice, small, fast, and you have the ability to define edit commands, i.e. scripts to rotate a pic, which is quite useful. (http://gqview.sourceforge.net)


Well, that's all :-)
Back to top
View user's profile Send private message
charlieg
Advocate
Advocate


Joined: 30 Jul 2002
Posts: 2149
Location: Manchester UK

PostPosted: Thu Jan 16, 2003 1:14 am    Post subject: dockapps... Reply with quote

Dockapps... everybody should have some... especially these:

  • wmspaceclock
    This dockapp clock is so god damn beautiful... you'll never need a wall clock again. The anti-aliased handles are really nice.
    [img:0b965cebd6]http://wmspaceclock.sourceforge.net/screenshots/brown.png[/img:0b965cebd6] [img:0b965cebd6]http://wmspaceclock.sourceforge.net/screenshots/green.png[/img:0b965cebd6] [img:0b965cebd6]http://wmspaceclock.sourceforge.net/screenshots/white2.png[/img:0b965cebd6]

  • wmpinboard
    You've no idea just how useful this is... the number of features fitting into such a tiny application really is amazing.
    [img:0b965cebd6]http://www.tu-ilmenau.de/~gomar/stuff/wmpinboard/screenshot.gif[/img:0b965cebd6]

  • Gkrellm
    Want to know something about your computer? Gkrellm will tell it to you... it is the swiss army knife of dockapps... the screenshots are on the webpage - too tall to go here.

  • Sherman's Aquarium
    If there's a cuter dockapp out there, I've yet to see it. It gets it's name from the artist who created the cartoon fish.
    [img:0b965cebd6]http://aquariumapplet.sourceforge.net/screenshots/ns02.jpg[/img:0b965cebd6]

  • wmCalClock
    I find it complements wmspaceclock perfectly.
    [img:0b965cebd6]http://nis-www.lanl.gov/~mgh/WindowMaker/wmCalClock.gif[/img:0b965cebd6] [img:0b965cebd6]http://nis-www.lanl.gov/~mgh/WindowMaker/wmCalClock4.gif[/img:0b965cebd6]

  • A number of dockapps make use of the matrix screensaver hack, including (surprisingly) wmmatrix and Sherman's Aquarium (as a mouseover option).
    [img:0b965cebd6]http://nis-www.lanl.gov/~mgh/WindowMaker/wmMatrix.gif[/img:0b965cebd6]


Some dockapp resources:
_________________
Want Free games?
Free Gamer - open source games list & commentary

Open source web-enabled rich UI platform: Vexi


Last edited by charlieg on Thu Jan 16, 2003 11:49 am; edited 1 time in total
Back to top
View user's profile Send private message
ghetto
Guru
Guru


Joined: 10 Jul 2002
Posts: 369
Location: BC, Canada

PostPosted: Thu Jan 16, 2003 6:18 am    Post subject: Reply with quote

Has anyone mentioned UFED?
The Gentoo Linux Use Flags EDitor.

I find it pretty handy but maybe its just me.
_________________
Blizzard you suck.
Back to top
View user's profile Send private message
watersb
Apprentice
Apprentice


Joined: 04 Sep 2002
Posts: 297
Location: take a left turn in Tesuque

PostPosted: Thu Jan 16, 2003 7:19 am    Post subject: Reply with quote

I use a slightly-hacked version of PWM; I munged it so that I have one tab group per program name -- per virtual desktop. So now I have tab groups for each of six virtual screens. Very nice.

I saw that the dillo web browser was mentioned, but many folks have not yet noticed the awesome graphical-mode links web browser. It is wicked fast and very lightweight, and had very good rendering for such a small browser. And SSL support...

Finally, I have to put a plug in for Celestia, a totally 3D astronomy/universe explorer. Started and maintained by an nVidia programmer, this app really pushes the envelope of OpenGL programs. Better than Starry Night Pro, IMHO. I use it for educational outreach to teach simple astronomy.

All of these are in Portage already.

Now if only we could get Austin to port X-Plane to Linux... he's primarily a Mac OS X developer...
Back to top
View user's profile Send private message
charlieg
Advocate
Advocate


Joined: 30 Jul 2002
Posts: 2149
Location: Manchester UK

PostPosted: Thu Jan 16, 2003 10:16 am    Post subject: Reply with quote

ghetto wrote:
Has anyone mentioned UFED?
The Gentoo Linux Use Flags EDitor.

I find it pretty handy but maybe its just me.
But do you have a link (or an emerge command) for it?

To watersb,

Celestia is nice, although there are a few issues with it regarding some kinda automatic tour (if there is one I couldn't find it) and the behaviour of the object go-to (it speeds up but doesn't slow down, rather just 'stopping' at it's destination which is a little unelegant).

If you're going to plug X-Plane (propietry, btw), I'm sorry but I have to plug (the very open source) FlightGear which really has potential and Racer which is effectively open source but not yet in portage.

Racer:
[img:469e17d0c6]http://www.racer.nl/images/country_lg.jpg[/img:469e17d0c6]
_________________
Want Free games?
Free Gamer - open source games list & commentary

Open source web-enabled rich UI platform: Vexi


Last edited by charlieg on Thu Jan 16, 2003 11:55 am; edited 1 time in total
Back to top
View user's profile Send private message
charlieg
Advocate
Advocate


Joined: 30 Jul 2002
Posts: 2149
Location: Manchester UK

PostPosted: Thu Jan 16, 2003 11:53 am    Post subject: Stellarium Reply with quote

Following on from Celestia, how about this (somewhat alternative) approach to seeing the stars: Stellarium

"It renders 3D photo-realistic skies in real time. With stellarium, you really see what you can see with your eyes, binoculars or a small telescope."

This includes realistic real-time rendering of the ground, atmosphere, planets (zoom in), stars, galaxies... I'm contemplating making an ebuild for this.
_________________
Want Free games?
Free Gamer - open source games list & commentary

Open source web-enabled rich UI platform: Vexi
Back to top
View user's profile Send private message
Gouyou
n00b
n00b


Joined: 16 Jan 2003
Posts: 1

PostPosted: Thu Jan 16, 2003 7:29 pm    Post subject: J armedbear Reply with quote

One of the nicest editor I've ever used is j:
- small
- fast
- Java-based (and still a really small memory footprint)
- 1000 of advanced features (like reading mail for the emacs guys)
- a really leet UI

http://armedbear-j.sourceforge.net/

Direct link to the screenshots:
http://armedbear-j.sourceforge.net/j-0.14.0.png (editing java code)
http://armedbear-j.sourceforge.net/j-0.16.4.png (reading mail)

Guillaume
Back to top
View user's profile Send private message
ghetto
Guru
Guru


Joined: 10 Jul 2002
Posts: 369
Location: BC, Canada

PostPosted: Thu Jan 16, 2003 8:24 pm    Post subject: Reply with quote

Quote:
But do you have a link (or an emerge command) for it?


Hows this?:
$ emerge ufed -p

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild R ] app-admin/ufed-0.2

:)
_________________
Blizzard you suck.
Back to top
View user's profile Send private message
compu-tom
Guru
Guru


Joined: 09 Jan 2003
Posts: 415
Location: Berlin, Germany

PostPosted: Thu Jan 16, 2003 9:29 pm    Post subject: Reply with quote

I recommend flexbackup for doing backups. From the README
Quote:
Features:
o Easy to configure
o Uses dump, afio, tar (gnu), cpio, star, pax, or zip archivers
o Backup, list, compare, extract, extract list of files modes
o Compression and buffering options for all backup types
o Full (0) and numbered levels of incremental backup (like "dump")
o Keeps a table of contents so you know what's on each tape
o Does remote filesystems (over rsh/ssh; no special service)
o Works with IDE/SCSI tapes, Linux ftape,
or archives to normal on-disk files rather than a device
o Nice log files

It makes a level-0 backup on Sundays and a level-1 backup on weekdays and Saturdays of my system. And it works great.

Flexbackup has no ebuild (yet).
Back to top
View user's profile Send private message
Arx
n00b
n00b


Joined: 17 Jan 2003
Posts: 3

PostPosted: Fri Jan 17, 2003 8:50 am    Post subject: Reply with quote

charlieg wrote:

If you're going to plug X-Plane (propietry, btw), I'm sorry but I have to plug (the very open source) FlightGear which really has potential and Racer which is effectively open source but not yet in portage.


Did you have to do anything special to get racer to run?
I get a
bin/racer: error while loading shared libraries: libstdc++-libc6.1-1.so.2: cannot open shared object file: No such file or directory

Figured it out:
emerged lib-compat, fixed everything


Last edited by Arx on Fri Jan 17, 2003 9:16 am; edited 2 times in total
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo Chat All times are GMT
Goto page Previous  1, 2, 3, ... 14, 15, 16  Next
Page 2 of 16

 
Jump to:  
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