OESF Portables Forum
Everything Else => Zaurus - Everything Development => Distros, Development, and Model Specific Forums => Archived Forums => X/Qt => Topic started by: ShiroiKuma on April 27, 2006, 04:17:23 pm
-
On the X/Qt site you can see this screenshot (http://xqt.sourceforge.jp/040128-2.png) of running in rootless mode.
This might be a solution to running individual X apps in Qtopia, i.e. being able to switch just to the app, not to the whole X/Qt desktop.
Does anyone have any experience with this? How do you start an app in X/Qt in rootless mode?
-
this sounds interesting....I like the idea!
-
That would be a great idea.
1. would occupy less disc/card space
2. would occupy less RAM
3. seems like apps would launch quicker and be snappier because of using less resources
This might be a solution to running individual X apps in Qtopia, i.e. being able to switch just to the app, not to the whole X/Qt desktop.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=124836\"][{POST_SNAPBACK}][/a][/div]
-
That would be a great idea.
1. would occupy less disc/card space
2. would occupy less RAM
3. seems like apps would launch quicker and be snappier because of using less resources
This might be a solution to running individual X apps in Qtopia, i.e. being able to switch just to the app, not to the whole X/Qt desktop.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=124836\"][{POST_SNAPBACK}][/a][/div]
[div align=\"right\"][a href=\"index.php?act=findpost&pid=124842\"][{POST_SNAPBACK}][/a][/div]
the next update of pdaXqtrom will have a rootless option, ie invoked via xlauncher -embed appname
the qtopia icons will have the -embed flag added to the launch scripts
-
yes! killer!
-
yes! killer!
[div align=\"right\"][a href=\"index.php?act=findpost&pid=124924\"][{POST_SNAPBACK}][/a][/div]
here's xmms in rootless mode
the new image will be ready soon. just compiling a few extra bits which takes a while on the Z
-
here's xmms in rootless mode
the new image will be ready soon. just compiling a few extra bits which takes a while on the Z
[div align=\"right\"][a href=\"index.php?act=findpost&pid=125204\"][{POST_SNAPBACK}][/a][/div]
What happens when you run two apps in rootless mode? Do they each have an X/Qt icon in the taskbar? Still would be the same icon, but nevertheless... You could switch between them and other Qt tasks conveniently...
-
Please tell me that the internet exploder icon on the taskbar is a joke.
Felipe
-
Please tell me that the internet exploder icon on the taskbar is a joke.
Felipe
[div align=\"right\"][a href=\"index.php?act=findpost&pid=125237\"][{POST_SNAPBACK}][/a][/div]
It is finally someone notices it
-
how soon? /me is impatient...this is cool.
-
how soon? /me is impatient...this is cool.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=125244\"][{POST_SNAPBACK}][/a][/div]
very soon. i was almost done today, but then decided to recompile gtk2 so abiword would have nice window sizes that fit the screen and then I am also compiling some plugins for abiword too which hopefully will allow pdf and openoffice document support in abiword.
got screen rotation working too and fixed the window sizes for 6000 models as well.
a day or two and it should be ready unless i find something else to add
-
From the other post, I tried your new version...
It seems that only one app can be run in rootless mode. When I start a second one it says one is already running. Can this be gotten around?
Also running rootless firefox-embedded doesn't seem to work on my 3200, it just starts the X, you see the icon, and then exits. From a command prompt though it gives no error...
How can I debug the start to see what's failing?
-
From the other post, I tried your new version...
It seems that only one app can be run in rootless mode. When I start a second one it says one is already running. Can this be gotten around?
Also running rootless firefox-embedded doesn't seem to work on my 3200, it just starts the X, you see the icon, and then exits. From a command prompt though it gives no error...
How can I debug the start to see what's failing?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=125556\"][{POST_SNAPBACK}][/a][/div]
xlauncher -debug -embed firefox-embedded
-
xlauncher -debug -embed firefox-embedded
[div align=\"right\"][a href=\"index.php?act=findpost&pid=125657\"][{POST_SNAPBACK}][/a][/div]
OK will do. And what about the one-app limit in rootless? Is there no way to run more apps in rootless mode?
-
xlauncher -debug -embed firefox-embedded
[div align=\"right\"][a href=\"index.php?act=findpost&pid=125657\"][{POST_SNAPBACK}][/a][/div]
OK will do. And what about the one-app limit in rootless? Is there no way to run more apps in rootless mode?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=125675\"][{POST_SNAPBACK}][/a][/div]
well you could open a terminal and
export DISPLAY=:0.0
appname
note that this rootless mode is experimental and has many limitations. it is also only available in xqt server 0.8 it was removed in 0.9
i might have a look into it further and recompile xqt server but no time for it right now.
-
well you could open a terminal and
export DISPLAY=:0.0
appname
I did this and it works, the only problem is it launches the second app in the first apps window - obviously. But the second one is on top and there is no way to switch them.
I'd like to just run two rootless instances of X/Qt to open two apps individually. When I just try runx then the X/Qt server gives an error. That's probably why you put it in the launch script to not allow running a second app rootless.
But surely there must be a way to launch a second instance of any program under Linux independently. How can I do this with X/Qt.
note that this rootless mode is experimental and has many limitations. it is also only available in xqt server 0.8 it was removed in 0.9
i might have a look into it further and recompile xqt server but no time for it right now.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=125676\"][{POST_SNAPBACK}][/a][/div]
Yeah, that's what it says on the X/Qt site about it being experimental etc. I like it though. The way it runs the apps as you have done it in your image is really good.
That's why I want to run more than one app in the rootless mode.
-
well you could open a terminal and
export DISPLAY=:0.0
appname
I did this and it works, the only problem is it launches the second app in the first apps window - obviously. But the second one is on top and there is no way to switch them.
I'd like to just run two rootless instances of X/Qt to open two apps individually. When I just try runx then the X/Qt server gives an error. That's probably why you put it in the launch script to not allow running a second app rootless.
But surely there must be a way to launch a second instance of any program under Linux independently. How can I do this with X/Qt.
note that this rootless mode is experimental and has many limitations. it is also only available in xqt server 0.8 it was removed in 0.9
i might have a look into it further and recompile xqt server but no time for it right now.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=125676\"][{POST_SNAPBACK}][/a][/div]
Yeah, that's what it says on the X/Qt site about it being experimental etc. I like it though. The way it runs the apps as you have done it in your image is really good.
That's why I want to run more than one app in the rootless mode.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=125863\"][{POST_SNAPBACK}][/a][/div]
its possible to have multiple apps in their own rootless window with their own icon by running multiple instances of xqt. each xqt instance needs to run on a different display. i havent written a script for it yet to allocate and deallocate the displays. the next version, 0.7.7 will have this
-
its possible to have multiple apps in their own rootless window with their own icon by running multiple instances of xqt. each xqt instance needs to run on a different display. i havent written a script for it yet to allocate and deallocate the displays.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=125872\"][{POST_SNAPBACK}][/a][/div]
I copied your xlauncher script to play with it and just see if it'd work, to xlauncher2.
In xlauncher2 I modified the part where when running an embedded app it checks if X="" and if it does it says that you're running an embedded app already.
Changed it to export the DISPLAY=:1.0 (also :0.1, tried two versions, since couldn't remember the right form).
Now, I run for instance dillo rootless first. Then when I try xlauncher2 -embed xmms, the X/Qt pops an X/Qt Server box, saying Fatal error.
What am I doing wrong?
-
Does this work on C1000 as well as C3x00?
-
Does this work on C1000 as well as C3x00?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=125881\"][{POST_SNAPBACK}][/a][/div]
this should work on ALL models with Sharp ROM or Cacko
-
its possible to have multiple apps in their own rootless window with their own icon by running multiple instances of xqt. each xqt instance needs to run on a different display. i havent written a script for it yet to allocate and deallocate the displays.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=125872\"][{POST_SNAPBACK}][/a][/div]
I copied your xlauncher script to play with it and just see if it'd work, to xlauncher2.
In xlauncher2 I modified the part where when running an embedded app it checks if X="" and if it does it says that you're running an embedded app already.
Changed it to export the DISPLAY=:1.0 (also :0.1, tried two versions, since couldn't remember the right form).
Now, I run for instance dillo rootless first. Then when I try xlauncher2 -embed xmms, the X/Qt pops an X/Qt Server box, saying Fatal error.
What am I doing wrong?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=125875\"][{POST_SNAPBACK}][/a][/div]
in addition to setting the display for the client, the server needs to be started on a different display as well so you have matching pairs of client and servers on different displays. in addition, you also need to allocate xauthority cookies to each display
-
in addition to setting the display for the client, the server needs to be started on a different display as well so you have matching pairs of client and servers on different displays. in addition, you also need to allocate xauthority cookies to each display
[div align=\"right\"][a href=\"index.php?act=findpost&pid=125903\"][{POST_SNAPBACK}][/a][/div]
Oh yeah, just realized it looking into your runx script.
Seems I'm getting entangled in trying to create a parallel script that would alloc individual displays...
So far haven't managed...
-
in addition to setting the display for the client, the server needs to be started on a different display as well so you have matching pairs of client and servers on different displays. in addition, you also need to allocate xauthority cookies to each display
[div align=\"right\"][a href=\"index.php?act=findpost&pid=125903\"][{POST_SNAPBACK}][/a][/div]
OK, I'm trying further, maybe you can help me.
I'm just trying for two apps now to see if I can get it right.
In the xlauncher, changed the part when -embed is called, and X is not empty to export DISPLAY to :1.0 and run runx.
In runx modified it if exported DISPLAY is :1.0 to use .Xauthority2 cookie instead of .Xauthority.
But I'm confused with the lines around if [ x"$serverargs" = x ] && expr "$1" : ':[0-9]...
That's where it specifies which display X is started on, right?
I'm not sure I understand it correctly, so don't know how to change the display to :1.0 if it's already running on :0.0.
Plus I don't seem to see where runx is called from xlauncher with this display op.
Can you advise?
-
in addition to setting the display for the client, the server needs to be started on a different display as well so you have matching pairs of client and servers on different displays. in addition, you also need to allocate xauthority cookies to each display
[div align=\"right\"][a href=\"index.php?act=findpost&pid=125903\"][{POST_SNAPBACK}][/a][/div]
Oh yeah, just realized it looking into your runx script.
Seems I'm getting entangled in trying to create a parallel script that would alloc individual displays...
So far haven't managed...
[div align=\"right\"][a href=\"index.php?act=findpost&pid=125914\"][{POST_SNAPBACK}][/a][/div]
I will make it work in the next update. promise
can you test the other stuff, especially the keys? i want to make sure everything else works before adding more features and complexity.
-
I will make it work in the next update. promise
can you test the other stuff, especially the keys? i want to make sure everything else works before adding more features and complexity.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=125932\"][{POST_SNAPBACK}][/a][/div]
OK, I'll give up on this now then
One more idea I have associated with this is that then every rootless app can have it's own icon, this'll be tops. The way to do it is symlink Xqt-rootless as Xqt-rootless-firefox, Xqt-rootless-dillo, etc. and then have probably a separate Xqt-server tab in Qtopia, where you'll have the desktop files with different icons for Firefox etc.
Then if you change in the launch script to run Xqt-rootless-firefox if Firefox is called in rootless mode, and voila. You'll have every rootless app with it's own icon, behaving like a separate Qt app, easy to switch between them with Alt-Tab, everything beautiful...
What do you think of this?
I'm testing the other stuff now, the Alt-drag thing I've traced to .xmodmaprc. I've deleted that file, since the keyboard mapping on the 3200 is just fine in X/Qt and now alt-drag works.
Do you want me to check on anything else specifically?
-
I will make it work in the next update. promise
can you test the other stuff, especially the keys? i want to make sure everything else works before adding more features and complexity.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=125932\"][{POST_SNAPBACK}][/a][/div]
OK, I'll give up on this now then
One more idea I have associated with this is that then every rootless app can have it's own icon, this'll be tops. The way to do it is symlink Xqt-rootless as Xqt-rootless-firefox, Xqt-rootless-dillo, etc. and then have probably a separate Xqt-server tab in Qtopia, where you'll have the desktop files with different icons for Firefox etc.
Then if you change in the launch script to run Xqt-rootless-firefox if Firefox is called in rootless mode, and voila. You'll have every rootless app with it's own icon, behaving like a separate Qt app, easy to switch between them with Alt-Tab, everything beautiful...
What do you think of this?
I'm testing the other stuff now, the Alt-drag thing I've traced to .xmodmaprc. I've deleted that file, since the keyboard mapping on the 3200 is just fine in X/Qt and now alt-drag works.
Do you want me to check on anything else specifically?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=125934\"][{POST_SNAPBACK}][/a][/div]
can you generate a keymap for me then?
xmodmap -pke > xmodmaprc-c3200
xmodmap -pm > xmodmaprc-mod
and send me those files
everything else should be working fine, just need someone to double check, but the IM is new and I have only tested it with abiword to input japanese
currently i have uim, anthy and scim installed, scim works, but i have not been able to compile scim-anthy yet to utilise anthy
-
can you generate a keymap for me then?
xmodmap -pke > xmodmaprc-c3200
xmodmap -pm > xmodmaprc-mod
and send me those files
everything else should be working fine, just need someone to double check, but the IM is new and I have only tested it with abiword to input japanese
currently i have uim, anthy and scim installed, scim works, but i have not been able to compile scim-anthy yet to utilise anthy
[div align=\"right\"][a href=\"index.php?act=findpost&pid=125939\"][{POST_SNAPBACK}][/a][/div]
OK, here goes. It's actually a .tar.bz2 file, just remove the .zip extension...
Why don't you use Prime for Japanese input? It's predictive, so ideal for the Z where you can't touch type. Much faster than Anthy.
-
can you generate a keymap for me then?
xmodmap -pke > xmodmaprc-c3200
xmodmap -pm > xmodmaprc-mod
and send me those files
everything else should be working fine, just need someone to double check, but the IM is new and I have only tested it with abiword to input japanese
currently i have uim, anthy and scim installed, scim works, but i have not been able to compile scim-anthy yet to utilise anthy
[div align=\"right\"][a href=\"index.php?act=findpost&pid=125939\"][{POST_SNAPBACK}][/a][/div]
OK, here goes. It's actually a .tar.bz2 file, just remove the .zip extension...
Why don't you use Prime for Japanese input? It's predictive, so ideal for the Z where you can't touch type. Much faster than Anthy.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=125958\"][{POST_SNAPBACK}][/a][/div]
Thanks for doing this. I compared yours and my keymap, basically yours is exactly like my original keymap which did not work for me so I reassigned Home to Super_L so the left kana key would be Alt_L. In your case, the left kana key is Alt_L and Home is Alt_L / Meta_L. This is bizarre but might have something to do with my keyhelper settings. I am putting your keymap as the default since that was my original default map too and I will call my current map custom map.
So now the installer will use the default map (which is the same as yours).
I hope this will fix everyone's keyboard mappings (well for the Cxx00 series). Since nobody with 7x0 or 6000 has said anything I will assume that your keymappings are all OK
-
Thanks for doing this. I compared yours and my keymap, basically yours is exactly like my original keymap which did not work for me so I reassigned Home to Super_L so the left kana key would be Alt_L. In your case, the left kana key is Alt_L and Home is Alt_L / Meta_L. This is bizarre but might have something to do with my keyhelper settings. I am putting your keymap as the default since that was my original default map too and I will call my current map custom map.
So now the installer will use the default map (which is the same as yours).
I hope this will fix everyone's keyboard mappings (well for the Cxx00 series). Since nobody with 7x0 or 6000 has said anything I will assume that your keymappings are all OK
[div align=\"right\"][a href=\"index.php?act=findpost&pid=126020\"][{POST_SNAPBACK}][/a][/div]
Actually I've just discovered I've been a little dumbfounded by Keyhelper too. So I entered 5 entries into my custom xmodmaprc file, since these keys are not mapped correctly, which I've discovered when I disabled KeyHelper.
The custom mappings are:keycode 22 = minus grave
keycode 41 = braceleft
keycode 61 = braceright
keycode 69 = slash comma
keycode 70 = period question
You might wanna take care of these too.
-
Thanks for doing this. I compared yours and my keymap, basically yours is exactly like my original keymap which did not work for me so I reassigned Home to Super_L so the left kana key would be Alt_L. In your case, the left kana key is Alt_L and Home is Alt_L / Meta_L. This is bizarre but might have something to do with my keyhelper settings. I am putting your keymap as the default since that was my original default map too and I will call my current map custom map.
So now the installer will use the default map (which is the same as yours).
I hope this will fix everyone's keyboard mappings (well for the Cxx00 series). Since nobody with 7x0 or 6000 has said anything I will assume that your keymappings are all OK
[div align=\"right\"][a href=\"index.php?act=findpost&pid=126020\"][{POST_SNAPBACK}][/a][/div]
Actually I've just discovered I've been a little dumbfounded by Keyhelper too. So I entered 5 entries into my custom xmodmaprc file, since these keys are not mapped correctly, which I've discovered when I disabled KeyHelper.
The custom mappings are:keycode 22 = minus grave
keycode 41 = braceleft
keycode 61 = braceright
keycode 69 = slash comma
keycode 70 = period question
You might wanna take care of these too.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=126040\"][{POST_SNAPBACK}][/a][/div]
Thanks. I have applied these
-
I will make it work in the next update. promise
Hey man, have you made progress on this?
I'm not bugging, just curious...
-
I will make it work in the next update. promise
Hey man, have you made progress on this?
I'm not bugging, just curious...
[div align=\"right\"][a href=\"index.php?act=findpost&pid=126346\"][{POST_SNAPBACK}][/a][/div]
yeah, progresing. just doing several things concurrently, ie I got abiword working now with OpenOffice and PDF import filters as well as printing to PDF and postscript. I think I fixed the Cacko problem too. so now I am compiling more apps, but the biggest thing for me is to get jamvm and scim compiled properly. got fluxbox config gui tools too. been working on gtk so the rootless apps won't be oversized and fit on the screen, otherwise there will be no way of resizing or moving them. got the firefox settings screen fitting too compiled the latest vesion of grisbi and aspell. trying to write scripts to convert the qt launch scripts between rootless and normal mode so you can easily switch them around.
-
yeah, progresing. just doing several things concurrently, ie I got abiword working now with OpenOffice and PDF import filters as well as printing to PDF and postscript. I think I fixed the Cacko problem too. so now I am compiling more apps, but the biggest thing for me is to get jamvm and scim compiled properly. got fluxbox config gui tools too. been working on gtk so the rootless apps won't be oversized and fit on the screen, otherwise there will be no way of resizing or moving them. got the firefox settings screen fitting too compiled the latest vesion of grisbi and aspell. trying to write scripts to convert the qt launch scripts between rootless and normal mode so you can easily switch them around.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=126349\"][{POST_SNAPBACK}][/a][/div]
Woah, unbelievable man... You make such unbelievable progress. I tried only to do a fragment and failed - like lately wanted to compile fluxconf, as you've done. Couldn't get over some problematic function declarations etc. Spent a lot of time on it, yet it wouldn't build...
And you've done it all...
-
yeah, progresing. just doing several things concurrently, ie I got abiword working now with OpenOffice and PDF import filters as well as printing to PDF and postscript. I think I fixed the Cacko problem too. so now I am compiling more apps, but the biggest thing for me is to get jamvm and scim compiled properly. got fluxbox config gui tools too. been working on gtk so the rootless apps won't be oversized and fit on the screen, otherwise there will be no way of resizing or moving them. got the firefox settings screen fitting too compiled the latest vesion of grisbi and aspell. trying to write scripts to convert the qt launch scripts between rootless and normal mode so you can easily switch them around.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=126349\"][{POST_SNAPBACK}][/a][/div]
Woah, unbelievable man... You make such unbelievable progress. I tried only to do a fragment and failed - like lately wanted to compile fluxconf, as you've done. Couldn't get over some problematic function declarations etc. Spent a lot of time on it, yet it wouldn't build...
And you've done it all...
[div align=\"right\"][a href=\"index.php?act=findpost&pid=126388\"][{POST_SNAPBACK}][/a][/div]
oh yeah fluxonf... just had to change the order of some code. same problem with xarchiver...
man, i foobared my system today and just managed to recover so i lost a whole day of work
well, at least i learned how to debug qeserver
-
I will make it work in the next update. promise
Hey man, have you made progress on this?
I'm not bugging, just curious...
[div align=\"right\"][a href=\"index.php?act=findpost&pid=126346\"][{POST_SNAPBACK}][/a][/div]
yeah, progresing. just doing several things concurrently, ie I got abiword working now with OpenOffice and PDF import filters as well as printing to PDF and postscript. I think I fixed the Cacko problem too. so now I am compiling more apps, but the biggest thing for me is to get jamvm and scim compiled properly. got fluxbox config gui tools too. been working on gtk so the rootless apps won't be oversized and fit on the screen, otherwise there will be no way of resizing or moving them. got the firefox settings screen fitting too compiled the latest vesion of grisbi and aspell. trying to write scripts to convert the qt launch scripts between rootless and normal mode so you can easily switch them around.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=126349\"][{POST_SNAPBACK}][/a][/div]
Hi all
Now i am testing the embeded (rotless) Mode
seems not working in this new release 0.7.8
Meanie have you desactivated it ?
cause it was working in the previous release
-
I will make it work in the next update. promise
Hey man, have you made progress on this?
I'm not bugging, just curious...
[div align=\"right\"][a href=\"index.php?act=findpost&pid=126346\"][{POST_SNAPBACK}][/a][/div]
yeah, progresing. just doing several things concurrently, ie I got abiword working now with OpenOffice and PDF import filters as well as printing to PDF and postscript. I think I fixed the Cacko problem too. so now I am compiling more apps, but the biggest thing for me is to get jamvm and scim compiled properly. got fluxbox config gui tools too. been working on gtk so the rootless apps won't be oversized and fit on the screen, otherwise there will be no way of resizing or moving them. got the firefox settings screen fitting too compiled the latest vesion of grisbi and aspell. trying to write scripts to convert the qt launch scripts between rootless and normal mode so you can easily switch them around.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=126349\"][{POST_SNAPBACK}][/a][/div]
Hi all
Now i am testing the embeded (rotless) Mode
seems not working in this new release 0.7.8
Meanie have you desactivated it ?
cause it was working in the previous release
[div align=\"right\"][a href=\"index.php?act=findpost&pid=127689\"][{POST_SNAPBACK}][/a][/div]
nothing has changed between 0.7.7 and 0.7.8 in the rootless bits. gaim and gimp were the only changes and the link for usr/lib/gtk-2.0
-
Hi all
Now i am testing the embeded (rotless) Mode
seems not working in this new release 0.7.8
Meanie have you desactivated it ?
cause it was working in the previous release
[div align=\"right\"][a href=\"index.php?act=findpost&pid=127689\"][{POST_SNAPBACK}][/a][/div]
nothing has changed between 0.7.7 and 0.7.8 in the rootless bits. gaim and gimp were the only changes and the link for usr/lib/gtk-2.0
[div align=\"right\"][a href=\"index.php?act=findpost&pid=127935\"][{POST_SNAPBACK}][/a][/div]
I don't know which version i tested when it works, since there is 3 0.7.5, 0.7.6 and
0.7.7, but if i do remember it stops working when you have add the 2 xqt embedded icons (not sure)
anyway here is what i get when traying to launch embedded mode
#xlauncher -embed gqview
debug: there are 0 embedded processes
debug: no embedded processes
debug: setting display to :1.0
launching gqview embedded - please wait
no more
may be i have to switch something ?
i don't knew
-
Hi all
Now i am testing the embeded (rotless) Mode
seems not working in this new release 0.7.8
Meanie have you desactivated it ?
cause it was working in the previous release
[div align=\"right\"][a href=\"index.php?act=findpost&pid=127689\"][{POST_SNAPBACK}][/a][/div]
nothing has changed between 0.7.7 and 0.7.8 in the rootless bits. gaim and gimp were the only changes and the link for usr/lib/gtk-2.0
[div align=\"right\"][a href=\"index.php?act=findpost&pid=127935\"][{POST_SNAPBACK}][/a][/div]
I don't know which version i tested when it works, since there is 3 0.7.5, 0.7.6 and
0.7.7, but if i do remember it stops working when you have add the 2 xqt embedded icons (not sure)
anyway here is what i get when traying to launch embedded mode
#xlauncher -embed gqview
debug: there are 0 embedded processes
debug: no embedded processes
debug: setting display to :1.0
launching gqview embedded - please wait
no more
may be i have to switch something ?
i don't knew
[div align=\"right\"][a href=\"index.php?act=findpost&pid=127971\"][{POST_SNAPBACK}][/a][/div]
does it launch normally? ie
xlauncher gqview
what does the debug mode say? ie
xlauncher -debug -embed gqview
-
Hi all
Now i am testing the embeded (rotless) Mode
seems not working in this new release 0.7.8
Meanie have you desactivated it ?
cause it was working in the previous release
[div align=\"right\"][a href=\"index.php?act=findpost&pid=127689\"][{POST_SNAPBACK}][/a][/div]
nothing has changed between 0.7.7 and 0.7.8 in the rootless bits. gaim and gimp were the only changes and the link for usr/lib/gtk-2.0
[div align=\"right\"][a href=\"index.php?act=findpost&pid=127935\"][{POST_SNAPBACK}][/a][/div]
I don't know which version i tested when it works, since there is 3 0.7.5, 0.7.6 and
0.7.7, but if i do remember it stops working when you have add the 2 xqt embedded icons (not sure)
anyway here is what i get when traying to launch embedded mode
#xlauncher -embed gqview
debug: there are 0 embedded processes
debug: no embedded processes
debug: setting display to :1.0
launching gqview embedded - please wait
no more
may be i have to switch something ?
i don't knew
[div align=\"right\"][a href=\"index.php?act=findpost&pid=127971\"][{POST_SNAPBACK}][/a][/div]
does it launch normally? ie
xlauncher gqview
what does the debug mode say? ie
xlauncher -debug -embed gqview
[div align=\"right\"][a href=\"index.php?act=findpost&pid=127997\"][{POST_SNAPBACK}][/a][/div]
Here it is
debug: there are 0 embedded processes
debug: no embedded processes
debug: setting display to :1.0
launching gqview embedded - please wait a moment...
$ using authority file /home/zaurus/.Xauthority
Writing authority file /home/zaurus/.Xauthority
using authority file /home/zaurus/.Xauthority
Writing authority file /home/zaurus/.Xauthority
/etc/X11/xinit/xrootlessrc-1: /opt/QtPalmtop/bin/Xqt-rootless-1: not found
giving up.
xinit: No such file or directory (errno 2): unable to connect to X server
xinit: No such process (errno 3): Server error
-
rename /opt/QtPalmtop/bin/Xqt-rootless1 to /opt/QtPalmtop/bin/Xqt-rootless-1
and
/opt/QtPalmtop/bin/Xqt-rootless2 to /opt/QtPalmtop/bin/Xqt-rootless-2
it should let you run two apps in rootless mode at a time. it should tell you to bugger off when you try to run a third one
i don't think its wise to run more anyway since the Z does not have that much cpu power and memory
personally, i dont like the rootless mode thing that much. it sounds like a good idea at first but once you play with it a bit more, you soon want to use the full xqt instead.
have you noticed you can cut and paste from qtopia into xqt?
-
rename /opt/QtPalmtop/bin/Xqt-rootless1 to /opt/QtPalmtop/bin/Xqt-rootless-1
and
/opt/QtPalmtop/bin/Xqt-rootless2 to /opt/QtPalmtop/bin/Xqt-rootless-2
Ok that makes it work Now
it should let you run two apps in rootless mode at a time. it should tell you to bugger off when you try to run a third one
i don't think its wise to run more anyway since the Z does not have that much cpu power and memory
personally, i dont like the rootless mode thing that much. it sounds like a good idea at first but once you play with it a bit more, you soon want to use the full xqt instead.
I agree, in fact i never shutdown Xqt (padXqtrom), it is always open, so no need to launch it each time
have you noticed you can cut and paste from qtopia into xqt?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=128051\"][{POST_SNAPBACK}][/a][/div]
that is intresting as i am still using some applications under sharp rom
Thanks Meanie