LXQt 0.11.1 x64

Here is a place for your projects which are not officially supported by the Porteus Team. For example: your own kernel patched with extra features; desktops not included in the standard ISO like Gnome; base modules that are different than the standard ISO, etc...
User avatar
Blaze
DEV Team
DEV Team
Posts: 3869
Joined: 28 Dec 2010, 11:31
Distribution: ⟰ Porteus current ☯ all DEs ☯
Location: ☭ Russian Federation, Lipetsk region, Dankov
Contact:

Re: LXQt 0.11.1 x64

Post#31 by Blaze » 06 Jul 2017, 16:52

donald, thanks :good:

Code: Select all

root@porteus:~# xset -q
...
DPMS (Energy Star):
  Standby: 600    Suspend: 600    Off: 600
  DPMS is Enabled
  Monitor is On
Font cache:
  Server does not have the FontCache Extension

root@porteus:~# xset -dpms s off

root@porteus:~# xset -q
...
DPMS (Energy Star):
  Standby: 600    Suspend: 600    Off: 600
  DPMS is Disabled
Font cache:
  Server does not have the FontCache Extension
root@porteus:~#     
Linux 6.6.11-porteus #1 SMP PREEMPT_DYNAMIC Sun Jan 14 12:07:37 MSK 2024 x86_64 Intel(R) Xeon(R) CPU E3-1270 v6 @ 3.80GHz GenuineIntel GNU/Linux
MS-7A12 » [AMD/ATI] Navi 23 [Radeon RX 6600] [1002:73ff] (rev c7) » Vengeance LPX 16GB DDR4 K2 3200MHz C16

User avatar
Blaze
DEV Team
DEV Team
Posts: 3869
Joined: 28 Dec 2010, 11:31
Distribution: ⟰ Porteus current ☯ all DEs ☯
Location: ☭ Russian Federation, Lipetsk region, Dankov
Contact:

Re: LXQt 0.11.1 x64

Post#32 by Blaze » 07 Jul 2017, 16:05

Anybody knows how to disable 'Show hidden' flag in PcManFM-Qt?
If I uncheck this option in View --> Show Hidden of PcManFM-Qt - after close and open PcManFM-Qt nothing happens and I see hidden files and folders again.

This option ShowHidden=false in [Desktop] and [FolderView] sections

Code: Select all

/etc/xdg/pcmanfm-qt/lxqt/settings.conf
/home/guest/.config/pcmanfm-qt/default/settings.conf
/home/guest/.config/pcmanfm-qt/lxqt/settings.conf
/root/.config/pcmanfm-qt/default/settings.conf
/root/.config/pcmanfm-qt/lxqt/settings.conf
does not work for me.
Linux 6.6.11-porteus #1 SMP PREEMPT_DYNAMIC Sun Jan 14 12:07:37 MSK 2024 x86_64 Intel(R) Xeon(R) CPU E3-1270 v6 @ 3.80GHz GenuineIntel GNU/Linux
MS-7A12 » [AMD/ATI] Navi 23 [Radeon RX 6600] [1002:73ff] (rev c7) » Vengeance LPX 16GB DDR4 K2 3200MHz C16

fulalas
DEV Team
DEV Team
Posts: 2050
Joined: 26 Oct 2016, 15:34
Distribution: Porteus
Location: Brazil

Re: LXQt 0.11.1 x64

Post#33 by fulalas » 08 Jul 2017, 02:08

Blaze wrote:This option ShowHidden=false in [Desktop] and [FolderView] sections

Code: Select all

/etc/xdg/pcmanfm-qt/lxqt/settings.conf
/home/guest/.config/pcmanfm-qt/default/settings.conf
/home/guest/.config/pcmanfm-qt/lxqt/settings.conf
/root/.config/pcmanfm-qt/default/settings.conf
/root/.config/pcmanfm-qt/lxqt/settings.conf
does not work for me.
You need to restart LXQt session to see the changes. But the correct way is really changing these files. :good:

I have a challenge to you:

Code: Select all

sudo pcmanfm-qt
...and find a way to get the correct style :D

User avatar
Blaze
DEV Team
DEV Team
Posts: 3869
Joined: 28 Dec 2010, 11:31
Distribution: ⟰ Porteus current ☯ all DEs ☯
Location: ☭ Russian Federation, Lipetsk region, Dankov
Contact:

Re: LXQt 0.11.1 x64

Post#34 by Blaze » 09 Jul 2017, 15:59

fulalas, logout or reboot does not solve this issue.

Code: Select all

su
toor
sed -i 's|ShowHidden=true|ShowHidden=false|g' /etc/xdg/pcmanfm-qt/lxqt/settings.conf && sed -i 's|ShowHidden=true|ShowHidden=false|g' /home/guest/.config/pcmanfm-qt/default/settings.conf && sed -i 's|ShowHidden=true|ShowHidden=false|g' /home/guest/.config/pcmanfm-qt/lxqt/settings.conf && sed -i 's|ShowHidden=true|ShowHidden=false|g' /root/.config/pcmanfm-qt/default/settings.conf && sed -i 's|ShowHidden=true|ShowHidden=false|g' /root/.config/pcmanfm-qt/lxqt/settings.conf
Linux 6.6.11-porteus #1 SMP PREEMPT_DYNAMIC Sun Jan 14 12:07:37 MSK 2024 x86_64 Intel(R) Xeon(R) CPU E3-1270 v6 @ 3.80GHz GenuineIntel GNU/Linux
MS-7A12 » [AMD/ATI] Navi 23 [Radeon RX 6600] [1002:73ff] (rev c7) » Vengeance LPX 16GB DDR4 K2 3200MHz C16

fulalas
DEV Team
DEV Team
Posts: 2050
Joined: 26 Oct 2016, 15:34
Distribution: Porteus
Location: Brazil

Re: LXQt 0.11.1 x64

Post#35 by fulalas » 09 Jul 2017, 22:29

@Blaze, I can't reproduce this. Try to download the original module again and doing these modifications inside /rootcopy, and then rebooting as guest.

User avatar
Blaze
DEV Team
DEV Team
Posts: 3869
Joined: 28 Dec 2010, 11:31
Distribution: ⟰ Porteus current ☯ all DEs ☯
Location: ☭ Russian Federation, Lipetsk region, Dankov
Contact:

Re: LXQt 0.11.1 x64

Post#36 by Blaze » 10 Jul 2017, 16:56

fulalas, I downloaded the original module again and have done these modifications

Code: Select all

root@porteus:~# cat /mnt/sdb1/porteus/rootcopy/etc/rc.d/rc.local
#!/bin/sh
#
# /etc/rc.d/rc.local:  Local system initialization script.
#
# Put any local startup commands in here.  Also, if you have
# anything that needs to be run at shutdown time you can
# make an /etc/rc.d/rc.local_shutdown script and put those
# commands in there.

sed -i 's|ShowHidden=true|ShowHidden=false|g' /etc/xdg/pcmanfm-qt/lxqt/settings.conf && sed -i 's|ShowHidden=true|ShowHidden=false|g' /home/guest/.config/pcmanfm-qt/default/settings.conf && sed -i 's|ShowHidden=true|ShowHidden=false|g' /home/guest/.config/pcmanfm-qt/lxqt/settings.conf && sed -i 's|ShowHidden=true|ShowHidden=false|g' /root/.config/pcmanfm-qt/default/settings.conf && sed -i 's|ShowHidden=true|ShowHidden=false|g' /root/.config/pcmanfm-qt/lxqt/settings.conf
root@porteus:~#
+ deleted my current changes and reboot. As result
Image

I think that my crutch with sed commands in the /rootcopy is not required.
How about ShowHidden=false option in [Desktop] and [FolderView] sections by default?

Thanks.
Linux 6.6.11-porteus #1 SMP PREEMPT_DYNAMIC Sun Jan 14 12:07:37 MSK 2024 x86_64 Intel(R) Xeon(R) CPU E3-1270 v6 @ 3.80GHz GenuineIntel GNU/Linux
MS-7A12 » [AMD/ATI] Navi 23 [Radeon RX 6600] [1002:73ff] (rev c7) » Vengeance LPX 16GB DDR4 K2 3200MHz C16

fulalas
DEV Team
DEV Team
Posts: 2050
Joined: 26 Oct 2016, 15:34
Distribution: Porteus
Location: Brazil

Re: LXQt 0.11.1 x64

Post#37 by fulalas » 10 Jul 2017, 22:50

@Blaze, it seems that everything is working now, right? :)

Regarding setting hidden files to not be shown by default, as I told you before, this is too Microsoft feelings for me -- this idea of hiding things from users without a good explanation, like parents hiding knives from their children. :P Do you have a good reason to defend that idea?

User avatar
Ed_P
Contributor
Contributor
Posts: 8341
Joined: 06 Feb 2013, 22:12
Distribution: Cinnamon 5.01 ISO
Location: Western NY, USA

Re: LXQt 0.11.1 x64

Post#38 by Ed_P » 11 Jul 2017, 01:00

fulalas, Blase is not asking for the option to be removed simply not the default. And that is how it is set in other file managers that I have used and I am sure others also.

If you desire openness for files you must make all root folders accessible by guest also. :twisted:
Ed

fulalas
DEV Team
DEV Team
Posts: 2050
Joined: 26 Oct 2016, 15:34
Distribution: Porteus
Location: Brazil

Re: LXQt 0.11.1 x64

Post#39 by fulalas » 11 Jul 2017, 01:13

@Ed_P, I know his proposing just to change the default, but I'm questioning precisely this. OK, today many (or maybe all) FMs choose to not show hidden files. But why? What's the advantage of that? I think it worths to debate this idea, don't you think? :)

User avatar
Ed_P
Contributor
Contributor
Posts: 8341
Joined: 06 Feb 2013, 22:12
Distribution: Cinnamon 5.01 ISO
Location: Western NY, USA

Re: LXQt 0.11.1 x64

Post#40 by Ed_P » 11 Jul 2017, 03:44

Well, I, and I think most others, prefer to see the folders and files that we create.

The advantage of hiding these hidden folders, as a default, it makes new users are less likely to change something they shouldn't without knowing what they are doing. And then having to ask for help on the forum rather than enjoying their new system. :)

Code: Select all

.ICEauthority     
.Xauthority        
.adobe/            
.bash_history     
.bash_profile      
.bashrc            
.cache/          
.cinnamon/      
.config/         
.dbus/           
.dmrc              
.esd_auth        
.gvfs/           
.hplip/           
.java/            
.local/            
.macromedia/  
.mozilla/    
.mplayer/
Ed

fulalas
DEV Team
DEV Team
Posts: 2050
Joined: 26 Oct 2016, 15:34
Distribution: Porteus
Location: Brazil

Re: LXQt 0.11.1 x64

Post#41 by fulalas » 11 Jul 2017, 04:04

@Ed_P, you convinced me. Of course for me it doesn't make any sense, but I understand that for others maybe I'm the crazy one :D

I'm uploading a new module with hidden files not being shown by default, together with some minor improvements. :good:

fulalas
DEV Team
DEV Team
Posts: 2050
Joined: 26 Oct 2016, 15:34
Distribution: Porteus
Location: Brazil

Re: LXQt 0.11.1 x64

Post#42 by fulalas » 11 Jul 2017, 04:15

New version uploaded (same link).

I've finally managed to get rid of all undesired console messages, so at this moment we have zero undesired warnings and messages polluting the console output (ctrl + alt + f1). :good:

Fixes:
- Removed GLib console message output;
- Removed XDG_RUNTIME_DIR console message output (thanks, jssouza!);

Changes:
- Improved some LXImage-qt shortcuts;
- For now on hidden files aren't visible by default (it's possible to show them by pressing ctrl + h, however it works for the current folder only);

User avatar
Blaze
DEV Team
DEV Team
Posts: 3869
Joined: 28 Dec 2010, 11:31
Distribution: ⟰ Porteus current ☯ all DEs ☯
Location: ☭ Russian Federation, Lipetsk region, Dankov
Contact:

Re: LXQt 0.11.1 x64

Post#43 by Blaze » 11 Jul 2017, 17:24

Blaze wrote:'Right click in Menu bar' (patch bar in English)
Image

+ 'Dialog buttons' (Ok and Cancel buttons)
Image
Image

Image

Openbox or LXQt locales does not fix this bug:
  • if right click on the path bar of pcmanfm-qt - all menu in English
  • buttons in dialog windows of pcmanfm-qt in English :wall:
Linux 6.6.11-porteus #1 SMP PREEMPT_DYNAMIC Sun Jan 14 12:07:37 MSK 2024 x86_64 Intel(R) Xeon(R) CPU E3-1270 v6 @ 3.80GHz GenuineIntel GNU/Linux
MS-7A12 » [AMD/ATI] Navi 23 [Radeon RX 6600] [1002:73ff] (rev c7) » Vengeance LPX 16GB DDR4 K2 3200MHz C16

jssouza
Legendary
Legendary
Posts: 1165
Joined: 09 Jul 2015, 14:17
Distribution: Porteus x86 arm

Re: LXQt 0.11.1 x64

Post#44 by jssouza » 12 Jul 2017, 06:10

Hi fulalas,

I used the lxqt module yesterday to check the lxqt-sudo pcmanfm warning. A quick feedback on the module:

It did not recognize the laptop's battery. Even when I try to enable it from Power Management Settings -> Enable Battery Watcher, a message comes saying "No battery! lxqt could not find data about any battery - monitoring disabled!" Although, on another DE (cinnamon) with the same base modules battery is detected.

BTW, 43 mb that includes qt5 as well as gtk3 and gtk2 applications is wow! :good:

I was also happy to see you included "Porteus Modules". Glad that you decided to include my humble script in lxqt :)

fulalas
DEV Team
DEV Team
Posts: 2050
Joined: 26 Oct 2016, 15:34
Distribution: Porteus
Location: Brazil

Re: LXQt 0.11.1 x64

Post#45 by fulalas » 12 Jul 2017, 09:28

jssouza wrote:I used the lxqt module yesterday to check the lxqt-sudo pcmanfm warning. A quick feedback on the module:
I really appreciate this kind of feedback, especially yours :good:
jssouza wrote:IIt did not recognize the laptop's battery. Even when I try to enable it from Power Management Settings -> Enable Battery Watcher, a message comes saying "No battery! lxqt could not find data about any battery - monitoring disabled!" Although, on another DE (cinnamon) with the same base modules battery is detected.
Hmmm... Can be my mistake, but I'm not sure if I can reproduce it. Could you try Manjaro LXQt first? There's a recent live ISO that seems great.
jssouza wrote:IBTW, 43 mb that includes qt5 as well as gtk3 and gtk2 applications is wow! :good:
I did my best to keep just what's needed. But to be fair, this module is a constant working progress. There's still room for some improvements. My next goal is to release a version with fully working /var/log/packages so users can install/uninstall packages easily.
jssouza wrote:II was also happy to see you included "Porteus Modules". Glad that you decided to include my humble script in lxqt :)
I tried to keep everything that comes with the original Porteus. But I think bundles isn't working properly. I need to check this. And thank you very much for the script that sets XDG_RUNTIME_DIR! Together we all can make amazing things, right? :)

Post Reply