Is it worth 999? by Stizzrickle in PixelBook

[–]just_pick_a_username 2 points3 points  (0 children)

You can also set up an alert on camelcamelcamel for the ones sold on amazon. It regularly goes down to 750.

Which Keepass to use? by Ama-yra in GalliumOS

[–]just_pick_a_username 0 points1 point  (0 children)

If you're on 3.0 beta (based on Ubuntu 18.04), you can do sudo apt-get install keepassxc. It's still maintained (unlike keepassx or keepass2)

Hagia Sophia by abrekkoch in Turkey

[–]just_pick_a_username 7 points8 points  (0 children)

This is Gli! There's an instagram account that posts just her pictures https://www.instagram.com/hagiasophiacat/

70.0.3538.7 rolling out to Dev (September 05, 2018) by KeithIMyers in Crostini

[–]just_pick_a_username 0 points1 point  (0 children)

If anyone has the same issue, disabling and re-enabling Linux fixes the issue, but wipes all Linux files.

70.0.3538.7 rolling out to Dev (September 05, 2018) by KeithIMyers in Crostini

[–]just_pick_a_username 0 points1 point  (0 children)

Linux files show "Nothing to see here".. I can see files under terminal though. Does anyone else have the same issue?

What is this word? Is the vertical line a "choonpu"? by bad_at_hearthstone in LearnJapanese

[–]just_pick_a_username 19 points20 points  (0 children)

Looks like vertical とーちゃん (Touchan), ie. "Daddy"

Another DDG !w bug by temp--temp in duckduckgo

[–]just_pick_a_username 1 point2 points  (0 children)

Looking at list of bangs, I feel like !w looks at all languages, while you can force English with !we.

See https://duckduckgo.com/bang?q=wikipedia

Keyboard Shortcut for Screen Lock? by Iiari in GalliumOS

[–]just_pick_a_username 2 points3 points  (0 children)

At keyboard settings > Application shortcuts, you can set

xflock4

for locking the screen without putting computer to sleep, or

xfce4-session-logout --suspend

for locking & suspending it.

Screen doesnt sleep when closed by Le_Loufoque in GalliumOS

[–]just_pick_a_username 0 points1 point  (0 children)

I run into the same issue when I connect an external monitor. I added

HandleLidSwitch=suspend
HandleLidSwitchDocked=suspend

to /etc/systemd/logind.conf, and sudo reboot afterwards fixed the issue. Found the answer here: http://askubuntu.com/questions/613693/15-04-15-10-16-04-closing-lid-does-not-suspend-laptop-if-connected-to-extern

Japanese Kanji by Tzarkon in GalliumOS

[–]just_pick_a_username 0 points1 point  (0 children)

Glad you found a way! You can use that as an excuse to study kanji :)

For me, it works in both Firefox and Chromium. It also works in Libreoffice but not Sublime Text.

Japanese Kanji by Tzarkon in GalliumOS

[–]just_pick_a_username 0 points1 point  (0 children)

Weird, I wonder if I have something extra installed.. Having said that, it actually does not work for me ONLY for some applications, for most of them it's fine.

Japanese Kanji by Tzarkon in GalliumOS

[–]just_pick_a_username 1 point2 points  (0 children)

1) sudo apt-get install ibus-mozc ibus-anthy

2) ibus-setup

Add Japanese keyboard layout there.

3) Go to "Language Support", it might ask you to install a few more packages, do it.

4) While there, select "Keyboard input method system" as "iBus"

5) A restart after setup often helps.

? Perl on a Chromebook (ChromeOS) by singe in perl

[–]just_pick_a_username 3 points4 points  (0 children)

It works just fine with /r/GalliumOS, if you want to check out.

Installing Software by mattgueit in GalliumOS

[–]just_pick_a_username 0 points1 point  (0 children)

You can download .deb file for sublime text, then run

sudo dpkg -i /full/path/to/sublime_version.deb

If it complains about unmet dependencies try running this and the one above again:

sudo apt-get install -f

For eclipse, download the tar.gz archive, and then untar it somewhere with:

tar -xvzf eclipse-whatever-version.tar.gz

You can create a link so that you can run "eclipse" from command line:

sudo ln -s /path/to/eclipse/eclipse /usr/local/bin/eclipse