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 06-06-2012, 10:59 AM   #76
bobzilla
Member
 
Registered: Nov 2005
Location: Serbia
Distribution: Slackware
Posts: 231

Rep: Reputation: Disabled

NetworkManager is already in current.
 
Old 06-06-2012, 07:24 PM   #77
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,095

Rep: Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273
Quote:
Originally Posted by bobzilla View Post
NetworkManager is already in current.
Yes, for KDE, but it will not run in Xfce without the appropriate (same version) nm-applet and the aforementioned gnome dependencies.
 
Old 06-09-2012, 11:20 AM   #78
bobzilla
Member
 
Registered: Nov 2005
Location: Serbia
Distribution: Slackware
Posts: 231

Rep: Reputation: Disabled
I'm not using NM suite with Xfce, so I wouldn't know. Which dependencies exactly?

I haven't looked into SlackBuild for NM. What options in specific could be KDE specific?
 
Old 06-09-2012, 12:20 PM   #79
bobzilla
Member
 
Registered: Nov 2005
Location: Serbia
Distribution: Slackware
Posts: 231

Rep: Reputation: Disabled
I don't see anything KDE specific in the SlackBuild from current:
Code:
./configure \
  --prefix=/usr \
  --libdir=/usr/lib${LIBDIRSUFFIX} \
  --sysconfdir=/etc \
  --localstatedir=/var \
  --mandir=/usr/man \
  --docdir=/usr/doc/$PKGNAM-$VERSION \
  --with-pppd-plugin-dir=/usr/lib${LIBDIRSUFFIX}/pppd/$PPPD \
  --with-crypto=gnutls \
  --without-resolvconf \
  --with-dhcpcd=/sbin/dhcpcd \
  --with-dhclient=yes \
  --build=$TARGET
Configure options are pretty generic.
 
Old 06-09-2012, 12:32 PM   #80
bobzilla
Member
 
Registered: Nov 2005
Location: Serbia
Distribution: Slackware
Posts: 231

Rep: Reputation: Disabled
Quote:
Originally Posted by cwizardone View Post
nm-applet and the aforementioned gnome dependencies.
gnome-keyring - which is already a dependency of some of the (optional) parts of Xfce 4.10 and gnome-bluetooth, which is itself optional. So nothing terrible.
 
Old 06-09-2012, 12:39 PM   #81
bobzilla
Member
 
Registered: Nov 2005
Location: Serbia
Distribution: Slackware
Posts: 231

Rep: Reputation: Disabled
Actually, you can build Xfce 4.10 with no Gnome-like dependencies at all, just some features won't work (automount, network support in Thunar, etc). This would make sense, ie: on a Linux 2.4 based system which anyways doesn't have an Udev implementation. It uses hotplug. Well, you would likely use Xfce 4.6 on 2.4. It has smaller resource requirements (tested on Slack 10.2 with updated gtk+ 2.x).
 
Old 06-09-2012, 01:15 PM   #82
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,095

Rep: Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273
Quote:
Originally Posted by bobzilla View Post
I'm not using NM suite with Xfce, so I wouldn't know. Which dependencies exactly?...
Besides the correct networkmanager-applet, you would need, GConf, ORBIT2, gnome-keyring, libgnome-keyring and might was well throw in glib-networking.

The following are now included in Slackware-current, sg3_utils, udisks, upower and libatasmart.

Last edited by cwizardone; 06-09-2012 at 01:33 PM. Reason: Typo.
 
Old 06-09-2012, 01:31 PM   #83
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,095

Rep: Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273
Quote:
Originally Posted by bobzilla View Post
gnome-keyring - which is already a dependency of some of the (optional) parts of Xfce 4.10 and gnome-bluetooth, which is itself optional. So nothing terrible.
Xfce 4.10 runs fine without gnome-keyring. You don't need it unless you want to run NetworkManager and possible something else that seeks to store a password. You do not need gnome-keyring to run wicd.

Last edited by cwizardone; 06-09-2012 at 01:33 PM. Reason: Typo.
 
Old 06-09-2012, 01:54 PM   #84
bobzilla
Member
 
Registered: Nov 2005
Location: Serbia
Distribution: Slackware
Posts: 231

Rep: Reputation: Disabled
Quote:
Originally Posted by cwizardone View Post
Xfce 4.10 runs fine without gnome-keyring. You don't need it unless you want to run NetworkManager and possible something else that seeks to store a password. You do not need gnome-keyring to run wicd.
It's also an optional dependency for gvfs. Ie. If built with Gnome-keyring you get password management possibilites in thunar-volman. Ie, when accessing smb and nfs shares. Or during sftp access.

GConf and ORBit2 are, btw, in /extra (Google Chrome is needing it).
 
Old 06-09-2012, 02:30 PM   #85
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,558
Blog Entries: 15

Rep: Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097
Actually... Network Manager Applet requires ONLY the following from SlackBuilds.org:

gnome-keyring
libgnome-keyring
libtasn1

GConf and ORBit2 are provided by Slackware already. That's it and nothing else. glib-networking is ONLY used by GNOME, not Xfce.
 
Old 06-09-2012, 11:23 PM   #86
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,095

Rep: Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273
Quote:
Originally Posted by ReaperX7 View Post
Actually... Network Manager Applet requires ONLY the following from SlackBuilds.org:

gnome-keyring
libgnome-keyring
libtasn1

GConf and ORBit2 are provided by Slackware already. That's it and nothing else. glib-networking is ONLY used by GNOME, not Xfce.
Well, No, they are not part of the standard installation of Slackware. They are provided in /extra/google-chrome/ as dependencies for the google-chrome browser.
You cannot run NetworkManager in Xfce 4.6.2, 4.8.x or 4.10, as the NetworkManager exist today, without
the networkmanager-applet and the dependencies I listed above. And, yes, you don't need glib-networking, but if you are going to go that far, why not. (It was also on Mr. Workman's list as a dependency for Xfce 4.8)

Last edited by cwizardone; 06-09-2012 at 11:25 PM.
 
Old 06-20-2012, 01:30 AM   #87
SqdnGuns
Senior Member
 
Registered: Aug 2005
Location: Pensacola, FL
Distribution: Slackware64® Current & Arch
Posts: 1,092

Rep: Reputation: 174Reputation: 174
Thumbs up

Quote:
Originally Posted by ralvex View Post
I'm making a complementary repository for Salixos and Slackware (with dependencie's management via "slapt-get") to simplify Xfce-4.10's installation.

http://download.tuxfamily.org/salixbang/depot/ (ready NOW!!! for testing Google+ page)
I have been using your packages on a fresh install of Slackware64-13.37 with Robbie's dependencies from Xfce4.8 minus KDE set and all is well!! I had one issue with mounting the external HDD's and thumb drives but was able to fix that by using a backup .xinitrc I had.

Hopefully we will see Xfce 4.10 in the next Slackware release, it is pretty slick and leaves a small footprint.

Thanks for providing the packages!

BTW, I did not use slapt-get.
 
Old 06-20-2012, 12:17 PM   #88
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,095

Rep: Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273
Quote:
Originally Posted by SqdnGuns View Post
...Hopefully we will see Xfce 4.10 in the next Slackware release, it is pretty slick and leaves a small footprint...
Yes, it is pretty slick. Thanks, again, Ralvex!

The .xinitrc file for Xfce 4.10 still gives me some problems, as outlined earlier in this thread, but I've gotten around it and everything else works very well. I'm now at the point of considering removing KDE from the system, but there are still one or two KDE apps I prefer to anything else available (that I've seen to date).

(BTW, saw your thread on NetworkManager and for what its worth, my experience with wicd in Xfce is just the opposite of yours.)

Last edited by cwizardone; 06-20-2012 at 12:18 PM.
 
Old 06-20-2012, 04:14 PM   #89
SqdnGuns
Senior Member
 
Registered: Aug 2005
Location: Pensacola, FL
Distribution: Slackware64® Current & Arch
Posts: 1,092

Rep: Reputation: 174Reputation: 174
Quote:
Originally Posted by cwizardone View Post
(BTW, saw your thread on NetworkManager and for what its worth, my experience with wicd in Xfce is just the opposite of yours.)
That's a bit odd
 
Old 06-20-2012, 04:56 PM   #90
SqdnGuns
Senior Member
 
Registered: Aug 2005
Location: Pensacola, FL
Distribution: Slackware64® Current & Arch
Posts: 1,092

Rep: Reputation: 174Reputation: 174
Forgot to mention this......

I do have some odd behavior with Thunar. When I log into a new X session, the first time I open Thunar it takes 15 - 20 seconds for it to open. When It does open, almost immediately a second Thunar window will open. Anyone else experience this?
 
  


Reply



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
[SOLVED] Where can I find a newbies guide to XFCE or is XFCE not for newbies? Robert.Thompson Slackware 5 03-07-2011 10:27 AM
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

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

All times are GMT -5. The time now is 10:37 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