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

gmate plugin path issue on Fedora 22 #178

Open
kirantpatil opened this issue May 15, 2015 · 0 comments
Open

gmate plugin path issue on Fedora 22 #178

kirantpatil opened this issue May 15, 2015 · 0 comments

Comments

@kirantpatil
Copy link

Hi,

I install gmate on Fedora 22.

The install script showed below message and I changed path in install.sh /usr/lib to /usr/lib64 and it installed the Rails plugins.

[kpatil@dhcppc21 gmate]$ sudo sh install.sh

[sudo] password for kpatil:
cp: cannot create directory ‘/usr/lib/gedit/plugins/’: No such file or directory
cp: cannot create directory ‘/usr/lib/gedit/plugins/’: No such file or directory
cp: cannot create directory ‘/usr/lib/gedit/plugins/’: No such file or directory
cp: cannot create directory ‘/usr/lib/gedit/plugins/’: No such file or directory
cp: cannot create directory ‘/usr/lib/gedit/plugins/’: No such file or directory
cp: cannot create directory ‘/usr/lib/gedit/plugins/’: No such file or directory
cp: cannot create directory ‘/usr/lib/gedit/plugins/’: No such file or directory
cp: cannot create directory ‘/usr/lib/gedit/plugins/’: No such file or directory
cp: cannot create directory ‘/usr/lib/gedit/plugins/’: No such file or directory
cp: cannot create directory ‘/usr/lib/gedit/plugins/’: No such file or directory
cp: cannot create directory ‘/usr/lib/gedit/plugins/’: No such file or directory
cp: cannot create directory ‘/usr/lib/gedit/plugins/’: No such file or directory
cp: cannot create directory ‘/usr/lib/gedit/plugins/’: No such file or directory
cp: cannot create directory ‘/usr/lib/gedit/plugins/’: No such file or directory
cp: cannot create directory ‘/usr/lib/gedit/plugins/’: No such file or directory
cp: cannot create directory ‘/usr/lib/gedit/plugins/’: No such file or directory
warning: Schema 'org.freedesktop.Geoclue' has path '/apps/geoclue/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
warning: Schema 'org.freedesktop.IBus.Chewing' has path '/desktop/ibus/engine/chewing/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
warning: Schema 'org.freedesktop.Telepathy.Logger' has path '/apps/telepathy-l

Changed path as below in install.sh

sudo cp -R $plugin /usr/lib64/gedit/plugins/

[kpatil@dhcppc21 gmate]$ sudo sh install.sh

warning: Schema 'org.freedesktop.Geoclue' has path '/apps/geoclue/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
warning: Schema 'org.freedesktop.IBus.Chewing' has path '/desktop/ibus/engine/chewing/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
warning: Schema 'org.freedesktop.Telepathy.Logger' has path '/apps/telepathy-logger/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
warning: Schema 'org.freedesktop.ibus' has path '/desktop/ibus/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
warning: Schema 'org.freedesktop.ibus.general' has path '/desktop/ibus/general/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
warning: Schema 'org.freedesktop.ibus.general.hotkey' has path '/desktop/ibus/general/hotkey/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
warning: Schema 'org.freedesktop.ibus.panel' has path '/desktop/ibus/panel/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
warning: Schema 'org.gnome.crypto.cache' has path '/desktop/gnome/crypto/cache/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
warning: Schema 'org.gnome.crypto.pgp' has path '/desktop/gnome/crypto/pgp/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
warning: Schema 'org.gnome.seahorse' has path '/apps/seahorse/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
warning: Schema 'org.gnome.seahorse.manager' has path '/apps/seahorse/listing/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
warning: Schema 'org.gnome.seahorse.recipients' has path '/apps/seahorse/recipients/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
warning: Schema 'org.gnome.system.locale' has path '/system/locale/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
warning: Schema 'org.gnome.system.proxy' has path '/system/proxy/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
warning: Schema 'org.gnome.system.proxy.http' has path '/system/proxy/http/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
warning: Schema 'org.gnome.system.proxy.https' has path '/system/proxy/https/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
warning: Schema 'org.gnome.system.proxy.ftp' has path '/system/proxy/ftp/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
warning: Schema 'org.gnome.system.proxy.socks' has path '/system/proxy/socks/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
Do you want to activate default plugin and configuration set? [y,N]:y
Configuration set.

[kpatil@dhcppc21 gmate]$ ls /usr/lib64/gedit/plugins/ : now it installed rubyonrails plugin

advanced_find_replace git.plugin quickopen.plugin
bookmarks.plugin gpdefs.py restoretabs
bracketcompletion.plugin joinlines.plugin rubyonrailsloader
bracketcompletion.py joinlines.py smart_highlight
charmap libbookmarks.so smartspaces.plugin
charmap.plugin libdocinfo.so smartspaces.py
codecomment.plugin libdrawspaces.so snapopen
codecomment.py libfilebrowser.so snippets
colorpicker.plugin libmodelines.so snippets.plugin
colorpicker.py libsort.so sort.plugin
colorschemer libspell.so source-code-browser
colorschemer.plugin libtime.so spell.plugin
commander libwordcompletion.so synctex
commander.plugin libzeitgeist.so synctex.plugin
dashboard line_tools tabswitch
dashboard.plugin macropy terminal.plugin

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

No branches or pull requests

1 participant