SliTaz SliTaz Forum

You are not logged in.

#1 2021-10-19 14:14:03

Saipul
Member
Registered: 2011-06-28
Posts: 87

Some Note for SliTaz Dev Team

Google Translate:

In this post I have some notes for SliTaz Dev Team for packages that are not fully complete on some packages

lxsession-0.5.5 need include files:

/usr/libexec/lxsession/lxsession-xsettings

/usr/share/lxsession/ui/lxsession-default-apps.ui (for gtk+ gui)

/usr/share/lxsession/ui/lxsession-edit.ui (for gtk+ gui)

Need add, just empty files to the system for lxsession-default-apps can be running:

$HOME/.config/lxsession/LXDE/autostart and

/etc/xdg/lxsession/LXDE/autostart

lxsession-lxpolkit-0.5.5 need include files:

/usr/share/lxsession/ui/lxpolkit.ui (for gtk+ gui)

Need add depends:

consolekit2

Need add files to the system

$HOME/.xinitrc with edit and add compatibility for lxpolkit:

if [ -f  '/usr/bin/ck-launch-session' ] ; then

    EXEC="exec ck-launch-session dbus-launch --sh-syntax --exit-with-session"

else

    EXEC="exec dbus-launch --sh-syntax --exit-with-session"

fi

spacefm-1.0.6 need edited files in the system

/usr/bin/subox with edit and add compatibility for lxpolkit:

if [ -f  '/var/run/ConsoleKit/pid' ] ; then

    exec pkexec env XAUTHORITY=$XAUTHORITY DISPLAY=$DISPLAY "$@"

else

    exec tazbox su "$@"

fi

this needed by Spacefm from panel menus for opening:

"File > Root Terminal/Root Window" and from context menus "Open > Edit As Root", "Actions > Root > Copy To/Move To/Delete and "Properties > Root > (all chmod and chown operation)

lxappearance-0.6.3 need add builddepends dbus-glib-dev and "--enable-dbus" for

compatibility with lxsession-0.5.5. Without "--enable-dbus" lxappearance can't

update the list of $HOME/.config/lxsession/LXDE/desktop.conf

Offline

#2 2021-10-19 14:33:26

Saipul
Member
Registered: 2011-06-28
Posts: 87

Re: Some Note for SliTaz Dev Team

Google Translate:

And maybe need to create new packages "lxde-slitaz-ng" with base receipt from "lxde" and just edit depends "lxsession046" with "lxsession"

Or maybe, it's time for SliTaz to have the latest fresh lxsession-0.5.5 for "lxde" desktop

Offline

#3 2021-10-23 11:11:54

bellard
Administrator
Registered: 2011-03-28
Posts: 657

Re: Some Note for SliTaz Dev Team

Hi Saipul

Pushed: http://hg.slitaz.org/wok/rev/db9d9cb3c164

Thanks for the report.

Offline

#4 2021-10-25 14:20:55

Saipul
Member
Registered: 2011-06-28
Posts: 87

Re: Some Note for SliTaz Dev Team

Thank again Bellard for the update...

Offline

Registered users online in this topic: 0, guests: 1
[Bot] ClaudeBot

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.016 seconds, 7 queries executed - Memory usage: 1.54 MiB (Peak: 1.77 MiB) ]