You are not logged in.
Q4OS Orion 1.8. has been released, please read http://www.q4os.org/blog.html#news161109
EDIT: We have extraordinarily included the latest TDE 14.0.4 into the Q4OS update, as there are a few critical fixes. We have tested TDE 14.0.4 heavily during its development phase, and concluded this version is safe enough to be received immediately.
EDIT2: LookSwitcher is the first installer, that uses '/opt/program_files/' destination directory structure as described here http://www.q4os.org/forum/viewtopic.php?pid=5094#p5094 . Other installers will follow one by one.
Offline
Great work guys!
Offline
Very good!
Waiting anxiously for RPi3 version...
Offline
@rafaelramos
Yes, RPi version is going to be released, it should take approx. 2 weeks.
Offline
Great job folks - thank you.
Updated just now, so far so good - I did notice a slight error in xsession.errors
[tdebuildsycoca] tdebuildsycoca running...
[tdebuildsycoca] Reusing existing tdesycoca.
Invalid entry (missing '=') at /usr/share/applications/daithemebackup_q4app.desktop:7
Invalid entry (missing '=') at /usr/share/applications/daithemebackup_q4app.desktop:8
It may be that deleting the tdesycoca in /tmp will fix that.
UPDATE:-
Nope - error is still there.
Before removing the tdesycoca files I also noticed on the terminal screen (Alt f2) was a line saying
FAILED to start Trinity Display Manager
See systemctl status tdm.service
That was after I rebooted following the update to 14.04, but before removing tdesycoca
After removing tdesycoca that error vanished, but still got the xsession.error issue
Last edited by bin (2016-11-10 14:18)
Offline
I think the invalid entry items are trying to read the lines of the comment as separate instructions, I think I will have to change them to be a single line comments, I don't think it is anything to worry about though as they appear to be working correctly. I will fix and post new version later today
Offline
... I also noticed on the terminal screen (Alt f2) was a line saying
FAILED to start Trinity Display Manager
See systemctl status tdm.service
Yes, we can confirm a TDE glitch. It's new in TDE 14.0.4 and it's some kind of systemd services conflict, however it's not too serious. This issue will be solved in the next Q4OS update.
EDIT:
The issue is now fixed automatically after regular update:
$ sudo apt-get update
$ sudo apt-get dist-upgrade
Offline
Got some warnings after executing command $ sudo systemctl disable tdm-trinity.service. Is it OK?
Last edited by Rademes (2016-11-10 16:43)
Before asking for help please read this topic: https://www.q4os.org/forum/viewtopic.php?id=3502 If you have problems with WiFi network, try to install the Network Manager using Q4OS Software Centre.
Offline
Yes it should be ok. You can check services status after reboot:
$ sudo systemctl status tdm-trinity.service
$ sudo systemctl status tdm.service
Only 'tdm.service' should be active.
Offline
I had the "failed to start trinity display manager" error come up on my machine and decided to do another fresh install to see if the error persists and it doesn't, I'm guessing that a fresh installation does not install the "old" style init.d service.
I do however have these items in my .xsession-errors file
[FIXME] UNCLASSIFIED DEVICE name: tpm0 type: (null) subsystem: tpm driver: tpm_crb [Node Path: /dev/tpm0] [Syspath: /sys/devices/LNXSYSTM:00/LNXSYBUS:00/MSFT0101:00/tpm/tpm0] [(null):(null)]
[FIXME] UNCLASSIFIED DEVICE name: media0 type: (null) subsystem: media driver: (null) [Node Path: /dev/media0] [Syspath: /sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/media0] [064e:9209]
[FIXME] UNCLASSIFIED DEVICE name: hdaudioC0D0 type: (null) subsystem: hdaudio driver: snd_hda_codec_realtek [Node Path: (null)] [Syspath: /sys/devices/pci0000:00/0000:00:1b.0/hdaudioC0D0] [8086:2284]
[FIXME] UNCLASSIFIED DEVICE name: hdaudioC0D2 type: (null) subsystem: hdaudio driver: snd_hda_codec_hdmi [Node Path: (null)] [Syspath: /sys/devices/pci0000:00/0000:00:1b.0/hdaudioC0D2] [8086:2284]
[FIXME] UNCLASSIFIED DEVICE name: gpiochip457 type: (null) subsystem: gpio driver: cherryview-pinctrl [Node Path: (null)] [Syspath: /sys/devices/platform/INT33FF:03/gpio/gpiochip457] [(null):(null)]
[FIXME] UNCLASSIFIED DEVICE name: gpiochip0 type: (null) subsystem: gpio driver: (null) [Node Path: /dev/gpiochip0] [Syspath: /sys/devices/platform/INT33FF:03/gpiochip0] [(null):(null)]
I also have these errors listed
[kdesktop] SAK driven secure dialog is not available for use (retcode 6). Check tdmtsak for proper functionality.
tdeio (KMimeType): WARNING: KServiceType::offers : servicetype KickoffSearch/Plugin not found
tdeio (TDEIOConnection): ERROR: Could not write data (pid 1006 process "nit] media /tmp/tdesocket-dai/tdelauncherIfGHYM.")
Offline
All of the messages should not influence the system functionality.
'[FIXME] UNCLASSIFIED DEVICE name ...'
Messages comes from TDE hardware helper library, it doesn't conflict with 'dbus' messaging system.
'[kdesktop] SAK driven secure dialog is ...'
Q4OS doesn't use 'SAK' by default, however you could safely enable it by modifying files:
'$HOME/.trinity/share/config/kdesktoprc' line 'UseTDESAK=false/true'
'/etc/trinity/tdmrc' line 'UseSAK=false/true'
'tdeio (KMimeType): WARNING: KServiceType::offers : servicetype KickoffSearch/Plugin not found'
Q4OS doesn't use KickoffSearch Plugin, as it's not available in TDE.
'tdeio (TDEIOConnection): ERROR: Could not write data (pid 1006 process "nit] media /tmp/tdesocket-dai/tdelauncherIfGHYM.")'
You could try to check the process '1006' and paste here some info:
$ ps -ef | grep 1006
Offline
...I also noticed on the terminal screen (Alt f2) was a line saying
FAILED to start Trinity Display Manager
The issue is now fixed automatically after regular update:
$ sudo apt-get update
$ sudo apt-get dist-upgrade
Offline
All of the messages should not influence the system functionality.
Yes I should have said I am experiencing no issues with the system
'[FIXME] UNCLASSIFIED DEVICE name ...'
Messages comes from TDE hardware helper library, it doesn't conflict with 'dbus' messaging system.
Again everything is working so I thought the [FIXME] prefix was just for something internal for developers.
'[kdesktop] SAK driven secure dialog is ...'
Q4OS doesn't use 'SAK' by default, however you could safely enable it by modifying files:
'$HOME/.trinity/share/config/kdesktoprc' line 'UseTDESAK=false/true'
'/etc/trinity/tdmrc' line 'UseSAK=false/true'
Tbh I don't even know what SAK is (I will google it after posting this) so for the time being I will leave it as-is.
'tdeio (KMimeType): WARNING: KServiceType::offers : servicetype KickoffSearch/Plugin not found'
Q4OS doesn't use KickoffSearch Plugin, as it's not available in TDE.
I'll ignore this one too
'tdeio (TDEIOConnection): ERROR: Could not write data (pid 1006 process "nit] media /tmp/tdesocket-dai/tdelauncherIfGHYM.")'
You could try to check the process '1006' and paste here some info:
$ ps -ef | grep 1006
I did try to see the process when I posted but it was no longer available so will try to remember to look straight after reboot to see if I can get more information.
Offline
I don't even know what SAK is
'Secure attention key' - If you enable SAK, you will need to press 'ctrl+alt+del' key combination to be able to login or unlock a desktop session, please see wikipedia https://en.wikipedia.org/wiki/Secure_attention_key
Offline
Thanks guys, I'm just reading up on it now, and am not sure if I will use it yet, there does seem to be a few issues with using it although obviously it would make a system more secure (but maybe less stable).
Offline
Hi All
Superb release installed and working fine. Just got to get used to the Trinity Desktop and themeing. Any pointers to a "Dark" desktop theme would be great.
Be Kind Whenever Possible... It is Always Possible - Dalai Lama Linux User #565092 x64 Desktop - Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz - 32Gb RAM - NVIDIA GTX 1060 6Gb - 43" 4k 3840x2160 x64 Laptop - Intel(R) Dual Core i5-4200U - 8Gb RAM - Intel Integrated Graphics - 15.6" HD 1920x1080
Offline
Best suggestion is to install Dai's settings backup utility - https://www.q4os.org/forum/attachment.php?item=142
Then play - provided you've a backup then no worries.
Themes are just collections of settings and along the way you'll find out how it all goes together.
To get full access to configs please run 'sudo kcmodules --unlock' first.
If you do a search for KDE 3.5 themes you get pointed of to kdelook.org. Some of those themes will work or partially - again it's a learning process.
Offline
Thanks bin, for the right advice. In addition, we would recommend to start here:
Control Panel -> Appearance & Themes -> Colors
Offline
Hi bin and Q4OS Team,
Thanks for the heads up and where to start looking. Backups are always a MUST have
Regards Zeb...
Be Kind Whenever Possible... It is Always Possible - Dalai Lama Linux User #565092 x64 Desktop - Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz - 32Gb RAM - NVIDIA GTX 1060 6Gb - 43" 4k 3840x2160 x64 Laptop - Intel(R) Dual Core i5-4200U - 8Gb RAM - Intel Integrated Graphics - 15.6" HD 1920x1080
Offline
Great work! I think this version is the best. Trouble free experience. After fresh instal, i can work and be productive. No additional software required.
Offline
Q4OS Orion 1.8 for Raspberry Pi is now available for download as well http://www.q4os.org/downloads1.html
Offline
Q4OS Orion 1.8 for Raspberry Pi is now available for download as well http://www.q4os.org/downloads1.html
Great! Downloading right now...
Last edited by rafaelramos (2016-11-16 15:19)
Offline
Hello,
I noticed a new version of Q4OS for Raspberry Pi (1.8.1.1).
What changes in this new version for RPi?
Greetings!
Offline
I noticed a new version of Q4OS for Raspberry Pi (1.8.1.1)...What changes in this new version for RPi?
Applied new Raspbian upstream updates, please see https://www.raspberrypi.org/blog/a-secu … ian-pixel/
EDIT: Included a few fixes, for example this one http://www.q4os.org/forum/viewtopic.php?pid=5772#p5772
Offline
rafaelramos wrote:I noticed a new version of Q4OS for Raspberry Pi (1.8.1.1)...What changes in this new version for RPi?
Applied new Raspbian upstream updates, please see https://www.raspberrypi.org/blog/a-secu … ian-pixel/
EDIT: Included a few fixes, for example this one http://www.q4os.org/forum/viewtopic.php?pid=5772#p5772
Offline