Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Installing shoes #281

Open
Dassadar opened this issue Mar 1, 2016 · 4 comments
Open

Installing shoes #281

Dassadar opened this issue Mar 1, 2016 · 4 comments

Comments

@Dassadar
Copy link

Dassadar commented Mar 1, 2016

Hello,
I just migrated to Ubuntu, and I would like to run my shoes program easily by opening it with Shoes 3.3.
Can you please help on the procedure to:

  • install Shoes 3.3 (what to do of the .install file?)
  • open systematically a .shoes file with the installed Shoes 3.3?
    Thanks in advance!
    Regards,
    David
@ccoupe
Copy link

ccoupe commented Mar 1, 2016

Hi David! @Dassadar

If you downloaded shoes3.3.0.install into your Downloads folder or where ever your browser stored, open a terminal, and cd to where the .install is. then
$ chmod +x Shoes-3.3.0-gtk3-x86_64.install
$ ./Shoes-3.3.0-gtk3-x86_64.install

The first command sets the executable permission. The second command executes the install. You'll get a message on the terminal that Shoes was installed and to look in your menus for it.

In your home directory will be a .shoes/ directory and a walkabout directory in there. If you want to run shoes from the command line then you could type $ ~/.shoes/walkabout/shoes file-to-run.rb

@Dassadar
Copy link
Author

Dassadar commented Mar 1, 2016

Thanks, it works.
However I cannot find Shoes in the "Open with" program list.

I tried to add a .desktop entry, but it doesn't help:

more /usr/share/applications/shoes.desktop
[Desktop Entry]
Name=shoes
GenericName=Text Editor
Comment=Edit text files
Exec=~/.shoes/walkabout/shoes %f
Terminal=false
Type=Application
StartupNotify=true
MimeType=text/plain;
Icon=accessories-text-editor
Categories=GNOME;GTK;Utility;TextEditor;
X-GNOME-DocPath=gedit/gedit.xml
X-GNOME-FullName=Text Editor
X-GNOME-Bugzilla-Bugzilla=GNOME
X-GNOME-Bugzilla-Product=gedit
X-GNOME-Bugzilla-Component=general
X-GNOME-Bugzilla-Version=3.10.4
X-GNOME-Bugzilla-ExtraInfoScript=/usr/share/gedit/gedit-bugreport
Actions=Window;Document;
Keywords=Text;Editor;Plaintext;Write;
X-Ubuntu-Gettext-Domain=gedit

[Desktop Action Window]
Name=Open a New Window
Exec=gedit --new-window
OnlyShowIn=Unity;

[Desktop Action Document]
Name=Open a New Document
Exec=gedit --new-document
OnlyShowIn=Unity;

=> any idea please?

Regards,
David

2016-03-01 23:03 GMT+01:00 Cecil Coupe [email protected]:

Hi David! @Dassadar https://github.com/Dassadar

If you downloaded shoes3.3.0.install into your Downloads folder or where
ever your browser stored, open a terminal, and cd to where the .install is.
then
$ chmod +x Shoes-3.3.0-gtk3-x86_64.install
$ ./Shoes-3.3.0-gtk3-x86_64.install

The first command sets the executable permission. The second command
executes the install. You'll get a message on the terminal that Shoes was
installed and to look in your menus for it.

In your home directory will be a .shoes/ directory and a walkabout
directory in there. If you want to run shoes from the command line then you
could type $ ~/.shoes/walkabout/shoes file-to-run.rb


Reply to this email directly or view it on GitHub
#281 (comment).

@ccoupe
Copy link

ccoupe commented Mar 1, 2016

Menu's are bit of a mystery depending on your Choice of desktop manager. I happen to hate the default Ubuntu Unity thing with having to search for an app, so I changed mine to heavily tailored Cinnamon.

Did you try the logout, log back in advice?

In ~/.shoes/federales you may find a copy of the Shoes.desktop - don't delete it. It's needed to uninstall the menus once you find them.. I'd does show a working examples for many Linux desktops - not yours apparently so I can't help much. . desktop file are also stored in different places by different Managers, often in /usr/share but I've seen stuff in ~/.share and other places.

where ever they are, they were installed by xdg-desktop-menu.

@ccoupe
Copy link

ccoupe commented Mar 1, 2016

You can also choose a different window manage from the Login page - Maybe Gnom-Shell works better?

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

No branches or pull requests

2 participants