- 13 Posts
- 23 Comments
Kuunha@lemmy.eco.brOPto
Free Video Game Giveaways@feddit.uk•[Steam] Classic MarathonEnglish
6·2 years agoUnderstood. I’ll do this next time
Configuring the priority of the repository.
In OpenSuse, the priority of a repository is a value between 1 and 200, with 1 being the highest priority and 200 the lowest priority. If a package is available in more than one repository, then the repository with the highest priority takes precedence. Default is 99.This is how I do via terminal:
List enabled repositories in priority order:
zypper lr -PEIn my case, the repo I want to change is:
4 | home_paul4us | home:paul4us | Yes | (r ) Yes | No | 99
(First column is the ID and last is PRIORITY)Lower the 3rd party repo priority (set PRIORITY of the repository with ID 4 the value of 100):
sudo zypper mr -p 100 4You will see the message:
Repository 'home_paul4us' priority has been set to 100.Bonus
If you want to list what is installed from this repo (id 4):
zypper se -i -r 4
Kuunha@lemmy.eco.brOPto
Free Video Game Giveaways@feddit.uk•Small Radios Big TelevisionsEnglish
6·2 years agoFrom the article on pcgamer.com:
My understanding is that at the very least they still need to pay someone to administer the royalty payments to developers (me), respond to any administration requests from the platforms, update promo assets if the platform requires," Deery said. “AFAIK no one who actually helped publish these Adult Swim games works there anymore, so I figure they thought it just wasn’t worth their time from a business perspective to maintain ‘legacy’ products.”
I don’t use Fedora/Nobara, but seems like you can see the update history with: dnf history list
I’ve found this guide for rollback here: https://www.baeldung.com/linux/dnf-history-rollback-vs-undo
Kuunha@lemmy.eco.brto
Linux Gaming@lemmy.world•TR1X (formerly Tomb1Main), open source re-implementation of Tomb Raider (1996), releases version 3.0 with Linux support (Linked version: 3.0.2)English
2·3 years agoIf nothing else works, you can try to build it yourself.
I’ve created step by step instructions. You can follow it here: https://pastebin.com/bDqTBEKh
Or, if you want, download my build from here: https://filetransfer.io/data-package/3mSEIet2
Kuunha@lemmy.eco.brto
Linux Gaming@lemmy.world•TR1X (formerly Tomb1Main), open source re-implementation of Tomb Raider (1996), releases version 3.0 with Linux support (Linked version: 3.0.2)English
3·3 years agoDid you try this? Maybe will work:
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/your/custom/path ./TR1XReplace with the path where “libc.so.*” is located
You can see the list of allowed/blocked instances here: https://sopuli.xyz/instances
- Diablo I - https://github.com/diasurgical/devilutionX
- Zelda: Link to the past - https://github.com/snesrev/zelda3
- Metroid II - https://flathub.org/apps/io.github.am2r_community_developers.AM2RLauncher
- Sonic 1/2 - https://github.com/Rubberduckycooly/Sonic-1-2-2013-Decompilation
- SonicCD - https://github.com/Rubberduckycooly/Sonic-CD-11-Decompilation
- GTA3/GTAVC - https://github.com/halpz/re3 (Original project github link not available)
- Papermario - https://github.com/pmret/papermario (US Rom 100% decompiled, but don’t have a port yet)
If you use steam, this project https://github.com/luxtorpeda-dev/luxtorpeda, converts proprietary engines to use opensource versions when available. Here: https://luxtorpeda-dev.github.io is a list of games supported by this. How to use Luxtorpeda on Steamdeck: https://www.gamingonlinux.com/2022/03/steam-deck-using-luxtorpeda-for-morrowind-warzone-2100-and-x-com/
Settings > Filters & Blocks > swipe the community/username from the right
Kuunha@lemmy.eco.brto
Firefox@lemmy.ml•Is there a way to customize the width of the firefox scrollbar?English
7·3 years ago-
about:config:
widget.non-native-theme.scrollbar.size.override, from 0 to however many css pixels wide you want the scrollbar -
user.js:
user_pref("widget.non-native-theme.scrollbar.size.override", 5);
-
Kuunha@lemmy.eco.brto
GNU/Linux Brasil@lemmy.eco.br•Preciso de ajuda/direção para diagnosticar um comportamento estranho na minha máquina (MANJARO)Português
1·3 years agoEstá usando Wayland? Algumas vezes, quando copiando de um programa rodando em wayland e colando em um programa rodando em x11/xwayland, não funciona. Parece que não sincronizam corretamente. É um bug e não devia acontecer, mas acontece. O Firefox rodando em wayland tem vários bugs relacionados a isso. Estão listados aqui: https://bugzilla.mozilla.org/show_bug.cgi?id=gtkclipboard
Para quem usa KDE, tem esse comando para acompanhar os eventos em wayland:
qdbus org.kde.KWin /KWin org.kde.KWin.showDebugConsole– (qdbus-qt5 no openSUSE)
Kuunha@lemmy.eco.brto
Voyager@lemmy.world•[WINNER: OPTION B] Choose Voyager's icon!English
1·3 years agoI liked these too (Android): https://i.ibb.co/6ymf6xQ/vger.jpg
Kuunha@lemmy.eco.brto
Voyager@lemmy.world•[WINNER: OPTION B] Choose Voyager's icon!English
14·3 years ago👁️ 👁️ https://i.ibb.co/Hr1bDGr/eyes.png (sorry😅)
Kuunha@lemmy.eco.brto
Voyager@lemmy.world•[WINNER: OPTION B] Choose Voyager's icon!English
6·3 years agoQuick comparison on Android (custom launcher): https://i.ibb.co/XVnM2NL/comp.png
There is a PR for a iOS build here: https://github.com/aeharding/voyager/pull/410
So, It is possible
We will have to wait for the Play Store version
Have a look at this issue: https://github.com/aeharding/voyager/issues/68
Similar? Seems like a webapp limitation on Android/Chrome.
For now, Android mode (theme) is in beta and incomplete. Should eventualy follow Android Material design. Examples here: https://m3.material.io/components










Ken Thompson and Dennis Ritchie created Unix on a PDP-7 in 1969. Well around 1971 they upgraded to a PDP-11 with a pair of RK05 disk packs (1.5 megabytes each) for storage.
When the operating system grew too big to fit on the first RK05 disk pack (their root filesystem) they let it leak into the second one, which is where all the user home directories lived (which is why the mount was called /usr). They replicated all the OS directories under there (/bin, /sbin, /lib, /tmp…) and wrote files to those new directories because their original disk was out of space. When they got a third disk, they mounted it on /home and relocated all the user directories to there so the OS could consume all the space on both disks and grow to THREE WHOLE MEGABYTES. And thereafter /usr is used to store user programs while /home is used to store user data.
source: http://lists.busybox.net/pipermail/busybox/2010-December/074114.html