1 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
2 |
DENIED
|
moderate
|
App\Entity\Entry {#2413
+user: Proxies\__CG__\App\Entity\User {#1973 …}
+magazine: App\Entity\Magazine {#264
+icon: Proxies\__CG__\App\Entity\Image {#245 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#274
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#236 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#232 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#221 …}
+entries: Doctrine\ORM\PersistentCollection {#179 …}
+posts: Doctrine\ORM\PersistentCollection {#137 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#199 …}
+bans: Doctrine\ORM\PersistentCollection {#116 …}
+reports: Doctrine\ORM\PersistentCollection {#102 …}
+badges: Doctrine\ORM\PersistentCollection {#80 …}
+logs: Doctrine\ORM\PersistentCollection {#70 …}
+awards: Doctrine\ORM\PersistentCollection {#1360 …}
+categories: Doctrine\ORM\PersistentCollection {#1792 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#268
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#270
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1899 …}
+slug: "SOLVED-Davinci-Resolve-Plugin-Issue-on-Nobara"
+title: "[SOLVED] Davinci Resolve Plugin Issue on Nobara"
+url: null
+body: """
I’m currently daily driving Pop!_OS and absolutely love it! I’ve even riced it a little. In the almost 2 months that I have been using Linux as my main OS I have seen a lot of talk about Nobara. I’ve got a spare SSD in my system so I did a quick install on there to see if it would be worth moving. My main priority is ensuring that DaVinci Resolve (and any plugins I use) work, the rest is less important.\n
\n
I’ve gotten Resolve to work fine, but one of my plugins keeps giving me an error when I try activating the license.\n
\n
```\n
\n
<span style="color:#323232;">/usr/OFX/Plugins/DehancerProCuda_x86_64_v7.ofx.bundle/Contents/apps/ProfileActivator: symbol lookup error: /lib64/libharfbuzz.so.0: undefined symbol: FT_Get_Color_Glyph_Layer\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">0x7f4eeec0f480 | OpenFX | ERROR | 2023-12-16 12:40:21,756 | Process /usr/OFX/Plugins/DehancerProCuda_x86_64_v7.ofx.bundle/Contents/apps/ProfileActivator "-c" "com.dehancer.film_pro.v7" "--licensename" "Dehancer Film OFX" "-t" "Dehancer Pro" "-h" "davinci_resolve" (pid=21715) failed\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">Urgent message: Open FX Error||Dehancer Pro 7.1.0-beta.11.build311 could not be run successfully. See DaVinci Resolve logs for details.\n
</span>\n
```\n
\n
I don’t have this issue on Pop!_OS and from my research it seems like the issue is related to a mismatched dependency (maybe?). I’d love to get another set of eyes on this to see if I can get the issue fixed.\n
\n
**EDIT:**Forgot to mention, I’ve reached out to the developers of the plugin (Dehancer) to see if this is a known issue/bug.\n
\n
**SOLVED:**\n
\n
TL;DR - It was a FreeType issue and removing the FreeType library file from the plugin folder fixed the issue.\n
\n
While reading through the logs to try and understand the issue, I came across [this](https://github.com/harfbuzz/harfbuzz/issues/1025#issuecomment-389136233) on the `harfbuzz` issue tracker. I had initially thought that this was a `harfbuzz` issue but after reading the comments a few times it seemed like it was actually an issue with FreeType and harfbuzz wasn’t able to access it for some reason. After some more reading around and pondering, I decided to browse the plugin’s folder, since the plugin was the thing causing me issues. Within the plugin folder structure, there is a section for libraries that it ships with. I couldn’t find the `libharfbuzz` file like in `/lib64` but there was `libfreetype.so.6`. I deleted that, thinking that if it is required it will either use the one provided by the system or give me a different error. After deleting it the plugin worked as expected and I was able to activate it without issue!\n
\n
I had a look for this file in my Pop!_OS install and found it there. I’m not sure why on Nobara it caused an issue and needed to be deleted but not on Pop!_OS
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 4
+favouriteCount: 29
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1703159697 {#2418
date: 2023-12-21 12:54:57.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1408 …}
+votes: Doctrine\ORM\PersistentCollection {#1961 …}
+reports: Doctrine\ORM\PersistentCollection {#1972 …}
+favourites: Doctrine\ORM\PersistentCollection {#1399 …}
+notifications: Doctrine\ORM\PersistentCollection {#2440 …}
+badges: Doctrine\ORM\PersistentCollection {#2436 …}
+children: []
-id: 23688
-titleTs: "'davinci':2 'issu':5 'nobara':7 'plugin':4 'resolv':3 'solv':1"
-bodyTs: "'-12':126 '-16':127 '/harfbuzz/harfbuzz/issues/1025#issuecomment-389136233)':276 '/lib64':369 '/lib64/libharfbuzz.so.0':114 '/usr/ofx/plugins/dehancerprocuda_x86_64_v7.ofx.bundle/contents/apps/profileactivator':110,133 '0x7f4eeec0f480':122 '12':128 '2':22 '2023':125 '21':130 '21715':148 '40':129 '6':374 '7.1.0':157 '756':131 'abl':314,411 'absolut':9 'access':316 'across':272 'activ':107,413 'actual':305 'almost':21 'anoth':200 'around':325 'beta.11.build311':158 'brows':331 'c':134 'came':271 'caus':342,441 'color':119 'com.dehancer.film':135 'comment':296 'could':159 'couldn':361 'current':3 'd':196 'daili':4 'davinci':74,145,165 'decid':329 'dehanc':138,142,155,229 'delet':376,401,448 'depend':193 'detail':169 'develop':225 'differ':398 'dr':240 'drive':5 'edit':215 'either':386 'ensur':72 'error':103,113,124,154,399 'even':14 'expect':407 'eye':203 'fail':149 'file':251,366,423 'film':139 'find':363 'fine':93 'fix':214,256 'folder':255,335,348 'forgot':216 'found':430 'freetyp':244,249,309 'ft':117 'fx':153 'get':118,199,211 'github.com':275 'github.com/harfbuzz/harfbuzz/issues/1025#issuecomment-389136233)':274 'give':100,395 'glyph':120 'got':45 'gotten':89 'h':144 'harfbuzz':279,290,311 'import':86 'initi':284 'instal':57,428 'issu':175,187,213,245,258,269,280,291,307,344,416,443 'issue/bug':237 'keep':99 'known':236 'layer':121 'less':85 'libfreetype.so':373 'libharfbuzz':365 'librari':250,355 'licens':109 'licensenam':137 'like':185,302,367 'linux':29 'littl':18 'log':167,263 'look':420 'lookup':112 'lot':38 'love':10,197 'm':2,434 'main':32,69 'mayb':194 'mention':218 'messag':151 'mismatch':192 'month':23 'move':67 'need':445 'nobara':42,439 'ofx':140 'one':95,389 'open':152 'openfx':123 'os':7,33,178,427,453 'pid':147 'plugin':78,98,228,254,333,338,347,404 'ponder':327 'pop':6,177,426,452 'prioriti':70 'pro':143,156 'pro.v7':136 'process':132 'provid':390 'quick':56 'reach':221 'read':260,294,324 'reason':320 'relat':189 'remov':247 'requir':383 'research':182 'resolv':75,90,146,166 'rest':83 'rice':15 'run':162 'section':353 'see':61,164,207,231 'seem':184,301 'seen':36 'set':201 'ship':358 'sinc':336 'solv':238 'spare':47 'ssd':48 'structur':349 'success':163 'sure':436 'symbol':111,116 'system':51,393 'talk':40 'thing':341 'think':378 'thought':285 'time':299 'tl':239 'tracker':281 'tri':106,265 'undefin':115 'understand':267 'urgent':150 'use':28,80,387 've':13,44,88,220 'wasn':312 'within':345 'without':415 'work':81,92,405 'worth':66 'would':64"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703187833
+visibility: "visible "
+apId: "https://lemdro.id/post/4314907"
+editedAt: DateTimeImmutable @1706192366 {#1858
date: 2024-01-25 15:19:26.0 +01:00
}
+createdAt: DateTimeImmutable @1703108833 {#2388
date: 2023-12-20 22:47:13.0 +01:00
}
} |
|
Show voter details
|
3 |
DENIED
|
edit
|
App\Entity\Entry {#2413
+user: Proxies\__CG__\App\Entity\User {#1973 …}
+magazine: App\Entity\Magazine {#264
+icon: Proxies\__CG__\App\Entity\Image {#245 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#274
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#236 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#232 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#221 …}
+entries: Doctrine\ORM\PersistentCollection {#179 …}
+posts: Doctrine\ORM\PersistentCollection {#137 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#199 …}
+bans: Doctrine\ORM\PersistentCollection {#116 …}
+reports: Doctrine\ORM\PersistentCollection {#102 …}
+badges: Doctrine\ORM\PersistentCollection {#80 …}
+logs: Doctrine\ORM\PersistentCollection {#70 …}
+awards: Doctrine\ORM\PersistentCollection {#1360 …}
+categories: Doctrine\ORM\PersistentCollection {#1792 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#268
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#270
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1899 …}
+slug: "SOLVED-Davinci-Resolve-Plugin-Issue-on-Nobara"
+title: "[SOLVED] Davinci Resolve Plugin Issue on Nobara"
+url: null
+body: """
I’m currently daily driving Pop!_OS and absolutely love it! I’ve even riced it a little. In the almost 2 months that I have been using Linux as my main OS I have seen a lot of talk about Nobara. I’ve got a spare SSD in my system so I did a quick install on there to see if it would be worth moving. My main priority is ensuring that DaVinci Resolve (and any plugins I use) work, the rest is less important.\n
\n
I’ve gotten Resolve to work fine, but one of my plugins keeps giving me an error when I try activating the license.\n
\n
```\n
\n
<span style="color:#323232;">/usr/OFX/Plugins/DehancerProCuda_x86_64_v7.ofx.bundle/Contents/apps/ProfileActivator: symbol lookup error: /lib64/libharfbuzz.so.0: undefined symbol: FT_Get_Color_Glyph_Layer\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">0x7f4eeec0f480 | OpenFX | ERROR | 2023-12-16 12:40:21,756 | Process /usr/OFX/Plugins/DehancerProCuda_x86_64_v7.ofx.bundle/Contents/apps/ProfileActivator "-c" "com.dehancer.film_pro.v7" "--licensename" "Dehancer Film OFX" "-t" "Dehancer Pro" "-h" "davinci_resolve" (pid=21715) failed\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">Urgent message: Open FX Error||Dehancer Pro 7.1.0-beta.11.build311 could not be run successfully. See DaVinci Resolve logs for details.\n
</span>\n
```\n
\n
I don’t have this issue on Pop!_OS and from my research it seems like the issue is related to a mismatched dependency (maybe?). I’d love to get another set of eyes on this to see if I can get the issue fixed.\n
\n
**EDIT:**Forgot to mention, I’ve reached out to the developers of the plugin (Dehancer) to see if this is a known issue/bug.\n
\n
**SOLVED:**\n
\n
TL;DR - It was a FreeType issue and removing the FreeType library file from the plugin folder fixed the issue.\n
\n
While reading through the logs to try and understand the issue, I came across [this](https://github.com/harfbuzz/harfbuzz/issues/1025#issuecomment-389136233) on the `harfbuzz` issue tracker. I had initially thought that this was a `harfbuzz` issue but after reading the comments a few times it seemed like it was actually an issue with FreeType and harfbuzz wasn’t able to access it for some reason. After some more reading around and pondering, I decided to browse the plugin’s folder, since the plugin was the thing causing me issues. Within the plugin folder structure, there is a section for libraries that it ships with. I couldn’t find the `libharfbuzz` file like in `/lib64` but there was `libfreetype.so.6`. I deleted that, thinking that if it is required it will either use the one provided by the system or give me a different error. After deleting it the plugin worked as expected and I was able to activate it without issue!\n
\n
I had a look for this file in my Pop!_OS install and found it there. I’m not sure why on Nobara it caused an issue and needed to be deleted but not on Pop!_OS
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 4
+favouriteCount: 29
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1703159697 {#2418
date: 2023-12-21 12:54:57.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1408 …}
+votes: Doctrine\ORM\PersistentCollection {#1961 …}
+reports: Doctrine\ORM\PersistentCollection {#1972 …}
+favourites: Doctrine\ORM\PersistentCollection {#1399 …}
+notifications: Doctrine\ORM\PersistentCollection {#2440 …}
+badges: Doctrine\ORM\PersistentCollection {#2436 …}
+children: []
-id: 23688
-titleTs: "'davinci':2 'issu':5 'nobara':7 'plugin':4 'resolv':3 'solv':1"
-bodyTs: "'-12':126 '-16':127 '/harfbuzz/harfbuzz/issues/1025#issuecomment-389136233)':276 '/lib64':369 '/lib64/libharfbuzz.so.0':114 '/usr/ofx/plugins/dehancerprocuda_x86_64_v7.ofx.bundle/contents/apps/profileactivator':110,133 '0x7f4eeec0f480':122 '12':128 '2':22 '2023':125 '21':130 '21715':148 '40':129 '6':374 '7.1.0':157 '756':131 'abl':314,411 'absolut':9 'access':316 'across':272 'activ':107,413 'actual':305 'almost':21 'anoth':200 'around':325 'beta.11.build311':158 'brows':331 'c':134 'came':271 'caus':342,441 'color':119 'com.dehancer.film':135 'comment':296 'could':159 'couldn':361 'current':3 'd':196 'daili':4 'davinci':74,145,165 'decid':329 'dehanc':138,142,155,229 'delet':376,401,448 'depend':193 'detail':169 'develop':225 'differ':398 'dr':240 'drive':5 'edit':215 'either':386 'ensur':72 'error':103,113,124,154,399 'even':14 'expect':407 'eye':203 'fail':149 'file':251,366,423 'film':139 'find':363 'fine':93 'fix':214,256 'folder':255,335,348 'forgot':216 'found':430 'freetyp':244,249,309 'ft':117 'fx':153 'get':118,199,211 'github.com':275 'github.com/harfbuzz/harfbuzz/issues/1025#issuecomment-389136233)':274 'give':100,395 'glyph':120 'got':45 'gotten':89 'h':144 'harfbuzz':279,290,311 'import':86 'initi':284 'instal':57,428 'issu':175,187,213,245,258,269,280,291,307,344,416,443 'issue/bug':237 'keep':99 'known':236 'layer':121 'less':85 'libfreetype.so':373 'libharfbuzz':365 'librari':250,355 'licens':109 'licensenam':137 'like':185,302,367 'linux':29 'littl':18 'log':167,263 'look':420 'lookup':112 'lot':38 'love':10,197 'm':2,434 'main':32,69 'mayb':194 'mention':218 'messag':151 'mismatch':192 'month':23 'move':67 'need':445 'nobara':42,439 'ofx':140 'one':95,389 'open':152 'openfx':123 'os':7,33,178,427,453 'pid':147 'plugin':78,98,228,254,333,338,347,404 'ponder':327 'pop':6,177,426,452 'prioriti':70 'pro':143,156 'pro.v7':136 'process':132 'provid':390 'quick':56 'reach':221 'read':260,294,324 'reason':320 'relat':189 'remov':247 'requir':383 'research':182 'resolv':75,90,146,166 'rest':83 'rice':15 'run':162 'section':353 'see':61,164,207,231 'seem':184,301 'seen':36 'set':201 'ship':358 'sinc':336 'solv':238 'spare':47 'ssd':48 'structur':349 'success':163 'sure':436 'symbol':111,116 'system':51,393 'talk':40 'thing':341 'think':378 'thought':285 'time':299 'tl':239 'tracker':281 'tri':106,265 'undefin':115 'understand':267 'urgent':150 'use':28,80,387 've':13,44,88,220 'wasn':312 'within':345 'without':415 'work':81,92,405 'worth':66 'would':64"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703187833
+visibility: "visible "
+apId: "https://lemdro.id/post/4314907"
+editedAt: DateTimeImmutable @1706192366 {#1858
date: 2024-01-25 15:19:26.0 +01:00
}
+createdAt: DateTimeImmutable @1703108833 {#2388
date: 2023-12-20 22:47:13.0 +01:00
}
} |
|
Show voter details
|
4 |
DENIED
|
moderate
|
App\Entity\Entry {#2413
+user: Proxies\__CG__\App\Entity\User {#1973 …}
+magazine: App\Entity\Magazine {#264
+icon: Proxies\__CG__\App\Entity\Image {#245 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#274
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#236 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#232 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#221 …}
+entries: Doctrine\ORM\PersistentCollection {#179 …}
+posts: Doctrine\ORM\PersistentCollection {#137 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#199 …}
+bans: Doctrine\ORM\PersistentCollection {#116 …}
+reports: Doctrine\ORM\PersistentCollection {#102 …}
+badges: Doctrine\ORM\PersistentCollection {#80 …}
+logs: Doctrine\ORM\PersistentCollection {#70 …}
+awards: Doctrine\ORM\PersistentCollection {#1360 …}
+categories: Doctrine\ORM\PersistentCollection {#1792 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#268
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#270
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1899 …}
+slug: "SOLVED-Davinci-Resolve-Plugin-Issue-on-Nobara"
+title: "[SOLVED] Davinci Resolve Plugin Issue on Nobara"
+url: null
+body: """
I’m currently daily driving Pop!_OS and absolutely love it! I’ve even riced it a little. In the almost 2 months that I have been using Linux as my main OS I have seen a lot of talk about Nobara. I’ve got a spare SSD in my system so I did a quick install on there to see if it would be worth moving. My main priority is ensuring that DaVinci Resolve (and any plugins I use) work, the rest is less important.\n
\n
I’ve gotten Resolve to work fine, but one of my plugins keeps giving me an error when I try activating the license.\n
\n
```\n
\n
<span style="color:#323232;">/usr/OFX/Plugins/DehancerProCuda_x86_64_v7.ofx.bundle/Contents/apps/ProfileActivator: symbol lookup error: /lib64/libharfbuzz.so.0: undefined symbol: FT_Get_Color_Glyph_Layer\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">0x7f4eeec0f480 | OpenFX | ERROR | 2023-12-16 12:40:21,756 | Process /usr/OFX/Plugins/DehancerProCuda_x86_64_v7.ofx.bundle/Contents/apps/ProfileActivator "-c" "com.dehancer.film_pro.v7" "--licensename" "Dehancer Film OFX" "-t" "Dehancer Pro" "-h" "davinci_resolve" (pid=21715) failed\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">Urgent message: Open FX Error||Dehancer Pro 7.1.0-beta.11.build311 could not be run successfully. See DaVinci Resolve logs for details.\n
</span>\n
```\n
\n
I don’t have this issue on Pop!_OS and from my research it seems like the issue is related to a mismatched dependency (maybe?). I’d love to get another set of eyes on this to see if I can get the issue fixed.\n
\n
**EDIT:**Forgot to mention, I’ve reached out to the developers of the plugin (Dehancer) to see if this is a known issue/bug.\n
\n
**SOLVED:**\n
\n
TL;DR - It was a FreeType issue and removing the FreeType library file from the plugin folder fixed the issue.\n
\n
While reading through the logs to try and understand the issue, I came across [this](https://github.com/harfbuzz/harfbuzz/issues/1025#issuecomment-389136233) on the `harfbuzz` issue tracker. I had initially thought that this was a `harfbuzz` issue but after reading the comments a few times it seemed like it was actually an issue with FreeType and harfbuzz wasn’t able to access it for some reason. After some more reading around and pondering, I decided to browse the plugin’s folder, since the plugin was the thing causing me issues. Within the plugin folder structure, there is a section for libraries that it ships with. I couldn’t find the `libharfbuzz` file like in `/lib64` but there was `libfreetype.so.6`. I deleted that, thinking that if it is required it will either use the one provided by the system or give me a different error. After deleting it the plugin worked as expected and I was able to activate it without issue!\n
\n
I had a look for this file in my Pop!_OS install and found it there. I’m not sure why on Nobara it caused an issue and needed to be deleted but not on Pop!_OS
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 4
+favouriteCount: 29
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1703159697 {#2418
date: 2023-12-21 12:54:57.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1408 …}
+votes: Doctrine\ORM\PersistentCollection {#1961 …}
+reports: Doctrine\ORM\PersistentCollection {#1972 …}
+favourites: Doctrine\ORM\PersistentCollection {#1399 …}
+notifications: Doctrine\ORM\PersistentCollection {#2440 …}
+badges: Doctrine\ORM\PersistentCollection {#2436 …}
+children: []
-id: 23688
-titleTs: "'davinci':2 'issu':5 'nobara':7 'plugin':4 'resolv':3 'solv':1"
-bodyTs: "'-12':126 '-16':127 '/harfbuzz/harfbuzz/issues/1025#issuecomment-389136233)':276 '/lib64':369 '/lib64/libharfbuzz.so.0':114 '/usr/ofx/plugins/dehancerprocuda_x86_64_v7.ofx.bundle/contents/apps/profileactivator':110,133 '0x7f4eeec0f480':122 '12':128 '2':22 '2023':125 '21':130 '21715':148 '40':129 '6':374 '7.1.0':157 '756':131 'abl':314,411 'absolut':9 'access':316 'across':272 'activ':107,413 'actual':305 'almost':21 'anoth':200 'around':325 'beta.11.build311':158 'brows':331 'c':134 'came':271 'caus':342,441 'color':119 'com.dehancer.film':135 'comment':296 'could':159 'couldn':361 'current':3 'd':196 'daili':4 'davinci':74,145,165 'decid':329 'dehanc':138,142,155,229 'delet':376,401,448 'depend':193 'detail':169 'develop':225 'differ':398 'dr':240 'drive':5 'edit':215 'either':386 'ensur':72 'error':103,113,124,154,399 'even':14 'expect':407 'eye':203 'fail':149 'file':251,366,423 'film':139 'find':363 'fine':93 'fix':214,256 'folder':255,335,348 'forgot':216 'found':430 'freetyp':244,249,309 'ft':117 'fx':153 'get':118,199,211 'github.com':275 'github.com/harfbuzz/harfbuzz/issues/1025#issuecomment-389136233)':274 'give':100,395 'glyph':120 'got':45 'gotten':89 'h':144 'harfbuzz':279,290,311 'import':86 'initi':284 'instal':57,428 'issu':175,187,213,245,258,269,280,291,307,344,416,443 'issue/bug':237 'keep':99 'known':236 'layer':121 'less':85 'libfreetype.so':373 'libharfbuzz':365 'librari':250,355 'licens':109 'licensenam':137 'like':185,302,367 'linux':29 'littl':18 'log':167,263 'look':420 'lookup':112 'lot':38 'love':10,197 'm':2,434 'main':32,69 'mayb':194 'mention':218 'messag':151 'mismatch':192 'month':23 'move':67 'need':445 'nobara':42,439 'ofx':140 'one':95,389 'open':152 'openfx':123 'os':7,33,178,427,453 'pid':147 'plugin':78,98,228,254,333,338,347,404 'ponder':327 'pop':6,177,426,452 'prioriti':70 'pro':143,156 'pro.v7':136 'process':132 'provid':390 'quick':56 'reach':221 'read':260,294,324 'reason':320 'relat':189 'remov':247 'requir':383 'research':182 'resolv':75,90,146,166 'rest':83 'rice':15 'run':162 'section':353 'see':61,164,207,231 'seem':184,301 'seen':36 'set':201 'ship':358 'sinc':336 'solv':238 'spare':47 'ssd':48 'structur':349 'success':163 'sure':436 'symbol':111,116 'system':51,393 'talk':40 'thing':341 'think':378 'thought':285 'time':299 'tl':239 'tracker':281 'tri':106,265 'undefin':115 'understand':267 'urgent':150 'use':28,80,387 've':13,44,88,220 'wasn':312 'within':345 'without':415 'work':81,92,405 'worth':66 'would':64"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703187833
+visibility: "visible "
+apId: "https://lemdro.id/post/4314907"
+editedAt: DateTimeImmutable @1706192366 {#1858
date: 2024-01-25 15:19:26.0 +01:00
}
+createdAt: DateTimeImmutable @1703108833 {#2388
date: 2023-12-20 22:47:13.0 +01:00
}
} |
|
Show voter details
|
5 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
6 |
DENIED
|
moderate
|
App\Entity\EntryComment {#4054
+user: App\Entity\User {#4002 …}
+entry: App\Entity\Entry {#2413
+user: Proxies\__CG__\App\Entity\User {#1973 …}
+magazine: App\Entity\Magazine {#264
+icon: Proxies\__CG__\App\Entity\Image {#245 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#274
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#236 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#232 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#221 …}
+entries: Doctrine\ORM\PersistentCollection {#179 …}
+posts: Doctrine\ORM\PersistentCollection {#137 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#199 …}
+bans: Doctrine\ORM\PersistentCollection {#116 …}
+reports: Doctrine\ORM\PersistentCollection {#102 …}
+badges: Doctrine\ORM\PersistentCollection {#80 …}
+logs: Doctrine\ORM\PersistentCollection {#70 …}
+awards: Doctrine\ORM\PersistentCollection {#1360 …}
+categories: Doctrine\ORM\PersistentCollection {#1792 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#268
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#270
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1899 …}
+slug: "SOLVED-Davinci-Resolve-Plugin-Issue-on-Nobara"
+title: "[SOLVED] Davinci Resolve Plugin Issue on Nobara"
+url: null
+body: """
I’m currently daily driving Pop!_OS and absolutely love it! I’ve even riced it a little. In the almost 2 months that I have been using Linux as my main OS I have seen a lot of talk about Nobara. I’ve got a spare SSD in my system so I did a quick install on there to see if it would be worth moving. My main priority is ensuring that DaVinci Resolve (and any plugins I use) work, the rest is less important.\n
\n
I’ve gotten Resolve to work fine, but one of my plugins keeps giving me an error when I try activating the license.\n
\n
```\n
\n
<span style="color:#323232;">/usr/OFX/Plugins/DehancerProCuda_x86_64_v7.ofx.bundle/Contents/apps/ProfileActivator: symbol lookup error: /lib64/libharfbuzz.so.0: undefined symbol: FT_Get_Color_Glyph_Layer\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">0x7f4eeec0f480 | OpenFX | ERROR | 2023-12-16 12:40:21,756 | Process /usr/OFX/Plugins/DehancerProCuda_x86_64_v7.ofx.bundle/Contents/apps/ProfileActivator "-c" "com.dehancer.film_pro.v7" "--licensename" "Dehancer Film OFX" "-t" "Dehancer Pro" "-h" "davinci_resolve" (pid=21715) failed\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">Urgent message: Open FX Error||Dehancer Pro 7.1.0-beta.11.build311 could not be run successfully. See DaVinci Resolve logs for details.\n
</span>\n
```\n
\n
I don’t have this issue on Pop!_OS and from my research it seems like the issue is related to a mismatched dependency (maybe?). I’d love to get another set of eyes on this to see if I can get the issue fixed.\n
\n
**EDIT:**Forgot to mention, I’ve reached out to the developers of the plugin (Dehancer) to see if this is a known issue/bug.\n
\n
**SOLVED:**\n
\n
TL;DR - It was a FreeType issue and removing the FreeType library file from the plugin folder fixed the issue.\n
\n
While reading through the logs to try and understand the issue, I came across [this](https://github.com/harfbuzz/harfbuzz/issues/1025#issuecomment-389136233) on the `harfbuzz` issue tracker. I had initially thought that this was a `harfbuzz` issue but after reading the comments a few times it seemed like it was actually an issue with FreeType and harfbuzz wasn’t able to access it for some reason. After some more reading around and pondering, I decided to browse the plugin’s folder, since the plugin was the thing causing me issues. Within the plugin folder structure, there is a section for libraries that it ships with. I couldn’t find the `libharfbuzz` file like in `/lib64` but there was `libfreetype.so.6`. I deleted that, thinking that if it is required it will either use the one provided by the system or give me a different error. After deleting it the plugin worked as expected and I was able to activate it without issue!\n
\n
I had a look for this file in my Pop!_OS install and found it there. I’m not sure why on Nobara it caused an issue and needed to be deleted but not on Pop!_OS
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 4
+favouriteCount: 29
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1703159697 {#2418
date: 2023-12-21 12:54:57.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1408 …}
+votes: Doctrine\ORM\PersistentCollection {#1961 …}
+reports: Doctrine\ORM\PersistentCollection {#1972 …}
+favourites: Doctrine\ORM\PersistentCollection {#1399 …}
+notifications: Doctrine\ORM\PersistentCollection {#2440 …}
+badges: Doctrine\ORM\PersistentCollection {#2436 …}
+children: []
-id: 23688
-titleTs: "'davinci':2 'issu':5 'nobara':7 'plugin':4 'resolv':3 'solv':1"
-bodyTs: "'-12':126 '-16':127 '/harfbuzz/harfbuzz/issues/1025#issuecomment-389136233)':276 '/lib64':369 '/lib64/libharfbuzz.so.0':114 '/usr/ofx/plugins/dehancerprocuda_x86_64_v7.ofx.bundle/contents/apps/profileactivator':110,133 '0x7f4eeec0f480':122 '12':128 '2':22 '2023':125 '21':130 '21715':148 '40':129 '6':374 '7.1.0':157 '756':131 'abl':314,411 'absolut':9 'access':316 'across':272 'activ':107,413 'actual':305 'almost':21 'anoth':200 'around':325 'beta.11.build311':158 'brows':331 'c':134 'came':271 'caus':342,441 'color':119 'com.dehancer.film':135 'comment':296 'could':159 'couldn':361 'current':3 'd':196 'daili':4 'davinci':74,145,165 'decid':329 'dehanc':138,142,155,229 'delet':376,401,448 'depend':193 'detail':169 'develop':225 'differ':398 'dr':240 'drive':5 'edit':215 'either':386 'ensur':72 'error':103,113,124,154,399 'even':14 'expect':407 'eye':203 'fail':149 'file':251,366,423 'film':139 'find':363 'fine':93 'fix':214,256 'folder':255,335,348 'forgot':216 'found':430 'freetyp':244,249,309 'ft':117 'fx':153 'get':118,199,211 'github.com':275 'github.com/harfbuzz/harfbuzz/issues/1025#issuecomment-389136233)':274 'give':100,395 'glyph':120 'got':45 'gotten':89 'h':144 'harfbuzz':279,290,311 'import':86 'initi':284 'instal':57,428 'issu':175,187,213,245,258,269,280,291,307,344,416,443 'issue/bug':237 'keep':99 'known':236 'layer':121 'less':85 'libfreetype.so':373 'libharfbuzz':365 'librari':250,355 'licens':109 'licensenam':137 'like':185,302,367 'linux':29 'littl':18 'log':167,263 'look':420 'lookup':112 'lot':38 'love':10,197 'm':2,434 'main':32,69 'mayb':194 'mention':218 'messag':151 'mismatch':192 'month':23 'move':67 'need':445 'nobara':42,439 'ofx':140 'one':95,389 'open':152 'openfx':123 'os':7,33,178,427,453 'pid':147 'plugin':78,98,228,254,333,338,347,404 'ponder':327 'pop':6,177,426,452 'prioriti':70 'pro':143,156 'pro.v7':136 'process':132 'provid':390 'quick':56 'reach':221 'read':260,294,324 'reason':320 'relat':189 'remov':247 'requir':383 'research':182 'resolv':75,90,146,166 'rest':83 'rice':15 'run':162 'section':353 'see':61,164,207,231 'seem':184,301 'seen':36 'set':201 'ship':358 'sinc':336 'solv':238 'spare':47 'ssd':48 'structur':349 'success':163 'sure':436 'symbol':111,116 'system':51,393 'talk':40 'thing':341 'think':378 'thought':285 'time':299 'tl':239 'tracker':281 'tri':106,265 'undefin':115 'understand':267 'urgent':150 'use':28,80,387 've':13,44,88,220 'wasn':312 'within':345 'without':415 'work':81,92,405 'worth':66 'would':64"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703187833
+visibility: "visible "
+apId: "https://lemdro.id/post/4314907"
+editedAt: DateTimeImmutable @1706192366 {#1858
date: 2024-01-25 15:19:26.0 +01:00
}
+createdAt: DateTimeImmutable @1703108833 {#2388
date: 2023-12-20 22:47:13.0 +01:00
}
}
+magazine: App\Entity\Magazine {#264}
+image: null
+parent: null
+root: null
+body: """
Since there are no replies yet I will take a stab that I hope will help get you closer and not send you off on a wild goose chase because of me being an idiot or something.\n
\n
You may also know all of the following, if so sorry.\n
\n
I run into Undefined symbol errors usually when some software is trying to call a function it expects to be in a library but the function isn’t because I have the wrong version of the library.\n
\n
So yeah I think it may be a dependency issue.\n
\n
The next thing is to figure out which package holds libharfbuzz so you can determine what version of that package you have vs what version is required by Davinci Resolve.\n
\n
Something I learned about Nobara is that updating software has to either be done in the Nobara package manager or with a specific set of commands on the command line or you might break stuff (like I just did). It seems plausible that if you updated with a simple dnf update on the command line it may have caused issues.\n
\n
Also… Are you installing Resolve from a Flatpak or …?
"""
+lang: "en"
+isAdult: false
+favouriteCount: 3
+score: 0
+lastActive: DateTime @1706066040 {#4064
date: 2024-01-24 04:14:00.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@governorkeagan@lemdro.id"
]
+children: Doctrine\ORM\PersistentCollection {#4052 …}
+nested: Doctrine\ORM\PersistentCollection {#4050 …}
+votes: Doctrine\ORM\PersistentCollection {#4048 …}
+reports: Doctrine\ORM\PersistentCollection {#4046 …}
+favourites: Doctrine\ORM\PersistentCollection {#4014 …}
+notifications: Doctrine\ORM\PersistentCollection {#4018 …}
-id: 239105
-bodyTs: "'also':40,186 'break':159 'call':62 'caus':184 'chase':29 'closer':19 'command':151,154,179 'davinci':124 'depend':94 'determin':110 'dnf':175 'done':139 'either':137 'error':54 'expect':66 'figur':101 'flatpak':193 'follow':45 'function':64,74 'get':17 'goos':28 'help':16 'hold':105 'hope':14 'idiot':35 'instal':189 'isn':75 'issu':95,185 'know':41 'learn':128 'libharfbuzz':106 'librari':71,85 'like':161 'line':155,180 'manag':144 'may':39,91,182 'might':158 'next':97 'nobara':130,142 'packag':104,115,143 'plausibl':167 'repli':5 'requir':122 'resolv':125,190 'run':50 'seem':166 'send':22 'set':149 'simpl':174 'sinc':1 'softwar':58,134 'someth':37,126 'sorri':48 'specif':148 'stab':11 'stuff':160 'symbol':53 'take':9 'thing':98 'think':89 'tri':60 'undefin':52 'updat':133,171,176 'usual':55 'version':82,112,120 'vs':118 'wild':27 'wrong':81 'yeah':87 'yet':6"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6160716"
+editedAt: DateTimeImmutable @1705985385 {#4000
date: 2024-01-23 05:49:45.0 +01:00
}
+createdAt: DateTimeImmutable @1703116671 {#4063
date: 2023-12-21 00:57:51.0 +01:00
}
} |
|
Show voter details
|
7 |
DENIED
|
edit
|
App\Entity\EntryComment {#4054
+user: App\Entity\User {#4002 …}
+entry: App\Entity\Entry {#2413
+user: Proxies\__CG__\App\Entity\User {#1973 …}
+magazine: App\Entity\Magazine {#264
+icon: Proxies\__CG__\App\Entity\Image {#245 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#274
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#236 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#232 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#221 …}
+entries: Doctrine\ORM\PersistentCollection {#179 …}
+posts: Doctrine\ORM\PersistentCollection {#137 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#199 …}
+bans: Doctrine\ORM\PersistentCollection {#116 …}
+reports: Doctrine\ORM\PersistentCollection {#102 …}
+badges: Doctrine\ORM\PersistentCollection {#80 …}
+logs: Doctrine\ORM\PersistentCollection {#70 …}
+awards: Doctrine\ORM\PersistentCollection {#1360 …}
+categories: Doctrine\ORM\PersistentCollection {#1792 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#268
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#270
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1899 …}
+slug: "SOLVED-Davinci-Resolve-Plugin-Issue-on-Nobara"
+title: "[SOLVED] Davinci Resolve Plugin Issue on Nobara"
+url: null
+body: """
I’m currently daily driving Pop!_OS and absolutely love it! I’ve even riced it a little. In the almost 2 months that I have been using Linux as my main OS I have seen a lot of talk about Nobara. I’ve got a spare SSD in my system so I did a quick install on there to see if it would be worth moving. My main priority is ensuring that DaVinci Resolve (and any plugins I use) work, the rest is less important.\n
\n
I’ve gotten Resolve to work fine, but one of my plugins keeps giving me an error when I try activating the license.\n
\n
```\n
\n
<span style="color:#323232;">/usr/OFX/Plugins/DehancerProCuda_x86_64_v7.ofx.bundle/Contents/apps/ProfileActivator: symbol lookup error: /lib64/libharfbuzz.so.0: undefined symbol: FT_Get_Color_Glyph_Layer\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">0x7f4eeec0f480 | OpenFX | ERROR | 2023-12-16 12:40:21,756 | Process /usr/OFX/Plugins/DehancerProCuda_x86_64_v7.ofx.bundle/Contents/apps/ProfileActivator "-c" "com.dehancer.film_pro.v7" "--licensename" "Dehancer Film OFX" "-t" "Dehancer Pro" "-h" "davinci_resolve" (pid=21715) failed\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">Urgent message: Open FX Error||Dehancer Pro 7.1.0-beta.11.build311 could not be run successfully. See DaVinci Resolve logs for details.\n
</span>\n
```\n
\n
I don’t have this issue on Pop!_OS and from my research it seems like the issue is related to a mismatched dependency (maybe?). I’d love to get another set of eyes on this to see if I can get the issue fixed.\n
\n
**EDIT:**Forgot to mention, I’ve reached out to the developers of the plugin (Dehancer) to see if this is a known issue/bug.\n
\n
**SOLVED:**\n
\n
TL;DR - It was a FreeType issue and removing the FreeType library file from the plugin folder fixed the issue.\n
\n
While reading through the logs to try and understand the issue, I came across [this](https://github.com/harfbuzz/harfbuzz/issues/1025#issuecomment-389136233) on the `harfbuzz` issue tracker. I had initially thought that this was a `harfbuzz` issue but after reading the comments a few times it seemed like it was actually an issue with FreeType and harfbuzz wasn’t able to access it for some reason. After some more reading around and pondering, I decided to browse the plugin’s folder, since the plugin was the thing causing me issues. Within the plugin folder structure, there is a section for libraries that it ships with. I couldn’t find the `libharfbuzz` file like in `/lib64` but there was `libfreetype.so.6`. I deleted that, thinking that if it is required it will either use the one provided by the system or give me a different error. After deleting it the plugin worked as expected and I was able to activate it without issue!\n
\n
I had a look for this file in my Pop!_OS install and found it there. I’m not sure why on Nobara it caused an issue and needed to be deleted but not on Pop!_OS
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 4
+favouriteCount: 29
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1703159697 {#2418
date: 2023-12-21 12:54:57.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1408 …}
+votes: Doctrine\ORM\PersistentCollection {#1961 …}
+reports: Doctrine\ORM\PersistentCollection {#1972 …}
+favourites: Doctrine\ORM\PersistentCollection {#1399 …}
+notifications: Doctrine\ORM\PersistentCollection {#2440 …}
+badges: Doctrine\ORM\PersistentCollection {#2436 …}
+children: []
-id: 23688
-titleTs: "'davinci':2 'issu':5 'nobara':7 'plugin':4 'resolv':3 'solv':1"
-bodyTs: "'-12':126 '-16':127 '/harfbuzz/harfbuzz/issues/1025#issuecomment-389136233)':276 '/lib64':369 '/lib64/libharfbuzz.so.0':114 '/usr/ofx/plugins/dehancerprocuda_x86_64_v7.ofx.bundle/contents/apps/profileactivator':110,133 '0x7f4eeec0f480':122 '12':128 '2':22 '2023':125 '21':130 '21715':148 '40':129 '6':374 '7.1.0':157 '756':131 'abl':314,411 'absolut':9 'access':316 'across':272 'activ':107,413 'actual':305 'almost':21 'anoth':200 'around':325 'beta.11.build311':158 'brows':331 'c':134 'came':271 'caus':342,441 'color':119 'com.dehancer.film':135 'comment':296 'could':159 'couldn':361 'current':3 'd':196 'daili':4 'davinci':74,145,165 'decid':329 'dehanc':138,142,155,229 'delet':376,401,448 'depend':193 'detail':169 'develop':225 'differ':398 'dr':240 'drive':5 'edit':215 'either':386 'ensur':72 'error':103,113,124,154,399 'even':14 'expect':407 'eye':203 'fail':149 'file':251,366,423 'film':139 'find':363 'fine':93 'fix':214,256 'folder':255,335,348 'forgot':216 'found':430 'freetyp':244,249,309 'ft':117 'fx':153 'get':118,199,211 'github.com':275 'github.com/harfbuzz/harfbuzz/issues/1025#issuecomment-389136233)':274 'give':100,395 'glyph':120 'got':45 'gotten':89 'h':144 'harfbuzz':279,290,311 'import':86 'initi':284 'instal':57,428 'issu':175,187,213,245,258,269,280,291,307,344,416,443 'issue/bug':237 'keep':99 'known':236 'layer':121 'less':85 'libfreetype.so':373 'libharfbuzz':365 'librari':250,355 'licens':109 'licensenam':137 'like':185,302,367 'linux':29 'littl':18 'log':167,263 'look':420 'lookup':112 'lot':38 'love':10,197 'm':2,434 'main':32,69 'mayb':194 'mention':218 'messag':151 'mismatch':192 'month':23 'move':67 'need':445 'nobara':42,439 'ofx':140 'one':95,389 'open':152 'openfx':123 'os':7,33,178,427,453 'pid':147 'plugin':78,98,228,254,333,338,347,404 'ponder':327 'pop':6,177,426,452 'prioriti':70 'pro':143,156 'pro.v7':136 'process':132 'provid':390 'quick':56 'reach':221 'read':260,294,324 'reason':320 'relat':189 'remov':247 'requir':383 'research':182 'resolv':75,90,146,166 'rest':83 'rice':15 'run':162 'section':353 'see':61,164,207,231 'seem':184,301 'seen':36 'set':201 'ship':358 'sinc':336 'solv':238 'spare':47 'ssd':48 'structur':349 'success':163 'sure':436 'symbol':111,116 'system':51,393 'talk':40 'thing':341 'think':378 'thought':285 'time':299 'tl':239 'tracker':281 'tri':106,265 'undefin':115 'understand':267 'urgent':150 'use':28,80,387 've':13,44,88,220 'wasn':312 'within':345 'without':415 'work':81,92,405 'worth':66 'would':64"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703187833
+visibility: "visible "
+apId: "https://lemdro.id/post/4314907"
+editedAt: DateTimeImmutable @1706192366 {#1858
date: 2024-01-25 15:19:26.0 +01:00
}
+createdAt: DateTimeImmutable @1703108833 {#2388
date: 2023-12-20 22:47:13.0 +01:00
}
}
+magazine: App\Entity\Magazine {#264}
+image: null
+parent: null
+root: null
+body: """
Since there are no replies yet I will take a stab that I hope will help get you closer and not send you off on a wild goose chase because of me being an idiot or something.\n
\n
You may also know all of the following, if so sorry.\n
\n
I run into Undefined symbol errors usually when some software is trying to call a function it expects to be in a library but the function isn’t because I have the wrong version of the library.\n
\n
So yeah I think it may be a dependency issue.\n
\n
The next thing is to figure out which package holds libharfbuzz so you can determine what version of that package you have vs what version is required by Davinci Resolve.\n
\n
Something I learned about Nobara is that updating software has to either be done in the Nobara package manager or with a specific set of commands on the command line or you might break stuff (like I just did). It seems plausible that if you updated with a simple dnf update on the command line it may have caused issues.\n
\n
Also… Are you installing Resolve from a Flatpak or …?
"""
+lang: "en"
+isAdult: false
+favouriteCount: 3
+score: 0
+lastActive: DateTime @1706066040 {#4064
date: 2024-01-24 04:14:00.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@governorkeagan@lemdro.id"
]
+children: Doctrine\ORM\PersistentCollection {#4052 …}
+nested: Doctrine\ORM\PersistentCollection {#4050 …}
+votes: Doctrine\ORM\PersistentCollection {#4048 …}
+reports: Doctrine\ORM\PersistentCollection {#4046 …}
+favourites: Doctrine\ORM\PersistentCollection {#4014 …}
+notifications: Doctrine\ORM\PersistentCollection {#4018 …}
-id: 239105
-bodyTs: "'also':40,186 'break':159 'call':62 'caus':184 'chase':29 'closer':19 'command':151,154,179 'davinci':124 'depend':94 'determin':110 'dnf':175 'done':139 'either':137 'error':54 'expect':66 'figur':101 'flatpak':193 'follow':45 'function':64,74 'get':17 'goos':28 'help':16 'hold':105 'hope':14 'idiot':35 'instal':189 'isn':75 'issu':95,185 'know':41 'learn':128 'libharfbuzz':106 'librari':71,85 'like':161 'line':155,180 'manag':144 'may':39,91,182 'might':158 'next':97 'nobara':130,142 'packag':104,115,143 'plausibl':167 'repli':5 'requir':122 'resolv':125,190 'run':50 'seem':166 'send':22 'set':149 'simpl':174 'sinc':1 'softwar':58,134 'someth':37,126 'sorri':48 'specif':148 'stab':11 'stuff':160 'symbol':53 'take':9 'thing':98 'think':89 'tri':60 'undefin':52 'updat':133,171,176 'usual':55 'version':82,112,120 'vs':118 'wild':27 'wrong':81 'yeah':87 'yet':6"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6160716"
+editedAt: DateTimeImmutable @1705985385 {#4000
date: 2024-01-23 05:49:45.0 +01:00
}
+createdAt: DateTimeImmutable @1703116671 {#4063
date: 2023-12-21 00:57:51.0 +01:00
}
} |
|
Show voter details
|
8 |
DENIED
|
moderate
|
App\Entity\EntryComment {#4054
+user: App\Entity\User {#4002 …}
+entry: App\Entity\Entry {#2413
+user: Proxies\__CG__\App\Entity\User {#1973 …}
+magazine: App\Entity\Magazine {#264
+icon: Proxies\__CG__\App\Entity\Image {#245 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#274
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#236 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#232 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#221 …}
+entries: Doctrine\ORM\PersistentCollection {#179 …}
+posts: Doctrine\ORM\PersistentCollection {#137 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#199 …}
+bans: Doctrine\ORM\PersistentCollection {#116 …}
+reports: Doctrine\ORM\PersistentCollection {#102 …}
+badges: Doctrine\ORM\PersistentCollection {#80 …}
+logs: Doctrine\ORM\PersistentCollection {#70 …}
+awards: Doctrine\ORM\PersistentCollection {#1360 …}
+categories: Doctrine\ORM\PersistentCollection {#1792 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#268
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#270
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1899 …}
+slug: "SOLVED-Davinci-Resolve-Plugin-Issue-on-Nobara"
+title: "[SOLVED] Davinci Resolve Plugin Issue on Nobara"
+url: null
+body: """
I’m currently daily driving Pop!_OS and absolutely love it! I’ve even riced it a little. In the almost 2 months that I have been using Linux as my main OS I have seen a lot of talk about Nobara. I’ve got a spare SSD in my system so I did a quick install on there to see if it would be worth moving. My main priority is ensuring that DaVinci Resolve (and any plugins I use) work, the rest is less important.\n
\n
I’ve gotten Resolve to work fine, but one of my plugins keeps giving me an error when I try activating the license.\n
\n
```\n
\n
<span style="color:#323232;">/usr/OFX/Plugins/DehancerProCuda_x86_64_v7.ofx.bundle/Contents/apps/ProfileActivator: symbol lookup error: /lib64/libharfbuzz.so.0: undefined symbol: FT_Get_Color_Glyph_Layer\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">0x7f4eeec0f480 | OpenFX | ERROR | 2023-12-16 12:40:21,756 | Process /usr/OFX/Plugins/DehancerProCuda_x86_64_v7.ofx.bundle/Contents/apps/ProfileActivator "-c" "com.dehancer.film_pro.v7" "--licensename" "Dehancer Film OFX" "-t" "Dehancer Pro" "-h" "davinci_resolve" (pid=21715) failed\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">Urgent message: Open FX Error||Dehancer Pro 7.1.0-beta.11.build311 could not be run successfully. See DaVinci Resolve logs for details.\n
</span>\n
```\n
\n
I don’t have this issue on Pop!_OS and from my research it seems like the issue is related to a mismatched dependency (maybe?). I’d love to get another set of eyes on this to see if I can get the issue fixed.\n
\n
**EDIT:**Forgot to mention, I’ve reached out to the developers of the plugin (Dehancer) to see if this is a known issue/bug.\n
\n
**SOLVED:**\n
\n
TL;DR - It was a FreeType issue and removing the FreeType library file from the plugin folder fixed the issue.\n
\n
While reading through the logs to try and understand the issue, I came across [this](https://github.com/harfbuzz/harfbuzz/issues/1025#issuecomment-389136233) on the `harfbuzz` issue tracker. I had initially thought that this was a `harfbuzz` issue but after reading the comments a few times it seemed like it was actually an issue with FreeType and harfbuzz wasn’t able to access it for some reason. After some more reading around and pondering, I decided to browse the plugin’s folder, since the plugin was the thing causing me issues. Within the plugin folder structure, there is a section for libraries that it ships with. I couldn’t find the `libharfbuzz` file like in `/lib64` but there was `libfreetype.so.6`. I deleted that, thinking that if it is required it will either use the one provided by the system or give me a different error. After deleting it the plugin worked as expected and I was able to activate it without issue!\n
\n
I had a look for this file in my Pop!_OS install and found it there. I’m not sure why on Nobara it caused an issue and needed to be deleted but not on Pop!_OS
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 4
+favouriteCount: 29
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1703159697 {#2418
date: 2023-12-21 12:54:57.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1408 …}
+votes: Doctrine\ORM\PersistentCollection {#1961 …}
+reports: Doctrine\ORM\PersistentCollection {#1972 …}
+favourites: Doctrine\ORM\PersistentCollection {#1399 …}
+notifications: Doctrine\ORM\PersistentCollection {#2440 …}
+badges: Doctrine\ORM\PersistentCollection {#2436 …}
+children: []
-id: 23688
-titleTs: "'davinci':2 'issu':5 'nobara':7 'plugin':4 'resolv':3 'solv':1"
-bodyTs: "'-12':126 '-16':127 '/harfbuzz/harfbuzz/issues/1025#issuecomment-389136233)':276 '/lib64':369 '/lib64/libharfbuzz.so.0':114 '/usr/ofx/plugins/dehancerprocuda_x86_64_v7.ofx.bundle/contents/apps/profileactivator':110,133 '0x7f4eeec0f480':122 '12':128 '2':22 '2023':125 '21':130 '21715':148 '40':129 '6':374 '7.1.0':157 '756':131 'abl':314,411 'absolut':9 'access':316 'across':272 'activ':107,413 'actual':305 'almost':21 'anoth':200 'around':325 'beta.11.build311':158 'brows':331 'c':134 'came':271 'caus':342,441 'color':119 'com.dehancer.film':135 'comment':296 'could':159 'couldn':361 'current':3 'd':196 'daili':4 'davinci':74,145,165 'decid':329 'dehanc':138,142,155,229 'delet':376,401,448 'depend':193 'detail':169 'develop':225 'differ':398 'dr':240 'drive':5 'edit':215 'either':386 'ensur':72 'error':103,113,124,154,399 'even':14 'expect':407 'eye':203 'fail':149 'file':251,366,423 'film':139 'find':363 'fine':93 'fix':214,256 'folder':255,335,348 'forgot':216 'found':430 'freetyp':244,249,309 'ft':117 'fx':153 'get':118,199,211 'github.com':275 'github.com/harfbuzz/harfbuzz/issues/1025#issuecomment-389136233)':274 'give':100,395 'glyph':120 'got':45 'gotten':89 'h':144 'harfbuzz':279,290,311 'import':86 'initi':284 'instal':57,428 'issu':175,187,213,245,258,269,280,291,307,344,416,443 'issue/bug':237 'keep':99 'known':236 'layer':121 'less':85 'libfreetype.so':373 'libharfbuzz':365 'librari':250,355 'licens':109 'licensenam':137 'like':185,302,367 'linux':29 'littl':18 'log':167,263 'look':420 'lookup':112 'lot':38 'love':10,197 'm':2,434 'main':32,69 'mayb':194 'mention':218 'messag':151 'mismatch':192 'month':23 'move':67 'need':445 'nobara':42,439 'ofx':140 'one':95,389 'open':152 'openfx':123 'os':7,33,178,427,453 'pid':147 'plugin':78,98,228,254,333,338,347,404 'ponder':327 'pop':6,177,426,452 'prioriti':70 'pro':143,156 'pro.v7':136 'process':132 'provid':390 'quick':56 'reach':221 'read':260,294,324 'reason':320 'relat':189 'remov':247 'requir':383 'research':182 'resolv':75,90,146,166 'rest':83 'rice':15 'run':162 'section':353 'see':61,164,207,231 'seem':184,301 'seen':36 'set':201 'ship':358 'sinc':336 'solv':238 'spare':47 'ssd':48 'structur':349 'success':163 'sure':436 'symbol':111,116 'system':51,393 'talk':40 'thing':341 'think':378 'thought':285 'time':299 'tl':239 'tracker':281 'tri':106,265 'undefin':115 'understand':267 'urgent':150 'use':28,80,387 've':13,44,88,220 'wasn':312 'within':345 'without':415 'work':81,92,405 'worth':66 'would':64"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703187833
+visibility: "visible "
+apId: "https://lemdro.id/post/4314907"
+editedAt: DateTimeImmutable @1706192366 {#1858
date: 2024-01-25 15:19:26.0 +01:00
}
+createdAt: DateTimeImmutable @1703108833 {#2388
date: 2023-12-20 22:47:13.0 +01:00
}
}
+magazine: App\Entity\Magazine {#264}
+image: null
+parent: null
+root: null
+body: """
Since there are no replies yet I will take a stab that I hope will help get you closer and not send you off on a wild goose chase because of me being an idiot or something.\n
\n
You may also know all of the following, if so sorry.\n
\n
I run into Undefined symbol errors usually when some software is trying to call a function it expects to be in a library but the function isn’t because I have the wrong version of the library.\n
\n
So yeah I think it may be a dependency issue.\n
\n
The next thing is to figure out which package holds libharfbuzz so you can determine what version of that package you have vs what version is required by Davinci Resolve.\n
\n
Something I learned about Nobara is that updating software has to either be done in the Nobara package manager or with a specific set of commands on the command line or you might break stuff (like I just did). It seems plausible that if you updated with a simple dnf update on the command line it may have caused issues.\n
\n
Also… Are you installing Resolve from a Flatpak or …?
"""
+lang: "en"
+isAdult: false
+favouriteCount: 3
+score: 0
+lastActive: DateTime @1706066040 {#4064
date: 2024-01-24 04:14:00.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@governorkeagan@lemdro.id"
]
+children: Doctrine\ORM\PersistentCollection {#4052 …}
+nested: Doctrine\ORM\PersistentCollection {#4050 …}
+votes: Doctrine\ORM\PersistentCollection {#4048 …}
+reports: Doctrine\ORM\PersistentCollection {#4046 …}
+favourites: Doctrine\ORM\PersistentCollection {#4014 …}
+notifications: Doctrine\ORM\PersistentCollection {#4018 …}
-id: 239105
-bodyTs: "'also':40,186 'break':159 'call':62 'caus':184 'chase':29 'closer':19 'command':151,154,179 'davinci':124 'depend':94 'determin':110 'dnf':175 'done':139 'either':137 'error':54 'expect':66 'figur':101 'flatpak':193 'follow':45 'function':64,74 'get':17 'goos':28 'help':16 'hold':105 'hope':14 'idiot':35 'instal':189 'isn':75 'issu':95,185 'know':41 'learn':128 'libharfbuzz':106 'librari':71,85 'like':161 'line':155,180 'manag':144 'may':39,91,182 'might':158 'next':97 'nobara':130,142 'packag':104,115,143 'plausibl':167 'repli':5 'requir':122 'resolv':125,190 'run':50 'seem':166 'send':22 'set':149 'simpl':174 'sinc':1 'softwar':58,134 'someth':37,126 'sorri':48 'specif':148 'stab':11 'stuff':160 'symbol':53 'take':9 'thing':98 'think':89 'tri':60 'undefin':52 'updat':133,171,176 'usual':55 'version':82,112,120 'vs':118 'wild':27 'wrong':81 'yeah':87 'yet':6"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6160716"
+editedAt: DateTimeImmutable @1705985385 {#4000
date: 2024-01-23 05:49:45.0 +01:00
}
+createdAt: DateTimeImmutable @1703116671 {#4063
date: 2023-12-21 00:57:51.0 +01:00
}
} |
|
Show voter details
|
9 |
DENIED
|
edit
|
App\Entity\Magazine {#264
+icon: Proxies\__CG__\App\Entity\Image {#245 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#274
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#236 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#232 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#221 …}
+entries: Doctrine\ORM\PersistentCollection {#179 …}
+posts: Doctrine\ORM\PersistentCollection {#137 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#199 …}
+bans: Doctrine\ORM\PersistentCollection {#116 …}
+reports: Doctrine\ORM\PersistentCollection {#102 …}
+badges: Doctrine\ORM\PersistentCollection {#80 …}
+logs: Doctrine\ORM\PersistentCollection {#70 …}
+awards: Doctrine\ORM\PersistentCollection {#1360 …}
+categories: Doctrine\ORM\PersistentCollection {#1792 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#268
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#270
date: 2023-11-02 13:51:08.0 +01:00
}
} |
|
Show voter details
|