|
Page 1 of 2 |
|
1
2
|
Next
Run any app fullscreen
|
Re: Run any app fullscreen
would love to have this in a form of an app that lets you enable/disable
|
Re: Run any app fullscreen
great!! could someone plz post a more detailed and easier description on how to get it done? tnx!
|
Re: Run any app fullscreen
It's 5 steps! How much easier to you want it?
|
Re: Run any app fullscreen
After following the install instructions "To install kumatux.org on the Nokia N900 GNU mobile phone:" I get this error.
"/home/user/kumatux.org/kumatux.org-setup.sh: line 9: cd: : No such file or directory" I have used the bash from that archive and also tried to use bash from apt-get bash both do not seem to work, any help would be great. thank you !! I have it installed at /home/user/kumatux.org/ Tried running it under user's "user" and "root" |
Re: Run any app fullscreen
Does it let you switch between fullscreen and non-fullscreen modes or is it only used to enable fullscreen without the option to return to 'windowed' mode?
|
Re: Run any app fullscreen
Quote:
Make sure, assuming you're in /home/user, to execute: Code:
kumatux.org/bin/bash kumatux.org/kumatux.org-setup.shotherwise, you're gonna get these errors, they're all busybox generated, but you can't uninstall busybox and use real GNU tools in the base system, since you'd mess up the N900 system. |
Re: Run any app fullscreen
Quote:
|
Re: Run any app fullscreen
Quote:
|
Re: Run any app fullscreen
This looks like a very useful program that will make the N900 even more useful. For me and perhaps for other noobs, and others who may be cautious about entering all this code, it would be very much appreciated if this could be packaged as a simple app to download. Thank you.
|
Re: Run any app fullscreen
I have linked xbindkeys rebooted but when I type xbindkeys it says.
error while loading shared libraries: libguile.so. 18: cannot open shared object file: No such file or directory. Is this a problem on my end? I have re-flashed my n900 and followed the steps from the start and it still happens. I tried apt-get guile and apt-cache search guile and installed the 1.8 version of libguile but still does not work. Thank you I hope to get this to work soon :) |
Re: Run any app fullscreen
Almost there I guess, but I get this error:
Quote:
I connect my computer to my N900 via SSH, so I'm running all commands as root by the way. *takes backup just in case* |
Re: Run any app fullscreen
I have EasyDebian installed, and run Debian HArdware Keys. I can then use CTRL and UP or CRTL and SPACE to Full Screen any app.
|
Re: Run any app fullscreen
Quote:
http://kumatux.org/Applications.html just kumatux.org-link it as any other app, source .profile via Code:
. ~/.profile |
Re: Run any app fullscreen
Quote:
If you want to run as root, you need to install it as root, which will copy it to /root/kumatux.org-root etc. and then you'd export ~/.profile as root. However then the apps you link/install as root are not gonna be seen as user, since to use them as user, you have to link/install them as user. That's actually the beauty of it, since you can install the programs as user without root privileges, and on top of that root and user can have different progs installed. If you want to do this over SSH it's no prob, just ssh into user@192.186.2.15 and you'll log in as user. I seem to remember you have to first change user's password, i.e. on the N900, login as root, and then Code:
password user |
Re: Run any app fullscreen
Thank you so much for the help so far in trying to get this fine app to work but I have another issue, after linking guile and rebooting I get this new error.
error while loading shared libraries: libgc.so.1: cannot open shared object file: no such file or directory. Sorry if I am annoying you but I would still like to get this to work. Thanks again !! |
Re: Run any app fullscreen
You're getting there, this should be the last hickup.
Also install gc_7.2alpha4 from: http://kumatux.org/Applications.html and it should work. |
Re: Run any app fullscreen
Quote:
error while loading shared libraries: libunistring.so.0: cannot open shared object file: no such file or directory. |
Re: Run any app fullscreen
Can't believe this, it also needs libunistring_0.9.2.1, install it from:
http://kumatux.org/Applications.html |
Re: Run any app fullscreen
It is now saying "Segmentation fault" when I type xbindkeys :(
would you like me to flash my n900 and try from scratch ? |
Re: Run any app fullscreen
You said you already reflashed right? If so, you have a clean system, since kumatux.org doesn't install anything into the system and doesn't touch the underlying rootfs, so unless you did something weird on the side, it shouldn't make a difference.
Don't understand why it would segfault. Are you running it as user, i.e. not as root? Where did you extract the apps to, which directory? Just to see, try kumatux.org-unlink xbindkeys and all the apps, as root: Code:
mkdir -p /media/0/kumatux.org-appsCode:
. ~/.profile |
Re: Run any app fullscreen
Running it as "user"
I first had them installed at /home/user/ moved them to /media/0/kumatux.org-apps and it now works but when I press shift + enter, it does not make the application full screen, the prompt turns white when pressed though and in some apps the key area of the window does light up but does not go full screen. let me test some more. When I type vi ~/.xbindkeysrc This in the contents. "wmctrl -r :ACTIVE: -b toggle,fullscreen" shift + KP_Enter I also have your wmctrl from applications installed ! |
Re: Run any app fullscreen
Did you run xbindkeys from the terminal, before attempting to Shift+Enter maximize an app?
What happens when you execute the following in the terminal? Code:
wmctrl -r :ACTIVE: -b toggle,fullscreen |
Re: Run any app fullscreen
Quote:
|
Re: Run any app fullscreen
why not pack all this stuff in deb (imagemagick and everything)?
why everyone has to suffer instead of just one suffering making a deb? or am I missing something? It s*cks to use the terminal and copy 1000 files... |
Re: Run any app fullscreen
Quote:
If you installed it as user, then run kumatux.org-link as user. If you want to use it as root, use as root. If you want to completely remove it for any user, if you ran kumatux.org setup as a regular user it created /home/user/kumatux.org-root and /home/user/kumatux.org-links which are just directories of symlinks which get exported on login from the /home/user/.profile file. So to completely remove it, just delete these two directories and delete these lines from the end of your /home/user/.profile Code:
export KUMATUXBIN=/home/user/kumatux.org/bin |
Re: Run any app fullscreen
Quote:
This way, you just extract the compiled package anywhere on your system, you can put it in /media/trash or whatever, and just run kumatux.org-link and can use it. Sure, you need to take care of the dependencies, like this xbindkeys stuff, but if something goes wrong you don't have a bricked system, you don't need no reflashes, you are guaranteed all system files are untouched and can easily go back via just kumatux.org-unlink And most stuff I compiled has no dependency hell, this xbindkeys stuff is by far the worst... Guess, it depends on what you consider suffering. I'm not a beginner in GNU/Linux I'd think, but I had to reflash this damn Nokia more than a hundred times, when I was compiling stuff, installing it into the system, or pulling in SDK dependencies etc. So came up with this super-clean solution, even enabling users without root access to use any app anywhere. Think it's quite potent, just requires so CLI work, but I think it's well worth it. |
Re: Run any app fullscreen
When I run wmctrl -r :ACTIVE: -b toggle,fullscreen into terminal nothing happens.
I was meant to use wmctrl from your applications right? |
Re: Run any app fullscreen
well, I've read this thread 30 times, before I screw something up, someone please tell me what I'm doing wrong.
1-copied kumatux.org to /home/user/ 2-copied 3 files from n900 tools directory to /home/user/kuma..org/bin 3-in /home/user/ directory, run ~ $ kumatux.org/bin/bash kumatux.org/kumatux.org-setup.sh I get -sh: kumatux.org/bin/bash: Permission denied I know I can run as user, but it sure looks like it wants root. I moved kumatux all over the place, tried running the bash from the bin directory, no go for me. I've tried with & without the tilde's like the source instructions. help? chmod? chown? |
Re: Run any app fullscreen
Quote:
What is the response to: Code:
which wmctrlCode:
wmctrl --version |
Re: Run any app fullscreen
Quote:
Code:
chmod 755 kumatux.org/bin/basenameCode:
kumatux.org/bin/bash kumatux.org/kumatux.org-setup.sh |
Re: Run any app fullscreen
which wmctrl
/home/user/kumatux.org-root/0/2/wmctrl wmctrl --version error while loading shared libraries: libXmu.so.6: cannot open shared object file: no such file or directory |
Re: Run any app fullscreen
Sorry about this dependency hell, didn't write this one down either when I compiled:
install libxmu from: http://kumatux.org/Applications.html |
Re: Run any app fullscreen
Woohoo it works !!! thank you very much for your time and efforts in helping and creating this, I really like how the dependency are handled with kumatux
|
Re: Run any app fullscreen
Ain't it great! Just think, you don't have to install anything into the root file system...
I have a number of versions of say emacs copied side by side in different directories, then when you want to switch, you just quickly kumatux.org-unlink one and kumatux.org-link another, don't even have to export the .profile, as the link script automatically finds the new available slot in the bin link dir in kumatux.org-links, so the new app is linked where the old one was and boom, you use the new one... Without messing with the system, if anything is wrong, you just unlink the app, and you have a pristine clean system, no trash... Thanks for reporting the dependencies, at least we got this tracked down, since I compiled and linked everything on a necessity basis, but will keep better track for further apps... |
Re: Run any app fullscreen
Is it possible to write a script or package it all in a .deb file to do it all in 1 step?
|
Re: Run any app fullscreen
|
Re: Run any app fullscreen
Quote:
In other words: you've managed to build several nice apps but they need far beyond skills most maemo users have. So, right now, they're not useful to almost everyone here. EDIT: And the deb packages aren't supposed to break anything, that's why they go first to extras-devel, then extras-testing and only then extras. |
Re: Run any app fullscreen
Quit using XZ compression. gzip is where it's at and it makes your packages that much harder to move from device to device, since tar doesn't support XZ out of the box.
|
Re: Run any app fullscreen
Also, any reason you'd be missing GNU MP libs? libgmp.so.3 is a requirement for xbindkeys and I don't see it provided by the packages?
|
| All times are GMT. The time now is 10:45. |
Page 1 of 2 |
|
1
2
|
Next
vBulletin® Version 3.8.8