SliTaz SliTaz Forum

You are not logged in.

#1 2020-06-22 18:17:27

michaelbischof
Member
Registered: 2012-01-20
Posts: 536

SliTaz GNU/Linux - 5.0-RC4 20200621 - no desktop icons

Dear friends,

I just installed the new rolling iso. But I cannot see any desktop icons and it is not possible to apply a background picture. Anything missing?

Thanks in advance,

Michael

Offline

#2 2020-06-27 08:13:20

michaelbischof
Member
Registered: 2012-01-20
Posts: 536

Re: SliTaz GNU/Linux - 5.0-RC4 20200621 - no desktop icons

Gentlemen,

may I repeat my question: if desktop icons are not shown where to look for? Something wrong with Gtk or do I miss something?

Regards,

Michael Bischof

Offline

#3 2020-06-27 14:48:16

Ceel
Administrator
Registered: 2011-04-02
Posts: 1,424

Re: SliTaz GNU/Linux - 5.0-RC4 20200621 - no desktop icons

Hi michaelbischof,

I didn't install the last ISO (200621) but I don't meet any problem on my system freshly updated.

I tested the last slitaz-rolling.iso, slitaz-rolling-core.iso and slitaz-rolling-core64.iso in Live mode and all is fine.

Can you access to the file manager with a right clik? Are icons present in the file manager?

Offline

#4 2020-06-27 18:50:54

michaelbischof
Member
Registered: 2012-01-20
Posts: 536

Re: SliTaz GNU/Linux - 5.0-RC4 20200621 - no desktop icons

Dear Ceel,

the live-Cd worked ok. After installing it on a partition this roblem occured. Thanks for the tip, I will try that. At the end any Linux problem was solved. ;-)

Offline

#5 2020-06-28 08:31:45

michaelbischof
Member
Registered: 2012-01-20
Posts: 536

Re: SliTaz GNU/Linux - 5.0-RC4 20200621 - no desktop icons

Ceel,

no, in the file manager pcmanfm no icon was visible. The Desktop is black. it is not possible to insert another background image.

Offline

#6 2020-06-28 14:56:24

mojo
Administrator
Registered: 2011-03-29
Posts: 2,174

Re: SliTaz GNU/Linux - 5.0-RC4 20200621 - no desktop icons

Pcmanfm autostarts (/etc/xdg/autostart/pcmanfm.desktop) in desktop manager mode on boot to display desktop wallpaper,shortcuts and contents in the ~/Desktop directory.

Check if it's running:

ps -A | grep pcmanfm

You should see this output:

[c]pcmanfm --desktop[/c]

Application/Preferences/Desktop Session Settings

PCmanFM Desktop Manager should be Enabled

Still fails then open terminal as root.

Type in terminal:

[c]pcmanfm --desktop[/c]

Hit Enter key.

Any error messages?

Offline

#7 2020-06-28 16:23:32

michaelbischof
Member
Registered: 2012-01-20
Posts: 536

Re: SliTaz GNU/Linux - 5.0-RC4 20200621 - no desktop icons

Thanks for the quick reaction, @mojo.

No, I do not get any error messages from the first proposals. Only from the last one:

root@slitaz:/home/tux# pcmanfm --desktop

** (pcmanfm:2471): WARNING **: The directory '~/Templates' doesn't exist, ignoring it

** (pcmanfm:2471): WARNING **: modules directory is not accessible

Offline

#8 2020-06-29 15:58:46

michaelbischof
Member
Registered: 2012-01-20
Posts: 536

Re: SliTaz GNU/Linux - 5.0-RC4 20200621 - no desktop icons

I guess it must be connected with some update that does not fit. On another Slitaz installation, hitherto without problems, I did an update and now I have the same trouble. Your command line tool shows this:

root@slitaz:/home/tux# pcmanfm --desktop

(process:9386): Gtk-WARNING **: Locale not supported by C library.

    Using the fallback 'C' locale.

No wallpaper is visible, black Desktop, no icons.

Offline

#9 2020-06-30 02:55:08

michaelbischof
Member
Registered: 2012-01-20
Posts: 536

Re: SliTaz GNU/Linux - 5.0-RC4 20200621 - no desktop icons

My guess for the culprit: the new package lxsession046

Latest log entries    Show

2020-06-30 04:43:45 - Installed - lxsession046 (0.4.6.1)

2020-06-29 21:21:56 - Installed - glibc-locale (2.14.1)

2020-06-29 21:16:49 - Installed - lxpanel-extra (0.10.0)

2020-06-29 21:16:05 - Installed - lxde-icon-theme (0.5.1)

2020-06-29 21:15:33 - Installed - lxmenu-data (0.1.5)

A moment after having installed this as an upgrade in tazpanel I am told that there is one package to be updated: this one!

Offline

#10 2020-06-30 07:37:23

mojo
Administrator
Registered: 2011-03-29
Posts: 2,174

Re: SliTaz GNU/Linux - 5.0-RC4 20200621 - no desktop icons

Installing lxsession046 on top of lxsession-0.5.5 or replacing lxsession with lxsession046 on my system breaks xsession.

I boot to a black screen.

This is how I fixed this problem on my system.

Go to virtual terminal 2:

[c]ctrl-alt+F2[/c]

Login user root, password root.

Remove lxsession046,do not remove or reinstall lxde.

[c]tazpkg remove lxsession046[/c]

Hit n for no when prompted to remove or reinstall it's reverse dependency lxde.

Force install lxsession-0.5.5:

[c]tazpkg -gi lxsession-0.5.5 --forced[/c]

Type [c]reboot[/c]

Hit Enter key

Offline

#11 2020-06-30 12:31:16

michaelbischof
Member
Registered: 2012-01-20
Posts: 536

Re: SliTaz GNU/Linux - 5.0-RC4 20200621 - no desktop icons

With me it failed. Why?

When removing lxsession046 it not only asked if I want to remove  its dependencies. I clicked n for no, but then I was asked whether I want to remove the packages changed by lxsession046. I clicked no as well and then installed lxsession-0.5.5. - Then reboot. No change, problem goes on. So reinstall dbus and lxde? And if so: how to do this?

Regards,

Michael

Offline

#12 2020-06-30 12:44:29

michaelbischof
Member
Registered: 2012-01-20
Posts: 536

Re: SliTaz GNU/Linux - 5.0-RC4 20200621 - no desktop icons

So I tried it again on another Slitaz-installation on another harddrive. It failed again:

root@slitaz:/home/tux# pcmanfm --desktop

(process:2531): Gtk-WARNING **: Locale not supported by C library.

    Using the fallback 'C' locale.

Offline

#13 2020-06-30 15:21:41

mojo
Administrator
Registered: 2011-03-29
Posts: 2,174

Re: SliTaz GNU/Linux - 5.0-RC4 20200621 - no desktop icons

The issue I had after installing lxsession046 is lxsession fails completely.

Openbox,lxsession,and pcmanfm all fail to start.

This may be a different problem than what you have.

I updated 196 packages after a clean install of slitaz-rolling-core64 in a qemu hard disk image.

Reboots without any problems, the updated system has both lxsession and lxsession046 installed at the same time. This could explain why there is no lxsession failure after the update.

I downgraded dbus (1.12.18->1.12.16) and dbus-helper (1.12.18->1.12.16)

Same black screen on boot with lxsession046, again replacing with lxsession-0.5.5 fix's the problem.

Offline

#14 2020-06-30 16:26:44

michaelbischof
Member
Registered: 2012-01-20
Posts: 536

Re: SliTaz GNU/Linux - 5.0-RC4 20200621 - no desktop icons

@Mojo

How do you downgrade dbus and dbus-helper?

Or: how to upgrade the system in a way that might work?

Wouldn't it be better to re-install the whole „lxde set“?

As of now it functions but it is ugly.

Regards,

Michael

Offline

#15 2020-06-30 16:48:30

mojo
Administrator
Registered: 2011-03-29
Posts: 2,174

Re: SliTaz GNU/Linux - 5.0-RC4 20200621 - no desktop icons

The reason I didn't reinstall lxde is it re-installs lxsession046 that broke my lxsession.

Downgrade using attached dbus and dbus-helper:

[c]tazpkg install dbus-1.12.16.tazpkg --forced[/c]

[c]tazpkg install dbus-helper-1.12.16.tazpkg --forced[/c]

Offline

#16 2020-06-30 19:14:06

michaelbischof
Member
Registered: 2012-01-20
Posts: 536

Re: SliTaz GNU/Linux - 5.0-RC4 20200621 - no desktop icons

Ok, thanks. Did what you proposed. First I had to unblock the old packaged.

Now I have here

tux@slitaz:~$ tazpkg list | grep lx

lxappearance                       0.6.3             x-window

lxappearance-obconf                0.2.3             x-window

lxde                               0.3.2.1           meta

lxde-icon-theme                    0.5.1             customization

lxinput                            0.3.5             x-window

lxmenu-data                        0.1.5             x-window

lxpanel                            0.10.0            x-window

lxpanel-extra                      0.10.0            x-window

lxrandr                            0.3.2             utilities

lxsession                          0.5.5             x-window

lxsession-edit                     0.2.0             x-window

lxsession-lxpolkit                 0.5.5             x-window

lxtask                             0.1.9             system-tools

tux@slitaz:~$ tazpkg list | grep db

dbus                               1.12.16           x-window

dbus-glib                          0.110             x-window

dbus-helper                        1.12.16           development

libcddb                            1.3.2             multimedia

- and the problem continues. :-(

When I login I see the error message

GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.ConsoleKit was not provided by any .service files

Offline

#17 2020-06-30 21:01:56

mojo
Administrator
Registered: 2011-03-29
Posts: 2,174

Re: SliTaz GNU/Linux - 5.0-RC4 20200621 - no desktop icons

Stop the login error message:

[c]tazpkg remove lxsession-lxpolkit[/c]

mojo@slitaz:~$ tazpkg -l | grep lx

lxappearance                       0.6.3             x-window

lxde                               0.3.2.1           meta

lxinput                            0.3.5             x-window

lxpanel                            0.10.0            x-window

lxrandr                            0.3.2             utilities

lxsession                          0.5.5             x-window

lxsession-edit                     0.2.0             x-window

lxtask                             0.1.9             system-tools

mojo@slitaz:~$ tazpkg -l | grep dbus

dbus                               1.12.16           x-window

dbus-glib                          0.110             x-window

dbus-helper                        1.12.16           development

Offline

#18 2020-07-01 07:49:43

michaelbischof
Member
Registered: 2012-01-20
Posts: 536

Re: SliTaz GNU/Linux - 5.0-RC4 20200621 - no desktop icons

Ok, now I „synchronized“ my installation according to your advice. The problem goes on, nevertheless.

What now? ;-)

Regards,

Michael

Offline

#19 2020-07-01 09:11:01

michaelbischof
Member
Registered: 2012-01-20
Posts: 536

Re: SliTaz GNU/Linux - 5.0-RC4 20200621 - no desktop icons

So I tried a Slitaz.5.0-Live-CD. It works there. I could apply a wallpaper-background-image. I just wanted to know which packages are installed but „dpkg -l“ did not function. So I cannot send the list to you, the pdf-file is 6,3 MB. - Interesting: using this Live-CD I am not able to mount a ext4-partition. The error message is input/output error /dev/fd0.

Michael

A laymens question: when I boot manually with Grub2

initrd /boot/rootfs1.gz rootfs2.gz rootfs.3.gz rootfs4.gz

it does not work. How to  put all those images together into one rootfs.gz?

Offline

#20 2020-07-01 18:34:13

Ceel
Administrator
Registered: 2011-04-02
Posts: 1,424

Re: SliTaz GNU/Linux - 5.0-RC4 20200621 - no desktop icons

@michaelbischof

I wasn't able to reproduce your problem; and yet my system uses lxsession046 and not lxsession-0.5.5...

A laymens question: when I boot manually with Grub2

initrd /boot/rootfs1.gz rootfs2.gz rootfs.3.gz rootfs4.gz

it does not work. How to put all those images together into one rootfs.gz?

[c]initrd /boot/rootfs4.gz /boot/rootfs3.gz /boot/rootfs2.gz /boot/rootfs1.gz[/c]

will work ;-)

Offline

#21 2020-07-01 18:51:59

michaelbischof
Member
Registered: 2012-01-20
Posts: 536

Re: SliTaz GNU/Linux - 5.0-RC4 20200621 - no desktop icons

Dear Ceel,

thanks a lot for your effort! I am sure to be able to overcome this problem. Only question: how long will it take? Can you as admin please mark this thread as resolved?

Regards,

Michael

Offline

#22 2020-07-26 18:48:31

michaelbischof
Member
Registered: 2012-01-20
Posts: 536

Re: SliTaz GNU/Linux - 5.0-RC4 20200621 - no desktop icons

Thanks to all who read and contributed to this thread! I went to another country and found the same problem on another Slitaz-rolling-installation. So I updated the whole system and then it worked, icons are shown, okay. If I look for the status with „tazpkg -l | grep lx“ I get this:

lxappearance                       0.6.3             X-Fenster

lxde                               0.3.2.1           Meta

lxinput                            0.3.5             X-Fenster

lxpanel                            0.10.0            X-Fenster

lxrandr                            0.3.2             Dienstprogramme

lxsession                          0.5.5             X-Fenster

lxsession-edit                     0.2.0             X-Fenster

lxtask                             0.1.9             Systemwerkzeuge

dbus                               1.12.18           X-Fenster

dbus-glib                          0.110             X-Fenster

But with the update a new problem started: Kompozer does no longer run!

/usr/lib/kompozer/kompozer-bin -v

   gives this output:

/usr/lib/kompozer/kompozer-bin: error while loading shared libraries: libmozjs.so: cannot open shared object file: No such file or directory

root@slitaz:/home/tux/Desktop# locate libmozjs

/usr/lib/kompozer/libmozjs.so

/usr/lib/palemoon/libmozjs.so

On this installation the browser palemoon is installed as well. And it works.

What to do?

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.59 MiB (Peak: 1.77 MiB) ]