SliTaz SliTaz Forum

You are not logged in.

#1 2012-01-17 11:01:26

black dog
Member
Registered: 2011-04-09
Posts: 331

Problems with pcmanfm 0.9.8.

Put the package pcmanfm2 (version 0.9.8).

As a result, received a black desktop. No wallpaper and no icons. Trash does not work (operation not supported). The terminal emulator will not start (the menu).

How is all this correct?

Offline

#2 2012-01-17 11:46:58

arsaber
Member
Registered: 2011-04-14
Posts: 52

Re: Problems with pcmanfm 0.9.8.

For the terminal, go to Edit > Preferences > Advanced tab, and define it.

Offline

#3 2012-01-17 15:14:03

black dog
Member
Registered: 2011-04-09
Posts: 331

Re: Problems with pcmanfm 0.9.8.

Thank you! The terminal is now running.

Desktop brown. But no wallpaper or icons are not visible.

Files can get out of the basket ([c]/home/tux/.local/share/Trash[/c]). But the basket is still not working.

Offline

#4 2012-01-17 16:46:59

arsaber
Member
Registered: 2011-04-14
Posts: 52

Re: Problems with pcmanfm 0.9.8.

I don't use myself wallpaper or icons, but this package seems quite buggy (and no idea if it's pcmanfm bugs or slitaz-packages bugs)

The ones I stumble upon :

- No ui for managing wallpaper or icons, despite having a /usr/share/pcmanfm/ui/desktop-pref.ui installed

- details view freeze at best, or crash (bug already in 0.5.2.)

- no properties window when you click on it

I'll stay with mc smile

Good luck

Offline

#5 2012-01-18 11:39:43

murali
Member
Registered: 2011-12-27
Posts: 5

Re: Problems with pcmanfm 0.9.8.

I upgraded pcmanfm as well, but haven't faced any freeze/crash yet, though on right click of a file/folder and selecting Properties doesn't show anything.

Wallpaper support is not there, maybe that's because latest version of pcmanfm doesn't support it, may not be a slitaz issue. You can still setup wallpaper using "nitrogen" which is available in the repo. And in $HOME/.config/openbox/autostart.sh of the user, add "nitrogen --restore &" after selecting your initial wallpaper. It works even after you've rebooted your machine.

Offline

#6 2012-01-18 13:57:17

black dog
Member
Registered: 2011-04-09
Posts: 331

Re: Problems with pcmanfm 0.9.8.

I removed the package pcmanfm 0.9.8 and got the same black desktop. smile

The previous version of pcmanfm 0.5.2 has not recovered. Restored through the package manager.

Pcmanfm 0.5 version is no longer growing. I should lubuntu with pcmanfm 0.9.9. Wallpaper support, a trash, the desktop icons can be moved, automounting works.

It is a pity that slitaz does not work. sad

Offline

#7 2012-01-18 16:42:03

Trixar_za
Administrator
Registered: 2011-03-29
Posts: 1,506

Re: Problems with pcmanfm 0.9.8.

The thing is pcmanfm 0.9.9 uses gnome-vfs to make it's mounting and trash can work. The downside to this? You have to drag half of GNOME with it to make things work.

You're also wrong about PCManFM 0.5.2 series not being worked on anymore. Check out http://igurublog.wordpress.com/downloads/mod-pcmanfm/ if you don't believe me wink

Offline

#8 2012-01-19 07:53:26

black dog
Member
Registered: 2011-04-09
Posts: 331

Re: Problems with pcmanfm 0.9.8.

@Trixar_za

Thanks for the explanation.

Please do not be offended. I just do not understand programming. I am a simple user. Sometimes I read various articles on them and compose their own opinion (perhaps often not correct:)).

Offline

#9 2012-02-06 09:24:20

notte
Member
Registered: 2012-02-06
Posts: 5

Re: Problems with pcmanfm 0.9.8.

Hello!

If my memory is not completely bugged... It seems to me that between the two versions a change has been made by pcman to how the desktop is launched. Now you have to use

pcmanfm --desktop

instead of launching the desktop on the first launch and the file manager the next.

So Openbox is launching a file manager, instead of the desktop, because somewhere the command lacks a "--desktop" option big_smile

I cannot find a config file to change the default behaviour of openbox in slitaz for this...

If I find it, I'll post again wink

Offline

#10 2012-02-06 09:42:27

Trixar_za
Administrator
Registered: 2011-03-29
Posts: 1,506

Re: Problems with pcmanfm 0.9.8.

It's called Auto started applications in "Start"--> Preferences and if you right clicked on the desktop it would be under Openbox--> Autostart script.

It's funny that they mentioned the change where you read it, but not how to change it in Openbox (which has always been part of LXDE like pcmanfm). The default that is used by SliTaz is [c]pcmanfm -d &[/c] which probably is also the flag for the new option. Also, use < code> (without the space) not [code].

Offline

#11 2012-02-06 10:02:50

notte
Member
Registered: 2012-02-06
Posts: 5

Re: Problems with pcmanfm 0.9.8.

Mumble...

I'm used to openbox and pcmanfm, but I am new to Slitaz. wink

I had noticed the autostart file...  But it's empty. The line which starts pcmanfm as desktop manager must be somewhere else, I hope it's not hardcoded! -_-

Offline

#12 2012-02-06 10:13:40

Trixar_za
Administrator
Registered: 2011-03-29
Posts: 1,506

Re: Problems with pcmanfm 0.9.8.

It's a bad sign if the autostart file is empty... hmm

Here's mine though (no, you don't need all this, nor do you have everything I do):

[c]# This shell script is run before Openbox launches.
# Environment variables set here are passed to the Openbox session.

# DBUS message bus (automount removable devices)
dbus-launch --exit-with-session &

# Handle Hal events with Ivman (notification with desktopbox).
ivman &

# Start PCmanFM as daemon for Wallpaper and desktop icons.
pcmanfm -d &

# Start the Freedesktop panel standard menu.
lxpanel &

# Start Parcellite clipboard manager.
parcellite &

# Launch Xpad desktop notes utility.
#xpad &

# Desktop effects composer.
#xcompmgr -c -r 10 &

# Set a background image using hsetroot (depends on imlib2).
#hsetroot -fill /usr/share/images/slitaz-background.png &

# Background color with xsetroot.
#xsetroot -solid "#222222" &

# Screensaver
xautolock -time 10 -locker "xlock -nolock -mousemotion +enablesaver" &[/c]

Offline

#13 2012-02-06 10:27:46

notte
Member
Registered: 2012-02-06
Posts: 5

Re: Problems with pcmanfm 0.9.8.

OK, we're completely OT tongue

What I cannot understand is why my autostart is empty, but (i.e.) dbus, pcmanfm and lxpanel are launched at startup neutral

<edit>

There's no autostart file at all O_O

</edit>

Offline

#14 2012-02-06 10:38:17

Trixar_za
Administrator
Registered: 2011-03-29
Posts: 1,506

Re: Problems with pcmanfm 0.9.8.

What does ~/.config/openbox show you? Do you see a autostart.sh file?

Also, dbus, hal and slim is started by SliTaz at boot, while slim starts Openbox. Openbox however should start lxpanel and pcmanfm. So if they show, it means you must have some autostart script.

Offline

#15 2012-02-06 11:25:05

notte
Member
Registered: 2012-02-06
Posts: 5

Re: Problems with pcmanfm 0.9.8.

The only file in ~/.config/openbox is rc.xml.

I did search:

[c]find / -iname *.* -type f -exec grep --files-with-matches --fixed-strings pcmanfm[/c]

But find nothing.

I'll call an exorcist for this computer! big_smile

<edit>

I did an upgrade and at the reboot the desktop has magically appeared, but still without any autostart file O_o

Offline

#16 2012-02-06 12:17:03

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

Re: Problems with pcmanfm 0.9.8.

@black dog @notte

I had similiar expiriences sometimes, mostly after adding a new user. So I had to start pcmanfm and suddenly the Desktop was there. Some times I had to start via the konsole ,,openbox-sessions &" the panel.

What about creating this file autostart.sh manually?

Offline

#17 2012-02-06 12:46:36

notte
Member
Registered: 2012-02-06
Posts: 5

Re: Problems with pcmanfm 0.9.8.

No problem in creating it, I am only wondering how things are being loaded tongue

Offline

#18 2012-02-06 12:57:07

Trixar_za
Administrator
Registered: 2011-03-29
Posts: 1,506

Re: Problems with pcmanfm 0.9.8.

You and me both

Offline

#19 2012-09-14 21:53:09

BugRaiser
Member
Registered: 2012-06-19
Posts: 39

Re: Problems with pcmanfm 0.9.8.

Hi. I have replaced the 0.5.x build of pcmanfm with the so called pcmanfm2 (0.9.x build), and I have similar issues to those reported in the O.P. .

I don't see my USB stick in the left panel, and any of my Windows partitions, mounted or unmounted.

If I click the Trash icon, the "Operation not supported" popup appears; the same happens if I select My Computer from PCManFM menu.

Installing gnome-vfs didn't help at all.

I also had the issue with the desktop - it was not being managed, but I fixed that by replacing 'pcmanfm -d &' with 'pamanfm --desktop &' in autostart.sh .

Looking for solutions on the internet didn't reveal anything useful for Slitaz, the only relevant solutions were for Arch, as I recall.

Did anyone have any success with pcmanfm2 and can share some informations on how I can fix my issues ?

Offline

#20 2012-09-14 22:07:40

Trixar_za
Administrator
Registered: 2011-03-29
Posts: 1,506

Re: Problems with pcmanfm 0.9.8.

It's because our udev rules are non-existent. There are plans to create and implement them because we want to move away from using HAL completely.

Offline

#21 2012-09-15 20:02:20

BugRaiser
Member
Registered: 2012-06-19
Posts: 39

Re: Problems with pcmanfm 0.9.8.

Thanks for clearifying this, Trixar_za.

On the same note, are there any plans to package the new written from scratch PCManFM 1.0 ?

Offline

#22 2012-09-24 06:40:58

m00dyson
Member
Registered: 2012-04-21
Posts: 14

Re: Problems with pcmanfm 0.9.8.

As Trixar_za said if we go thru [Start]->[Preferences]->[Auto started App] we'll get a window of stated applications with buttons Add|Configure|Exit. And click on [Configure] button opens [c]autostart.sh[/c] in Leafpad and Ctrl+O shows its location in [c]~/.config/openbox[/c].

But i'm confused as OpenBox wiki references to config files in [c]/etc/xdg/openbox[/c] and on my LiveUSB there's identical [c]autostart.sh[/c] in [c]/etc/xdg/openbox[/c]. If we modify any of those files which of them will be used in during SliTaz GUI startup? And does modifying default [c]autostart.sh[/c] in [c]/etc/xdg/openbox[/c] influence openbox autostart in Slitaz or it's simply ignored/overridden?

Also i'm looking if there's any manual/list of options for PCmanFM conf file located in [c][TazUSB]/tux/.config/pcmanfm/main[/c].

tux is default user files saved on USB (dont know if they're created with [c]tazusb gen-liveusb[/c] or on user logout. And how changing this files will affect user/all. If they're created on logout, then they in fact won't be included in next [c]tazusb writefs[/c] creation, aren't they? So where does real PCmanFM that will be included in [c]rootfs.gz[/c] reside?

Offline

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

Board footer

Powered by FluxBB
Modified by Visman

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