*** This bug is a duplicate of bug 706411 ***
https://bugs.launchpad.net/bugs/706411
** This bug has been marked a duplicate of bug 706411
unity 2D session loads desktop session - cause: session gconf keys not set
properly
* You can subscribe to bug 706411 by following this link:
https:/
The original issue experienced by Adnane is tracked by bug 706411
Shelby's issues are tracked by bug 705336 (launcher) and bug 705074 (panel).
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/705035
Titl
@Shelby: you have not upgraded to the latest version. Please do so by
issuing the following commands in a terminal:
$ sudo apt-get update
$ sudo apt-get dist-upgrade
Then if could post the result of $ ps auwx | grep unity and the file
~/.xsession-errors that would be fantastic.
Thanks.
--
You
Okay.
** Attachment added: ".xsession-errors"
https://bugs.launchpad.net/ubuntu/+source/unity-2d/+bug/705035/+attachment/1803550/+files/.xsession-errors
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bu
@Shelby: and also attach the files in your home directory called
.xsession-errors
Thanks!
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/705035
Title:
Unity Qt session broken after an update
--
ub
When it happens that doesn't work open a terminal with Ctrl+Alt+T
and type:
ps auwx | grep unity
this way you can see if unity is working but not it is not visible.
paste here the output
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu
Once again, it's broken. On first login, the launcher was there, but no
panel. On second login, there was no launcher, but the panel was there,
although the indicator-applets were missing.
I haven't done anything different since yesterday; I shut down and
started up normally, didn't fiddle with th
Sorry to keep bothering you all, but it's working now after restarting.
I guess sometimes Unity loads and sometimes it doesn't...
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/705035
Title:
Unity Qt
Hello @Florian, here is my dpkg log, i hope this will help you :
-- Install --
2011-01-17 09:38:48 install unity-asset-pool 0.8.18-0ubuntu1
2011-01-17 09:38:49 install unity-place-applications 0.2.26-0ubuntu2
2011-01-17 09:38:50 install unity-place-files 0.5.32-0ubuntu1
2011-01-17 09:38:50 inst
@Maarten: the issue is that this setting of gconf keys is already
included in the installation process of unity-2d-default-settings. For
some reason it did not work for Adnane though.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
htt
Maybe that (re)setting the gconf keys can be included in the Unity
binary or session manager (where 'Unity 2D' is chosen) in some way?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/705035
Title:
Uni
@Bill: what do you think should be our next action? I don't think we can
do much more via the packages. We might want to document the resetting
GConf keys instructions somewhere.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://
The launcher is now running from startup. Thanks for the help! I'm not
really sure what did it, because it certainly wasn't working yesterday.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/705035
Titl
Summary:
- Adnane: issues fixed by resetting the GConf entries manually
- Maarten: issues fixed by disabling the option 'automatically remember
applications when logging out'
- T Rowe: issues fixed by reinstalling unity-2d-default-settings on one machine
and reinstalling unity-qt-default-setting
@shelby
after logging in it's possible the launcher is running but just not visible
(see bug https://bugs.launchpad.net/bugs/705336
).
Can you run this command and paste the output once you get back into the
situation:
ps auwx | grep unity
thanks
--
You received this bug notification because y
Output:
[windowmanager,panel,launcher,places,filemanager]
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/705035
Title:
Unity Qt session broken after an update
--
ubuntu-bugs mailing list
ubuntu-bu
Great to hear that Adnane.
@Shelby: what is the output of gconftool-2 --get
/desktop/gnome/session/required_components_list ?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/705035
Title:
Unity Qt se
i mean this fix :
gconftool-2 --set /desktop/gnome/session/required_components_list --type=list
--list-type=string [windowmanager,panel,launcher,places,filemanager]
gconftool-2 --set /desktop/gnome/session/required_components/windowmanager
--type=string metacity
gconftool-2 --set /desktop/gnome/
@Florian @Bill the second part of your fix works great, now i got the
session is working.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/705035
Title:
Unity Qt session broken after an update
--
ubu
Output:
unity-2d-launcher
** Attachment added: ".xsession-errors"
https://bugs.launchpad.net/ubuntu/+source/unity-2d/+bug/705035/+attachment/1801282/+files/.xsession-errors
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://
@Shelby: can you post your ~/.xsession-errors file please? As well as
the output of gconftool-2 --get
/desktop/gnome/session/required_components/launcher
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/7
I've tried all of these suggestions and now the panel runs on startup,
but the launcher does not. It now runs normally through terminal,
however; it's no longer broken.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launc
Another thought after reading back through the comments, you mike want
to first remove the saved session before modifying the gconf keys:
mv ~/.config/gnome-session/saved-session ~/.config/gnome-sessino/saved-
session.bak
--
You received this bug notification because you are a member of Ubuntu
B
It seems like one potential problem is that the gconf keys setup by
unity-2d-default-settings did not get set correctly during the upgrade
for some reason. The postinst of this package is supposed to trigger
updating of the gconf keys, so not sure why this wouldn't have worked.
Couple of things to
@lucazade
Strange, in my gconf that key was already unity-2d-panel
Looks like some various gnome & unity components are pulling conflicting
strings...
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/705
I've temporary fixed the issue by editing via gconf-editor
/desktop/gnome/session/required_components
"panel" key from "gnome-panel" to "unity-2d-panel"
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/7
darn, right.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/705035
Title:
Unity Qt session broken after an update
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/m
@Florian this option 'automatically remember applications when logging
out' is unchecked for me and the folder ~/.config/gnome-session/saved-
session/ is empty. so i guess this not the real fix for me :) i'll wait
for your fix.
--
You received this bug notification because you are a member of Ubu
s/appy/apply
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/705035
Title:
Unity Qt session broken after an update
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/m
Adnane: please do not appy Maarten's fix as I would love for you to try
the fix I will try to push soon, ok?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/705035
Title:
Unity Qt session broken after
Maarten: thanks for the awesome solution. I will try to see if we can
push it to everybody easily via the packages.
** Changed in: unity-2d
Status: Incomplete => In Progress
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https
I was able to fix my problem by making a kind of clean unity 2d session:
system->startup applications->options-> removed the check for
'automatically remember applications when logging out'
removed everything from ~/.config/gnome-session/saved-session/
now unity 2d does start, and gnome-panel do
Sorry i mean gnome-panel not gnome it self :)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/705035
Title:
Unity Qt session broken after an update
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubun
** Attachment added: "unity-qt-default-settings.txt"
https://bugs.launchpad.net/ubuntu/+source/unity-2d/+bug/705035/+attachment/1800682/+files/unity-qt-default-settings.txt
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://b
@Florian I upgraded to the latest version. now i have the "Unity 2D" but
the issue still exists it shows the classic session without desktop
drawing. also i run the unity-2d-panel from the command-line it runs
without any problem, but the gnome restarts itself automatically.
** Attachment added: "
That's a bit too radical for me. Since I have a lot of other specific
settings for lots of applications which would take a lot of time to copy
back. Most easy would be to delete the relevant files in the
userprofile.
--
You received this bug notification because you are a member of Ubuntu
Bugs, w
creating a new user account might be useful(?)
On Thu, Jan 20, 2011 at 6:15 PM, Maarten Fonville <705...@bugs.launchpad.net
> wrote:
> Hmm, I just restarted and this time unity-2d-launcher did not come up.
> So the situation as before report #20.
>
> Can you tell me how I can "clean" maybe my uni
Hmm, I just restarted and this time unity-2d-launcher did not come up.
So the situation as before report #20.
Can you tell me how I can "clean" maybe my unity settings in a way that I can
test an as-new Unity-2D installation?
(I have experience with gconf-editor and so, thus if you can just speci
@Maarten: At that point I don't really know what's going on with your
session nor how to solve it I am afraid.
** Changed in: unity-2d
Milestone: None => 3.4
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.n
I upgraded to this latest version.
The problem is partly fixed. Unity-2d-launcher seems to be starting correctly
at login. But the unity-2d-panel is still not appearing, and gnome-panel does
appear instead.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is
@Maarten and @Adnane: I believe the packages solving the problems are
now uploaded. Can you please do a dist-upgrade or use update-manager to
get the latest versions and report back here with what is still broken?
$ sudo apt-get update && sudo apt-get dist-upgrade
Thank you very much for your pa
Oh, and most important to note, of course. Is that the problem is still not
solved :(
The result is still exactly the same as before.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/705035
Title:
Uni
** Attachment added: "xsession-errors"
https://bugs.launchpad.net/ubuntu/+source/unity-2d/+bug/705035/+attachment/1799923/+files/xsession-errors
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/70503
I upgraded, but not had directly caught the apt-get output itself.
So I will givere the dpkg log of the upgrade.
I will also attach the .xsession-errors file
2011-01-19 22:55:52 startup archives unpack
2011-01-19 22:55:53 upgrade libuqpanel0 0.4-0ubuntu1~bzr374 0.4-0ubuntu1~bzr375
2011-01-19 22:5
@Marteen: I uploaded some new versions of the packages, can you try the
following:
$ sudo apt-get update && sudo apt-get upgrade
and paste the entire output here.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad
I did an update via:
sudo aptitude update
sudo aptitude safe-upgrade
afterwards, when already having the issues, I removed the transitional -qt
packages.
Here the output as requested:
maarten@melcene:~$ apt-cache show unity-qt-default-settings
Package: unity-qt-default-settings
Source: unity-qt
sorry, missed the second log
** Attachment added: "qtsettings.txt"
https://bugs.launchpad.net/ubuntu/+source/unity-2d/+bug/705035/+attachment/1799824/+files/qtsettings.txt
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bu
@Maarten: I don't think I did anything other than reinstall unity-2d-
default-settings. As a matter of fact, I think I did unity-qt-default-
settings on the first machine. Both came up back normally, with both
showing Unity 2d in the chooser, and I checked version numbers and they
are current to
@Florian i don't have "Unity 2D" entry, i have only "Unity Qt", i have
run the update-manager after i installed the updates, i got the partial
upgrades window. i will post the results of the command tomorrow, i
don't have access to the machine right now.
--
You received this bug notification be
@Adnane: thanks for the answer. Do you have an entry called 'Unity 2D'
in the session chooser (GDM)? What is the result of apt-cache show
unity-qt-default-settings unity-2d-default-settings
** Summary changed:
- Unity 2D session broken after an update
+ Unity Qt session broken after an update
**
50 matches
Mail list logo