Search found 871 matches
- Sun Mar 11, 2018 12:15
- Forum: Software in General
- Topic: qtcreator 'type_traits' file not found
- Replies: 10
- Views: 1723
Re: qtcreator 'type_traits' file not found
I think you should make sure you have BOTH sys-devel/base-gcc and sys-devel/gcc installed on your system. Thank you, Joost. I just installed the missing sys-devel/gcc-6.4.0-r1 package. The other(s) where already installed. Then I started the qtcreator again, trying to run the simple main.qml with t...
- Sat Mar 10, 2018 21:54
- Forum: Software in General
- Topic: qtcreator 'type_traits' file not found
- Replies: 10
- Views: 1723
qtcreator 'type_traits' file not found
Hallo guys. I try to learn (a little) qml with qt creator to finally build a plasmoid. So before using qtcreator I found this kde.org website, where was shown the principle structure of a qm program (app): https://techbase.kde.org/Development/Tutorials/Plasma5/QML2/GettingStarted I have Plasma 5.12....
- Wed Mar 07, 2018 14:45
- Forum: Software in General
- Topic: Konsole/Terminal Clear screen when end of screen .. [Solved]
- Replies: 12
- Views: 1729
Re: Konsole/Terminal Clear screen when end of screen reached
Hallo Flexoron. Sorry for late reply. I was busy a little. So then, thank you for your suggestion. I tried it with a file containing the following lines: #!/bin/bash xlines=`tput lines` tail -f tstfile | awk ' BEGIN { system("clear"); } { if (++cl < '$xlines') { print $0; system("sleep 1"); } else {...
- Mon Mar 05, 2018 12:26
- Forum: Software in General
- Topic: Konsole/Terminal Clear screen when end of screen .. [Solved]
- Replies: 12
- Views: 1729
Re: Konsole/Terminal Clear screen when end of screen reached
"less" and "more" commands can help you to scroll the output and CTRL+l to clean the screen (or clear command) less /var/log/Xorg.0.log more /var/log/Xorg.0.log Thank you for reply, Sabayonino. But the point is, I want to have displayed the text lines until end of screen and then automatically foll...
- Sun Mar 04, 2018 20:26
- Forum: Software in General
- Topic: Konsole/Terminal Clear screen when end of screen .. [Solved]
- Replies: 12
- Views: 1729
Konsole/Terminal Clear screen when end of screen .. [Solved]
Hallo guys. A simple question. Do you know, there is a Linux command or a parameter to a Linux command for xterm (Terminal) or Konsole, which displays lines from top to down and when the end of the screen is reached, the screen will be cleared before the next line will be displayed? E.g. 1. 2. 3. 4....
- Fri Mar 02, 2018 15:59
- Forum: Software in General
- Topic: QT / QML no valid KITs found with qt-creator [Solved]
- Replies: 6
- Views: 1222
Re: QT / QML no valid KITs found with qt-creator
This is only going to help if you actually intend to do some programming with qt-creator. As far as running things with qml, you shouldn't need qt-creator at all. The qt-creator was such an idea to test if and how videos could be run with mentioned qml used for video wallpapers . In between my prob...
- Fri Mar 02, 2018 15:32
- Forum: Software in General
- Topic: Black login screen with SDDM since Kernel 4.14
- Replies: 5
- Views: 1010
Re: Black login screen with SDDM since Kernel 4.14
Had you tried to reinstall the video drivers, after changing the kernel? you setted the opengl and the bzimage? Using eselect command? my SDDM works, even with the kernel 4.15. OOPS! Today, March 1, the same issue. I will try to downgrade the kernel. I assume, it's not a matter of SDDM. Far more, a...
- Fri Mar 02, 2018 15:24
- Forum: 3D Desktops and Window Managers
- Topic: Video Wallpapers for Plasma 5.1x, black screen [Solved]
- Replies: 1
- Views: 1470
Re: Video Wallpapers for Plasma 5.1x, black screen
Hallo guys. I'm happy. Because in another forum, a member who uses Sabayon and Plasma also, replies to my problem, I can tell you, the topic of activating and running video wallpapers on Desktop and on lock screen is solved. In the following there is the link of the very helpful post, which made it ...
- Tue Feb 27, 2018 20:15
- Forum: Software in General
- Topic: QT / QML no valid KITs found with qt-creator [Solved]
- Replies: 6
- Views: 1222
Re: QT / QML no valid KITs found with qt-creator
A quick google search lead me to this: Go to Tools -> Options.... Select Build & Run on left. Open Kits tab. You should have Manual -> Desktop (default) line in list. Choose it. Now select something like Qt 5.5.1 in PATH (qt5) in Qt version combobox and click Apply button. From now you should be ab...
- Tue Feb 27, 2018 19:55
- Forum: Software in General
- Topic: Black login screen with SDDM since Kernel 4.14
- Replies: 5
- Views: 1010
Re: Black login screen with SDDM since Kernel 4.14
What GPU do you have? Did you use the kernel-switcher? Thanks for reply, Stupot. I have an Intel core i7 7700T processor with a built in HD630 gpu (no dedicated gpu else): https://ark.intel.com/products/97122/Intel-Core-i7-7700T-Processor-8M-Cache-up-to-3_80-GHz And yes, I used kernel-switcher swit...