Difference between revisions of "Application talk:Terminal"

From WebOS Internals
Jump to navigation Jump to search
(please sign your comments with ~~~~ and use the + tab to start a new section for a new topic of discussion)
Line 6: Line 6:
 
Not complaining, just reporting bugs. Thanks for all the hard work!
 
Not complaining, just reporting bugs. Thanks for all the hard work!
 
--[[user:Zinge|Zinge]]
 
--[[user:Zinge|Zinge]]
 +
 +
I don't know if this is the right place to post this. My apologies if this isn't.
 +
 +
I tried installing the terminal app. What I get when finished is a white screen which has the title bar but doesn't respond to any typing.
 +
 +
I noticed in the putty screen that when I execute the command:
 +
    ln -s /var/usr/lib/BrowserPlugins/termplugin.so /usr/lib/BrowserPlugins/
 +
 +
I get the following response:
 +
    ln: /usr/lib/BrowserPlugins/termplugin.so: Read-only file system
 +
 +
Yet when I first connected to my pre I issued the command:
 +
  mount -o remount,rw/
 +
 +
Any help would be appreciated. I've copied a section from the putty screen below:
 +
 +
root@castle:/# /usr/bin/ipkg -o /var update
 +
Downloading [url]http://ipkg.preware.org/feeds/preware/all/Packages.gz[/url]
 +
Inflating [url]http://ipkg.preware.org/feeds/preware/all/Packages.gz[/url]
 +
Updated list of available packages in /var//usr/lib/ipkg/lists/all
 +
Downloading [url]http://ipkg.preware.org/feeds/preware/armv7/Packages.gz[/url]
 +
Inflating [url]http://ipkg.preware.org/feeds/preware/armv7/Packages.gz[/url]
 +
Updated list of available packages in /var//usr/lib/ipkg/lists/armv7
 +
root@castle:/# /usr/bin/ipkg -o /var install x-webosinternals-termplugin
 +
Begin installation of x-webosinternals-termplugin
 +
Installing x-webosinternals-termplugin (0.1.3) to root...
 +
Downloading [url]http://ipkg.preware.org/feeds/preware/armv7/x-webosinternals-termplugin_0.1.3_armv7.ipk[/url]
 +
Configuring x-webosinternals-termplugin
 +
root@castle:/# ln -s /var/usr/lib/BrowserPlugins/termplugin.so /usr/lib/BrowserPlugins/
 +
ln: /usr/lib/BrowserPlugins/termplugin.so: Read-only file system

Revision as of 16:32, 26 July 2009

Bugs: tab completion, slowdown

I'm assuming this "Discussion" page would be a good place to report bugs as suggested on the Terminal page...

Anyway, when I try to tab-complete a line (Sym + i), the line becomes blank. The cursor stays in place, and the line of text disappears. When I hit enter, it works correctly (only a display issue, not a tab completion issue). I can get a screenshot if that is necessary/help any. Also, the terminal app seems to immensely slow down my Pre after a min or two, and it visibly lags as it closes and minimizes the app, then immediately speeds back up once its closed.

Not complaining, just reporting bugs. Thanks for all the hard work! --Zinge

I don't know if this is the right place to post this. My apologies if this isn't.

I tried installing the terminal app. What I get when finished is a white screen which has the title bar but doesn't respond to any typing.

I noticed in the putty screen that when I execute the command:

   ln -s /var/usr/lib/BrowserPlugins/termplugin.so /usr/lib/BrowserPlugins/

I get the following response:

   ln: /usr/lib/BrowserPlugins/termplugin.so: Read-only file system

Yet when I first connected to my pre I issued the command:

  mount -o remount,rw/

Any help would be appreciated. I've copied a section from the putty screen below:

root@castle:/# /usr/bin/ipkg -o /var update Downloading [url]http://ipkg.preware.org/feeds/preware/all/Packages.gz[/url] Inflating [url]http://ipkg.preware.org/feeds/preware/all/Packages.gz[/url] Updated list of available packages in /var//usr/lib/ipkg/lists/all Downloading [url]http://ipkg.preware.org/feeds/preware/armv7/Packages.gz[/url] Inflating [url]http://ipkg.preware.org/feeds/preware/armv7/Packages.gz[/url] Updated list of available packages in /var//usr/lib/ipkg/lists/armv7 root@castle:/# /usr/bin/ipkg -o /var install x-webosinternals-termplugin Begin installation of x-webosinternals-termplugin Installing x-webosinternals-termplugin (0.1.3) to root... Downloading [url]http://ipkg.preware.org/feeds/preware/armv7/x-webosinternals-termplugin_0.1.3_armv7.ipk[/url] Configuring x-webosinternals-termplugin root@castle:/# ln -s /var/usr/lib/BrowserPlugins/termplugin.so /usr/lib/BrowserPlugins/ ln: /usr/lib/BrowserPlugins/termplugin.so: Read-only file system