Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (fab6a12cfdf3cafad00edf8ca5642876a6bd70b5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <eric AT sandall.us>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (fab6a12cfdf3cafad00edf8ca5642876a6bd70b5)
  • Date: Wed, 16 May 2007 13:46:33 -0700

Treeve Jelbert wrote:
> GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:
>
> ChangeLog | 3 +++
> kde4/FUNCTIONS | 30 ++++++++++++++----------------
> kde4/HISTORY | 7 +++++++
> kde4/KDE_DEPENDS | 1 +
> kde4/NOTES | 9 +++++++--
> kde4/kdebase4/FINAL | 18 ++++++++++++++++++
> kde4/kdebase4/HISTORY | 7 +++++++
> kde4/kdebase4/init.d/kdm4 | 3 ++-
> kde4/kdelibs4/HISTORY | 3 +++
> kde4/kdelibs4/INSTALL | 15 +++++++++++++++
> kde4/kdesdk4/CONFIGURE | 8 ++++++++
> kde4/kdesdk4/DEPENDS | 7 +++++++
> kde4/kdesdk4/DETAILS | 16 ++++++++++++++++
> kde4/kdesdk4/HISTORY | 4 ++++
> kde4/kdewebdev4/CONFIGURE | 1 +
> kde4/kdewebdev4/DEPENDS | 3 +++
> kde4/kdewebdev4/DETAILS | 16 ++++++++++++++++
> kde4/kdewebdev4/HISTORY | 4 ++++
> telephony/telepathy-sofiasip/DETAILS | 4 ++--
> telephony/telepathy-sofiasip/HISTORY | 3 +++
> 20 files changed, 141 insertions(+), 21 deletions(-)
>
> New commits:
> commit fab6a12cfdf3cafad00edf8ca5642876a6bd70b5
> Author: Treeve Jelbert <treeve AT sourcemage.org>
> Commit: Treeve Jelbert <treeve AT sourcemage.org>
>
> kde4 - more new spells

Please list what spells, otherwise looking through `git log` won't tell
us which commit we're looking for.

> commit c1e59e8db696da8d0a6afb0f228fa50338adf546
> Author: Treeve Jelbert <treeve AT sourcemage.org>
> Commit: Treeve Jelbert <treeve AT sourcemage.org>
>
> kde4 - general build updates

A little more specific will help tracking it down later. ;)
<snip>
> diff --git a/kde4/NOTES b/kde4/NOTES
> index 12e1cdc..638e0d6 100644
> --- a/kde4/NOTES
> +++ b/kde4/NOTES
> @@ -1,5 +1,5 @@
<snip>
> -9. must setup session bus (dbus) correctly
> +#9. must setup session bus (dbus) correctly, should not be necessary to do
> this
> +# add 'eval `dbus-launch --auto-syntax` ' to ~./.xsession
> +
> +10. add an entry for kde4 to /usr/share/xsessions (similar to that for
> kde3),
> + so that can run kde4 from kdm
> +

Is there a way to have the spell do #9 and #10 by writing a 'correct'
/usr/share/xsessions/kde4 entry, or does the dbus-launch have to be run
from ~/.xsession only?

Also, why not install a kde4 entry to /usr/share/xsessions?

> diff --git a/kde4/kdebase4/FINAL b/kde4/kdebase4/FINAL
> new file mode 100755
> index 0000000..5229db7
> --- /dev/null
> +++ b/kde4/kdebase4/FINAL
> @@ -0,0 +1,18 @@
> +if check_if_xorg_modular_libs qt4; then
> + message "$PROBLEM_COLOR"
> + message "kdm does not work out-of-the-box with xorg-modular since the "
> + message "paths changed. Edit /usr/share/config/kdm/kdmrc and modify "
> + message "ServerCmd to point to /usr/bin/X . If needed, set Xrdb, "
> + message "FailsafeClient and Session to point to correct paths (no
> X11R6/)."
> + message "$DEFAULT_COLOR"
> +fi &&

Shouldn't we modify this for them? We can check for xorg-modular and
create a correct kdmrc.

> +message '
> +To get pmount working with hal on kde >= 3.5.4 a policy for the plugdev
> group
> +has to be created in /etc/dbus-1/system.d/hal.conf:
> +
> +<policy group="plugdev">
> + <allow send_interface="org.freedesktop.Hal.Device.Volume"/>
> + <allow send_interface="org.freedesktop.Hal.Device.Volume.Crypto"/>
> +</policy>
<snip>

Would modifying hal to set this up, optionally work? What about having
KDE use sub_depends to force hal (or pmount more likely) set this up
correctly if kde is being built with pmount enabled?

-sandalle

--
Eric Sandall | Source Mage GNU/Linux Developer
eric AT sandall.us PGP: 0xA8EFDD61 | http://www.sourcemage.org/
http://eric.sandall.us/ | http://counter.li.org/ #196285

Attachment: signature.asc
Description: OpenPGP digital signature




Archive powered by MHonArc 2.6.24.

Top of Page