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 02-20-2015, 05:08 PM   #46
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

Pat will probably insert 4.12 into -Current after it's released and he can get some scripts tested. I'd wait.
 
Old 02-23-2015, 08:18 AM   #47
mlpa
Member
 
Registered: May 2008
Location: Aveiro
Distribution: Slackware
Posts: 542

Original Poster
Rep: Reputation: 50
Quote:
Originally Posted by Paulo2 View Post
Are you going to release new slackbuilds? It would be fine.

I'm using your Xfce 4.11 packages for 5 or 6 months in two machines,
one with -current (32bit) and another with 14.1 (64bit) and it's all right,
I don't remember any critical bugs.
Yes, I will released a XFCE 4.12 slackbuild as soon as XFCE 4.12 is released.

And maybe, just maybe, XFCE 4.12 will be added to Slackware-current.
 
Old 03-01-2015, 08:00 AM   #48
mlpa
Member
 
Registered: May 2008
Location: Aveiro
Distribution: Slackware
Posts: 542

Original Poster
Rep: Reputation: 50
I updated my build scritps to build XFCE4.12, for more information about Xfce 4.12 see here.
Here is my complete changelog:
-> Upgraded core components to the latest version XFCE 4.12
-> Upgraded exo from version 0.10.2 to 0.10.3
-> Upgraded garcon from version 0.3.0 to 0.4.0
-> Upgraded gtk-xfce-engine from version 3.0.1 to 3.2.0
-> Upgraded libxfce4ui from version 4.11.1 to 4.12.0
-> Upgraded libxfce4util from version 4.11.0 to 4.12.1
-> Upgraded Thunar from version 1.6.5 to 1.6.6
-> Upgraded thunar-volman from version 0.8.0 to 0.8.1
-> Upgraded tumbler from version 0.1.30 to 0.1.31
-> Upgraded xfce4-appfinder from version 4.11 to 4.12
-> Upgraded xfce4-dev-tools from version 4.11.1 to 4.12.0
-> Upgraded xfce4-panel from version 4.11.2 to 4.12.0
-> Upgraded xfce4-power-manager from version 1.4.2 to 1.4.3
-> Upgraded xfce4-session from version 4.11.1 to 4.12.0
-> Upgraded xfce4-settings from version 4.11.4 to 4.12.0
-> Upgraded xfconf from version 4.11.0 to 4.12.0
-> Upgraded xfdesktop from version 4.11.8 to 4.12.0
-> Upgraded xfwm4 from version to 4.11.2 to 4.12.0
-> Upgraded xfce4-systemload-plugin from version 1.1.1 to 1.1.2
-> Upgraded xfce4-power-manager from version 1.4.2 to 1.4.3
-> Upgraded xfce4-clipman-plugin from version 1.2.4 to 1.2.5
-> Upgraded xfce4-weather-plugin from version 0.8.4 to 0.8.5
-> Removed xfce4-volumed (unmaintained)
-> Removed xfce4-themes (unmaintained)

Here is the link to my repository.
Use as you wish and report any bugs

Last edited by mlpa; 03-01-2015 at 08:02 AM. Reason: Add link to the repository
 
4 members found this post helpful.
Old 03-01-2015, 10:18 AM   #49
The Sego Sago Kid
Member
 
Registered: Feb 2015
Location: PA USA
Distribution: Slackware
Posts: 47

Rep: Reputation: Disabled
Quote:
Originally Posted by mlpa View Post
I updated my build scritps to build XFCE4.12
Woo, thanks! I've updated to 4.12 using your script with no issues on 14.1 64.
 
Old 03-01-2015, 02:34 PM   #50
brobr
Member
 
Registered: Oct 2003
Location: uk
Distribution: Slackware
Posts: 974

Rep: Reputation: 238Reputation: 238Reputation: 238
Quote:
Originally Posted by mlpa View Post
I updated my build scritps to build XFCE4.12, ..here is the link to my repository.
Use as you wish and report any bugs
Hi mpla

Thanks for this. I just updated to xfce4-12 and it works fine. Only problem was the compilation of an old plugin (for xfce4-notes).

Compilation threw an error as described here:
https://bugzilla.xfce.org/show_bug.cgi?id=10974

After trying the patch proposed by Samuli Suominen


Code:
--- libxfcegui4/xfce-exec.c
+++ libxfcegui4/xfce-exec.c
@@ -79,7 +79,7 @@
 #ifndef G_OS_WIN32
     gchar *dpyname = user_data;
     
-    xfce_setenv ("DISPLAY", dpyname, TRUE);
+    g_setenv ("DISPLAY", dpyname, TRUE);
 #endif
 }


I managed to get notes compiled and working.

Note that the xfce people will not change this in their source:
Quote:
libxfcegui4 has been deprecated since 4.8 and was moved to the repository archive ages ago. If you want or need to continue supporting it, you'll have to ship the patch in your distro. We're no longer pushing changes to libxfcegui4, sorry.
Hope this might help others running into similar problems.

Cheers,

rob
 
1 members found this post helpful.
Old 03-02-2015, 01:59 AM   #51
Richard Twat
LQ Newbie
 
Registered: Jul 2009
Location: The Netherlands
Distribution: Slackware
Posts: 19

Rep: Reputation: 19
Hi mlpa,

Thanks for the slackbuilds. I'm in the process of building and noticed a little typo in the libunique slackbuild.
In the makepkg line there is a dollar sign to much: $BUILD$
The last should not be there I presume ?

Thanks,
Philip
 
1 members found this post helpful.
Old 03-02-2015, 03:28 AM   #52
_gin
Member
 
Registered: Aug 2012
Distribution: Oracle Linux
Posts: 106

Rep: Reputation: Disabled
Quote:
Originally Posted by mlpa View Post
I updated my build scritps to build XFCE4.12...Use as you wish and report any bugs
On my machine (Slackware64-current), Thunar crashes when I drag and drop a directory into an other (or a file into a directory).

I've got no ideas if it's related to the current state of Slackware (new toolchain) or if it's due to this new release...
 
2 members found this post helpful.
Old 03-02-2015, 10:47 AM   #53
brobr
Member
 
Registered: Oct 2003
Location: uk
Distribution: Slackware
Posts: 974

Rep: Reputation: 238Reputation: 238Reputation: 238
Quote:
Originally Posted by _gin View Post
On my machine (Slackware64-current), Thunar crashes when I drag and drop a directory into an other (or a file into a directory).
Yes, same here (on Slackware64-current as well)

EDIT: attached is the backtrace I got after starting thunar in a terminal. The crash was not immediate anymore...., only after a couple of tries moving one folder into another....
Attached Files
File Type: txt thunar-crash.txt (37.7 KB, 13 views)

Last edited by brobr; 03-02-2015 at 01:27 PM. Reason: added backtrace
 
1 members found this post helpful.
Old 03-02-2015, 11:33 AM   #54
Paulo2
Member
 
Registered: Aug 2012
Distribution: Slackware64 15.0 (started with 13.37). Testing -current in a spare partition.
Posts: 928

Rep: Reputation: 515Reputation: 515Reputation: 515Reputation: 515Reputation: 515Reputation: 515
Thanks mlpa so far working without problems.


Quote:
Originally Posted by _gin View Post
On my machine (Slackware64-current), Thunar crashes when I drag and drop a directory into an other (or a file into a directory).

I've got no ideas if it's related to the current state of Slackware (new toolchain) or if it's due to this new release...
I reproduced this just once (Slackware32-current), with two windows side by side dragging one dir to another.
Other couple of times (dir to dir and file to dir) were ok, without problems.

I don't use Thunar (for me Dolphin is better) so I can't say how often it crashes with that problem.
 
Old 03-02-2015, 03:11 PM   #55
Richard Twat
LQ Newbie
 
Registered: Jul 2009
Location: The Netherlands
Distribution: Slackware
Posts: 19

Rep: Reputation: 19
I've been playing a bit with this on 14.1 32bit and 64bit and it seems to work great.
Thanks for this great effort !
 
Old 03-03-2015, 05:37 AM   #56
mlpa
Member
 
Registered: May 2008
Location: Aveiro
Distribution: Slackware
Posts: 542

Original Poster
Rep: Reputation: 50
Quote:
Originally Posted by Richard Twat View Post
Hi mlpa,

Thanks for the slackbuilds. I'm in the process of building and noticed a little typo in the libunique slackbuild.
In the makepkg line there is a dollar sign to much: $BUILD$
The last should not be there I presume ?

Thanks,
Philip
Thanks, it is fixed now
 
Old 03-03-2015, 05:39 AM   #57
mlpa
Member
 
Registered: May 2008
Location: Aveiro
Distribution: Slackware
Posts: 542

Original Poster
Rep: Reputation: 50
Quote:
Originally Posted by brobr View Post
Yes, same here (on Slackware64-current as well)

EDIT: attached is the backtrace I got after starting thunar in a terminal. The crash was not immediate anymore...., only after a couple of tries moving one folder into another....
I also got his issue.
I will try to find a solution.
Thanks for the notice.
 
Old 03-05-2015, 10:43 PM   #58
rworkman
Slackware Contributor
 
Registered: Oct 2004
Location: Tuscaloosa, Alabama (USA)
Distribution: Slackware
Posts: 2,559

Rep: Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351
Re the Thunar bug, see https://bugzilla.xfce.org/show_bug.cgi?id=11450 (comment #65 by some random guy) :-)
 
2 members found this post helpful.
Old 03-06-2015, 09:22 AM   #59
mlpa
Member
 
Registered: May 2008
Location: Aveiro
Distribution: Slackware
Posts: 542

Original Poster
Rep: Reputation: 50
Quote:
Originally Posted by rworkman View Post
Re the Thunar bug, see https://bugzilla.xfce.org/show_bug.cgi?id=11450 (comment #65 by some random guy) :-)
Added a build for dbus 1.6.18.
I am currently testing this (possible) fix.

Thanks @rworkman
 
Old 03-06-2015, 09:33 AM   #60
rworkman
Slackware Contributor
 
Registered: Oct 2004
Location: Tuscaloosa, Alabama (USA)
Distribution: Slackware
Posts: 2,559

Rep: Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351
Quote:
Originally Posted by mlpa View Post
Added a build for dbus 1.6.18.
I am currently testing this (possible) fix.

Thanks @rworkman
Use 1.6.30 (the latest release). However, I think there's more to it - some people are using later 1.6.x releases and still seeing crashes, although it's not clear how often they're seeing them. I think there are at least two different bugs at play here - see my later comment on the bug report for details.
 
1 members found this post helpful.
  


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