Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improvement? #35

Closed
scoony opened this issue Feb 13, 2018 · 2 comments
Closed

Improvement? #35

scoony opened this issue Feb 13, 2018 · 2 comments
Labels

Comments

@scoony
Copy link

scoony commented Feb 13, 2018

Is it possible to hide the filename on the bottom of the window.

When the script is over it's just useless to keep it, would looks nicer without

@scoony
Copy link
Author

scoony commented Feb 14, 2018

Quick fix

  • Edit the file "button.js" (located in ~/.local/share/gnome-shell/extensions/argos@pew.worldwidemann.com)

  • comment those lines like this

/*
 *     if (dropdownLines.length > 0)
 *       this.menu.addMenuItem(new PopupMenu.PopupSeparatorMenuItem());
 * 
 *     let menuItem = new PopupMenu.PopupMenuItem(this._file.get_basename(), {
 *       style_class: "argos-menu-item-edit"
 *     });
 *     menuItem.connect("activate", Lang.bind(this, function() {
 *       Gio.AppInfo.launch_default_for_uri("file://" + this._file.get_path(), null);
 *     }));
 *     this.menu.addMenuItem(menuItem);
 */
  • restart the UI ... microsoft button + F2 and type "restart"

@p-e-w p-e-w added the wontfix label Feb 17, 2018
@p-e-w
Copy link
Owner

p-e-w commented Feb 17, 2018

This has been requested before (can't seem to find the issue ATM). Argos' filename-based "configuration" limits the number of plugin-level options it can sensibly provide. I will therefore not implement this option.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants