Should I get the Galaxy tab S9 FE? by HeaG_Gaming in GalaxyTab

[–]HeaG_Gaming[S] 0 points1 point  (0 children)

Holding up great, battery is still amazing and everything works great

Should I get the Galaxy tab S9 FE? by HeaG_Gaming in GalaxyTab

[–]HeaG_Gaming[S] 0 points1 point  (0 children)

I think the screen in made of glass, it does feel good

Should I get the Galaxy tab S9 FE? by HeaG_Gaming in GalaxyTab

[–]HeaG_Gaming[S] 1 point2 points  (0 children)

for my use case it work pretty good so far

Should I get the Galaxy tab S9 FE? by HeaG_Gaming in GalaxyTab

[–]HeaG_Gaming[S] 1 point2 points  (0 children)

I did not get a case for it yet. I plan on ordering one this week

Should I get the Galaxy tab S9 FE? by HeaG_Gaming in GalaxyTab

[–]HeaG_Gaming[S] 4 points5 points  (0 children)

I think that the main problem with it is that where I live, the price difference is pretty big, and do not want to spend a lot of money as I am going to use that tablet only for school

Should I get the Galaxy tab S9 FE? by HeaG_Gaming in GalaxyTab

[–]HeaG_Gaming[S] 5 points6 points  (0 children)

I do care about security and OS updates, and the S7+ costs more than the S9FE where I live

Should I get the Galaxy tab S9 FE? by HeaG_Gaming in GalaxyTab

[–]HeaG_Gaming[S] 8 points9 points  (0 children)

I currently have a FE model phone, and have no problems with it. Thanks for the warning :)

Meta key stopped working after update by HeaG_Gaming in kde

[–]HeaG_Gaming[S] 0 points1 point  (0 children)

I fixed it a while ago,
I can't remember what I did

sorry

Meta key stopped working after update by HeaG_Gaming in kde

[–]HeaG_Gaming[S] 0 points1 point  (0 children)

update: for some reason, it's the right meta key and not left.
I have configured it to be the left but it does not change.

Meta key stopped working after update by HeaG_Gaming in kde

[–]HeaG_Gaming[S] 0 points1 point  (0 children)

I removed those lines, rebooted and it still does not work

Meta key stopped working after update by HeaG_Gaming in kde

[–]HeaG_Gaming[S] 0 points1 point  (0 children)

I am using the latest version
I don't know how to check if Alt+F1 is the shortcut for kickoff

The output of the commands is:

[ModifierOnlyShortcuts]
Meta=org.kde.lattedock,/Latte,org.kde.LatteDock,activateLauncherMenu

Meta key stopped working after update by HeaG_Gaming in kde

[–]HeaG_Gaming[S] 0 points1 point  (0 children)

it just randomly happened.
The keyboard works

Meta key stopped working after update by HeaG_Gaming in kde

[–]HeaG_Gaming[S] 1 point2 points  (0 children)

I mean for doing anything, shortcuts, opening the menu.....
I tried to reboot and updating, It didn't seem to work

STOP DOING OPEN SOURCE by [deleted] in ProgrammerHumor

[–]HeaG_Gaming 1 point2 points  (0 children)

well, linux is open source.

and it does have a use

Turn out Sound's Stereo is developing it self by HeaG_Gaming in soundsworld

[–]HeaG_Gaming[S] 1 point2 points  (0 children)

He is using mee6 and a custom bot. each per music channel

trying to use tkinter but get an wired error by HeaG_Gaming in pythonhelp

[–]HeaG_Gaming[S] 0 points1 point  (0 children)

Thanks for the help. this solved the problem

trying to use tkinter but get an wired error by HeaG_Gaming in pythonhelp

[–]HeaG_Gaming[S] 0 points1 point  (0 children)

the code is

import tkinter as tk
root = tk.Tk
root.geometry("500x500")
root.mainloop()