LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 02-02-2011, 04:02 PM   #181
rmjohnso
Member
 
Registered: Mar 2006
Location: Wisconsin
Distribution: Slackware64-Current
Posts: 294

Rep: Reputation: 43

@cwizardone, I also had the same problems with the logout screen, but the recent updates have fixed that. Are you starting xfce from runlevel 3 or 4 (I'm starting from runlevel 3 with startx)? Do you have a customized xinitrc? I believe Robby has suggested earlier in the thread that it's a good idea to always rerun 'xwmconfig' to be sure that you are using the correct xinitrc that comes with his updated xfce packages.

I'm still having problems mounting USB drives as a regular user. Is anyone else having this problem? I haven't been able to track down what is causing it.
 
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 02-02-2011, 04:27 PM   #182
Ilgar
Senior Member
 
Registered: Jan 2005
Location: Istanbul, Turkey
Distribution: Slackware64 15.0, Slackwarearm 14.2
Posts: 1,157

Rep: Reputation: 237Reputation: 237Reputation: 237
Quote:
Originally Posted by rworkman View Post
(@ llgar) Wow, I didn't realize you were a plugin maintainer.
...A caricature of, really . Just 5 mins ago I asked help from the XFCE devs because I couldn't figure out how to fill in an empty git repo (the one for playercontrol).

The 4.8 plugin api supports the 4.6 api, so all plugins should theoretically work after a recompile. But sometimes unexpected things happen. In the case of XMMS, the 4.6 plugin initialization function used to have a boolean return value and this breaks the compile in 4.8 (as a fix I converted it to static void type, that's all).
 
1 members found this post helpful.
Old 02-02-2011, 05:23 PM   #183
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,137

Rep: Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308
Quote:
Originally Posted by rworkman View Post
...cwizardone, maybe I haven't been too clear on this, but binary packages of the plugins aren't going to work with xfce-4.8 unless the packages are built for 4.8; perhaps you did that, but I didn't -- all of my plugin packages were built for 4.6, so they're useless with 4.8.
From, http://www.xfce.org/about/news/?post=1295136000

"...Our panel application has been rewritten, thereby improving positioning, transparency, item and launcher management. It also introduces a new menu plugin to view directories. Its plugin framework remains compatible with 4.6 plugins..."
 
Old 02-02-2011, 05:41 PM   #184
rmjohnso
Member
 
Registered: Mar 2006
Location: Wisconsin
Distribution: Slackware64-Current
Posts: 294

Rep: Reputation: 43
Quote:
Originally Posted by cwizardone View Post
The following plug-ins would not install, Weather, Wavelan, System Load Montior, Sensor, Network Monitor, and Mail Watcher.

The following plug-ins apparently installed, that is, there wasn't an error message, but they promptly disappeared and were nowhere to be seen, Xfce-Xmms, Clipman, and Verve.

As to rebuilding them, no.
For your plug-ins, I tried building them with the latest releases. Most of the activity for these at git.xfce.org are translation updates, so it doesn't look like much coding has been done to make them compile against xfce-4.8. Here are my results:

Weather - Compiles and installs on my install of 4.8, but it fails to run.
Wavelan - Does not compile on my install of 4.8.
System Load Monitor - Compiled, installed, and running on 4.8 with no problems.
Sensor - Does not compile on my install of 4.8.
Network Monitor - I didn't test this one.
Mail Watcher - Does not compile on my install of 4.8.

clipman - Does not compile on my install of 4.8 (complains about exo)
verve - Compiled, installed, and running on 4.8 with no problems.

Last edited by rmjohnso; 02-02-2011 at 05:42 PM. Reason: fixed spelling
 
1 members found this post helpful.
Old 02-02-2011, 05:54 PM   #185
Ilgar
Senior Member
 
Registered: Jan 2005
Location: Istanbul, Turkey
Distribution: Slackware64 15.0, Slackwarearm 14.2
Posts: 1,157

Rep: Reputation: 237Reputation: 237Reputation: 237
@cwizardone:

Yes, they mean the new panel plugin interface is API compatible with the previous one, but it is not the same as ABI (i.e. binary) compatibility. Slackware packages are binaries and will only work in an ABI compatible XFCE release. API compatible means you can recompile the same source code in the new environment and it will work.
 
1 members found this post helpful.
Old 02-02-2011, 10:50 PM   #186
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,137

Rep: Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308
Quote:
Originally Posted by rmjohnso View Post
For your plug-ins, I tried building them with the latest releases...
Thank you for taking the time. Greatly appreciated!
 
Old 02-02-2011, 10:54 PM   #187
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,137

Rep: Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308
Quote:
Originally Posted by Ilgar View Post
@cwizardone:

Yes, they mean the new panel plugin interface is API compatible with the previous one, but it is not the same as ABI (i.e. binary) compatibility. Slackware packages are binaries and will only work in an ABI compatible XFCE release. API compatible means you can recompile the same source code in the new environment and it will work.
Ah so... Thank you for the information.

From what I've been reading over at the Xfce Forum and from what I saw when installing ZenWalk 7-Beta (in VirtualBox), it would appear Xfce is becoming increasingly dependent upon Gnome and will become even more so in the future.
Is that a valid observation?

Thanks, again.
 
Old 02-02-2011, 11:33 PM   #188
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 rworkman View Post
As it turns out, that patch isn't really needed, I don't think -- the correct way to use gnome-keyring in xfce is to check the box for "enable gnome services" or some such in the Sessions and Startup preferences.
I rebuilt Xfce commenting out the do_not_start_ssh_and_gpg_agents.diff patch - and well - I end up with gnome-keyring and the default gpg/ssh agents running . Think I'll keep it in. I'm sure I could completely remove gnome-keyring, or even stop it from starting, but I really like Network Manager, and it's just something I'll have to live with.

Things don't feel heavier on a P4m 1.8 with 512MiB, nor a PIII 850 with 576MiB.

Quote:
Weather - Compiles and installs on my install of 4.8, but it fails to run.
Wavelan - Does not compile on my install of 4.8.
System Load Monitor - Compiled, installed, and running on 4.8 with no problems.
Sensor - Does not compile on my install of 4.8.
Network Monitor - I didn't test this one.
Mail Watcher - Does not compile on my install of 4.8.

clipman - Does not compile on my install of 4.8 (complains about exo)
verve - Compiled, installed, and running on 4.8 with no problems.
IF you are using the newest releases of plugins which have been ported, and they fail to build, fail to run, http://bugzilla.xfce.org/
http://thread.gmane.org/gmane.comp.d...71/focus=19077
Attached Thumbnails
Click image for larger version

Name:	Screenshot - 02032011 - 12:14:57 AM.jpg
Views:	34
Size:	273.6 KB
ID:	6043  
 
1 members found this post helpful.
Old 02-03-2011, 03:26 AM   #189
Ilgar
Senior Member
 
Registered: Jan 2005
Location: Istanbul, Turkey
Distribution: Slackware64 15.0, Slackwarearm 14.2
Posts: 1,157

Rep: Reputation: 237Reputation: 237Reputation: 237
Quote:
Originally Posted by cwizardone View Post
From what I've been reading over at the Xfce Forum and from what I saw when installing ZenWalk 7-Beta (in VirtualBox), it would appear Xfce is becoming increasingly dependent upon Gnome and will become even more so in the future.
Is that a valid observation?
Not being an XFCE core developer I don't consider myself qualified enough to answer this, but let me share my thoughts: I also felt a bit upset when I saw the long list of new dependencies and particularly the gnome stuff. On the other hand, having the name "gnome-something" does not necessarily mean that the application needs all the other gnome bloat. For example I'm using the gdm login manager (Slack 13.1) but it is mostly a Gtk+ application. Once upon a time gnome and Gtk+ were almost the same thing but, after swallowing the features once provided by [gnome] external software, Gtk+ has now enlarged to a more feature-complete framework, thus it can now do many more things without requiring gnome desktop tools.

I haven't made an extensive research on this but the gnome-keyring stuff is probably there to handle LUKS encryption. The Gtk+ toolkit has already been recently extended to include a volume management infrastructure (I mean GIO). I hope gnome-keyring or a similar library also gets swallowed into Gtk so that we don't have to rely on external software for password management needs.

Despite the name, gnome-keyring should be something like gdm, that is, something actually gnome-independent. Another example I can think of is Gnome Network Manager. Sounds strictly gnome, right? But it is the default networking backend in Pardus 2011, which is a KDE distribution.

About the bloat vs. performance issue I can't comment. At the moment I'm running XFCE 4.8 only in Xubuntu which is installed to a virtual machine. My eeePC's Intel Atom N280 processor doesn't give you a very fast experience with that .
 
1 members found this post helpful.
Old 02-03-2011, 08:07 AM   #190
rmjohnso
Member
 
Registered: Mar 2006
Location: Wisconsin
Distribution: Slackware64-Current
Posts: 294

Rep: Reputation: 43
@disturbed1 - You are right, I missed seeing the latest version of the weather plugin.
 
Old 02-03-2011, 12:45 PM   #191
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 rmjohnso View Post
@disturbed1 - You are right, I missed seeing the latest version of the weather plugin.
But wavelan not compiling on your end is not a good sign. Nor the others. I'm sure Florian and Nick would like to be informed about it. Here's the bug report about wavelan. It was tagged as fixed, and a new release was pushed in mid December http://bugzilla.xfce.org/show_bug.cgi?id=6615
 
Old 02-03-2011, 02:43 PM   #192
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,137

Rep: Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308
Quote:
Originally Posted by Ilgar View Post
...but let me share my thoughts...
Thank you, Ilgar. Greatly appreciated.
 
Old 02-03-2011, 04:13 PM   #193
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,137

Rep: Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308
Quote:
Originally Posted by rmjohnso View Post
@cwizardone, I also had the same problems with the logout screen, but the recent updates have fixed that. Are you starting xfce from runlevel 3 or 4 (I'm starting from runlevel 3 with startx)? Do you have a customized xinitrc? I believe Robby has suggested earlier in the thread that it's a good idea to always rerun 'xwmconfig' to be sure that you are using the correct xinitrc that comes with his updated xfce packages...
Rmjohnso,
Yes, I always use runlevel 3 and xwmconfig.

Thanks for the response.
 
Old 02-03-2011, 07:42 PM   #194
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,137

Rep: Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308
Well, I started from scratch, again, and this time had better results. Built the weather plug-in using the script from SlackBuilds and it is working. There is now a settings manager and the ability to log on or off or shut down, reboot, etc.
However, there is no system tray, which makes things a bit difficult. The volume/mixer icon still doesn't work with the mouse wheel.
That is all. Back to 4.2 for now.
 
0 members found this post helpful.
Old 02-03-2011, 08:03 PM   #195
Gerard Lally
Senior Member
 
Registered: Sep 2009
Location: Leinster, IE
Distribution: Slackware, NetBSD
Posts: 2,184

Rep: Reputation: 1765Reputation: 1765Reputation: 1765Reputation: 1765Reputation: 1765Reputation: 1765Reputation: 1765Reputation: 1765Reputation: 1765Reputation: 1765Reputation: 1765
Quote:
Originally Posted by cwizardone View Post
Well, I started from scratch, again, and this time had better results. Built the weather plug-in using the script from SlackBuilds and it is working. There is now a settings manager and the ability to log on or off or shut down, reboot, etc.
However, there is no system tray, which makes things a bit difficult. The volume/mixer icon still doesn't work with the mouse wheel.
That is all. Back to 4.2 for now.
I really do think it is most unfair of you to blame XFCE for all your problems with 4.8.

The other day you threw the ball back into XFCE's court, sniffily declaring that you hoped the "gentlemen" at XFCE would sort all the problems with 4.8 out.

Now it appears that you have solved half these problems yourself by doing what you should have done at the outset, which is to test the new release on a clean slate. I really don't see how you can expect 4.8 to work properly when you mix-n-match -current, multilib, 4.6.2 plugins and God-knows-what-else on your system. At the very least I would expect you to hold fire on the accusations until you are certain XFCE are to blame. This latest post of yours suggest the blame for your non-functioning 4.8 is not entirely the fault of the developers. Perhaps next time you should count to ten before suggesting it is?

I have had no problems with 4.8 on Zenwalk Beta.
 
  


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 02:22 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