aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md126
-rw-r--r--port-files/FreeBSD/Makefile2
-rw-r--r--src-qt5/core/lumina-desktop/panel-plugins/taskmanager/LTaskManagerPlugin.h10
3 files changed, 130 insertions, 8 deletions
diff --git a/README.md b/README.md
index ae351245..81a8e20c 100644
--- a/README.md
+++ b/README.md
@@ -7,13 +7,37 @@ This is the official source tree for the Lumina Desktop Environment.
For additional information about the project, please browse the official website for documentation, screenshots, and more: www.lumina-desktop.org
-
-Description
+**Lumina Project Info: Table of Contents**
+
+- [Description](#description)
+ - [Latest Versions](#latestversions)
+ - [Translations](#translations)
+ - [How to file bug reports or feature requests](#filebugs)
+ - [How to build from source](#buildfromsource)
+
+**General Project Information: Table of Contents**
+
+- [General TrueOS Information](#gentrosinfo)
+ - [TrueOS Project Documentation](#docs)
+ - [TrueOS Handbook](#trueosdoc)
+ - [Lumina Handbook](#luminadoc)
+ - [SysAdm Handbooks](#sysadmdoc)
+ - [Filing Issues or Feature Requests](#fileissues)
+ - [Community Channels](#community)
+ - [Discourse](#discourse)
+ - [Gitter](#gitter)
+ - [IRC](#irc)
+ - [Subreddit](#subreddit)
+ - [Social Media](#socialmedia)
+
+<!-- END GENERAL INFO TOC -->
+
+Description <a name="description"></a>
=====
The Lumina Desktop Environment is a lightweight system interface that is designed for use on any Unix-like operating system. It takes a plugin-based approach, allowing the entire interface to be assembled/arranged by each individual user as desired, with a system-wide default layout which can be setup by the system administrator. This allows every system (or user session) to be designed to maximize the individual user's productivity.
-Latest Versions
+Latest Versions <a name="latestversions"></a>
----
Click [HERE](https://github.com/trueos/lumina/releases) to see all the available releases for the Lumina Desktop.
@@ -22,7 +46,7 @@ The master branch is where all development is performed and tested before the ne
Occasionally there may be patches committed for particular versions which are not included in the static "release" archives. On the release page these can be identified by a note stating the release is a number of commits behind it's corresponding branch. In this situation, it may be preferable to fetch/use the corresponding branch of the source tree rather than the static archive if the patch(es) which were committed impact your particular operating system.
-Translations
+Translations <a name="translations"></a>
----
**Version 1.0.0 and older**
@@ -36,12 +60,12 @@ All the translations for Lumina are contained within this repository directly (t
To submit translations, please use the online [TrueOS Translation System](http://weblate.trueos.org/projects/lumina/). Anonymous users may submit translation suggestions, but a website account will be needed to created before you can submit/approve translations directly to the project. See the documentation/information on the site for full details.
-How to file bug reports or feature requests
+How to file bug reports or feature requests <a name="filebugs"></a>
----
Please create a ticket through the GitHub issues tracker on this repository. Similarly, if you want to send in patches or other source contributions, please send in a GitHub pull request so that it can get reviewed/committed to the main repo as quickly as possible.
-How to build from source
+How to build from source <a name="buildfromsource"></a>
----
1) Checkout the source repo to your local box (GitHub gives a few methods for this)
@@ -78,3 +102,93 @@ Examples:
5) Run "make install" to install the Lumina desktop on your local system (requires admin/root privileges usually)
6-optional) Run "make distclean" to clean up all the build files in the Lumina source tree. (go back to step 3 later)
+
+# General TrueOS Information <a name="gentrosinfo"></a>
+
+This section describes where you can find more information about TrueOS and its related projects, file new issues on GitHub, and converse with other users or contributors to the project.
+
+## TrueOS Project Documentation <a name="docs"></a>
+
+A number of [Sphinx](http://www.sphinx-doc.org/en/stable/) generated reStructuredText handbooks are available to introduce you to the TrueOS, Lumina, and SysAdm projects. These handbooks are open source, and users are always encouraged to open GitHub issues or fix any errors they find in the documentation.
+
+### TrueOS Handbook <a name="trueosdoc"></a>
+
+TrueOS documentation is hosted on the [TrueOS website](https://www.trueos.org).
+The [TrueOS User Guide](https://www.trueos.org/handbook/trueos.html) is a comprehensive guide to install TrueOS, along with post-installation configuration help, recommendations for useful utilities and applications, and a help and support section containing solutions for common issues and links to community and development chat channels for uncommon issues. There is also a chapter describing the experimental TrueOS Pico project and links to the Lumina and SysAdm documentation.
+
+### Lumina Handbook <a name="luminadoc"></a>
+
+The Lumina Desktop Environment has its own [handbook](https://lumina-desktop.org/handbook/), hosted on the [Lumina Website](https://lumina-desktop.org). This handbook contains brief installation instructions. However, due to the highly customizable nature of Lumina, the focus of the handbook lies mainly in documenting all user configurable settings. Each option is typically described in detail, with both text and screenshots. Finally, the suite of unique Qt5 utilities included with Lumina are also documented.
+
+TrueOS users are encouraged to review the Lumina documentation, as the Lumina Desktop Environment is installed by default with TrueOS.
+
+### SysAdm Handbooks <a name="sysadmdoc"></a>
+
+Due to complexity of this project, SysAdm documentation is split into three different guides:
+
+1. **API Reference Guide** (https://api.sysadm.us/getstarted.html)
+
+The Application Programming Interface (API) Reference Guide is a comprehensive library of all API calls and WebSocket requests for SysAdm. In addition to documenting all SysAdm subsystems and classes, the guide provides detailed examples of requests and responses, authentication, and SSL certificate management. This guide is constantly updated, ensuring it provides accurate information at all times.
+
+2. **Client Handbook** (https://sysadm.us/handbook/client/)
+
+The SysAdm Client handbook documents all aspects of the SysAdm client, as well as describing of the PC-BSD system utilities is replaces. Detailed descriptions of utilities such as Appcafe, Life Preserver, and the Boot Environment Manager are contained here, as well as a general guide to using these utilities. TrueOS users are encouraged to reference this guide, as the SysAdm client is included with TrueOS.
+
+3. **Server Handbook** (https://sysadm.us/handbook/server/introduction.html)
+
+The Server handbook is a basic installation guide, walking new users through the process of initializing SysAdm with a bridge and server connection.
+
+## Filing Issues or Feature Requests <a name="fileissues"></a>
+
+Due to the number of repositories under the TrueOS "umbrella", the TrueOS Project consolidates its issue trackers into a few repositories:
+
+* [trueos-core](https://github.com/trueos/trueos-core) : Used for general TrueOS issues, Pico issues, and feature requests.
+* [lumina](https://github.com/trueos/lumina) : Issues related to using the Lumina Desktop Environment.
+* (Coming Soon) [sysadm](https://github.com/trueos/sysadm) : Issues with using the SysAdm client or server.
+* [trueos-docs](https://github.com/trueos/trueos-docs) : Issues related to the TrueOS Handbook.
+* [lumina-docs](https://github.com/trueos/lumina-docs) : Issues related to the Lumina Handbook.
+* [sysadm-docs](https://github.com/trueos/sysadm-docs) : Issues related to the SysAdm API Guide, Client, and Server Handbooks.
+* [trueos-website](https://github.com/trueos/trueos-website) : Issues involving any of the TrueOS Project websites:
+ - https://www.lumina-desktop.org
+ - https://www.trueos.org
+ - https://www.sysadm.us
+
+The TrueOS handbook has detailed instructions to help you report a bug (https://www.trueos.org/handbook/helpsupport.html#report-a-bug). It is recommended to refer to these instructions when creating new GitHub issues. Better bug reports usually result in faster fixes!
+
+To request a feature, open a new issue in one of the related GitHub issue repositories and begin the title with *Feature Request:*.
+
+## Community Channels <a name="community"></a>
+
+The TrueOS community has a wide variety of chat channels and forum options available for users to interact with not only each other, but contributors to the project and the core development team too.
+
+### Discourse <a name="discourse"></a>
+
+TrueOS has a [Discourse channel](https://discourse.trueos.org/) managed concurrently with the TrueOS Subreddit. New users need to sign up with Discourse in order to create posts, but it is possible to view posts without an account.
+
+### Gitter <a name="gitter"></a>
+
+The TrueOS Project uses Gitter to provide real-time chat and collaboration with TrueOS users and developers. Gitter does not require an application to use, but does require a login using either an existing GitHub or Twitter account.
+
+To access the TrueOS Gitter community, point a web browser to https://gitter.im/trueos.
+
+Gitter also maintains a full archive of the chat history. This means lengthy conversations about hardware issues or workarounds are always available for reference. To access the Gitter archive, navigate to the desired TrueOS room’s archive. For example, here is the address of the TrueOS Lobby archive: https://gitter.im/trueos/Lobby/archives.
+
+### IRC <a name="irc"></a>
+
+Like many open source projects, TrueOS has an Internet Relay Chat (IRC) channel so users can chat and get help in real time. To get connected, use this information in your IRC client:
+
+* Server name: irc.freenode.net
+* Channel name: #trueos (note the # is required)
+
+### Subreddit <a name="subreddit"></a>
+
+The TrueOS Project also has a [Subreddit](https://www.reddit.com/r/TrueOS/) for users who prefer to use Reddit to ask questions and to search for or post how-tos. A Reddit account is not required in order to read the Subreddit, but it is necessary to create a login account to submit or comment on posts.
+
+## Social Media <a name="socialmedia"></a>
+
+The TrueOS Project also maintains a number of social media accounts you can watch:
+
+* Facebook: https://www.facebook.com/groups/4210443834/
+* Linkedin: http://www.linkedin.com/groups?gid=1942544
+* TrueOS Blog: https://www.trueos.org/blog/
+* Twitter: https://twitter.com/TrueOS_Project/
diff --git a/port-files/FreeBSD/Makefile b/port-files/FreeBSD/Makefile
index 20b1ab1d..632770f2 100644
--- a/port-files/FreeBSD/Makefile
+++ b/port-files/FreeBSD/Makefile
@@ -12,7 +12,7 @@ COMMENT= Lumina Desktop Environment
LICENSE= BSD3CLAUSE
RUN_DEPENDS= fluxbox>=0:x11-wm/fluxbox \
- kde4-icons-oxygen>=0:x11-themes/kde4-icons-oxygen \
+ kf5-oxygen-icons5:x11-themes/kf5-oxygen-icons5 \
xscreensaver:x11/xscreensaver \
xbrightness:x11/xbrightness \
compton:x11-wm/compton \
diff --git a/src-qt5/core/lumina-desktop/panel-plugins/taskmanager/LTaskManagerPlugin.h b/src-qt5/core/lumina-desktop/panel-plugins/taskmanager/LTaskManagerPlugin.h
index e6371f34..dabf5a90 100644
--- a/src-qt5/core/lumina-desktop/panel-plugins/taskmanager/LTaskManagerPlugin.h
+++ b/src-qt5/core/lumina-desktop/panel-plugins/taskmanager/LTaskManagerPlugin.h
@@ -29,6 +29,8 @@ class LTaskManagerPlugin : public LPPlugin{
public:
LTaskManagerPlugin(QWidget *parent=0, QString id="taskmanager", bool horizontal=true);
~LTaskManagerPlugin();
+// int vertsizeicon;
+// int *dpi; //this comes from the PCDM dpi
private:
QList<LTaskButton*> BUTTONS; //to keep track of the current buttons
@@ -61,11 +63,17 @@ public slots:
this->setSizePolicy(QSizePolicy::Preferred, QSizePolicy::Expanding);
this->layout()->setAlignment(Qt::AlignTop);
QSize sz(this->width(), this->width());
+// QSize sz(this->width(), this->height()); //we want to increase the width but not the height of the icons
for(int i=0; i<BUTTONS.length(); i++){
BUTTONS[i]->setToolButtonStyle(Qt::ToolButtonTextUnderIcon);
+// BUTTONS[i]->setToolButtonStyle(Qt::ToolButtonTextBesideIcon);
+// if( dpi = 196 ){ int vertsizeicon = ; BUTTONS[i]->setIconSize(vertsizeicon);}
+// elseif( dpi = 144 ) { int vertsizeicon = ; BUTTONS[i]->setIconSize(vertsizeicon);}
+// elseif( dpi = 96 ) { int vertsizeicon = ; BUTTONS[i]->setIconSize(vertsizeicon);}
+// elseif( dpi = 48 ) { int vertsizeicon = ; BUTTONS[i]->setIconSize)vertsizeicon);}
BUTTONS[i]->setIconSize(sz);
}
}
}
};
-#endif \ No newline at end of file
+#endif
bgstack15