Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Is there a decent dc++ client yet?
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page Previous  1, 2, 3 ... 24, 25, 26 ... 31, 32, 33  Next  
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
lysergicacid
Guru
Guru


Joined: 25 Nov 2003
Posts: 352
Location: The Universe,Virgo Super Cluster,Milky Way,Earth

PostPosted: Tue May 09, 2006 4:18 pm    Post subject: Reply with quote

both the cvs and non cvs work fine here :)
_________________
[img]http://valid.canardpc.com/cache/banner/2040927.png[/img]
Desktop:
[img]http://valid.canardpc.com/cache/banner/2703952.png[/img]
Back to top
View user's profile Send private message
Xake
Guru
Guru


Joined: 11 Feb 2004
Posts: 588
Location: Göteborg, the rainy part of scandinavia

PostPosted: Wed May 10, 2006 11:01 am    Post subject: Reply with quote

Both works for me as long as I don not try to search:

It starts to list files but SIGABRT before it completes with the following error in console
Code:
ldcpp: client/ClientManager.cpp:140: Pointer<User> ClientManager::getUser(const std::string&, const std::string&): Assertion `aNick.size() > 0' failed.
Back to top
View user's profile Send private message
Extintor
Tux's lil' helper
Tux's lil' helper


Joined: 09 Oct 2004
Posts: 113
Location: Stockholm, Sweden

PostPosted: Wed May 10, 2006 12:39 pm    Post subject: Reply with quote

queen wrote:
Extintor wrote:
I must say that LDCPP is looking fine now. Really fine to be exact.
Got it up and running today and it works just fine.

Check it out :)


which one? the cvs or non cvs. I never managed to install the cvs version. i use the non cvs.


the CVS version. Followed the instructions on the homepage. All i had to install was SCons.
_________________
Beerhazard | Nobelium | VIm | Perl | Ruby
Back to top
View user's profile Send private message
queen
Veteran
Veteran


Joined: 19 Jul 2005
Posts: 1642

PostPosted: Thu May 11, 2006 8:15 am    Post subject: Reply with quote

Xake wrote:
Both works for me as long as I don not try to search:

It starts to list files but SIGABRT before it completes with the following error in console
Code:
ldcpp: client/ClientManager.cpp:140: Pointer<User> ClientManager::getUser(const std::string&, const std::string&): Assertion `aNick.size() > 0' failed.


search was always problematic for me. I already know that i have to get file list of each user and browse the files. search always give me less results than normal. But maybe it's because i was always passive. I asked the isp and he opened active, but after that i discovered that it was open on tcp only. udp didn't worked well.
Back to top
View user's profile Send private message
pussi
l33t
l33t


Joined: 08 May 2004
Posts: 727
Location: Finland

PostPosted: Fri May 12, 2006 9:30 pm    Post subject: Reply with quote

I made an live svn ebuild for dcsharp:
Code:
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit subversion mono

DESCRIPTION="DirectConnect client written in mono."
HOMEPAGE="http://mono.dcsharp.com/"
SRC_URI=""

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="-*"
IUSE=""

RDEPEND=">=dev-lang/mono-1.1
   >=dev-dotnet/gtk-sharp-2.6
   >=dev-dotnet/glade-sharp-2.6
   gnome-base/librsvg"

DEPEND="${RDEPEND}
   dev-util/scons"

ESVN_REPO_URI="http://opensvn.csie.org/DCSharp/branches/prism-gtk/"
ESVN_PROJECT="DCSharp"

src_unpack() {
subversion_src_unpack
}

src_compile() {
   scons || die "scons failed"
}

src_install() {
   scons install DESTDIR="${D}" || die "Install failed"
}

Only problem is that it fails with sandbox enabled (you have to emerge it with FEATURES="-sandbox"). If someone figures out how to fix it, please tell here.
The application itself seems nice though I haven't tested it much yet.

EDIT: fixed sandbox-error and gtk-sharp dependency
EDIT: added glade-sharp dependency
EDIT: added librsvg dependecy


Last edited by pussi on Sun Jun 04, 2006 4:53 pm; edited 4 times in total
Back to top
View user's profile Send private message
lysergicacid
Guru
Guru


Joined: 25 Nov 2003
Posts: 352
Location: The Universe,Virgo Super Cluster,Milky Way,Earth

PostPosted: Sat May 13, 2006 10:18 am    Post subject: Reply with quote

anyone from ldcpp developers reading this ??? if so u seem to of implimented a bug in the cvs from yesterday (13/05/2006) seems that when a user using strongdc++ connects it now crashes the client
_________________
[img]http://valid.canardpc.com/cache/banner/2040927.png[/img]
Desktop:
[img]http://valid.canardpc.com/cache/banner/2703952.png[/img]


Last edited by lysergicacid on Tue Sep 12, 2006 6:25 am; edited 1 time in total
Back to top
View user's profile Send private message
madman2003
Apprentice
Apprentice


Joined: 20 Feb 2005
Posts: 178

PostPosted: Sat May 13, 2006 5:46 pm    Post subject: Reply with quote

This should work:

scons install DESTDIR="${D}"

Does dc# crash for anyone on connecting to a hub too?
Back to top
View user's profile Send private message
pussi
l33t
l33t


Joined: 08 May 2004
Posts: 727
Location: Finland

PostPosted: Sat May 13, 2006 8:28 pm    Post subject: Reply with quote

madman2003 wrote:
This should work:

scons install DESTDIR="${D}"
Thanks, fixed the ebuild now.
Back to top
View user's profile Send private message
dj_farid
l33t
l33t


Joined: 14 Jun 2004
Posts: 613

PostPosted: Sun May 14, 2006 12:17 am    Post subject: Reply with quote

Ldcpp still crashes on my machine :( Not as often as before though. Would be really nice if this got fixed sometime soon.
Code:
ldcpp[13682]: segfault at 0000005802954814 rip 000000331bad4509 rsp 00002b034be48d40 error 4
Back to top
View user's profile Send private message
lysergicacid
Guru
Guru


Joined: 25 Nov 2003
Posts: 352
Location: The Universe,Virgo Super Cluster,Milky Way,Earth

PostPosted: Tue May 16, 2006 3:58 pm    Post subject: Reply with quote

seems theres another client up and comming http://www.gtkdc.org/ compiles ok shame theres no way to add shared folders or download folders tho :P
_________________
[img]http://valid.canardpc.com/cache/banner/2040927.png[/img]
Desktop:
[img]http://valid.canardpc.com/cache/banner/2703952.png[/img]
Back to top
View user's profile Send private message
pussi
l33t
l33t


Joined: 08 May 2004
Posts: 727
Location: Finland

PostPosted: Tue May 16, 2006 9:41 pm    Post subject: Reply with quote

madman2003 wrote:
Does dc# crash for anyone on connecting to a hub too?
No, it just freezes for some time, but starts working after awhile.
Back to top
View user's profile Send private message
queen
Veteran
Veteran


Joined: 19 Jul 2005
Posts: 1642

PostPosted: Wed May 17, 2006 9:52 am    Post subject: Reply with quote

Extintor wrote:
queen wrote:
Extintor wrote:
I must say that LDCPP is looking fine now. Really fine to be exact.
Got it up and running today and it works just fine.

Check it out :)


which one? the cvs or non cvs. I never managed to install the cvs version. i use the non cvs.


the CVS version. Followed the instructions on the homepage. All i had to install was SCons.


Can you send the link where the instructions are? i couldn't find it.
Back to top
View user's profile Send private message
radfoj
Guru
Guru


Joined: 31 Dec 2004
Posts: 490
Location: Tísek, Czech Republic

PostPosted: Wed May 17, 2006 9:58 am    Post subject: Reply with quote

http://openfacts.berlios.de/index-en.phtml?title=Ldcpp_Manual
Back to top
View user's profile Send private message
Zepp
Veteran
Veteran


Joined: 15 Mar 2004
Posts: 1246
Location: Ontario, Canada

PostPosted: Fri May 19, 2006 3:14 am    Post subject: Reply with quote

is it just me or is the ctrl+r reconnect feature in ldcpp disabled....
Back to top
View user's profile Send private message
None9
Tux's lil' helper
Tux's lil' helper


Joined: 16 Apr 2005
Posts: 101

PostPosted: Fri May 19, 2006 2:42 pm    Post subject: Reply with quote

There are many features that hasn't been added yet. So no, it's not just you
Back to top
View user's profile Send private message
Zepp
Veteran
Veteran


Joined: 15 Mar 2004
Posts: 1246
Location: Ontario, Canada

PostPosted: Fri May 19, 2006 10:01 pm    Post subject: Reply with quote

None9 wrote:
There are many features that hasn't been added yet. So no, it's not just you


Ok cause I thought it used to be there, maybe it was broken and disabled for the time being.
Back to top
View user's profile Send private message
daniele_athome
n00b
n00b


Joined: 20 May 2006
Posts: 1
Location: Italy

PostPosted: Sat May 20, 2006 2:37 pm    Post subject: Re: new client up and coming Reply with quote

lysergicacid wrote:
seems theres another client up and comming http://www.gtkdc.org/ compiles ok shame theres no way to add shared folders or download folders tho :P


you can't add shared or download folders because there isn't any transfer or share feature yet :)
These days I'm trying to stabilize the version with chat and search, then I will begin to write transfers.

bye!
_________________
daniele_athome
Back to top
View user's profile Send private message
Fanatic
Apprentice
Apprentice


Joined: 02 May 2004
Posts: 173
Location: Stocktown

PostPosted: Tue May 23, 2006 10:16 am    Post subject: Reply with quote

Dcsharp requires glade-sharp as well:

Code:

snip..

DEPEND=">=dev-lang/mono-1.1
        >=dev-dotnet/gtk-sharp-2.6
        >=dev-dotnet/glade-sharp-2.6"
RDEPEND="${RDEPEND}
         dev-util/scons"

snip..
Back to top
View user's profile Send private message
Lowspirit
Apprentice
Apprentice


Joined: 31 Jul 2002
Posts: 258
Location: Northern Sweden

PostPosted: Tue May 23, 2006 10:29 pm    Post subject: Reply with quote

DCSharp works really really well for me, it's alot more refined then dcpp in it's usability and looks but lacks in the feature department but it's already quite far, what I miss for the time being is some way to monitor it's progress, some form of changelog or something?
_________________
Gentoo | AMD X2 3800+ 2GB RAM | Kernel 2.6.30 . ReiserFS . CFQ . GCC4.3.3 | Firefox 3.5 | Gnome 2.26 w/ Compiz-Fusion
"Penguins are the only fish that can fly"
Back to top
View user's profile Send private message
madman2003
Apprentice
Apprentice


Joined: 20 Feb 2005
Posts: 178

PostPosted: Sun Jun 04, 2006 9:13 am    Post subject: Reply with quote

gnome-base/librsvg is now a depency of ldcpp, so everyone using cvs ebuilds should include that as depency.
Back to top
View user's profile Send private message
pussi
l33t
l33t


Joined: 08 May 2004
Posts: 727
Location: Finland

PostPosted: Sun Jun 04, 2006 4:53 pm    Post subject: Reply with quote

madman2003 wrote:
gnome-base/librsvg is now a depency of ldcpp, so everyone using cvs ebuilds should include that as depency.
thanks for the info :)
Back to top
View user's profile Send private message
Zepp
Veteran
Veteran


Joined: 15 Mar 2004
Posts: 1246
Location: Ontario, Canada

PostPosted: Sun Jun 04, 2006 5:10 pm    Post subject: Reply with quote

When did it get the notification icon and the "LinuxDC++" title now?
Back to top
View user's profile Send private message
radfoj
Guru
Guru


Joined: 31 Dec 2004
Posts: 490
Location: Tísek, Czech Republic

PostPosted: Sun Jun 04, 2006 5:13 pm    Post subject: Reply with quote

Zepp wrote:
When did it get the notification icon and the "LinuxDC++" title now?

On 2006-05-29, see changelog. But in KDE, the systray icon still doesnt seems to be transparent.
Back to top
View user's profile Send private message
Zepp
Veteran
Veteran


Joined: 15 Mar 2004
Posts: 1246
Location: Ontario, Canada

PostPosted: Sun Jun 04, 2006 5:16 pm    Post subject: Reply with quote

I should rig up a script or something to re-emerge or update anyway when there are additions made :P
Back to top
View user's profile Send private message
pussi
l33t
l33t


Joined: 08 May 2004
Posts: 727
Location: Finland

PostPosted: Wed Jun 14, 2006 12:44 pm    Post subject: Reply with quote

Trere's a new release of Dc-qt.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Goto page Previous  1, 2, 3 ... 24, 25, 26 ... 31, 32, 33  Next
Page 25 of 33

 
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