
LXQT forum???
- fanthom
- Moderator Team
- Posts: 5667
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
- Contact:
Re: LXQT forum???
Post#1 by fanthom » 10 Dec 2014, 06:31

fanthom
- francois
- Contributor
- Posts: 6514
- Joined: 28 Dec 2010, 14:25
- Distribution: xfce plank porteus nemesis
- Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.
Re: LXQT forum???
Post#2 by francois » 12 Dec 2014, 21:27
1.0 Is there a way to save the desktop environment before loging out?
2.0 With the monitor settings, in dual display, is there a way to switch the left screen for the right?
Thanks.
francois
- fanthom
- Moderator Team
- Posts: 5667
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
- Contact:
Re: LXQT forum???
Post#3 by fanthom » 12 Dec 2014, 21:54
1) looks like you will need external app:
https://bbs.archlinux.org/viewtopic.php?id=104090
2) dont know the answer to this question.
fanthom
- francois
- Contributor
- Posts: 6514
- Joined: 28 Dec 2010, 14:25
- Distribution: xfce plank porteus nemesis
- Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.
Re: LXQT forum???
Post#4 by francois » 12 Dec 2014, 23:30
Downloading a package with google-chrome under lxqt, there is a problem in with a contextual menu. Right clicking on the downloaded application at the bottom of the google-chrome window to get the contextual menu, choosing option show in folder will trigger qmmp software instead of displaying the file in the a file manager.
Thanks for obapps. I am looking at it presently.
francois
- francois
- Contributor
- Posts: 6514
- Joined: 28 Dec 2010, 14:25
- Distribution: xfce plank porteus nemesis
- Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.
Re: LXQT forum
Post#5 by francois » 12 Dec 2014, 23:51
Installation:
obapps is available for slackware x86-64 architecture:
https://slackonly.com/pub/packages/14.1 ... op/obapps/
Two dependencies are needed:
wxPython-2.8.0+
python-xlib
These are available with some additional libraries from usm.
Starting the application:
obapps is started thru command line obapps.
I will report later on its use.
Thanks.
francois
- brokenman
- Site Admin
- Posts: 6105
- Joined: 27 Dec 2010, 03:50
- Distribution: Porteus v4 all desktops
- Location: Brazil
Re: LXQT forum???
Post#6 by brokenman » 12 Dec 2014, 23:54
Wear your underpants on the outside and put on a cape.
brokenman
- ncmprhnsbl
- DEV Team
- Posts: 4293
- Joined: 20 Mar 2012, 03:42
- Distribution: v5.0-64bit
- Location: australia
- Contact:
Re: LXQT forum???
Post#7 by ncmprhnsbl » 13 Dec 2014, 04:42
it basicly edits a section of the rc.xml that controls per application window rules
eg. use it to have lxterminal undecorated.
ncmprhnsbl
- fanthom
- Moderator Team
- Posts: 5667
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
- Contact:
Re: LXQT forum???
Post#8 by fanthom » 13 Dec 2014, 19:07
thanks - will try to sort the mimetypes manually for LXQt
@ncmprhnsbl
you are our openbox expert - is there any other solution to this?
fanthom
- francois
- Contributor
- Posts: 6514
- Joined: 28 Dec 2010, 14:25
- Distribution: xfce plank porteus nemesis
- Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.
Re: LXQT forum???
Post#9 by francois » 14 Dec 2014, 00:32
.obapps:
It seemed to work a few times. But now, there is nothing I can do to get the thing to save the desktop???
.. lxqt menu > preference > sessions settings > autostart > add (application):
This will work so to have standard applications poping up at bootup, except google-chrome.
2.0 Changing menu items:
I have found a gui front end written in java called lxmed that will change the lxqt menu:
http://sourceforge.net/projects/lxmed/
[url]task.http://ubuntuforums.org/showthread.php?t=896355[/url]
Unpack the lxmed and use the install script. lxmed will be installed in opt.
You need openjre package (download it with usm package manager) to get it running. Java will install itself in /usr/lib64/java/jre/bin/java. To start the lxmed menu editor:
Code: Select all
root@porteus: /usr/lib64/java/jre/bin/java -jar /opt/lxmed/LXMenuEditor.jar
lxde panel > preferences > main menu editor > properties
The command in properties should be: /usr/lib64/java/jre/bin/java -jar /opt/lxmed/LXMenuEditor.jar.
Alternatively, keep the command line lxmed and change /usr/bin/lxmed program by the script:
Code: Select all
#!/bin/bash
/usr/lib64/java/jre/bin/java -jar /opt/lxmed/LXMenuEditor.jar
francois
- ncmprhnsbl
- DEV Team
- Posts: 4293
- Joined: 20 Mar 2012, 03:42
- Distribution: v5.0-64bit
- Location: australia
- Contact:
Re: LXQT forum???
Post#10 by ncmprhnsbl » 14 Dec 2014, 02:11
not something ive come across, and after a little search, seems LX/openbox users who want this soon become xfce users- is there any other solution to this?

as you say, lxqt-session doesnt have this facility, (nor lxde-session,or openbox-session)....
some sort of work around might involve automatically adding/removing .desktop files to/from ./config/autostart of running gui apps gleaned from some ps list at logout.
even if that made any sense, it seems like a lot of trouble

ncmprhnsbl
- francois
- Contributor
- Posts: 6514
- Joined: 28 Dec 2010, 14:25
- Distribution: xfce plank porteus nemesis
- Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.
Re: LXQT forum???
Post#11 by francois » 16 Dec 2014, 03:15
Thanks.
francois
- fanthom
- Moderator Team
- Posts: 5667
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
- Contact:
Re: LXQT forum???
Post#12 by fanthom » 16 Dec 2014, 09:58
please make sure that devel module is activated before you create Vbox module.
fanthom
- francois
- Contributor
- Posts: 6514
- Joined: 28 Dec 2010, 14:25
- Distribution: xfce plank porteus nemesis
- Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.
Re: LXQT forum???
Post#13 by francois » 16 Dec 2014, 11:17
Other problem:
The icon in lxqt will not start the usm gui frontend.
francois
- francois
- Contributor
- Posts: 6514
- Joined: 28 Dec 2010, 14:25
- Distribution: xfce plank porteus nemesis
- Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.
Re: LXQT forum???
Post#14 by francois » 04 Jan 2015, 05:46
lxqt > preferences > main menu editor:
- there is no loading of the main menu editor
- loading the corresponding command to main menu editor yields the following error message:
Code: Select all
root@porteus:~# lxmed
/usr/bin/lxmed: ligne35: gksu : commande introuvable
root@porteus:~#
francois
- fanthom
- Moderator Team
- Posts: 5667
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
- Contact:
Re: LXQT forum???
Post#15 by fanthom » 05 Jan 2015, 13:24
thanks for reporting.
fanthom