LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Lumina 1.0.0 has been Released. (https://www.linuxquestions.org/questions/slackware-14/lumina-1-0-0-has-been-released-4175586616/)

Alien Bob 08-19-2016 10:10 AM

Quote:

Originally Posted by cwizardone (Post 5593007)
Lumina-1.0.0-p2 has been released.

The source, https://github.com/trueos/lumina/arc...ease-p2.tar.gz

Bah. Just when I had packaged the "p1" release and wanted to test it :-)

Alien Bob 08-19-2016 10:14 AM

By the way, I intend to create a new version of Plasma5 Live ISO which will have both Lumina and LXQT included so you can play with them. Why not, they are all Qt5 based.

kjhambrick 08-19-2016 10:19 AM

Quote:

Originally Posted by Alien Bob (Post 5593072)
By the way, I intend to create a new version of Plasma5 Live ISO which will have both Lumina and LXQT included so you can play with them. Why not, they are all Qt5 based.

Woo Hoo !

Thanks Alien Bob !

linuxtinker 08-19-2016 11:13 AM

Quote:

Originally Posted by Alien Bob (Post 5593072)
By the way, I intend to create a new version of Plasma5 Live ISO which will have both Lumina and LXQT included so you can play with them. Why not, they are all Qt5 based.



Can't wait TYVM!!!

cwizardone 08-20-2016 11:56 AM

Quote:

Originally Posted by Alien Bob (Post 5593072)
By the way, I intend to create a new version of Plasma5 Live ISO which will have both Lumina and LXQT included so you can play with them. Why not, they are all Qt5 based.

Quote:

Fri Aug 19 20:43:18 UTC 2016
lumina: added v1.0.0.p2 - Lumina is a fast, flexible and lean Desktop
Environment, built on Qt5. Therefore it depends on my qt5 package.....
http://www.slackware.com/~alien/slackbuilds/lumina/

:thumbsup:
Many thanks!

montagdude 08-22-2016 08:29 PM

I've been using pytyle with lumina, and it just randomly stopped working reliably. All I can think of that might have changed anything are the few updates to multilib that I installed today, but I really don't think that's it. The issue is that the command to tile the current screen doesn't work anymore if there is just one window, and Alt+z (to cycle the tiling method) doesn't work correctly either, no matter how many windows are open. I tried it in fluxbox too, since that's lumina's WM, and the behavior is the same. It works fine with other WMs/DEs, though. I've tried reinstalling it and clearing all the config files for pytyle and fluxbox, but to no avail. I also tried changing the hot keys, but no luck. Rather frustrating, because I was really growing to like both lumina and pytyle...

montagdude 08-23-2016 12:11 PM

Well, I didn't figure out why pytyle stopped working, but I did find a native fluxbox way to do the basic tiling functions I need. Add this to ~/.config/lumina-desktop/fluxbox-keys:

Code:

Mod4 Left :macroCmd {MoveTo 0% 0% TopLeft} {ResizeTo 50% 100%}
Mod4 Right :macroCmd {MoveTo 50% 0% TopLeft} {ResizeTo 50% 100%}
Mod4 Up :macroCmd {MoveTo 0% 0% TopLeft} {ResizeTo 100% 50%}
Mod4 Down :macroCmd {MoveTo 0% 50% TopLeft} {ResizeTo 100% 50%}

These will let you manually tile a window to different halves of the screen with Super + {Left, Right, Up, Down}. The only thing this is missing is a way to "un-tile" back to the original dimensions and size, but that's not such a big deal to me. Interestingly, I also tried to use fluxbox's ArrangeWindows commands, but it creates nonsense in Lumina because apparently Lumina's desktop background and panels are considered by fluxbox to be windows, so they get tiled too. :eek:

hyperhead 08-25-2016 02:52 AM

Hi,

Is anybody perservering with Lumina? I installed it last night and gave it a whirl.

There were a few things missing for me
Can I autostart nm-applet (manually worked ok)
the system-tray did not appear, even though it was reported as added to the panel
There was no configurable shortcut key to open the menu.

I guess I might get told to read the docs, but does anybody have an "improvements" they cant live without on it. I am a long time XFCE user, but thought I would give this new DE a try.

Thanks

montagdude 08-25-2016 07:28 AM

Quote:

Originally Posted by hyperhead (Post 5595743)
Hi,

Is anybody perservering with Lumina? I installed it last night and gave it a whirl.

There were a few things missing for me
Can I autostart nm-applet (manually worked ok)
the system-tray did not appear, even though it was reported as added to the panel
There was no configurable shortcut key to open the menu.

I guess I might get told to read the docs, but does anybody have an "improvements" they cant live without on it. I am a long time XFCE user, but thought I would give this new DE a try.

Thanks

1) Did you try making a .desktop file in ~/.config/autostart for nm-applet? You can use the startup applications wizard in Lumina's desktop settings, but you might have to edit the Exec= line yourself afterwards. As I recall, the dialog might try to use lumina-run (can't remember if that's the exact name) to run programs when you create autostart entries with this wizard. Just change that line to Exec=nm-applet or Exec=/usr/bin/nm-applet.

2) For the system tray, it only shows applications that are using it.

3) In ~/.config/lumina-desktop/fluxbox-keys, there should be a command called lumina-desktop --show-start. I believe that's the one you are looking for. Just change the keyboard shortcut to the one you want.

hyperhead 08-25-2016 11:22 PM

Thanks for the tips, I don't know why I missed the start up config, was pretty late when I installed!

Mm applet start and work well once the exec line was used, ok so next is the gtk apps which look appalling!!

montagdude 08-26-2016 03:31 PM

Quote:

Originally Posted by hyperhead (Post 5596218)
ok so next is the gtk apps which look appalling!!

You probably just have an ugly default theme. There's a tool available from SBo called lxappearance that you could use to change it (but you might need to install more themes first). Another option is kde-gtk-config, also from SBo, but I think you need to log into KDE to use it.

ChuangTzu 08-27-2016 09:20 PM

Lumina worked well on FreeBSD & PCBSD, however, whenever I built it for Slack it would spike CPU to 100%. This happened on Slackware 14.1-64 and Salix 14.1-64. Wasn't able to figure out why as all the depends were built in order etc... It is a nice layer ontop of good ol fluxbox. Although, flux is perfect just the way it is. ;)

cwizardone 08-27-2016 10:56 PM

Quote:

Originally Posted by ChuangTzu (Post 5597135)
Lumina worked well on FreeBSD & PCBSD, however, whenever I built it for Slack it would spike CPU to 100%. This happened on Slackware 14.1-64 and Salix 14.1-64. Wasn't able to figure out why as all the depends were built in order etc....)

I had the same problem with an earlier version of Lumina, but the most recent release works fine.

ChuangTzu 08-29-2016 08:29 PM

Quote:

Originally Posted by cwizardone (Post 5597173)
I had the same problem with an earlier version of Lumina, but the most recent verson works fine.

This is good news. Will have to check it out again.

gargamel 10-15-2016 06:49 AM

Quote:

Originally Posted by BrZ (Post 5591122)
You are missing the 'locales' for Lumina. Download the source, create a dir named 'i18n' on your lumina shared path (mine is /usr/share/lumina-desktop/i18n/). Extract the file 'lumina-i18n-1.0.0-Release.tar.gz', go to the 'dist/' folder and you'll find a file named 'lumina-i18n.txz'. Extract the content (*.qm) to your '.../lumina-desktop/i18n/'.

Sorry for resurrecting a thread that hasn't had traffic for over a month, but I did exactly that and, after restarting the Lumina DE the drop-down lists for localization settings are populated with long lists of countries and languages to choose from, quite like I know it from KDE. Also, when I select on the entries, the value is accepted with no error message, and after logging out and in to Lumina, the values are remembered by the config tool.

However, whatever I choose, the settings seem to have no effect. They are stored, but then ignored. Although the translation for "Deutsch" (German) is said to be 99% complete, all I get is US English, which is the system default.

If it is not a bug of Lumina, I have learned the hard way that 90%+ of all problems with *nix are related to inappropriate user rights or file modes and file ownership settings. So, my question is: is -rw-r--r-- correct for the .qm files? Or do they need to be executable, in order to make the localization options take effect?

Thanks!

gargamel


All times are GMT -5. The time now is 01:26 AM.