LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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-22-2014, 06:29 PM   #1
mlpa
Member
 
Registered: May 2008
Location: Aveiro
Distribution: Slackware
Posts: 542

Rep: Reputation: 50
Xfce 4.11


Slackware 14.1 ships XFCE 4.10 (and same 4.8 components).
There is no official XFCE 4.12, but several components were updated to version 4.11.

Here you can find build scripts for the latest XFCE packages.

It is based on the Patrick Volkerding's build scripts, with only minor bugs corrections and a extra dependency (libUnique).
I tested the packages in my laptop, the only issue is some menu icons are missing.
Feel free to test and report any issues, fixes, etc.
 
Old 06-24-2014, 07:02 AM   #2
Nh3xus
Member
 
Registered: Jan 2013
Location: France
Distribution: Slackware 14.1 32 bits
Posts: 211

Rep: Reputation: 57
Hi,

I've not tested your packages yet, but I've an advice for you.

It would be great to issue diff files related to each modified Slackbuilds.

That way, Pat and the crew might consider it and merge it in -current for example.
 
Old 06-24-2014, 07:41 AM   #3
mlpa
Member
 
Registered: May 2008
Location: Aveiro
Distribution: Slackware
Posts: 542

Original Poster
Rep: Reputation: 50
Quote:
Originally Posted by Nh3xus View Post
Hi,

I've not tested your packages yet, but I've an advice for you.

It would be great to issue diff files related to each modified Slackbuilds.

That way, Pat and the crew might consider it and merge it in -current for example.
Thanks for the advice, I will do exactly that.
 
Old 06-26-2014, 03:40 AM   #4
mlpa
Member
 
Registered: May 2008
Location: Aveiro
Distribution: Slackware
Posts: 542

Original Poster
Rep: Reputation: 50
Quote:
Originally Posted by Nh3xus View Post
Hi,

I've not tested your packages yet, but I've an advice for you.

It would be great to issue diff files related to each modified Slackbuilds.

That way, Pat and the crew might consider it and merge it in -current for example.
As suggested I added the diffs files for all slackbuilds.
 
Old 06-28-2014, 10:50 AM   #5
aaditya
Member
 
Registered: Oct 2013
Location: India
Distribution: Slackware
Posts: 272
Blog Entries: 2

Rep: Reputation: 85
(Some) updated packages can be found at https://sourceforge.net/projects/mef...lackware/Xfce/
These are also built off the official Xfce SlackBuilds.

As far as I know libunique is a dependency for the updated xfce4-mixer, which additionally has a simple panel item for changing the volume.

Some information about Xfce dependencies: http://docs.xfce.org/xfce/building#x...pendency_chain

Last edited by aaditya; 06-28-2014 at 10:53 AM. Reason: Add info about dependencies.
 
Old 06-28-2014, 01:33 PM   #6
Nh3xus
Member
 
Registered: Jan 2013
Location: France
Distribution: Slackware 14.1 32 bits
Posts: 211

Rep: Reputation: 57
I believe the changes on xfce4-mixer are mostly for PulseAudio compatibility.

Or maybe I'm mistaken on that one.
 
Old 06-28-2014, 03:31 PM   #7
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
PulseAudio isn't required for xfce4-mixer. It does require the gst-plugins-base-0.10.xx package but gst-plugins-base requires alsa-libs so you're safe.

Last edited by ReaperX7; 06-28-2014 at 03:35 PM.
 
Old 06-29-2014, 03:38 AM   #8
mlpa
Member
 
Registered: May 2008
Location: Aveiro
Distribution: Slackware
Posts: 542

Original Poster
Rep: Reputation: 50
Did anyone tried to build the new version of XFCE?
Any issues that need to be taken into account?
 
Old 06-29-2014, 07:03 AM   #9
Nh3xus
Member
 
Registered: Jan 2013
Location: France
Distribution: Slackware 14.1 32 bits
Posts: 211

Rep: Reputation: 57
Thanks ReaperX7.

mlpa : I might try it on a test environment.

I use Xfce on my laptop with almost no issue regarding the user experience provided by Pat.

I'm just expecting a _real_ fix to the tearing issues of the xfwm4's compositor.

For now, I'm golden with xfwm4 + compton.
 
Old 06-29-2014, 12:36 PM   #10
natals
LQ Newbie
 
Registered: Jun 2010
Posts: 9

Rep: Reputation: 3
Quote:
Originally Posted by mlpa View Post
Did anyone tried to build the new version of XFCE?
Any issues that need to be taken into account?
Thanks for putting this together. Everything builds and runs fine for me on slackware current. The only issue is that a few menu icons are missing, as you noted. Any ideas on this?
 
Old 06-29-2014, 12:55 PM   #11
55020
Senior Member
 
Registered: Sep 2009
Location: Yorks. W.R. 167397
Distribution: Slackware
Posts: 1,307
Blog Entries: 4

Rep: Reputation: Disabled
Quote:
Originally Posted by natals View Post
Thanks for putting this together. Everything builds and runs fine for me on slackware current. The only issue is that a few menu icons are missing, as you noted. Any ideas on this?
I think the solution may be that the patches in xfce4-settings.SlackBuild are still needed. The first patch can be made to apply with --fuzz=3, the second patch applies without any changes.

Not related to the above issue, there are some important bugfixes in libwnck-2.31.0 that benefit XFCE (in fact, XFCE is the only significant customer for libwnck). Also, Arch has a patch for xfce4-weather-plugin.
 
Old 06-30-2014, 10:01 AM   #12
mlpa
Member
 
Registered: May 2008
Location: Aveiro
Distribution: Slackware
Posts: 542

Original Poster
Rep: Reputation: 50
Quote:
Originally Posted by 55020 View Post
I think the solution may be that the patches in xfce4-settings.SlackBuild are still needed. The first patch can be made to apply with --fuzz=3, the second patch applies without any changes.

Not related to the above issue, there are some important bugfixes in libwnck-2.31.0 that benefit XFCE (in fact, XFCE is the only significant customer for libwnck). Also, Arch has a patch for xfce4-weather-plugin.
As suggested (thanks @55020) the patches for xfce4-settings were added.
Also added the libwnck-2.31.0 to the build path.

Can you indicate me the arch patch, so I can it also to the build?

I found out a patch that fix the missing icons problem, more info here.
This patch was added to the build.

However, there is another issue.
The application menu (mouse right click) and the menu from the task bar are different, it appears to be a known bug.
Does anyone else have this issue?

Last edited by mlpa; 06-30-2014 at 01:00 PM. Reason: Fix missing icons
 
1 members found this post helpful.
Old 06-30-2014, 04:09 PM   #13
55020
Senior Member
 
Registered: Sep 2009
Location: Yorks. W.R. 167397
Distribution: Slackware
Posts: 1,307
Blog Entries: 4

Rep: Reputation: Disabled
Quote:
Originally Posted by mlpa View Post
I found out a patch that fix the missing icons problem, more info here.
This patch was added to the build.
*Excellent!* And it's our friend aaditya who reported it! Thanks to both of you!
Quote:
Originally Posted by mlpa View Post
Can you indicate me the arch patch, so I can it also to the build?
https://projects.archlinux.org/svnto...weather-plugin
(it's a really tiny patch, but quite a good sign of stability that this is the only new xfce patch in Arch that I could find)
 
Old 06-30-2014, 04:28 PM   #14
mlpa
Member
 
Registered: May 2008
Location: Aveiro
Distribution: Slackware
Posts: 542

Original Poster
Rep: Reputation: 50
Quote:
Originally Posted by 55020 View Post
*Excellent!* And it's our friend aaditya who reported it! Thanks to both of you!

https://projects.archlinux.org/svnto...weather-plugin
(it's a really tiny patch, but quite a good sign of stability that this is the only new xfce patch in Arch that I could find)
Sorry for the delay updating the build.
I can only work on this during my free time, which is scarce nowadays.

I will add the arch patch, and try to solve the final error um the menu.
 
Old 06-30-2014, 06:31 PM   #15
Pinonoir
Member
 
Registered: May 2014
Posts: 209

Rep: Reputation: 0
Slackware noob here, would updating be just downloading all the files and running the slackbuild scripts as root like regular slackbuilds?
 
  


Reply

Tags
package, testing, xfce



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] Xfce: I can't log out from Xfce and go back to the login prompt jayhel Slackware - Installation 11 03-31-2014 05:52 AM
XFCE or Xfce desktop file manager question(s) and ntfs BW-userx Slackware 4 10-05-2013 08:28 AM
Xfce, Xfce-winter theme & firefox problem. g4ry Slackware 3 12-22-2012 11:29 AM
[SOLVED] Need help in installing XFCE in Linux Mint XFCE 13 (Don't be putoff by the title) psathiya1987 Linux - Software 5 10-07-2012 06:04 AM
XFce and Compiz : xfce doesn't manage the desktop naaman Linux - Desktop 0 07-16-2008 01:39 AM

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

All times are GMT -5. The time now is 04:04 AM.

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