Post install customization

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Dear all,

I managed to edit menu items by hand and I liked that kind of exercise.

Now, I did yum remove gnome-online-accounts but the item "Online Accounts" is still appearing in the user menu on the right side of the gnome panel when you click the quick-quit button. I thought a little and did (with intent to hide the "Online Accounts" using already installed extension that works with the user menu):

cd ~/.local/share/gnome-shell/extensions/Shut_Down_Menu@xxxxxxxxxxxxx/
vim extension.js

Then I found in the code these lines and added the commented code:

    fakeUpdateSuspendOrPowerOff = function() {
        this._haveSuspend = false;
        this._suspendOrPowerOffItem.updateText(_f("Shut Down..."), null);
//      this._haveOnlineAccounts = false;
//      this._onlineAccountsItem.updateText("Online Accounts2", null);
//      this._onlineAccountsItem = null;
    }

But when I restart the shell (Alt-F2-r) the Online Accounts item does not disappear.

The problem is that I do not know which properties has this object and so maybe I'm wrong with guessing names (I also tried _haveAccounts and _accounts).

Could you please help me in removing the "Online Accounts" from the user menu?

With love.

--
Yours,
Sophie

-- 
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux