SliTaz SliTaz Forum

You are not logged in.

#51 2014-05-31 13:25:55

slimhunter
Member
Registered: 2012-11-09
Posts: 29

Re: SliTaz 5.0-rc2

Meanwhile, mirror.slitaz.org can't be reached: Service temporarily not available (503)

Offline

#52 2014-05-31 13:31:10

mariojuniorjp
Member
Registered: 2014-05-31
Posts: 2

Re: SliTaz 5.0-rc2

"Service Temporarily Unavailable

The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later."

Does anyone have an alternative mirror for rc2?

Offline

#53 2014-05-31 13:55:19

nger
Member
Registered: 2013-07-05
Posts: 32

Re: SliTaz 5.0-rc2

Hello.

Where is stored autostart script in RC2?

I used to use it in slitas 4  "desktop context menu>Openbox>autostart script"

But now it opens an empty file

Or there is another easy way how to run programms and commands on startup automatically?

Offline

#54 2014-05-31 14:14:55

erjo
Administrator
Registered: 2011-03-28
Posts: 86

Re: SliTaz 5.0-rc2

@mariojuniorjp: Try

ftp://download.tuxfamily.org/slitaz/iso/5.0/ or http://mirror.switch.ch/ftp/mirror/slitaz/iso/5.0/

Offline

#55 2014-05-31 14:50:50

mariojuniorjp
Member
Registered: 2014-05-31
Posts: 2

Re: SliTaz 5.0-rc2

@erjo

Thank you very much. Now it works! big_smile

Offline

#56 2014-05-31 15:22:06

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

Re: SliTaz 5.0-rc2

@nger

5.0 uses lxsession to autostart.

A .desktop file to execute the program/command is put in ~/.config/autostart or /etc/xdg/autostart

The autostart immediately appears in Applications/Preferences/Desktop Session Settings where you can disable/enable autostart with checkbox.

Example:

I want alsaplayer to autostart when I login to tux account.

[c]tux@slitaz:~$ mkdir .config/autostart[/c]

[c]tux@slitaz:~$ cp /usr/share/applications/alsaplayer.desktop .config/autostart[/c]

Logout/in to tux and alsaplayer autostarts.

Open an existing .desktop file with text editor to customize it to your needs if no .desktop file is available.

Offline

#57 2014-06-02 01:13:16

Sidini
Member
Registered: 2014-05-19
Posts: 72

Re: SliTaz 5.0-rc2

Hi all!

I have a suggestion to Slitaz team: add a function to make Slitaz 5.0 recognize keyboard shortcut keys automatically, such as:

- the sound control shortcut keys (volume up, mute, play, stop...);

- the internet navigation keys (refresh, back, home...).

It would increase the users experience. I use them a lot, and I think many others too.

It's just a suggestion to the next RC or stable version, not a problem to be solved on Slitaz.

See you later!

PS: sorry for any English mistakes.

Offline

#58 2014-06-02 11:10:17

geev03
Member
Registered: 2012-01-09
Posts: 43

Re: SliTaz 5.0-rc2

Google Chrome [ Version 37.0.2017.2 dev ] on RC2 VM [attachment=30567,1531]

Offline

#59 2014-06-02 19:44:34

tazpider
Member
Registered: 2012-03-20
Posts: 71

Re: SliTaz 5.0-rc2

When booted [c]rootfs.gz[/c] made with [c]tazlito writeiso lzma[/c] I get kernel panic. Do you need any more details for investigation?

Offline

#60 2014-06-03 05:09:44

devl547
Administrator
Registered: 2011-06-01
Posts: 285

Re: SliTaz 5.0-rc2

>add a function to make Slitaz 5.0 recognize keyboard shortcut keys automatically, such as:

xbindkeys? But I dont know if it has all the needed shortcuts in default config.

Offline

#61 2014-06-04 15:42:02

Sidini
Member
Registered: 2014-05-19
Posts: 72

Re: SliTaz 5.0-rc2

Hi devl547!

I didn't know about xbindkeys package (there's no info about it on Docs page). Yes, it could be done with that pack, but if the OS automatically recognize the shortcuts it would be better for inexperienced linux users, like me ^.^

"But I dont know if it has all the needed shortcuts in default config."

I think that all keyboards have the same key codes, so this shouldn't be a problem. Please correct me if I'm wrong.

Offline

#62 2014-06-04 16:55:01

Renate55
Member
Registered: 2014-05-14
Posts: 4

Re: SliTaz 5.0-rc2

in slitaz 5.0-rc2, my printer Canon ip3600 is recognized, but it did not print. The command "lp file" there was something "unsupported format 'text/plain'".

With cups and gtk+ from stable it works.

Offline

#63 2014-06-04 20:46:42

necrophcodr
Member
Registered: 2014-02-20
Posts: 101

Re: SliTaz 5.0-rc2

Well, Sidini, you're not right. Most keyboards with the majority of ASCII characters have somewhat the same keycodes, but the problem is that they may not all correspond to the same characters. This is an issue present in games as well, for people in Scandinavian countries, Eastern Europe, and so on so forth. Unfortunately it is not easily solved on a every-single-keyboard-supported-basis, but it is doable to have certain media keys supported. However, it is unlikely to inherently be an issue with SliTaz at all, as it really comes down to the installed software not only to implement that kind of support, but also make use of it (for instance, the volume button in SliTaz' LXDE session+openbox is not _really_ a volume application by itself, and Clementine (the media player) doesn't support these keys in every desktop environment or setting either), so the problem you're posing is a known one, but not one that is just as easily solved unfortunately.

My suggestion to you is to either research the use of xbindkeys and figure out how it can work for you, or find a distribution (like Ubuntu) that supports it in their bloated - but functional - desktop environment.

Offline

#64 2014-06-04 20:56:25

christophe
Member
Registered: 2011-04-17
Posts: 432

Re: SliTaz 5.0-rc2

@ necro, so there are default volume keys in Lxde ?? which are they ??

@ sidini

http://wiki.lxde.org/fr/LXDE:Questions#Comment_faire_fonctionner_les_boutons_de_volume.C2.A0.3F

you'll have to find out how to learn french or translate it (or look for the english equivalent)

Offline

#65 2014-06-04 21:04:39

necrophcodr
Member
Registered: 2014-02-20
Posts: 101

Re: SliTaz 5.0-rc2

@christophe

I guess my post was quite mangled, wasn't it. Anyway, I meant that there's not any default volume keys in LXDE, nor is there any built in support for it (to my knowledge anyway).

Offline

#66 2014-06-04 21:25:37

devl547
Administrator
Registered: 2011-06-01
Posts: 285

Re: SliTaz 5.0-rc2

>Unfortunately it is not easily solved on a every-single-keyboard-supported-basis

Almost all keyboards send standart keycodes to the system.

So as for volume control, we can just use defaults:

"amixer -q sset Master 2+"

    XF86AudioRaiseVolume

"amixer -q sset Master 2-"

    XF86AudioLowerVolume

"amixer set Master toggle"

    XF86AudioMute

Offline

#67 2014-06-04 22:47:27

lexeii
Administrator
Registered: 2012-03-21
Posts: 1,853

Offline

#68 2014-06-05 00:02:44

Sidini
Member
Registered: 2014-05-19
Posts: 72

Re: SliTaz 5.0-rc2

@necrophcodr, @christophe, @devl547, @Aleksej

Wow! My post created a big discussion, huh? big_smile

Thank you necrophcodr, christophe, devl547 and Aleksej for your precious informations!

As this "issue" can't be easily solved, let's have it at that: the user must manually set the keyboard shortcuts. No problem!

I'll learn how to use xbindkeys and how to configure openbox, because I don't want to find another distro: Slitaz is the most suitable for my old PC. big_smile

(I'm learning Linux using Slitaz, and the LiveCD works fine with just 512MB of RAM)

Best regards from Brazil!

Offline

#69 2014-06-08 17:50:24

Sidini
Member
Registered: 2014-05-19
Posts: 72

Re: SliTaz 5.0-rc2

Well, I'm back... with good news.

After a little headache (caused by my MS Windows addictions) I installed and configured xbindkeys by myself. At this moment I'm listening music at Alsaplayer, and I can control volume using the keyboard multimedia shortcuts (special keys).

Many Thanks for all users for your helpful information!

Now I'm trying to learn how to configure internet shortcut keys by myself (setting up Midori navigation shortcuts). It couldn't be hard now that I know how to use xbindkeys. If I learn it maybe I'll write a How-To to help other Slitaz newbies like me. (my English is not so good, but I'll try big_smile )

Offline

#70 2014-06-08 18:53:42

nger
Member
Registered: 2013-07-05
Posts: 32

Re: SliTaz 5.0-rc2

Hello. Once again about autostart script.

According to Mojo post I made file setxkbmap.desktop in /etc/xdg/autostart

and it cointains the following:

[Desktop Entry]

Type=Application

Name=example

Exec=setxkbmap lv -variant apostrophe

NotShowIn=LXDE;XFCE;Razor;

And it doesn't work. Doesn't start on boot.

What did I wrong?

Offline

#71 2014-06-12 15:06:15

christophe
Member
Registered: 2011-04-17
Posts: 432

Re: SliTaz 5.0-rc2

As it turns out I had by mistake opened rc1 instead of RC2

So the only issues that remain from my original post are

1- no (terminal) icon for Sakura windows in the taskbar. I was under the impression that this bug had beend fixed in earlier releases ??

2- the cursor still disappears in several occasions. The most obvious one is if I position it on the x point to close a firefox tab (no need to depress it): the cursor is there but invisible

3- My lobitech usb mouse is not recognized

4- the blkid instruction to mount the usb key as /home does not work (it says it is sleeping 3s to allow mounting the device then complains it is unable to find it and proceeds)

5- the usb ramkey does not show in pcmanfm (disk partitions do) and extracting / inserting it does not solve the issue

6- starting pcmanfm as root from sakura: no disk partition is shown (they show as tux)

Still love it of course wink

Would be keen to test an RC3 --

Offline

#72 2014-06-14 00:08:11

Sidini
Member
Registered: 2014-05-19
Posts: 72

Re: SliTaz 5.0-rc2

Hello everyone!

This is my contribution to the keyboard shortcut keys "issue": http://forum.slitaz.org/topic/make-fn-keys-work#post-30912

Offline

#73 2014-06-14 15:57:42

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

Re: SliTaz 5.0-rc2

RC2 in frugal mode

Suppressed patching from get-linux-source script and re-installed the linux sources => can now compile the kernel without any errors.

Added module ch7006 to the kernel => can now boot from sdcard.

Well, not correctly. During boot:[c]
...
Processing: /etc/init.d/rcS...
Mounting proc filesystem on /proc                                        [ Done ]
Mounting devtmpfs filesystem on: /dev
[....9.290409] modprobe use greatest stack depth: 5948 bytes left
mount: unknown filesystem type 'devtmpfs'                                [ Failed ]
starting udev deamon...
.../...
Loading Kernel modules                                                   [ Failed ]
Loading module : agpgart_intel                                           [ Failed ]
Loading module : e1000e                                                  [ Failed ]
Loading module : ehci_hcd                                                [ Failed ]
Loading module : snd_hda_intel                                           [ Failed ]
Loading module : pcieport                                                [ Failed ]
Loading module : ahci                                                    [ Failed ]
Loading module : i801_smbus                                              [ Failed ][/c]

At the end of boot, the system hangs with the login tazbox; keyboard is inactive, need to power off the computer.

Adding the otion [c]screen=text [/c], the system boot in console mode.

Login as root, [c]modprobe [/c]manually the kernel modules above = OK.

Then [c]startx [/c]but system hangs in the same way.

At least, it seems ch7006 is required to boot from sdcards.

Offline

#74 2014-06-21 04:46:13

kneekoo
Member
Registered: 2014-06-21
Posts: 2

Re: SliTaz 5.0-rc2

Xorg doesn't start for me either, on real hardware.

Xorg.log: http://paste.slitaz.org/?54a66caf3ed0ad84#1m882ktU0OyK83TqusDvUp67gIWVf2zEWsbRfZKQVt0=

lspci: http://paste.slitaz.org/?4bfef3ce719501c9#6AB7z+o1zpsMvKkQ+I9rdekDY9i14gJSw6QYbbGz7vA=

It's a Dell Inspiron mini 10. Basically, it's "(EE) open /dev/fb0: No such file or directory" and in the Arch forum I found out someone deleted ~/.xinitrc then it worked. Well, after reading the content of ~/.xinitrc I found nothing strange but Xorg still didn't start even after I renamed the file.

What else can I provide to debug this issue?

Offline

#75 2014-06-21 08:01:05

lexeii
Administrator
Registered: 2012-03-21
Posts: 1,853

Re: SliTaz 5.0-rc2

Hi kneekoo,

Really I'm noob on Xorg. But searching “poulsbo” on this forum this topic is looking related: http://forum.slitaz.org/topic/syslinux-troubles-with-intel-atoms-pulsbo-and-c32boxc32

Offline

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

Board footer

Powered by FluxBB
Modified by Visman

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