You are not logged in.

#26 2009-04-30 03:05:19

flowheat
Member
From: Pittsburgh, PA
Registered: 2008-09-23
Posts: 94

Re: pacgraph: Visualize your system

Good idea.

It looks like this:

tMWxucQ

Thanks for this cool tool keenerd.

Offline

#27 2009-04-30 03:50:55

Sophotect
Member
From: Hyperbolic excess
Registered: 2007-03-25
Posts: 30

Re: pacgraph: Visualize your system

Excellent! And shocking! yikes

Offline

#28 2009-04-30 08:28:14

ArchArael
Member
Registered: 2005-06-14
Posts: 504

Re: pacgraph: Visualize your system

Really impressive dude.
tMWxwMw

By the way...I'm owned by openoffice-base hmm

Offline

#29 2009-04-30 11:09:15

utore
Member
From: USA
Registered: 2008-01-27
Posts: 67
Website

Re: pacgraph: Visualize your system

ArchArael wrote:

Really impressive dude.
http://omploader.org/tMWxwMw

By the way...I'm owned by openoffice-base hmm

As am I. Maybe I should convert solely to LaTeX..


Something witty.

Offline

#30 2009-04-30 13:32:10

dunz0r
Member
From: Sweden
Registered: 2009-03-30
Posts: 258
Website

Re: pacgraph: Visualize your system

isn't there some other way of drawing the graph except with inkscape? Inkscape has alot of dependcies on my system(27 packages is waaay too much)


RTFM or GTFO
hax0r.se

Offline

#31 2009-04-30 14:24:02

dunz0r
Member
From: Sweden
Registered: 2009-03-30
Posts: 258
Website

Re: pacgraph: Visualize your system

small system for the winz!
090430pac3.png


RTFM or GTFO
hax0r.se

Offline

#32 2009-04-30 15:39:55

ArchArael
Member
Registered: 2005-06-14
Posts: 504

Re: pacgraph: Visualize your system

utore wrote:
ArchArael wrote:

Really impressive dude.
http://omploader.org/tMWxwMw

By the way...I'm owned by openoffice-base hmm

As am I. Maybe I should convert solely to LaTeX..

hmm You know, I was thinking the same my self. But openoffice is a must for the compatibility with windows world. At work still sometimes I receive word, powerpoint and excel documents. So...openoffice is here to stay.

I don't have much problems with openoffice because it works well but I would really prefer plain text and my dear gvim editor.

That would be enough for my needs.

Last edited by ArchArael (2009-04-30 15:40:56)

Offline

#33 2009-04-30 16:44:57

utore
Member
From: USA
Registered: 2008-01-27
Posts: 67
Website

Re: pacgraph: Visualize your system

ArchArael wrote:
utore wrote:
ArchArael wrote:

Really impressive dude.
http://omploader.org/tMWxwMw

By the way...I'm owned by openoffice-base hmm

As am I. Maybe I should convert solely to LaTeX..

hmm You know, I was thinking the same my self. But openoffice is a must for the compatibility with windows world. At work still sometimes I receive word, powerpoint and excel documents. So...openoffice is here to stay.

I don't have much problems with openoffice because it works well but I would really prefer plain text and my dear gvim editor.

That would be enough for my needs.

I've started to use Google Docs more often than not. Especially when I receive spreadsheets, pdfs, or powerpoints, because I can just open them directly from gmail without having to download and open. But I do prefer openoffice for writing papers.

Last edited by utore (2009-04-30 16:45:33)


Something witty.

Offline

#34 2009-04-30 16:52:45

keenerd
Package Maintainer (PM)
Registered: 2007-02-22
Posts: 647
Website

Re: pacgraph: Visualize your system

dunz0r wrote:

isn't there some other way of drawing the graph except with inkscape? Inkscape has alot of dependcies on my system(27 packages is waaay too much)

Certainly!  I've added support for svg2png (check the AUR).  It depends on Cairo.  It will also (optionally) run the png through imagemagick.

Offline

#35 2009-04-30 16:53:45

zandaa
Member
From: The Netherlands
Registered: 2008-07-14
Posts: 33
Website

Re: pacgraph: Visualize your system

rofl... this is shocking..

here's mine if you want a look:
http://home.deds.nl/~xanderbos/shots/pac3.png


With my army of penguins, I shall overthrow governments and free those who have been waiting for liberty.

Offline

#36 2009-04-30 21:02:30

sylvarant
Member
Registered: 2009-02-02
Posts: 17

Re: pacgraph: Visualize your system

very nice, it's seems ghc is a very big package

Last edited by sylvarant (2009-04-30 21:02:51)

Offline

#37 2009-04-30 21:02:49

keenerd
Package Maintainer (PM)
Registered: 2007-02-22
Posts: 647
Website

Re: pacgraph: Visualize your system

This is a sizable update.  There has been a major addition to the placement algorithm.  Basically, stuff will group a lot better.  Spacing has been improved, too.  Runs a little faster as well.  Demo shots have been updated.

This one should not make gnome look so ugly :-)

Last edited by keenerd (2009-04-30 21:28:57)

Offline

#38 2009-04-30 22:58:57

flamelab
Member
From: Athens, Hellas (Greece)
Registered: 2007-12-26
Posts: 2,160

Re: pacgraph: Visualize your system

Can't run it sad

$ python pacgraph.py 
Loading package info                             
Traceback (most recent call last):               
  File "pacgraph.py", line 278, in <module>      
    main()
  File "pacgraph.py", line 260, in main
    tree = pac_parse.drawable_tree()
  File "/home/flamelab/pacgraph/pac_parse.py", line 189, in drawable_tree
    tree = compress_chains(merge_tree(load_tree()))
  File "/home/flamelab/pacgraph/pac_parse.py", line 73, in load_tree
    name, info = strip_info(info)
  File "/home/flamelab/pacgraph/pac_parse.py", line 56, in strip_info
    name = info['NAME'][0]
KeyError: 'NAME'

Offline

#39 2009-04-30 23:20:44

keenerd
Package Maintainer (PM)
Registered: 2007-02-22
Posts: 647
Website

Re: pacgraph: Visualize your system

Well that is bizarre.  The package with no name?  I'd ask you what it is, but that seems impossible.

Okay.  That is patched.  The code can catch, report and ultimately ignore errors when parsing packages.  I am curious what it tells you.

Offline

#40 2009-04-30 23:57:40

capnmoney
Member
From: ~
Registered: 2008-10-17
Posts: 108
Website

Re: pacgraph: Visualize your system

tMWx1OA

This thing is very enjoyable.  Its an interesting way to trim your system.  I decided to ditch open office in favor of google docs because of this.  My bad-plugins are suspiciously large, though.

Is svn2png or inkscape really necessary?  Convert comes with imagemagick and a simple

convert pac3.svg pac3.png

should work.

Last edited by capnmoney (2009-05-01 00:18:59)

Offline

#41 2009-05-01 00:17:09

flamelab
Member
From: Athens, Hellas (Greece)
Registered: 2007-12-26
Posts: 2,160

Re: pacgraph: Visualize your system

keenerd wrote:

Well that is bizarre.  The package with no name?  I'd ask you what it is, but that seems impossible.

Okay.  That is patched.  The code can catch, report and ultimately ignore errors when parsing packages.  I am curious what it tells you.

I downloaded the tarball again and now it can be ran. Weird...

Offline

#42 2009-05-01 00:56:45

keenerd
Package Maintainer (PM)
Registered: 2007-02-22
Posts: 647
Website

Re: pacgraph: Visualize your system

@flamelab
At some point early on it would have said "Error reading package so-and-so".  Any chance you can snag that?

@capnmoney
Huh.  I somehow never noticed that.  The fonts are AAed in inkscape, but not in imagemagick.  Everything else is good enough, but it'll still check for inkscape first.

@All you awesome folk who have been testing this
Feature requests? :-)

Offline

#43 2009-05-01 01:11:11

Xyne
Administrator/PM
Registered: 2008-08-03
Posts: 6,963
Website

Re: pacgraph: Visualize your system

keenerd wrote:

@All you awesome folk who have been testing this
Feature requests? :-)

Maybe the following:

add an option to accept package names/groups as arguments and create a diagram based on how the system would look if you had those packages installed

as above, but only show the packages that would be installed, i.e. the difference (could be interesting to assess what kde or gnome would add, for example)

as above, but ignore installed packages completely so that the diagram represents the packages' full dependency tree


I'm hoping that this would be trivial to implement, at least for regular packages (groups might be more difficult, didn't check how you get the information).


My Arch Linux StuffForum EtiquetteCommunity Ethos - Arch is not for everyone

Offline

#44 2009-05-01 01:22:26

capnmoney
Member
From: ~
Registered: 2008-10-17
Posts: 108
Website

Re: pacgraph: Visualize your system

As long as you're taking requests...  can we get something to enter colors in the command line?  pacgraph -fc #dddddd -bc #333333 or something like that.  Is it easy to maybe even get a specific resolution? -r 1650x1080 or whatever

Offline

#45 2009-05-01 02:46:13

koch
Member
From: Germany
Registered: 2008-01-26
Posts: 369

Re: pacgraph: Visualize your system

cleaned up system but this is not finished wink

pac3newy8vn.png

Offline

#46 2009-05-01 05:52:15

toad
Member
From: if only I knew
Registered: 2008-12-22
Posts: 1,775
Website

Re: pacgraph: Visualize your system

Wow,

convert pac3.svg pac3.png

gave me a 7.3 MB png!!!


never trust a toad...
::Grateful ArchDonor::
::Grateful Wikipedia Donor::

Offline

#47 2009-05-01 05:54:47

deej
Member
Registered: 2008-02-08
Posts: 395

Re: pacgraph: Visualize your system

Very good !
I'm using mine as my wallpaper... how sad is that ?

Deej

Offline

#48 2009-05-01 07:13:00

Barrucadu
Member
From: York, England
Registered: 2008-03-30
Posts: 1,158
Website

Re: pacgraph: Visualize your system

Mine, also with edited colours. I would use it as my wallpaper but I have a widescreen laptop, not a tallscreen one tongue
I'll have to do some fiddling in GIMP…

Offline

#49 2009-05-01 08:16:32

dusanx
Member
Registered: 2008-11-28
Posts: 132

Re: pacgraph: Visualize your system

I can't download code? What is the correct link?

EDIT: Got it, link is ok.

Last edited by dusanx (2009-05-01 08:32:41)


Gnome -> Openbox -> Awesome -> XMonad -> dwm .
http://github.com/dusanx/uzbl/

Offline

#50 2009-05-01 11:13:03

genisis300
Member
From: Uk
Registered: 2008-01-15
Posts: 284

Re: pacgraph: Visualize your system

could this be used to look at file sizes in the say your home folder?


"is adult entertainment killing our children or is killing our children entertaining adults?" Marilyn Manson

Offline

Board footer

Powered by FluxBB