Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#1528 - Default gnome panel is empty (2.8)
Attached to Project:
Arch Linux
Opened by Steven Van Impe (stevenvanimpe) - Sunday, 26 September 2004, 08:16 GMT
Last edited by Judd Vinet (judd) - Monday, 27 September 2004, 17:13 GMT
Opened by Steven Van Impe (stevenvanimpe) - Sunday, 26 September 2004, 08:16 GMT
Last edited by Judd Vinet (judd) - Monday, 27 September 2004, 17:13 GMT
|
DetailsAs the title says. Default panel isn't the gnome default. All I get is a top panel twice the height it used to be. It works just fine however.
I did a fresh install with gnome 2.8 from testing. |
This task depends upon
if that works this isn't a bug.
opt/gnome/bin/gconftool-2 --direct --config-source `opt/gnome/bin/gconftool-2 --get-default-source` --load opt/gnome/etc/gconf/schemas/panel-default-setup.entries
Place it on one line and run it. Then start gnome and see how it added the default setup entries.
I think this is a bug in the postinstall of gnome-panel: when installing from scratch, gnome-common's /etc/profile.d/gnome.sh is not sourced yet by the user running pacman. I don't know if it's possible to source it in the postinstall of gnome-common, or if this file has to be sourced in every package that's using /opt/gnome/ prefix.
opt/gnome/bin/gconftool-2 --direct --config-source opt/gnome/bin/gconftool-2 --get-default-source` --load opt/gnome/etc/gconf/schemas/panel-default-setup.entries
to the gnome-panel.install should be fine now
Jan sorry i never looked at your gnome-panel.install file.