[Desktop-packages] [Bug 1666681] Re: Restore interactive_search.patch (type-ahead search)

2018-03-26 Thread hakaishi
Hi all,

I also just migrated 1 or 2 months ago to 17.10 (because of EOL) and it's 
horrible.
I'm using Ubuntu mainly for work, so this change impacts my workflow quite 
heavily. Of course privately too.
If you don't change the default behaviour, then you will face freezes.
Most of my folders contain 100 and more subfolders and in some of them there 
are thousands of files.
Many projects like those of Android Studio etc. contain ten-thousands of files.
Just press a key by accident and nautilus freezes for 10 minutes and longer.

To prevent that one has to switch of recursive search and full text
search.

By the heavens! This can't be the default behaviour!!!

With the old behaviour, you can jump to where ever you need to. If all folders 
have a unique first letter, then navigation is done with one key press.
Now, you still need to navigate through the results. Come on guys, "efficiency" 
is something different!
This works even in Windows, why not in Nautilus?

Btw.: I just tested the live CD of 18.04. The issue is not fixed.

Just having the option to choose the behaviour would be fine. No need to
abandon one for the other.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/181

Title:
  Restore interactive_search.patch (type-ahead search)

Status in nautilus package in Ubuntu:
  Won't Fix

Bug description:
  Nautilus dropped the popular type-ahead search feature years ago.
  Ubuntu has been carrying a patch to revert that change. See bug
  1164016 for the original LP bug and patch proposal.

  Nautilus is now under very active development. During the 3.22 cycle,
  that patch needed to be rebased. I tried to do it and what I came up
  with caused a crash (it didn't really crash for me, but ricotz and
  some others experienced it) and the first letter typed activated type-
  ahead search but the first letter was dropped. In other words, you
  would need to type "ddow" to activate the Downloads folder instead of
  just "dow" like in previous releases. (LP: #1635988)

  I did that rebase in October 2016 and no one has stepped up then to
  improve the patch.

  The Nautilus maintainer csoriano has said that the slots and views
  changed significantly during 3.22 and will likely be refactored more
  in the future.

  If there's no one available to maintain the patch, unfortunately,
  we'll eventually have to drop the patch to not be stuck on an ancient
  version of Nautilus.

  I am proposing that we do this at the start of the 17.10 development
  cycle. This gives 6 months for a developer to step up and try to fix
  the patch and 12 months before 18.04 LTS.

  Other Items
  ===
  - For better performance with the built-in search, we need to reconsider 
avoiding tracker in Unity (LP: #176)

  - There is an option in Preferences for users to disable searching in
  subfolders. I don't think we want to do that by default but maybe it
  can help some people.

  The current Nautilus 3.24 packaging is in the GNOME3 Staging PPA with
  this patch now disabled.

  
https://launchpad.net/~gnome3-team/+archive/ubuntu/gnome3-staging/+packages?field.series_filter=zesty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/181/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1207921] Re: ibus-anthy does not install typelib Anthy correctly, causing ibus-anthy to not work

2013-08-15 Thread hakaishi
I`m also experiancing this problem. Is there a work around?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to ibus-anthy in Ubuntu.
https://bugs.launchpad.net/bugs/1207921

Title:
  ibus-anthy does not install typelib Anthy correctly, causing ibus-
  anthy to not work

Status in “ibus-anthy” package in Ubuntu:
  Triaged

Bug description:
  To reproduce with current sacuy:

  Install ibus ibus-anthy:

  1) Open ibus-setup
  2) Go to Input Methods
  3) Attempt to add Japanese-Anthy IM

  Expected:
Anthy shows up under Japanese

  Result:
No anthy anywhere!

  
  This is caused because python is failing to import Anthy due to its typelib 
being installed in the multi arch folders, which it needs to be installed in 
the non-arch folder. As python doesn't import from multi arch atm.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ibus-anthy/+bug/1207921/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 931565] Re: The methods Shutdown and RequestShutdown in org.gnome.SessionManager do the same

2012-05-01 Thread hakaishi
** Tags added: shutdown

** Description changed:

  I've looked into the source of gnome-session-bin and noticed that the
  methods Shutdown and RequestShutdown of the org.gnome.SessionManager
  interface both start the shutdown-dialog. In the file
  org.gnome.SessionManager.xml it is clearly stated that RequestShutdown
  (line 319-325) should not start a Dialog while Shutdown (line 251-257)
  should.
  
- It actually works normally when one uses Unitiy, but not with the gnome-
+ It actually works normally when one uses Unity, but not with the gnome-
  shell.
  
  I'm using Ubuntu 12.04, but this problem has been occuring since some time 
before 12.04. (I've noticed it because I'm the programmer of qshutdown)
  The difference to the System(s) before 12.04 was that the shutdown-dialog was 
not called in both cases.
  
  You can test this with dbus-send --session
  --dest=org.gnome.SessionManager /org/gnome/SessionManager
  org.gnome.SessionManager.RequestShutdown. The system should shutdown
  without popping up a dialog (prompt).
  
  Just to mention another problem coming with this: When setting (lets say
  with the dconf-editor) at org-gnome-gnome-session (also
  org.gnome.SessionManager) logout-prompt to false, no dialogs are shown
  at all (with either Method) and clicking on Shutdown in the indicator
  menu also just shuts down instead of showing the option(s) to reboot
  etc.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-session in Ubuntu.
https://bugs.launchpad.net/bugs/931565

Title:
  The methods Shutdown and RequestShutdown in org.gnome.SessionManager
  do the same

Status in GNOME Shell:
  New
Status in “gnome-session” package in Ubuntu:
  Confirmed

Bug description:
  I've looked into the source of gnome-session-bin and noticed that the
  methods Shutdown and RequestShutdown of the org.gnome.SessionManager
  interface both start the shutdown-dialog. In the file
  org.gnome.SessionManager.xml it is clearly stated that RequestShutdown
  (line 319-325) should not start a Dialog while Shutdown (line 251-257)
  should.

  It actually works normally when one uses Unity, but not with the
  gnome-shell.

  I'm using Ubuntu 12.04, but this problem has been occuring since some time 
before 12.04. (I've noticed it because I'm the programmer of qshutdown)
  The difference to the System(s) before 12.04 was that the shutdown-dialog was 
not called in both cases.

  You can test this with dbus-send --session
  --dest=org.gnome.SessionManager /org/gnome/SessionManager
  org.gnome.SessionManager.RequestShutdown. The system should shutdown
  without popping up a dialog (prompt).

  Just to mention another problem coming with this: When setting (lets
  say with the dconf-editor) at org-gnome-gnome-session (also
  org.gnome.SessionManager) logout-prompt to false, no dialogs are shown
  at all (with either Method) and clicking on Shutdown in the indicator
  menu also just shuts down instead of showing the option(s) to reboot
  etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/931565/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 931565] Re: The methods Shutdown and RequestShutdown in org.gnome.SessionManager do the same

2012-04-30 Thread hakaishi
** Also affects: gnome-shell
   Importance: Undecided
   Status: New

** Description changed:

  I've looked into the source of gnome-session-bin and noticed that the
  methods Shutdown and RequestShutdown of the org.gnome.SessionManager
  interface both start the shutdown-dialog. In the file
  org.gnome.SessionManager.xml it is clearly stated that RequestShutdown
  (line 319-325) should not start a Dialog while Shutdown (line 251-257)
  should.
  
  I'm using Ubuntu 12.04, but this problem has been occuring since some time 
before 12.04. (I've noticed it because I'm the programmer of qshutdown)
  The difference to the System(s) before 12.04 was that the shutdown-dialog was 
not called in both cases.
  
- You can test this with gnome-session-quit --force --no-prompt --power-
- off and dbus-send --session --dest=org.gnome.SessionManager
- /org/gnome/SessionManager org.gnome.SessionManager.RequestShutdown.
- Both commands shoudn't call a dialog.
+ You can test this with dbus-send --session
+ --dest=org.gnome.SessionManager /org/gnome/SessionManager
+ org.gnome.SessionManager.RequestShutdown. The system should shutdown
+ without popping up a dialog (prompt).
  
  Just to mention another problem coming with this: When setting (lets say
  with the dconf-editor) at org-gnome-gnome-session (also
  org.gnome.SessionManager) logout-prompt to false, no dialogs are shown
  at all (with either Method) and clicking on Shutdown in the indicator
  menu also just shuts down instead of showing the option(s) to reboot
  etc.

** Description changed:

  I've looked into the source of gnome-session-bin and noticed that the
  methods Shutdown and RequestShutdown of the org.gnome.SessionManager
  interface both start the shutdown-dialog. In the file
  org.gnome.SessionManager.xml it is clearly stated that RequestShutdown
  (line 319-325) should not start a Dialog while Shutdown (line 251-257)
  should.
+ 
+ It actually works normally when one uses Unitiy, but not with the gnome-
+ shell.
  
  I'm using Ubuntu 12.04, but this problem has been occuring since some time 
before 12.04. (I've noticed it because I'm the programmer of qshutdown)
  The difference to the System(s) before 12.04 was that the shutdown-dialog was 
not called in both cases.
  
  You can test this with dbus-send --session
  --dest=org.gnome.SessionManager /org/gnome/SessionManager
  org.gnome.SessionManager.RequestShutdown. The system should shutdown
  without popping up a dialog (prompt).
  
  Just to mention another problem coming with this: When setting (lets say
  with the dconf-editor) at org-gnome-gnome-session (also
  org.gnome.SessionManager) logout-prompt to false, no dialogs are shown
  at all (with either Method) and clicking on Shutdown in the indicator
  menu also just shuts down instead of showing the option(s) to reboot
  etc.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-session in Ubuntu.
https://bugs.launchpad.net/bugs/931565

Title:
  The methods Shutdown and RequestShutdown in org.gnome.SessionManager
  do the same

Status in GNOME Shell:
  New
Status in “gnome-session” package in Ubuntu:
  New

Bug description:
  I've looked into the source of gnome-session-bin and noticed that the
  methods Shutdown and RequestShutdown of the org.gnome.SessionManager
  interface both start the shutdown-dialog. In the file
  org.gnome.SessionManager.xml it is clearly stated that RequestShutdown
  (line 319-325) should not start a Dialog while Shutdown (line 251-257)
  should.

  It actually works normally when one uses Unitiy, but not with the
  gnome-shell.

  I'm using Ubuntu 12.04, but this problem has been occuring since some time 
before 12.04. (I've noticed it because I'm the programmer of qshutdown)
  The difference to the System(s) before 12.04 was that the shutdown-dialog was 
not called in both cases.

  You can test this with dbus-send --session
  --dest=org.gnome.SessionManager /org/gnome/SessionManager
  org.gnome.SessionManager.RequestShutdown. The system should shutdown
  without popping up a dialog (prompt).

  Just to mention another problem coming with this: When setting (lets
  say with the dconf-editor) at org-gnome-gnome-session (also
  org.gnome.SessionManager) logout-prompt to false, no dialogs are shown
  at all (with either Method) and clicking on Shutdown in the indicator
  menu also just shuts down instead of showing the option(s) to reboot
  etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/931565/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 931437] Re: gnome-session-quit does nothing

2012-03-06 Thread hakaishi
Sorry, strangely I wasn't notified that you commented again.

For ConsoleKit there is Stop and Restart - dbus-send --print-reply
--system --dest=org.freedesktop.ConsoleKit
/org/freedesktop/ConsoleKit/Manager
org.freedesktop.ConsoleKit.Manager.Restart.

I'm not sure about log off... You could try CloseSession (I cant test
that right now).

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-session in Ubuntu.
https://bugs.launchpad.net/bugs/931437

Title:
  gnome-session-quit does nothing

Status in “gnome-session” package in Ubuntu:
  New

Bug description:
  I select Shutdown from gnome menu or I execute gnome-session-quit
  in console but it does nothing. It shows nothing.

  $ gnome-session-quit 
  Gtk-Message: Failed to load module pk-gtk-module

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: gnome-session 3.2.1-0ubuntu1.1
  ProcVersionSignature: Ubuntu 3.2.0-14.23-i7 3.2.3-ck1
  Uname: Linux 3.2.0-14-i7 x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  Date: Mon Feb 13 14:39:53 2012
  PackageArchitecture: all
  SourcePackage: gnome-session
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/931437/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 931565] Re: The methods Shutdown and RequestShutdown in org.gnome.SessionManager do the same

2012-03-06 Thread hakaishi
** Description changed:

  I've looked into the source of gnome-session-bin and noticed that the
  methods Shutdown and RequestShutdown of the org.gnome.SessionManager
  interface both start the shutdown-dialog. In the file
  org.gnome.SessionManager.xml it is clearly stated that RequestShutdown
  (line 319-325) should not start a Dialog while Shutdown (line 251-257)
  should.
  
  I'm using Ubuntu 12.04, but this problem has been occuring since some time 
before 12.04. (I've noticed it because I'm the programmer of qshutdown)
  The difference to the System(s) before 12.04 was that the shutdown-dialog was 
not called in both cases.
  
+ You can test this with gnome-session-quit --force --no-prompt --power-
+ off and dbus-send --session --dest=org.gnome.SessionManager
+ /org/gnome/SessionManager org.gnome.SessionManager.RequestShutdown.
+ Both commands shoudn't call a dialog.
+ 
  Just to mention another problem coming with this: When setting (lets say
  with the dconf-editor) at org-gnome-gnome-session (also
  org.gnome.SessionManager) logout-prompt to false, no dialogs are shown
  at all (with either Method) and clicking on Shutdown in the indicator
  menu also just shuts down instead of showing the option(s) to reboot
  etc.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-session in Ubuntu.
https://bugs.launchpad.net/bugs/931565

Title:
  The methods Shutdown and RequestShutdown in org.gnome.SessionManager
  do the same

Status in “gnome-session” package in Ubuntu:
  New

Bug description:
  I've looked into the source of gnome-session-bin and noticed that the
  methods Shutdown and RequestShutdown of the org.gnome.SessionManager
  interface both start the shutdown-dialog. In the file
  org.gnome.SessionManager.xml it is clearly stated that RequestShutdown
  (line 319-325) should not start a Dialog while Shutdown (line 251-257)
  should.

  I'm using Ubuntu 12.04, but this problem has been occuring since some time 
before 12.04. (I've noticed it because I'm the programmer of qshutdown)
  The difference to the System(s) before 12.04 was that the shutdown-dialog was 
not called in both cases.

  You can test this with gnome-session-quit --force --no-prompt
  --power-off and dbus-send --session --dest=org.gnome.SessionManager
  /org/gnome/SessionManager org.gnome.SessionManager.RequestShutdown.
  Both commands shoudn't call a dialog.

  Just to mention another problem coming with this: When setting (lets
  say with the dconf-editor) at org-gnome-gnome-session (also
  org.gnome.SessionManager) logout-prompt to false, no dialogs are shown
  at all (with either Method) and clicking on Shutdown in the indicator
  menu also just shuts down instead of showing the option(s) to reboot
  etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/931565/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 947998] [NEW] shutdown-dialog is opened even if it shouldn't

2012-03-06 Thread hakaishi
Public bug reported:

When executing gnome-session-quit --force --no-prompt --power-off a dialog 
shows up, even though it shouldn't.
I tested dbus-send --session --dest=org.gnome.SessionManager 
/org/gnome/SessionManager org.gnome.SessionManager.RequestShutdown too and the 
result is the same (also only with .Shutdown).
I've looked further into this and found out that RequestShutdown should not 
call a dialog. You can see this in the description of 
org.gnome.SessionManager.xml in lines 319-325.

Just to mention another problem coming with this: When setting (lets say
with the dconf-editor) at org-gnome-gnome-session (also
org.gnome.SessionManager) logout-prompt to false, no dialogs are shown
at all (with either Method) and clicking on Shutdown in the indicator
menu also just shuts down instead of showing the option(s) to reboot
etc. which is really undesired.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: gnome-session-bin 3.2.1-0ubuntu6
ProcVersionSignature: Ubuntu 3.2.0-18.28-generic 3.2.9
Uname: Linux 3.2.0-18-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 1.94-0ubuntu1
Architecture: amd64
Date: Tue Mar  6 14:17:33 2012
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 (20120305)
SourcePackage: gnome-session
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-session (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug i386 precise shutdown

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-session in Ubuntu.
https://bugs.launchpad.net/bugs/947998

Title:
  shutdown-dialog is opened even if it shouldn't

Status in “gnome-session” package in Ubuntu:
  New

Bug description:
  When executing gnome-session-quit --force --no-prompt --power-off a dialog 
shows up, even though it shouldn't.
  I tested dbus-send --session --dest=org.gnome.SessionManager 
/org/gnome/SessionManager org.gnome.SessionManager.RequestShutdown too and the 
result is the same (also only with .Shutdown).
  I've looked further into this and found out that RequestShutdown should not 
call a dialog. You can see this in the description of 
org.gnome.SessionManager.xml in lines 319-325.

  Just to mention another problem coming with this: When setting (lets
  say with the dconf-editor) at org-gnome-gnome-session (also
  org.gnome.SessionManager) logout-prompt to false, no dialogs are shown
  at all (with either Method) and clicking on Shutdown in the indicator
  menu also just shuts down instead of showing the option(s) to reboot
  etc. which is really undesired.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: gnome-session-bin 3.2.1-0ubuntu6
  ProcVersionSignature: Ubuntu 3.2.0-18.28-generic 3.2.9
  Uname: Linux 3.2.0-18-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.94-0ubuntu1
  Architecture: amd64
  Date: Tue Mar  6 14:17:33 2012
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 
(20120305)
  SourcePackage: gnome-session
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/947998/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 947998] Re: shutdown-dialog is opened even if it shouldn't

2012-03-06 Thread hakaishi
** Attachment added: org.gnome.SessionManager.xml
   
https://bugs.launchpad.net/bugs/947998/+attachment/2822544/+files/org.gnome.SessionManager.xml

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-session in Ubuntu.
https://bugs.launchpad.net/bugs/947998

Title:
  shutdown-dialog is opened even if it shouldn't

Status in “gnome-session” package in Ubuntu:
  New

Bug description:
  When executing gnome-session-quit --force --no-prompt --power-off a dialog 
shows up, even though it shouldn't.
  I tested dbus-send --session --dest=org.gnome.SessionManager 
/org/gnome/SessionManager org.gnome.SessionManager.RequestShutdown too and the 
result is the same (also only with .Shutdown).
  I've looked further into this and found out that RequestShutdown should not 
call a dialog. You can see this in the description of 
org.gnome.SessionManager.xml in lines 319-325.

  Just to mention another problem coming with this: When setting (lets
  say with the dconf-editor) at org-gnome-gnome-session (also
  org.gnome.SessionManager) logout-prompt to false, no dialogs are shown
  at all (with either Method) and clicking on Shutdown in the indicator
  menu also just shuts down instead of showing the option(s) to reboot
  etc. which is really undesired.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: gnome-session-bin 3.2.1-0ubuntu6
  ProcVersionSignature: Ubuntu 3.2.0-18.28-generic 3.2.9
  Uname: Linux 3.2.0-18-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.94-0ubuntu1
  Architecture: amd64
  Date: Tue Mar  6 14:17:33 2012
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 
(20120305)
  SourcePackage: gnome-session
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/947998/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 931565] Re: The methods Shutdown and RequestShutdown in org.gnome.SessionManager do the same

2012-02-25 Thread hakaishi
** Description changed:

  I've looked into the source of gnome-session-bin and noticed that the
  methods Shutdown and RequestShutdown of the org.gnome.SessionManager
  interface both start the shutdown-dialog. In the file
  org.gnome.SessionManager.xml it is clearly stated that RequestShutdown
  (line 319-325) should not start a Dialog while Shutdown (line 251-257)
  should.
  
  I'm using Ubuntu 12.04, but this problem has been occuring since some time 
before 12.04. (I've noticed it because I'm the programmer of qshutdown)
  The difference to the System(s) before 12.04 was that the shutdown-dialog was 
not called in both cases.
  
  Just to mention another problem coming with this: When setting (lets say
  with the dconf-editor) at org-gnome-gnome-session (also
- org.gnome.SessionManager) logout-prompt to true, no dialogs are shown at
- all (with either Method) and clicking on Shutdown in the indicator menu
- also just shuts down instead of showing the option(s) to reboot etc.
+ org.gnome.SessionManager) logout-prompt to false, no dialogs are shown
+ at all (with either Method) and clicking on Shutdown in the indicator
+ menu also just shuts down instead of showing the option(s) to reboot
+ etc.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-session in Ubuntu.
https://bugs.launchpad.net/bugs/931565

Title:
  The methods Shutdown and RequestShutdown in org.gnome.SessionManager
  do the same

Status in “gnome-session” package in Ubuntu:
  New

Bug description:
  I've looked into the source of gnome-session-bin and noticed that the
  methods Shutdown and RequestShutdown of the org.gnome.SessionManager
  interface both start the shutdown-dialog. In the file
  org.gnome.SessionManager.xml it is clearly stated that RequestShutdown
  (line 319-325) should not start a Dialog while Shutdown (line 251-257)
  should.

  I'm using Ubuntu 12.04, but this problem has been occuring since some time 
before 12.04. (I've noticed it because I'm the programmer of qshutdown)
  The difference to the System(s) before 12.04 was that the shutdown-dialog was 
not called in both cases.

  Just to mention another problem coming with this: When setting (lets
  say with the dconf-editor) at org-gnome-gnome-session (also
  org.gnome.SessionManager) logout-prompt to false, no dialogs are shown
  at all (with either Method) and clicking on Shutdown in the indicator
  menu also just shuts down instead of showing the option(s) to reboot
  etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/931565/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 931565] Re: The methods Shutdown and RequestShutdown in org.gnome.SessionManager do the same

2012-02-21 Thread hakaishi
I think this bug effects everyone, but nobody might notice it because
every average user uses only the GUI and dialogs to shutdown. Who would
use the dbus-send command to shutdown/reboot the computer except of
programmers?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-session in Ubuntu.
https://bugs.launchpad.net/bugs/931565

Title:
  The methods Shutdown and RequestShutdown in org.gnome.SessionManager
  do the same

Status in “gnome-session” package in Ubuntu:
  New

Bug description:
  I've looked into the source of gnome-session-bin and noticed that the
  methods Shutdown and RequestShutdown of the org.gnome.SessionManager
  interface both start the shutdown-dialog. In the file
  org.gnome.SessionManager.xml it is clearly stated that RequestShutdown
  (line 319-325) should not start a Dialog while Shutdown (line 251-257)
  should.

  I'm using Ubuntu 12.04, but this problem has been occuring since some time 
before 12.04. (I've noticed it because I'm the programmer of qshutdown)
  The difference to the System(s) before 12.04 was that the shutdown-dialog was 
not called in both cases.

  Just to mention another problem coming with this: When setting (lets
  say with the dconf-editor) at org-gnome-gnome-session (also
  org.gnome.SessionManager) logout-prompt to true, no dialogs are shown
  at all (with either Method) and clicking on Shutdown in the indicator
  menu also just shuts down instead of showing the option(s) to reboot
  etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/931565/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 931437] Re: gnome-session-quit does nothing

2012-02-13 Thread hakaishi
Does dbus-send --print-reply --system --dest=org.freedesktop.ConsoleKit
/org/freedesktop/ConsoleKit/Manager
org.freedesktop.ConsoleKit.Manager.Stop work for you? If it doesn't, it
is a problem with ConsoleKit if it does, then the problem could lie in
the package gnome-session-bin. Especially if gnome-session-quit also
does nothing when the --no-prompt option is used.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-session in Ubuntu.
https://bugs.launchpad.net/bugs/931437

Title:
  gnome-session-quit does nothing

Status in “gnome-session” package in Ubuntu:
  New

Bug description:
  I select Shutdown from gnome menu or I execute gnome-session-quit
  in console but it does nothing. It shows nothing.

  $ gnome-session-quit 
  Gtk-Message: Failed to load module pk-gtk-module

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: gnome-session 3.2.1-0ubuntu1.1
  ProcVersionSignature: Ubuntu 3.2.0-14.23-i7 3.2.3-ck1
  Uname: Linux 3.2.0-14-i7 x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  Date: Mon Feb 13 14:39:53 2012
  PackageArchitecture: all
  SourcePackage: gnome-session
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/931437/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 931565] [NEW] The methods Shutdown and RequestShutdown in org.gnome.SessionManager do the same

2012-02-13 Thread hakaishi
Public bug reported:

I've looked into the source of gnome-session-bin and noticed that the
methods Shutdown and RequestShutdown of the org.gnome.SessionManager
interface both start the shutdown-dialog. In the file
org.gnome.SessionManager.xml it is clearly stated that RequestShutdown
(line 319-325) should not start a Dialog while Shutdown (line 251-257)
should.

I'm using Ubuntu 12.04, but this problem has been occuring since some time 
before 12.04. (I've noticed it because I'm the programmer of qshutdown)
The difference to the System(s) before 12.04 was that the shutdown-dialog was 
not called in both cases.

Just to mention another problem coming with this: When setting (lets say
with the dconf-editor) at org-gnome-gnome-session (also
org.gnome.SessionManager) logout-prompt to true, no dialogs are shown at
all (with either Method) and clicking on Shutdown in the indicator menu
also just shuts down instead of showing the option(s) to reboot etc.

** Affects: gnome-session (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-session in Ubuntu.
https://bugs.launchpad.net/bugs/931565

Title:
  The methods Shutdown and RequestShutdown in org.gnome.SessionManager
  do the same

Status in “gnome-session” package in Ubuntu:
  New

Bug description:
  I've looked into the source of gnome-session-bin and noticed that the
  methods Shutdown and RequestShutdown of the org.gnome.SessionManager
  interface both start the shutdown-dialog. In the file
  org.gnome.SessionManager.xml it is clearly stated that RequestShutdown
  (line 319-325) should not start a Dialog while Shutdown (line 251-257)
  should.

  I'm using Ubuntu 12.04, but this problem has been occuring since some time 
before 12.04. (I've noticed it because I'm the programmer of qshutdown)
  The difference to the System(s) before 12.04 was that the shutdown-dialog was 
not called in both cases.

  Just to mention another problem coming with this: When setting (lets
  say with the dconf-editor) at org-gnome-gnome-session (also
  org.gnome.SessionManager) logout-prompt to true, no dialogs are shown
  at all (with either Method) and clicking on Shutdown in the indicator
  menu also just shuts down instead of showing the option(s) to reboot
  etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/931565/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 931565] Re: The methods Shutdown and RequestShutdown in org.gnome.SessionManager do the same

2012-02-13 Thread hakaishi
** Attachment added: org.gnome.SessionManager.xml
   
https://bugs.launchpad.net/bugs/931565/+attachment/2736419/+files/org.gnome.SessionManager.xml

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-session in Ubuntu.
https://bugs.launchpad.net/bugs/931565

Title:
  The methods Shutdown and RequestShutdown in org.gnome.SessionManager
  do the same

Status in “gnome-session” package in Ubuntu:
  New

Bug description:
  I've looked into the source of gnome-session-bin and noticed that the
  methods Shutdown and RequestShutdown of the org.gnome.SessionManager
  interface both start the shutdown-dialog. In the file
  org.gnome.SessionManager.xml it is clearly stated that RequestShutdown
  (line 319-325) should not start a Dialog while Shutdown (line 251-257)
  should.

  I'm using Ubuntu 12.04, but this problem has been occuring since some time 
before 12.04. (I've noticed it because I'm the programmer of qshutdown)
  The difference to the System(s) before 12.04 was that the shutdown-dialog was 
not called in both cases.

  Just to mention another problem coming with this: When setting (lets
  say with the dconf-editor) at org-gnome-gnome-session (also
  org.gnome.SessionManager) logout-prompt to true, no dialogs are shown
  at all (with either Method) and clicking on Shutdown in the indicator
  menu also just shuts down instead of showing the option(s) to reboot
  etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/931565/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 931437] Re: gnome-session-quit does nothing

2012-02-13 Thread hakaishi
I dont't know since I'm not a maintainer of that package nor do I fully 
understand how the package works because I'm not into C and the depths of the 
system.
I just wanted to provide some additional information to the maintainers and the 
other subscribers, thus I was asking.

I don't think that the problem lies in your system but the package or
its dependencies. More likely within the dependencies...

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-session in Ubuntu.
https://bugs.launchpad.net/bugs/931437

Title:
  gnome-session-quit does nothing

Status in “gnome-session” package in Ubuntu:
  New

Bug description:
  I select Shutdown from gnome menu or I execute gnome-session-quit
  in console but it does nothing. It shows nothing.

  $ gnome-session-quit 
  Gtk-Message: Failed to load module pk-gtk-module

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: gnome-session 3.2.1-0ubuntu1.1
  ProcVersionSignature: Ubuntu 3.2.0-14.23-i7 3.2.3-ck1
  Uname: Linux 3.2.0-14-i7 x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  Date: Mon Feb 13 14:39:53 2012
  PackageArchitecture: all
  SourcePackage: gnome-session
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/931437/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp