[Bug 1316289] Re: unable to add "startup applications" in gnome-tweak-tool

2017-05-28 Thread Bug Watch Updater
** Changed in: gnome-tweak-tool
   Status: Unknown => Fix Released

** Changed in: gnome-tweak-tool
   Importance: Unknown => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1316289

Title:
  unable to add "startup applications" in gnome-tweak-tool

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-tweak-tool/+bug/1316289/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1316289] Re: unable to add "startup applications" in gnome-tweak-tool

2017-05-28 Thread Jeremy Bicha
Thank you for reporting this bug to Ubuntu. I apologize that we are not
always to respond to bug reports promptly. Ubuntu GNOME 14.04 LTS
reached End of Life in April.

https://lists.ubuntu.com/archives/ubuntu-gnome/2017-March/004211.html

Please upgrade to Ubuntu 16.04 LTS and re-test. If the bug is still
reproducible, increase the verbosity of the steps to recreate it so we
can try again.

Do feel free to report any other bugs you may find.

** Bug watch added: GNOME Bug Tracker #728231
   https://bugzilla.gnome.org/show_bug.cgi?id=728231

** Package changed: gnome-tweak-tool (Arch Linux) => gnome-tweak-tool

** Changed in: gnome-tweak-tool
   Importance: Undecided => Unknown

** Changed in: gnome-tweak-tool
   Status: New => Unknown

** Changed in: gnome-tweak-tool
 Remote watch: None => GNOME Bug Tracker #728231

** Changed in: gnome-tweak-tool (Ubuntu)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1316289

Title:
  unable to add "startup applications" in gnome-tweak-tool

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-tweak-tool/+bug/1316289/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1316289] Re: unable to add startup applications in gnome-tweak-tool

2015-01-26 Thread LambdaFox
P.S.  changing /usr/lib/python2.7/dist-
packages/gtweak/tweaks/tweak_group_startup.py does not work for me.
After I make the change, gnome-tweak-tool will fails to run at all.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1316289

Title:
  unable to add startup applications in gnome-tweak-tool

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1316289] Re: unable to add startup applications in gnome-tweak-tool

2015-01-26 Thread LambdaFox
I have this also in Ubuntu GNOME 14.04.  Seeing albet fishnet's comment,
I tried using gksu in my menu entry.  That does not work.  Nor does gksu
from the terminal.  sudo in the terminal will work, but I get the
following errors:

WARNING : Shell not installed or running
WARNING : Error detecting shell
Traceback (most recent call last):
  File 
/usr/lib/python2.7/dist-packages/gtweak/tweaks/tweak_group_shell_extensions.py,
 line 284, in __init__
raise Exception(Shell not running or DBus service not available)
Exception: Shell not running or DBus service not available
WARNING : Shell not running
None
WARNING : Error loading desktopfile: 
/home/randyb/.config/autostart/gshared.desktop
INFO: GSettings missing key org.gnome.nautilus.desktop (key 
computer-icon-visible)

Eventually, tweak tool will open with the Start Up plus button working
properly.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1316289

Title:
  unable to add startup applications in gnome-tweak-tool

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1316289] Re: unable to add startup applications in gnome-tweak-tool

2015-01-10 Thread albert fishnets
Just an FYI:

I was having this problem in Ubuntu 14.10 Gnome edition. Running tweak
tool as sudo ( sudo gnome-tweak-tool ) allows me to add and remove
startup applications. It aso allows me to make other changes that
running tweak tool in a non-su capacity would not allow me to do. Maybe
a patch that gives tweak tool SU by default might be a better long term
fix.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1316289

Title:
  unable to add startup applications in gnome-tweak-tool

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1316289] Re: unable to add startup applications in gnome-tweak-tool

2014-11-04 Thread Javier Domingo
Fix also applies to gnome-tweak-tool 3.14.0-1 in archlinux.

** Also affects: gnome-tweak-tool (Arch Linux)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1316289

Title:
  unable to add startup applications in gnome-tweak-tool

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1316289] Re: unable to add startup applications in gnome-tweak-tool

2014-10-25 Thread Pau Iranzo
Confirmed this works:
https://github.com/GNOME/gnome-tweak-tool/pull/1/files

You can do the changes directly. Open the file:
/usr/lib/python2.7/dist-packages/gtweak/tweaks/tweak_group_startup.py

And:

Add 1 line after line 21:
import pwd

Add 1 line after line 208:
login = pwd.getpwuid(os.getuid())[0]

Remove line 210 and replace it by:
login,'-o','cmd'],

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1316289

Title:
  unable to add startup applications in gnome-tweak-tool

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1316289] Re: unable to add startup applications in gnome-tweak-tool

2014-08-31 Thread Ashton
Ben's changes fixes it fine. It would be great to get this merged
already.

https://github.com/GNOME/gnome-tweak-tool/pull/1/files

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1316289

Title:
  unable to add startup applications in gnome-tweak-tool

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1316289] Re: unable to add startup applications in gnome-tweak-tool

2014-08-26 Thread tulainas
So, I've opened  
usr/lib/python2.7/dist-packages/gtweak/tweaks/tweak_group_startup.py  but, to 
be honest i don't have the faintest clue of what to do next.


 Could you point me please?


 As a workaround, i just copied the respective *.desktop file from  
/usr/share/applications/  to  ~./.config/autostart  and it's loading my app 
at login now. Gnome tweak is still not working correctly.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1316289

Title:
  unable to add startup applications in gnome-tweak-tool

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1316289] Re: unable to add startup applications in gnome-tweak-tool

2014-08-10 Thread Ben Wolsieffer
This bug has been fixed, and the fix is extremely simple and works
perfectly, so why has no one pulled it in yet after nearly a month?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1316289

Title:
  unable to add startup applications in gnome-tweak-tool

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1316289] Re: unable to add startup applications in gnome-tweak-tool

2014-07-15 Thread François Jacques
Ah, forgot to mention. For those who know how to read the change that
Ben proposes and would like to fix it locally, you can do so by
correcting the file:

/usr/lib/python2.7/dist-packages/gtweak/tweaks/tweak_group_startup.py

It works great after that.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1316289

Title:
  unable to add startup applications in gnome-tweak-tool

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1316289] Re: unable to add startup applications in gnome-tweak-tool

2014-07-15 Thread François Jacques
Reviewed and commented Ben's pull request. Hope it gets committed and
integrated soon, this is really annoying.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1316289

Title:
  unable to add startup applications in gnome-tweak-tool

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1316289] Re: unable to add startup applications in gnome-tweak-tool

2014-06-27 Thread Ben Davis
I've created a pull request in upstream that fixes this issue:
https://github.com/GNOME/gnome-tweak-tool/pull/1

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1316289

Title:
  unable to add startup applications in gnome-tweak-tool

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1316289] Re: unable to add startup applications in gnome-tweak-tool

2014-05-24 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gnome-tweak-tool (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1316289

Title:
  unable to add startup applications in gnome-tweak-tool

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1316289] Re: unable to add startup applications in gnome-tweak-tool

2014-05-05 Thread badbodh
setting Terminal=true in .desktop file in
'/usr/share/applications/...'  solved the above problem but opens up the
ugly terminal window.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1316289

Title:
  unable to add startup applications in gnome-tweak-tool

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs