Author Topic: Openbox : updated configuration files New New !  (Read 1966 times)

Offline melodie

  • Hero Member
  • *****
  • Posts: 5945
  • Internet Relay Chat sur Freenode
    • PCLinuxOS Fr
Openbox : updated configuration files New New !
« on: January 20, 2012, 05:49:39 AM »
Hi,
You will find a new set of configuration files here: http://meets.free.fr/files/openbox-configs.tar.bz2

http://meets.free.fr/files/openbox-configs.tar.xz

Please check visually the differences, you may not want to replace the configurations you have already setup by yourself...;

A few things which you should use, which I added/replaced in autostart.sh:

# Authentication agent
/usr/lib/polkit-gnome-authentication-agent-1 &

In the scripts directory, the files have changed, please use them instead of the previous ones, the code is better, and in autostart.sh you can remove all the part related to the xcompmgr effects and replace it with the lines:
# nice transparency, fadings, shadows.
~/.config/openbox/scripts/xcompmgr.sh restore

the same for xsnow:
# Xsnow. And now let is snow ! (With Santa Klaus, sledge... )
~/.config/openbox/scripts/xsnow.sh restore

Thanks to mimas for the 2 scripts ! They are also in use in PCLinuxOS Education (the latest).

If you want Xsnow, you will have to compile it and install the binary to your /home/user/.local/bin or to /usr/local/bin, because it is not in the repos and there is no package request section available at the moment... or get it in the last Openbox Bonsai. (under /usr/local/bin)

Regards,
Mélodie

« Last Edit: February 06, 2012, 02:58:30 PM by melodie »
melodie at #lpic-fr on irc.freenode.net

Offline jlf001

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 518
Re: Openbox : updated configuration files
« Reply #1 on: January 21, 2012, 09:52:23 AM »
Thanks mimas and Mélodie.

Jeff

Offline melodie

  • Hero Member
  • *****
  • Posts: 5945
  • Internet Relay Chat sur Freenode
    • PCLinuxOS Fr
Re: Openbox : updated configuration files New New !
« Reply #2 on: February 06, 2012, 03:01:33 PM »
Hello,

I just replaced the tarball with a new new set : the languages are now in a sub-directory, the main files are symlinks to the translated files, and more important : the polkit authentication agent is now automatically selected according to the architecture. So it is ready for the future 64bits versions to come. This is at the beginning of the autostart.sh file.

The new link is in the first post. Please try it and let me know if you notice anything to fix that I could have missed.

Thanks !
Mélodie

melodie at #lpic-fr on irc.freenode.net

Offline jlf001

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 518
Re: Openbox : updated configuration files New New !
« Reply #3 on: February 06, 2012, 05:28:42 PM »

The new link is in the first post. Please try it and let me know if you notice anything to fix that I could have missed.

Thanks !
Mélodie


Hi,

I just tried it and all seems fine.  Running with your latest Bonsai in Virtualbox.

Jeff

Offline melodie

  • Hero Member
  • *****
  • Posts: 5945
  • Internet Relay Chat sur Freenode
    • PCLinuxOS Fr
Re: Openbox : updated configuration files New New !
« Reply #4 on: February 06, 2012, 05:58:07 PM »
Hello Jeff !

Thank you very much !!  :)

melodie at #lpic-fr on irc.freenode.net

Offline Taco.22

  • Sr. Member
  • ****
  • Posts: 481
Re: Openbox : updated configuration files New New !
« Reply #5 on: March 03, 2012, 04:00:26 AM »
Sorry, been a bit slack on trying this! 

Edited the relevant lines into autostart.sh and menu.xml. All works well. 
Then took the shutdown command from menu.xml and added a key command to it in .rc.  Replaces my previous hal based one.  All works.  Two key strokes and the 'puter shuts down.  All good. 

Thanks Melodie.   
Linux Registered User # 529407


Offline clarms

  • Full Member
  • ***
  • Posts: 88
Re: Openbox : updated configuration files New New !
« Reply #6 on: April 01, 2012, 11:20:12 AM »
If you want Xsnow, you will have to compile it .......

This is a while back now, and just wondering, were you able to compile it with the "cc" (gcc) example in the readme?

I had to find an imake src rpm that had xmkmf to create a working makefile. I have a working xsnow src rpm now.
-Uvh --nodeps --force

Offline melodie

  • Hero Member
  • *****
  • Posts: 5945
  • Internet Relay Chat sur Freenode
    • PCLinuxOS Fr
Re: Openbox : updated configuration files New New !
« Reply #7 on: April 01, 2012, 02:23:14 PM »
If you want Xsnow, you will have to compile it .......

This is a while back now, and just wondering, were you able to compile it with the "cc" (gcc) example in the readme?

I had to find an imake src rpm that had xmkmf to create a working makefile. I have a working xsnow src rpm now.

Frankly I don't remember, I think I had no problem at all compiling, just following the readme. It is great that you have done a src rpm ! The package request section might not have been available...

Do you think you can make a rpm package as well, and send it to Neal's dropbox ? That would be very nice !

Regards,
Mélodie

melodie at #lpic-fr on irc.freenode.net

Offline clarms

  • Full Member
  • ***
  • Posts: 88
Re: Openbox : updated configuration files New New !
« Reply #8 on: April 02, 2012, 07:40:14 PM »
Frankly I don't remember, I think I had no problem at all compiling, just following the readme. It is great that you have done a src rpm ! The package request section might not have been available...

Do you think you can make a rpm package as well, and send it to Neal's dropbox ? That would be very nice !

Regards,
Mélodie



I don't know if that would work. The version 1.42 of xsnow would not compile from the readme example and instead needed xmkmf from imake that does not exist in pclinuxos. After finding another distros imake src rpm and slightly modifying the specfile to build, the xmkmf made a proper makefile for xsnow to compile. The imake package is only used for xsnow.  :D

Do you have a different version of xsnow? If it compiles on it's own that would eliminate the need for imake.
-Uvh --nodeps --force

Offline melodie

  • Hero Member
  • *****
  • Posts: 5945
  • Internet Relay Chat sur Freenode
    • PCLinuxOS Fr
Re: Openbox : updated configuration files New New !
« Reply #9 on: April 03, 2012, 07:42:01 AM »
Hi,

You will find my answer with the solution here : Xsnow compiling successful, in order to not fall out of topic. :)



melodie at #lpic-fr on irc.freenode.net