Skip to content

Update Xfce from 4.10 to 4.12 #93

Merged
merged 27 commits into from
Aug 25, 2016
Merged

Update Xfce from 4.10 to 4.12 #93

merged 27 commits into from
Aug 25, 2016

Conversation

david
Copy link
Collaborator

@david david commented Aug 18, 2016

New Version for xfce4
after update needs a relog

@pmenzel pmenzel changed the title Update xfce4 Update Xfce from 4.10 to 4.12 Aug 18, 2016
@pmenzel
Copy link
Collaborator

pmenzel commented Aug 18, 2016

Could you please share the command/script to update all packages, so that I can test it?

## Add filename patterns to the EXCLUDE array of files that should not
## be added to you package but may be present in the image directory.

EXCLUDE+=(/perllocal.pod)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this still needed with the newest version?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes needed the newest version

On 08/18/16 11:32, pmenzel wrote:

In xfconf.be0
#93 (comment):

+## The source URL(s) define the location of the sources that will be
+## downloaded. Version variables may be used to simplify reuse of this bee-file.
+
+SRCURL[0]="http://archive.xfce.org/src/xfce/xfconf/${PKGVERSION[2]}/xfconf-${PKGVERSION}.tar.bz2"
+
+###############################################################################
+## Add URLs/pathes to patch files to the PATCHURL array.
+## The sources will be patched in the order of the array.
+
+# PATCHURL+=()
+
+###############################################################################
+## Add filename patterns to the EXCLUDE array of files that should not
+## be added to you package but may be present in the image directory.
+
+EXCLUDE+=(/perllocal.pod)

Is this still needed with the newest version?


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub Enterprise
https://github.molgen.mpg.de/mariux64/bee-files/pull/93/files/89509f415cff6d58ed1ceba2129050bef5b46420..28dbe6496ce5c7c204d6f7e0397600f08be188a9#r113,
or mute the thread
https://github.molgen.mpg.de/notifications/unsubscribe/AAAAkG_Zcp4BEpQWiLjoq75rXXJVRIADks5qhCaTgaJpZM0GwA==.

@pmenzel
Copy link
Collaborator

pmenzel commented Aug 18, 2016

Commit delete old bee-files and replace with versionless confuses me a little bit. I would have expected it to also add the versionless bee files. But it looks like, it just deletes all the Xfce bee files.

@david
Copy link
Collaborator Author

david commented Aug 18, 2016

here is the update script
update.zip

@david
Copy link
Collaborator Author

david commented Aug 18, 2016

dadurch das die alten bee-files noch mit versionnummer waren, wurden
diese nicht ersetzt. Also hab ich sie von geloescht

On 08/18/16 11:35, pmenzel wrote:

I would have expected it to also add the versionless bee files

@pmenzel
Copy link
Collaborator

pmenzel commented Aug 18, 2016

@david, thank you very much. Let’s test this pmenzel@keineahnung:/dev/shm> sudo ./xfce4-update.sh.

@pmenzel
Copy link
Collaborator

pmenzel commented Aug 18, 2016

In the script thunar needs to be spelled lowercase.

[…]
installing /src/mariux/beeroot/packages/Thunar-1.6.10-2.x86_64.bee.tar.bz2 ..
gtk-update-icon-cache: Cache file created successfully.
    Conflicts with installed package found: thunar-1.6.10-1.x86_64:
        /usr/bin/thunar
        /usr/lib/Thunar/thunar-sendto-email
        /usr/lib/libthunarx-2.so.0.0.0
        /usr/lib/thunarx-2/thunar-apr.so
        /usr/lib/thunarx-2/thunar-sbr.so
        /usr/lib/thunarx-2/thunar-uca.so
        /usr/lib/thunarx-2/thunar-wallpaper-plugin.so
        /usr/lib/xfce4/panel/plugins/libthunar-tpa.so
        /usr/share/man/man1/Thunar.1

@pmenzel
Copy link
Collaborator

pmenzel commented Aug 18, 2016

Ok, I ran the update script, logged out from awesome, and logged in with Xfce.

  1. Clicking on the terminal symbol in the tray, it takes quite long to start. Running the configured command exo-open --launch TerminalEmulator manually from the command line works fast though.
  2. Thunar doesn’t start up anymore.
$ thunar
thunar: error while loading shared libraries: libxfce4util.so.6: cannot open shared object file: No such file or directory

@david
Copy link
Collaborator Author

david commented Aug 22, 2016

new update script
update.zip

@pmenzel
Copy link
Collaborator

pmenzel commented Aug 22, 2016

Wenn ich das Terminal starte (GNOME Terminal) und dann wieder schließe, kommt eine Fehlermeldung über I/O error.

@david
Copy link
Collaborator Author

david commented Aug 23, 2016

dito in xfce4.10

@pmenzel
Copy link
Collaborator

pmenzel commented Aug 23, 2016

Ah, thank you for investigating. Then leave it as is.

@donald, @wwwutz, @thomas, do you have any objections? Otherwise I’d merge it tomorrow morning.

@donald
Copy link
Collaborator

donald commented Aug 23, 2016

I'd like to try it myself tomorrow. If you can wait another day?

@pmenzel
Copy link
Collaborator

pmenzel commented Aug 23, 2016

Sure. @david’s plan was to get it installed on the distmaster tomorrow evening.

@donald
Copy link
Collaborator

donald commented Aug 24, 2016

👍 Tested in on my workstation and looks good to me.
I suggest to clean up the history a bit.

needs newer version for xfce4
require for xfce4 update
depend on it
needs to be rebuild, because of new version of xfce4
required for sfce4 update
depend on it
needs to be rebuild, because of new version of xfce4
 needs to be rebuild, because of new version of xfce4
needs to be rebuild, because of new version of xfce4
@pmenzel
Copy link
Collaborator

pmenzel commented Aug 24, 2016

the version 0.11 has a bug with import environment

A description of the bug and a URL to the bug report would be nice.

@thomas
Copy link
Collaborator

thomas commented Aug 24, 2016

exo 0.11 is heading towards the new xfce release, exo 0.10.7 fits to the xfce package ina whole.
https://git.xfce.org/xfce/exo/log/

@pmenzel
Copy link
Collaborator

pmenzel commented Aug 25, 2016

Please put that into the commit message next time.

@pmenzel pmenzel closed this Aug 25, 2016
@pmenzel pmenzel reopened this Aug 25, 2016
@pmenzel pmenzel merged commit bbb1a5f into master Aug 25, 2016
@pmenzel pmenzel deleted the Update-Xfce4 branch August 25, 2016 15:34
Sign in to join this conversation on GitHub.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants