LXDE on opensuse 11.1

All questions and problems regarding the installation and upgrades of LXDE from USB Stick, Live CD or Web.
Locked
manchette
Posts: 4
Joined: Fri Jan 30, 2009 9:40 pm

LXDE on opensuse 11.1

Post by manchette »

Hi,
I'm trying to add Lxde on opensuse 11.1
i'm using the following repository :
http://wiki.lxde.org/en/SuSE

When i'm installing i have a dependancy missing , is it not version 11.1 compatible ?
how can i solve this please ?
Thanks ;)

here's what i have :
# zypper in lxde-desktop
Chargement des données du dépôt...
Lecture des paquets installés...
Résolution des dépendances des paquets...

Problème: lxde-desktop-3.0-4.1.noarch requiert lxpanel, mais cette dépendance ne peut pas être fournie
fournisseurs non installables: lxpanel-0.3.7-20.3.i586[swyear]
Solution 1: Ne pas demander d'installer un élément fournissant lxde-desktop
Solution 2: Ignorer des dépendances de lxde-desktop

Choisissez parmis les solutions ci-dessus par le nombre correspondant ou annulez [1/2/A]: 1
Résolution des dépendances...
Résolution des dépendances des paquets...
Rien à faire.
swyear
Posts: 8
Joined: Sun Feb 01, 2009 6:43 am

Re: LXDE on opensuse 11.1

Post by swyear »

Sorry for that
I have some problems building lxde in OBS for 11.1.
So, There's no lxde binary packages in swyear repository for 11.1.
You can download *src.rpm from 11.0
and rebuild by yourself.
manchette
Posts: 4
Joined: Fri Jan 30, 2009 9:40 pm

Re: LXDE on opensuse 11.1

Post by manchette »

Hi ;)
i guess that i should take everything in http://download.opensuse.org/repositori ... _11.0/src/
Can you please tell me how to rebuild all this and install ?
Thanks ;)
swyear
Posts: 8
Joined: Sun Feb 01, 2009 6:43 am

Re: LXDE on opensuse 11.1

Post by swyear »

I've just finished building LXDE from svn trunk.
But these packages are not tested.
You can wait for me to test, or use
http://download.opensuse.org/repositori ... op-svn.ymp
to help me test.
After testing OK, I'll build a stable version
manchette
Posts: 4
Joined: Fri Jan 30, 2009 9:40 pm

Re: LXDE on opensuse 11.1

Post by manchette »

Hello ;)
that's great :)
i'm taking it to test it , i'll tell you more asap

ok,
install works with the .ymp link, that's a good thing ;)
what kind of test do you need for example ?
swyear
Posts: 8
Joined: Sun Feb 01, 2009 6:43 am

Re: LXDE on opensuse 11.1

Post by swyear »

forget svn version...
try this:
http://download.opensuse.org/repositori ... esktop.ymp
But I have to tell you,
lxpanel can not setup appletes
seem not stable enough...

Code: Select all

when try to setup panel, add a applete crash lxpanel...
run from terminal can get messages below:

lxpanel
** (lxpanel:10228): DEBUG: cache file_name =
/home/chen242/.cache/menus/1b90be473b903e6277226cc8ecbab242
lxpanel : X error: BadAlloc (insufficient resources for operation)
lxpanel : X error: BadDrawable (invalid Pixmap or Window parameter)

(lxpanel:10228): Gtk-WARNING **: GtkSpinButton: setting an adjustment
with non-zero page size is deprecated

(lxpanel:10228): Gtk-WARNING **: GtkSpinButton: setting an adjustment
with non-zero page size is deprecated

(lxpanel:10228): Gtk-WARNING **: GtkSpinButton: setting an adjustment
with non-zero page size is deprecated

(lxpanel:10228): Gtk-WARNING **: GtkSpinButton: setting an adjustment
with non-zero page size is deprecated
lxpanel : type is not XA_CARDINAL
GLib-ERROR **: gmem.c:136: failed to allocate 2048517120 bytes
aborting...
已經終止
Not sure what happened?
Any one encountered this problem?
I need some help...
swyear
Posts: 8
Joined: Sun Feb 01, 2009 6:43 am

Re: LXDE on opensuse 11.1

Post by swyear »

But You can edit manually your ~/.config/lxpanel/LXDE/panels/panel to add panel-plugins and app launcher
my panel:

Code: Select all

# lxpanel <profile> config file. Manually editing is not recommended.
# Use preference dialog in lxpanel to adjust config when you can.

Global {
    edge=bottom
    allign=left
    margin=0
    widthtype=percent
    width=100
    height=26
    transparent=0
    tintcolor=#000000
    alpha=0
    setdocktype=1
    setpartialstrut=1
    usefontcolor=1
    fontcolor=#ffffff
    background=1
    backgroundfile=/usr/share/lxpanel/images/background.png
}

Plugin {
    type = space
    Config {
        Size=2
    }
}

Plugin {
    type = menu
    Config {
        image=/usr/share/lxpanel/images/suse.png
        system {
        }
        separator {
        }
        item {
            command=run
        }
        separator {
        }
        item {
            image=gnome-logout
            command=logout
        }
    }
}

Plugin {
    type = launchbar
    Config {
	Button {
	    id=pcmanfm.desktop
	}
        Button {
            id=lxterminal.desktop
        }
        Button {
            id=MozillaFirefox.desktop
        }
	Button {
	    id=pcmanx.desktop
	}
	Button {
            id=picasa.desktop
        }
    }
}

Plugin {
    type = space
    Config {
        Size=4
    }
}

Plugin {
    type = wincmd
    Config {
        Button1=iconify
        Button2=shade
    }
}

Plugin {
    type = space
    Config {
        Size=4
    }
}

Plugin {
    type = pager
}

Plugin {
    type = space
    Config {
        Size=4
    }
}

Plugin {
    type = taskbar
    expand=1
    Config {
        tooltips=1
        IconsOnly=0
        AcceptSkipPager=1
        ShowIconified=1
        ShowMapped=1
        ShowAllDesks=0
        UseMouseWheel=1
        UseUrgencyHint=1
        FlatButton=0
        MaxTaskWidth=150
        spacing=1
    }
}

Plugin {
    type = netstat
}

Plugin {
    type = cpu
}

Plugin {
    type = tray
}

Plugin {
    type = volumealsa
}

Plugin {
    type = batt
}

Plugin {
    type = thermal
}

Plugin {
    type = kbled
}

Plugin {
    type = dclock
    Config {
        ClockFmt=%R
        TooltipFmt=%A %x
        BoldFont=0
    }
}
changes will apply in next login
or open terminal
killall lxpanel
lxpanel --profile LXDE
pcmanfm.desktop in panel can't show icon sometime...
swyear
Posts: 8
Joined: Sun Feb 01, 2009 6:43 am

Re: LXDE on opensuse 11.1

Post by swyear »

downgrade to lxpanel 0.3.99 fix setup crash
But some applications can't launch from menu...
manchette
Posts: 4
Joined: Fri Jan 30, 2009 9:40 pm

Re: LXDE on opensuse 11.1

Post by manchette »

Hi ;)

Some congratulations for your good work , i tried LXDE and it's fun and cool ;)
i've tried the 1st thing you gave (svn version) and it looked ok so far.
Have you been able to solve the problem you got ?
"lxpanel : X error: BadAlloc (insufficient resources for operation) "
It looks like a virtual memory allocation problem .


how do i clean properly the svn version to add LXDE with the .ymp link you gave ?

Thanks ;)
swyear
Posts: 8
Joined: Sun Feb 01, 2009 6:43 am

Re: LXDE on opensuse 11.1

Post by swyear »

use the patch from
http://github.com/juergenhoetzel/lxde-s ... 5aef97be32
lxpanel 0.3.999 crashes no more
please update lxpanel to 0.3.999 from home:swyear repo
Locked