You are not logged in.
Any linuxdcpp users here? Before this, it's working just fine. Now it seems like I can't share any other folder than my home dir. It puzzles me though, because I did browse to the dir that I want to share yet it stills shows my home dir.
Anyone is experiencing the same problem?
Offline
I have the same problem, even with eiskaltdcpp from the AUR. Maybe a problem with any of the libs?
Offline
I have the same issue as well. I am using gnome3. I also tried eiskaltdcpp and got the same result.
Edit: I found that that if you go into ~/.dc++/DCPlusPlus.xml and add this
<Share>
<Directory Virtual="name">/your/dir/here/</Directory>
</Share>
It works fine. Don't use escape characters either.
Last edited by Hspasta (2012-08-19 21:43:07)
Offline
I'm running into the same issue.
When I edited the xml file dcpp would just overwrite it the next time it was started.
Is there a specific sequence that you are supposed to start the program/write to the xml file.
any help is appreciated
Offline
I have the same issue to and i find this link
Offline
I fired up the debugger on this one... and then hit the google.
This looks like a GTK+ version 2.24.11 bug introduced in this change:
https://bugzilla.gnome.org/show_bug.cgi?id=674556
If you compile and run the test case Paul Davis created in comment #10 on that web page... and described on comment #9, the same problem is recreated without LinuxDC++ involved.
Unfortunately, AFAIKT Paul never followed up creating a new bug report and I'm too much of a privacy freak to create an OpenID to jump in the middle of it myself.
Last edited by pigiron (2012-09-05 01:02:34)
Offline
Workaround: downgrade "gtk2", "lib32-gtk2" to 2.24.9.
Should we wait until "linuxdcpp" converted to GTK3?
we are not condemned to write ugly code
Offline