Re: [gentoo-user] KDE 5 : missing icons

2016-09-15 Thread Philip Webb
160915 P Levine wrote:
> Try running this in a shell:
>   XDG_CURRENT_DESKTOP=kde gwenview
> If it solves the issue,
> you will need to export "XDG_CURRENT_DESKTOP=kde".
> See here for more info:
> https://bbs.archlinux.org/viewtopic.php?pid=1501729#p1501729

The OP of that thread seems to have experienced what I am experiencing.
No, you suggestion (thanks) makes no difference.

-- 
,,
SUPPORT ___//___,   Philip Webb
ELECTRIC   /] [] [] [] [] []|   Cities Centre, University of Toronto
TRANSIT`-O--O---'   purslowatchassdotutorontodotca




Re: [gentoo-user] KDE 5 : missing icons

2016-09-15 Thread P Levine
Try running this in a shell:

XDG_CURRENT_DESKTOP=kde gwenview


If it solves the issue, you will need to export "XDG_CURRENT_DESKTOP=kde".
See here for more info:
https://bbs.archlinux.org/viewtopic.php?pid=1501729#p1501729

On Thu, Sep 15, 2016 at 4:11 PM, Philip Webb  wrote:

> 160913 P Levine wrote:
> > 160913 Philip Webb wrote:
> >> I've updated to KDE 5 , incl Gwenview + Oxygen-icons,
> >> but even after a reboot the icons are not showing on the screen ;
> >> it also occurs with Kshisen.  The problem cb seen at
> >>  http://chass.utoronto.ca/~purslow/test/kde5-gwenview.png
> > Are you using those programs from within a running KDE 5 environment?
> > If so, did you set oxygen as the active icon theme in systemsettings?
>
> No, I'm using Fluxbox to manage my desktop, but want to use KDE apps.
> I've installed Systemsettings,
> but 'systemsettings5' offers a rather limited choice
> -- see http://chass.utoronto.ca/~purslow/test/kde5-ssettings1.png
>http://chass.utoronto.ca/~purslow/test/kde5-ssettings2.png
> & setting icon theme to Oxygen makes no difference to Gwenview.
>
> Thanks so far ; any further suggestions are most welcome.
>
> --
> ,,
> SUPPORT ___//___,   Philip Webb
> ELECTRIC   /] [] [] [] [] []|   Cities Centre, University of Toronto
> TRANSIT`-O--O---'   purslowatchassdotutorontodotca
>
>
>


Re: [gentoo-user] KDE 5 : missing icons

2016-09-15 Thread Philip Webb
160913 P Levine wrote:
> 160913 Philip Webb wrote:
>> I've updated to KDE 5 , incl Gwenview + Oxygen-icons,
>> but even after a reboot the icons are not showing on the screen ;
>> it also occurs with Kshisen.  The problem cb seen at
>>  http://chass.utoronto.ca/~purslow/test/kde5-gwenview.png
> Are you using those programs from within a running KDE 5 environment?
> If so, did you set oxygen as the active icon theme in systemsettings?

No, I'm using Fluxbox to manage my desktop, but want to use KDE apps.
I've installed Systemsettings,
but 'systemsettings5' offers a rather limited choice
-- see http://chass.utoronto.ca/~purslow/test/kde5-ssettings1.png
   http://chass.utoronto.ca/~purslow/test/kde5-ssettings2.png
& setting icon theme to Oxygen makes no difference to Gwenview.

Thanks so far ; any further suggestions are most welcome.

-- 
,,
SUPPORT ___//___,   Philip Webb
ELECTRIC   /] [] [] [] [] []|   Cities Centre, University of Toronto
TRANSIT`-O--O---'   purslowatchassdotutorontodotca




Re: [gentoo-user] ext4 root-partition mounted read-only as "type none"

2016-09-15 Thread Holger Wünsche
On 15 September 2016 01:01:02 CEST, Rich Freeman  wrote:
>If you're using an initramfs the kernel will not mount anything at any
>time unless some process with sufficient capabilities asks it to.  The
>initramfs typically mounts the root partition, and then execs init.
>Anything beyond that is done by init or whatever processes it spawns,
>such as openrc.  Offhand I don't remember if modern initramfs
>solutions mount root as read-write; openrc will probably check for
>this in any case and remount if it is read-only (I could be wrong on
>that).
>
>If something other than root isn't mounted correctly, the fault
>probably lies in your fstab or openrc, or you're missing a necessary
>driver/etc.

Thanks for correcting me, i mixed it up a bit. But after looking in into the 
init-system I found the problem (or at least I fixed it).

Since the init did not work I tried:
# openrc sysinit

and got some errors I can not fully recall. So I took a look at dmesg (needed 
to use the command, since the file did not get created) I saw: the problem was 
a segfault in libselinux. I switched to the live-cd mounted all partitions 
chrooted in it, then I reemerged the whole system (emerge -ae world), because I 
wanted to be sure to go safe. After this I double checked the kernel 
configuration again and rebuild it as well (the same with the initramfs). This 
solved the problem, at least for me (finally I have the right keyboardlayout 
loaded on boot ;-).

Thanks for all your help pointing me in the right direction (especially with 
/proc/mounts which cleared the way). I learned quite a lot and got my system 
running the I want.





Holger Wünsche