LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 08-21-2011, 07:47 AM   #331
slacker77
LQ Newbie
 
Registered: May 2009
Location: slovakia
Distribution: slackware
Posts: 16

Rep: Reputation: 3

Quote:
Originally Posted by mlpa View Post
Other question, I can mount usb disks and pens, but i can't create files or folders?
su
cd /sbin
ln -s mount.ntfs-3g mount.ntfs
 
1 members found this post helpful.
Click here to see the post LQ members have rated as the most helpful post in this thread.
Old 08-21-2011, 10:37 AM   #332
mlpa
Member
 
Registered: May 2008
Location: Aveiro
Distribution: Slackware
Posts: 542

Original Poster
Rep: Reputation: 50
Quote:
Originally Posted by slacker77 View Post
from http://connie.slackware.com/~rworkma...vahi/READ_THIS

I chose uid/gid of 85 for this:

/etc/passwd:avahi:x:85:85:User for Avahi:/dev/null:/bin/false
/etc/group:avahi:x:85:

I guess rc.M is the place for this:

# Start avahidaemon
if [ -x /etc/rc.d/rc.avahidaemon ]; then
/etc/rc.d/rc.avahidaemon start
fi
# Start avahidnsconfd
if [ -x /etc/rc.d/rc.avahidnsconfd ]; then
/etc/rc.d/rc.avahidnsconfd start
fi

and then rc.K ??

# Stop avahidnsconfd
if [ -x /etc/rc.d/rc.avahidnsconfd ]; then
/etc/rc.d/rc.avahidnsconfd stop
fi
# Stop avahidaemon
if [ -x /etc/rc.d/rc.avahidaemon ]; then
/etc/rc.d/rc.avahidaemon stop
fi
This resolve the avahi problem.
Thanks
 
Old 08-21-2011, 10:39 AM   #333
mlpa
Member
 
Registered: May 2008
Location: Aveiro
Distribution: Slackware
Posts: 542

Original Poster
Rep: Reputation: 50
Quote:
Originally Posted by slacker77 View Post
su
cd /sbin
ln -s mount.ntfs-3g mount.ntfs
And this resolve the mounting problem.
Now my XFCE 4.8 is nearly perfect.

Thanks.
 
Old 08-29-2011, 03:08 AM   #334
mlpa
Member
 
Registered: May 2008
Location: Aveiro
Distribution: Slackware
Posts: 542

Original Poster
Rep: Reputation: 50
Robby added glib-networking to XFCE 4.8:
Quote:
Tue Aug 23 05:37:15 UTC 2011
Added glib-networking
Upgraded libsoup to 2.34.3
This is used for what in XFCE 4.8?
 
Old 08-29-2011, 03:26 AM   #335
sahko
Senior Member
 
Registered: Sep 2008
Distribution: Slackware
Posts: 1,041

Rep: Reputation: Disabled
glib-networking is used by libsoup. i know the screenshooter is using it, but Robby has patched it not to need it. libsoup is also needed by gvfs which recent thunar releases use for mounting remote shares and stuff which i suppose is why its there.
 
Old 08-29-2011, 04:06 AM   #336
disturbed1
Senior Member
 
Registered: Mar 2005
Location: USA
Distribution: Slackware
Posts: 1,133
Blog Entries: 6

Rep: Reputation: 224Reputation: 224Reputation: 224
I recently updated all of the Xfce 4.8 + deps + extra packages and ran into a little problem with firefox. Firefox refused to launch. Renamed ~/.mozilla, safe mode, new user ... same issue. removepkg libproxy allowed Firefox to launch and run normally.

Ended having to recompile Firefox with --enable-libproxy, which fixed the issue. Anyone else have this problem?

I do not install Robby's binary packages, instead I use the (mostly) unmodified SlackBuilds. Just changing CFLAGS and NUMJOBS. So this could be my local problem.
 
Old 08-29-2011, 03:14 PM   #337
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,177

Rep: Reputation: 7360Reputation: 7360Reputation: 7360Reputation: 7360Reputation: 7360Reputation: 7360Reputation: 7360Reputation: 7360Reputation: 7360Reputation: 7360Reputation: 7360
Quote:
Originally Posted by disturbed1 View Post
I recently updated all of the Xfce 4.8 + deps + extra packages and ran into a little problem with firefox. Firefox refused to launch. Renamed ~/.mozilla, safe mode, new user ... same issue. removepkg libproxy allowed Firefox to launch and run normally.

Ended having to recompile Firefox with --enable-libproxy, which fixed the issue. Anyone else have this problem?

I do not install Robby's binary packages, instead I use the (mostly) unmodified SlackBuilds. Just changing CFLAGS and NUMJOBS. So this could be my local problem.
Yes, had the same problem with Mr. Workman's new glib-networking package. Deleted it (removepkg) and the problem went away.
 
Old 08-29-2011, 03:16 PM   #338
abrouwers
Member
 
Registered: May 2005
Location: Michigan
Distribution: Slackware -current
Posts: 98

Rep: Reputation: 37
libsoup *can* be used by gvfs, definitely not a hard dep. Just a configure flag away, like some of this other 'optional' stuff :-)
 
Old 09-04-2011, 08:32 PM   #339
rworkman
Slackware Contributor
 
Registered: Oct 2004
Location: Tuscaloosa, Alabama (USA)
Distribution: Slackware
Posts: 2,560

Rep: Reputation: 1354Reputation: 1354Reputation: 1354Reputation: 1354Reputation: 1354Reputation: 1354Reputation: 1354Reputation: 1354Reputation: 1354Reputation: 1354
The new libsoup somehow screw with some FF versions; I don't have any issues using the FF7beta builds, but at least 5.x is bad. I'll put the old libsoup package back in a few days (I'm out of town right now).
 
Old 09-05-2011, 04:14 AM   #340
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,177

Rep: Reputation: 7360Reputation: 7360Reputation: 7360Reputation: 7360Reputation: 7360Reputation: 7360Reputation: 7360Reputation: 7360Reputation: 7360Reputation: 7360Reputation: 7360
Quote:
Originally Posted by rworkman View Post
The new libsoup somehow screw with some FF versions; I don't have any issues using the FF7beta builds, but at least 5.x is bad. I'll put the old libsoup package back in a few days (I'm out of town right now).
As I said a couple of posts back, removing the glib-networking package (not libsoup) solved the problem, at least with Firefox 6.0.
 
Old 09-05-2011, 07:07 AM   #341
disturbed1
Senior Member
 
Registered: Mar 2005
Location: USA
Distribution: Slackware
Posts: 1,133
Blog Entries: 6

Rep: Reputation: 224Reputation: 224Reputation: 224
Quote:
Originally Posted by cwizardone View Post
As I said a couple of posts back, removing the glib-networking package (not libsoup) solved the problem, at least with Firefox 6.0.
That's because libsoup depends on glib-networking. When you remove glib-networking, libsoup no longer functions correctly. The underlying problem is libsoup

Can be fixed by recompiling Firefox with --enable-libsoup, downgrading libsoup, or upgrading Firefox.
 
Old 09-05-2011, 02:54 PM   #342
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,177

Rep: Reputation: 7360Reputation: 7360Reputation: 7360Reputation: 7360Reputation: 7360Reputation: 7360Reputation: 7360Reputation: 7360Reputation: 7360Reputation: 7360Reputation: 7360
Quote:
Originally Posted by disturbed1 View Post
That's because libsoup depends on glib-networking...
Whatever for? Wouldn't it be the other way around?

Quote:
libsoup: Libsoup is an HTTP library implementation in C. It was originally part
libsoup: of a SOAP (Simple Object Access Protocol) implementation called Soup,
libsoup: but the SOAP and non-SOAP parts have now been split into separate
libsoup: packages.
libsoup:
 
Old 09-05-2011, 03:02 PM   #343
disturbed1
Senior Member
 
Registered: Mar 2005
Location: USA
Distribution: Slackware
Posts: 1,133
Blog Entries: 6

Rep: Reputation: 224Reputation: 224Reputation: 224
Quote:
Originally Posted by cwizardone View Post
Whatever for? Wouldn't it be the other way around?
Code:
checking whether gcc understands -Wundef... yes
checking for glib-networking (glib TLS implementation)... no
configure: error: libsoup requires glib-networking for TLS support.

If you are building a package, you can pass --disable-tls-check to
allow building libsoup anyway (since glib-networking is not actually
required at compile time), but you should be sure to add a runtime
dependency on it.
 
2 members found this post helpful.
Old 09-05-2011, 06:43 PM   #344
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,177

Rep: Reputation: 7360Reputation: 7360Reputation: 7360Reputation: 7360Reputation: 7360Reputation: 7360Reputation: 7360Reputation: 7360Reputation: 7360Reputation: 7360Reputation: 7360
^ Thanks!


Isn't libsoup used for something else? I know Alien Bob made a libsoup package available in June of 2010.

Last edited by cwizardone; 09-08-2011 at 07:22 AM.
 
Old 09-08-2011, 07:12 AM   #345
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,177

Rep: Reputation: 7360Reputation: 7360Reputation: 7360Reputation: 7360Reputation: 7360Reputation: 7360Reputation: 7360Reputation: 7360Reputation: 7360Reputation: 7360Reputation: 7360
Well, I installed 4.8.x, yet again, and it was running fine for a day or two. After recently running KDE for several hours I got tired of it, as usually happens, and then ran xwmconfig, picked Xfce, rebooted, and fired it up. Now the the volume up/down and mute keys of the keyboard no longer work.
I reinstalled the xfce4-volumed daemon, built from the script over at SlackBuilds.org, but no luck, still doesn't work. Oh, well, add it to the list of instabilities in 4.8.

Last edited by cwizardone; 09-08-2011 at 07:14 AM.
 
  


Reply

Tags
xfce 4.8 final



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to install xfce 4.6 at /opt/xfce? josealexandre Linux - General 2 03-01-2009 12:31 PM
XFce and Compiz : xfce doesn't manage the desktop naaman Linux - Desktop 0 07-16-2008 01:39 AM
XFCE Network ServersI use XFCE (sometimes) but I can not find my network folders on a holzster Ubuntu 0 10-24-2006 05:48 PM
Xfce problems with task bar and xfce-panel aeruzcar Linux - Software 4 06-26-2006 05:29 AM
Xfce!! Enter_Slackgirl Linux - Newbie 3 03-14-2004 08:11 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 11:59 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration