* [sisyphus] lxde + gdm = no protocol cpecified
@ 2009-12-18 1:44 Радик Юсупов
2009-12-18 1:53 ` Mykola S. Grechukh
0 siblings, 1 reply; 8+ messages in thread
From: Радик Юсупов @ 2009-12-18 1:44 UTC (permalink / raw)
To: sisyphus
Доброго времени.
Таки обновил полностью систему из сизифа через dist-upgrade и установил
lxde.
# apt-get install lxde
Reading Package Lists... Done
Building Dependency Tree... Done
The following extra packages will be installed:
gpicview gtknetcat leafpad libmenu-cache libopenbox lxde-common
lxde-lxappearance lxde-lxlauncher lxde-lxmenu-data lxde-lxnm lxde-lxpanel
lxde-lxrandr lxde-lxsession lxde-lxshortcut lxde-lxtask
lxde-lxterminal menu-cache openbox pcmanfm sakura wireless-tools xarchiver
The following NEW packages will be installed:
gpicview gtknetcat leafpad libmenu-cache libopenbox lxde lxde-common
lxde-lxappearance lxde-lxlauncher lxde-lxmenu-data lxde-lxnm
lxde-lxpanel lxde-lxrandr lxde-lxsession lxde-lxshortcut lxde-lxtask
lxde-lxterminal menu-cache openbox pcmanfm sakura wireless-tools
xarchiver
0 upgraded, 23 newly installed, 0 removed and 0 not upgraded.
Need to get 2633kB of archives.
After unpacking 6713kB of additional disk space will be used.
Do you want to continue? [Y/n] Y
<<Кусь>>
Fetched 2633kB in 3m22s (13.0kB/s)
Committing changes...
Preparing... ################################# [100%]
<<Кусь>>
Running /usr/lib/rpm/posttrans-filetriggers
Done.
Теперь установлено:
$ rpm -qa | grep lxde
lxde-1.0-alt2
lxde-lxshortcut-0.1-alt1
lxde-lxnm-0.2.2-alt1.1
lxde-lxpanel-0.5.3-alt2
lxde-lxmenu-data-0.1-alt1
lxde-lxtask-0.1-alt1.1
lxde-lxlauncher-0.2-alt1.1
lxde-lxsession-0.4.1-alt2
lxde-lxrandr-0.1-alt1.1
lxde-lxappearance-0.3.0-alt1
lxde-common-0.4.1-alt3
lxde-lxterminal-0.1.4-alt1
Для входа в систему используется GDM:
$ rpm -qa | grep gdm
gdm-user-switch-applet-2.28.1-alt3
gdm-2.28.1-alt3
При выборе сессии lxde для входа, появляется черный экран и секунды
через 3 вываливается снова в gdm.
Переключился в консоль и сделал lsdestart, на что получил: no protocol
cpecified
Подтвердит ли кто?
Вешать багу?
--
Мой Круг — Радик Юсупов <http://Radik.moikrug.ru/?from=card>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [sisyphus] lxde + gdm = no protocol cpecified
2009-12-18 1:44 [sisyphus] lxde + gdm = no protocol cpecified Радик Юсупов
@ 2009-12-18 1:53 ` Mykola S. Grechukh
2009-12-18 2:16 ` Радик Юсупов
0 siblings, 1 reply; 8+ messages in thread
From: Mykola S. Grechukh @ 2009-12-18 1:53 UTC (permalink / raw)
To: ALT Linux Sisyphus discussions
18 декабря 2009 г. 3:44 пользователь Радик Юсупов <> написал:
> lxde-lxsession-0.4.1-alt2
Покажите пожалуйста tail /usr/bin/startlxde
--
Mykola Grechukh
RISC Group IT Solutions
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [sisyphus] lxde + gdm = no protocol cpecified
2009-12-18 1:53 ` Mykola S. Grechukh
@ 2009-12-18 2:16 ` Радик Юсупов
2009-12-18 2:23 ` Mykola S. Grechukh
0 siblings, 1 reply; 8+ messages in thread
From: Радик Юсупов @ 2009-12-18 2:16 UTC (permalink / raw)
To: sisyphus
18.12.2009 04:53, Mykola S. Grechukh пишет:
> tail /usr/bin/startlxde
>
>
# tail /usr/bin/startlxde
if [ ! -f "$OPENBOX_CONF_DIR/lxde-rc.xml" ]; then
mkdir -p "$OPENBOX_CONF_DIR"
cp /usr/share/lxde/openbox/rc.xml "$OPENBOX_CONF_DIR/lxde-rc.xml"
fi
# Enable GTK+2 integration for OpenOffice.org, if available.
export SAL_USE_VCLPLUGIN=gtk
# Start the LXDE session
exec /usr/bin/lxsession -s LXDE
--
Мой Круг — Радик Юсупов <http://Radik.moikrug.ru/?from=card>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [sisyphus] lxde + gdm = no protocol cpecified
2009-12-18 2:16 ` Радик Юсупов
@ 2009-12-18 2:23 ` Mykola S. Grechukh
2009-12-18 2:47 ` Радик Юсупов
2009-12-18 3:08 ` Радик Юсупов
0 siblings, 2 replies; 8+ messages in thread
From: Mykola S. Grechukh @ 2009-12-18 2:23 UTC (permalink / raw)
To: ALT Linux Sisyphus discussions
2009/12/18 Радик Юсупов <radyus@yandex.ru>:
> 18.12.2009 04:53, Mykola S. Grechukh пишет:
>>
>> tail /usr/bin/startlxde
>>
>>
>
> # tail /usr/bin/startlxde
> if [ ! -f "$OPENBOX_CONF_DIR/lxde-rc.xml" ]; then
> mkdir -p "$OPENBOX_CONF_DIR"
> cp /usr/share/lxde/openbox/rc.xml "$OPENBOX_CONF_DIR/lxde-rc.xml"
> fi
>
> # Enable GTK+2 integration for OpenOffice.org, if available.
> export SAL_USE_VCLPLUGIN=gtk
>
> # Start the LXDE session
> exec /usr/bin/lxsession -s LXDE
эмм... Значит я не смержил.
Впишите туда exec /usr/bin/lxsession -s LXDE -e LXDE и повесьте critical bug.
--
Mykola Grechukh
RISC Group IT Solutions
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [sisyphus] lxde + gdm = no protocol cpecified
2009-12-18 2:23 ` Mykola S. Grechukh
@ 2009-12-18 2:47 ` Радик Юсупов
2009-12-18 3:01 ` Mykola S. Grechukh
2009-12-18 3:08 ` Радик Юсупов
1 sibling, 1 reply; 8+ messages in thread
From: Радик Юсупов @ 2009-12-18 2:47 UTC (permalink / raw)
To: sisyphus
18.12.2009 05:23, Mykola S. Grechukh пишет:
>
> эмм... Значит я не смержил.
>
> Впишите туда exec /usr/bin/lxsession -s LXDE -e LXDE и повесьте critical bug.
>
К сожалению пока не вышло. Конфиг отредактировал так:
$ tail /usr/bin/startlxde
mkdir -p "$OPENBOX_CONF_DIR"
cp /usr/share/lxde/openbox/rc.xml "$OPENBOX_CONF_DIR/lxde-rc.xml"
fi
# Enable GTK+2 integration for OpenOffice.org, if available.
export SAL_USE_VCLPLUGIN=gtk
# Start the LXDE session
#exec /usr/bin/lxsession -s LXDE
exec /usr/bin/lxsession -s LXDE -e LXDE
Вот что в логах:
Dec 18 05:39:40 linux-server kernel: [ 292.234525] [drm] Loading R300
Microcode
Dec 18 05:39:40 linux-server kernel: [ 292.234558] [drm] Num pipes: 1
Dec 18 05:39:46 linux-server gdm-session-worker[8344]: WARNING: Could
not copy file to cache: �\237�\200оизо�\210ла о�\210ибка п�\200и
о�\202к�\200�\213�\202ии �\204айла «/var/cache/gdm/user/dmrc»:
�\236�\202казано в до�\201�\202�\203пе
Dec 18 05:39:46 linux-server seahorse-agent[8386]:
seahorse_agent_cache_init: assertion `GPG_IS_OK (err)' failed
Dec 18 05:39:46 linux-server kernel: [ 298.210289] [drm] Num pipes: 1
Dec 18 05:39:47 linux-server kernel: [ 298.816645] [drm] Setting GART
location based on new memory map
Dec 18 05:39:47 linux-server kernel: [ 298.817572] [drm] Loading R300
Microcode
Dec 18 05:39:47 linux-server kernel: [ 298.817606] [drm] Num pipes: 1
Dec 18 05:39:47 linux-server kernel: [ 298.817614] [drm] writeback test
succeeded in 1 usecs
Dec 18 05:39:48 linux-server gdm-simple-greeter[8528]:
GLib-GObject-CRITICAL: g_param_spec_flags: assertion `G_TYPE_IS_FLAGS
(flags_type)' failed
Dec 18 05:39:48 linux-server gdm-simple-greeter[8528]:
GLib-GObject-CRITICAL: g_object_class_install_property: assertion
`G_IS_PARAM_SPEC (pspec)' failed
Dec 18 05:39:51 linux-server kernel: [ 302.796938] [drm] Num pipes: 1
--
Мой Круг — Радик Юсупов <http://Radik.moikrug.ru/?from=card>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [sisyphus] lxde + gdm = no protocol cpecified
2009-12-18 2:47 ` Радик Юсупов
@ 2009-12-18 3:01 ` Mykola S. Grechukh
0 siblings, 0 replies; 8+ messages in thread
From: Mykola S. Grechukh @ 2009-12-18 3:01 UTC (permalink / raw)
To: ALT Linux Sisyphus discussions
2009/12/18 Радик Юсупов <>:
> # Start the LXDE session
> #exec /usr/bin/lxsession -s LXDE
> exec /usr/bin/lxsession -s LXDE -e LXDE
>
> Вот что в логах:
> Dec 18 05:39:40 linux-server kernel: [ 292.234525] [drm] Loading R300
> Microcode
> Dec 18 05:39:40 linux-server kernel: [ 292.234558] [drm] Num pipes: 1
> Dec 18 05:39:46 linux-server gdm-session-worker[8344]: WARNING: Could not
> copy file to cache: �\237�\200оизо�\210ла о�\210ибка п�\200и
> о�\202к�\200�\213�\202ии �\204айла «/var/cache/gdm/user/dmrc»:
> �\236�\202казано в до�\201�\202�\203пе
> Dec 18 05:39:46 linux-server seahorse-agent[8386]:
> seahorse_agent_cache_init: assertion `GPG_IS_OK (err)' failed
> Dec 18 05:39:46 linux-server kernel: [ 298.210289] [drm] Num pipes: 1
> Dec 18 05:39:47 linux-server kernel: [ 298.816645] [drm] Setting GART
> location based on new memory map
> Dec 18 05:39:47 linux-server kernel: [ 298.817572] [drm] Loading R300
> Microcode
> Dec 18 05:39:47 linux-server kernel: [ 298.817606] [drm] Num pipes: 1
> Dec 18 05:39:47 linux-server kernel: [ 298.817614] [drm] writeback test
> succeeded in 1 usecs
> Dec 18 05:39:48 linux-server gdm-simple-greeter[8528]:
> GLib-GObject-CRITICAL: g_param_spec_flags: assertion `G_TYPE_IS_FLAGS
> (flags_type)' failed
> Dec 18 05:39:48 linux-server gdm-simple-greeter[8528]:
> GLib-GObject-CRITICAL: g_object_class_install_property: assertion
> `G_IS_PARAM_SPEC (pspec)' failed
> Dec 18 05:39:51 linux-server kernel: [ 302.796938] [drm] Num pipes: 1
из-под startx (через wm-select) lxde запускается?
apt-get install wm-select
su - user
startx
--
Mykola Grechukh
RISC Group IT Solutions
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [sisyphus] lxde + gdm = no protocol cpecified
2009-12-18 2:23 ` Mykola S. Grechukh
2009-12-18 2:47 ` Радик Юсупов
@ 2009-12-18 3:08 ` Радик Юсупов
2009-12-24 5:19 ` Радик Юсупов
1 sibling, 1 reply; 8+ messages in thread
From: Радик Юсупов @ 2009-12-18 3:08 UTC (permalink / raw)
To: sisyphus
18.12.2009 05:23, Mykola S. Grechukh пишет:
>
> эмм... Значит я не смержил.
>
> Впишите туда exec /usr/bin/lxsession -s LXDE -e LXDE и повесьте critical bug.
>
#22564
--
Мой Круг — Радик Юсупов <http://Radik.moikrug.ru/?from=card>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [sisyphus] lxde + gdm = no protocol cpecified
2009-12-18 3:08 ` Радик Юсупов
@ 2009-12-24 5:19 ` Радик Юсупов
0 siblings, 0 replies; 8+ messages in thread
From: Радик Юсупов @ 2009-12-24 5:19 UTC (permalink / raw)
To: sisyphus
18.12.2009 06:08, Радик Юсупов пишет:
> 18.12.2009 05:23, Mykola S. Grechukh пишет:
>>
>> эмм... Значит я не смержил.
>>
>> Впишите туда exec /usr/bin/lxsession -s LXDE -e LXDE и повесьте
>> critical bug.
> #22564
Mykola S. Grechukh успешно закрыл багу, всем удобного пользования.
--
Мой Круг — Радик Юсупов <http://Radik.moikrug.ru/?from=card>
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2009-12-24 5:19 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-12-18 1:44 [sisyphus] lxde + gdm = no protocol cpecified Радик Юсупов
2009-12-18 1:53 ` Mykola S. Grechukh
2009-12-18 2:16 ` Радик Юсупов
2009-12-18 2:23 ` Mykola S. Grechukh
2009-12-18 2:47 ` Радик Юсупов
2009-12-18 3:01 ` Mykola S. Grechukh
2009-12-18 3:08 ` Радик Юсупов
2009-12-24 5:19 ` Радик Юсупов
ALT Linux Sisyphus discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
public-inbox-index sisyphus
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.sisyphus
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git