MoLoPoLY

joined 2 years ago
 

Coming from Manjaro, I had Manjaro in dual boot with Windows for a few years now. I have now also installed Arch Linux. During the Arch installation, I skipped the part with the boot partition and the bootloader. I have been using the bootloader/grub from Manjaro. That works quite well.

But now I want to switch to a bootloader from Arch. With the Arch bootloader I would like to continue to have the choice between Arch, Manjaro and Windows.

I assume that I have to install a corresponding bootloader for Arch in the EFI parallel to the others. But how should I proceed in detail? I have not yet been able to find any corresponding howtos. Which bootloader would you recommend?

 

I try to download a file with curl directly after logging into Gnome. This usually fails because mostly the WiFi connection is only established after login. If I wait long enough in the login screen before logging in, the connection is already established and the download works.

So far I have used Manjaro. WiFi was already active long before the login screen of GDM was even displayed. The download therefore always worked.

The download is initiated with a *.desktop file in ~/.config/autostart.

Is there another way to start the download after the user is logged in and the WiFi connection is really ready?

 

Since I no longer had an icon for Steam in Gnome, I tried to reinstall Steam via pacman -S steam. That didn't bring me an icon in the Gnome overview either, but that was because I had created a separate *.desktop file in ~/.local/share/applications. I removed this and the icon in the overview came back. But now I have the problem that the games I call up via Steam no longer start. For one game, the launcher starts, but then displays the message “Please start Steam first” (Steam is already running, otherwise I wouldn't be able to start the game). Other games bring up the message that no wine-mono is supposedly installed. But it is installed.

A reinstallation of Steam has not changed anything. What can I do?

[–] [email protected] 1 points 2 months ago

Unfortunately, logrotate does not work the way I would like it to. I have now created a bash script, which hopefully does what it is supposed to do:

#!/bin/bash
keepCount=30

files=($(ls *.db))
fileCount=${#files[@]}

for (( i=0; i<$fileCount; i++ )); do
	database="${files[$i]}"
	dbarr=($(ls -t $database.*))

	for index in "${!dbarr[@]}"; do
		p=$((index+1))
		if [ $p -gt $keepCount ]; then
			rm ${dbarr[$index]}
		fi
	done
done

Invoked in the respective directory, all *.db files are read into an array, as there can be different DBs per user. The array is then processed in a loop. First, the backup files for the respective DB are read into the array again, sorted by age. This array is then processed and all files whose index +1 is greater than keepCount are removed. This means that the oldest files are always removed and only those that are defined in the keepCount are kept.

Its a little bit more complicated, but it seems to do the job.

 

If I copy files with backup (cp --backup=numbered), the old file is renamed to something like oldfile.ext.~1~. I get my old files. Can this be limited to a certain number of old files, for example 30? I don't want to have keep more than that...

 

I have searched the settings in the app, but didn't found such a setting. I want to have bigger thumbnails for posts with images and link previews. Is that available or if not can this be implemented? I have added a screenshot from "Thunder" with exact such bigger thumbnails. Can this be done?

 

Creating *.desktop files for WIndows/Wine applications, specify sometimes a Icon like this:

[Desktop Entry]
Name=Game to start
Comment=Play this game on Steam
Exec=steam steam://rungameid/738520
Icon=steam_icon_738520
Terminal=false
Type=Application
Categories=Game;

with Icon=steam_icon_738520. Is this extracted from the *.exe file and how do i get the name mentioned here? I know, that i can use the path to a *.png, but i would prefer to use the *.exe file itself.

 

On Samsung Phones. there is a function called "Auto Blocker". If this is enabled, this blocks installing apps from unknown sources and via USB and ADB. In principle, this is a useful feature, but it also prevents the installation of updates via F-Droid. Even if F-Droid is classified as trustworthy in general and can therefore theoretically install apps and updates automatically, activating this function prevents automatic updates. If this function is deactivated, new apps and updates are installed automatically on request.

Is there a way to activate this function and still receive automatic updates via F-Droid? Does the installation of the F-Droid.apk via ADB/USB change anything in this constellation?

 

As my time with linux, I created a lot of scripts. Some of them have input parameters and sometimes I just forget this parameters.

So I wonder if there is some way to create autocomplete parameters, like i autocomplete a path by pressing the tab key?

For example a script. ./test.sh can be completed with parameter-one, eg. ./test.sh parameter-one or ./test.sh parameter-two. If i type now ./test.sh followed by tab it should add parameter-one if i press tab again it should change to parameter-two.

How can I do that? I'm on bash…

[–] [email protected] 1 points 4 months ago

Good point. Will try that

[–] [email protected] 1 points 4 months ago (2 children)

Hmm this is close enough to mine... Manjaro...

have Arch in parallel boot, but I'm not happy how it works with Steam Games. This is at least for me, a lot better with Manjaro. But anyway, I will compare with Arch settings next time im on it. Tomorrow I have to go to Bangkok for some weeks and can't use my private laptop for this time.

[–] [email protected] 2 points 4 months ago (4 children)

Strange. I'm on Gnome 47.4. Is this XFCE in your screenshot?

And how could you add a image here? I have tried, but couldn't find a button to do so.

[–] [email protected] 2 points 4 months ago (6 children)

256x256px. In my eyes, this should be ok.

 

When I send a notification with notify-send -i /path/to/my/icon.png "title" "message" , it appears wonderfully in Gnome 47.4. However, the icon is very tiny. According to the screenshots I saw, the icon can be very large. It is also obviously displayed in addition to the app icon. Is there a way to send such an icon in the message or another way to create desktop notifications?

 

I'm using Gnome as DE and was really happy with it until my last update. I would like to re-install Gnome, but want to remove before that all Gnome stuff, settings and dependencies. This is no problem for the packages installed via pacman and also it's dependencies. But I fear that I don't know how to remove all relevant settings. Is there some special folder or set of files to remove, before I can start from scratch?

1
Search for Hastags (discuss.tchncs.de)
submitted 7 months ago* (last edited 7 months ago) by [email protected] to c/[email protected]
 

Somehow I still seem to have a hard time dealing with Fediverse and Co. Currently with Pixelfed. I'm looking for hashtags like #eosr7 or #irishwolfhound, but no results will be found. But I created such posts myself. If you can't find results through the search, you can't add the hashtag to the following hashtags. If I click on such a hashtag in my posts, I can subscribe to it.

Why can't I find posts about the search?

[–] [email protected] 1 points 7 months ago

If you have access to a Roundcube instance, you can try my PrimitiveNotes plug-in, if you want. You can find it at https://codeberg.org/Offerel/Roundcube_Primitivenotes. Maybe this helps to understand, for what and how i use markdown notes. I have absolutely no knowledge about flutter or Android coding, so I can't help that much.

But I can test and send you a little bit feedback for your app, because I really like your concept so far.

[–] [email protected] 9 points 7 months ago (3 children)

This looks like something usefull. Some observations after first start...

  • why does the app requests full file rights, after I selected my local notes folder? If the app has access to that folder (and subfolders), this should be enough.
  • for code, examples a code font should be used and not the same font as article text
  • i use markdown a lot for code. With this it should be possible to select the whole code block by single click. When using css, this should be possible with > user-select:all
  • auto line break should be disabled in the same context. This seems to be already the case for code block but not for single line code
  • i would love to see support for yaml. But in the form that i can hide the yaml block
  • i think the search feature doesn't work yet. If I have for example a note with the title Manjaro.md and I type "manjaro", it isn't found. The search should also search the text inside the notes or at least the yaml tags (if supported)
  • please keep the local folder and don't invest your resources in a sync mechanism. There are so much possibilities like WebDAV, rsync, SFTP and a lot of clouds. To much to make anyone happy. There are some Android apps which sync such things with an ease.
  • I keep my rare images in a hidden subfolder of the notes folder like ".media". Not only images, also linked PDF and so on. Such images are not displayed. They seems to be not found

I really like the idea of your app. Could be a good companion for my PrimitiveNotes plug-in for Roundcube. Hopefully you find the time to develop it further.

[–] [email protected] 2 points 9 months ago

Ok, many thx for all your suggestions. I will try therm tomorrow.

[–] [email protected] 1 points 9 months ago (3 children)

Hmm i never noticed a visual indicator for the head lift. I can see the blue hologram and some sort of "waves" starting from the pump hologram. Assume, I have build a industrial tank on the bottom, 0 meter's above the ground. From there the pipeline starts straight upwards, for example 20 meter's. Where should I place the first mk II pump? At 3 meter's or later?

[–] [email protected] 1 points 9 months ago (5 children)

The direction is correct and power is on. But I don't get the right spot, to place the pump. If I place it on the bottom, it doesn't seem to be right, but placing on the top seems to be to far away, to get enough fuel from the pipeline.

 

I try to build a tower for fuel generators. I could get 4 generators at the bottom running. The fuel is inserted from the top and splitted 2 times to support the 4 generators. But now I would add another 4 generators on top of the existing 4.

But what ever I try, I don't get the fuel pump high enough. According to the height of a generator, the next floor is 4 walls above the current floor. If im right, this is 16 meters and pump mk II should pump 20 meters. But it doesn't work.

Has someone a idea?

[–] [email protected] 23 points 9 months ago* (last edited 9 months ago) (6 children)

Unfortunately, this version violates the DSGVO by sending telemetry without being asked. This shoots the app directly into out. I hope that the developers have an insight here and remove this function as soon as possible.

[–] [email protected] 3 points 9 months ago

I wish there would be a in-game production/consuming statistic. So that I can see, if I have to build more machines of type xyz. It's really annoying to use SCIM for this.

view more: next ›