Hi,
I just testet slitaz-rolling 20150511 with gtkonly. I could not log out as I could with core, slitaz-rolling 20150419 already had this problem. But I could log out of gtkonly of slitaz-rolling 20150407.

Logout not possible out off SliTaz gtkonly Live at least since slitaz-rolling 20150419
(12 posts) (5 voices)-
Posted 9 years ago #
-
Boot into gtkonly.
Open a terminal.
Type each line or copy/paste to terminal.
Hit enter key.
Post the output.echo $XDG_CURRENT_DESKTOP
echo $_LXSESSION_PID
Posted 9 years ago # -
Hi mojo,
I booted into gtkonly from slitaz-rolling.iso with grub4dos and tried to do the logout from the menu or the button in the upper right corner. It is not possible.
This is the output from my terminal.
echo $XDG_CURRENT_DESKTOP
LXDE
echo $_LXSESSION_PID
1432
I testet slitaz-rolling.iso also with qemu. It is the same. I can't log out. I only can log out of core.Posted 9 years ago # -
When the user clicks the logout button on "tazbox logout" dialog box
case $XDG_CURRENT_DESKTOP in
LXDE)
[ "$_LXSESSION_PID" ] && kill $_LXSESSION_PIDYou have verified LXDE is $XDG_CURRENT_DESKTOP
There is an $_LXSESSION_PID that is 1432Now what happens as root
Type
kill 1432
Hit enterThis should logout and open slim login screen.
OR
Is the problem "SliTaz Logout dialog box with Close X session,Reboot system,Shutdown system buttons not appearing?Posted 9 years ago # -
For some inexplicable reason yad has been built in such a way that libwebkit is one of its dependencies (which is missing in the yad receipt). The consequence is that tazbox and all other scripts in slitaz-tools-boxes won't run if libwebkit isn't present ... which is the case in just-x and gtk-only. My own diy SliTaz, which is built up from just-x rolling, won't even log-out. Hmm ...
Posted 9 years ago # -
Hi mojo,
yes the problem is, that SliTaz Logout dialog box with Close X session is not appearing. I can't reboot. I only can turn off my PC.Posted 9 years ago # -
The problem is
tazbox logout
a.k.a. SliTaz Logout not opening.
Thanks for the report!Posted 9 years ago # -
So, libwebkit (22 MB) and its 29 dependencies are now officially needed to run yad? Originally yad was only supposed to provide a friendly looking gtk-frontend for a number of important scripts like tazbox, burn-box etc. Now even the shortest of scripts (log-out, re-boot shutdown etc.) won't run unless a 30+ MB lump of superfluous code is present. Unbelievable. As I wrote here once before in the same context, "... unnecessary complexity was introduced and simplicity, modularity and transparency went out of the window". If webkit is so indispensable maybe we should ask Linus to accept it into the kernel?
Posted 9 years ago # -
Hi Darjeeling,
I am thinking like You. SliTaz and gtkonly Live should be small and simple.
I wonder, if SliTaz should downgrade from yad 0.28.1 to former yad 0.27.0?
Posted 9 years ago # -
Aleksej has fix it: http://hg.slitaz.org/wok/rev/06146445ad61#l4.7
Posted 9 years ago # -
Hi kubepc,
Hi Darjeeling,
Hi mojo,First, I'm so sorry for break JustX and GtkOnly SliTaz flavors. I made a changes in the Yad and not tested it in the flavors mentioned. Now I try to fix situation, and I hope the JustX and GtkOnly flavors will get the old behavior.
Now you will find two packages in the SliTaz repos: yad and yad-html. Both latest version 0.28.1. But first (just "yad") can't to show HTML widget and not have libwebkit in the dependencies, while second ("yad-html") can show HTML widget and needs libwebkit.
Best of all — you can forget about "yad-html" package at all. TazPkg provides interesting mechanism:
You can install Yad using next command:
tazpkg -gi yad
and:
a) if you haven't "libwebkit" installed (i.e. in the Base, JustX, GtkOnly flavors) then package "yad" will be installed;
b) if you have "libwebkit" previously installed (i.e. in the Core flavor) then package "yad-html" will be installed.Should I re-make Rolling ISOs? Ok.
Only one who does nothing do not mistake. Let's move forward and make SliTaz the best.
New ISOs you'll find in the SliTaz mirror in the near hour: http://mirror1.slitaz.org/iso/rolling/Posted 9 years ago # -
@ kubepc
Our problems seem to be over :-)@ Pascal & Aleksej
Thanks a lot guys, this was really needed! I had already been planning to port some of the old gtkdialog based boxes from 3.0.> Should I re-make Rolling ISOs?
... not for me. I think it is good enough if the change is in the next weekly (?) Rolling release. But I'm very glad webkit won't be creeping into every last corner of the whole distro. Thanks again for this, Aleksej.Posted 9 years ago #
Reply
You must log in to post.