View previous topic :: View next topic |
Author |
Message |
timmfin Guru
Joined: 04 Sep 2002 Posts: 336 Location: Maryland, USA
|
Posted: Thu Apr 24, 2003 10:09 pm Post subject: |
|
|
Hmm, well thats some good news. Still perplexed though. |
|
Back to top |
|
|
_SkeLeToN_ Guru
Joined: 12 Sep 2002 Posts: 506 Location: Montreal,Canada
|
Posted: Fri Apr 25, 2003 12:27 am Post subject: |
|
|
Yeah but i think there is a problem with the implementation of the png librairie or something since svg works ... |
|
Back to top |
|
|
timmfin Guru
Joined: 04 Sep 2002 Posts: 336 Location: Maryland, USA
|
Posted: Fri Apr 25, 2003 2:58 am Post subject: |
|
|
But, I'm sure there are many other programs on your machine that use that same libpng, and I but those are not having any problems.
What is your output of emerge -Cp libpng?
Code: | [timmfin@timmfin] ~ $ emerge -Cp libpng
>>> These are the packages that I would unmerge:
media-libs/libpng
selected: 1.2.5-r4 1.0.12-r2
protected: none
omitted: none
>>> Packages in red are slated for removal.
>>> Packages in green will not be removed.
|
On my system both of these files are protected (displayed in emerge --clean -p). |
|
Back to top |
|
|
_SkeLeToN_ Guru
Joined: 12 Sep 2002 Posts: 506 Location: Montreal,Canada
|
Posted: Fri Apr 25, 2003 11:27 am Post subject: |
|
|
Well i don't have the old libs ....
maybe this is my problem.
Quote: |
root@Glitch:/home/skeleton#emerge -Cp libpng
>>> These are the packages that I would unmerge:
media-libs/libpng
selected: 1.2.5-r4
protected: none
omitted: none
>>> Packages in red are slated for removal.
>>> Packages in green will not be removed.
|
|
|
Back to top |
|
|
xenobytes n00b
Joined: 21 Dec 2002 Posts: 20
|
Posted: Fri Apr 25, 2003 5:28 pm Post subject: |
|
|
pheelay wrote: | (Useful - I have it set up to mount & browse CDs on left click and eject on right click )
phil |
Did you get it to mount and browse CDs as a user? What does your code look like, I'd love it if you'd post it back in this thread
Cause that's a major convience that commandline-style linux is missing
~xenobytes |
|
Back to top |
|
|
_SkeLeToN_ Guru
Joined: 12 Sep 2002 Posts: 506 Location: Montreal,Canada
|
Posted: Fri Apr 25, 2003 7:59 pm Post subject: |
|
|
xenobytes wrote: | pheelay wrote: | (Useful - I have it set up to mount & browse CDs on left click and eject on right click )
phil |
Did you get it to mount and browse CDs as a user? What does your code look like, I'd love it if you'd post it back in this thread
Cause that's a major convience that commandline-style linux is missing
~xenobytes |
Well you will need add something to your /etc/fstab in order to mount as a user.
Quote: |
/dev/cdroms/cdrom0 /mnt/cdrom iso9660 noauto,ro,users 0 0
|
|
|
Back to top |
|
|
_SkeLeToN_ Guru
Joined: 12 Sep 2002 Posts: 506 Location: Montreal,Canada
|
Posted: Sat Apr 26, 2003 3:02 pm Post subject: |
|
|
You guys know a good set of svg icons ??? I found some from freshmeat but they are not that good ...
i did some google search but except the BlueSphere set (which I do not really like) there's nothing else ... |
|
Back to top |
|
|
timmfin Guru
Joined: 04 Sep 2002 Posts: 336 Location: Maryland, USA
|
Posted: Sat Apr 26, 2003 3:43 pm Post subject: |
|
|
Hmm yea there are not too many right now, a few other svg icon sets can be found at [url]art.gnome.org[/url], but I don't think it tells you if the set is svg or not. http://librsvg.sourceforge.net/theme.php has some too, but you've already said one of them.
Hopefully more and more will come out, but it will take some time. |
|
Back to top |
|
|
_SkeLeToN_ Guru
Joined: 12 Sep 2002 Posts: 506 Location: Montreal,Canada
|
Posted: Sat Apr 26, 2003 5:46 pm Post subject: |
|
|
Do you know if there is a soft that can convert a png to svg format ? I could always convert some icon i would like to use ... |
|
Back to top |
|
|
timmfin Guru
Joined: 04 Sep 2002 Posts: 336 Location: Maryland, USA
|
Posted: Sun Apr 27, 2003 5:09 am Post subject: |
|
|
Well the thing is that svg is a completely different format than png. Pngs (and jpegs, bmps, for that matter) are raster images, basicially just a big pixel array of color data. Svg's on the other hand store shape information. It is easy to take a svg image and render it to a specific size to make a png, but to really make the svg you have to draw it. The good thing about this is that svg's can be resized any way you want and not loose quality, unlike the raster images. |
|
Back to top |
|
|
hook Veteran
Joined: 23 Oct 2002 Posts: 1398 Location: Ljubljana, Slovenia
|
Posted: Sun Apr 27, 2003 7:35 am Post subject: |
|
|
is there a way to force PNG's height and width in idesk? ...yea, i know i can use the gimp, but still it would be a nice option _________________ tea+free software+law=hook
(deep inside i'm still a tux's little helper) |
|
Back to top |
|
|
timmfin Guru
Joined: 04 Sep 2002 Posts: 336 Location: Maryland, USA
|
Posted: Sun Apr 27, 2003 2:31 pm Post subject: |
|
|
It can be added to the todo list, I'm pretty sure it would not be very hard. |
|
Back to top |
|
|
hook Veteran
Joined: 23 Oct 2002 Posts: 1398 Location: Ljubljana, Slovenia
|
Posted: Sun Apr 27, 2003 2:41 pm Post subject: |
|
|
hmmm ...the ebuild is a bit outdated ...not even able to use the SingleClick option (without it it's pretty useless for me) ...hint hint _________________ tea+free software+law=hook
(deep inside i'm still a tux's little helper) |
|
Back to top |
|
|
_SkeLeToN_ Guru
Joined: 12 Sep 2002 Posts: 506 Location: Montreal,Canada
|
|
Back to top |
|
|
hook Veteran
Joined: 23 Oct 2002 Posts: 1398 Location: Ljubljana, Slovenia
|
Posted: Sun Apr 27, 2003 3:57 pm Post subject: |
|
|
yea i know ...i've looked at it before. but the problem why i don't install manually from source anymore is because i'm not sure if from source it installs in the same dirs as it does using the ebuild :] ...i would if i knew it's this case, though!!
[ot] hi, skeleton, and thx again for persuading me to use gentoo [/ot] _________________ tea+free software+law=hook
(deep inside i'm still a tux's little helper) |
|
Back to top |
|
|
_SkeLeToN_ Guru
Joined: 12 Sep 2002 Posts: 506 Location: Montreal,Canada
|
Posted: Sun Apr 27, 2003 5:10 pm Post subject: |
|
|
AHahaha I see you enjoy Gentoo
Hum just need to take the old 3.5.1 ebuild and modify a little bit and you will be able to get it anyways it's only 1 binary .... |
|
Back to top |
|
|
_SkeLeToN_ Guru
Joined: 12 Sep 2002 Posts: 506 Location: Montreal,Canada
|
Posted: Sun Apr 27, 2003 5:28 pm Post subject: |
|
|
There we go :
Quote: |
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /home/cvsroot/gentoo-x86/x11-misc/idesk/idesk-0.3.5-r1.ebuild,v 1.4 2003/02/13 17:15:12 vapier Exp $
DESCRIPTION="Utility to place icons on the root window"
HOMEPAGE="http://idesk.timmfin.net/index.html"
SRC_URI="http://idesk.timmfin.net/releases/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="x86 ~ppc"
DEPEND=">media-libs/imlib-1.9.14
virtual/x11"
S="${WORKDIR}/"
src_unpack() {
unpack ${A}
cd ${S}
# fix for xft2 the ugly way
CXXFLAGS="${CXXFLAGS} -I/usr/include/freetype2 -U__linux__"
#Allow for more robust CXXFLAGS
mv Makefile Makefile.orig
sed -e "s:-g -O2:${CXXFLAGS}:" Makefile.orig > Makefile
}
src_compile() {
emake || die
}
src_install() {
exeinto /usr/bin
doexe idesk
dodoc README
}
pkg_postinst() {
einfo
einfo "NOTE: Please refer to ${HOMEPAGE}"
einfo "NOTE: For info on configuring ${PN}"
einfo
}
|
save this as idesk-0.5.2.ebuild in your portage overlay ... ex : /usr/local/portage/x11-misc/idesk
Then ebuild idesk-0.5.2.ebuild digest
them emerge idesk-0.5.2.ebuild
et voila |
|
Back to top |
|
|
_SkeLeToN_ Guru
Joined: 12 Sep 2002 Posts: 506 Location: Montreal,Canada
|
Posted: Sun Apr 27, 2003 5:53 pm Post subject: |
|
|
This is really weird ... I emerge the idesk-0.5.2 and now i can get png to work .... Timmfin didn't change something in the meantime ??? anyways IT WORKS !!!!!!!!!!!!! |
|
Back to top |
|
|
CYwolf n00b
Joined: 01 Jun 2002 Posts: 47 Location: Toronto, ON, CA
|
Posted: Sun Apr 27, 2003 7:07 pm Post subject: dependency |
|
|
That ebuild's missing a dependency line for gnome-base/librsvg - otherwise it works great. |
|
Back to top |
|
|
_SkeLeToN_ Guru
Joined: 12 Sep 2002 Posts: 506 Location: Montreal,Canada
|
Posted: Sun Apr 27, 2003 7:10 pm Post subject: |
|
|
oups sorry I forgot to add it my bad ! |
|
Back to top |
|
|
xlyz Veteran
Joined: 27 Oct 2002 Posts: 1470 Location: Italy
|
Posted: Sun Apr 27, 2003 7:22 pm Post subject: |
|
|
idesk 0.5.2 installed fine
2 only glitches (so far ):
single click does not work
if I launch it in .xsession I can not use it to launch yelp (4.3.0 and fluxbox) the other apps work fine |
|
Back to top |
|
|
timmfin Guru
Joined: 04 Sep 2002 Posts: 336 Location: Maryland, USA
|
Posted: Mon Apr 28, 2003 6:11 am Post subject: |
|
|
_SkeLeToN_: Nope nothing was changed. If I edit the code I will always change the version number. Glad things are worked out, It seems like it is not a code issue then.
xlyz: I have fluxbox and X 4.3 as well, and can't launch xterm, probably same problem as yelp. Need to look into that more. It seems like single-click is broken, I will try to get to that this week.
Edit: Well I did a quick fix, single click now works but I didn't really test it that well. I called the new version 5.2.1, but I should have just made a patch. Oh well, next time. |
|
Back to top |
|
|
nikai Apprentice
Joined: 02 Oct 2002 Posts: 270 Location: Kitzbühel, Austria
|
Posted: Mon Apr 28, 2003 10:47 am Post subject: |
|
|
_SkeLeToN_ wrote: | Do you know if there is a soft that can convert a png to svg format ? |
For best results it's often better to draw the icon from scratch in vector software.
There is software as well for tracing bitmaps to vectors. It's really powerful, but lacking documentation:
Code: | emerge -s autotrace frontline |
|
|
Back to top |
|
|
xlyz Veteran
Joined: 27 Oct 2002 Posts: 1470 Location: Italy
|
Posted: Mon Apr 28, 2003 12:04 pm Post subject: |
|
|
timmfin wrote: | xlyz: I have fluxbox and X 4.3 as well, and can't launch xterm, probably same problem as yelp. Need to look into that more. |
please do. is the only reason why I'm not using idesk any more
Quote: | I will try to get to that this week.
Edit: Well I did a quick fix, single click now works but I didn't really test it that well |
I will test it as soon as I'm @ home. I'll let you know. |
|
Back to top |
|
|
xlyz Veteran
Joined: 27 Oct 2002 Posts: 1470 Location: Italy
|
Posted: Mon Apr 28, 2003 7:35 pm Post subject: |
|
|
single click now works |
|
Back to top |
|
|
|