Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
dcore:dcore_lxqt_guide [2016/10/22 08:32] – [LXQt Installation] nitramdcore:dcore_lxqt_guide [2016/10/25 08:08] (current) – [Configuration] nitram
Line 1: Line 1:
 ===== dCore LXQt Guide ===== ===== dCore LXQt Guide =====
- +[[http://lxqt.org/|LXQt]] was briefly tested in dCore-xenial and observed to provide a stable environment. Note LXQt is relatively new and is undergoing active development. The following guide provides useful installation and configuration information as well as known issues.
-LXQt was briefly tested in dCore-xenial and observed to provide a stable environment. Note LXQt is relatively new and is undergoing active development. The following guide provides useful installation and configuration information as well as known issues.+
  
 ==== LXQt Installation ==== ==== LXQt Installation ====
-Suggested imports (via ''sce-import -b'' or ''sce-import -bl'') to load at boot:+Suggested import packages to load at boot, use ''sce-import -b'' or ''sce-import -bl'', see [[http://wiki.tinycorelinux.net/dcore:sce-import_command|dCore sce-import Command]]:
   *lxqt: Desktop Environment and utilities   *lxqt: Desktop Environment and utilities
   *lxde-icon-theme: proper icons in PCManFM   *lxde-icon-theme: proper icons in PCManFM
Line 19: Line 18:
   *LXImage   *LXImage
   *Screenshot   *Screenshot
- 
-Use the boot code //lxqt-session// to launch the LXQt environment at boot. 
  
 ==== Configuration ==== ==== Configuration ====
-Create ~/.X.d/startups file containing the following to launch panel at boot: +Use the desktop boot code //lxqt-session// to launch the LXQt environment at boot: 
-  lxqt-panel & +  desktop=lxqt-session
-   +
-Right-click lxqt-panel to configure the panel. Note lxqt-panel start menu -> System Tools auto-populates with important dCore specific menu items, including control panel, exit, FLTK-editor, mount tool, run program, sce-import, set time, top, xkill and aterm.+
  
-Launch pcmanfm-qt from lxqt-panel start -> Accessories -> PCManFM File Manager. To launch pcmanfm-qt from a terminal or custom menu entry use:+Create an ~/.X.d/startups file containing the following to launch lxqt-panel and pcmanfm-qt at boot: 
 +  dbus-run-session lxqt-panel & 
 +  dbus-run-session pcmanfm-qt & 
 +  
 +Right-click lxqt-panel to configure. Note the panel root menu -> System Tools auto-populates with important dCore specific menu items, including control panel, exit, FLTK-editor, mount tool, run program, sce-import, set time, top, xkill and aterm. 
 + 
 +Launch pcmanfm-qt from lxqt-panel start -> Accessories -> PCManFM File Manager. 
 + 
 +To launch pcmanfm-qt from a terminal or custom menu entry instead use:
   dbus-run-session pcmanfm-qt   dbus-run-session pcmanfm-qt
  
-Open pcmanfm-qt as above and select Edit -> Preferences -> Display -> Icon Theme -> select nuoveXT.2.2 -> click OK.+Open pcmanfm-qt as above and select Edit -> Preferences -> Display -> Icon Theme -> select nuoveXT.2.2 -> click OK to activate.
  
 Create a ~/Desktop directory or pcmanfm-qt -> Places -> Desktop causes crash. Create a ~/Desktop directory or pcmanfm-qt -> Places -> Desktop causes crash.
  
-Executables, icons and desktop files can be dragged from pcmanfm-qt to the panel quick launch area, usually located in /usr/share/applications.+Executables, iconsdesktop files can be dragged from pcmanfm-qt or even the root menu and sub-menu to the panel quick launch area.
  
 Modify /home/tc/.config/openbox/rc.xml to configure keyboard/mouse preferences. Modify /home/tc/.config/openbox/rc.xml to configure keyboard/mouse preferences.
  
-Run ''obmenu'' to configure right-click menu, creates ~/.config/openbox/menu.xml.+Run ''obmenu'' to configure right-click menu, creates ~/.config/openbox/menu.xml file.
  
-Use obmenu to change the //obconf// menu entry to //obconf-qt//.+Use //obmenu// to change the //obconf// menu entry to //obconf-qt//.
  
-Use obmenu to delete the //exit// entry and replace with //exittc//.+Use //obmenu// to delete the //exit// entry and replace with //exittc//.
  
-Run ''obconf-qt'' to change various environment preferences.+Use //obmenu// to modify the terminal and browser entries and create additional menu items as desired.
  
 After making configuration changes, right-click desktop and select //restart// from menu to activate changes. After making configuration changes, right-click desktop and select //restart// from menu to activate changes.
  
-Add additional menu items as desired. Note dCore SCEs placed in OnDemand can be launched directly from the menu provided the SCE name is the same as the executable. Launching an OnDemand application will automatically load then launch the extension without the need to use the sce-load command or rely on a built-in dCore OnDemand menu.+Run ''obconf-qt'' to change numerous environment preferences.
  
-Numerous additional configuration options are available from the Preferences menu, including the LXQt Configuration Center.+SCEs placed in OnDemand can be launched direct from menu provided the SCE name is the same as the executable. Launching an OnDemand application will automatically load then launch the extension without the need to use the sce-load command or rely on a built-in dCore OnDemand menu.
  
-==== Issues ==== +Numerous additional configuration options are available from the Preferences menu, including LXQt Configuration Center.
-Minor issues were noted during brieft testing although these items did not appear to affect LXQt stability or functionality. It should also be noted that not all built-in LXQt applicatons and helper utilies were tested.+
  
-Icon issues: Despite installing lxde-icon-theme and configuring pcmanfm-qt, proper icons did not appear when opening Preferences -> LXQt Configuration Center. Either an LXQt bug or additional configuration required.+==== Issues ==== 
 +Minimal issues were noted during brief testing and LXQt appeared to run stable.
  
-Monitor Settings: +If solutions to these issues are found, please update this wiki page.
  
- Most helper utilities opened and appeared functional, including Appearance, Date and Time, Desktop, Desktop Notifications, File Associations, Keyboard and Mouse, LXQt Configuration Center, Locale, Power Management Settings, Session Settings, Shortcut Keys, Users and Groups.+Not all built-in LXQt applicatons and helper utilities were tested, the following appeared functionalAppearance, Date and Time, Desktop, Desktop Notifications, File Associations, Keyboard and Mouse, LXQt Configuration Center, Locale, Power Management Settings, Session Settings, Shortcut Keys, Users and Groups.
  
-no work Monitor Settings+Despite installing lxde-icon-theme and configuring pcmanfm-qt, proper icons did not appear when opening Preferences -> LXQt Configuration Center. Either an LXQt bug or additional configuration required.
  
 +Right-click lxqt-panel -> Configure Panel -> Widgets, no icons displayed for control buttons, rely on hover text for information.
  
-+Preferences -> Power Management not formally tested. Additional software like //pm-utils// (pm-hibernatepm-suspend) may need importing to enable this functionality.
--right-clicking lxqt-panel to configureicons not properly displayed, rely +
- on hover text for information+
  
 +Selecting pcmanfm-qt -> Computer indicates operation not supported.
  
 +Selecting pcmanfm-qt -> Network indicates operation not supported. Likely a dbus or networking issue. Networking software, such as Samba, is not installed with the default LXQt import.
  
Print/export
QR Code
QR Code dcore:dcore_lxqt_guide (generated for current page)